From e7063049f08a8285f115b217b3a481029acf7c88 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Wed, 15 Jul 2026 17:33:29 +0000 Subject: [PATCH] Add Armchair to AppIcon map for Table Bookings 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 00401b4..0e5c6b5 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, Monitor, History, + Wrench, BarChart2, Monitor, History, Armchair, } 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, Monitor, History, + Wrench, BarChart2, Monitor, History, Armchair, } interface Props {