@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as m, jsx as i } from "react/jsx-runtime";
import { memo as d } from "react";
import { IconSize as n } from "../IconSize.es.js";
import I from "./IconTextIndent12.es.js";
import f from "./IconTextIndent16.es.js";
import c from "./IconTextIndent20.es.js";
import l from "./IconTextIndent24.es.js";
import x from "./IconTextIndent32.es.js";
const o = (e) => {
const t = e.size || n.Size16;
return /* @__PURE__ */ m("span", { children: [
t === n.Size12 && !e.filled && /* @__PURE__ */ i(I, { ...e }),
t === n.Size16 && !e.filled && /* @__PURE__ */ i(f, { ...e }),
t === n.Size20 && !e.filled && /* @__PURE__ */ i(c, { ...e }),
t === n.Size24 && !e.filled && /* @__PURE__ */ i(l, { ...e }),
t === n.Size32 && !e.filled && /* @__PURE__ */ i(x, { ...e })
] });
};
o.displayName = "FondueIconTextIndent";
const s = d(o);
export {
s as default
};
//# sourceMappingURL=IconTextIndent.es.js.map