@phosphor-icons/react
Version:
A clean and friendly icon family for React
21 lines (20 loc) • 817 B
JavaScript
var n = Object.defineProperty, f = Object.defineProperties;
var g = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var p = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable;
var i = (t, o, e) => o in t ? n(t, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[o] = e, m = (t, o) => {
for (var e in o || (o = {}))
p.call(o, e) && i(t, e, o[e]);
if (r)
for (var e of r(o))
d.call(o, e) && i(t, e, o[e]);
return t;
}, a = (t, o) => f(t, g(o));
import l, { forwardRef as s } from "react";
import c from "../lib/SSRBase.mjs";
import h from "../defs/CloudLightning.mjs";
const R = s((t, o) => /* @__PURE__ */ l.createElement(c, a(m({ ref: o }, t), { weights: h })));
R.displayName = "CloudLightning";
export {
R as CloudLightning
};