6 lines
445 B
XML
6 lines
445 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1.1">
|
|
<circle style="fill:#3daee9" cx="8" cy="8" r="8"/>
|
|
<path style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 9,4 V 12 H 13"/>
|
|
<path style="fill:none;stroke:#ffffff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round" d="M 3,11 C 3,11 3.5,12 5,12 6.5,12 7,11 7,10 7,6 3,10 3,6 3,5 3.5,4 5,4 6.5,4 7,5 7,5"/>
|
|
</svg>
|