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