// LuzAlerts — Lucide-style icon components const Ico = ({ size = 20, color = 'currentColor', sw = 1.75, children }) => ( {children} ); const IZap = p => ; // LuzAlerts brand logo — exclamation mark in a rounded square const LuzLogo = ({ size = 24, color = '#FBBF24' }) => ( ); const IPin = p => ; const IBell = p => ; const IGear = p => ; const IMap = p => ; const IList = p => ; const IUsers = p => ; const IWarn = p => ; const IBack = p => ; const IClock = p => ; const INav = p => ; const ICheck = p => ; const IInfo = p => ; const IShare = p => ; const ISend = p => ; const ITrash = p => ; const ICopy = p => ; const IRefresh = p => ; const IRight = p => ; const IBldg = p => ; const IPinOff = p => ; const IPhone = p => ; Object.assign(window, { Ico, IZap, LuzLogo, IPin, IBell, IGear, IMap, IList, IUsers, IWarn, IBack, IClock, INav, ICheck, IInfo, IShare, ISend, ITrash, ICopy, IRefresh, IRight, IBldg, IPinOff, IPhone, });