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