// Icon set (stroke-based, lucide-style) — written inline to avoid external deps.
const Icon = ({ children, size = 20, stroke = 1.75, ...rest }) => (
);
const IconPlane = (p) => ;
const IconSend = (p) => ;
const IconArrowRight = (p) => ;
const IconCheck = (p) => ;
const IconStar = (p) => ;
const IconChevron = (p) => ;
const IconCompass = (p) => ;
const IconShield = (p) => ;
const IconSparkle = (p) => ;
const IconFacebook = (p) => ;
const IconInstagram = (p) => ;
const IconYoutube = (p) => ;
const IconTiktok = (p) => ;
const IconWhatsapp = (p) => ;
const IconLinkedin = (p) => ;
const IconPhone = (p) => ;
const IconMail = (p) => ;
const IconMap = (p) => ;
const IconClock = (p) => ;
const IconUsers = (p) => ;
const IconCalendar = (p) => ;
const IconX = (p) => ;
const IconPlus = (p) => ;
const IconMinus = (p) => ;
const IconMenu = (p) => ;
const IconHeart = (p) => ;
const IconGoogle = (p) => ;
const IconMountain = (p) => ;
const IconLuggage = (p) => ;
Object.assign(window, {
Icon, IconPlane, IconSend, IconArrowRight, IconCheck, IconStar, IconChevron,
IconCompass, IconShield, IconSparkle, IconFacebook, IconInstagram, IconYoutube,
IconTiktok, IconWhatsapp, IconLinkedin, IconPhone, IconMail, IconMap, IconClock,
IconUsers, IconCalendar, IconX, IconPlus, IconMinus, IconMenu, IconHeart, IconGoogle,
IconMountain, IconLuggage,
});