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