UNPKG

birdpaper-icon

Version:

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

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