12 lines
307 B
XML
12 lines
307 B
XML
|
<svg
|
||
|
width="20"
|
||
|
height="20"
|
||
|
viewBox="0 0 20 20"
|
||
|
fill="none"
|
||
|
xmlns="http://www.w3.org/2000/svg"
|
||
|
>
|
||
|
<circle cx="10" cy="10" r="6.75" fill="#09101C" />
|
||
|
<path d="M10 9.5L10 14" stroke="white" stroke-width="1.3" />
|
||
|
<circle cx="10" cy="7" r="1" transform="rotate(-180 10 7)" fill="white" />
|
||
|
</svg>
|