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