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