Initial commit

This commit is contained in:
2026-03-08 11:38:28 +01:00
parent 1cd6937f90
commit 82a124f900
22 changed files with 3125 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#1f3f5a"/>
<circle cx="32" cy="34" r="15" fill="#e4eef7"/>
<rect x="29" y="16" width="6" height="8" rx="2" fill="#e4eef7"/>
<path d="M32 20 C37 17 43 19 45 24" stroke="#e4eef7" stroke-width="2.6" fill="none"/>
<rect x="28" y="28" width="8" height="12" rx="2" fill="#0f2233"/>
<rect x="24" y="32" width="16" height="4" rx="2" fill="#0f2233"/>
</svg>

After

Width:  |  Height:  |  Size: 465 B

+6
View File
@@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#503025"/>
<path d="M32 10 C45 21 49 36 42 48 C37 57 27 57 22 48 C15 36 19 21 32 10Z" fill="#ff8f43"/>
<path d="M32 21 C38 27 39 35 36 41 C34 46 30 46 28 41 C25 35 26 27 32 21Z" fill="#fff7c7"/>
<rect x="28" y="44" width="8" height="12" rx="3" fill="#fff7c7"/>
</svg>

After

Width:  |  Height:  |  Size: 380 B

+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
<rect width="64" height="64" rx="12" fill="#1b4b3d"/>
<path d="M12 33 H42" stroke="#d8ffe8" stroke-width="6" stroke-linecap="round"/>
<path d="M20 22 H50" stroke="#d8ffe8" stroke-width="6" stroke-linecap="round"/>
<path d="M8 44 H38" stroke="#d8ffe8" stroke-width="6" stroke-linecap="round"/>
<polygon points="40,16 58,32 40,48" fill="#a0ffd4"/>
</svg>

After

Width:  |  Height:  |  Size: 424 B