// ====================== ICON SET (outline, thin stroke) ======================
// All icons accept {size, stroke, className, style}. Default 1.6 stroke weight.
const Ico = ({ size = 18, stroke = 1.7, children, className, style }) => (
);
const IconCompany = (p) => ;
const IconChat = (p) => ;
const IconOrders = (p) => ;
const IconPhone = (p) => ;
const IconPin = (p) => ;
const IconUser = (p) => ;
const IconSearch = (p) => ;
const IconChevron = (p) => ;
const IconChevronR = (p) => ;
const IconChevronL = (p) => ;
const IconMenu = (p) => ;
const IconCart = (p) => ;
const IconTruck = (p) => ;
const IconHeadset = (p) => ;
const IconCard = (p) => ;
const IconShield = (p) => ;
const IconMedal = (p) => ;
const IconTag = (p) => ;
const IconTagSale = (p) => ;
const IconHandshake = (p) => ;
const IconImage = (p) => ;
const IconCheck = (p) => ;
const IconClose = (p) => ;
const IconArrowR = (p) => ;
const IconStar = (p) => ;
const IconBox = (p) => ;
// --- product-type icons (placeholders by category) ---
const IconBottle = (p) => ;
const IconGlove = (p) => ;
const IconPaperRoll = (p) => ;
const IconBucket = (p) => ;
const IconTrash = (p) => ;
const IconSpray = (p) => ;
const IconSoap = (p) => ;
const IconSign = (p) => ;
const IconCloth = (p) => ;
const IconFilter = (p) => ;
// --- office product-type icons (placeholders by category) ---
const IconPen = (p) => ;
const IconNotebook = (p) => ;
const IconPaperStack= (p) => ;
const IconLabel = (p) => ;
const IconInk = (p) => ;
const IconFolder = (p) => ;
const IconClip = (p) => ;
const IconTape = (p) => ;
const IconScissors = (p) => ;
const IconStamp = (p) => ;
const IconBinder = (p) => ;
const IconBoard = (p) => ;
const IconDevice = (p) => ;
// --- copa / cozinha product-type icons ---
const IconCup = (p) => ;
const IconCutlery = (p) => ;
const IconSnack = (p) => ;
const IconFilm = (p) => ;
const IconBolt = (p) => ;
const IconUsers = (p) => ;
const IconDollar = (p) => ;
const IconMail = (p) => ;
const IconInstagram = (p) => ;
const IconWhatsApp = ({ size = 18, className, style }) => (
);
Object.assign(window, {
Ico, IconCompany, IconChat, IconOrders, IconPhone, IconPin, IconUser,
IconSearch, IconChevron, IconChevronR, IconChevronL, IconMenu, IconCart,
IconTruck, IconHeadset, IconCard, IconShield, IconMedal, IconTag, IconTagSale,
IconHandshake, IconImage, IconCheck, IconClose, IconArrowR,
IconStar, IconBolt, IconUsers, IconDollar, IconMail, IconInstagram, IconWhatsApp, IconBox,
IconBottle, IconGlove, IconPaperRoll, IconBucket, IconTrash, IconSpray, IconSoap, IconSign, IconCloth, IconFilter,
IconPen, IconNotebook, IconPaperStack, IconLabel, IconInk, IconFolder, IconClip, IconTape, IconScissors, IconStamp, IconBinder, IconBoard, IconDevice,
IconCup, IconCutlery, IconSnack, IconFilm,
});