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