12 lines
424 B
XML
12 lines
424 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
|
<defs>
|
|
<style>
|
|
.cls-1 {
|
|
fill: #2ea664
|
|
<!--fill-rule: evenodd;-->
|
|
}
|
|
</style>
|
|
</defs>
|
|
<path class="cls-1" d="M10,19a9,9,0,1,1,9-9A9.011,9.011,0,0,1,10,19ZM10,1.824A8.175,8.175,0,1,0,18.176,10,8.185,8.185,0,0,0,10,1.824Zm1.1,13.111H8.9V11.1H5.064V8.9H8.9V5.064h2.2V8.9h3.835v2.2H11.1v3.836Z"/>
|
|
</svg>
|