// Minimal stroke-icon library (Lucide-style), keeps the bundle dependency-free. const Icon = ({ children, size = 24, className = '', strokeWidth = 1.5, ...rest }) => ( {children} ); const IconBot = (p) => ; const IconTrendDown = (p) => ; const IconTrendUp = (p) => ; const IconBars = (p) => ; const IconUsers = (p) => ; const IconSearch = (p) => ; const IconTarget = (p) => ; const IconCog = (p) => ; const IconUserCheck = (p) => ; const IconCpu = (p) => ; const IconArrowDown = (p) => ; const IconAward = (p) => ; const IconServer = (p) => ; const IconCheck = (p) => ; const IconX = (p) => ; const IconShield = (p) => ; const IconArrowDownThin = (p) => ; const IconMenu = (p) => ; const IconClose = (p) => ; const IconArrowRight= (p) => ; const IconInstagram = (p) => ; const IconLinkedin = (p) => ; const IconMail = (p) => ; const IconWhatsapp = (p) => ; const IconSparkle = (p) => ; const IconQuote = (p) => ; Object.assign(window, { Icon, IconBot, IconTrendDown, IconTrendUp, IconBars, IconUsers, IconSearch, IconTarget, IconCog, IconUserCheck, IconCpu, IconArrowDown, IconAward, IconServer, IconCheck, IconX, IconShield, IconArrowDownThin, IconMenu, IconClose, IconArrowRight, IconInstagram, IconLinkedin, IconMail, IconWhatsapp, IconSparkle, IconQuote });