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