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