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