This is an automated email from the ASF dual-hosted git repository.
hiedra 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 b296939bcc FontAwesome5IconType: several icons added
b296939bcc is described below
commit b296939bcce439ed5a61a1d6c53a1949b44a3463
Author: Maria José Esteve <[email protected]>
AuthorDate: Tue Jun 14 02:40:21 2022 +0200
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 8aa1ab194d..63b0ce43cc 100644
--- a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
+++ b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
@@ -522,6 +522,7 @@ package
public static const PLUS_CIRCLE:String = "plus-circle";
public static const PLUS_SQUARE:String = "plus-square";
public static const PODCAST:String = "podcast";
+ public static const PORTRAIT:String = "portrait";
public static const POWER_OFF:String = "power-off";
public static const PRINT:String = "print";
public static const PRODUCT_HUNT:String = "product-hunt";
@@ -743,6 +744,7 @@ package
public static const WALLET:String = "wallet";
public static const WEIBO:String = "weibo";
public static const WEIXIN:String = "weixin";
+ public static const WEIGHT:String = "weight";
public static const WHATSAPP:String = "whatsapp";
public static const WHEELCHAIR:String = "wheelchair";
public static const WHEELCHAIR_ALT:String = "wheelchair-alt";