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