Files
Angerona/agent_icons/angerona_dark.svg
T
kitos 6e82a8253c Rename project from Cazalla to Angerona
Complete rebrand: renamed all files, folders, code references, documentation, Docker paths, env vars, Makefile targets, Python classes, C structs/functions, and git remote URL. Replaced agent icons with new Angerona branding (light + dark mode SVGs). Fixed builder.py to reference SVG instead of PNG for Mythic icon path.
2026-03-25 15:32:50 +01:00

17 lines
806 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<svg width="200" height="200" viewBox="0 0 200 200" xmlns="http://www.w3.org/2000/svg">
<circle cx="100" cy="100" r="85" fill="none" stroke="#eee" stroke-width="4"/>
<!-- Laurel left -->
<path d="M60 130 Q50 100 70 70" fill="none" stroke="#eee" stroke-width="3"/>
<path d="M65 120 L55 110 M68 105 L58 95 M72 90 L62 80" stroke="#eee" stroke-width="3"/>
<!-- Laurel right -->
<path d="M140 130 Q150 100 130 70" fill="none" stroke="#eee" stroke-width="3"/>
<path d="M135 120 L145 110 M132 105 L142 95 M128 90 L138 80" stroke="#eee" stroke-width="3"/>
<!-- Central seal (silence mark) -->
<circle cx="100" cy="100" r="18" fill="none" stroke="#eee" stroke-width="3"/>
<line x1="85" y1="100" x2="115" y2="100" stroke="#eee" stroke-width="3"/>
</svg>