UNPKG

birdpaper-icon

Version:

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

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