Repository: flex-sdk Updated Branches: refs/heads/develop b3cf8fed1 -> 1c472e20e
FLEX-34707 FlatSpark: Updates FontAwesome to 4.2.0 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/1c472e20 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/1c472e20 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/1c472e20 Branch: refs/heads/develop Commit: 1c472e20e350618f833e46d4013ad14faca7fb1e Parents: b3cf8fe Author: Mahmoud Ali <[email protected]> Authored: Wed Jan 7 21:09:56 2015 -0300 Committer: Mahmoud Ali <[email protected]> Committed: Wed Jan 7 21:09:56 2015 -0300 ---------------------------------------------------------------------- .../assets/fonts/awesome/FontAwesome.otf | Bin 62856 -> 85908 bytes .../src/flatspark/utils/AwesomeUtils.as | 44 ++++++++++++++++++- 2 files changed, 43 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c472e20/frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome/FontAwesome.otf ---------------------------------------------------------------------- diff --git a/frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome/FontAwesome.otf b/frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome/FontAwesome.otf index 8b0f54e..81c9ad9 100644 Binary files a/frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome/FontAwesome.otf and b/frameworks/projects/flatspark/src/flatspark/assets/fonts/awesome/FontAwesome.otf differ http://git-wip-us.apache.org/repos/asf/flex-sdk/blob/1c472e20/frameworks/projects/flatspark/src/flatspark/utils/AwesomeUtils.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/flatspark/src/flatspark/utils/AwesomeUtils.as b/frameworks/projects/flatspark/src/flatspark/utils/AwesomeUtils.as index 99571b6..07782c5 100644 --- a/frameworks/projects/flatspark/src/flatspark/utils/AwesomeUtils.as +++ b/frameworks/projects/flatspark/src/flatspark/utils/AwesomeUtils.as @@ -394,6 +394,48 @@ package flatspark.utils public static const fa_vimeo_square:String = "\uf194"; public static const fa_try:String = "\uf195"; public static const fa_plus_square_o:String = "\uf196"; - + public static const fa_angellist:String = "\uf209"; + public static const fa_area_chart:String = "\uf1fe"; + public static const fa_at:String = "\uf1fa"; + public static const fa_bell_slash:String = "\uf1f6"; + public static const fa_bell_slash_o:String = "\uf1f7"; + public static const fa_bicycle:String = "\uf206"; + public static const fa_binoculars:String = "\uf1e5"; + public static const fa_birthday_cake:String = "\uf1fd"; + public static const fa_bus:String = "\uf207"; + public static const fa_calculator:String = "\uf1ec"; + public static const fa_cc:String = "\uf20a"; + public static const fa_cc_amex:String = "\uf1f3"; + public static const fa_cc_discover:String = "\uf1f2"; + public static const fa_cc_mastercard:String = "\uf1f1"; + public static const fa_cc_paypal:String = "\uf1f4"; + public static const fa_cc_stripe:String = "\uf1f5"; + public static const fa_cc_visa:String = "\uf1f0"; + public static const fa_copyright:String = "\uf1f9"; + public static const fa_eyedropper:String = "\uf1fb"; + public static const fa_futbol_o:String = "\uf1e3"; + public static const fa_google_wallet:String = "\uf1ee"; + public static const fa_ils:String = "\uf20b"; + public static const fa_ioxhost:String = "\uf208"; + public static const fa_lastfm:String = "\uf202"; + public static const fa_lastfm_square:String = "\uf203"; + public static const fa_line_chart:String = "\uf201"; + public static const fa_meanpath:String = "\uf20c"; + public static const fa_newspaper_o:String = "\uf1ea"; + public static const fa_paint_brush:String = "\uf1fc"; + public static const fa_paypal:String = "\uf1ed"; + public static const fa_pie_chart:String = "\uf200"; + public static const fa_plug:String = "\uf1e6"; + public static const fa_shekel:String = "\uf20b"; + public static const fa_sheqel:String = "\uf20b"; + public static const fa_slideshare:String = "\uf1e7"; + public static const fa_soccer_ball_o:String = "\uf1e3"; + public static const fa_toggle_off:String = "\uf204"; + public static const fa_toggle_on:String = "\uf205"; + public static const fa_trash:String = "\uf1f8"; + public static const fa_tty:String = "\uf1e4"; + public static const fa_twitch:String = "\uf1e8"; + public static const fa_wifi:String = "\uf1eb"; + public static const fa_yelp:String = "\uf1e9"; } } \ No newline at end of file
