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