Erste Produktivversion

This commit is contained in:
2026-08-08 20:31:58 +02:00
parent d8ded2816d
commit 7b21e2d1b4
110 changed files with 18170 additions and 644 deletions

13
web/html/icons/icon.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" role="img" aria-label="Einkaufsliste">
<rect width="512" height="512" rx="96" fill="#2f6f4e"/>
<!-- Korb -->
<path d="M112 200h288l-30 200a28 28 0 0 1-28 24H170a28 28 0 0 1-28-24z"
fill="none" stroke="#ffffff" stroke-width="26" stroke-linejoin="round"/>
<!-- Henkel -->
<path d="M188 200v-24a68 68 0 0 1 136 0v24"
fill="none" stroke="#ffffff" stroke-width="26" stroke-linecap="round"/>
<!-- Haken -->
<path d="M198 300l38 40 82-88"
fill="none" stroke="#ffffff" stroke-width="30"
stroke-linecap="round" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 643 B