@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 813 B
JavaScript
var n = Object.defineProperty, p = Object.defineProperties;
var f = Object.getOwnPropertyDescriptors;
var a = Object.getOwnPropertySymbols;
var s = Object.prototype.hasOwnProperty, c = Object.prototype.propertyIsEnumerable;
var r = (t, o, e) => o in t ? n(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) => p(t, f(o));
import d, { forwardRef as l } from "react";
import w from "../../lib/IconBase.mjs";
import M from "../../defs/map/PointOnMap.mjs";
const O = l((t, o) => /* @__PURE__ */ d.createElement(w, i(m({ ref: o }, t), { weights: M })));
O.displayName = "PointOnMap";
export {
O as default
};