UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 839 B
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/StarFallMinimalistic.mjs"; const M = d((t, a) => /* @__PURE__ */ p.createElement(w, o(m({ ref: a }, t), { weights: F }))); M.displayName = "StarFallMinimalistic"; export { M as default };