- Reverts the schneespur/ subdirectory restructure (b8e426b)
- Restores package.json and vite.config.js (needed for npm build, were
removed in an earlier cleanup before the restructure)
- Updates public/build/ assets with current Vite output (new content hashes)
9 lines
581 B
XML
9 lines
581 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<circle cx="16" cy="16" r="15" fill="#1e3a5f"/>
|
|
<path d="M16 4 L18 10 L16 8 L14 10 Z" fill="#fff" opacity="0.9"/>
|
|
<path d="M10 12 Q16 20 22 12" fill="none" stroke="#fff" stroke-width="2" stroke-linecap="round"/>
|
|
<path d="M8 18 Q16 26 24 18" fill="none" stroke="#a5d8ff" stroke-width="2.5" stroke-linecap="round"/>
|
|
<circle cx="11" cy="8" r="1" fill="#a5d8ff" opacity="0.7"/>
|
|
<circle cx="22" cy="6" r="0.8" fill="#a5d8ff" opacity="0.6"/>
|
|
<circle cx="25" cy="11" r="0.6" fill="#a5d8ff" opacity="0.5"/>
|
|
</svg>
|