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 50c72dc MaterialIconType: several icons added.
50c72dc is described below
commit 50c72dcf1938bc0436f7753be4950ac6db7cf4ee
Author: Maria José Esteve <[email protected]>
AuthorDate: Thu Feb 17 10:21:35 2022 +0100
MaterialIconType: several icons added.
---
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 a1cb19f..93526d3 100644
--- a/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
+++ b/frameworks/projects/Icons/src/main/royale/MaterialIconType.as
@@ -1082,5 +1082,6 @@ package
public static const DEVICE_UNKNOWN:String = 'device_unknown';
public static const ON_DEVICE_TRAINING:String = 'on_device_training';
+ public static const PUNCH_CLOCK:String = 'punch_clock';
}
}