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