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 6e6ba0d  materialicons: add new icon
6e6ba0d is described below

commit 6e6ba0db4e9ec305e55058f866396eb182e50be8
Author: Carlos Rovira <[email protected]>
AuthorDate: Mon Jul 20 16:44:06 2020 +0200

    materialicons: add new icon
---
 frameworks/projects/Icons/src/main/royale/MaterialIconType.as | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as 
b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
index 21448cb..f6b2961 100644
--- a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
+++ b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
@@ -1076,6 +1076,8 @@ package
         public static const TRIP_ORIGIN:String = 'trip_origin';
         public static const CHECK_CIRCLE_OUTLINE:String = 
'check_circle_outline';
         public static const WORK_OFF:String = 'work_off';
+
         public static const PRINT_DISABLED:String = 'print_disabled';
+        public static const MOBILE_SCREEN:String = 'mobile_screen';
     }
 }

Reply via email to