-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add ionicons 4 to the guide and update ionicons v2 link
- Loading branch information
Showing
6 changed files
with
3,043 additions
and
2,953 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
= Ionicons4 | ||
|
||
== IOS | ||
|
||
++++ | ||
<link href='./css/ionicons.min.css' rel='stylesheet'> | ||
<style> | ||
.ion, .ionicons { | ||
font-size: 32px; | ||
} | ||
</style> | ||
++++ | ||
|
||
include::{projectDir}/build/tmp/_ionicons4_IOS_cheat_sheet.adoc[] | ||
|
||
== Material | ||
|
||
++++ | ||
<link href='./css/ionicons.min.css' rel='stylesheet'> | ||
<style> | ||
.ion, .ionicons { | ||
font-size: 32px; | ||
} | ||
</style> | ||
++++ | ||
|
||
include::{projectDir}/build/tmp/_ionicons4_Material_cheat_sheet.adoc[] | ||
|
||
== Logo | ||
|
||
++++ | ||
<link href='./css/ionicons.min.css' rel='stylesheet'> | ||
<style> | ||
.ion, .ionicons { | ||
font-size: 32px; | ||
} | ||
</style> | ||
++++ | ||
|
||
include::{projectDir}/build/tmp/_ionicons4_Logo_cheat_sheet.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.