UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 242 B
"use strict"; const iconHtml5Fill = require("./icon-html5-fill.vue.js"); const IconHtml5Fill = Object.assign(iconHtml5Fill, { install: (app) => { app.component(iconHtml5Fill.name, iconHtml5Fill); } }); module.exports = IconHtml5Fill;