UNPKG

@solar-icons/react

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