UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 948 B
import { jsxs as n, jsx as m } from "react/jsx-runtime"; import { memo as t } from "react"; import { IconSize as c } from "../IconSize.es.js"; import f from "./IconDocumentCheck12.es.js"; import l from "./IconDocumentCheck16.es.js"; import u from "./IconDocumentCheck20.es.js"; import r from "./IconDocumentCheck24.es.js"; import d from "./IconDocumentCheck32.es.js"; const i = (e) => { const o = e.size || c.Size16; return /* @__PURE__ */ n("span", { children: [ o === c.Size12 && !e.filled && /* @__PURE__ */ m(f, { ...e }), o === c.Size16 && !e.filled && /* @__PURE__ */ m(l, { ...e }), o === c.Size20 && !e.filled && /* @__PURE__ */ m(u, { ...e }), o === c.Size24 && !e.filled && /* @__PURE__ */ m(r, { ...e }), o === c.Size32 && !e.filled && /* @__PURE__ */ m(d, { ...e }) ] }); }; i.displayName = "FondueIconDocumentCheck"; const x = t(i); export { x as default }; //# sourceMappingURL=IconDocumentCheck.es.js.map