UNPKG

birdpaper-icon

Version:

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

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