12 lines
502 B
XML
12 lines
502 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="17" fill="none" viewBox="0 0 16 17">
|
||
|
|
<g clip-path="url(#a)">
|
||
|
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M.666 3.168v4h4"/>
|
||
|
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.34 10.502a6 6 0 1 0 1.42-6.24L.665 7.168"/>
|
||
|
|
</g>
|
||
|
|
<defs>
|
||
|
|
<clipPath id="a">
|
||
|
|
<path fill="#fff" d="M0 .5h16v16H0z"/>
|
||
|
|
</clipPath>
|
||
|
|
</defs>
|
||
|
|
</svg>
|