Files
zroc/zroc-ui/public/favicon.svg
T
Justin 0500ac171c feat: initial zROC project recreation (stubs for large files pending)
- 61 files across zroc-ui/ and zroc-ova/ directories
- Full content written for: config, auth, API layers, CSS, build files,
  OVA scripts, backend routes, charts, hooks, constants
- Stubs in place for: page components, Sidebar, TopBar, docker-compose,
  authentik client, blueprint YAML, packer HCL, workflows, setup wizard

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 16:20:05 -04:00

18 lines
594 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<!-- Background -->
<rect width="32" height="32" rx="6" fill="#0d1526"/>
<!-- Border -->
<rect x="1" y="1" width="30" height="30" rx="5.5" stroke="#0ea5e9" stroke-width="1" stroke-opacity="0.4"/>
<!-- Activity line (zROC pulse) -->
<polyline
points="4,18 8,18 10,10 12,24 15,14 17,20 19,16 21,16 24,16 28,16"
stroke="#0ea5e9"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
fill="none"
/>
<!-- Live dot -->
<circle cx="28" cy="16" r="2.5" fill="#10b981"/>
</svg>