UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 852 B
var p = Object.defineProperty, s = Object.defineProperties; var f = Object.getOwnPropertyDescriptors; var e = 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, a = (t, o) => { for (var r in o || (o = {})) n.call(o, r) && m(t, r, o[r]); if (e) for (var r of e(o)) d.call(o, r) && m(t, r, o[r]); return t; }, i = (t, o) => s(t, f(o)); import { jsx as c } from "react/jsx-runtime"; import { forwardRef as l } from "react"; import w from "../../lib/IconBase.mjs"; import x from "../../defs/map/StreetsMapPoint.mjs"; const M = l((t, o) => /* @__PURE__ */ c(w, i(a({ ref: o }, t), { weights: x }))); M.displayName = "StreetsMapPoint"; export { M as default };