"use strict";
const iconFullscreenFill = require("./icon-fullscreen-fill.vue.js");
const IconFullscreenFill = Object.assign(iconFullscreenFill, {
install: (app) => {
app.component(iconFullscreenFill.name, iconFullscreenFill);
}
});
module.exports = IconFullscreenFill;