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