"use strict";
const iconNotification4Fill = require("./icon-notification-4-fill.vue.js");
const IconNotification4Fill = Object.assign(iconNotification4Fill, {
install: (app) => {
app.component(iconNotification4Fill.name, iconNotification4Fill);
}
});
module.exports = IconNotification4Fill;