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