@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 843 B
JavaScript
var i = Object.defineProperty, l = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var t = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, S = Object.prototype.propertyIsEnumerable;
var m = (o, r, a) => r in o ? i(o, r, { enumerable: !0, configurable: !0, writable: !0, value: a }) : o[r] = a, f = (o, r) => {
for (var a in r || (r = {}))
s.call(r, a) && m(o, a, r[a]);
if (t)
for (var a of t(r))
S.call(r, a) && m(o, a, r[a]);
return o;
}, e = (o, r) => l(o, p(r));
import { jsx as d } from "react/jsx-runtime";
import { forwardRef as w } from "react";
import x from "../../lib/SSRBase.mjs";
import F from "../../defs/astronomy/StarFall.mjs";
const R = w((o, r) => /* @__PURE__ */ d(x, e(f({ ref: r }, o), { weights: F })));
R.displayName = "StarFall";
export {
R as default
};