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