UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 292 B
"use strict"; const iconHeavyShowersLine = require("./icon-heavy-showers-line.vue.js"); const IconHeavyShowersLine = Object.assign(iconHeavyShowersLine, { install: (app) => { app.component(iconHeavyShowersLine.name, iconHeavyShowersLine); } }); module.exports = IconHeavyShowersLine;