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