UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 243 B
"use strict"; const iconFontSize2 = require("./icon-font-size-2.vue.js"); const IconFontSize2 = Object.assign(iconFontSize2, { install: (app) => { app.component(iconFontSize2.name, iconFontSize2); } }); module.exports = IconFontSize2;