Add CalendarClock to AppIcon map (hk-planner icon)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f5969b0001
commit
b08291aefe
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue