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