diff --git a/aio/src/app/app.component.html b/aio/src/app/app.component.html index 68402de045..fde39a7a93 100644 --- a/aio/src/app/app.component.html +++ b/aio/src/app/app.component.html @@ -74,3 +74,10 @@ + +  diff --git a/aio/src/app/app.module.ts b/aio/src/app/app.module.ts index 014b6208cd..8e604d2696 100644 --- a/aio/src/app/app.module.ts +++ b/aio/src/app/app.module.ts @@ -58,18 +58,6 @@ export const svgIconProviders = [ }, multi: true, }, - { - provide: SVG_ICONS, - useValue: { - name: 'error_outline', - svgSource: - '' + - '' + - '' + - '', - }, - multi: true, - }, { provide: SVG_ICONS, useValue: {