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