UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 257 B
"use strict"; const iconWindow2Fill = require("./icon-window-2-fill.vue.js"); const IconWindow2Fill = Object.assign(iconWindow2Fill, { install: (app) => { app.component(iconWindow2Fill.name, iconWindow2Fill); } }); module.exports = IconWindow2Fill;