birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
9 lines (8 loc) • 321 B
JavaScript
;
const iconCustomerService2Fill = require("./icon-customer-service-2-fill.vue.js");
const IconCustomerService2Fill = Object.assign(iconCustomerService2Fill, {
install: (app) => {
app.component(iconCustomerService2Fill.name, iconCustomerService2Fill);
}
});
module.exports = IconCustomerService2Fill;