18 lines
371 B
XML
18 lines
371 B
XML
|
<svg fill='none' version='1.1' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'>
|
||
|
<circle
|
||
|
cx='40'
|
||
|
cy='40'
|
||
|
r='38.5'
|
||
|
stroke='currentColor'
|
||
|
strokeWidth='3'
|
||
|
transform='rotate(180 40 40)'
|
||
|
/>
|
||
|
<path
|
||
|
d='M22 43.5L34.507 54L59 27'
|
||
|
stroke='currentColor'
|
||
|
strokeLinecap='round'
|
||
|
strokeLinejoin='round'
|
||
|
strokeWidth='3'
|
||
|
/>
|
||
|
</svg>
|