@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 920 B
JavaScript
import { jsxs as r, jsx as o } from "react/jsx-runtime";
import { memo as k } from "react";
import { IconSize as i } from "../IconSize.es.js";
import n from "./IconCheckMark12.es.js";
import f from "./IconCheckMark16.es.js";
import t from "./IconCheckMark20.es.js";
import a from "./IconCheckMark24.es.js";
import l from "./IconCheckMark32.es.js";
const m = (e) => {
const c = e.size || i.Size16;
return /* @__PURE__ */ r("span", { children: [
c === i.Size12 && !e.filled && /* @__PURE__ */ o(n, { ...e }),
c === i.Size16 && !e.filled && /* @__PURE__ */ o(f, { ...e }),
c === i.Size20 && !e.filled && /* @__PURE__ */ o(t, { ...e }),
c === i.Size24 && !e.filled && /* @__PURE__ */ o(a, { ...e }),
c === i.Size32 && !e.filled && /* @__PURE__ */ o(l, { ...e })
] });
};
m.displayName = "FondueIconCheckMark";
const x = k(m);
export {
x as default
};
//# sourceMappingURL=IconCheckMark.es.js.map