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