5 lines
296 B
XML
5 lines
296 B
XML
|
|
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<circle cx="8" cy="8" r="7" stroke="black" stroke-width="1" fill="none"/>
|
||
|
|
<path d="M5 8.4l2.4 2.4L11.6 6" stroke="black" stroke-width="1.8" fill="none" stroke-linecap="round" stroke-linejoin="round"/>
|
||
|
|
</svg>
|