UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 300 B
"use strict"; const iconContactsBook3Line = require("./icon-contacts-book-3-line.vue.js"); const IconContactsBook3Line = Object.assign(iconContactsBook3Line, { install: (app) => { app.component(iconContactsBook3Line.name, iconContactsBook3Line); } }); module.exports = IconContactsBook3Line;