This is an automated email from the ASF dual-hosted git repository.
hugoferreira 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 369245f0d2 FontAwesome5IconType: new icon
369245f0d2 is described below
commit 369245f0d26d7cf3c1e74180349df90a68e45a12
Author: Hugo Ferreira <[email protected]>
AuthorDate: Fri Mar 22 00:46:33 2024 +0000
FontAwesome5IconType: 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 0e27673dd0..457e33fb36 100644
--- a/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
+++ b/frameworks/projects/Icons/src/main/royale/FontAwesome5IconType.as
@@ -194,6 +194,7 @@ package
public static const CIRCLE_NOTCH:String = "circle-notch";
public static const CIRCLE_THIN:String = "circle-thin";
public static const CLIPBOARD:String = "clipboard";
+ public static const CLIPBOARD_CHECK:String = "clipboard-check";
public static const CLOCK:String = "clock";
public static const CLONE:String = "clone";
public static const CLOUD:String = "cloud";