UNPKG

birdpaper-icon

Version:

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

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