Add Armchair to AppIcon map for Table Bookings app
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e76753f92f
commit
e7063049f0
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, Monitor, History,
|
||||
Wrench, BarChart2, Monitor, History, Armchair,
|
||||
} 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, Monitor, History,
|
||||
Wrench, BarChart2, Monitor, History, Armchair,
|
||||
}
|
||||
|
||||
interface Props {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue