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