import * as r from"react";
import t from"../lib/SSRBase.es.js";
import m from"../defs/Car.es.js";
const o = r.forwardRef((a, e) =>/* @__PURE__ */ r.createElement(t, { ref: e, ...a, weights: m }));
o.displayName = "CarIcon";
const f = o;
export {
f asCar,
o asCarIcon
};