Add Monitor icon to AppIcon map for KDS app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
905a447760
commit
9a7d7dd5b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
Wrench, BarChart2, Monitor,
|
||||
} from 'lucide-react'
|
||||
import type { LucideProps } from 'lucide-react'
|
||||
|
||||
|
|
@ -12,7 +12,7 @@ const iconMap: Record<string, IconComponent> = {
|
|||
ClipboardList, ChefHat, Banknote, BedDouble, TrendingUp, Tag,
|
||||
LayoutGrid, Users, Activity, Home, ScrollText, RefreshCw,
|
||||
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
||||
Wrench, BarChart2,
|
||||
Wrench, BarChart2, Monitor,
|
||||
}
|
||||
|
||||
interface Props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue