// Lucide-style stroke icons. Single-file component module. const Ic = ({ children, size = 16, ...props }) => ( {children} ); const Icons = { Dashboard: (p) => , Kanban: (p) => , List: (p) => , Calendar: (p) => , Inbox: (p) => , Star: (p) => , Plus: (p) => , Search: (p) => , Filter: (p) => , Sun: (p) => , Moon: (p) => , Check: (p) => , X: (p) => , ChevronLeft: (p) => , ChevronRight: (p) => , ChevronDown: (p) => , Trash: (p) => , Edit: (p) => , Bell: (p) => , Clock: (p) => , Flag: (p) => , Tag: (p) => , CheckSquare: (p) => , Menu: (p) => , Folder: (p) => , Layers: (p) => , Settings: (p) => , TrendingUp: (p) => , Activity: (p) => , Users: (p) => , Target: (p) => , MoreH: (p) => , AlertCircle: (p) => , PanelLeft: (p) => , LogOut: (p) => , }; window.Icons = Icons;