@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 962 B
JavaScript
import { jsxs as c, jsx as n } from "react/jsx-runtime";
import { memo as l } from "react";
import { IconSize as d } from "../IconSize.es.js";
import o from "./IconCalendarChecked12.es.js";
import m from "./IconCalendarChecked16.es.js";
import r from "./IconCalendarChecked20.es.js";
import C from "./IconCalendarChecked24.es.js";
import f from "./IconCalendarChecked32.es.js";
const a = (e) => {
const i = e.size || d.Size16;
return /* @__PURE__ */ c("span", { children: [
i === d.Size12 && !e.filled && /* @__PURE__ */ n(o, { ...e }),
i === d.Size16 && !e.filled && /* @__PURE__ */ n(m, { ...e }),
i === d.Size20 && !e.filled && /* @__PURE__ */ n(r, { ...e }),
i === d.Size24 && !e.filled && /* @__PURE__ */ n(C, { ...e }),
i === d.Size32 && !e.filled && /* @__PURE__ */ n(f, { ...e })
] });
};
a.displayName = "FondueIconCalendarChecked";
const j = l(a);
export {
j as default
};
//# sourceMappingURL=IconCalendarChecked.es.js.map