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