birdpaper-icon
Version:
基于 Remix icon 生成的 Vue3 图标组件库
10 lines (9 loc) • 313 B
JavaScript
import _IconCustomerService2Fill from "./icon-customer-service-2-fill.vue.js";
const IconCustomerService2Fill = Object.assign(_IconCustomerService2Fill, {
install: (app) => {
app.component(_IconCustomerService2Fill.name, _IconCustomerService2Fill);
}
});
export {
IconCustomerService2Fill as default
};