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