UNPKG

@solar-icons/react

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