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