@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 833 B
JavaScript
var s = Object.defineProperty, c = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var r = Object.getOwnPropertySymbols;
var l = Object.prototype.hasOwnProperty, n = 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))
n.call(t, a) && e(i, a, t[a]);
return i;
}, o = (i, t) => c(i, f(t));
import p, { forwardRef as d } from "react";
import w from "../../lib/IconBase.mjs";
import M from "../../defs/astronomy/StarsMinimalistic.mjs";
const R = d((i, t) => /* @__PURE__ */ p.createElement(w, o(m({ ref: t }, i), { weights: M })));
R.displayName = "StarsMinimalistic";
export {
R as default
};