Use ⚔ emoji glyph for PWA icons matching the brand.

Adds monochrome manifest icon for Android themed icons and a script to regenerate PNGs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-20 11:22:26 +02:00
parent 1083dfdf2c
commit 2532531110
8 changed files with 82 additions and 34 deletions
+18 -15
View File
@@ -1,18 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none" stroke="#e8eaf0" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round">
<rect width="32" height="32" rx="6" fill="#1a1d27"/>
<g transform="translate(16 16)">
<g transform="rotate(-45)">
<rect x="-1.1" y="-10.5" width="2.2" height="14" rx="0.6" fill="#6c8cff"/>
<rect x="-2.6" y="3" width="5.2" height="1" rx="0.3" fill="#8ba4ff"/>
<rect x="-0.9" y="4" width="1.8" height="2.8" rx="0.4" fill="#4a62b3"/>
<circle cx="0" cy="7.4" r="1" fill="#6c8cff"/>
</g>
<g transform="rotate(45)">
<rect x="-1.1" y="-10.5" width="2.2" height="14" rx="0.6" fill="#6c8cff"/>
<rect x="-2.6" y="3" width="5.2" height="1" rx="0.3" fill="#8ba4ff"/>
<rect x="-0.9" y="4" width="1.8" height="2.8" rx="0.4" fill="#4a62b3"/>
<circle cx="0" cy="7.4" r="1" fill="#6c8cff"/>
</g>
<circle cx="0" cy="0" r="1.5" fill="#8ba4ff"/>
<g transform="translate(16 16) rotate(-45)">
<path d="M0 -9.5 L0 4.5"/>
<path d="M0 -9.5 L0 -4.5" stroke-width="0.5"/>
<path d="M-2.2 4.5 Q0 3 2.2 4.5"/>
<path d="M-0.6 4.5 L-0.6 7.5"/>
<path d="M0.6 4.5 L0.6 7.5"/>
<path d="M-0.6 5.8 L0.6 5.8" stroke-width="0.5"/>
<circle cx="0" cy="8.4" r="0.9" fill="#e8eaf0" stroke="none"/>
</g>
<g transform="translate(16 16) rotate(45)">
<path d="M0 -9.5 L0 4.5"/>
<path d="M0 -9.5 L0 -4.5" stroke-width="0.5"/>
<path d="M-2.2 4.5 Q0 3 2.2 4.5"/>
<path d="M-0.6 4.5 L-0.6 7.5"/>
<path d="M0.6 4.5 L0.6 7.5"/>
<path d="M-0.6 5.8 L0.6 5.8" stroke-width="0.5"/>
<circle cx="0" cy="8.4" r="0.9" fill="#e8eaf0" stroke="none"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 873 B

After

Width:  |  Height:  |  Size: 949 B