@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 834 B
JavaScript
var f = Object.defineProperty, l = Object.defineProperties;
var p = Object.getOwnPropertyDescriptors;
var o = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable;
var a = (t, r, e) => r in t ? f(t, r, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[r] = e, m = (t, r) => {
for (var e in r || (r = {}))
s.call(r, e) && a(t, e, r[e]);
if (o)
for (var e of o(r))
c.call(r, e) && a(t, e, r[e]);
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/SquareAltArrowRight.mjs";
const g = A((t, r) => /* @__PURE__ */ w.createElement(R, i(m({ ref: r }, t), { weights: d })));
g.displayName = "SquareAltArrowRight";
export {
g as default
};