UNPKG

@frontify/fondue

Version:
31 lines (30 loc) 1.23 kB
import { jsxs as r, jsx as m } from "react/jsx-runtime"; import { memo as S } from "react"; import { IconSize as e } from "../IconSize.es.js"; import f from "./IconSparks12.es.js"; import n from "./IconSparks16.es.js"; import t from "./IconSparks20Filled.es.js"; import a from "./IconSparks20.es.js"; import c from "./IconSparks24Filled.es.js"; import d from "./IconSparks24.es.js"; import z from "./IconSparks32Filled.es.js"; import I from "./IconSparks32.es.js"; const o = (i) => { const l = i.size || e.Size16; return /* @__PURE__ */ r("span", { children: [ l === e.Size12 && !i.filled && /* @__PURE__ */ m(f, { ...i }), l === e.Size16 && !i.filled && /* @__PURE__ */ m(n, { ...i }), l === e.Size20 && i.filled && /* @__PURE__ */ m(t, { ...i }), l === e.Size20 && !i.filled && /* @__PURE__ */ m(a, { ...i }), l === e.Size24 && i.filled && /* @__PURE__ */ m(c, { ...i }), l === e.Size24 && !i.filled && /* @__PURE__ */ m(d, { ...i }), l === e.Size32 && i.filled && /* @__PURE__ */ m(z, { ...i }), l === e.Size32 && !i.filled && /* @__PURE__ */ m(I, { ...i }) ] }); }; o.displayName = "FondueIconSparks"; const g = S(o); export { g as default }; //# sourceMappingURL=IconSparks.es.js.map