UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 300 B
"use strict"; const iconContrastDrop2Line = require("./icon-contrast-drop-2-line.vue.js"); const IconContrastDrop2Line = Object.assign(iconContrastDrop2Line, { install: (app) => { app.component(iconContrastDrop2Line.name, iconContrastDrop2Line); } }); module.exports = IconContrastDrop2Line;