UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 990 B
import { jsxs as l, jsx as i } from "react/jsx-runtime"; import { memo as o } from "react"; import { IconSize as n } from "../IconSize.es.js"; import r from "./IconTextAlignmentCentre12.es.js"; import f from "./IconTextAlignmentCentre16.es.js"; import c from "./IconTextAlignmentCentre20.es.js"; import x from "./IconTextAlignmentCentre24.es.js"; import d from "./IconTextAlignmentCentre32.es.js"; const m = (e) => { const t = e.size || n.Size16; return /* @__PURE__ */ l("span", { children: [ t === n.Size12 && !e.filled && /* @__PURE__ */ i(r, { ...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(x, { ...e }), t === n.Size32 && !e.filled && /* @__PURE__ */ i(d, { ...e }) ] }); }; m.displayName = "FondueIconTextAlignmentCentre"; const u = o(m); export { u as default }; //# sourceMappingURL=IconTextAlignmentCentre.es.js.map