UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 997 B
import { jsxs as f, jsx as n } from "react/jsx-runtime"; import { memo as l } from "react"; import { IconSize as t } from "../IconSize.es.js"; import o from "./IconTextAlignmentJustify12.es.js"; import c from "./IconTextAlignmentJustify16.es.js"; import u from "./IconTextAlignmentJustify20.es.js"; import x from "./IconTextAlignmentJustify24.es.js"; import r from "./IconTextAlignmentJustify32.es.js"; const m = (i) => { const e = i.size || t.Size16; return /* @__PURE__ */ f("span", { children: [ e === t.Size12 && !i.filled && /* @__PURE__ */ n(o, { ...i }), e === t.Size16 && !i.filled && /* @__PURE__ */ n(c, { ...i }), e === t.Size20 && !i.filled && /* @__PURE__ */ n(u, { ...i }), e === t.Size24 && !i.filled && /* @__PURE__ */ n(x, { ...i }), e === t.Size32 && !i.filled && /* @__PURE__ */ n(r, { ...i }) ] }); }; m.displayName = "FondueIconTextAlignmentJustify"; const T = l(m); export { T as default }; //# sourceMappingURL=IconTextAlignmentJustify.es.js.map