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 de60983  fontawesome: add more icons
de60983 is described below

commit de60983ecc9d192463e5ff5fc4f97ba813926f6e
Author: Carlos Rovira <[email protected]>
AuthorDate: Fri Jun 5 22:27:12 2020 +0200

    fontawesome: add more icons
---
 .../projects/Icons/src/main/royale/FontAwesome5IconType.as  | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as 
b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
index 5016f48..ad8ca86 100644
--- a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
+++ b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
@@ -704,6 +704,19 @@ package
         public static const STORE_SLASH:String = "store-slash";
         public static const TOILET_PAPEL_SLASH:String = "toilet-paper-slash";
         public static const USERS_SLASH:String = "users-slash";
+        public static const ANKH:String = "ankh";
+        public static const ATOM:String = "atom";
+        public static const BURN:String = "burn";
+        public static const CANDY_CANE:String = "candy-cane";
+        public static const FIRE_ALT:String = "fire-alt";
+        public static const DUCK:String = "duck";
+        public static const CLOUD_MOON:String = "cloud-moon";
+        public static const GLOBE_EUROPE:String = "globe-europe";
+        public static const GUITAR_ELECTRIC:String = "guitar-electric";
+        public static const MASK:String = "mask";
+        public static const SKULL:String = "skull";
+        public static const SPIDER:String = "spider";
+
 
     }
 }
\ No newline at end of file

Reply via email to