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