Replace the emerald starburst design (V2.0) with a new compass + code bracket (>) symbol (V3.0) using Black/White/Gray base with Bright Green (#22C55E) accent. Update all SVG assets (logos, icons, favicons) and design documentation to reflect the new brand identity.
10 lines
567 B
XML
10 lines
567 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">
|
|
<!-- Favicon 16x16: Minimal compass -->
|
|
<circle cx="8" cy="8" r="7" fill="none" stroke="#000000" stroke-width="1.2"/>
|
|
<polygon points="8,2 6.8,7.5 8,6.5 9.2,7.5" fill="#22C55E"/>
|
|
<polygon points="8,14 6.8,8.5 8,9.5 9.2,8.5" fill="#000000"/>
|
|
<polyline points="6.5,5.5 9,8 6.5,10.5" fill="none" stroke="#000000" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/>
|
|
<circle cx="8" cy="8" r="0.8" fill="#22C55E"/>
|
|
</svg>
|