import _IconDeviceRecoverFill from "./icon-device-recover-fill.vue.js";
const IconDeviceRecoverFill = Object.assign(_IconDeviceRecoverFill, {
install: (app) => {
app.component(_IconDeviceRecoverFill.name, _IconDeviceRecoverFill);
}
});
export {
IconDeviceRecoverFill as default
};