@@ -40,20 +40,20 @@ <h3>Flat Buttons</h3>
4040
4141< h3 > Icon Buttons</ h3 >
4242< div class ="example-button-row ">
43- < button mat-icon-button >
44- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
43+ < button mat-icon-button aria-label =" Example icon-button with a heart icon " >
44+ < mat-icon > favorite</ mat-icon >
4545 </ button >
46- < button mat-icon-button color ="primary ">
47- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
46+ < button mat-icon-button color ="primary " aria-label =" Example icon-button with a heart icon " >
47+ < mat-icon > favorite</ mat-icon >
4848 </ button >
49- < button mat-icon-button color ="accent ">
50- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
49+ < button mat-icon-button color ="accent " aria-label =" Example icon-button with a heart icon " >
50+ < mat-icon > favorite</ mat-icon >
5151 </ button >
52- < button mat-icon-button color ="warn ">
53- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
52+ < button mat-icon-button color ="warn " aria-label =" Example icon-button with a heart icon " >
53+ < mat-icon > favorite</ mat-icon >
5454 </ button >
55- < button mat-icon-button disabled >
56- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
55+ < button mat-icon-button disabled aria-label =" Example icon-button with a heart icon " >
56+ < mat-icon > favorite</ mat-icon >
5757 </ button >
5858</ div >
5959
@@ -64,8 +64,8 @@ <h3>Fab Buttons</h3>
6464 < button mat-fab color ="accent "> Accent</ button >
6565 < button mat-fab color ="warn "> Warn</ button >
6666 < button mat-fab disabled > Disabled</ button >
67- < button mat-fab >
68- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
67+ < button mat-fab aria-label =" Example icon-button with a heart icon " >
68+ < mat-icon > favorite</ mat-icon >
6969 </ button >
7070 < a mat-fab routerLink =". "> Link</ a >
7171</ div >
@@ -77,8 +77,8 @@ <h3>Mini Fab Buttons</h3>
7777 < button mat-mini-fab color ="accent "> Accent</ button >
7878 < button mat-mini-fab color ="warn "> Warn</ button >
7979 < button mat-mini-fab disabled > Disabled</ button >
80- < button mat-mini-fab >
81- < mat-icon aria-label =" Example icon-button with a heart icon " > favorite</ mat-icon >
80+ < button mat-mini-fab aria-label =" Example icon-button with a heart icon " >
81+ < mat-icon > favorite</ mat-icon >
8282 </ button >
8383 < a mat-mini-fab routerLink =". "> Link</ a >
8484</ div >
0 commit comments