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