UNPKG

@solar-icons/react

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