"use strict";
const iconFolderInfoFill = require("./icon-folder-info-fill.vue.js");
const IconFolderInfoFill = Object.assign(iconFolderInfoFill, {
install: (app) => {
app.component(iconFolderInfoFill.name, iconFolderInfoFill);
}
});
module.exports = IconFolderInfoFill;