UNPKG

@solar-icons/react

Version:
21 lines (20 loc) 812 B
var p = Object.defineProperty, f = Object.defineProperties; var n = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var s = 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 = {})) s.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, n(t)); import d, { forwardRef as l } from "react"; import R from "../../lib/SSRBase.mjs"; import w from "../../defs/map/PointOnMap.mjs"; const M = l((e, t) => /* @__PURE__ */ d.createElement(R, i(m({ ref: t }, e), { weights: w }))); M.displayName = "PointOnMap"; export { M as default };