"use strict";
const iconFileList2Fill = require("./icon-file-list-2-fill.vue.js");
const IconFileList2Fill = Object.assign(iconFileList2Fill, {
install: (app) => {
app.component(iconFileList2Fill.name, iconFileList2Fill);
}
});
module.exports = IconFileList2Fill;