8 lines
225 B
XML
8 lines
225 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
|
|
<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
|
|
<g>
|
|
<rect width="20" height="20" style="fill:#fff; stroke-width:4px; stroke:#000" />
|
|
</g>
|
|
</svg>
|