UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 256 B
import _IconReplyAllFill from "./icon-reply-all-fill.vue.js"; const IconReplyAllFill = Object.assign(_IconReplyAllFill, { install: (app) => { app.component(_IconReplyAllFill.name, _IconReplyAllFill); } }); export { IconReplyAllFill as default };