// icons.jsx — minimal Lucide-style icon set const Icon = ({ d, stroke = 'currentColor', size = 18, fill = 'none', strokeWidth = 2, style }) => ( {d} ); const IconArrow = (p) => } />; const IconCheck = (p) => } />; const IconStar = (p) => } />; const IconStore = (p) => } />; const IconBox = (p) => } />; const IconTruck = (p) => } />; const IconChart = (p) => } />; const IconPay = (p) => } />; const IconUsers = (p) => } />; const IconBolt = (p) => } />; const IconGlobe = (p) => } />; const IconLock = (p) => } />; const IconPalette = (p) => } />; const IconChat = (p) => } />; const IconPhone = (p) => } />; const IconHeart = (p) => } />; const IconSparkles = (p) => } />; const IconPlay = (p) => } />; const IconMenu = (p) => } />; const IconX = (p) => } />; const IconExternal = (p) => } />; Object.assign(window, { Icon, IconArrow, IconCheck, IconStar, IconStore, IconBox, IconTruck, IconChart, IconPay, IconUsers, IconBolt, IconGlobe, IconLock, IconPalette, IconChat, IconPhone, IconHeart, IconSparkles, IconPlay, IconMenu, IconX, IconExternal, });