UNPKG

@frontify/fondue

Version:
25 lines (24 loc) 885 B
import { jsxs as d, jsx as o } from "react/jsx-runtime"; import { memo as f } from "react"; import { IconSize as n } from "../IconSize.es.js"; import t from "./IconWand12.es.js"; import a from "./IconWand16.es.js"; import c from "./IconWand20.es.js"; import l from "./IconWand24.es.js"; import r from "./IconWand32.es.js"; const m = (i) => { const e = i.size || n.Size16; return /* @__PURE__ */ d("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(r, { ...i }) ] }); }; m.displayName = "FondueIconWand"; const s = f(m); export { s as default }; //# sourceMappingURL=IconWand.es.js.map