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