From b08291aefe1739090a503bbeb0842f2d02fb4e33 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Thu, 2 Jul 2026 14:29:58 +0000 Subject: [PATCH] Add CalendarClock to AppIcon map (hk-planner icon) 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 1527f0e..9aca6da 100644 --- a/src/components/AppIcon.tsx +++ b/src/components/AppIcon.tsx @@ -1,7 +1,7 @@ import { ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, - ArrowUpCircle, Wifi, Terminal, Settings, Building2, + ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock, } from 'lucide-react' import type { LucideProps } from 'lucide-react' @@ -10,7 +10,7 @@ type IconComponent = React.ComponentType const iconMap: Record = { ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, - ArrowUpCircle, Wifi, Terminal, Settings, Building2, + ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock, } interface Props {