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