// Inline SVG icons const Icon = { plane: (p) => ( ), passport: (p) => ( ), refresh: (p) => ( ), calendar: (p) => ( ), arrow: (p) => ( ), whatsapp: (p) => ( ), shield: (p) => ( ), spark: (p) => ( ), users: (p) => ( ), clock: (p) => ( ), star: (p) => ( ), plus: (p) => ( ), mapPin: (p) => ( ), mail: (p) => ( ), phone: (p) => ( ), doc: (p) => ( ), check: (p) => ( ), globe: (p) => ( ), }; window.Icon = Icon;