5 lines
322 B
XML
5 lines
322 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" version="1">
|
|
<circle style="fill:#e4e4e4" cx="8" cy="8" r="8"/>
|
|
<path style="fill:none;stroke:#248afd;stroke-width:2;stroke-linecap:round" d="M 12,6 7,11"/>
|
|
<path style="fill:none;stroke:#50beee;stroke-width:2;stroke-linecap:round" d="M 4,8 7,11"/>
|
|
</svg>
|