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