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