UNPKG

birdpaper-icon

Version:

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

9 lines (8 loc) 299 B
"use strict"; const iconNotification4Line = require("./icon-notification-4-line.vue.js"); const IconNotification4Line = Object.assign(iconNotification4Line, { install: (app) => { app.component(iconNotification4Line.name, iconNotification4Line); } }); module.exports = IconNotification4Line;