Files
nas-tools/dashboard/frontend/public/favicon.svg
T
Gan, Jimmy 82fe5eb88c
Deploy Dashboard (Dev) / deploy-dev (push) Successful in 1m35s
feat: add favicon for browser tab
2026-03-01 13:38:26 +08:00

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>