Web: Lebensmittel-Icon (Apfel) + mehr Abstand vor 'Typ' im Produktformular

Eigenes food-Icon fuer den Lebensmittel-Sidebar-Eintrag (statt des Sechsecks). Der Block 'Mindestbestand je Lagerort' bekommt Abstand nach unten, damit er nicht am Typ-Umschalter klebt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Scarriffle
2026-07-27 18:42:12 +02:00
parent 01a3528227
commit 912f3dac6f
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
// Verwendung: <Icon name="package" /> oder <Icon name="trash" size={16} />
const PATHS = {
food: (
<>
<path d="M12 20.94c1.5 0 2.75 1.06 4 1.06 3 0 6-8 6-12.22A4.91 4.91 0 0 0 17 5c-2.22 0-4 1.44-5 2-1-.56-2.78-2-5-2a4.9 4.9 0 0 0-5 4.78C2 12 5 20 8 20c1.25 0 2.5-1.06 4-1.06Z" />
<path d="M10 2c1 .5 2 2 2 5" />
</>
),
dashboard: (
<>
<rect x="3" y="3" width="7" height="9" rx="1" />