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