UNPKG

birdpaper-icon

Version:

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

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