UNPKG

birdpaper-icon

Version:

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

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