-
Notifications
You must be signed in to change notification settings - Fork 1
/
symbolIcons.ts
28 lines (28 loc) · 910 Bytes
/
symbolIcons.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
export default {
0: '$(code)', // "File",
1: '$(book)', // "Module",
2: '$(three-bars)', // "Namespace",
3: '$(package)', // "Package",
4: '$(verified)', // "Class",
5: '$(pulse)', // "Method",
6: '$(plus)', // "Property",
7: '$(pin)', // "Field",
8: '$(plug)', // "Constructor",
9: '$(organization-filled)', // "Enum",
10: '$(lock)', // "Interface",
11: '$(mention)', // "Function",
12: '$(primitive-dot)', // "Variable",
13: '$(primitive-square)', // "Constant",
14: '$(quote)', // "String",
15: '$(list-ordered)', // "Number",
16: '$(law)', // "Boolean",
17: '$(kebab-horizontal)', // "Array",
18: '$(kebab-vertica)', // "Object",
19: '$(key)', // "Key",
20: '$(x)', // "Null",
21: '$(person-filled)', // "EnumMember",
22: '$(kebab-vertical)', // "Struct",
23: '$(watch)', // "Event",
24: '$(terminal)', // "Operator",
25: '$(zap)', // "TypeParameter"
};