UNPKG

birdpaper-icon

Version:

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

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