UNPKG

@solar-icons/react

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