@frontify/fondue
Version:
Design system of Frontify
35 lines (34 loc) • 1.56 kB
JavaScript
import { jsxs as m, jsx as c } from "react/jsx-runtime";
import { memo as k } from "react";
import { IconSize as i } from "../IconSize.es.js";
import o from "./IconCheckMarkCircle12Filled.es.js";
import C from "./IconCheckMarkCircle12.es.js";
import f from "./IconCheckMarkCircle16Filled.es.js";
import n from "./IconCheckMarkCircle16.es.js";
import d from "./IconCheckMarkCircle20Filled.es.js";
import t from "./IconCheckMarkCircle20.es.js";
import a from "./IconCheckMarkCircle24Filled.es.js";
import h from "./IconCheckMarkCircle24.es.js";
import z from "./IconCheckMarkCircle32Filled.es.js";
import I from "./IconCheckMarkCircle32.es.js";
const r = (e) => {
const l = e.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
l === i.Size12 && e.filled && /* @__PURE__ */ c(o, { ...e }),
l === i.Size12 && !e.filled && /* @__PURE__ */ c(C, { ...e }),
l === i.Size16 && e.filled && /* @__PURE__ */ c(f, { ...e }),
l === i.Size16 && !e.filled && /* @__PURE__ */ c(n, { ...e }),
l === i.Size20 && e.filled && /* @__PURE__ */ c(d, { ...e }),
l === i.Size20 && !e.filled && /* @__PURE__ */ c(t, { ...e }),
l === i.Size24 && e.filled && /* @__PURE__ */ c(a, { ...e }),
l === i.Size24 && !e.filled && /* @__PURE__ */ c(h, { ...e }),
l === i.Size32 && e.filled && /* @__PURE__ */ c(z, { ...e }),
l === i.Size32 && !e.filled && /* @__PURE__ */ c(I, { ...e })
] });
};
r.displayName = "FondueIconCheckMarkCircle";
const w = k(r);
export {
w as default
};
//# sourceMappingURL=IconCheckMarkCircle.es.js.map