UNPKG

birdpaper-icon

Version:

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

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