UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 278 B
"use strict"; const iconCarWashingFill = require("./icon-car-washing-fill.vue.js"); const IconCarWashingFill = Object.assign(iconCarWashingFill, { install: (app) => { app.component(iconCarWashingFill.name, iconCarWashingFill); } }); module.exports = IconCarWashingFill;