7 lines
229 B
XML
7 lines
229 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12">
|
|
<defs><symbol id="icon" viewBox="0 0 12 12">
|
|
<path fill="currentColor" d="M6 10L1 5h3V2h4v3h3z"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|