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