@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 892 B
JavaScript
import { jsxs as m, jsx as e } from "react/jsx-runtime";
import { memo as n } from "react";
import { IconSize as i } from "../IconSize.es.js";
import f from "./IconClock12.es.js";
import t from "./IconClock16.es.js";
import r from "./IconClock20.es.js";
import d from "./IconClock24.es.js";
import z from "./IconClock32.es.js";
const l = (o) => {
const c = o.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
c === i.Size12 && !o.filled && /* @__PURE__ */ e(f, { ...o }),
c === i.Size16 && !o.filled && /* @__PURE__ */ e(t, { ...o }),
c === i.Size20 && !o.filled && /* @__PURE__ */ e(r, { ...o }),
c === i.Size24 && !o.filled && /* @__PURE__ */ e(d, { ...o }),
c === i.Size32 && !o.filled && /* @__PURE__ */ e(z, { ...o })
] });
};
l.displayName = "FondueIconClock";
const h = n(l);
export {
h as default
};
//# sourceMappingURL=IconClock.es.js.map