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