@solar-icons/react
Version:
Solar Icons for React
21 lines (20 loc) • 827 B
JavaScript
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 = (t, o, e) => o in t ? p(t, o, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[o] = e, i = (t, o) => {
for (var e in o || (o = {}))
s.call(o, e) && r(t, e, o[e]);
if (a)
for (var e of a(o))
c.call(o, e) && r(t, e, o[e]);
return t;
}, m = (t, o) => f(t, n(o));
import d, { forwardRef as l } from "react";
import u from "../../lib/IconBase.mjs";
import v from "../../defs/map/MapPointFavourite.mjs";
const w = l((t, o) => /* @__PURE__ */ d.createElement(u, m(i({ ref: o }, t), { weights: v })));
w.displayName = "MapPointFavourite";
export {
w as default
};