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