7 lines
555 B
XML
7 lines
555 B
XML
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none">
|
||
|
|
<rect x="5" y="5" width="50" height="50" rx="12" fill="#22C55E"/>
|
||
|
|
<path d="M20 20H40V40H20V20Z" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||
|
|
<path d="M25 20V40" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
||
|
|
<path d="M20 25H40" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
|
||
|
|
<path d="M35 28L43 20" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||
|
|
</svg>
|