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