UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 279 B
"use strict"; const iconCodeSSlashLine = require("./icon-code-s-slash-line.vue.js"); const IconCodeSSlashLine = Object.assign(iconCodeSSlashLine, { install: (app) => { app.component(iconCodeSSlashLine.name, iconCodeSSlashLine); } }); module.exports = IconCodeSSlashLine;