UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 272 B
"use strict"; const iconPlayList2Line = require("./icon-play-list-2-line.vue.js"); const IconPlayList2Line = Object.assign(iconPlayList2Line, { install: (app) => { app.component(iconPlayList2Line.name, iconPlayList2Line); } }); module.exports = IconPlayList2Line;