7 lines
301 B
XML
7 lines
301 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14">
|
|
<defs><symbol id="icon" viewBox="0 0 14 14">
|
|
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M5 3l4 4-4 4"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|