7 lines
351 B
XML
7 lines
351 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="M7 10a4 4 0 100-8 4 4 0 000 8zm5-1l3 3-2 2-1-1-1 1-1-1 1-1-1-1"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|