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