12 lines
510 B
XML
12 lines
510 B
XML
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||
|
<defs>
|
||
|
<style>
|
||
|
.cls-1 {
|
||
|
fill: #6c6c6c;
|
||
|
fill-rule: evenodd;
|
||
|
}
|
||
|
</style>
|
||
|
</defs>
|
||
|
<path class="cls-1" d="M3.635,16.364a9,9,0,1,1,12.73,0A9.011,9.011,0,0,1,3.635,16.364ZM15.781,4.219a8.175,8.175,0,1,0,0,11.563A8.185,8.185,0,0,0,15.781,4.219ZM7.287,14.268L5.732,12.712,8.444,10,5.732,7.287,7.287,5.732,10,8.444l2.712-2.712,1.555,1.555L11.555,10l2.712,2.712-1.556,1.556L10,11.555Z"/>
|
||
|
</svg>
|