UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 291 B
import _IconNotification2Fill from "./icon-notification-2-fill.vue.js"; const IconNotification2Fill = Object.assign(_IconNotification2Fill, { install: (app) => { app.component(_IconNotification2Fill.name, _IconNotification2Fill); } }); export { IconNotification2Fill as default };