UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 292 B
import _IconCornerRightUpLine from "./icon-corner-right-up-line.vue.js"; const IconCornerRightUpLine = Object.assign(_IconCornerRightUpLine, { install: (app) => { app.component(_IconCornerRightUpLine.name, _IconCornerRightUpLine); } }); export { IconCornerRightUpLine as default };