File tree Expand file tree Collapse file tree 6 files changed +465
-81
lines changed Expand file tree Collapse file tree 6 files changed +465
-81
lines changed Original file line number Diff line number Diff line change 9
9
< mat-icon svgIcon ="thumb-up "> </ mat-icon >
10
10
</ p >
11
11
12
+ < p >
13
+ From inline template with MatIconProvider:
14
+ < mat-icon svgIcon ="bike " class ="green "> </ mat-icon >
15
+ < mat-icon svgIcon ="bike "> </ mat-icon >
16
+ </ p >
17
+
12
18
< p >
13
19
Mirrored in RTL:
14
20
< mat-icon class ="mat-icon-rtl-mirror green " svgIcon ="thumb-up "> </ mat-icon >
15
21
< mat-icon class ="mat-icon-rtl-mirror " svgIcon ="thumb-up "> </ mat-icon >
22
+ < mat-icon class ="mat-icon-rtl-mirror green " svgIcon ="bike "> </ mat-icon >
23
+ < mat-icon class ="mat-icon-rtl-mirror " svgIcon ="bike "> </ mat-icon >
16
24
</ p >
17
25
18
26
< p >
22
30
< mat-icon svgIcon ="core:alarm "> </ mat-icon >
23
31
</ p >
24
32
33
+ < p >
34
+ From inline icon set:
35
+ < mat-icon svgIcon ="core-inline:account-balance "> </ mat-icon >
36
+ < mat-icon svgIcon ="core-inline:account-balance-wallet "> </ mat-icon >
37
+ < mat-icon svgIcon ="core-inline:account-box "> </ mat-icon >
38
+ </ p >
39
+
25
40
< p >
26
41
Ligature from Material Icons font:
27
42
< mat-icon > home</ mat-icon >
You can’t perform that action at this time.
0 commit comments