1
1
import { IconProp } from "@fortawesome/fontawesome-svg-core" ;
2
- import { faCommentDots , faFile , faFileCode } from "@fortawesome/free-solid-svg-icons" ;
2
+ import {
3
+ faCommentDots ,
4
+ faFileCode ,
5
+ faFileCircleCheck ,
6
+ faFilePen ,
7
+ faPaste ,
8
+ faFileCircleQuestion ,
9
+ faHouseCircleCheck ,
10
+ faComment ,
11
+ faTurnUp ,
12
+ } from "@fortawesome/free-solid-svg-icons" ;
3
13
4
14
export const Tools : Record <
5
15
string ,
@@ -17,14 +27,14 @@ export const Tools: Record<
17
27
{
18
28
name : "Essentials Convert" ,
19
29
short : "Essentials" ,
20
- icon : faCommentDots ,
30
+ icon : faHouseCircleCheck ,
21
31
description : "Convert EssentialsChat Configs to ChatChat Configs" ,
22
32
link : "/converters/chatchat/essentialschat" ,
23
33
} ,
24
34
{
25
35
name : "VentureChat Convert" ,
26
36
short : "VentureChat" ,
27
- icon : faCommentDots ,
37
+ icon : faComment ,
28
38
description : "Convert VentureChat Configs to ChatChat Configs" ,
29
39
link : "/converters/chatchat/venturechat" ,
30
40
} ,
@@ -33,10 +43,10 @@ export const Tools: Record<
33
43
{
34
44
name : "Legacy Text Convert" ,
35
45
short : "MiniMessage" ,
36
- icon : faCommentDots ,
46
+ icon : faTurnUp ,
37
47
description : "Convert Legacy Strings to MiniMessage Strings" ,
38
48
link : "/converters/legacy/minimessage" ,
39
- }
49
+ } ,
40
50
] ,
41
51
} ,
42
52
Validators : [
@@ -50,28 +60,28 @@ export const Tools: Record<
50
60
{
51
61
name : "Properties Validator" ,
52
62
short : "Properties" ,
53
- icon : faFileCode ,
63
+ icon : faFileCircleCheck ,
54
64
description : "Validate Properties Files" ,
55
65
link : "/validators/properties" ,
56
66
} ,
57
67
{
58
68
name : "Toml Validator" ,
59
69
short : "Toml" ,
60
- icon : faFileCode ,
70
+ icon : faFilePen ,
61
71
description : "Validate Toml Files" ,
62
72
link : "/validators/toml" ,
63
73
} ,
64
74
{
65
75
name : "Hocon Validator" ,
66
76
short : "Hocon" ,
67
- icon : faFileCode ,
77
+ icon : faPaste ,
68
78
description : "Validate Hocon Files" ,
69
79
link : "/validators/hocon" ,
70
80
} ,
71
81
{
72
82
name : "XML Validator" ,
73
83
short : "XML" ,
74
- icon : faFileCode ,
84
+ icon : faFileCircleQuestion ,
75
85
description : "Validate XML Files" ,
76
86
link : "/validators/xml" ,
77
87
} ,
0 commit comments