UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 1.04 kB
import { jsxs as t, jsx as n } from "react/jsx-runtime"; import { memo as l } from "react"; import { IconSize as r } from "../IconSize.es.js"; import m from "./IconArrowAlignHorizontalCentre12.es.js"; import z from "./IconArrowAlignHorizontalCentre16.es.js"; import A from "./IconArrowAlignHorizontalCentre20.es.js"; import f from "./IconArrowAlignHorizontalCentre24.es.js"; import a from "./IconArrowAlignHorizontalCentre32.es.js"; const e = (o) => { const i = o.size || r.Size16; return /* @__PURE__ */ t("span", { children: [ i === r.Size12 && !o.filled && /* @__PURE__ */ n(m, { ...o }), i === r.Size16 && !o.filled && /* @__PURE__ */ n(z, { ...o }), i === r.Size20 && !o.filled && /* @__PURE__ */ n(A, { ...o }), i === r.Size24 && !o.filled && /* @__PURE__ */ n(f, { ...o }), i === r.Size32 && !o.filled && /* @__PURE__ */ n(a, { ...o }) ] }); }; e.displayName = "FondueIconArrowAlignHorizontalCentre"; const u = l(e); export { u as default }; //# sourceMappingURL=IconArrowAlignHorizontalCentre.es.js.map