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