// Inline SVG icons. All 1.5px stroke, currentColor.
const ic = (path, size=18) => ({ className, style }) => (
);
const IconLogo = ({ size = 22, fg, bg }) => (
);
const IconDashboard = ic(<>>);
const IconUsers = ic(<>>);
const IconClock = ic(<>>);
const IconBuilding = ic(<>>);
const IconClipboard = ic(<>>);
const IconTeam = ic(<>>);
const IconWallet = ic(<>>);
const IconReport = ic(<>>);
const IconGear = ic(<>>);
const IconDownload = ic(<>>);
const IconCheck = ic(<>>);
const IconArrow = ic(<>>);
const IconArrowDown = ic(<>>);
const IconX = ic(<>>);
const IconSpark = ic(<>>);
const IconBolt = ic(<>>);
const IconPlay = ic(<>>);
const IconChevron = ic(<>>);
const IconChevronDown = ic(<>>);
const IconAlert = ic(<>>);
const IconMinus = ic(<>>);
const IconPlus = ic(<>>);
const IconHelmet = ic(<>>);
const IconWhatsApp = ic(<>>);
const IconBrazil = ic(<>>);
Object.assign(window, {
ic, IconLogo, IconDashboard, IconUsers, IconClock, IconBuilding, IconClipboard,
IconTeam, IconWallet, IconReport, IconGear, IconDownload, IconCheck, IconArrow, IconArrowDown,
IconX, IconSpark, IconBolt, IconPlay, IconChevron, IconChevronDown, IconAlert, IconMinus, IconPlus, IconHelmet, IconWhatsApp, IconBrazil
});