Files
home_hub/frontend/public/favicon.svg
T
gillesandClaude Sonnet 4.6 7a500e2435 chore(design): nouvelle icône hub (réseau de nœuds) favicon + PWA
Remplace la maison par un graphe central orange (accent) avec 3 nœuds
satellites crème (d5c4a1) sur fond sombre Gruvbox. Décliné en
favicon.svg, icon-192.png et icon-512.png (PWA shortcut smartphone).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-30 09:29:28 +02:00

14 lines
703 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#282828"/>
<!-- Lignes hub -->
<line x1="16" y1="15" x2="16" y2="6" stroke="#fe8019" stroke-width="1.5" stroke-opacity="0.45"/>
<line x1="16" y1="15" x2="7" y2="24" stroke="#fe8019" stroke-width="1.5" stroke-opacity="0.45"/>
<line x1="16" y1="15" x2="25" y2="24" stroke="#fe8019" stroke-width="1.5" stroke-opacity="0.45"/>
<!-- Nœuds satellites -->
<circle cx="16" cy="6" r="2.5" fill="#d5c4a1"/>
<circle cx="7" cy="24" r="2.5" fill="#d5c4a1"/>
<circle cx="25" cy="24" r="2.5" fill="#d5c4a1"/>
<!-- Nœud central -->
<circle cx="16" cy="15" r="5.5" fill="#fe8019"/>
</svg>