UNPKG

birdpaper-icon

Version:

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

10 lines (9 loc) 305 B
import _IconNotificationOffLine from "./icon-notification-off-line.vue.js"; const IconNotificationOffLine = Object.assign(_IconNotificationOffLine, { install: (app) => { app.component(_IconNotificationOffLine.name, _IconNotificationOffLine); } }); export { IconNotificationOffLine as default };