File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
< button md-button > flat</ button >
4
4
< button md-raised-button > raised</ button >
5
5
< button md-fab >
6
- < i class ="material-icons md-24 "> check circle </ i >
6
+ < i class ="material-icons md-24 "> check</ i >
7
7
</ button >
8
8
< button md-mini-fab >
9
- < i class ="material-icons md-24 "> check circle </ i >
9
+ < i class ="material-icons md-24 "> check</ i >
10
10
</ button >
11
11
</ section >
12
12
13
13
< section >
14
14
< a href ="http://www.google.com " md-button color ="primary "> link</ a >
15
15
< a href ="http://www.google.com " md-raised-button > link</ a >
16
16
< a href ="http://www.google.com " md-fab >
17
- < i class ="material-icons md-24 "> check circle </ i >
17
+ < i class ="material-icons md-24 "> check</ i >
18
18
</ a >
19
19
< a href ="http://www.google.com " md-mini-fab >
20
- < i class ="material-icons md-24 "> check circle </ i >
20
+ < i class ="material-icons md-24 "> check</ i >
21
21
</ a >
22
22
</ section >
23
23
55
55
< a href ="http://www.google.com " md-button color ="accent " [disabled] ="isDisabled "> off</ a >
56
56
< button md-raised-button color ="primary " [disabled] ="isDisabled "> off</ button >
57
57
< button md-mini-fab [disabled] ="isDisabled ">
58
- < i class ="material-icons md-24 "> check circle </ i >
58
+ < i class ="material-icons md-24 "> check</ i >
59
59
</ button >
60
60
</ section >
61
61
</ div >
You can’t perform that action at this time.
0 commit comments