@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 969 B
JavaScript
import { jsxs as m, jsx as o } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as i } from "../IconSize.es.js";
import n from "./IconCaretRightDouble12.es.js";
import f from "./IconCaretRightDouble16.es.js";
import a from "./IconCaretRightDouble20.es.js";
import c from "./IconCaretRightDouble24.es.js";
import u from "./IconCaretRightDouble32.es.js";
const l = (e) => {
const t = e.size || i.Size16;
return /* @__PURE__ */ m("span", { children: [
t === i.Size12 && !e.filled && /* @__PURE__ */ o(n, { ...e }),
t === i.Size16 && !e.filled && /* @__PURE__ */ o(f, { ...e }),
t === i.Size20 && !e.filled && /* @__PURE__ */ o(a, { ...e }),
t === i.Size24 && !e.filled && /* @__PURE__ */ o(c, { ...e }),
t === i.Size32 && !e.filled && /* @__PURE__ */ o(u, { ...e })
] });
};
l.displayName = "FondueIconCaretRightDouble";
const R = r(l);
export {
R as default
};
//# sourceMappingURL=IconCaretRightDouble.es.js.map