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