mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
ionicons 3.0
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
|
||||
<button fab fab-left fab-top>
|
||||
<icon name="ion-plus"></icon>
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-center fab-top secondary>
|
||||
<icon name="ion-plus"></icon>
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-right fab-top danger>
|
||||
<icon name="ion-plus"></icon>
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-left fab-bottom light>
|
||||
<icon name="ion-plus"></icon>
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-center fab-bottom>
|
||||
<icon name="ion-plus"></icon>
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
<button fab fab-right fab-bottom dark>
|
||||
<icon name="ion-plus"></icon>
|
||||
<icon add></icon>
|
||||
</button>
|
||||
|
||||
@@ -7,11 +7,11 @@
|
||||
|
||||
<div>
|
||||
<button>
|
||||
<icon name="ion-home"></icon>
|
||||
<icon home></icon>
|
||||
Left Icon
|
||||
</button>
|
||||
<a button>
|
||||
<icon name="ion-home"></icon>
|
||||
<icon home></icon>
|
||||
Left Icon
|
||||
</a>
|
||||
</div>
|
||||
@@ -19,30 +19,30 @@
|
||||
<div>
|
||||
<button>
|
||||
Right Icon
|
||||
<icon name="ion-star"></icon>
|
||||
<icon star></icon>
|
||||
</button>
|
||||
<a button>
|
||||
Right Icon
|
||||
<icon name="ion-star"></icon>
|
||||
<icon star></icon>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button>
|
||||
<icon name="ion-flag"></icon>
|
||||
<icon flag></icon>
|
||||
</button>
|
||||
<a button>
|
||||
<icon name="ion-flag"></icon>
|
||||
<icon flag></icon>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button large>
|
||||
<icon name="ion-help-circled"></icon>
|
||||
<icon help-circle></icon>
|
||||
Left, Large
|
||||
</button>
|
||||
<a button large>
|
||||
<icon name="ion-help-circled"></icon>
|
||||
<icon help-circle></icon>
|
||||
Left, Large
|
||||
</a>
|
||||
</div>
|
||||
@@ -50,30 +50,30 @@
|
||||
<div>
|
||||
<button large>
|
||||
Right, Large
|
||||
<icon name="ion-settings"></icon>
|
||||
<icon settings></icon>
|
||||
</button>
|
||||
<a button large>
|
||||
Right, Large
|
||||
<icon name="ion-settings"></icon>
|
||||
<icon settings></icon>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button large>
|
||||
<icon name="ion-heart"></icon>
|
||||
<icon heart></icon>
|
||||
</button>
|
||||
<a button large>
|
||||
<icon name="ion-heart"></icon>
|
||||
<icon heart></icon>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button small>
|
||||
<icon name="ion-checkmark"></icon>
|
||||
<icon checkmark></icon>
|
||||
Left, Small
|
||||
</button>
|
||||
<a button small>
|
||||
<icon name="ion-checkmark"></icon>
|
||||
<icon checkmark></icon>
|
||||
Left, Small
|
||||
</a>
|
||||
</div>
|
||||
@@ -81,20 +81,20 @@
|
||||
<div>
|
||||
<button small>
|
||||
Right, Small
|
||||
<icon name="ion-forward"></icon>
|
||||
<icon arrow-forward></icon>
|
||||
</button>
|
||||
<a button small>
|
||||
Right, Small
|
||||
<icon name="ion-forward"></icon>
|
||||
<icon arrow-forward></icon>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<button small>
|
||||
<icon name="ion-search"></icon>
|
||||
<icon search></icon>
|
||||
</button>
|
||||
<a button small>
|
||||
<icon name="ion-search"></icon>
|
||||
<icon search></icon>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user