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