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