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