UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 256 B
import _IconSkipLeftLine from "./icon-skip-left-line.vue.js"; const IconSkipLeftLine = Object.assign(_IconSkipLeftLine, { install: (app) => { app.component(_IconSkipLeftLine.name, _IconSkipLeftLine); } }); export { IconSkipLeftLine as default };