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