9 lines
448 B
XML
9 lines
448 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<rect width="32" height="32" rx="6" fill="#3b82f6"/>
|
|
<rect x="6" y="8" width="20" height="16" rx="2" fill="#fff" opacity="0.9"/>
|
|
<rect x="9" y="12" width="6" height="2" rx="1" fill="#3b82f6"/>
|
|
<rect x="9" y="16" width="6" height="2" rx="1" fill="#3b82f6"/>
|
|
<rect x="9" y="20" width="6" height="2" rx="1" fill="#3b82f6"/>
|
|
<circle cx="22" cy="20" r="2" fill="#3b82f6"/>
|
|
</svg>
|