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