@@ -122,7 +122,7 @@ describe('MatIcon', () => {
122122 'mat-icon' ,
123123 'mat-ligature-font' ,
124124 'mat-primary' ,
125- 'material-icons ' ,
125+ 'material-symbols-outlined ' ,
126126 'notranslate' ,
127127 ] ) ;
128128 } ) ;
@@ -141,7 +141,7 @@ describe('MatIcon', () => {
141141 'mat-icon' ,
142142 'mat-icon-no-color' ,
143143 'mat-ligature-font' ,
144- 'material-icons ' ,
144+ 'material-symbols-outlined ' ,
145145 'notranslate' ,
146146 ] ) ;
147147 } ) ;
@@ -178,7 +178,7 @@ describe('MatIcon', () => {
178178 } ) ;
179179
180180 describe ( 'Ligature icons' , ( ) => {
181- it ( 'should add material-icons and mat-ligature-font class by default' , ( ) => {
181+ it ( 'should add material-symbols-outlined and mat-ligature-font class by default' , ( ) => {
182182 const fixture = TestBed . createComponent ( IconWithLigature ) ;
183183
184184 const testComponent = fixture . componentInstance ;
@@ -190,7 +190,7 @@ describe('MatIcon', () => {
190190 'mat-icon' ,
191191 'mat-icon-no-color' ,
192192 'mat-ligature-font' ,
193- 'material-icons ' ,
193+ 'material-symbols-outlined ' ,
194194 'notranslate' ,
195195 ] ) ;
196196 } ) ;
@@ -265,7 +265,7 @@ describe('MatIcon', () => {
265265 expect ( icon . getAttribute ( 'fontIcon' ) ) . toBe ( 'house' ) ;
266266 } ) ;
267267
268- it ( 'should add material-icons and mat-ligature-font class by default' , ( ) => {
268+ it ( 'should add material-symbols-outlined and mat-ligature-font class by default' , ( ) => {
269269 const fixture = TestBed . createComponent ( IconWithLigatureByAttribute ) ;
270270
271271 const testComponent = fixture . componentInstance ;
@@ -277,7 +277,7 @@ describe('MatIcon', () => {
277277 'mat-icon' ,
278278 'mat-icon-no-color' ,
279279 'mat-ligature-font' ,
280- 'material-icons ' ,
280+ 'material-symbols-outlined ' ,
281281 'notranslate' ,
282282 ] ) ;
283283 } ) ;
0 commit comments