UNPKG

birdpaper-icon

Version:

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

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