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