/* JRN — Ícones (stroke line, 24x24 viewBox) */ const Ico = ({d, fill, size, sw, children, ...rest}) => ( {children || } ); const Icons = { grid: (p)=>, chart: (p)=>, users: (p)=>, user: (p)=>, shield: (p)=>, building: (p)=>, list: (p)=>, history: (p)=>, plus: (p)=>, search: (p)=>, bell: (p)=>, logout: (p)=>, chevDown: (p)=>, chevRight: (p)=>, arrowLeft: (p)=>, external: (p)=>, edit: (p)=>, trash: (p)=>, check: (p)=>, x: (p)=>, lock: (p)=>, mail: (p)=>, eye: (p)=>, eyeOff: (p)=>, filter: (p)=>, refresh: (p)=>, download: (p)=>, star: (p)=>, dot: (p)=>, cog: (p)=>, layers: (p)=>, menu: (p)=>, image: (p)=>, upload: (p)=>, }; window.Icons = Icons;