UNPKG

birdpaper-icon

Version:

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

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