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