"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;