@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 920 B
JavaScript
import { jsxs as l, jsx as c } from "react/jsx-runtime";
import { memo as m } from "react";
import { IconSize as o } from "../IconSize.es.js";
import n from "./IconClockList12.es.js";
import f from "./IconClockList16.es.js";
import r from "./IconClockList20.es.js";
import d from "./IconClockList24.es.js";
import s from "./IconClockList32.es.js";
const e = (i) => {
const t = i.size || o.Size16;
return /* @__PURE__ */ l("span", { children: [
t === o.Size12 && !i.filled && /* @__PURE__ */ c(n, { ...i }),
t === o.Size16 && !i.filled && /* @__PURE__ */ c(f, { ...i }),
t === o.Size20 && !i.filled && /* @__PURE__ */ c(r, { ...i }),
t === o.Size24 && !i.filled && /* @__PURE__ */ c(d, { ...i }),
t === o.Size32 && !i.filled && /* @__PURE__ */ c(s, { ...i })
] });
};
e.displayName = "FondueIconClockList";
const x = m(e);
export {
x as default
};
//# sourceMappingURL=IconClockList.es.js.map