UNPKG

birdpaper-icon

Version:

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

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