UNPKG

@solar-icons/react

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