12 lines
498 B
XML
12 lines
498 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="none" viewBox="0 0 16 16">
|
|
<g clip-path="url(#a)">
|
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M.668 2.666v4h4"/>
|
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M2.341 10a6 6 0 1 0 1.42-6.24L.668 6.666"/>
|
|
</g>
|
|
<defs>
|
|
<clipPath id="a">
|
|
<path fill="#fff" d="M0 0h16v16H0z"/>
|
|
</clipPath>
|
|
</defs>
|
|
</svg>
|