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