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