@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 920 B
JavaScript
import { jsxs as d, jsx as o } from "react/jsx-runtime";
import { memo as g } from "react";
import { IconSize as e } from "../IconSize.es.js";
import n from "./IconEdgeRight12.es.js";
import f from "./IconEdgeRight16.es.js";
import c from "./IconEdgeRight20.es.js";
import l from "./IconEdgeRight24.es.js";
import r from "./IconEdgeRight32.es.js";
const m = (i) => {
const t = i.size || e.Size16;
return /* @__PURE__ */ d("span", { children: [
t === e.Size12 && !i.filled && /* @__PURE__ */ o(n, { ...i }),
t === e.Size16 && !i.filled && /* @__PURE__ */ o(f, { ...i }),
t === e.Size20 && !i.filled && /* @__PURE__ */ o(c, { ...i }),
t === e.Size24 && !i.filled && /* @__PURE__ */ o(l, { ...i }),
t === e.Size32 && !i.filled && /* @__PURE__ */ o(r, { ...i })
] });
};
m.displayName = "FondueIconEdgeRight";
const x = g(m);
export {
x as default
};
//# sourceMappingURL=IconEdgeRight.es.js.map