UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 241 B
import _IconRepeatLine from "./icon-repeat-line.vue.js"; const IconRepeatLine = Object.assign(_IconRepeatLine, { install: (app) => { app.component(_IconRepeatLine.name, _IconRepeatLine); } }); export { IconRepeatLine as default };