import _IconExchangeFundsFill from "./icon-exchange-funds-fill.vue.js";
const IconExchangeFundsFill = Object.assign(_IconExchangeFundsFill, {
install: (app) => {
app.component(_IconExchangeFundsFill.name, _IconExchangeFundsFill);
}
});
export {
IconExchangeFundsFill as default
};