6 lines
243 B
XML
6 lines
243 B
XML
|
<?xml version="1.0" standalone="no"?>
|
||
|
<svg width="128" height="128" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||
|
<rect x="0" y="0" width="64" height="64" fill="black"/>
|
||
|
<rect x="64" y="64" width="64" height="64" fill="black"/>
|
||
|
</svg>
|