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