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