UNPKG

@solar-icons/react

Version:
22 lines (21 loc) 835 B
var e = Object.defineProperty, p = Object.defineProperties; var s = Object.getOwnPropertyDescriptors; var m = Object.getOwnPropertySymbols; var c = Object.prototype.hasOwnProperty, d = Object.prototype.propertyIsEnumerable; var a = (o, r, f) => r in o ? e(o, r, { enumerable: !0, configurable: !0, writable: !0, value: f }) : o[r] = f, i = (o, r) => { for (var f in r || (r = {})) c.call(r, f) && a(o, f, r[f]); if (m) for (var f of m(r)) d.call(r, f) && a(o, f, r[f]); return o; }, t = (o, r) => p(o, s(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/ui/Traffic.mjs"; const T = n((o, r) => /* @__PURE__ */ l(w, t(i({ ref: r }, o), { weights: x }))); T.displayName = "Traffic"; export { T as default };