UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 983 B
import { jsxs as l, jsx as n } from "react/jsx-runtime"; import { memo as o } from "react"; import { IconSize as t } from "../IconSize.es.js"; import g from "./IconTextAlignmentRight12.es.js"; import f from "./IconTextAlignmentRight16.es.js"; import c from "./IconTextAlignmentRight20.es.js"; import x from "./IconTextAlignmentRight24.es.js"; import r from "./IconTextAlignmentRight32.es.js"; const m = (i) => { const e = i.size || t.Size16; return /* @__PURE__ */ l("span", { children: [ e === t.Size12 && !i.filled && /* @__PURE__ */ n(g, { ...i }), e === t.Size16 && !i.filled && /* @__PURE__ */ n(f, { ...i }), e === t.Size20 && !i.filled && /* @__PURE__ */ n(c, { ...i }), e === t.Size24 && !i.filled && /* @__PURE__ */ n(x, { ...i }), e === t.Size32 && !i.filled && /* @__PURE__ */ n(r, { ...i }) ] }); }; m.displayName = "FondueIconTextAlignmentRight"; const a = o(m); export { a as default }; //# sourceMappingURL=IconTextAlignmentRight.es.js.map