12 lines
775 B
XML
12 lines
775 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
|
|
<rect width="128" height="128" rx="20" fill="#1a1a2e"/>
|
|
<rect x="20" y="50" width="88" height="12" rx="6" fill="#333"/>
|
|
<rect x="20" y="50" width="50" height="12" rx="6" fill="#f97316"/>
|
|
<rect x="20" y="70" width="88" height="8" rx="4" fill="#333"/>
|
|
<rect x="20" y="70" width="30" height="8" rx="4" fill="#10b981"/>
|
|
<rect x="54" y="70" width="20" height="8" rx="4" fill="#f59e0b"/>
|
|
<rect x="78" y="70" width="10" height="8" rx="4" fill="#ef4444"/>
|
|
<text x="64" y="40" text-anchor="middle" fill="#fff" font-family="system-ui" font-size="16" font-weight="bold">CLAUDE</text>
|
|
<text x="64" y="100" text-anchor="middle" fill="#888" font-family="system-ui" font-size="10">USAGE TRACKER</text>
|
|
</svg>
|