22 lines
1.3 KiB
XML
22 lines
1.3 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" width="120" height="240" viewBox="0 0 120 240">
|
|
<rect width="120" height="240" fill="#000000"/>
|
|
|
|
<!-- Status Bar (Right: Battery Icon) -->
|
|
<rect x="82" y="27" width="20" height="10" rx="2" fill="none" stroke="#64748B" stroke-width="1.2"/>
|
|
<rect x="84" y="29" width="13" height="6" rx="1" fill="#10B981"/>
|
|
<rect x="103" y="30" width="1.5" height="4" rx="0.5" fill="#64748B"/>
|
|
<text x="76" y="36" fill="#64748B" font-family="system-ui, sans-serif" font-size="9" text-anchor="end">85%</text>
|
|
|
|
<!-- Time -->
|
|
<text x="60" y="115" fill="#FFFFFF" font-family="system-ui, sans-serif" font-size="24" font-weight="bold" text-anchor="middle">10:35</text>
|
|
|
|
<!-- Date -->
|
|
<text x="60" y="165" fill="#64748B" font-family="system-ui, sans-serif" font-size="10" text-anchor="middle">THU 07-02</text>
|
|
|
|
<!-- Disarmed Status at the very bottom (Y=205) -->
|
|
<g transform="translate(32, 192)">
|
|
<rect x="0" y="3" width="12" height="9" rx="1.5" fill="none" stroke="#10B981" stroke-width="1.2"/>
|
|
<path d="M 3 3 L 3 1.5 C 3 0.7, 6 0.7, 8 1.5 L 8 4" fill="none" stroke="#10B981" stroke-width="1.2"/>
|
|
</g>
|
|
<text x="60" y="202" fill="#10B981" font-family="system-ui, sans-serif" font-size="9" font-weight="bold" text-anchor="middle"> DISARM</text>
|
|
</svg> |