import _IconFullscreenExitLine from "./icon-fullscreen-exit-line.vue.js";
const IconFullscreenExitLine = Object.assign(_IconFullscreenExitLine, {
install: (app) => {
app.component(_IconFullscreenExitLine.name, _IconFullscreenExitLine);
}
});
export {
IconFullscreenExitLine as default
};