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