10 lines
286 B
XML
10 lines
286 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<svg
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
width="12px"
|
|
height="12x"
|
|
viewBox="0 0 12 12"
|
|
version="1.1"
|
|
>
|
|
<circle style="stroke-width:2px;stroke:#000;fill:#fff" x="1" y="1" r="5" transform="translate(6,6)"/>
|
|
</svg> |