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