UNPKG

@solar-icons/react

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