UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 270 B
"use strict"; const iconMotorbikeLine = require("./icon-motorbike-line.vue.js"); const IconMotorbikeLine = Object.assign(iconMotorbikeLine, { install: (app) => { app.component(iconMotorbikeLine.name, iconMotorbikeLine); } }); module.exports = IconMotorbikeLine;