/* ============================================================
ICONS — minimal stroke set
============================================================ */
const Icon = {
arrow: (props) => (
),
arrowSm: (props) => (
),
search: (props) => (
),
whatsapp: (props) => (
),
heart: (props) => (
),
bed: (props) => (
),
bath: (props) => (
),
area: (props) => (
),
pin: (props) => (
),
close: (props) => (
),
check: (props) => (
),
phone: (props) => (
),
mail: (props) => (
),
globe: (props) => (
),
insta: (props) => (
),
linkedin: (props) => (
),
fb: (props) => (
),
yt: (props) => (
),
x: (props) => (
),
forbes: (props) => (
/* original wordmark-style chip — NOT the Forbes wordmark */
),
};
window.Icon = Icon;