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