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