@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 913 B
JavaScript
import { jsxs as M, jsx as o } from "react/jsx-runtime";
import { memo as f } from "react";
import { IconSize as i } from "../IconSize.es.js";
import t from "./IconMegaMenu12.es.js";
import a from "./IconMegaMenu16.es.js";
import c from "./IconMegaMenu20.es.js";
import l from "./IconMegaMenu24.es.js";
import u from "./IconMegaMenu32.es.js";
const m = (e) => {
const n = e.size || i.Size16;
return /* @__PURE__ */ M("span", { children: [
n === i.Size12 && !e.filled && /* @__PURE__ */ o(t, { ...e }),
n === i.Size16 && !e.filled && /* @__PURE__ */ o(a, { ...e }),
n === i.Size20 && !e.filled && /* @__PURE__ */ o(c, { ...e }),
n === i.Size24 && !e.filled && /* @__PURE__ */ o(l, { ...e }),
n === i.Size32 && !e.filled && /* @__PURE__ */ o(u, { ...e })
] });
};
m.displayName = "FondueIconMegaMenu";
const h = f(m);
export {
h as default
};
//# sourceMappingURL=IconMegaMenu.es.js.map