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