/* global React */ // ── Tiny stroke icons used throughout the page ───────────────────────────── // Original, geometric, monoline. Drawn at 24×24; consumers set width/height. const I = ({ children, size = 18, sw = 1.5 }) => ( ); const IconArrow = (p) => ; const IconArrowUp = (p) => ; const IconCheck = (p) => ; const IconPlus = (p) => ; const IconWhatsapp = (p) => ; const IconCalendar = (p) => ; const IconLayers = (p) => ; const IconBox = (p) => ; const IconReceipt = (p) => ; const IconChart = (p) => ; const IconPhone = (p) => ; const IconShield = (p) => ; const IconLightning = (p) => ; const IconWifi = (p) => ; const IconEye = (p) => ; const IconUser = (p) => ; const IconBell = (p) => ; const IconCog = (p) => ; const IconCircle = (p) => ; const IconDot = (p) => ; const IconStar = (p) => ; const IconMessage = (p) => ; const LotusMark = ({ size = 32 }) => ( ); const LothusLogo = ({ height = 36, alt = "LothusPDV by SYSIT" }) => ( {alt} ); Object.assign(window, { IconArrow, IconArrowUp, IconCheck, IconPlus, IconWhatsapp, IconCalendar, IconLayers, IconBox, IconReceipt, IconChart, IconPhone, IconShield, IconLightning, IconWifi, IconEye, IconUser, IconBell, IconCog, IconCircle, IconDot, IconStar, IconMessage, LotusMark, LothusLogo });