7 lines
341 B
XML
7 lines
341 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<svg width="800px" height="800px" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" >
|
|
<g id="grid">
|
|
<rect x="4" y="4" width="18" height="18"/>
|
|
<rect x="26" y="4" width="18" height="18"/>
|
|
<rect x="4" y="26" width="18" height="18"/>
|
|
<rect x="26" y="26" width="18" height="18"/>
|
|
</g>
|
|
</svg> |