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