Files
microdao-daarion/apps/web/public/icons/icon.svg
Apple a3e632b9e7 feat: Add PWA support
- PWA_MOBILE_SPEC.md documentation
- manifest.json with app metadata
- Service Worker with caching strategies
- Offline page
- PWA registration in layout
- App icons (placeholder)
2025-11-26 13:56:22 -08:00

17 lines
785 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="none">
<rect width="512" height="512" rx="96" fill="#0f172a"/>
<defs>
<linearGradient id="sparkle" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#22d3ee"/>
<stop offset="100%" style="stop-color:#3b82f6"/>
</linearGradient>
</defs>
<g transform="translate(256, 256)">
<path d="M0 -120 L15 -15 L120 0 L15 15 L0 120 L-15 15 L-120 0 L-15 -15 Z" fill="url(#sparkle)" opacity="0.9"/>
<circle cx="80" cy="-80" r="12" fill="#22d3ee" opacity="0.7"/>
<circle cx="-70" cy="70" r="8" fill="#3b82f6" opacity="0.6"/>
<circle cx="60" cy="90" r="6" fill="#22d3ee" opacity="0.5"/>
<circle cx="-90" cy="-50" r="10" fill="#3b82f6" opacity="0.6"/>
</g>
</svg>