6 lines
269 B
XML
6 lines
269 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<path d="M12 2a10 10 0 1 0 10 10H12V2z"/>
|
|
<path d="M12 12 8 8"/>
|
|
<circle cx="12" cy="12" r="2"/>
|
|
</svg>
|