UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 941 B
import { jsxs as m, jsx as i } from "react/jsx-runtime"; import { memo as x } from "react"; import { IconSize as e } from "../IconSize.es.js"; import n from "./IconTextBoxStack12.es.js"; import S from "./IconTextBoxStack16.es.js"; import f from "./IconTextBoxStack20.es.js"; import a from "./IconTextBoxStack24.es.js"; import l from "./IconTextBoxStack32.es.js"; const c = (t) => { const o = t.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ o === e.Size12 && !t.filled && /* @__PURE__ */ i(n, { ...t }), o === e.Size16 && !t.filled && /* @__PURE__ */ i(S, { ...t }), o === e.Size20 && !t.filled && /* @__PURE__ */ i(f, { ...t }), o === e.Size24 && !t.filled && /* @__PURE__ */ i(a, { ...t }), o === e.Size32 && !t.filled && /* @__PURE__ */ i(l, { ...t }) ] }); }; c.displayName = "FondueIconTextBoxStack"; const j = x(c); export { j as default }; //# sourceMappingURL=IconTextBoxStack.es.js.map