UNPKG

birdpaper-icon

Version:

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

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