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