var c = Object.defineProperty, f = Object.defineProperties; var p = Object.getOwnPropertyDescriptors; var a = Object.getOwnPropertySymbols; var s = Object.prototype.hasOwnProperty, l = Object.prototype.propertyIsEnumerable; var t = (r, e, o) => e in r ? c(r, e, { enumerable: !0, configurable: !0, writable: !0, value: o }) : r[e] = o, m = (r, e) => { for (var o in e || (e = {})) s.call(e, o) && t(r, o, e[o]); if (a) for (var o of a(e)) l.call(e, o) && t(r, o, e[o]); return r; }, i = (r, e) => f(r, p(e)); import R, { forwardRef as d } from "react"; import n from "../lib/SSRBase.mjs"; import w from "../defs/PoliceCar.mjs"; const C = d((r, e) => /* @__PURE__ */ R.createElement(n, i(m({ ref: e }, r), { weights: w }))); C.displayName = "PoliceCar"; export { C as PoliceCar };