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