5 lines
383 B
XML
5 lines
383 B
XML
<svg viewBox="0 0 100 100" width="16" height="16" xmlns="http://www.w3.org/2000/svg" role="presentation" focusable="false">
|
|
<circle cx="50" cy="50" r="50" vector-effect="non-scaling-stroke" fill="none"></circle>
|
|
<path d="m 50 0 a 50 50 0 0 1 50 50" vector-effect="non-scaling-stroke" fill="none" stroke="currentColor" stroke-linecap="round" transform-origin="50 50"></path>
|
|
</svg>
|