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