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