UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 292 B
import _IconArrowDropDownLine from "./icon-arrow-drop-down-line.vue.js"; const IconArrowDropDownLine = Object.assign(_IconArrowDropDownLine, { install: (app) => { app.component(_IconArrowDropDownLine.name, _IconArrowDropDownLine); } }); export { IconArrowDropDownLine as default };