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