You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/11/29 18:22:51 UTC

[royale-asjs] branch develop updated: new icon

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 5abdc60  new icon
5abdc60 is described below

commit 5abdc60d8321e83bfd1b48aa9dc531a1aa50c081
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Nov 29 19:22:45 2018 +0100

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

diff --git a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
index 3029010..c44c357 100644
--- a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
+++ b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
@@ -1078,5 +1078,6 @@ package
         public static const ARROW_FORWARD_IOS:String = 'arrow_forward_ios';
         public static const ARROW_BACK_IOS:String = 'arrow_back_ios';
         public static const TRIP_ORIGIN:String = 'trip_origin';
+        public static const CHECK_CIRCLE_OUTLINE:String = 'check_circle_outline';
     }
 }