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