UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 285 B
"use strict"; const iconInsertRowBottom = require("./icon-insert-row-bottom.vue.js"); const IconInsertRowBottom = Object.assign(iconInsertRowBottom, { install: (app) => { app.component(iconInsertRowBottom.name, iconInsertRowBottom); } }); module.exports = IconInsertRowBottom;