UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 193 B
"use strict"; const iconH5 = require("./icon-h-5.vue.js"); const IconH5 = Object.assign(iconH5, { install: (app) => { app.component(iconH5.name, iconH5); } }); module.exports = IconH5;