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