Add History icon to AppIcon registry

Portal sidebar was rendering nothing for the history app entry because
History was missing from the Lucide icon map.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-13 15:44:36 +00:00
parent 63b6240c22
commit 567e5bf73e

View file

@ -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,
Wrench, BarChart2, Monitor, History,
} 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,
Wrench, BarChart2, Monitor, History,
}
interface Props {