UNPKG

birdpaper-icon

Version:

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

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