13 lines
651 B
XML
13 lines
651 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="1.5" d="M8 9.144a2.286 2.286 0 1 0 0-4.572 2.286 2.286 0 0 0 0 4.572Z"/>
|
||
|
|
<rect width="14.5" height="14.5" x=".75" y=".75" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" rx="7.25"/>
|
||
|
|
<path stroke="currentColor" stroke-width="1.5" d="M11.428 14.856v-1.428a2 2 0 0 0-2-2H6.57a2 2 0 0 0-2 2v1.428"/>
|
||
|
|
</g>
|
||
|
|
<defs>
|
||
|
|
<clipPath id="a">
|
||
|
|
<path fill="#fff" d="M0 0h16v16H0z"/>
|
||
|
|
</clipPath>
|
||
|
|
</defs>
|
||
|
|
</svg>
|