UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 850 B
var p = Object.defineProperty, f = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var n = 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 = {})) n.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 R } from "react/jsx-runtime"; import { forwardRef as c } from "react"; import l from "../../lib/IconBase.mjs"; import w from "../../defs/map/MapPointRotate.mjs"; const x = c((t, o) => /* @__PURE__ */ R(l, i(e({ ref: o }, t), { weights: w }))); x.displayName = "MapPointRotate"; export { x as default };