Add CalendarClock to AppIcon map (hk-planner icon)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-02 14:29:58 +00:00
parent f5969b0001
commit b08291aefe

View file

@ -1,7 +1,7 @@
import { import {
ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag,
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
ArrowUpCircle, Wifi, Terminal, Settings, Building2, ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
} from 'lucide-react' } from 'lucide-react'
import type { LucideProps } from 'lucide-react' import type { LucideProps } from 'lucide-react'
@ -10,7 +10,7 @@ type IconComponent = React.ComponentType<LucideProps>
const iconMap: Record<string, IconComponent> = { const iconMap: Record<string, IconComponent> = {
ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag, ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag,
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw, LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
ArrowUpCircle, Wifi, Terminal, Settings, Building2, ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
} }
interface Props { interface Props {