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