You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by hu...@apache.org on 2022/03/05 20:48:26 UTC

[royale-asjs] branch develop updated: FontAwesome5IconType: several icons added.

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

hugoferreira 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 fdc6fb4  FontAwesome5IconType: several icons added.
fdc6fb4 is described below

commit fdc6fb495e1b38a761db6738521b83d00ff2183f
Author: Hugo Ferreira <hf...@solidsoft.pt>
AuthorDate: Sat Mar 5 20:49:32 2022 +0000

    FontAwesome5IconType: several icons added.
---
 frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
index 66f1c4d..0dd1973 100644
--- a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
+++ b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
@@ -468,6 +468,7 @@ package
  		public static const MOBILE:String = "mobile";
  		public static const MODX:String = "modx";
  		public static const MONEY:String = "money";
+ 		public static const MONEY_CHECK_EDIT:String = "money-check-edit";
  		public static const MOON:String = "moon";
  		public static const MOTORCYCLE:String = "motorcycle";
  		public static const MOUSE_POINTER:String = "mouse-pointer";
@@ -553,6 +554,7 @@ package
  		public static const RSS_SQUARE:String = "rss-square";
  		public static const RUB:String = "rub";
  		public static const SAFARI:String = "safari";
+ 		public static const SCANNER_IMAGE:String = "scanner-image";
  		public static const SCISSORS:String = "scissors";
  		public static const SCRIBD:String = "scribd";
  		public static const SEARCH:String = "search";