UNPKG

@solar-icons/react

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