UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 285 B
"use strict"; const iconShieldCrossLine = require("./icon-shield-cross-line.vue.js"); const IconShieldCrossLine = Object.assign(iconShieldCrossLine, { install: (app) => { app.component(iconShieldCrossLine.name, iconShieldCrossLine); } }); module.exports = IconShieldCrossLine;