UNPKG

@solar-icons/react

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