// icons.jsx — minimal line-art icon set (Lucide-style, original strokes)
// All icons: 24x24 viewBox, stroke="currentColor", strokeWidth=1.5
const Ic = ({ children, size = 22, className = "", strokeWidth = 1.5 }) => (
);
const IconCode = (p) => (
);
const IconWorkflow = (p) => (
);
const IconGlobe = (p) => (
);
const IconChart = (p) => (
);
const IconCompass = (p) => (
);
const IconArrowRight = (p) => (
);
const IconCheck = (p) => (
);
const IconMenu = (p) => (
);
const IconX = (p) => (
);
const IconMail = (p) => (
);
const IconWhats = (p) => (
);
const IconLinkedin = (p) => (
);
const IconSpark = (p) => (
);
const IconLayers = (p) => (
);
const IconUsers = (p) => (
);
const IconBook = (p) => (
);
Object.assign(window, {
IconCode, IconWorkflow, IconGlobe, IconChart, IconCompass,
IconArrowRight, IconCheck, IconMenu, IconX, IconMail, IconWhats, IconLinkedin,
IconSpark, IconLayers, IconUsers, IconBook,
});