UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 298 B
import _IconLayoutVerticalLine from "./icon-layout-vertical-line.vue.js"; const IconLayoutVerticalLine = Object.assign(_IconLayoutVerticalLine, { install: (app) => { app.component(_IconLayoutVerticalLine.name, _IconLayoutVerticalLine); } }); export { IconLayoutVerticalLine as default };