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