9 lines
496 B
XML
9 lines
496 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" version="1.1">
|
||
|
<g transform="matrix(0,-1,1,0,0,32)">
|
||
|
<circle style="fill:#252a35" cx="16" cy="16" r="14"/>
|
||
|
<path style="fill:#ffffff" d="m 12,11 a 5,5 0 0 0 -5,5 5,5 0 0 0 5,5 5,5 0 0 0 5,-5 5,5 0 0 0 -5,-5 z m 0,3 a 2,2 0 0 1 2,2 2,2 0 0 1 -2,2 2,2 0 0 1 -2,-2 2,2 0 0 1 2,-2 z"/>
|
||
|
<rect style="fill:#ffffff" width="10" height="2" x="16" y="15"/>
|
||
|
<rect style="fill:#ffffff" width="2" height="2" x="22" y="17"/>
|
||
|
</g>
|
||
|
</svg>
|