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