UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 853 B
var i = Object.defineProperty, l = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var t = Object.getOwnPropertySymbols; var s = Object.prototype.hasOwnProperty, d = 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)) d.call(o, a) && m(r, a, o[a]); return r; }, e = (r, o) => l(r, p(o)); import { jsx as n } from "react/jsx-runtime"; import { forwardRef as C } from "react"; import h from "../../lib/IconBase.mjs"; import u from "../../defs/messages/ChatRoundCall.mjs"; const R = C((r, o) => /* @__PURE__ */ n(h, e(f({ ref: o }, r), { weights: u }))); R.displayName = "ChatRoundCall"; export { R as default };