UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 934 B
import { jsxs as m, jsx as n } from "react/jsx-runtime"; import { memo as d } from "react"; import { IconSize as e } from "../IconSize.es.js"; import f from "./IconTextOutdent12.es.js"; import c from "./IconTextOutdent16.es.js"; import l from "./IconTextOutdent20.es.js"; import u from "./IconTextOutdent24.es.js"; import x from "./IconTextOutdent32.es.js"; const o = (t) => { const i = t.size || e.Size16; return /* @__PURE__ */ m("span", { children: [ i === e.Size12 && !t.filled && /* @__PURE__ */ n(f, { ...t }), i === e.Size16 && !t.filled && /* @__PURE__ */ n(c, { ...t }), i === e.Size20 && !t.filled && /* @__PURE__ */ n(l, { ...t }), i === e.Size24 && !t.filled && /* @__PURE__ */ n(u, { ...t }), i === e.Size32 && !t.filled && /* @__PURE__ */ n(x, { ...t }) ] }); }; o.displayName = "FondueIconTextOutdent"; const h = d(o); export { h as default }; //# sourceMappingURL=IconTextOutdent.es.js.map