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