@@ -122,7 +122,7 @@ describe('MatIcon', () => {
122
122
'mat-icon' ,
123
123
'mat-ligature-font' ,
124
124
'mat-primary' ,
125
- 'material-icons ' ,
125
+ 'material-symbols-outlined ' ,
126
126
'notranslate' ,
127
127
] ) ;
128
128
} ) ;
@@ -141,7 +141,7 @@ describe('MatIcon', () => {
141
141
'mat-icon' ,
142
142
'mat-icon-no-color' ,
143
143
'mat-ligature-font' ,
144
- 'material-icons ' ,
144
+ 'material-symbols-outlined ' ,
145
145
'notranslate' ,
146
146
] ) ;
147
147
} ) ;
@@ -178,7 +178,7 @@ describe('MatIcon', () => {
178
178
} ) ;
179
179
180
180
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' , ( ) => {
182
182
const fixture = TestBed . createComponent ( IconWithLigature ) ;
183
183
184
184
const testComponent = fixture . componentInstance ;
@@ -190,7 +190,7 @@ describe('MatIcon', () => {
190
190
'mat-icon' ,
191
191
'mat-icon-no-color' ,
192
192
'mat-ligature-font' ,
193
- 'material-icons ' ,
193
+ 'material-symbols-outlined ' ,
194
194
'notranslate' ,
195
195
] ) ;
196
196
} ) ;
@@ -265,7 +265,7 @@ describe('MatIcon', () => {
265
265
expect ( icon . getAttribute ( 'fontIcon' ) ) . toBe ( 'house' ) ;
266
266
} ) ;
267
267
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' , ( ) => {
269
269
const fixture = TestBed . createComponent ( IconWithLigatureByAttribute ) ;
270
270
271
271
const testComponent = fixture . componentInstance ;
@@ -277,7 +277,7 @@ describe('MatIcon', () => {
277
277
'mat-icon' ,
278
278
'mat-icon-no-color' ,
279
279
'mat-ligature-font' ,
280
- 'material-icons ' ,
280
+ 'material-symbols-outlined ' ,
281
281
'notranslate' ,
282
282
] ) ;
283
283
} ) ;
0 commit comments