@solar-icons/react
Version:
Solar Icons for React
22 lines (21 loc) • 847 B
JavaScript
var f = Object.defineProperty, e = Object.defineProperties;
var s = Object.getOwnPropertyDescriptors;
var m = Object.getOwnPropertySymbols;
var w = Object.prototype.hasOwnProperty, R = 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, i = (o, r) => {
for (var t in r || (r = {}))
w.call(r, t) && a(o, t, r[t]);
if (m)
for (var t of m(r))
R.call(r, t) && a(o, t, r[t]);
return o;
}, p = (o, r) => e(o, s(r));
import { jsx as d } from "react/jsx-runtime";
import { forwardRef as g } from "react";
import h from "../../lib/SSRBase.mjs";
import l from "../../defs/map/MapArrowRight.mjs";
const x = g((o, r) => /* @__PURE__ */ d(h, p(i({ ref: r }, o), { weights: l })));
x.displayName = "MapArrowRight";
export {
x as default
};