@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 816 B
JavaScript
var f = Object.defineProperty, d = 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 ? f(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) => d(e, n(t));
import c, { forwardRef as l } from "react";
import w from "../../lib/IconBase.mjs";
import M from "../../defs/sports/Meditation.mjs";
const R = l((e, t) => /* @__PURE__ */ c.createElement(w, m(i({ ref: t }, e), { weights: M })));
R.displayName = "Meditation";
export {
R as default
};