UNPKG

birdpaper-icon

Version:

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

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