UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 271 B
"use strict"; const iconExchange2Line = require("./icon-exchange-2-line.vue.js"); const IconExchange2Line = Object.assign(iconExchange2Line, { install: (app) => { app.component(iconExchange2Line.name, iconExchange2Line); } }); module.exports = IconExchange2Line;