UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 243 B
"use strict"; const iconStarSLine = require("./icon-star-s-line.vue.js"); const IconStarSLine = Object.assign(iconStarSLine, { install: (app) => { app.component(iconStarSLine.name, iconStarSLine); } }); module.exports = IconStarSLine;