UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 271 B
import _IconLogoutBoxRLine from "./icon-logout-box-r-line.vue.js"; const IconLogoutBoxRLine = Object.assign(_IconLogoutBoxRLine, { install: (app) => { app.component(_IconLogoutBoxRLine.name, _IconLogoutBoxRLine); } }); export { IconLogoutBoxRLine as default };