forked from juliettef/IconFontCppHeaders
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IconsCodicons.go
587 lines (585 loc) · 24.7 KB
/
IconsCodicons.go
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
// Generated by https://github.com/juliettef/IconFontCppHeaders script GenerateIconFontCppHeaders.py
// for Go
// from codepoints https://microsoft.github.io/vscode-codicons/dist/codicon.css
// for use with font https://microsoft.github.io/vscode-codicons/dist/codicon.ttf
package IconFontCppHeaders
var IconsCodicons = Font{
Filenames: [][2]string{
{"CI", "codicon.ttf"},
},
Min: 0xea60,
Max16: 0xf101,
Max: 0xf101,
Icons: map[string]string{
"Add": "\xee\xa9\xa0", // U+ea60
"Plus": "\xee\xa9\xa0", // U+ea60
"GistNew": "\xee\xa9\xa0", // U+ea60
"RepoCreate": "\xee\xa9\xa0", // U+ea60
"Lightbulb": "\xee\xa9\xa1", // U+ea61
"LightBulb": "\xee\xa9\xa1", // U+ea61
"Repo": "\xee\xa9\xa2", // U+ea62
"RepoDelete": "\xee\xa9\xa2", // U+ea62
"GistFork": "\xee\xa9\xa3", // U+ea63
"RepoForked": "\xee\xa9\xa3", // U+ea63
"GitPullRequest": "\xee\xa9\xa4", // U+ea64
"GitPullRequestAbandoned": "\xee\xa9\xa4", // U+ea64
"RecordKeys": "\xee\xa9\xa5", // U+ea65
"Keyboard": "\xee\xa9\xa5", // U+ea65
"Tag": "\xee\xa9\xa6", // U+ea66
"GitPullRequestLabel": "\xee\xa9\xa6", // U+ea66
"TagAdd": "\xee\xa9\xa6", // U+ea66
"TagRemove": "\xee\xa9\xa6", // U+ea66
"Person": "\xee\xa9\xa7", // U+ea67
"PersonFollow": "\xee\xa9\xa7", // U+ea67
"PersonOutline": "\xee\xa9\xa7", // U+ea67
"PersonFilled": "\xee\xa9\xa7", // U+ea67
"GitBranch": "\xee\xa9\xa8", // U+ea68
"GitBranchCreate": "\xee\xa9\xa8", // U+ea68
"GitBranchDelete": "\xee\xa9\xa8", // U+ea68
"SourceControl": "\xee\xa9\xa8", // U+ea68
"Mirror": "\xee\xa9\xa9", // U+ea69
"MirrorPublic": "\xee\xa9\xa9", // U+ea69
"Star": "\xee\xa9\xaa", // U+ea6a
"StarAdd": "\xee\xa9\xaa", // U+ea6a
"StarDelete": "\xee\xa9\xaa", // U+ea6a
"StarEmpty": "\xee\xa9\xaa", // U+ea6a
"Comment": "\xee\xa9\xab", // U+ea6b
"CommentAdd": "\xee\xa9\xab", // U+ea6b
"Alert": "\xee\xa9\xac", // U+ea6c
"Warning": "\xee\xa9\xac", // U+ea6c
"Search": "\xee\xa9\xad", // U+ea6d
"SearchSave": "\xee\xa9\xad", // U+ea6d
"LogOut": "\xee\xa9\xae", // U+ea6e
"SignOut": "\xee\xa9\xae", // U+ea6e
"LogIn": "\xee\xa9\xaf", // U+ea6f
"SignIn": "\xee\xa9\xaf", // U+ea6f
"Eye": "\xee\xa9\xb0", // U+ea70
"EyeUnwatch": "\xee\xa9\xb0", // U+ea70
"EyeWatch": "\xee\xa9\xb0", // U+ea70
"CircleFilled": "\xee\xa9\xb1", // U+ea71
"PrimitiveDot": "\xee\xa9\xb1", // U+ea71
"CloseDirty": "\xee\xa9\xb1", // U+ea71
"DebugBreakpoint": "\xee\xa9\xb1", // U+ea71
"DebugBreakpointDisabled": "\xee\xa9\xb1", // U+ea71
"DebugHint": "\xee\xa9\xb1", // U+ea71
"TerminalDecorationSuccess": "\xee\xa9\xb1", // U+ea71
"PrimitiveSquare": "\xee\xa9\xb2", // U+ea72
"Edit": "\xee\xa9\xb3", // U+ea73
"Pencil": "\xee\xa9\xb3", // U+ea73
"Info": "\xee\xa9\xb4", // U+ea74
"IssueOpened": "\xee\xa9\xb4", // U+ea74
"GistPrivate": "\xee\xa9\xb5", // U+ea75
"GitForkPrivate": "\xee\xa9\xb5", // U+ea75
"Lock": "\xee\xa9\xb5", // U+ea75
"MirrorPrivate": "\xee\xa9\xb5", // U+ea75
"Close": "\xee\xa9\xb6", // U+ea76
"RemoveClose": "\xee\xa9\xb6", // U+ea76
"X": "\xee\xa9\xb6", // U+ea76
"RepoSync": "\xee\xa9\xb7", // U+ea77
"Sync": "\xee\xa9\xb7", // U+ea77
"Clone": "\xee\xa9\xb8", // U+ea78
"DesktopDownload": "\xee\xa9\xb8", // U+ea78
"Beaker": "\xee\xa9\xb9", // U+ea79
"Microscope": "\xee\xa9\xb9", // U+ea79
"Vm": "\xee\xa9\xba", // U+ea7a
"DeviceDesktop": "\xee\xa9\xba", // U+ea7a
"File": "\xee\xa9\xbb", // U+ea7b
"FileText": "\xee\xa9\xbb", // U+ea7b
"More": "\xee\xa9\xbc", // U+ea7c
"Ellipsis": "\xee\xa9\xbc", // U+ea7c
"KebabHorizontal": "\xee\xa9\xbc", // U+ea7c
"MailReply": "\xee\xa9\xbd", // U+ea7d
"Reply": "\xee\xa9\xbd", // U+ea7d
"Organization": "\xee\xa9\xbe", // U+ea7e
"OrganizationFilled": "\xee\xa9\xbe", // U+ea7e
"OrganizationOutline": "\xee\xa9\xbe", // U+ea7e
"NewFile": "\xee\xa9\xbf", // U+ea7f
"FileAdd": "\xee\xa9\xbf", // U+ea7f
"NewFolder": "\xee\xaa\x80", // U+ea80
"FileDirectoryCreate": "\xee\xaa\x80", // U+ea80
"Trash": "\xee\xaa\x81", // U+ea81
"Trashcan": "\xee\xaa\x81", // U+ea81
"History": "\xee\xaa\x82", // U+ea82
"Clock": "\xee\xaa\x82", // U+ea82
"Folder": "\xee\xaa\x83", // U+ea83
"FileDirectory": "\xee\xaa\x83", // U+ea83
"SymbolFolder": "\xee\xaa\x83", // U+ea83
"LogoGithub": "\xee\xaa\x84", // U+ea84
"MarkGithub": "\xee\xaa\x84", // U+ea84
"Github": "\xee\xaa\x84", // U+ea84
"Terminal": "\xee\xaa\x85", // U+ea85
"Console": "\xee\xaa\x85", // U+ea85
"Repl": "\xee\xaa\x85", // U+ea85
"Zap": "\xee\xaa\x86", // U+ea86
"SymbolEvent": "\xee\xaa\x86", // U+ea86
"Error": "\xee\xaa\x87", // U+ea87
"Stop": "\xee\xaa\x87", // U+ea87
"Variable": "\xee\xaa\x88", // U+ea88
"SymbolVariable": "\xee\xaa\x88", // U+ea88
"Array": "\xee\xaa\x8a", // U+ea8a
"SymbolArray": "\xee\xaa\x8a", // U+ea8a
"SymbolModule": "\xee\xaa\x8b", // U+ea8b
"SymbolPackage": "\xee\xaa\x8b", // U+ea8b
"SymbolNamespace": "\xee\xaa\x8b", // U+ea8b
"SymbolObject": "\xee\xaa\x8b", // U+ea8b
"SymbolMethod": "\xee\xaa\x8c", // U+ea8c
"SymbolFunction": "\xee\xaa\x8c", // U+ea8c
"SymbolConstructor": "\xee\xaa\x8c", // U+ea8c
"SymbolBoolean": "\xee\xaa\x8f", // U+ea8f
"SymbolNull": "\xee\xaa\x8f", // U+ea8f
"SymbolNumeric": "\xee\xaa\x90", // U+ea90
"SymbolNumber": "\xee\xaa\x90", // U+ea90
"SymbolStructure": "\xee\xaa\x91", // U+ea91
"SymbolStruct": "\xee\xaa\x91", // U+ea91
"SymbolParameter": "\xee\xaa\x92", // U+ea92
"SymbolTypeParameter": "\xee\xaa\x92", // U+ea92
"SymbolKey": "\xee\xaa\x93", // U+ea93
"SymbolText": "\xee\xaa\x93", // U+ea93
"SymbolReference": "\xee\xaa\x94", // U+ea94
"GoToFile": "\xee\xaa\x94", // U+ea94
"SymbolEnum": "\xee\xaa\x95", // U+ea95
"SymbolValue": "\xee\xaa\x95", // U+ea95
"SymbolRuler": "\xee\xaa\x96", // U+ea96
"SymbolUnit": "\xee\xaa\x96", // U+ea96
"ActivateBreakpoints": "\xee\xaa\x97", // U+ea97
"Archive": "\xee\xaa\x98", // U+ea98
"ArrowBoth": "\xee\xaa\x99", // U+ea99
"ArrowDown": "\xee\xaa\x9a", // U+ea9a
"ArrowLeft": "\xee\xaa\x9b", // U+ea9b
"ArrowRight": "\xee\xaa\x9c", // U+ea9c
"ArrowSmallDown": "\xee\xaa\x9d", // U+ea9d
"ArrowSmallLeft": "\xee\xaa\x9e", // U+ea9e
"ArrowSmallRight": "\xee\xaa\x9f", // U+ea9f
"ArrowSmallUp": "\xee\xaa\xa0", // U+eaa0
"ArrowUp": "\xee\xaa\xa1", // U+eaa1
"Bell": "\xee\xaa\xa2", // U+eaa2
"Bold": "\xee\xaa\xa3", // U+eaa3
"Book": "\xee\xaa\xa4", // U+eaa4
"Bookmark": "\xee\xaa\xa5", // U+eaa5
"DebugBreakpointConditionalUnverified": "\xee\xaa\xa6", // U+eaa6
"DebugBreakpointConditional": "\xee\xaa\xa7", // U+eaa7
"DebugBreakpointConditionalDisabled": "\xee\xaa\xa7", // U+eaa7
"DebugBreakpointDataUnverified": "\xee\xaa\xa8", // U+eaa8
"DebugBreakpointData": "\xee\xaa\xa9", // U+eaa9
"DebugBreakpointDataDisabled": "\xee\xaa\xa9", // U+eaa9
"DebugBreakpointLogUnverified": "\xee\xaa\xaa", // U+eaaa
"DebugBreakpointLog": "\xee\xaa\xab", // U+eaab
"DebugBreakpointLogDisabled": "\xee\xaa\xab", // U+eaab
"Briefcase": "\xee\xaa\xac", // U+eaac
"Broadcast": "\xee\xaa\xad", // U+eaad
"Browser": "\xee\xaa\xae", // U+eaae
"Bug": "\xee\xaa\xaf", // U+eaaf
"Calendar": "\xee\xaa\xb0", // U+eab0
"CaseSensitive": "\xee\xaa\xb1", // U+eab1
"Check": "\xee\xaa\xb2", // U+eab2
"Checklist": "\xee\xaa\xb3", // U+eab3
"ChevronDown": "\xee\xaa\xb4", // U+eab4
"ChevronLeft": "\xee\xaa\xb5", // U+eab5
"ChevronRight": "\xee\xaa\xb6", // U+eab6
"ChevronUp": "\xee\xaa\xb7", // U+eab7
"ChromeClose": "\xee\xaa\xb8", // U+eab8
"ChromeMaximize": "\xee\xaa\xb9", // U+eab9
"ChromeMinimize": "\xee\xaa\xba", // U+eaba
"ChromeRestore": "\xee\xaa\xbb", // U+eabb
"CircleOutline": "\xee\xaa\xbc", // U+eabc
"Circle": "\xee\xaa\xbc", // U+eabc
"DebugBreakpointUnverified": "\xee\xaa\xbc", // U+eabc
"TerminalDecorationIncomplete": "\xee\xaa\xbc", // U+eabc
"CircleSlash": "\xee\xaa\xbd", // U+eabd
"CircuitBoard": "\xee\xaa\xbe", // U+eabe
"ClearAll": "\xee\xaa\xbf", // U+eabf
"Clippy": "\xee\xab\x80", // U+eac0
"CloseAll": "\xee\xab\x81", // U+eac1
"CloudDownload": "\xee\xab\x82", // U+eac2
"CloudUpload": "\xee\xab\x83", // U+eac3
"Code": "\xee\xab\x84", // U+eac4
"CollapseAll": "\xee\xab\x85", // U+eac5
"ColorMode": "\xee\xab\x86", // U+eac6
"CommentDiscussion": "\xee\xab\x87", // U+eac7
"CreditCard": "\xee\xab\x89", // U+eac9
"Dash": "\xee\xab\x8c", // U+eacc
"Dashboard": "\xee\xab\x8d", // U+eacd
"Database": "\xee\xab\x8e", // U+eace
"DebugContinue": "\xee\xab\x8f", // U+eacf
"DebugDisconnect": "\xee\xab\x90", // U+ead0
"DebugPause": "\xee\xab\x91", // U+ead1
"DebugRestart": "\xee\xab\x92", // U+ead2
"DebugStart": "\xee\xab\x93", // U+ead3
"DebugStepInto": "\xee\xab\x94", // U+ead4
"DebugStepOut": "\xee\xab\x95", // U+ead5
"DebugStepOver": "\xee\xab\x96", // U+ead6
"DebugStop": "\xee\xab\x97", // U+ead7
"Debug": "\xee\xab\x98", // U+ead8
"DeviceCameraVideo": "\xee\xab\x99", // U+ead9
"DeviceCamera": "\xee\xab\x9a", // U+eada
"DeviceMobile": "\xee\xab\x9b", // U+eadb
"DiffAdded": "\xee\xab\x9c", // U+eadc
"DiffIgnored": "\xee\xab\x9d", // U+eadd
"DiffModified": "\xee\xab\x9e", // U+eade
"DiffRemoved": "\xee\xab\x9f", // U+eadf
"DiffRenamed": "\xee\xab\xa0", // U+eae0
"Diff": "\xee\xab\xa1", // U+eae1
"DiffSidebyside": "\xee\xab\xa1", // U+eae1
"Discard": "\xee\xab\xa2", // U+eae2
"EditorLayout": "\xee\xab\xa3", // U+eae3
"EmptyWindow": "\xee\xab\xa4", // U+eae4
"Exclude": "\xee\xab\xa5", // U+eae5
"Extensions": "\xee\xab\xa6", // U+eae6
"EyeClosed": "\xee\xab\xa7", // U+eae7
"FileBinary": "\xee\xab\xa8", // U+eae8
"FileCode": "\xee\xab\xa9", // U+eae9
"FileMedia": "\xee\xab\xaa", // U+eaea
"FilePdf": "\xee\xab\xab", // U+eaeb
"FileSubmodule": "\xee\xab\xac", // U+eaec
"FileSymlinkDirectory": "\xee\xab\xad", // U+eaed
"FileSymlinkFile": "\xee\xab\xae", // U+eaee
"FileZip": "\xee\xab\xaf", // U+eaef
"Files": "\xee\xab\xb0", // U+eaf0
"Filter": "\xee\xab\xb1", // U+eaf1
"Flame": "\xee\xab\xb2", // U+eaf2
"FoldDown": "\xee\xab\xb3", // U+eaf3
"FoldUp": "\xee\xab\xb4", // U+eaf4
"Fold": "\xee\xab\xb5", // U+eaf5
"FolderActive": "\xee\xab\xb6", // U+eaf6
"FolderOpened": "\xee\xab\xb7", // U+eaf7
"Gear": "\xee\xab\xb8", // U+eaf8
"Gift": "\xee\xab\xb9", // U+eaf9
"GistSecret": "\xee\xab\xba", // U+eafa
"Gist": "\xee\xab\xbb", // U+eafb
"GitCommit": "\xee\xab\xbc", // U+eafc
"GitCompare": "\xee\xab\xbd", // U+eafd
"CompareChanges": "\xee\xab\xbd", // U+eafd
"GitMerge": "\xee\xab\xbe", // U+eafe
"GithubAction": "\xee\xab\xbf", // U+eaff
"GithubAlt": "\xee\xac\x80", // U+eb00
"Globe": "\xee\xac\x81", // U+eb01
"Grabber": "\xee\xac\x82", // U+eb02
"Graph": "\xee\xac\x83", // U+eb03
"Gripper": "\xee\xac\x84", // U+eb04
"Heart": "\xee\xac\x85", // U+eb05
"Home": "\xee\xac\x86", // U+eb06
"HorizontalRule": "\xee\xac\x87", // U+eb07
"Hubot": "\xee\xac\x88", // U+eb08
"Inbox": "\xee\xac\x89", // U+eb09
"IssueReopened": "\xee\xac\x8b", // U+eb0b
"Issues": "\xee\xac\x8c", // U+eb0c
"Italic": "\xee\xac\x8d", // U+eb0d
"Jersey": "\xee\xac\x8e", // U+eb0e
"Json": "\xee\xac\x8f", // U+eb0f
"KebabVertical": "\xee\xac\x90", // U+eb10
"Key": "\xee\xac\x91", // U+eb11
"Law": "\xee\xac\x92", // U+eb12
"LightbulbAutofix": "\xee\xac\x93", // U+eb13
"LinkExternal": "\xee\xac\x94", // U+eb14
"Link": "\xee\xac\x95", // U+eb15
"ListOrdered": "\xee\xac\x96", // U+eb16
"ListUnordered": "\xee\xac\x97", // U+eb17
"LiveShare": "\xee\xac\x98", // U+eb18
"Loading": "\xee\xac\x99", // U+eb19
"Location": "\xee\xac\x9a", // U+eb1a
"MailRead": "\xee\xac\x9b", // U+eb1b
"Mail": "\xee\xac\x9c", // U+eb1c
"Markdown": "\xee\xac\x9d", // U+eb1d
"Megaphone": "\xee\xac\x9e", // U+eb1e
"Mention": "\xee\xac\x9f", // U+eb1f
"Milestone": "\xee\xac\xa0", // U+eb20
"GitPullRequestMilestone": "\xee\xac\xa0", // U+eb20
"MortarBoard": "\xee\xac\xa1", // U+eb21
"Move": "\xee\xac\xa2", // U+eb22
"MultipleWindows": "\xee\xac\xa3", // U+eb23
"Mute": "\xee\xac\xa4", // U+eb24
"NoNewline": "\xee\xac\xa5", // U+eb25
"Note": "\xee\xac\xa6", // U+eb26
"Octoface": "\xee\xac\xa7", // U+eb27
"OpenPreview": "\xee\xac\xa8", // U+eb28
"Package": "\xee\xac\xa9", // U+eb29
"Paintcan": "\xee\xac\xaa", // U+eb2a
"Pin": "\xee\xac\xab", // U+eb2b
"Play": "\xee\xac\xac", // U+eb2c
"Run": "\xee\xac\xac", // U+eb2c
"Plug": "\xee\xac\xad", // U+eb2d
"PreserveCase": "\xee\xac\xae", // U+eb2e
"Preview": "\xee\xac\xaf", // U+eb2f
"Project": "\xee\xac\xb0", // U+eb30
"Pulse": "\xee\xac\xb1", // U+eb31
"Question": "\xee\xac\xb2", // U+eb32
"Quote": "\xee\xac\xb3", // U+eb33
"RadioTower": "\xee\xac\xb4", // U+eb34
"Reactions": "\xee\xac\xb5", // U+eb35
"References": "\xee\xac\xb6", // U+eb36
"Refresh": "\xee\xac\xb7", // U+eb37
"Regex": "\xee\xac\xb8", // U+eb38
"RemoteExplorer": "\xee\xac\xb9", // U+eb39
"Remote": "\xee\xac\xba", // U+eb3a
"Remove": "\xee\xac\xbb", // U+eb3b
"ReplaceAll": "\xee\xac\xbc", // U+eb3c
"Replace": "\xee\xac\xbd", // U+eb3d
"RepoClone": "\xee\xac\xbe", // U+eb3e
"RepoForcePush": "\xee\xac\xbf", // U+eb3f
"RepoPull": "\xee\xad\x80", // U+eb40
"RepoPush": "\xee\xad\x81", // U+eb41
"Report": "\xee\xad\x82", // U+eb42
"RequestChanges": "\xee\xad\x83", // U+eb43
"Rocket": "\xee\xad\x84", // U+eb44
"RootFolderOpened": "\xee\xad\x85", // U+eb45
"RootFolder": "\xee\xad\x86", // U+eb46
"Rss": "\xee\xad\x87", // U+eb47
"Ruby": "\xee\xad\x88", // U+eb48
"SaveAll": "\xee\xad\x89", // U+eb49
"SaveAs": "\xee\xad\x8a", // U+eb4a
"Save": "\xee\xad\x8b", // U+eb4b
"ScreenFull": "\xee\xad\x8c", // U+eb4c
"ScreenNormal": "\xee\xad\x8d", // U+eb4d
"SearchStop": "\xee\xad\x8e", // U+eb4e
"Server": "\xee\xad\x90", // U+eb50
"SettingsGear": "\xee\xad\x91", // U+eb51
"Settings": "\xee\xad\x92", // U+eb52
"Shield": "\xee\xad\x93", // U+eb53
"Smiley": "\xee\xad\x94", // U+eb54
"SortPrecedence": "\xee\xad\x95", // U+eb55
"SplitHorizontal": "\xee\xad\x96", // U+eb56
"SplitVertical": "\xee\xad\x97", // U+eb57
"Squirrel": "\xee\xad\x98", // U+eb58
"StarFull": "\xee\xad\x99", // U+eb59
"StarHalf": "\xee\xad\x9a", // U+eb5a
"SymbolClass": "\xee\xad\x9b", // U+eb5b
"SymbolColor": "\xee\xad\x9c", // U+eb5c
"SymbolConstant": "\xee\xad\x9d", // U+eb5d
"SymbolEnumMember": "\xee\xad\x9e", // U+eb5e
"SymbolField": "\xee\xad\x9f", // U+eb5f
"SymbolFile": "\xee\xad\xa0", // U+eb60
"SymbolInterface": "\xee\xad\xa1", // U+eb61
"SymbolKeyword": "\xee\xad\xa2", // U+eb62
"SymbolMisc": "\xee\xad\xa3", // U+eb63
"SymbolOperator": "\xee\xad\xa4", // U+eb64
"SymbolProperty": "\xee\xad\xa5", // U+eb65
"Wrench": "\xee\xad\xa5", // U+eb65
"WrenchSubaction": "\xee\xad\xa5", // U+eb65
"SymbolSnippet": "\xee\xad\xa6", // U+eb66
"Tasklist": "\xee\xad\xa7", // U+eb67
"Telescope": "\xee\xad\xa8", // U+eb68
"TextSize": "\xee\xad\xa9", // U+eb69
"ThreeBars": "\xee\xad\xaa", // U+eb6a
"Thumbsdown": "\xee\xad\xab", // U+eb6b
"Thumbsup": "\xee\xad\xac", // U+eb6c
"Tools": "\xee\xad\xad", // U+eb6d
"TriangleDown": "\xee\xad\xae", // U+eb6e
"TriangleLeft": "\xee\xad\xaf", // U+eb6f
"TriangleRight": "\xee\xad\xb0", // U+eb70
"TriangleUp": "\xee\xad\xb1", // U+eb71
"Twitter": "\xee\xad\xb2", // U+eb72
"Unfold": "\xee\xad\xb3", // U+eb73
"Unlock": "\xee\xad\xb4", // U+eb74
"Unmute": "\xee\xad\xb5", // U+eb75
"Unverified": "\xee\xad\xb6", // U+eb76
"Verified": "\xee\xad\xb7", // U+eb77
"Versions": "\xee\xad\xb8", // U+eb78
"VmActive": "\xee\xad\xb9", // U+eb79
"VmOutline": "\xee\xad\xba", // U+eb7a
"VmRunning": "\xee\xad\xbb", // U+eb7b
"Watch": "\xee\xad\xbc", // U+eb7c
"Whitespace": "\xee\xad\xbd", // U+eb7d
"WholeWord": "\xee\xad\xbe", // U+eb7e
"Window": "\xee\xad\xbf", // U+eb7f
"WordWrap": "\xee\xae\x80", // U+eb80
"ZoomIn": "\xee\xae\x81", // U+eb81
"ZoomOut": "\xee\xae\x82", // U+eb82
"ListFilter": "\xee\xae\x83", // U+eb83
"ListFlat": "\xee\xae\x84", // U+eb84
"ListSelection": "\xee\xae\x85", // U+eb85
"Selection": "\xee\xae\x85", // U+eb85
"ListTree": "\xee\xae\x86", // U+eb86
"DebugBreakpointFunctionUnverified": "\xee\xae\x87", // U+eb87
"DebugBreakpointFunction": "\xee\xae\x88", // U+eb88
"DebugBreakpointFunctionDisabled": "\xee\xae\x88", // U+eb88
"DebugStackframeActive": "\xee\xae\x89", // U+eb89
"CircleSmallFilled": "\xee\xae\x8a", // U+eb8a
"DebugStackframeDot": "\xee\xae\x8a", // U+eb8a
"TerminalDecorationMark": "\xee\xae\x8a", // U+eb8a
"DebugStackframe": "\xee\xae\x8b", // U+eb8b
"DebugStackframeFocused": "\xee\xae\x8b", // U+eb8b
"DebugBreakpointUnsupported": "\xee\xae\x8c", // U+eb8c
"SymbolString": "\xee\xae\x8d", // U+eb8d
"DebugReverseContinue": "\xee\xae\x8e", // U+eb8e
"DebugStepBack": "\xee\xae\x8f", // U+eb8f
"DebugRestartFrame": "\xee\xae\x90", // U+eb90
"DebugAlt": "\xee\xae\x91", // U+eb91
"CallIncoming": "\xee\xae\x92", // U+eb92
"CallOutgoing": "\xee\xae\x93", // U+eb93
"Menu": "\xee\xae\x94", // U+eb94
"ExpandAll": "\xee\xae\x95", // U+eb95
"Feedback": "\xee\xae\x96", // U+eb96
"GitPullRequestReviewer": "\xee\xae\x96", // U+eb96
"GroupByRefType": "\xee\xae\x97", // U+eb97
"UngroupByRefType": "\xee\xae\x98", // U+eb98
"Account": "\xee\xae\x99", // U+eb99
"GitPullRequestAssignee": "\xee\xae\x99", // U+eb99
"BellDot": "\xee\xae\x9a", // U+eb9a
"DebugConsole": "\xee\xae\x9b", // U+eb9b
"Library": "\xee\xae\x9c", // U+eb9c
"Output": "\xee\xae\x9d", // U+eb9d
"RunAll": "\xee\xae\x9e", // U+eb9e
"SyncIgnored": "\xee\xae\x9f", // U+eb9f
"Pinned": "\xee\xae\xa0", // U+eba0
"GithubInverted": "\xee\xae\xa1", // U+eba1
"ServerProcess": "\xee\xae\xa2", // U+eba2
"ServerEnvironment": "\xee\xae\xa3", // U+eba3
"Pass": "\xee\xae\xa4", // U+eba4
"IssueClosed": "\xee\xae\xa4", // U+eba4
"StopCircle": "\xee\xae\xa5", // U+eba5
"PlayCircle": "\xee\xae\xa6", // U+eba6
"Record": "\xee\xae\xa7", // U+eba7
"DebugAltSmall": "\xee\xae\xa8", // U+eba8
"VmConnect": "\xee\xae\xa9", // U+eba9
"Cloud": "\xee\xae\xaa", // U+ebaa
"Merge": "\xee\xae\xab", // U+ebab
"Export": "\xee\xae\xac", // U+ebac
"GraphLeft": "\xee\xae\xad", // U+ebad
"Magnet": "\xee\xae\xae", // U+ebae
"Notebook": "\xee\xae\xaf", // U+ebaf
"Redo": "\xee\xae\xb0", // U+ebb0
"CheckAll": "\xee\xae\xb1", // U+ebb1
"PinnedDirty": "\xee\xae\xb2", // U+ebb2
"PassFilled": "\xee\xae\xb3", // U+ebb3
"CircleLargeFilled": "\xee\xae\xb4", // U+ebb4
"CircleLarge": "\xee\xae\xb5", // U+ebb5
"CircleLargeOutline": "\xee\xae\xb5", // U+ebb5
"Combine": "\xee\xae\xb6", // U+ebb6
"Gather": "\xee\xae\xb6", // U+ebb6
"Table": "\xee\xae\xb7", // U+ebb7
"VariableGroup": "\xee\xae\xb8", // U+ebb8
"TypeHierarchy": "\xee\xae\xb9", // U+ebb9
"TypeHierarchySub": "\xee\xae\xba", // U+ebba
"TypeHierarchySuper": "\xee\xae\xbb", // U+ebbb
"GitPullRequestCreate": "\xee\xae\xbc", // U+ebbc
"RunAbove": "\xee\xae\xbd", // U+ebbd
"RunBelow": "\xee\xae\xbe", // U+ebbe
"NotebookTemplate": "\xee\xae\xbf", // U+ebbf
"DebugRerun": "\xee\xaf\x80", // U+ebc0
"WorkspaceTrusted": "\xee\xaf\x81", // U+ebc1
"WorkspaceUntrusted": "\xee\xaf\x82", // U+ebc2
"WorkspaceUnknown": "\xee\xaf\x83", // U+ebc3
"TerminalCmd": "\xee\xaf\x84", // U+ebc4
"TerminalDebian": "\xee\xaf\x85", // U+ebc5
"TerminalLinux": "\xee\xaf\x86", // U+ebc6
"TerminalPowershell": "\xee\xaf\x87", // U+ebc7
"TerminalTmux": "\xee\xaf\x88", // U+ebc8
"TerminalUbuntu": "\xee\xaf\x89", // U+ebc9
"TerminalBash": "\xee\xaf\x8a", // U+ebca
"ArrowSwap": "\xee\xaf\x8b", // U+ebcb
"Copy": "\xee\xaf\x8c", // U+ebcc
"PersonAdd": "\xee\xaf\x8d", // U+ebcd
"FilterFilled": "\xee\xaf\x8e", // U+ebce
"Wand": "\xee\xaf\x8f", // U+ebcf
"DebugLineByLine": "\xee\xaf\x90", // U+ebd0
"Inspect": "\xee\xaf\x91", // U+ebd1
"Layers": "\xee\xaf\x92", // U+ebd2
"LayersDot": "\xee\xaf\x93", // U+ebd3
"LayersActive": "\xee\xaf\x94", // U+ebd4
"Compass": "\xee\xaf\x95", // U+ebd5
"CompassDot": "\xee\xaf\x96", // U+ebd6
"CompassActive": "\xee\xaf\x97", // U+ebd7
"Azure": "\xee\xaf\x98", // U+ebd8
"IssueDraft": "\xee\xaf\x99", // U+ebd9
"GitPullRequestClosed": "\xee\xaf\x9a", // U+ebda
"GitPullRequestDraft": "\xee\xaf\x9b", // U+ebdb
"DebugAll": "\xee\xaf\x9c", // U+ebdc
"DebugCoverage": "\xee\xaf\x9d", // U+ebdd
"RunErrors": "\xee\xaf\x9e", // U+ebde
"FolderLibrary": "\xee\xaf\x9f", // U+ebdf
"DebugContinueSmall": "\xee\xaf\xa0", // U+ebe0
"BeakerStop": "\xee\xaf\xa1", // U+ebe1
"GraphLine": "\xee\xaf\xa2", // U+ebe2
"GraphScatter": "\xee\xaf\xa3", // U+ebe3
"PieChart": "\xee\xaf\xa4", // U+ebe4
"Bracket": "\xee\xac\x8f", // U+eb0f
"BracketDot": "\xee\xaf\xa5", // U+ebe5
"BracketError": "\xee\xaf\xa6", // U+ebe6
"LockSmall": "\xee\xaf\xa7", // U+ebe7
"AzureDevops": "\xee\xaf\xa8", // U+ebe8
"VerifiedFilled": "\xee\xaf\xa9", // U+ebe9
"Newline": "\xee\xaf\xaa", // U+ebea
"Layout": "\xee\xaf\xab", // U+ebeb
"LayoutActivitybarLeft": "\xee\xaf\xac", // U+ebec
"LayoutActivitybarRight": "\xee\xaf\xad", // U+ebed
"LayoutPanelLeft": "\xee\xaf\xae", // U+ebee
"LayoutPanelCenter": "\xee\xaf\xaf", // U+ebef
"LayoutPanelJustify": "\xee\xaf\xb0", // U+ebf0
"LayoutPanelRight": "\xee\xaf\xb1", // U+ebf1
"LayoutPanel": "\xee\xaf\xb2", // U+ebf2
"LayoutSidebarLeft": "\xee\xaf\xb3", // U+ebf3
"LayoutSidebarRight": "\xee\xaf\xb4", // U+ebf4
"LayoutStatusbar": "\xee\xaf\xb5", // U+ebf5
"LayoutMenubar": "\xee\xaf\xb6", // U+ebf6
"LayoutCentered": "\xee\xaf\xb7", // U+ebf7
"Target": "\xee\xaf\xb8", // U+ebf8
"Indent": "\xee\xaf\xb9", // U+ebf9
"RecordSmall": "\xee\xaf\xba", // U+ebfa
"ErrorSmall": "\xee\xaf\xbb", // U+ebfb
"TerminalDecorationError": "\xee\xaf\xbb", // U+ebfb
"ArrowCircleDown": "\xee\xaf\xbc", // U+ebfc
"ArrowCircleLeft": "\xee\xaf\xbd", // U+ebfd
"ArrowCircleRight": "\xee\xaf\xbe", // U+ebfe
"ArrowCircleUp": "\xee\xaf\xbf", // U+ebff
"LayoutSidebarRightOff": "\xee\xb0\x80", // U+ec00
"LayoutPanelOff": "\xee\xb0\x81", // U+ec01
"LayoutSidebarLeftOff": "\xee\xb0\x82", // U+ec02
"Blank": "\xee\xb0\x83", // U+ec03
"HeartFilled": "\xee\xb0\x84", // U+ec04
"Map": "\xee\xb0\x85", // U+ec05
"MapHorizontal": "\xee\xb0\x85", // U+ec05
"FoldHorizontal": "\xee\xb0\x85", // U+ec05
"MapFilled": "\xee\xb0\x86", // U+ec06
"MapHorizontalFilled": "\xee\xb0\x86", // U+ec06
"FoldHorizontalFilled": "\xee\xb0\x86", // U+ec06
"CircleSmall": "\xee\xb0\x87", // U+ec07
"BellSlash": "\xee\xb0\x88", // U+ec08
"BellSlashDot": "\xee\xb0\x89", // U+ec09
"CommentUnresolved": "\xee\xb0\x8a", // U+ec0a
"GitPullRequestGoToChanges": "\xee\xb0\x8b", // U+ec0b
"GitPullRequestNewChanges": "\xee\xb0\x8c", // U+ec0c
"SearchFuzzy": "\xee\xb0\x8d", // U+ec0d
"CommentDraft": "\xee\xb0\x8e", // U+ec0e
"Send": "\xee\xb0\x8f", // U+ec0f
"Sparkle": "\xee\xb0\x90", // U+ec10
"Insert": "\xee\xb0\x91", // U+ec11
"Mic": "\xee\xb0\x92", // U+ec12
"ThumbsdownFilled": "\xee\xb0\x93", // U+ec13
"ThumbsupFilled": "\xee\xb0\x94", // U+ec14
"Coffee": "\xee\xb0\x95", // U+ec15
"Snake": "\xee\xb0\x96", // U+ec16
"Game": "\xee\xb0\x97", // U+ec17
"Vr": "\xee\xb0\x98", // U+ec18
"Chip": "\xee\xb0\x99", // U+ec19
"Piano": "\xee\xb0\x9a", // U+ec1a
"Music": "\xee\xb0\x9b", // U+ec1b
"MicFilled": "\xee\xb0\x9c", // U+ec1c
"RepoFetch": "\xee\xb0\x9d", // U+ec1d
"Copilot": "\xee\xb0\x9e", // U+ec1e
"LightbulbSparkle": "\xee\xb0\x9f", // U+ec1f
"Robot": "\xee\xb0\xa0", // U+ec20
"SparkleFilled": "\xee\xb0\xa1", // U+ec21
"DiffSingle": "\xee\xb0\xa2", // U+ec22
"DiffMultiple": "\xee\xb0\xa3", // U+ec23
"SurroundWith": "\xee\xb0\xa4", // U+ec24
"Share": "\xee\xb0\xa5", // U+ec25
"GitStash": "\xee\xb0\xa6", // U+ec26
"GitStashApply": "\xee\xb0\xa7", // U+ec27
"GitStashPop": "\xee\xb0\xa8", // U+ec28
"Vscode": "\xee\xb0\xa9", // U+ec29
"VscodeInsiders": "\xee\xb0\xaa", // U+ec2a
"CodeOss": "\xee\xb0\xab", // U+ec2b
"RunCoverage": "\xee\xb0\xac", // U+ec2c
"RunAllCoverage": "\xee\xb0\xad", // U+ec2d
"Coverage": "\xee\xb0\xae", // U+ec2e
"GithubProject": "\xee\xb0\xaf", // U+ec2f
"MapVertical": "\xee\xb0\xb0", // U+ec30
"FoldVertical": "\xee\xb0\xb0", // U+ec30
"MapVerticalFilled": "\xee\xb0\xb1", // U+ec31
"FoldVerticalFilled": "\xee\xb0\xb1", // U+ec31
"GoToSearch": "\xee\xb0\xb2", // U+ec32
"Percentage": "\xee\xb0\xb3", // U+ec33
"SortPercentage": "\xee\xb0\xb3", // U+ec33
"GitFetch": "\xef\x84\x81", // U+f101
},
}