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