UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 270 B
import _IconChatThreadFill from "./icon-chat-thread-fill.vue.js"; const IconChatThreadFill = Object.assign(_IconChatThreadFill, { install: (app) => { app.component(_IconChatThreadFill.name, _IconChatThreadFill); } }); export { IconChatThreadFill as default };