"use strict";
const iconWechatPayLine = require("./icon-wechat-pay-line.vue.js");
const IconWechatPayLine = Object.assign(iconWechatPayLine, {
install: (app) => {
app.component(iconWechatPayLine.name, iconWechatPayLine);
}
});
module.exports = IconWechatPayLine;