UNPKG

@solar-icons/react

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