// Iconos SVG inline (sin librerÃas). Estilo lineal, stroke 1.5
const Icon = ({ d, size = 22, stroke = 'currentColor' }) => (
);
const I = {
arrow: >} />,
bot: >} />,
zap: } />,
web: >} />,
flow: >} />,
data: >} />,
doc: >} />,
shield: } />,
check: } />,
plus: >} size={14} />,
send: } size={18} />,
sparkle: >} />,
clock: >} />,
euro: >} />,
};
window.I = I;