@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 913 B
JavaScript
import { jsxs as r, jsx as o } from "react/jsx-runtime";
import { memo as n } from "react";
import { IconSize as e } from "../IconSize.es.js";
import f from "./IconChartPie12.es.js";
import a from "./IconChartPie16.es.js";
import c from "./IconChartPie20.es.js";
import l from "./IconChartPie24.es.js";
import d from "./IconChartPie32.es.js";
const m = (i) => {
const t = i.size || e.Size16;
return /* @__PURE__ */ r("span", { children: [
t === e.Size12 && !i.filled && /* @__PURE__ */ o(f, { ...i }),
t === e.Size16 && !i.filled && /* @__PURE__ */ o(a, { ...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(d, { ...i })
] });
};
m.displayName = "FondueIconChartPie";
const j = n(m);
export {
j as default
};
//# sourceMappingURL=IconChartPie.es.js.map