7 lines
350 B
XML
7 lines
350 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
|
<defs><symbol id="icon" viewBox="0 0 24 24">
|
|
<path fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" d="M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4M17 8l-5-5-5 5M12 3v12"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|