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