UNPKG

birdpaper-icon

Version:

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

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