UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 271 B
import _IconCodeSSlashFill from "./icon-code-s-slash-fill.vue.js"; const IconCodeSSlashFill = Object.assign(_IconCodeSSlashFill, { install: (app) => { app.component(_IconCodeSSlashFill.name, _IconCodeSSlashFill); } }); export { IconCodeSSlashFill as default };