Saubere App-Icon-Version des Vorrania-Zeichens (vollflächig, feste Farbe, 1024px, ohne abgerundete Ecken) unter brand/app-icon.svg, plus README. Quelle des Zeichens ist das "box"-Icon; das Favicon liegt weiterhin in web/public. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
736 B
XML
12 lines
736 B
XML
<svg xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024" role="img" aria-label="Vorrania">
|
||
<!-- App-Icon: dasselbe "box"-Zeichen wie Favicon/Seitenleiste, aber vollflächig
|
||
(keine abgerundeten Ecken – iOS/macOS maskieren selbst) und mit fester
|
||
Farbe (kein Dark-Mode-Umschalten). 1024×1024 für App Store / Icon Composer. -->
|
||
<rect width="1024" height="1024" fill="#4d5cd4" />
|
||
<g transform="translate(192 192) scale(26.6667)"
|
||
fill="none" stroke="#ffffff" stroke-width="2"
|
||
stroke-linecap="round" stroke-linejoin="round">
|
||
<path d="M21 8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16Z" />
|
||
</g>
|
||
</svg>
|