UNPKG

birdpaper-icon

Version:

基于 Remix icon 生成的 Vue3 图标组件库

10 lines (9 loc) 292 B
import _IconContactsBook2Line from "./icon-contacts-book-2-line.vue.js"; const IconContactsBook2Line = Object.assign(_IconContactsBook2Line, { install: (app) => { app.component(_IconContactsBook2Line.name, _IconContactsBook2Line); } }); export { IconContactsBook2Line as default };