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