import _IconCarWashingLine from "./icon-car-washing-line.vue.js";
const IconCarWashingLine = Object.assign(_IconCarWashingLine, {
install: (app) => {
app.component(_IconCarWashingLine.name, _IconCarWashingLine);
}
});
export {
IconCarWashingLine as default
};