UNPKG

birdpaper-icon

Version:

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

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