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