From 9a7d7dd5b41212369191f432f26d13108070bb54 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Sun, 12 Jul 2026 12:48:57 +0000 Subject: [PATCH] Add Monitor icon to AppIcon map for KDS app Co-Authored-By: Claude Sonnet 4.6 --- src/components/AppIcon.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/AppIcon.tsx b/src/components/AppIcon.tsx index 15f66e8..04b5216 100644 --- a/src/components/AppIcon.tsx +++ b/src/components/AppIcon.tsx @@ -2,7 +2,7 @@ import { ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock, - Wrench, BarChart2, + Wrench, BarChart2, Monitor, } from 'lucide-react' import type { LucideProps } from 'lucide-react' @@ -12,7 +12,7 @@ const iconMap: Record = { ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock, - Wrench, BarChart2, + Wrench, BarChart2, Monitor, } interface Props {