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