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