// Inline SVG icons — single-color, modern line style
const Icon = {
Home: () => ,
Land: () => ,
Truck: () => ,
Refresh: () => ,
Check: () => ,
Bed: () => ,
Bath: () => ,
Sqft: () => ,
Pin: () => ,
Heart: () => ,
Arrow: () => ,
Phone: () => ,
Mail: () => ,
MapPin: () => ,
Camera: () => ,
Facebook: () => ,
Instagram: () => ,
Youtube: () => ,
Award: () => ,
Star: () => ,
Money: () => ,
Key: () => ,
Users: () => ,
Bell: () => ,
Sparkle: () => ,
Tag: () => ,
Shield: () => ,
};
window.Icon = Icon;