Initial commit

This commit is contained in:
2026-01-10 16:46:49 +01:00
commit 4ae02411aa
18 changed files with 1066 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<rect x="0" y="0" width="100" height="100" rx="10" fill="#f0f0f0" />
<!-- Head -->
<circle cx="50" cy="20" r="10" fill="#4caf50" />
<!-- Body -->
<rect x="35" y="32" width="30" height="40" rx="8" fill="#4caf50" />
<!-- Legs -->
<rect x="38" y="70" width="10" height="20" rx="2" fill="#4caf50" />
<rect x="52" y="70" width="10" height="20" rx="2" fill="#4caf50" />
</svg>

After

Width:  |  Height:  |  Size: 474 B

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<rect x="0" y="0" width="100" height="100" rx="10" fill="#f0f0f0" />
<!-- Head -->
<circle cx="50" cy="20" r="10" fill="#ff9800" />
<!-- Body -->
<rect x="30" y="32" width="40" height="40" rx="10" fill="#ff9800" />
<!-- Legs -->
<rect x="35" y="70" width="12" height="20" rx="2" fill="#ff9800" />
<rect x="53" y="70" width="12" height="20" rx="2" fill="#ff9800" />
</svg>

After

Width:  |  Height:  |  Size: 475 B

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<rect x="0" y="0" width="100" height="100" rx="10" fill="#f0f0f0" />
<!-- Head -->
<circle cx="50" cy="20" r="10" fill="#f44336" />
<!-- Body -->
<rect x="20" y="32" width="60" height="40" rx="15" fill="#f44336" />
<!-- Legs -->
<rect x="30" y="70" width="15" height="20" rx="2" fill="#f44336" />
<rect x="55" y="70" width="15" height="20" rx="2" fill="#f44336" />
</svg>

After

Width:  |  Height:  |  Size: 475 B

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<rect x="0" y="0" width="100" height="100" rx="10" fill="#f0f0f0" />
<!-- Head -->
<circle cx="50" cy="20" r="10" fill="#64b5f6" />
<!-- Body -->
<rect x="42" y="32" width="16" height="40" rx="5" fill="#64b5f6" />
<!-- Legs -->
<rect x="42" y="70" width="6" height="20" rx="2" fill="#64b5f6" />
<rect x="52" y="70" width="6" height="20" rx="2" fill="#64b5f6" />
</svg>

After

Width:  |  Height:  |  Size: 472 B

View File

@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<rect x="0" y="0" width="100" height="100" rx="10" fill="#f0f0f0" />
<!-- Head -->
<circle cx="50" cy="20" r="10" fill="#2196f3" />
<!-- Body -->
<rect x="40" y="32" width="20" height="40" rx="5" fill="#2196f3" />
<!-- Legs -->
<rect x="40" y="70" width="8" height="20" rx="2" fill="#2196f3" />
<rect x="52" y="70" width="8" height="20" rx="2" fill="#2196f3" />
</svg>

After

Width:  |  Height:  |  Size: 472 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB