UNPKG

@frontify/fondue

Version:
35 lines (34 loc) 1.49 kB
import { jsxs as m, jsx as l } from "react/jsx-runtime"; import { memo as g } from "react"; import { IconSize as n } from "../IconSize.es.js"; import o from "./IconLightning12Filled.es.js"; import f from "./IconLightning12.es.js"; import d from "./IconLightning16Filled.es.js"; import c from "./IconLightning16.es.js"; import h from "./IconLightning20Filled.es.js"; import z from "./IconLightning20.es.js"; import I from "./IconLightning24Filled.es.js"; import L from "./IconLightning24.es.js"; import S from "./IconLightning32Filled.es.js"; import r from "./IconLightning32.es.js"; const t = (i) => { const e = i.size || n.Size16; return /* @__PURE__ */ m("span", { children: [ e === n.Size12 && i.filled && /* @__PURE__ */ l(o, { ...i }), e === n.Size12 && !i.filled && /* @__PURE__ */ l(f, { ...i }), e === n.Size16 && i.filled && /* @__PURE__ */ l(d, { ...i }), e === n.Size16 && !i.filled && /* @__PURE__ */ l(c, { ...i }), e === n.Size20 && i.filled && /* @__PURE__ */ l(h, { ...i }), e === n.Size20 && !i.filled && /* @__PURE__ */ l(z, { ...i }), e === n.Size24 && i.filled && /* @__PURE__ */ l(I, { ...i }), e === n.Size24 && !i.filled && /* @__PURE__ */ l(L, { ...i }), e === n.Size32 && i.filled && /* @__PURE__ */ l(S, { ...i }), e === n.Size32 && !i.filled && /* @__PURE__ */ l(r, { ...i }) ] }); }; t.displayName = "FondueIconLightning"; const A = g(t); export { A as default }; //# sourceMappingURL=IconLightning.es.js.map