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