UNPKG

birdpaper-icon

Version:

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

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