/* global React */
// Inline SVG icon library. All icons accept size + color via currentColor.
const Icon = ({ d, size = 14, stroke = 1.6, fill = "none", style }) => (
);
const IconPipeline = (p) =>
>}/>;
const IconTable = (p) =>
>}/>;
const IconChart = (p) =>
>}/>;
const IconPlug = (p) =>
>}/>;
const IconSearch = (p) =>
>}/>;
const IconClose = (p) =>
>}/>;
const IconChevR = (p) =>
>}/>;
const IconChevD = (p) =>
>}/>;
const IconPlus = (p) =>
>}/>;
const IconFilter = (p) =>
>}/>;
const IconBell = (p) =>
>}/>;
const IconCheck = (p) =>
>}/>;
const IconStar = (p) =>
>}/>;
const IconGrip = (p) =>
>}/>;
const IconMore = (p) =>
>}/>;
const IconExt = (p) =>
>}/>;
const IconArchive = (p) =>
>}/>;
const IconCommand = (p) =>
>}/>;
const IconRefresh = (p) =>
>}/>;
const IconInbox = (p) =>
>}/>;
const IconCalendar = (p) =>
>}/>;
const IconLink = (p) =>
>}/>;
const IconBolt = (p) =>
>}/>;
const IconMeta = (p) =>
>}/>;
const IconCircle = (p) =>
>}/>;
const IconPlay = (p) =>
>}/>;
const IconStack = (p) =>
>}/>;
const IconSidebar = (p) =>
>}/>;
const IconMenu = (p) =>
>}/>;
const IconBack = (p) =>
>}/>;
const IconChat = (p) =>
>}/>;
const IconUser = (p) =>
>}/>;
const IconUsers = (p) =>
>}/>;
const IconLogout = (p) =>
>}/>;
const IconLock = (p) =>
>}/>;
const IconMail = (p) =>
>}/>;
const IconPhone = (p) =>
>}/>;
const IconPin = (p) =>
>}/>;
const IconClock = (p) =>
>}/>;
const IconVideo = (p) =>
>}/>;
const IconTag = (p) =>
>}/>;
const IconGlobe = (p) =>
>}/>;
const IconBuilding = (p) =>
>}/>;
// Pick origin icon
const OriginIcon = ({ origin, size = 11 }) => {
if (origin === "historia") return ;
if (origin === "reel") return ;
if (origin === "carrusel") return ;
return ;
};
Object.assign(window, {
IconPipeline, IconTable, IconChart, IconPlug,
IconSearch, IconClose, IconChevR, IconChevD, IconPlus, IconFilter, IconBell,
IconCheck, IconStar, IconGrip, IconMore, IconExt, IconArchive, IconCommand,
IconRefresh, IconInbox, IconCalendar, IconLink, IconBolt, IconMeta,
IconCircle, IconPlay, IconStack, IconChat, IconSidebar, IconMenu, IconBack,
IconUser, IconUsers, IconLogout, IconLock, IconMail, IconPhone, IconPin,
IconClock, IconVideo, IconTag, IconGlobe, IconBuilding,
OriginIcon,
});