UNPKG

@solar-icons/react

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