UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 276 B
import _IconPlaystationLine from "./icon-playstation-line.vue.js"; const IconPlaystationLine = Object.assign(_IconPlaystationLine, { install: (app) => { app.component(_IconPlaystationLine.name, _IconPlaystationLine); } }); export { IconPlaystationLine as default };