@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 812 B
JavaScript
var f = Object.defineProperty, i = Object.defineProperties;
var l = Object.getOwnPropertyDescriptors;
var o = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, R = Object.prototype.propertyIsEnumerable;
var a = (r, e, t) => e in r ? f(r, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : r[e] = t, m = (r, e) => {
for (var t in e || (e = {}))
s.call(e, t) && a(r, t, e[t]);
if (o)
for (var t of o(e))
R.call(e, t) && a(r, t, e[t]);
return r;
}, p = (r, e) => i(r, l(e));
import c, { forwardRef as d } from "react";
import y from "../../lib/SSRBase.mjs";
import n from "../../defs/arrows-action/Reply.mjs";
const w = d((r, e) => /* @__PURE__ */ c.createElement(y, p(m({ ref: e }, r), { weights: n })));
w.displayName = "Reply";
export {
w as default
};