UNPKG

birdpaper-icon

Version:

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

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