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 {