UNPKG

birdpaper-icon

Version:

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

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