"use strict";
const iconMotorbikeLine = require("./icon-motorbike-line.vue.js");
const IconMotorbikeLine = Object.assign(iconMotorbikeLine, {
install: (app) => {
app.component(iconMotorbikeLine.name, iconMotorbikeLine);
}
});
module.exports = IconMotorbikeLine;