@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 814 B
JavaScript
var f = Object.defineProperty, p = Object.defineProperties;
var s = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var R = Object.prototype.hasOwnProperty, n = Object.prototype.propertyIsEnumerable;
var o = (t, r, e) => r in t ? f(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) => p(t, s(r));
import S, { forwardRef as c } from "react";
import d from "../../lib/SSRBase.mjs";
import g from "../../defs/astronomy/StarRing.mjs";
const l = c((t, r) => /* @__PURE__ */ S.createElement(d, i(m({ ref: r }, t), { weights: g })));
l.displayName = "StarRing";
export {
l as default
};