UNPKG

birdpaper-icon

Version:

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

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