7 lines
328 B
XML
7 lines
328 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<rect x="2" y="2" width="9" height="9" rx="2" fill="white"/>
|
|
<rect x="13" y="2" width="9" height="9" rx="2" fill="white"/>
|
|
<rect x="2" y="13" width="9" height="9" rx="2" fill="white"/>
|
|
<rect x="13" y="13" width="9" height="9" rx="2" fill="white"/>
|
|
</svg>
|