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 5256eb8  fontawesome5: add new icon
5256eb8 is described below

commit 5256eb88b39c869c9e3bcd8d7c10eabaa967388c
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Jul 20 23:01:23 2020 +0200

    fontawesome5: add new icon
---
 frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as | 1 +
 1 file changed, 1 insertion(+)

diff --git a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as 
b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
index d8145df..0f39e16 100644
--- a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
+++ b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
@@ -733,6 +733,7 @@ package
                public static const SHIELD_CHECK:String = "shield-check";
                public static const BOOK_READER:String = "book-reader";
                public static const CHART_LINE:String = "chart-line";
+               public static const CHART_NETWORK:String = "chart-network";
 
     }
 }
\ No newline at end of file

Reply via email to