UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 291 B
"use strict"; const iconNotificationFill = require("./icon-notification-fill.vue.js"); const IconNotificationFill = Object.assign(iconNotificationFill, { install: (app) => { app.component(iconNotificationFill.name, iconNotificationFill); } }); module.exports = IconNotificationFill;