4 lines
261 B
XML
4 lines
261 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||
|
|
<circle cx="16" cy="16" r="14" fill="none" stroke="#0071e3" stroke-width="2"/>
|
||
|
|
<path d="M10 16h12M16 10v12" stroke="#0071e3" stroke-width="2" stroke-linecap="round"/>
|
||
|
|
</svg>
|