// Grupo JOMI — icon set. Uses Lucide (ISC license) path data, 24×24, 2px stroke. // Substitution note: the source deck had no icon system; Lucide is adopted as // the brand's standard line-icon set for its clean, medical-neutral stroke. function Icon({ name, size = 24, stroke = 2, className = '', style }) { const P = window.__JOMI_ICONS[name] || window.__JOMI_ICONS.dot; return ( ); } window.__JOMI_ICONS = { // beaker / flask — laboratory flask: '', // wheat — food plant wheat: '', // truck — distribution truck: '', // cross — pharmacy cross: '', shield: '', globe: '', truckFast: '', pin: '', heart: '', award: '', phone: '', mail: '', clock: '', package: '', check: '', arrow: '', facebook: '', whatsapp: '', dot: '', }; window.Icon = Icon;