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