UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 948 B
import { jsxs as i, jsx as o } from "react/jsx-runtime"; import { memo as n } from "react"; import { IconSize as c } from "../IconSize.es.js"; import S from "./IconDocumentStack12.es.js"; import f from "./IconDocumentStack16.es.js"; import a from "./IconDocumentStack20.es.js"; import l from "./IconDocumentStack24.es.js"; import u from "./IconDocumentStack32.es.js"; const m = (t) => { const e = t.size || c.Size16; return /* @__PURE__ */ i("span", { children: [ e === c.Size12 && !t.filled && /* @__PURE__ */ o(S, { ...t }), e === c.Size16 && !t.filled && /* @__PURE__ */ o(f, { ...t }), e === c.Size20 && !t.filled && /* @__PURE__ */ o(a, { ...t }), e === c.Size24 && !t.filled && /* @__PURE__ */ o(l, { ...t }), e === c.Size32 && !t.filled && /* @__PURE__ */ o(u, { ...t }) ] }); }; m.displayName = "FondueIconDocumentStack"; const h = n(m); export { h as default }; //# sourceMappingURL=IconDocumentStack.es.js.map