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