// ============================================
// Icons (inline SVG, lucide-style)
// ============================================
const I = {
Plane: ({s=18, c="currentColor"}) => (
),
Search: ({s=18}) => ,
Arrow: ({s=16, dir=0}) => ,
Swap: ({s=16}) => ,
Star: ({s=14, filled=true}) => ,
Heart: ({s=18, filled}) => ,
Pin: ({s=14}) => ,
Clock: ({s=14}) => ,
Cal: ({s=14}) => ,
Users: ({s=14}) => ,
Bed: ({s=14}) => ,
Utensils: ({s=14}) => ,
Check: ({s=14}) => ,
Gauge: ({s=18}) => ,
Seats: ({s=18}) => ,
Bag: ({s=18}) => ,
Fuel: ({s=18}) => ,
Compass: ({s=18}) => ,
Sparkle: ({s=14}) => ,
Camera: ({s=14}) => ,
Mountain: ({s=14}) => ,
Tent: ({s=14}) => ,
Coffee: ({s=14}) => ,
Sun: ({s=14}) => ,
Moon: ({s=14}) => ,
Wifi: ({s=14}) => ,
Mail: ({s=14}) => ,
Phone: ({s=14}) => ,
Minus: ({s=16}) => ,
Plus: ({s=16}) => ,
Globe: ({s=18}) => ,
Menu: ({s=20}) => ,
Wallet: ({s=14}) => ,
Leaf: ({s=14}) => ,
};
window.MS_I = I;