summaryrefslogtreecommitdiffstats
path: root/asset
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:30:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:30:22 +0000
commit9919ea7a76a4bf1eaffe5e288ab82dcafeb775ce (patch)
treeb00a07aca10f581c2be69d612a0a397a415eeb6b /asset
parentReleasing progress-linux version 0.13.1-1~progress7.99u1. (diff)
downloadicinga-php-library-9919ea7a76a4bf1eaffe5e288ab82dcafeb775ce.tar.xz
icinga-php-library-9919ea7a76a4bf1eaffe5e288ab82dcafeb775ce.zip
Merging upstream version 0.13.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'asset')
-rw-r--r--asset/css/fontawesome.css17
-rw-r--r--asset/css/icons-base.less8
-rw-r--r--asset/css/mixin/mixins.less4
-rw-r--r--asset/static/font/awesome/fa-brands-400.ttfbin189684 -> 209128 bytes
-rw-r--r--asset/static/font/awesome/fa-brands-400.woff2bin109816 -> 117860 bytes
-rw-r--r--asset/static/font/awesome/fa-regular-400.ttfbin63348 -> 67860 bytes
-rw-r--r--asset/static/font/awesome/fa-regular-400.woff2bin24468 -> 25392 bytes
-rw-r--r--asset/static/font/awesome/fa-solid-900.ttfbin394668 -> 420332 bytes
-rw-r--r--asset/static/font/awesome/fa-solid-900.woff2bin150024 -> 156404 bytes
-rw-r--r--asset/static/font/awesome/fa-v4compatibility.ttfbin10172 -> 10832 bytes
-rw-r--r--asset/static/font/awesome/fa-v4compatibility.woff2bin4568 -> 4792 bytes
-rw-r--r--asset/static/font/icinga-icons/Read Me.txt7
12 files changed, 27 insertions, 9 deletions
diff --git a/asset/css/fontawesome.css b/asset/css/fontawesome.css
index b35a770..ca00c63 100644
--- a/asset/css/fontawesome.css
+++ b/asset/css/fontawesome.css
@@ -1,7 +1,7 @@
/*!
- * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
+ * Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
- * Copyright 2023 Fonticons, Inc.
+ * Copyright 2024 Fonticons, Inc.
*/
.fa {
font-family: var(--fa-style-family, "Font Awesome 6 Free");
@@ -463,8 +463,8 @@
transform: scale(-1, -1); }
.fa-rotate-by {
- -webkit-transform: rotate(var(--fa-rotate-angle, none));
- transform: rotate(var(--fa-rotate-angle, none)); }
+ -webkit-transform: rotate(var(--fa-rotate-angle, 0));
+ transform: rotate(var(--fa-rotate-angle, 0)); }
.fa-stack {
display: inline-block;
@@ -2768,6 +2768,9 @@ readers do not read off random characters that represent icons */
.fa-italic::before {
content: "\f033"; }
+.fa-table-cells-column-lock::before {
+ content: "\e678"; }
+
.fa-church::before {
content: "\f51d"; }
@@ -4940,6 +4943,9 @@ readers do not read off random characters that represent icons */
.fa-font::before {
content: "\f031"; }
+.fa-table-cells-row-lock::before {
+ content: "\e67a"; }
+
.fa-rupiah-sign::before {
content: "\e23d"; }
@@ -5969,9 +5975,6 @@ readers do not read off random characters that represent icons */
.fa-share::before {
content: "\f064"; }
-.fa-arrow-turn-right::before {
- content: "\f064"; }
-
.fa-mail-forward::before {
content: "\f064"; }
diff --git a/asset/css/icons-base.less b/asset/css/icons-base.less
index 301c505..1d8e871 100644
--- a/asset/css/icons-base.less
+++ b/asset/css/icons-base.less
@@ -1,8 +1,12 @@
i.icon {
vertical-align: middle; // Firefox will place icons weird otherwise
+ display: inline-block;
- &:before {
- display: inline-block;
+ font-style: normal;
+ line-height: 1;
+
+ &::before {
+ display: block;
min-width: 1em;
margin-right: .2em;
diff --git a/asset/css/mixin/mixins.less b/asset/css/mixin/mixins.less
index ca30dd0..58b9567 100644
--- a/asset/css/mixin/mixins.less
+++ b/asset/css/mixin/mixins.less
@@ -35,3 +35,7 @@
overflow: hidden;
text-overflow: ellipsis;
}
+
+.monospace-font() {
+ font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
+}
diff --git a/asset/static/font/awesome/fa-brands-400.ttf b/asset/static/font/awesome/fa-brands-400.ttf
index f10a07d..8c8a402 100644
--- a/asset/static/font/awesome/fa-brands-400.ttf
+++ b/asset/static/font/awesome/fa-brands-400.ttf
Binary files differ
diff --git a/asset/static/font/awesome/fa-brands-400.woff2 b/asset/static/font/awesome/fa-brands-400.woff2
index 15086bb..64bf1ea 100644
--- a/asset/static/font/awesome/fa-brands-400.woff2
+++ b/asset/static/font/awesome/fa-brands-400.woff2
Binary files differ
diff --git a/asset/static/font/awesome/fa-regular-400.ttf b/asset/static/font/awesome/fa-regular-400.ttf
index 6a4c99f..3d041f4 100644
--- a/asset/static/font/awesome/fa-regular-400.ttf
+++ b/asset/static/font/awesome/fa-regular-400.ttf
Binary files differ
diff --git a/asset/static/font/awesome/fa-regular-400.woff2 b/asset/static/font/awesome/fa-regular-400.woff2
index ccfb785..ed14925 100644
--- a/asset/static/font/awesome/fa-regular-400.woff2
+++ b/asset/static/font/awesome/fa-regular-400.woff2
Binary files differ
diff --git a/asset/static/font/awesome/fa-solid-900.ttf b/asset/static/font/awesome/fa-solid-900.ttf
index 175b96f..19a4d2b 100644
--- a/asset/static/font/awesome/fa-solid-900.ttf
+++ b/asset/static/font/awesome/fa-solid-900.ttf
Binary files differ
diff --git a/asset/static/font/awesome/fa-solid-900.woff2 b/asset/static/font/awesome/fa-solid-900.woff2
index 034deca..1acf070 100644
--- a/asset/static/font/awesome/fa-solid-900.woff2
+++ b/asset/static/font/awesome/fa-solid-900.woff2
Binary files differ
diff --git a/asset/static/font/awesome/fa-v4compatibility.ttf b/asset/static/font/awesome/fa-v4compatibility.ttf
index fdcc621..0b7ac89 100644
--- a/asset/static/font/awesome/fa-v4compatibility.ttf
+++ b/asset/static/font/awesome/fa-v4compatibility.ttf
Binary files differ
diff --git a/asset/static/font/awesome/fa-v4compatibility.woff2 b/asset/static/font/awesome/fa-v4compatibility.woff2
index 2e22c38..e7a9381 100644
--- a/asset/static/font/awesome/fa-v4compatibility.woff2
+++ b/asset/static/font/awesome/fa-v4compatibility.woff2
Binary files differ
diff --git a/asset/static/font/icinga-icons/Read Me.txt b/asset/static/font/icinga-icons/Read Me.txt
new file mode 100644
index 0000000..8491652
--- /dev/null
+++ b/asset/static/font/icinga-icons/Read Me.txt
@@ -0,0 +1,7 @@
+Open *demo.html* to see a list of all the glyphs in your font along with their codes/ligatures.
+
+To use the generated font in desktop programs, you can install the TTF font. In order to copy the character associated with each icon, refer to the text box at the bottom right corner of each glyph in demo.html. The character inside this text box may be invisible; but it can still be copied. See this guide for more info: https://icomoon.io/#docs/local-fonts
+
+You won't need any of the files located under the *demo-files* directory when including the generated font in your own projects.
+
+You can import *selection.json* back to the IcoMoon app using the *Import Icons* button (or via Main Menu → Manage Projects) to retrieve your icon selection.