Files
Protocolbot 059ebd68e5 fix: smaller cuter logo, no mouth, snug in header bar
- Smaller head, removed mouth grill, bigger cuter eyes with green centers
- Compact viewBox (100x100) with no empty space below shoulders
- Logo sized 18x22px in header — fits within the bar without resizing it
- Regenerated all PWA icons (192, 512) and favicon
2026-07-08 22:42:18 -06:00

16 lines
903 B
XML

<svg width="128" height="128" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
<!-- Antenna -->
<line x1="50" y1="8" x2="50" y2="20" stroke="#6db5ff" stroke-width="2.5"/>
<circle cx="50" cy="8" r="3.5" fill="#00ff88"/>
<!-- Head: smaller rounded rectangle -->
<rect x="28" y="20" width="44" height="50" rx="10" fill="none" stroke="#6db5ff" stroke-width="2.5"/>
<!-- Eyes: bigger, cuter -->
<circle cx="40" cy="38" r="8" fill="#0a1929" stroke="#6db5ff" stroke-width="2"/>
<circle cx="40" cy="38" r="4.5" fill="#00ff88"/>
<circle cx="60" cy="38" r="8" fill="#0a1929" stroke="#6db5ff" stroke-width="2"/>
<circle cx="60" cy="38" r="4.5" fill="#00ff88"/>
<!-- Tiny neck -->
<rect x="44" y="70" width="12" height="5" fill="none" stroke="#6db5ff" stroke-width="2"/>
<!-- Shoulders -->
<path d="M 22 78 Q 50 84 78 78" fill="none" stroke="#6db5ff" stroke-width="2.5"/>
</svg>