@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 983 B
JavaScript
import { jsxs as r, jsx as o } from "react/jsx-runtime";
import { memo as l } from "react";
import { IconSize as i } from "../IconSize.es.js";
import k from "./IconCheckmarkCircleBox12.es.js";
import n from "./IconCheckmarkCircleBox16.es.js";
import C from "./IconCheckmarkCircleBox20.es.js";
import f from "./IconCheckmarkCircleBox24.es.js";
import t from "./IconCheckmarkCircleBox32.es.js";
const m = (e) => {
const c = e.size || i.Size16;
return /* @__PURE__ */ r("span", { children: [
c === i.Size12 && !e.filled && /* @__PURE__ */ o(k, { ...e }),
c === i.Size16 && !e.filled && /* @__PURE__ */ o(n, { ...e }),
c === i.Size20 && !e.filled && /* @__PURE__ */ o(C, { ...e }),
c === i.Size24 && !e.filled && /* @__PURE__ */ o(f, { ...e }),
c === i.Size32 && !e.filled && /* @__PURE__ */ o(t, { ...e })
] });
};
m.displayName = "FondueIconCheckmarkCircleBox";
const u = l(m);
export {
u as default
};
//# sourceMappingURL=IconCheckmarkCircleBox.es.js.map