7 lines
433 B
XML
7 lines
433 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64" fill="none">
|
|
<rect x="2" y="2" width="60" height="60" rx="10" fill="#fff" stroke="#000" stroke-width="2"/>
|
|
<g stroke="#000" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><path d="M34 12c8 2 14 9 14 18 0 12-10 22-22 22-8 0-14-6-14-14 0-7 5-12 12-12 5 0 8 3 8 7 0 3-2 6-6 6"/>
|
|
</g>
|
|
</svg>
|