-
-
Notifications
You must be signed in to change notification settings - Fork 148
/
IconsCodicons.cs
593 lines (590 loc) · 29.5 KB
/
IconsCodicons.cs
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
588
589
590
591
592
593
// <auto-generated>
// Generated by https://github.com/juliettef/IconFontCppHeaders script GenerateIconFontCppHeaders.py
// for C#
// from codepoints https://microsoft.github.io/vscode-codicons/dist/codicon.css
// for use with font https://microsoft.github.io/vscode-codicons/dist/codicon.ttf
// </auto-generated>
namespace IconFonts
{
public class Codicons
{
public const string FontIconFileNameCI = "codicon.ttf";
public const int IconMin = 0xea60;
public const int IconMax16 = 0xf101;
public const int IconMax = 0xf101;
public const string Add = "\uea60";
public const string Plus = "\uea60";
public const string GistNew = "\uea60";
public const string RepoCreate = "\uea60";
public const string Lightbulb = "\uea61";
public const string LightBulb = "\uea61";
public const string Repo = "\uea62";
public const string RepoDelete = "\uea62";
public const string GistFork = "\uea63";
public const string RepoForked = "\uea63";
public const string GitPullRequest = "\uea64";
public const string GitPullRequestAbandoned = "\uea64";
public const string RecordKeys = "\uea65";
public const string Keyboard = "\uea65";
public const string Tag = "\uea66";
public const string GitPullRequestLabel = "\uea66";
public const string TagAdd = "\uea66";
public const string TagRemove = "\uea66";
public const string Person = "\uea67";
public const string PersonFollow = "\uea67";
public const string PersonOutline = "\uea67";
public const string PersonFilled = "\uea67";
public const string GitBranch = "\uea68";
public const string GitBranchCreate = "\uea68";
public const string GitBranchDelete = "\uea68";
public const string SourceControl = "\uea68";
public const string Mirror = "\uea69";
public const string MirrorPublic = "\uea69";
public const string Star = "\uea6a";
public const string StarAdd = "\uea6a";
public const string StarDelete = "\uea6a";
public const string StarEmpty = "\uea6a";
public const string Comment = "\uea6b";
public const string CommentAdd = "\uea6b";
public const string Alert = "\uea6c";
public const string Warning = "\uea6c";
public const string Search = "\uea6d";
public const string SearchSave = "\uea6d";
public const string LogOut = "\uea6e";
public const string SignOut = "\uea6e";
public const string LogIn = "\uea6f";
public const string SignIn = "\uea6f";
public const string Eye = "\uea70";
public const string EyeUnwatch = "\uea70";
public const string EyeWatch = "\uea70";
public const string CircleFilled = "\uea71";
public const string PrimitiveDot = "\uea71";
public const string CloseDirty = "\uea71";
public const string DebugBreakpoint = "\uea71";
public const string DebugBreakpointDisabled = "\uea71";
public const string DebugHint = "\uea71";
public const string TerminalDecorationSuccess = "\uea71";
public const string PrimitiveSquare = "\uea72";
public const string Edit = "\uea73";
public const string Pencil = "\uea73";
public const string Info = "\uea74";
public const string IssueOpened = "\uea74";
public const string GistPrivate = "\uea75";
public const string GitForkPrivate = "\uea75";
public const string Lock = "\uea75";
public const string MirrorPrivate = "\uea75";
public const string Close = "\uea76";
public const string RemoveClose = "\uea76";
public const string X = "\uea76";
public const string RepoSync = "\uea77";
public const string Sync = "\uea77";
public const string Clone = "\uea78";
public const string DesktopDownload = "\uea78";
public const string Beaker = "\uea79";
public const string Microscope = "\uea79";
public const string Vm = "\uea7a";
public const string DeviceDesktop = "\uea7a";
public const string File = "\uea7b";
public const string FileText = "\uea7b";
public const string More = "\uea7c";
public const string Ellipsis = "\uea7c";
public const string KebabHorizontal = "\uea7c";
public const string MailReply = "\uea7d";
public const string Reply = "\uea7d";
public const string Organization = "\uea7e";
public const string OrganizationFilled = "\uea7e";
public const string OrganizationOutline = "\uea7e";
public const string NewFile = "\uea7f";
public const string FileAdd = "\uea7f";
public const string NewFolder = "\uea80";
public const string FileDirectoryCreate = "\uea80";
public const string Trash = "\uea81";
public const string Trashcan = "\uea81";
public const string History = "\uea82";
public const string Clock = "\uea82";
public const string Folder = "\uea83";
public const string FileDirectory = "\uea83";
public const string SymbolFolder = "\uea83";
public const string LogoGithub = "\uea84";
public const string MarkGithub = "\uea84";
public const string Github = "\uea84";
public const string Terminal = "\uea85";
public const string Console = "\uea85";
public const string Repl = "\uea85";
public const string Zap = "\uea86";
public const string SymbolEvent = "\uea86";
public const string Error = "\uea87";
public const string Stop = "\uea87";
public const string Variable = "\uea88";
public const string SymbolVariable = "\uea88";
public const string Array = "\uea8a";
public const string SymbolArray = "\uea8a";
public const string SymbolModule = "\uea8b";
public const string SymbolPackage = "\uea8b";
public const string SymbolNamespace = "\uea8b";
public const string SymbolObject = "\uea8b";
public const string SymbolMethod = "\uea8c";
public const string SymbolFunction = "\uea8c";
public const string SymbolConstructor = "\uea8c";
public const string SymbolBoolean = "\uea8f";
public const string SymbolNull = "\uea8f";
public const string SymbolNumeric = "\uea90";
public const string SymbolNumber = "\uea90";
public const string SymbolStructure = "\uea91";
public const string SymbolStruct = "\uea91";
public const string SymbolParameter = "\uea92";
public const string SymbolTypeParameter = "\uea92";
public const string SymbolKey = "\uea93";
public const string SymbolText = "\uea93";
public const string SymbolReference = "\uea94";
public const string GoToFile = "\uea94";
public const string SymbolEnum = "\uea95";
public const string SymbolValue = "\uea95";
public const string SymbolRuler = "\uea96";
public const string SymbolUnit = "\uea96";
public const string ActivateBreakpoints = "\uea97";
public const string Archive = "\uea98";
public const string ArrowBoth = "\uea99";
public const string ArrowDown = "\uea9a";
public const string ArrowLeft = "\uea9b";
public const string ArrowRight = "\uea9c";
public const string ArrowSmallDown = "\uea9d";
public const string ArrowSmallLeft = "\uea9e";
public const string ArrowSmallRight = "\uea9f";
public const string ArrowSmallUp = "\ueaa0";
public const string ArrowUp = "\ueaa1";
public const string Bell = "\ueaa2";
public const string Bold = "\ueaa3";
public const string Book = "\ueaa4";
public const string Bookmark = "\ueaa5";
public const string DebugBreakpointConditionalUnverified = "\ueaa6";
public const string DebugBreakpointConditional = "\ueaa7";
public const string DebugBreakpointConditionalDisabled = "\ueaa7";
public const string DebugBreakpointDataUnverified = "\ueaa8";
public const string DebugBreakpointData = "\ueaa9";
public const string DebugBreakpointDataDisabled = "\ueaa9";
public const string DebugBreakpointLogUnverified = "\ueaaa";
public const string DebugBreakpointLog = "\ueaab";
public const string DebugBreakpointLogDisabled = "\ueaab";
public const string Briefcase = "\ueaac";
public const string Broadcast = "\ueaad";
public const string Browser = "\ueaae";
public const string Bug = "\ueaaf";
public const string Calendar = "\ueab0";
public const string CaseSensitive = "\ueab1";
public const string Check = "\ueab2";
public const string Checklist = "\ueab3";
public const string ChevronDown = "\ueab4";
public const string ChevronLeft = "\ueab5";
public const string ChevronRight = "\ueab6";
public const string ChevronUp = "\ueab7";
public const string ChromeClose = "\ueab8";
public const string ChromeMaximize = "\ueab9";
public const string ChromeMinimize = "\ueaba";
public const string ChromeRestore = "\ueabb";
public const string CircleOutline = "\ueabc";
public const string Circle = "\ueabc";
public const string DebugBreakpointUnverified = "\ueabc";
public const string TerminalDecorationIncomplete = "\ueabc";
public const string CircleSlash = "\ueabd";
public const string CircuitBoard = "\ueabe";
public const string ClearAll = "\ueabf";
public const string Clippy = "\ueac0";
public const string CloseAll = "\ueac1";
public const string CloudDownload = "\ueac2";
public const string CloudUpload = "\ueac3";
public const string Code = "\ueac4";
public const string CollapseAll = "\ueac5";
public const string ColorMode = "\ueac6";
public const string CommentDiscussion = "\ueac7";
public const string CreditCard = "\ueac9";
public const string Dash = "\ueacc";
public const string Dashboard = "\ueacd";
public const string Database = "\ueace";
public const string DebugContinue = "\ueacf";
public const string DebugDisconnect = "\uead0";
public const string DebugPause = "\uead1";
public const string DebugRestart = "\uead2";
public const string DebugStart = "\uead3";
public const string DebugStepInto = "\uead4";
public const string DebugStepOut = "\uead5";
public const string DebugStepOver = "\uead6";
public const string DebugStop = "\uead7";
public const string Debug = "\uead8";
public const string DeviceCameraVideo = "\uead9";
public const string DeviceCamera = "\ueada";
public const string DeviceMobile = "\ueadb";
public const string DiffAdded = "\ueadc";
public const string DiffIgnored = "\ueadd";
public const string DiffModified = "\ueade";
public const string DiffRemoved = "\ueadf";
public const string DiffRenamed = "\ueae0";
public const string Diff = "\ueae1";
public const string DiffSidebyside = "\ueae1";
public const string Discard = "\ueae2";
public const string EditorLayout = "\ueae3";
public const string EmptyWindow = "\ueae4";
public const string Exclude = "\ueae5";
public const string Extensions = "\ueae6";
public const string EyeClosed = "\ueae7";
public const string FileBinary = "\ueae8";
public const string FileCode = "\ueae9";
public const string FileMedia = "\ueaea";
public const string FilePdf = "\ueaeb";
public const string FileSubmodule = "\ueaec";
public const string FileSymlinkDirectory = "\ueaed";
public const string FileSymlinkFile = "\ueaee";
public const string FileZip = "\ueaef";
public const string Files = "\ueaf0";
public const string Filter = "\ueaf1";
public const string Flame = "\ueaf2";
public const string FoldDown = "\ueaf3";
public const string FoldUp = "\ueaf4";
public const string Fold = "\ueaf5";
public const string FolderActive = "\ueaf6";
public const string FolderOpened = "\ueaf7";
public const string Gear = "\ueaf8";
public const string Gift = "\ueaf9";
public const string GistSecret = "\ueafa";
public const string Gist = "\ueafb";
public const string GitCommit = "\ueafc";
public const string GitCompare = "\ueafd";
public const string CompareChanges = "\ueafd";
public const string GitMerge = "\ueafe";
public const string GithubAction = "\ueaff";
public const string GithubAlt = "\ueb00";
public const string Globe = "\ueb01";
public const string Grabber = "\ueb02";
public const string Graph = "\ueb03";
public const string Gripper = "\ueb04";
public const string Heart = "\ueb05";
public const string Home = "\ueb06";
public const string HorizontalRule = "\ueb07";
public const string Hubot = "\ueb08";
public const string Inbox = "\ueb09";
public const string IssueReopened = "\ueb0b";
public const string Issues = "\ueb0c";
public const string Italic = "\ueb0d";
public const string Jersey = "\ueb0e";
public const string Json = "\ueb0f";
public const string KebabVertical = "\ueb10";
public const string Key = "\ueb11";
public const string Law = "\ueb12";
public const string LightbulbAutofix = "\ueb13";
public const string LinkExternal = "\ueb14";
public const string Link = "\ueb15";
public const string ListOrdered = "\ueb16";
public const string ListUnordered = "\ueb17";
public const string LiveShare = "\ueb18";
public const string Loading = "\ueb19";
public const string Location = "\ueb1a";
public const string MailRead = "\ueb1b";
public const string Mail = "\ueb1c";
public const string Markdown = "\ueb1d";
public const string Megaphone = "\ueb1e";
public const string Mention = "\ueb1f";
public const string Milestone = "\ueb20";
public const string GitPullRequestMilestone = "\ueb20";
public const string MortarBoard = "\ueb21";
public const string Move = "\ueb22";
public const string MultipleWindows = "\ueb23";
public const string Mute = "\ueb24";
public const string NoNewline = "\ueb25";
public const string Note = "\ueb26";
public const string Octoface = "\ueb27";
public const string OpenPreview = "\ueb28";
public const string Package = "\ueb29";
public const string Paintcan = "\ueb2a";
public const string Pin = "\ueb2b";
public const string Play = "\ueb2c";
public const string Run = "\ueb2c";
public const string Plug = "\ueb2d";
public const string PreserveCase = "\ueb2e";
public const string Preview = "\ueb2f";
public const string Project = "\ueb30";
public const string Pulse = "\ueb31";
public const string Question = "\ueb32";
public const string Quote = "\ueb33";
public const string RadioTower = "\ueb34";
public const string Reactions = "\ueb35";
public const string References = "\ueb36";
public const string Refresh = "\ueb37";
public const string Regex = "\ueb38";
public const string RemoteExplorer = "\ueb39";
public const string Remote = "\ueb3a";
public const string Remove = "\ueb3b";
public const string ReplaceAll = "\ueb3c";
public const string Replace = "\ueb3d";
public const string RepoClone = "\ueb3e";
public const string RepoForcePush = "\ueb3f";
public const string RepoPull = "\ueb40";
public const string RepoPush = "\ueb41";
public const string Report = "\ueb42";
public const string RequestChanges = "\ueb43";
public const string Rocket = "\ueb44";
public const string RootFolderOpened = "\ueb45";
public const string RootFolder = "\ueb46";
public const string Rss = "\ueb47";
public const string Ruby = "\ueb48";
public const string SaveAll = "\ueb49";
public const string SaveAs = "\ueb4a";
public const string Save = "\ueb4b";
public const string ScreenFull = "\ueb4c";
public const string ScreenNormal = "\ueb4d";
public const string SearchStop = "\ueb4e";
public const string Server = "\ueb50";
public const string SettingsGear = "\ueb51";
public const string Settings = "\ueb52";
public const string Shield = "\ueb53";
public const string Smiley = "\ueb54";
public const string SortPrecedence = "\ueb55";
public const string SplitHorizontal = "\ueb56";
public const string SplitVertical = "\ueb57";
public const string Squirrel = "\ueb58";
public const string StarFull = "\ueb59";
public const string StarHalf = "\ueb5a";
public const string SymbolClass = "\ueb5b";
public const string SymbolColor = "\ueb5c";
public const string SymbolConstant = "\ueb5d";
public const string SymbolEnumMember = "\ueb5e";
public const string SymbolField = "\ueb5f";
public const string SymbolFile = "\ueb60";
public const string SymbolInterface = "\ueb61";
public const string SymbolKeyword = "\ueb62";
public const string SymbolMisc = "\ueb63";
public const string SymbolOperator = "\ueb64";
public const string SymbolProperty = "\ueb65";
public const string Wrench = "\ueb65";
public const string WrenchSubaction = "\ueb65";
public const string SymbolSnippet = "\ueb66";
public const string Tasklist = "\ueb67";
public const string Telescope = "\ueb68";
public const string TextSize = "\ueb69";
public const string ThreeBars = "\ueb6a";
public const string Thumbsdown = "\ueb6b";
public const string Thumbsup = "\ueb6c";
public const string Tools = "\ueb6d";
public const string TriangleDown = "\ueb6e";
public const string TriangleLeft = "\ueb6f";
public const string TriangleRight = "\ueb70";
public const string TriangleUp = "\ueb71";
public const string Twitter = "\ueb72";
public const string Unfold = "\ueb73";
public const string Unlock = "\ueb74";
public const string Unmute = "\ueb75";
public const string Unverified = "\ueb76";
public const string Verified = "\ueb77";
public const string Versions = "\ueb78";
public const string VmActive = "\ueb79";
public const string VmOutline = "\ueb7a";
public const string VmRunning = "\ueb7b";
public const string Watch = "\ueb7c";
public const string Whitespace = "\ueb7d";
public const string WholeWord = "\ueb7e";
public const string Window = "\ueb7f";
public const string WordWrap = "\ueb80";
public const string ZoomIn = "\ueb81";
public const string ZoomOut = "\ueb82";
public const string ListFilter = "\ueb83";
public const string ListFlat = "\ueb84";
public const string ListSelection = "\ueb85";
public const string Selection = "\ueb85";
public const string ListTree = "\ueb86";
public const string DebugBreakpointFunctionUnverified = "\ueb87";
public const string DebugBreakpointFunction = "\ueb88";
public const string DebugBreakpointFunctionDisabled = "\ueb88";
public const string DebugStackframeActive = "\ueb89";
public const string CircleSmallFilled = "\ueb8a";
public const string DebugStackframeDot = "\ueb8a";
public const string TerminalDecorationMark = "\ueb8a";
public const string DebugStackframe = "\ueb8b";
public const string DebugStackframeFocused = "\ueb8b";
public const string DebugBreakpointUnsupported = "\ueb8c";
public const string SymbolString = "\ueb8d";
public const string DebugReverseContinue = "\ueb8e";
public const string DebugStepBack = "\ueb8f";
public const string DebugRestartFrame = "\ueb90";
public const string DebugAlt = "\ueb91";
public const string CallIncoming = "\ueb92";
public const string CallOutgoing = "\ueb93";
public const string Menu = "\ueb94";
public const string ExpandAll = "\ueb95";
public const string Feedback = "\ueb96";
public const string GitPullRequestReviewer = "\ueb96";
public const string GroupByRefType = "\ueb97";
public const string UngroupByRefType = "\ueb98";
public const string Account = "\ueb99";
public const string GitPullRequestAssignee = "\ueb99";
public const string BellDot = "\ueb9a";
public const string DebugConsole = "\ueb9b";
public const string Library = "\ueb9c";
public const string Output = "\ueb9d";
public const string RunAll = "\ueb9e";
public const string SyncIgnored = "\ueb9f";
public const string Pinned = "\ueba0";
public const string GithubInverted = "\ueba1";
public const string ServerProcess = "\ueba2";
public const string ServerEnvironment = "\ueba3";
public const string Pass = "\ueba4";
public const string IssueClosed = "\ueba4";
public const string StopCircle = "\ueba5";
public const string PlayCircle = "\ueba6";
public const string Record = "\ueba7";
public const string DebugAltSmall = "\ueba8";
public const string VmConnect = "\ueba9";
public const string Cloud = "\uebaa";
public const string Merge = "\uebab";
public const string Export = "\uebac";
public const string GraphLeft = "\uebad";
public const string Magnet = "\uebae";
public const string Notebook = "\uebaf";
public const string Redo = "\uebb0";
public const string CheckAll = "\uebb1";
public const string PinnedDirty = "\uebb2";
public const string PassFilled = "\uebb3";
public const string CircleLargeFilled = "\uebb4";
public const string CircleLarge = "\uebb5";
public const string CircleLargeOutline = "\uebb5";
public const string Combine = "\uebb6";
public const string Gather = "\uebb6";
public const string Table = "\uebb7";
public const string VariableGroup = "\uebb8";
public const string TypeHierarchy = "\uebb9";
public const string TypeHierarchySub = "\uebba";
public const string TypeHierarchySuper = "\uebbb";
public const string GitPullRequestCreate = "\uebbc";
public const string RunAbove = "\uebbd";
public const string RunBelow = "\uebbe";
public const string NotebookTemplate = "\uebbf";
public const string DebugRerun = "\uebc0";
public const string WorkspaceTrusted = "\uebc1";
public const string WorkspaceUntrusted = "\uebc2";
public const string WorkspaceUnknown = "\uebc3";
public const string TerminalCmd = "\uebc4";
public const string TerminalDebian = "\uebc5";
public const string TerminalLinux = "\uebc6";
public const string TerminalPowershell = "\uebc7";
public const string TerminalTmux = "\uebc8";
public const string TerminalUbuntu = "\uebc9";
public const string TerminalBash = "\uebca";
public const string ArrowSwap = "\uebcb";
public const string Copy = "\uebcc";
public const string PersonAdd = "\uebcd";
public const string FilterFilled = "\uebce";
public const string Wand = "\uebcf";
public const string DebugLineByLine = "\uebd0";
public const string Inspect = "\uebd1";
public const string Layers = "\uebd2";
public const string LayersDot = "\uebd3";
public const string LayersActive = "\uebd4";
public const string Compass = "\uebd5";
public const string CompassDot = "\uebd6";
public const string CompassActive = "\uebd7";
public const string Azure = "\uebd8";
public const string IssueDraft = "\uebd9";
public const string GitPullRequestClosed = "\uebda";
public const string GitPullRequestDraft = "\uebdb";
public const string DebugAll = "\uebdc";
public const string DebugCoverage = "\uebdd";
public const string RunErrors = "\uebde";
public const string FolderLibrary = "\uebdf";
public const string DebugContinueSmall = "\uebe0";
public const string BeakerStop = "\uebe1";
public const string GraphLine = "\uebe2";
public const string GraphScatter = "\uebe3";
public const string PieChart = "\uebe4";
public const string Bracket = "\ueb0f";
public const string BracketDot = "\uebe5";
public const string BracketError = "\uebe6";
public const string LockSmall = "\uebe7";
public const string AzureDevops = "\uebe8";
public const string VerifiedFilled = "\uebe9";
public const string Newline = "\uebea";
public const string Layout = "\uebeb";
public const string LayoutActivitybarLeft = "\uebec";
public const string LayoutActivitybarRight = "\uebed";
public const string LayoutPanelLeft = "\uebee";
public const string LayoutPanelCenter = "\uebef";
public const string LayoutPanelJustify = "\uebf0";
public const string LayoutPanelRight = "\uebf1";
public const string LayoutPanel = "\uebf2";
public const string LayoutSidebarLeft = "\uebf3";
public const string LayoutSidebarRight = "\uebf4";
public const string LayoutStatusbar = "\uebf5";
public const string LayoutMenubar = "\uebf6";
public const string LayoutCentered = "\uebf7";
public const string Target = "\uebf8";
public const string Indent = "\uebf9";
public const string RecordSmall = "\uebfa";
public const string ErrorSmall = "\uebfb";
public const string TerminalDecorationError = "\uebfb";
public const string ArrowCircleDown = "\uebfc";
public const string ArrowCircleLeft = "\uebfd";
public const string ArrowCircleRight = "\uebfe";
public const string ArrowCircleUp = "\uebff";
public const string LayoutSidebarRightOff = "\uec00";
public const string LayoutPanelOff = "\uec01";
public const string LayoutSidebarLeftOff = "\uec02";
public const string Blank = "\uec03";
public const string HeartFilled = "\uec04";
public const string Map = "\uec05";
public const string MapHorizontal = "\uec05";
public const string FoldHorizontal = "\uec05";
public const string MapFilled = "\uec06";
public const string MapHorizontalFilled = "\uec06";
public const string FoldHorizontalFilled = "\uec06";
public const string CircleSmall = "\uec07";
public const string BellSlash = "\uec08";
public const string BellSlashDot = "\uec09";
public const string CommentUnresolved = "\uec0a";
public const string GitPullRequestGoToChanges = "\uec0b";
public const string GitPullRequestNewChanges = "\uec0c";
public const string SearchFuzzy = "\uec0d";
public const string CommentDraft = "\uec0e";
public const string Send = "\uec0f";
public const string Sparkle = "\uec10";
public const string Insert = "\uec11";
public const string Mic = "\uec12";
public const string ThumbsdownFilled = "\uec13";
public const string ThumbsupFilled = "\uec14";
public const string Coffee = "\uec15";
public const string Snake = "\uec16";
public const string Game = "\uec17";
public const string Vr = "\uec18";
public const string Chip = "\uec19";
public const string Piano = "\uec1a";
public const string Music = "\uec1b";
public const string MicFilled = "\uec1c";
public const string RepoFetch = "\uec1d";
public const string Copilot = "\uec1e";
public const string LightbulbSparkle = "\uec1f";
public const string Robot = "\uec20";
public const string SparkleFilled = "\uec21";
public const string DiffSingle = "\uec22";
public const string DiffMultiple = "\uec23";
public const string SurroundWith = "\uec24";
public const string Share = "\uec25";
public const string GitStash = "\uec26";
public const string GitStashApply = "\uec27";
public const string GitStashPop = "\uec28";
public const string Vscode = "\uec29";
public const string VscodeInsiders = "\uec2a";
public const string CodeOss = "\uec2b";
public const string RunCoverage = "\uec2c";
public const string RunAllCoverage = "\uec2d";
public const string Coverage = "\uec2e";
public const string GithubProject = "\uec2f";
public const string MapVertical = "\uec30";
public const string FoldVertical = "\uec30";
public const string MapVerticalFilled = "\uec31";
public const string FoldVerticalFilled = "\uec31";
public const string GoToSearch = "\uec32";
public const string Percentage = "\uec33";
public const string SortPercentage = "\uec33";
public const string Attach = "\uec34";
public const string GoToEditingSession = "\uec35";
public const string EditSession = "\uec36";
public const string CodeReview = "\uec37";
public const string GitFetch = "\uf101";
}
}