Files
HomeBase/public/favicon.svg
Spencer ea6cc3fc85
Some checks failed
Deploy to BeePC / deploy (push) Has been cancelled
Add frontend components and API for system status display
2026-02-05 11:02:05 -05:00

9 lines
410 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" fill="#1a1a1a"/>
<rect x="4" y="4" width="24" height="24" fill="none" stroke="#4a9eff" stroke-width="2" rx="2"/>
<circle cx="10" cy="10" r="2" fill="#4a9eff"/>
<circle cx="22" cy="10" r="2" fill="#4caf50"/>
<circle cx="10" cy="22" r="2" fill="#4caf50"/>
<circle cx="22" cy="22" r="2" fill="#4a9eff"/>
</svg>