You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
355 B
9 lines
355 B
3 weeks ago
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 16">
|
||
|
<g stroke-width="2" stroke="blue" shape-rendering="geometricPrecision">
|
||
|
<circle fill="none" cx="8" cy="8" r="7" stroke-linejoin="round"/>
|
||
|
<polyline points="8 11 8 8"/>
|
||
|
<polyline points="9 8 6 8"/>
|
||
|
<line x1="10" y1="11" x2="6" y2="11"/>
|
||
|
<rect x="8" y="5" width="0.01" height="0.01"/>
|
||
|
</g>
|
||
|
</svg>
|