UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 976 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 "./IconTextAlignmentLeft12.es.js"; import c from "./IconTextAlignmentLeft16.es.js"; import x from "./IconTextAlignmentLeft20.es.js"; import r from "./IconTextAlignmentLeft24.es.js"; import d from "./IconTextAlignmentLeft32.es.js"; const m = (e) => { const i = e.size || t.Size16; return /* @__PURE__ */ f("span", { children: [ i === t.Size12 && !e.filled && /* @__PURE__ */ n(o, { ...e }), i === t.Size16 && !e.filled && /* @__PURE__ */ n(c, { ...e }), i === t.Size20 && !e.filled && /* @__PURE__ */ n(x, { ...e }), i === t.Size24 && !e.filled && /* @__PURE__ */ n(r, { ...e }), i === t.Size32 && !e.filled && /* @__PURE__ */ n(d, { ...e }) ] }); }; m.displayName = "FondueIconTextAlignmentLeft"; const u = l(m); export { u as default }; //# sourceMappingURL=IconTextAlignmentLeft.es.js.map