7 lines
444 B
XML
7 lines
444 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"><rect x="18" y="20" width="28" height="28" rx="6"/><path d="M24 20v-4c0-4 3-6 8-6s8 2 8 6v4"/><path d="M24 32h16"/>
|
|
</g>
|
|
</svg>
|