7 lines
228 B
XML
7 lines
228 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 2L1 7h3v3h4V7h3z"/>
|
|
</symbol></defs>
|
|
<use href="#icon" color="#6b7280"/>
|
|
</svg>
|