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