Use UtensilsCrossed icon for Table Bookings app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e7063049f0
commit
24b08012e8
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ 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, CalendarClock,
|
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
||||||
Wrench, BarChart2, Monitor, History, Armchair,
|
Wrench, BarChart2, Monitor, History, Armchair, UtensilsCrossed,
|
||||||
} from 'lucide-react'
|
} from 'lucide-react'
|
||||||
import type { LucideProps } from 'lucide-react'
|
import type { LucideProps } from 'lucide-react'
|
||||||
|
|
||||||
|
|
@ -12,7 +12,7 @@ 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, CalendarClock,
|
ArrowUpCircle, Wifi, Terminal, Settings, Building2, CalendarClock,
|
||||||
Wrench, BarChart2, Monitor, History, Armchair,
|
Wrench, BarChart2, Monitor, History, Armchair, UtensilsCrossed,
|
||||||
}
|
}
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue