@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 927 B
JavaScript
import { jsxs as m, jsx as t } from "react/jsx-runtime";
import { memo as n } from "react";
import { IconSize as o } from "../IconSize.es.js";
import f from "./IconArrowRight12.es.js";
import c from "./IconArrowRight16.es.js";
import l from "./IconArrowRight20.es.js";
import d from "./IconArrowRight24.es.js";
import h from "./IconArrowRight32.es.js";
const e = (i) => {
const r = i.size || o.Size16;
return /* @__PURE__ */ m("span", { children: [
r === o.Size12 && !i.filled && /* @__PURE__ */ t(f, { ...i }),
r === o.Size16 && !i.filled && /* @__PURE__ */ t(c, { ...i }),
r === o.Size20 && !i.filled && /* @__PURE__ */ t(l, { ...i }),
r === o.Size24 && !i.filled && /* @__PURE__ */ t(d, { ...i }),
r === o.Size32 && !i.filled && /* @__PURE__ */ t(h, { ...i })
] });
};
e.displayName = "FondueIconArrowRight";
const u = n(e);
export {
u as default
};
//# sourceMappingURL=IconArrowRight.es.js.map