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