@frontify/fondue
Version:
Design system of Frontify
25 lines (24 loc) • 913 B
JavaScript
import { jsxs as m, jsx as c } from "react/jsx-runtime";
import { memo as r } from "react";
import { IconSize as o } from "../IconSize.es.js";
import n from "./IconScissors12.es.js";
import S from "./IconScissors16.es.js";
import f from "./IconScissors20.es.js";
import t from "./IconScissors24.es.js";
import l from "./IconScissors32.es.js";
const e = (i) => {
const s = i.size || o.Size16;
return /* @__PURE__ */ m("span", { children: [
s === o.Size12 && !i.filled && /* @__PURE__ */ c(n, { ...i }),
s === o.Size16 && !i.filled && /* @__PURE__ */ c(S, { ...i }),
s === o.Size20 && !i.filled && /* @__PURE__ */ c(f, { ...i }),
s === o.Size24 && !i.filled && /* @__PURE__ */ c(t, { ...i }),
s === o.Size32 && !i.filled && /* @__PURE__ */ c(l, { ...i })
] });
};
e.displayName = "FondueIconScissors";
const y = r(e);
export {
y as default
};
//# sourceMappingURL=IconScissors.es.js.map