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