import _IconNotification2Line from "./icon-notification-2-line.vue.js";
const IconNotification2Line = Object.assign(_IconNotification2Line, {
install: (app) => {
app.component(_IconNotification2Line.name, _IconNotification2Line);
}
});
export {
IconNotification2Line as default
};