UNPKG

birdpaper-icon

Version:

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

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