// Icon set — UI Icons (Thin line)
const iconBase = {
width: 24, height: 24, viewBox: "0 0 24 24", fill: "none",
stroke: "currentColor", strokeWidth: 1.35, strokeLinecap: "round", strokeLinejoin: "round",
"aria-hidden": true,
};
// Official Brand Icons (Solid Fill)
const brandBase = { width: 24, height: 24, fill: "currentColor", "aria-hidden": true };
const IconArrow = (p) => ();
const IconArrowUR = (p) => ();
const IconPlus = (p) => ();
const IconClose = (p) => ();
const IconMenu = (p) => ();
const IconChevron = (p) => ();
const IconQuote = (p) => ();
const IconCheck = (p) => ();
// Feature icons
const IconManage = (p) => ();
const IconPerson = (p) => ();
const IconKey = (p) => ();
// Service icons
const IconPencil = (p) => ();
const IconHammer = (p) => ();
const IconChair = (p) => ();
const IconLayout = (p) => ();
const IconTruck = (p) => ();
const IconSparkle = (p) => ();
// Social icons (Official Brand Path - Real Logos)
const IconWhatsApp = (p) => ();
const IconInstagram = (p) => ();
const IconFacebook = (p) => ();
const IconYoutube = (p) => ();
const IconLinkedin = (p) => ();
Object.assign(window, {
IconArrow, IconArrowUR, IconPlus, IconClose, IconMenu, IconChevron, IconQuote, IconCheck,
IconManage, IconPerson, IconKey,
IconPencil, IconHammer, IconChair, IconLayout, IconTruck, IconSparkle,
IconWhatsApp, IconInstagram, IconFacebook, IconYoutube, IconLinkedin,
});