UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 278 B
import _IconArrowLeftUpLine from "./icon-arrow-left-up-line.vue.js"; const IconArrowLeftUpLine = Object.assign(_IconArrowLeftUpLine, { install: (app) => { app.component(_IconArrowLeftUpLine.name, _IconArrowLeftUpLine); } }); export { IconArrowLeftUpLine as default };