UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 277 B
import _IconShieldCrossFill from "./icon-shield-cross-fill.vue.js"; const IconShieldCrossFill = Object.assign(_IconShieldCrossFill, { install: (app) => { app.component(_IconShieldCrossFill.name, _IconShieldCrossFill); } }); export { IconShieldCrossFill as default };