Skip to content

Commit 86fbe52

Browse files
committed
Bump font awesome to 7.2.
1 parent 9b169ef commit 86fbe52

13 files changed

Lines changed: 58 additions & 23 deletions

manual/latex2md.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sed -i -e 's@\\ctrl@Ctrl@g' _tmp.tex
77
sed -i -e 's@\\shift@Shift@g' _tmp.tex
88
sed -i -e 's@\\Alt@Alt@g' _tmp.tex
99
sed -i -e 's@\\del@Delete@g' _tmp.tex
10-
python3 fa-icons.py ../profiler/src/profiler/IconsFontAwesome6.h _tmp.tex
10+
python3 fa-icons.py ../profiler/src/profiler/IconsFontAwesome7.h _tmp.tex
1111
sed -i -e 's@\\LMB{}~@@g' _tmp.tex
1212
sed -i -e 's@\\MMB{}~@@g' _tmp.tex
1313
sed -i -e 's@\\RMB{}~@@g' _tmp.tex
@@ -37,6 +37,6 @@ sed -i -e 's/^> \*\*CAUTION:\([^*]*\)\*\*/> [!CAUTION]\
3737
sed -i -e 's/^> \*\*NOTE:\([^*]*\)\*\*/> [!NOTE]\
3838
> **\1**/' tracy.md
3939

40-
python3 icon-explain.py ../profiler/src/profiler/IconsFontAwesome6.h tracy.md
40+
python3 icon-explain.py ../profiler/src/profiler/IconsFontAwesome7.h tracy.md
4141

4242
rm -f _tmp.tex

manual/tracy.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
\usepackage{verbatim}
1515
\usepackage[hyphens]{url}
1616
\usepackage{hyperref} % For hyperlinks in the PDF
17-
\usepackage{fontawesome6}
17+
\usepackage{fontawesome7}
1818
\usepackage[os=win]{menukeys}
1919
\usepackage{xfrac}
2020
\usepackage[euler]{textgreek}

profiler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Embed(PROFILER_FILES SkillCallstack src/llm/skill.callstack.md)
150150
Embed(PROFILER_FILES SkillOptimization src/llm/skill.optimization.md)
151151
Embed(PROFILER_FILES ToolsJson src/llm/tools.json)
152152
Embed(PROFILER_FILES FontFixed src/font/FiraCode-Retina.ttf)
153-
Embed(PROFILER_FILES FontIcons src/font/Font\ Awesome\ 6\ Free-Solid-900.otf)
153+
Embed(PROFILER_FILES FontIcons src/font/Font\ Awesome\ 7\ Free-Solid-900.otf)
154154
Embed(PROFILER_FILES FontNormal src/font/Roboto-Regular.ttf)
155155
Embed(PROFILER_FILES FontBold src/font/Roboto-Bold.ttf)
156156
Embed(PROFILER_FILES FontItalic src/font/Roboto-Italic.ttf)

profiler/src/Fonts.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include <misc/freetype/imgui_freetype.h>
55

66
#include "Fonts.hpp"
7-
#include "profiler/IconsFontAwesome6.h"
87
#include "profiler/TracyEmbed.hpp"
98

109
#include "data/FontFixed.hpp"
-1 MB
Binary file not shown.
405 KB
Binary file not shown.

profiler/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
#include "profiler/TracyTexture.hpp"
4040
#include "profiler/TracyView.hpp"
4141
#include "profiler/TracyWeb.hpp"
42-
#include "profiler/IconsFontAwesome6.h"
42+
#include "profiler/IconsFontAwesome7.h"
4343
#include "../../server/tracy_pdqsort.h"
4444
#include "../../server/tracy_robin_hood.h"
4545
#include "../../server/TracyFileHeader.hpp"
Lines changed: 48 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
// Generated by https://github.com/juliettef/IconFontCppHeaders script GenerateIconFontCppHeaders.py for languages C and C++
2-
// from https://github.com/FortAwesome/Font-Awesome/raw/6.x/metadata/icons.yml
3-
// for use with https://github.com/FortAwesome/Font-Awesome/blob/6.x/webfonts/fa-regular-400.ttf, https://github.com/FortAwesome/Font-Awesome/blob/6.x/webfonts/fa-solid-900.ttf
1+
// Generated by https://github.com/juliettef/IconFontCppHeaders script GenerateIconFontCppHeaders.py
2+
// for C and C++
3+
// from codepoints https://github.com/FortAwesome/Font-Awesome/raw/7.x/metadata/icons.yml
4+
// for use with font https://github.com/FortAwesome/Font-Awesome/blob/7.x/webfonts/fa-regular-400.woff2 (You may need to convert the .woff2 files to .ttf depending upon your loader.), https://github.com/FortAwesome/Font-Awesome/blob/7.x/webfonts/fa-solid-900.woff2 (You may need to convert the .woff2 files to .ttf depending upon your loader.)
5+
46
#pragma once
57

6-
#define FONT_ICON_FILE_NAME_FAR "fa-regular-400.ttf"
7-
#define FONT_ICON_FILE_NAME_FAS "fa-solid-900.ttf"
8+
#define FONT_ICON_FILE_NAME_FAR "fa-regular-400.woff2"
9+
#define FONT_ICON_FILE_NAME_FAS "fa-solid-900.woff2"
810

911
#define ICON_MIN_FA 0xe005
1012
#define ICON_MAX_16_FA 0xf8ff
1113
#define ICON_MAX_FA 0xf8ff
14+
1215
#define ICON_FA_0 "0" // U+0030
1316
#define ICON_FA_1 "1" // U+0031
1417
#define ICON_FA_2 "2" // U+0032
@@ -22,6 +25,7 @@
2225
#define ICON_FA_A "A" // U+0041
2326
#define ICON_FA_ADDRESS_BOOK "\xef\x8a\xb9" // U+f2b9
2427
#define ICON_FA_ADDRESS_CARD "\xef\x8a\xbb" // U+f2bb
28+
#define ICON_FA_ALARM_CLOCK "\xef\x8d\x8e" // U+f34e
2529
#define ICON_FA_ALIGN_CENTER "\xef\x80\xb7" // U+f037
2630
#define ICON_FA_ALIGN_JUSTIFY "\xef\x80\xb9" // U+f039
2731
#define ICON_FA_ALIGN_LEFT "\xef\x80\xb6" // U+f036
@@ -41,7 +45,9 @@
4145
#define ICON_FA_ANGLES_UP "\xef\x84\x82" // U+f102
4246
#define ICON_FA_ANKH "\xef\x99\x84" // U+f644
4347
#define ICON_FA_APPLE_WHOLE "\xef\x97\x91" // U+f5d1
48+
#define ICON_FA_AQUARIUS "\xee\xa1\x85" // U+e845
4449
#define ICON_FA_ARCHWAY "\xef\x95\x97" // U+f557
50+
#define ICON_FA_ARIES "\xee\xa1\x86" // U+e846
4551
#define ICON_FA_ARROW_DOWN "\xef\x81\xa3" // U+f063
4652
#define ICON_FA_ARROW_DOWN_1_9 "\xef\x85\xa2" // U+f162
4753
#define ICON_FA_ARROW_DOWN_9_1 "\xef\xa2\x86" // U+f886
@@ -116,6 +122,7 @@
116122
#define ICON_FA_BAN "\xef\x81\x9e" // U+f05e
117123
#define ICON_FA_BAN_SMOKING "\xef\x95\x8d" // U+f54d
118124
#define ICON_FA_BANDAGE "\xef\x91\xa2" // U+f462
125+
#define ICON_FA_BANGLADESHI_TAKA_SIGN "\xee\x8b\xa6" // U+e2e6
119126
#define ICON_FA_BARCODE "\xef\x80\xaa" // U+f02a
120127
#define ICON_FA_BARS "\xef\x83\x89" // U+f0c9
121128
#define ICON_FA_BARS_PROGRESS "\xef\xa0\xa8" // U+f828
@@ -214,6 +221,7 @@
214221
#define ICON_FA_BURGER "\xef\xa0\x85" // U+f805
215222
#define ICON_FA_BURST "\xee\x93\x9c" // U+e4dc
216223
#define ICON_FA_BUS "\xef\x88\x87" // U+f207
224+
#define ICON_FA_BUS_SIDE "\xee\xa0\x9d" // U+e81d
217225
#define ICON_FA_BUS_SIMPLE "\xef\x95\x9e" // U+f55e
218226
#define ICON_FA_BUSINESS_TIME "\xef\x99\x8a" // U+f64a
219227
#define ICON_FA_C "C" // U+0043
@@ -232,8 +240,10 @@
232240
#define ICON_FA_CAMERA_RETRO "\xef\x82\x83" // U+f083
233241
#define ICON_FA_CAMERA_ROTATE "\xee\x83\x98" // U+e0d8
234242
#define ICON_FA_CAMPGROUND "\xef\x9a\xbb" // U+f6bb
243+
#define ICON_FA_CANCER "\xee\xa1\x87" // U+e847
235244
#define ICON_FA_CANDY_CANE "\xef\x9e\x86" // U+f786
236245
#define ICON_FA_CANNABIS "\xef\x95\x9f" // U+f55f
246+
#define ICON_FA_CAPRICORN "\xee\xa1\x88" // U+e848
237247
#define ICON_FA_CAPSULES "\xef\x91\xab" // U+f46b
238248
#define ICON_FA_CAR "\xef\x86\xb9" // U+f1b9
239249
#define ICON_FA_CAR_BATTERY "\xef\x97\x9f" // U+f5df
@@ -266,6 +276,7 @@
266276
#define ICON_FA_CHART_AREA "\xef\x87\xbe" // U+f1fe
267277
#define ICON_FA_CHART_BAR "\xef\x82\x80" // U+f080
268278
#define ICON_FA_CHART_COLUMN "\xee\x83\xa3" // U+e0e3
279+
#define ICON_FA_CHART_DIAGRAM "\xee\x9a\x95" // U+e695
269280
#define ICON_FA_CHART_GANTT "\xee\x83\xa4" // U+e0e4
270281
#define ICON_FA_CHART_LINE "\xef\x88\x81" // U+f201
271282
#define ICON_FA_CHART_PIE "\xef\x88\x80" // U+f200
@@ -287,9 +298,9 @@
287298
#define ICON_FA_CHEVRON_RIGHT "\xef\x81\x94" // U+f054
288299
#define ICON_FA_CHEVRON_UP "\xef\x81\xb7" // U+f077
289300
#define ICON_FA_CHILD "\xef\x86\xae" // U+f1ae
301+
#define ICON_FA_CHILD_COMBATANT "\xee\x93\xa0" // U+e4e0
290302
#define ICON_FA_CHILD_DRESS "\xee\x96\x9c" // U+e59c
291303
#define ICON_FA_CHILD_REACHING "\xee\x96\x9d" // U+e59d
292-
#define ICON_FA_CHILD_RIFLE "\xee\x93\xa0" // U+e4e0
293304
#define ICON_FA_CHILDREN "\xee\x93\xa1" // U+e4e1
294305
#define ICON_FA_CHURCH "\xef\x94\x9d" // U+f51d
295306
#define ICON_FA_CIRCLE "\xef\x84\x91" // U+f111
@@ -334,6 +345,7 @@
334345
#define ICON_FA_CLOCK_ROTATE_LEFT "\xef\x87\x9a" // U+f1da
335346
#define ICON_FA_CLONE "\xef\x89\x8d" // U+f24d
336347
#define ICON_FA_CLOSED_CAPTIONING "\xef\x88\x8a" // U+f20a
348+
#define ICON_FA_CLOSED_CAPTIONING_SLASH "\xee\x84\xb5" // U+e135
337349
#define ICON_FA_CLOUD "\xef\x83\x82" // U+f0c2
338350
#define ICON_FA_CLOUD_ARROW_DOWN "\xef\x83\xad" // U+f0ed
339351
#define ICON_FA_CLOUD_ARROW_UP "\xef\x83\xae" // U+f0ee
@@ -360,6 +372,7 @@
360372
#define ICON_FA_COMMENT_DOLLAR "\xef\x99\x91" // U+f651
361373
#define ICON_FA_COMMENT_DOTS "\xef\x92\xad" // U+f4ad
362374
#define ICON_FA_COMMENT_MEDICAL "\xef\x9f\xb5" // U+f7f5
375+
#define ICON_FA_COMMENT_NODES "\xee\x9a\x96" // U+e696
363376
#define ICON_FA_COMMENT_SLASH "\xef\x92\xb3" // U+f4b3
364377
#define ICON_FA_COMMENT_SMS "\xef\x9f\x8d" // U+f7cd
365378
#define ICON_FA_COMMENTS "\xef\x82\x86" // U+f086
@@ -522,6 +535,8 @@
522535
#define ICON_FA_FILE_CSV "\xef\x9b\x9d" // U+f6dd
523536
#define ICON_FA_FILE_EXCEL "\xef\x87\x83" // U+f1c3
524537
#define ICON_FA_FILE_EXPORT "\xef\x95\xae" // U+f56e
538+
#define ICON_FA_FILE_FRAGMENT "\xee\x9a\x97" // U+e697
539+
#define ICON_FA_FILE_HALF_DASHED "\xee\x9a\x98" // U+e698
525540
#define ICON_FA_FILE_IMAGE "\xef\x87\x85" // U+f1c5
526541
#define ICON_FA_FILE_IMPORT "\xef\x95\xaf" // U+f56f
527542
#define ICON_FA_FILE_INVOICE "\xef\x95\xb0" // U+f570
@@ -585,6 +600,7 @@
585600
#define ICON_FA_GEAR "\xef\x80\x93" // U+f013
586601
#define ICON_FA_GEARS "\xef\x82\x85" // U+f085
587602
#define ICON_FA_GEM "\xef\x8e\xa5" // U+f3a5
603+
#define ICON_FA_GEMINI "\xee\xa1\x89" // U+e849
588604
#define ICON_FA_GENDERLESS "\xef\x88\xad" // U+f22d
589605
#define ICON_FA_GHOST "\xef\x9b\xa2" // U+f6e2
590606
#define ICON_FA_GIFT "\xef\x81\xab" // U+f06b
@@ -642,8 +658,6 @@
642658
#define ICON_FA_HANDS_PRAYING "\xef\x9a\x84" // U+f684
643659
#define ICON_FA_HANDSHAKE "\xef\x8a\xb5" // U+f2b5
644660
#define ICON_FA_HANDSHAKE_ANGLE "\xef\x93\x84" // U+f4c4
645-
#define ICON_FA_HANDSHAKE_SIMPLE "\xef\x93\x86" // U+f4c6
646-
#define ICON_FA_HANDSHAKE_SIMPLE_SLASH "\xee\x81\x9f" // U+e05f
647661
#define ICON_FA_HANDSHAKE_SLASH "\xee\x81\xa0" // U+e060
648662
#define ICON_FA_HANUKIAH "\xef\x9b\xa6" // U+f6e6
649663
#define ICON_FA_HARD_DRIVE "\xef\x82\xa0" // U+f0a0
@@ -657,7 +671,6 @@
657671
#define ICON_FA_HEAD_SIDE_VIRUS "\xee\x81\xa4" // U+e064
658672
#define ICON_FA_HEADING "\xef\x87\x9c" // U+f1dc
659673
#define ICON_FA_HEADPHONES "\xef\x80\xa5" // U+f025
660-
#define ICON_FA_HEADPHONES_SIMPLE "\xef\x96\x8f" // U+f58f
661674
#define ICON_FA_HEADSET "\xef\x96\x90" // U+f590
662675
#define ICON_FA_HEART "\xef\x80\x84" // U+f004
663676
#define ICON_FA_HEART_CIRCLE_BOLT "\xee\x93\xbc" // U+e4fc
@@ -672,6 +685,9 @@
672685
#define ICON_FA_HELICOPTER_SYMBOL "\xee\x94\x82" // U+e502
673686
#define ICON_FA_HELMET_SAFETY "\xef\xa0\x87" // U+f807
674687
#define ICON_FA_HELMET_UN "\xee\x94\x83" // U+e503
688+
#define ICON_FA_HEXAGON "\xef\x8c\x92" // U+f312
689+
#define ICON_FA_HEXAGON_NODES "\xee\x9a\x99" // U+e699
690+
#define ICON_FA_HEXAGON_NODES_BOLT "\xee\x9a\x9a" // U+e69a
675691
#define ICON_FA_HIGHLIGHTER "\xef\x96\x91" // U+f591
676692
#define ICON_FA_HILL_AVALANCHE "\xee\x94\x87" // U+e507
677693
#define ICON_FA_HILL_ROCKSLIDE "\xee\x94\x88" // U+e508
@@ -767,8 +783,10 @@
767783
#define ICON_FA_LEFT_LONG "\xef\x8c\x8a" // U+f30a
768784
#define ICON_FA_LEFT_RIGHT "\xef\x8c\xb7" // U+f337
769785
#define ICON_FA_LEMON "\xef\x82\x94" // U+f094
786+
#define ICON_FA_LEO "\xee\xa1\x8a" // U+e84a
770787
#define ICON_FA_LESS_THAN "<" // U+003c
771788
#define ICON_FA_LESS_THAN_EQUAL "\xef\x94\xb7" // U+f537
789+
#define ICON_FA_LIBRA "\xee\xa1\x8b" // U+e84b
772790
#define ICON_FA_LIFE_RING "\xef\x87\x8d" // U+f1cd
773791
#define ICON_FA_LIGHTBULB "\xef\x83\xab" // U+f0eb
774792
#define ICON_FA_LINES_LEANING "\xee\x94\x9e" // U+e51e
@@ -842,6 +860,7 @@
842860
#define ICON_FA_MOBILE_RETRO "\xee\x94\xa7" // U+e527
843861
#define ICON_FA_MOBILE_SCREEN "\xef\x8f\x8f" // U+f3cf
844862
#define ICON_FA_MOBILE_SCREEN_BUTTON "\xef\x8f\x8d" // U+f3cd
863+
#define ICON_FA_MOBILE_VIBRATE "\xee\xa0\x96" // U+e816
845864
#define ICON_FA_MONEY_BILL "\xef\x83\x96" // U+f0d6
846865
#define ICON_FA_MONEY_BILL_1 "\xef\x8f\x91" // U+f3d1
847866
#define ICON_FA_MONEY_BILL_1_WAVE "\xef\x94\xbb" // U+f53b
@@ -871,13 +890,15 @@
871890
#define ICON_FA_NETWORK_WIRED "\xef\x9b\xbf" // U+f6ff
872891
#define ICON_FA_NEUTER "\xef\x88\xac" // U+f22c
873892
#define ICON_FA_NEWSPAPER "\xef\x87\xaa" // U+f1ea
893+
#define ICON_FA_NON_BINARY "\xee\xa0\x87" // U+e807
874894
#define ICON_FA_NOT_EQUAL "\xef\x94\xbe" // U+f53e
875895
#define ICON_FA_NOTDEF "\xee\x87\xbe" // U+e1fe
876896
#define ICON_FA_NOTE_STICKY "\xef\x89\x89" // U+f249
877897
#define ICON_FA_NOTES_MEDICAL "\xef\x92\x81" // U+f481
878898
#define ICON_FA_O "O" // U+004f
879899
#define ICON_FA_OBJECT_GROUP "\xef\x89\x87" // U+f247
880900
#define ICON_FA_OBJECT_UNGROUP "\xef\x89\x88" // U+f248
901+
#define ICON_FA_OCTAGON "\xef\x8c\x86" // U+f306
881902
#define ICON_FA_OIL_CAN "\xef\x98\x93" // U+f613
882903
#define ICON_FA_OIL_WELL "\xee\x94\xb2" // U+e532
883904
#define ICON_FA_OM "\xef\x99\xb9" // U+f679
@@ -906,6 +927,7 @@
906927
#define ICON_FA_PEN_RULER "\xef\x96\xae" // U+f5ae
907928
#define ICON_FA_PEN_TO_SQUARE "\xef\x81\x84" // U+f044
908929
#define ICON_FA_PENCIL "\xef\x8c\x83" // U+f303
930+
#define ICON_FA_PENTAGON "\xee\x9e\x90" // U+e790
909931
#define ICON_FA_PEOPLE_ARROWS "\xee\x81\xa8" // U+e068
910932
#define ICON_FA_PEOPLE_CARRY_BOX "\xef\x93\x8e" // U+f4ce
911933
#define ICON_FA_PEOPLE_GROUP "\xee\x94\xb3" // U+e533
@@ -968,8 +990,10 @@
968990
#define ICON_FA_PHONE_SLASH "\xef\x8f\x9d" // U+f3dd
969991
#define ICON_FA_PHONE_VOLUME "\xef\x8a\xa0" // U+f2a0
970992
#define ICON_FA_PHOTO_FILM "\xef\xa1\xbc" // U+f87c
993+
#define ICON_FA_PICTURE_IN_PICTURE "\xee\xa0\x8b" // U+e80b
971994
#define ICON_FA_PIGGY_BANK "\xef\x93\x93" // U+f4d3
972995
#define ICON_FA_PILLS "\xef\x92\x84" // U+f484
996+
#define ICON_FA_PISCES "\xee\xa1\x8c" // U+e84c
973997
#define ICON_FA_PIZZA_SLICE "\xef\xa0\x98" // U+f818
974998
#define ICON_FA_PLACE_OF_WORSHIP "\xef\x99\xbf" // U+f67f
975999
#define ICON_FA_PLANE "\xef\x81\xb2" // U+f072
@@ -1060,6 +1084,7 @@
10601084
#define ICON_FA_S "S" // U+0053
10611085
#define ICON_FA_SACK_DOLLAR "\xef\xa0\x9d" // U+f81d
10621086
#define ICON_FA_SACK_XMARK "\xee\x95\xaa" // U+e56a
1087+
#define ICON_FA_SAGITTARIUS "\xee\xa1\x8d" // U+e84d
10631088
#define ICON_FA_SAILBOAT "\xee\x91\x85" // U+e445
10641089
#define ICON_FA_SATELLITE "\xef\x9e\xbf" // U+f7bf
10651090
#define ICON_FA_SATELLITE_DISH "\xef\x9f\x80" // U+f7c0
@@ -1073,13 +1098,15 @@
10731098
#define ICON_FA_SCHOOL_FLAG "\xee\x95\xae" // U+e56e
10741099
#define ICON_FA_SCHOOL_LOCK "\xee\x95\xaf" // U+e56f
10751100
#define ICON_FA_SCISSORS "\xef\x83\x84" // U+f0c4
1101+
#define ICON_FA_SCORPIO "\xee\xa1\x8e" // U+e84e
10761102
#define ICON_FA_SCREWDRIVER "\xef\x95\x8a" // U+f54a
10771103
#define ICON_FA_SCREWDRIVER_WRENCH "\xef\x9f\x99" // U+f7d9
10781104
#define ICON_FA_SCROLL "\xef\x9c\x8e" // U+f70e
10791105
#define ICON_FA_SCROLL_TORAH "\xef\x9a\xa0" // U+f6a0
10801106
#define ICON_FA_SD_CARD "\xef\x9f\x82" // U+f7c2
10811107
#define ICON_FA_SECTION "\xee\x91\x87" // U+e447
10821108
#define ICON_FA_SEEDLING "\xef\x93\x98" // U+f4d8
1109+
#define ICON_FA_SEPTAGON "\xee\xa0\xa0" // U+e820
10831110
#define ICON_FA_SERVER "\xef\x88\xb3" // U+f233
10841111
#define ICON_FA_SHAPES "\xef\x98\x9f" // U+f61f
10851112
#define ICON_FA_SHARE "\xef\x81\xa4" // U+f064
@@ -1108,6 +1135,8 @@
11081135
#define ICON_FA_SIGNATURE "\xef\x96\xb7" // U+f5b7
11091136
#define ICON_FA_SIGNS_POST "\xef\x89\xb7" // U+f277
11101137
#define ICON_FA_SIM_CARD "\xef\x9f\x84" // U+f7c4
1138+
#define ICON_FA_SINGLE_QUOTE_LEFT "\xee\xa0\x9b" // U+e81b
1139+
#define ICON_FA_SINGLE_QUOTE_RIGHT "\xee\xa0\x9c" // U+e81c
11111140
#define ICON_FA_SINK "\xee\x81\xad" // U+e06d
11121141
#define ICON_FA_SITEMAP "\xef\x83\xa8" // U+f0e8
11131142
#define ICON_FA_SKULL "\xef\x95\x8c" // U+f54c
@@ -1131,12 +1160,14 @@
11311160
#define ICON_FA_SPELL_CHECK "\xef\xa2\x91" // U+f891
11321161
#define ICON_FA_SPIDER "\xef\x9c\x97" // U+f717
11331162
#define ICON_FA_SPINNER "\xef\x84\x90" // U+f110
1163+
#define ICON_FA_SPIRAL "\xee\xa0\x8a" // U+e80a
11341164
#define ICON_FA_SPLOTCH "\xef\x96\xbc" // U+f5bc
11351165
#define ICON_FA_SPOON "\xef\x8b\xa5" // U+f2e5
11361166
#define ICON_FA_SPRAY_CAN "\xef\x96\xbd" // U+f5bd
11371167
#define ICON_FA_SPRAY_CAN_SPARKLES "\xef\x97\x90" // U+f5d0
11381168
#define ICON_FA_SQUARE "\xef\x83\x88" // U+f0c8
11391169
#define ICON_FA_SQUARE_ARROW_UP_RIGHT "\xef\x85\x8c" // U+f14c
1170+
#define ICON_FA_SQUARE_BINARY "\xee\x9a\x9b" // U+e69b
11401171
#define ICON_FA_SQUARE_CARET_DOWN "\xef\x85\x90" // U+f150
11411172
#define ICON_FA_SQUARE_CARET_LEFT "\xef\x86\x91" // U+f191
11421173
#define ICON_FA_SQUARE_CARET_RIGHT "\xef\x85\x92" // U+f152
@@ -1194,7 +1225,10 @@
11941225
#define ICON_FA_T "T" // U+0054
11951226
#define ICON_FA_TABLE "\xef\x83\x8e" // U+f0ce
11961227
#define ICON_FA_TABLE_CELLS "\xef\x80\x8a" // U+f00a
1228+
#define ICON_FA_TABLE_CELLS_COLUMN_LOCK "\xee\x99\xb8" // U+e678
11971229
#define ICON_FA_TABLE_CELLS_LARGE "\xef\x80\x89" // U+f009
1230+
#define ICON_FA_TABLE_CELLS_ROW_LOCK "\xee\x99\xba" // U+e67a
1231+
#define ICON_FA_TABLE_CELLS_ROW_UNLOCK "\xee\x9a\x91" // U+e691
11981232
#define ICON_FA_TABLE_COLUMNS "\xef\x83\x9b" // U+f0db
11991233
#define ICON_FA_TABLE_LIST "\xef\x80\x8b" // U+f00b
12001234
#define ICON_FA_TABLE_TENNIS_PADDLE_BALL "\xef\x91\x9d" // U+f45d
@@ -1208,6 +1242,7 @@
12081242
#define ICON_FA_TAPE "\xef\x93\x9b" // U+f4db
12091243
#define ICON_FA_TARP "\xee\x95\xbb" // U+e57b
12101244
#define ICON_FA_TARP_DROPLET "\xee\x95\xbc" // U+e57c
1245+
#define ICON_FA_TAURUS "\xee\xa1\x8f" // U+e84f
12111246
#define ICON_FA_TAXI "\xef\x86\xba" // U+f1ba
12121247
#define ICON_FA_TEETH "\xef\x98\xae" // U+f62e
12131248
#define ICON_FA_TEETH_OPEN "\xef\x98\xaf" // U+f62f
@@ -1235,6 +1270,7 @@
12351270
#define ICON_FA_THUMBS_DOWN "\xef\x85\xa5" // U+f165
12361271
#define ICON_FA_THUMBS_UP "\xef\x85\xa4" // U+f164
12371272
#define ICON_FA_THUMBTACK "\xef\x82\x8d" // U+f08d
1273+
#define ICON_FA_THUMBTACK_SLASH "\xee\x9a\x8f" // U+e68f
12381274
#define ICON_FA_TICKET "\xef\x85\x85" // U+f145
12391275
#define ICON_FA_TICKET_SIMPLE "\xef\x8f\xbf" // U+f3ff
12401276
#define ICON_FA_TIMELINE "\xee\x8a\x9c" // U+e29c
@@ -1310,8 +1346,6 @@
13101346
#define ICON_FA_USER_GRADUATE "\xef\x94\x81" // U+f501
13111347
#define ICON_FA_USER_GROUP "\xef\x94\x80" // U+f500
13121348
#define ICON_FA_USER_INJURED "\xef\x9c\xa8" // U+f728
1313-
#define ICON_FA_USER_LARGE "\xef\x90\x86" // U+f406
1314-
#define ICON_FA_USER_LARGE_SLASH "\xef\x93\xba" // U+f4fa
13151349
#define ICON_FA_USER_LOCK "\xef\x94\x82" // U+f502
13161350
#define ICON_FA_USER_MINUS "\xef\x94\x83" // U+f503
13171351
#define ICON_FA_USER_NINJA "\xef\x94\x84" // U+f504
@@ -1336,7 +1370,6 @@
13361370
#define ICON_FA_V "V" // U+0056
13371371
#define ICON_FA_VAN_SHUTTLE "\xef\x96\xb6" // U+f5b6
13381372
#define ICON_FA_VAULT "\xee\x8b\x85" // U+e2c5
1339-
#define ICON_FA_VECTOR_SQUARE "\xef\x97\x8b" // U+f5cb
13401373
#define ICON_FA_VENUS "\xef\x88\xa1" // U+f221
13411374
#define ICON_FA_VENUS_DOUBLE "\xef\x88\xa6" // U+f226
13421375
#define ICON_FA_VENUS_MARS "\xef\x88\xa8" // U+f228
@@ -1349,6 +1382,7 @@
13491382
#define ICON_FA_VIDEO "\xef\x80\xbd" // U+f03d
13501383
#define ICON_FA_VIDEO_SLASH "\xef\x93\xa2" // U+f4e2
13511384
#define ICON_FA_VIHARA "\xef\x9a\xa7" // U+f6a7
1385+
#define ICON_FA_VIRGO "\xee\xa1\x90" // U+e850
13521386
#define ICON_FA_VIRUS "\xee\x81\xb4" // U+e074
13531387
#define ICON_FA_VIRUS_COVID "\xee\x92\xa8" // U+e4a8
13541388
#define ICON_FA_VIRUS_COVID_SLASH "\xee\x92\xa9" // U+e4a9
@@ -1357,6 +1391,7 @@
13571391
#define ICON_FA_VOICEMAIL "\xef\xa2\x97" // U+f897
13581392
#define ICON_FA_VOLCANO "\xef\x9d\xb0" // U+f770
13591393
#define ICON_FA_VOLLEYBALL "\xef\x91\x9f" // U+f45f
1394+
#define ICON_FA_VOLUME "\xef\x9a\xa8" // U+f6a8
13601395
#define ICON_FA_VOLUME_HIGH "\xef\x80\xa8" // U+f028
13611396
#define ICON_FA_VOLUME_LOW "\xef\x80\xa7" // U+f027
13621397
#define ICON_FA_VOLUME_OFF "\xef\x80\xa6" // U+f026
@@ -1372,6 +1407,7 @@
13721407
#define ICON_FA_WATER "\xef\x9d\xb3" // U+f773
13731408
#define ICON_FA_WATER_LADDER "\xef\x97\x85" // U+f5c5
13741409
#define ICON_FA_WAVE_SQUARE "\xef\xa0\xbe" // U+f83e
1410+
#define ICON_FA_WEB_AWESOME "\xee\x9a\x82" // U+e682
13751411
#define ICON_FA_WEIGHT_HANGING "\xef\x97\x8d" // U+f5cd
13761412
#define ICON_FA_WEIGHT_SCALE "\xef\x92\x96" // U+f496
13771413
#define ICON_FA_WHEAT_AWN "\xee\x8b\x8d" // U+e2cd

profiler/src/profiler/TracyAchievementData.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "IconsFontAwesome6.h"
1+
#include "IconsFontAwesome7.h"
22
#include "TracyAchievements.hpp"
33
#include "TracyImGui.hpp"
44
#include "TracySourceContents.hpp"

profiler/src/profiler/TracyBadVersion.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "imgui.h"
44
#include "../Fonts.hpp"
55

6-
#include "IconsFontAwesome6.h"
6+
#include "IconsFontAwesome7.h"
77
#include "TracyBadVersion.hpp"
88
#include "TracyImGui.hpp"
99
#include "TracyWeb.hpp"

0 commit comments

Comments
 (0)