import _IconDownload2Line from "./icon-download-2-line.vue.js";
const IconDownload2Line = Object.assign(_IconDownload2Line, {
install: (app) => {
app.component(_IconDownload2Line.name, _IconDownload2Line);
}
});
export {
IconDownload2Line as default
};