UNPKG

birdpaper-icon

Version:

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

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