7 lines
361 B
XML
7 lines
361 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#10b981"/>
|
|
<rect x="6" y="8" width="20" height="16" rx="2" fill="none" stroke="white" stroke-width="2"/>
|
|
<circle cx="16" cy="16" r="4" fill="none" stroke="white" stroke-width="2"/>
|
|
<rect x="13" y="5" width="6" height="4" rx="1" fill="white"/>
|
|
</svg>
|