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