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