Skip to content

Commit ea33aeb

Browse files
Introduce missed FontAwesome update
1 parent 5745d81 commit ea33aeb

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

src/source/frontend/dist/static/FontAwesome/css/fontawesome.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,22 @@
5050
.fa-repeat::before {
5151
content: "\f363";
5252
}
53-
53+
.fa-user-group::before {
54+
content: "\f500";
55+
}
56+
.fa-bell::before {
57+
content: "\f0f3";
58+
}
59+
.fa-circle-nodes::before {
60+
content: "\e4e2";
61+
}
62+
.fa-wrench::before {
63+
content: "\f0ad";
64+
}
65+
.fa-comments::before {
66+
content: "\f086";
67+
}
68+
5469
:root,
5570
:host {
5671
--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)