UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 279 B
"use strict"; const iconLogoutBoxRFill = require("./icon-logout-box-r-fill.vue.js"); const IconLogoutBoxRFill = Object.assign(iconLogoutBoxRFill, { install: (app) => { app.component(iconLogoutBoxRFill.name, iconLogoutBoxRFill); } }); module.exports = IconLogoutBoxRFill;