8 lines
448 B
XML
8 lines
448 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="2.5" fill="none" stroke="currentColor" stroke-width="1.8"/>
|
|
<path fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" d="M8 1v2M8 13v2M1 8h2M13 8h2M3.1 3.1l1.4 1.4M11.5 11.5l1.4 1.4M3.1 12.9l1.4-1.4M11.5 4.5l1.4-1.4"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|