UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 235 B
import _IconStarSLine from "./icon-star-s-line.vue.js"; const IconStarSLine = Object.assign(_IconStarSLine, { install: (app) => { app.component(_IconStarSLine.name, _IconStarSLine); } }); export { IconStarSLine as default };