@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 962 B
JavaScript
import { jsxs as e, jsx as n } from "react/jsx-runtime";
import { memo as l } from "react";
import { IconSize as o } from "../IconSize.es.js";
import m from "./IconArrowAlignRight12.es.js";
import g from "./IconArrowAlignRight16.es.js";
import A from "./IconArrowAlignRight20.es.js";
import f from "./IconArrowAlignRight24.es.js";
import c from "./IconArrowAlignRight32.es.js";
const t = (i) => {
const r = i.size || o.Size16;
return /* @__PURE__ */ e("span", { children: [
r === o.Size12 && !i.filled && /* @__PURE__ */ n(m, { ...i }),
r === o.Size16 && !i.filled && /* @__PURE__ */ n(g, { ...i }),
r === o.Size20 && !i.filled && /* @__PURE__ */ n(A, { ...i }),
r === o.Size24 && !i.filled && /* @__PURE__ */ n(f, { ...i }),
r === o.Size32 && !i.filled && /* @__PURE__ */ n(c, { ...i })
] });
};
t.displayName = "FondueIconArrowAlignRight";
const u = l(t);
export {
u as default
};
//# sourceMappingURL=IconArrowAlignRight.es.js.map