// Lucide-style inline icons const Icon = ({ d, size = 24, stroke = 'currentColor', fill = 'none', sw = 2, children, ...rest }) => ( {children || } ); const IconBall = (p) => ( ); const IconWhistle = (p) => ( ); const IconShield = (p) => ( ); const IconTrophy = (p) => ( ); const IconUsers = (p) => ( ); const IconSpark = (p) => ( ); const IconCalendar = (p) => ( ); const IconClock = (p) => ( ); const IconPin = (p) => ( ); const IconPhone = (p) => ( ); const IconMail = (p) => ( ); const IconArrow = (p) => ( ); const IconCheck = (p) => ( ); const IconStar = (p) => ( ); const IconMenu = (p) => ( ); const IconX = (p) => ( ); const IconIG = (p) => ( ); const IconYT = (p) => ( ); const IconWA = (p) => ( ); const IconTikTok = (p) => ( ); Object.assign(window, { Icon, IconBall, IconWhistle, IconShield, IconTrophy, IconUsers, IconSpark, IconCalendar, IconClock, IconPin, IconPhone, IconMail, IconArrow, IconCheck, IconStar, IconMenu, IconX, IconIG, IconYT, IconWA, IconTikTok });