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