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/09/05 10:47:05 UTC

[royale-asjs] branch feature/new_merge updated: more icons left

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

carlosrovira pushed a commit to branch feature/new_merge
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 193bba7  more icons left
193bba7 is described below

commit 193bba7713303bd0906adcba7791f66dd60580e1
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Wed Sep 5 12:46:59 2018 +0200

    more icons left
---
 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 ceda59a..7822917 100644
--- a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
+++ b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
@@ -1073,5 +1073,7 @@ package
         public static const LIST_ALT:String = 'list_alt';
         public static const UNFOLD_MORE:String = 'unfold_more';
         public static const UNFOLD_LESS:String = 'unfold_less';
+        public static const ALL_INBOX:String = 'all_inbox';
+        public static const WORK_OUTLINE:String = 'work_outline';
     }
 }