You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/08/02 18:13:02 UTC

[royale-asjs] branch develop updated: fontawesome5: add new icons

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new fde447c  fontawesome5: add new icons
fde447c is described below

commit fde447c64e53772f6e48e2a06d00fe14a264bfb6
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sun Aug 2 20:12:49 2020 +0200

    fontawesome5: add new icons
---
 .../projects/Icons/src/main/royale/FontAwesome5IconType.as       | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
index 0f39e16..7469b74 100644
--- a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
+++ b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
@@ -718,7 +718,6 @@ package
         public static const MASK:String = "mask";
         public static const SKULL:String = "skull";
         public static const SPIDER:String = "spider";
-
 		public static const USER_ASTRONAUT:String = "user-astronaut";
 		public static const USER_ALT:String = "user-alt";
 		public static const USER_LOCK:String = "user-lock";
@@ -734,6 +733,14 @@ package
 		public static const BOOK_READER:String = "book-reader";
 		public static const CHART_LINE:String = "chart-line";
 		public static const CHART_NETWORK:String = "chart-network";
+		public static const HAND_RECEIVING:String = "hand-receiving";
+		public static const BADGE_CHECK:String = "badge-check";
+		public static const BADGE:String = "badge";
+		public static const STAR_OF_LIFE:String = "star-of-life";
+		public static const PARKING:String = "parking";
+		public static const PARKING_DASH:String = "parking-dash";
+		public static const PARKING_CIRCLE:String = "parking-circle";
+		public static const PARKING_CIRCLE_DASH:String = "parking-circle-dash";
 
     }
 }
\ No newline at end of file