import {Component} from '@angular/core'; @Component({ selector: 'svg-notification-disabled', imports: [], template: ` ` }) export class NotificationDisabledSvgComponent { }