5 lines
187 B
XML
5 lines
187 B
XML
<svg width="10" height="10" xmlns="http://www.w3.org/2000/svg">
|
|
<rect x="0" y="0" width="5" height="5" fill="#000000"/>
|
|
<rect x="5" y="5" width="5" height="5" fill="#00ff00"/>
|
|
</svg>
|