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