// Icons built with stroke style to echo the hand-drawn botanical feel of the brand.
const strokeProps = { fill: "none", stroke: "currentColor", strokeWidth: 1.4, strokeLinecap: "round", strokeLinejoin: "round" };
const IconLeaf = (p) => (
);
const IconHands = (p) => (
);
const IconCircle = (p) => (
);
const IconSprout = (p) => (
);
const IconHeart = (p) => (
);
const IconBuilding = (p) => (
);
const IconUser = (p) => (
);
const IconBook = (p) => (
);
const IconChat = (p) => (
);
const IconArrow = (p) => (
);
const IconChevron = (p) => (
);
const IconPlus = (p) => (
);
const IconMinus = (p) => (
);
const IconIG = (p) => (
);
const IconLI = (p) => (
);
const IconYT = (p) => (
);
const IconWA = (p) => (
);
const IconQuote = (p) => (
);
const IconStar = (p) => (
);
const IconArrowLeft = (p) => (
);
const IconArrowRight = (p) => (
);
Object.assign(window, {
IconLeaf, IconHands, IconCircle, IconSprout, IconHeart, IconBuilding,
IconUser, IconBook, IconChat, IconArrow, IconChevron, IconPlus, IconMinus,
IconIG, IconLI, IconYT, IconWA, IconQuote, IconStar, IconArrowLeft, IconArrowRight
});