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