8 lines
362 B
XML
8 lines
362 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">
|
|
<defs><symbol id="icon" viewBox="0 0 16 16">
|
|
<circle cx="8" cy="8" r="6" fill="none" stroke="currentColor" stroke-width="1.7"/>
|
|
<path fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" d="M8 5v3l2 2"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|