UNPKG

@solar-icons/react

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