diff --git a/docs/ref-icons.md b/docs/ref-icons.md
index 10df3ce56..fbe760b0b 100644
--- a/docs/ref-icons.md
+++ b/docs/ref-icons.md
@@ -22,10 +22,14 @@ Icon | Description | Code
| Folder | (folder)
| Message - Error | (exclamation-circle)
| Message - Warning | (exclamation-triangle)
+
| Message - Info | (info-circle-solid)
+
| Help | (question-circle-solid)
| News/Changelog | (arrow-circle-up)
| Object - Inactive | (bolt)
| Object - Locked | (lock)
| OK | (check)
+
| In Progress | (circle-solid)
+
| Failure | (times-solid)
| Repository - Branch | (code-branch)
| Repository - Merge | (code-commit)
| Repository - Offline | (plug)
@@ -34,7 +38,9 @@ Icon | Description | Code
| SAP Package | (box)
| SAP Transport | (truck-solid)
| Settings | (cog)
+
| Utilities | (tools-solid)
| User | (user-solid)
+
| Edit | (edit-solid)
| (currently not used) | (fire-alt)
| (currently not used) | (sliders-h)
| (currently not used) | (snowflake)
diff --git a/src/ui/zabapgit_icon_font.w3mi.data.woff b/src/ui/zabapgit_icon_font.w3mi.data.woff
index eefe5c1af..bb44988e8 100644
Binary files a/src/ui/zabapgit_icon_font.w3mi.data.woff and b/src/ui/zabapgit_icon_font.w3mi.data.woff differ
diff --git a/src/ui/zabapgit_icon_font.w3mi.xml b/src/ui/zabapgit_icon_font.w3mi.xml
index 2aee1fbf2..fbb11dffc 100644
--- a/src/ui/zabapgit_icon_font.w3mi.xml
+++ b/src/ui/zabapgit_icon_font.w3mi.xml
@@ -21,7 +21,7 @@
MI
ZABAPGIT_ICON_FONT
mimetype
- font/woff
+ application/x-font-woff
diff --git a/src/ui/zabapgit_icon_font_css.w3mi.data.css b/src/ui/zabapgit_icon_font_css.w3mi.data.css
index b9aa13881..df35a8c72 100644
--- a/src/ui/zabapgit_icon_font_css.w3mi.data.css
+++ b/src/ui/zabapgit_icon_font_css.w3mi.data.css
@@ -1,66 +1,71 @@
-@font-face {
- font-family: "ag-icons";
- font-weight: normal;
- font-style: normal;
- src: url("../font/ag-icons.woff") format("woff");
-}
-
-.icon {
- line-height: 1;
-}
-
-.icon:before {
- font-family: ag-icons !important;
- font-style: normal;
- font-weight: normal !important;
-
- display: inline-block;
- text-decoration: none;
- text-align: center;
- vertical-align: text-top;
- /* width: 1.1em; */
- /* padding-right: 0.2em */
-
- /* For safety - reset parent styles, that can break glyph codes*/
- font-variant: normal;
- text-transform: none;
-}
-
-.icon.large { font-size: 200%; }
-
-.icon-abapgit:before { content: "\f101"; }
-.icon-abaplint:before { content: "\f102"; }
-.icon-arrow-circle-up:before { content: "\f103"; }
-.icon-bars:before { content: "\f104"; }
-.icon-bolt:before { content: "\f105"; }
-.icon-box:before { content: "\f106"; }
-.icon-briefcase:before { content: "\f107"; }
-.icon-check:before { content: "\f108"; }
-.icon-chevron-down:before { content: "\f109"; }
-.icon-chevron-left:before { content: "\f10a"; }
-.icon-chevron-right:before { content: "\f10b"; }
-.icon-chevron-up:before { content: "\f10c"; }
-.icon-cloud-commit:before { content: "\f10d"; }
-.icon-cloud-solid:before { content: "\f10e"; }
-.icon-cloud-upload-alt:before { content: "\f10f"; }
-.icon-code-branch:before { content: "\f110"; }
-.icon-code-commit:before { content: "\f111"; }
-.icon-cog:before { content: "\f112"; }
-.icon-exclamation-circle:before { content: "\f113"; }
-.icon-exclamation-triangle:before { content: "\f114"; }
-.icon-file-alt:before { content: "\f115"; }
-.icon-file-code:before { content: "\f116"; }
-.icon-file-image:before { content: "\f117"; }
-.icon-file:before { content: "\f118"; }
-.icon-fire-alt:before { content: "\f119"; }
-.icon-folder:before { content: "\f11a"; }
-.icon-git-alt:before { content: "\f11b"; }
-.icon-lock:before { content: "\f11c"; }
-.icon-plug:before { content: "\f11d"; }
-.icon-question-circle-solid:before { content: "\f11e"; }
-.icon-sliders-h:before { content: "\f11f"; }
-.icon-snowflake:before { content: "\f120"; }
-.icon-star:before { content: "\f121"; }
-.icon-tools-solid:before { content: "\f122"; }
-.icon-truck-solid:before { content: "\f123"; }
-.icon-user-solid:before { content: "\f124"; }
+@font-face {
+ font-family: "ag-icons";
+ font-weight: normal;
+ font-style: normal;
+ src: url("../font/ag-icons.woff") format("woff");
+}
+
+.icon {
+ line-height: 1;
+}
+
+.icon:before {
+ font-family: ag-icons !important;
+ font-style: normal;
+ font-weight: normal !important;
+
+ display: inline-block;
+ text-decoration: none;
+ text-align: center;
+ vertical-align: text-top;
+ /* width: 1.1em; */
+ /* padding-right: 0.2em */
+
+ /* For safety - reset parent styles, that can break glyph codes*/
+ font-variant: normal;
+ text-transform: none;
+}
+
+.icon.large { font-size: 200%; }
+
+.icon-abapgit:before { content: "\f101"; }
+.icon-abaplint:before { content: "\f102"; }
+.icon-arrow-circle-up:before { content: "\f103"; }
+.icon-bars:before { content: "\f104"; }
+.icon-bolt:before { content: "\f105"; }
+.icon-box:before { content: "\f106"; }
+.icon-briefcase:before { content: "\f107"; }
+.icon-check:before { content: "\f108"; }
+.icon-chevron-down:before { content: "\f109"; }
+.icon-chevron-left:before { content: "\f10a"; }
+.icon-chevron-right:before { content: "\f10b"; }
+.icon-chevron-up:before { content: "\f10c"; }
+.icon-circle-solid:before { content: "\f10d"; }
+.icon-cloud-commit:before { content: "\f10e"; }
+.icon-cloud-solid:before { content: "\f10f"; }
+.icon-cloud-upload-alt:before { content: "\f110"; }
+.icon-code-branch:before { content: "\f111"; }
+.icon-code-commit:before { content: "\f112"; }
+.icon-cog:before { content: "\f113"; }
+.icon-edit-solid:before { content: "\f114"; }
+.icon-exclamation-circle:before { content: "\f115"; }
+.icon-exclamation-triangle:before { content: "\f116"; }
+.icon-file-alt:before { content: "\f117"; }
+.icon-file-code:before { content: "\f118"; }
+.icon-file-image:before { content: "\f119"; }
+.icon-file:before { content: "\f11a"; }
+.icon-fire-alt:before { content: "\f11b"; }
+.icon-folder:before { content: "\f11c"; }
+.icon-git-alt:before { content: "\f11d"; }
+.icon-info-circle-solid:before { content: "\f11e"; }
+.icon-lock:before { content: "\f11f"; }
+.icon-plug:before { content: "\f120"; }
+.icon-question-circle-solid:before { content: "\f121"; }
+.icon-server-solid:before { content: "\f122"; }
+.icon-sliders-h:before { content: "\f123"; }
+.icon-snowflake:before { content: "\f124"; }
+.icon-star:before { content: "\f125"; }
+.icon-times-solid:before { content: "\f126"; }
+.icon-tools-solid:before { content: "\f127"; }
+.icon-truck-solid:before { content: "\f128"; }
+.icon-user-solid:before { content: "\f129"; }