@vscode/codicons 0.0.43 → 0.0.45-0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.fantasticonrc.js +12 -1
- package/.github/workflows/build.yml +17 -14
- package/RELEASING.md +32 -0
- package/_iconCloud/categories.csv +533 -0
- package/_iconCloud/categories.transforms.json +92 -0
- package/_iconCloud/categories.variables.json +48 -0
- package/_iconCloud/descriptions.csv +533 -0
- package/_iconCloud/descriptions.transforms.json +83 -0
- package/_iconCloud/descriptions.variables.json +47 -0
- package/_iconCloud/keywords.csv +533 -1
- package/_iconCloud/keywords.transforms.json +22 -13
- package/_iconCloud/keywords.variables.json +19 -18
- package/_iconCloud/manifest.json +11 -1
- package/_iconCloud/manifest.transforms.json +2 -2
- package/_iconCloud/metaphors.csv +533 -0
- package/_iconCloud/metaphors.transforms.json +92 -0
- package/_iconCloud/metaphors.variables.json +48 -0
- package/build/pipeline.yml +18 -7
- package/dist/codicon.css +14 -3
- package/dist/codicon.csv +16 -2
- package/dist/codicon.html +8171 -853
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +13 -2
- package/dist/metadata.json +2672 -0
- package/package.json +6 -2
- package/scripts/check-metadata.js +126 -0
- package/scripts/embed-metadata.js +25 -0
- package/scripts/embed-svg-data.js +31 -0
- package/scripts/export-to-ts.js +9 -2
- package/scripts/svg-sprite.js +34 -6
- package/src/icons/add-small.svg +1 -0
- package/src/icons/ask.svg +1 -0
- package/src/icons/chat-sparkle-error.svg +1 -1
- package/src/icons/chat-sparkle-warning.svg +1 -1
- package/src/icons/chat-sparkle.svg +1 -1
- package/src/icons/clockface.svg +1 -0
- package/src/icons/cloud-download.svg +1 -1
- package/src/icons/cloud-small.svg +1 -0
- package/src/icons/cloud-upload.svg +1 -1
- package/src/icons/cloud.svg +1 -1
- package/src/icons/collection-small.svg +1 -0
- package/src/icons/copilot-blocked.svg +1 -1
- package/src/icons/copilot-error.svg +1 -1
- package/src/icons/copilot-in-progress.svg +1 -1
- package/src/icons/copilot-success.svg +1 -1
- package/src/icons/copilot-warning.svg +1 -1
- package/src/icons/debug-continue.svg +1 -1
- package/src/icons/debug-pause.svg +1 -1
- package/src/icons/debug-restart.svg +1 -1
- package/src/icons/debug-reverse-continue.svg +1 -1
- package/src/icons/debug-start.svg +1 -1
- package/src/icons/debug-step-back.svg +1 -1
- package/src/icons/debug-step-into.svg +1 -1
- package/src/icons/debug-step-out.svg +1 -1
- package/src/icons/debug-step-over.svg +1 -1
- package/src/icons/debug-stop.svg +1 -1
- package/src/icons/empty-window.svg +1 -1
- package/src/icons/exclude.svg +1 -1
- package/src/icons/extensions-large.svg +1 -1
- package/src/icons/extensions.svg +1 -1
- package/src/icons/filter-filled.svg +1 -1
- package/src/icons/filter.svg +1 -1
- package/src/icons/folder-active.svg +1 -1
- package/src/icons/git-branch-changes.svg +1 -1
- package/src/icons/git-branch-conflicts.svg +1 -1
- package/src/icons/git-branch-staged-changes.svg +1 -1
- package/src/icons/git-pull-request-create.svg +1 -1
- package/src/icons/git-pull-request-done.svg +1 -1
- package/src/icons/git-stash-apply.svg +1 -1
- package/src/icons/git-stash-pop.svg +1 -1
- package/src/icons/git-stash.svg +1 -1
- package/src/icons/index-zero.svg +1 -1
- package/src/icons/keyboard-tab-above.svg +1 -1
- package/src/icons/new-collection.svg +1 -1
- package/src/icons/new-file.svg +1 -1
- package/src/icons/new-folder.svg +1 -1
- package/src/icons/person-add.svg +1 -1
- package/src/icons/remove-small.svg +1 -0
- package/src/icons/report.svg +1 -1
- package/src/icons/run-all-coverage.svg +1 -1
- package/src/icons/run-coverage.svg +1 -1
- package/src/icons/run-errors.svg +1 -1
- package/src/icons/screen-cut.svg +1 -0
- package/src/icons/session-in-progress.svg +1 -0
- package/src/icons/unarchive.svg +1 -0
- package/src/icons/unfold.svg +1 -1
- package/src/icons/vm-active.svg +1 -1
- package/src/icons/vm-pending.svg +1 -1
- package/src/icons/vm-small.svg +1 -0
- package/src/icons/window-active.svg +1 -1
- package/src/icons/worktree-small.svg +1 -0
- package/src/icons/worktree.svg +1 -0
- package/src/template/mapping.json +1716 -633
- package/src/template/metadata.json +2672 -0
- package/src/template/preview.hbs +583 -321
- package/src/icons/git-lens.svg +0 -1
|
@@ -0,0 +1,2672 @@
|
|
|
1
|
+
{
|
|
2
|
+
"account": {
|
|
3
|
+
"tags": ["person", "people", "face", "user", "contact", "profile", "avatar"],
|
|
4
|
+
"category": "user",
|
|
5
|
+
"description": "User account or person icon"
|
|
6
|
+
},
|
|
7
|
+
"activate-breakpoints": {
|
|
8
|
+
"tags": ["debug", "dot", "circle", "toggle", "switch", "enable"],
|
|
9
|
+
"category": "debug",
|
|
10
|
+
"description": "Enable or activate breakpoints"
|
|
11
|
+
},
|
|
12
|
+
"add": {
|
|
13
|
+
"tags": ["plus", "new", "create", "combine", "more", "insert"],
|
|
14
|
+
"category": "action",
|
|
15
|
+
"description": "Add or create new item"
|
|
16
|
+
},
|
|
17
|
+
"archive": {
|
|
18
|
+
"tags": ["save", "box", "delivery", "package", "store", "compress"],
|
|
19
|
+
"category": "file",
|
|
20
|
+
"description": "Archive or package items"
|
|
21
|
+
},
|
|
22
|
+
"arrow-both": {
|
|
23
|
+
"tags": ["switch", "swap", "exchange", "bidirectional", "transfer"],
|
|
24
|
+
"category": "navigation",
|
|
25
|
+
"description": "Bidirectional arrow"
|
|
26
|
+
},
|
|
27
|
+
"arrow-circle-down": {
|
|
28
|
+
"tags": ["download", "direction", "navigate", "round"],
|
|
29
|
+
"category": "navigation",
|
|
30
|
+
"description": "Circular arrow pointing down"
|
|
31
|
+
},
|
|
32
|
+
"arrow-circle-left": {
|
|
33
|
+
"tags": ["back", "direction", "navigate", "round", "previous"],
|
|
34
|
+
"category": "navigation",
|
|
35
|
+
"description": "Circular arrow pointing left"
|
|
36
|
+
},
|
|
37
|
+
"arrow-circle-right": {
|
|
38
|
+
"tags": ["forward", "direction", "navigate", "round", "next"],
|
|
39
|
+
"category": "navigation",
|
|
40
|
+
"description": "Circular arrow pointing right"
|
|
41
|
+
},
|
|
42
|
+
"arrow-circle-up": {
|
|
43
|
+
"tags": ["upload", "direction", "navigate", "round"],
|
|
44
|
+
"category": "navigation",
|
|
45
|
+
"description": "Circular arrow pointing up"
|
|
46
|
+
},
|
|
47
|
+
"arrow-down": {
|
|
48
|
+
"tags": ["direction", "navigate", "sort", "download", "descend"],
|
|
49
|
+
"category": "navigation",
|
|
50
|
+
"description": "Arrow pointing down"
|
|
51
|
+
},
|
|
52
|
+
"arrow-left": {
|
|
53
|
+
"tags": ["direction", "navigate", "back", "previous"],
|
|
54
|
+
"category": "navigation",
|
|
55
|
+
"description": "Arrow pointing left"
|
|
56
|
+
},
|
|
57
|
+
"arrow-right": {
|
|
58
|
+
"tags": ["direction", "navigate", "forward", "next"],
|
|
59
|
+
"category": "navigation",
|
|
60
|
+
"description": "Arrow pointing right"
|
|
61
|
+
},
|
|
62
|
+
"arrow-up": {
|
|
63
|
+
"tags": ["direction", "navigate", "sort", "upload", "ascend"],
|
|
64
|
+
"category": "navigation",
|
|
65
|
+
"description": "Arrow pointing up"
|
|
66
|
+
},
|
|
67
|
+
"ask": {
|
|
68
|
+
"tags": ["question", "help", "chat", "inquiry", "support", "message", "bubble"],
|
|
69
|
+
"category": "communication",
|
|
70
|
+
"description": "Question mark in chat bubble"
|
|
71
|
+
},
|
|
72
|
+
"beaker": {
|
|
73
|
+
"tags": ["test", "lab", "tube", "science", "experiment", "flask"],
|
|
74
|
+
"category": "tool",
|
|
75
|
+
"description": "Testing or experimental feature"
|
|
76
|
+
},
|
|
77
|
+
"bell": {
|
|
78
|
+
"tags": ["alert", "notify", "notification", "alarm", "reminder"],
|
|
79
|
+
"category": "notification",
|
|
80
|
+
"description": "Notification or alert"
|
|
81
|
+
},
|
|
82
|
+
"bell-dot": {
|
|
83
|
+
"tags": ["alert", "notify", "notification", "alarm", "unread", "badge"],
|
|
84
|
+
"category": "notification",
|
|
85
|
+
"description": "Notification with unread indicator"
|
|
86
|
+
},
|
|
87
|
+
"bold": {
|
|
88
|
+
"tags": ["text", "format", "weight", "font", "style", "strong"],
|
|
89
|
+
"category": "text",
|
|
90
|
+
"description": "Bold text formatting"
|
|
91
|
+
},
|
|
92
|
+
"book": {
|
|
93
|
+
"tags": ["library", "text", "read", "documentation", "manual", "guide"],
|
|
94
|
+
"category": "content",
|
|
95
|
+
"description": "Documentation or reading material"
|
|
96
|
+
},
|
|
97
|
+
"bookmark": {
|
|
98
|
+
"tags": ["save", "mark", "favorite", "remember", "flag"],
|
|
99
|
+
"category": "action",
|
|
100
|
+
"description": "Bookmark or save for later"
|
|
101
|
+
},
|
|
102
|
+
"briefcase": {
|
|
103
|
+
"tags": ["work", "workplace", "business", "professional", "job"],
|
|
104
|
+
"category": "general",
|
|
105
|
+
"description": "Work or business related"
|
|
106
|
+
},
|
|
107
|
+
"broadcast": {
|
|
108
|
+
"tags": ["tower", "signal", "connect", "connection", "transmit", "wireless"],
|
|
109
|
+
"category": "communication",
|
|
110
|
+
"description": "Broadcast or transmit signal"
|
|
111
|
+
},
|
|
112
|
+
"browser": {
|
|
113
|
+
"tags": ["web", "internet", "page", "window", "site"],
|
|
114
|
+
"category": "application",
|
|
115
|
+
"description": "Web browser or webpage"
|
|
116
|
+
},
|
|
117
|
+
"bug": {
|
|
118
|
+
"tags": ["error", "issue", "insect", "problem", "defect"],
|
|
119
|
+
"category": "debug",
|
|
120
|
+
"description": "Bug or error"
|
|
121
|
+
},
|
|
122
|
+
"calendar": {
|
|
123
|
+
"tags": ["day", "time", "week", "month", "date", "schedule", "event", "planner"],
|
|
124
|
+
"category": "general",
|
|
125
|
+
"description": "Calendar or schedule"
|
|
126
|
+
},
|
|
127
|
+
"call-incoming": {
|
|
128
|
+
"tags": ["phone", "call", "voice", "connection", "receive"],
|
|
129
|
+
"category": "communication",
|
|
130
|
+
"description": "Incoming call"
|
|
131
|
+
},
|
|
132
|
+
"call-outgoing": {
|
|
133
|
+
"tags": ["phone", "call", "voice", "connection", "send"],
|
|
134
|
+
"category": "communication",
|
|
135
|
+
"description": "Outgoing call"
|
|
136
|
+
},
|
|
137
|
+
"case-sensitive": {
|
|
138
|
+
"tags": ["search", "filter", "option", "letters", "words", "text"],
|
|
139
|
+
"category": "search",
|
|
140
|
+
"description": "Case-sensitive search option"
|
|
141
|
+
},
|
|
142
|
+
"check": {
|
|
143
|
+
"tags": ["checkmark", "select", "checked", "mark", "complete", "finish", "done", "accept", "approve", "success"],
|
|
144
|
+
"category": "status",
|
|
145
|
+
"description": "Check or success indicator"
|
|
146
|
+
},
|
|
147
|
+
"check-all": {
|
|
148
|
+
"tags": ["checkmark", "select", "everything", "checked", "mark", "complete", "finish", "done", "accept", "approve", "bulk"],
|
|
149
|
+
"category": "action",
|
|
150
|
+
"description": "Check all or select all"
|
|
151
|
+
},
|
|
152
|
+
"checklist": {
|
|
153
|
+
"tags": ["checkmark", "select", "checked", "mark", "complete", "finish", "done", "todo", "task", "list"],
|
|
154
|
+
"category": "content",
|
|
155
|
+
"description": "Checklist or task list"
|
|
156
|
+
},
|
|
157
|
+
"chevron-down": {
|
|
158
|
+
"tags": ["twistie", "tree", "node", "folder", "fold", "collapse", "expand", "dropdown"],
|
|
159
|
+
"category": "navigation",
|
|
160
|
+
"description": "Chevron pointing down"
|
|
161
|
+
},
|
|
162
|
+
"chevron-left": {
|
|
163
|
+
"tags": ["twistie", "tree", "node", "folder", "fold", "collapse", "back"],
|
|
164
|
+
"category": "navigation",
|
|
165
|
+
"description": "Chevron pointing left"
|
|
166
|
+
},
|
|
167
|
+
"chevron-right": {
|
|
168
|
+
"tags": ["twistie", "tree", "node", "folder", "fold", "expand", "forward"],
|
|
169
|
+
"category": "navigation",
|
|
170
|
+
"description": "Chevron pointing right"
|
|
171
|
+
},
|
|
172
|
+
"chevron-up": {
|
|
173
|
+
"tags": ["twistie", "tree", "node", "folder", "fold", "collapse", "expand"],
|
|
174
|
+
"category": "navigation",
|
|
175
|
+
"description": "Chevron pointing up"
|
|
176
|
+
},
|
|
177
|
+
"chrome-close": {
|
|
178
|
+
"tags": ["menu", "bar", "window", "dismiss", "exit", "quit"],
|
|
179
|
+
"category": "window",
|
|
180
|
+
"description": "Close window button"
|
|
181
|
+
},
|
|
182
|
+
"chrome-maximize": {
|
|
183
|
+
"tags": ["menu", "bar", "window", "large", "increase", "expand"],
|
|
184
|
+
"category": "window",
|
|
185
|
+
"description": "Maximize window button"
|
|
186
|
+
},
|
|
187
|
+
"chrome-minimize": {
|
|
188
|
+
"tags": ["menu", "bar", "window", "small", "decrease", "reduce"],
|
|
189
|
+
"category": "window",
|
|
190
|
+
"description": "Minimize window button"
|
|
191
|
+
},
|
|
192
|
+
"chrome-restore": {
|
|
193
|
+
"tags": ["menu", "bar", "window", "resize", "normal"],
|
|
194
|
+
"category": "window",
|
|
195
|
+
"description": "Restore window button"
|
|
196
|
+
},
|
|
197
|
+
"circle-filled": {
|
|
198
|
+
"tags": ["dot", "round", "small", "bullet", "point", "breakpoint"],
|
|
199
|
+
"category": "shape",
|
|
200
|
+
"description": "Filled circle"
|
|
201
|
+
},
|
|
202
|
+
"circle-large-filled": {
|
|
203
|
+
"tags": ["dot", "round", "bullet", "point"],
|
|
204
|
+
"category": "shape",
|
|
205
|
+
"description": "Large filled circle"
|
|
206
|
+
},
|
|
207
|
+
"circle-large": {
|
|
208
|
+
"tags": ["dot", "round", "bullet", "point", "outline"],
|
|
209
|
+
"category": "shape",
|
|
210
|
+
"description": "Large circle outline"
|
|
211
|
+
},
|
|
212
|
+
"circle-slash": {
|
|
213
|
+
"tags": ["error", "block", "stop", "disable", "prohibited", "forbidden"],
|
|
214
|
+
"category": "status",
|
|
215
|
+
"description": "Blocked or disabled"
|
|
216
|
+
},
|
|
217
|
+
"circuit-board": {
|
|
218
|
+
"tags": ["iot", "device", "process", "hardware", "technology"],
|
|
219
|
+
"category": "tool",
|
|
220
|
+
"description": "Circuit board or IoT device"
|
|
221
|
+
},
|
|
222
|
+
"clear-all": {
|
|
223
|
+
"tags": ["reset", "remove", "delete", "clean", "empty"],
|
|
224
|
+
"category": "action",
|
|
225
|
+
"description": "Clear or reset all"
|
|
226
|
+
},
|
|
227
|
+
"clippy": {
|
|
228
|
+
"tags": ["clipboard", "document", "edit", "copy", "paste"],
|
|
229
|
+
"category": "action",
|
|
230
|
+
"description": "Clipboard or copy"
|
|
231
|
+
},
|
|
232
|
+
"close": {
|
|
233
|
+
"tags": ["remove", "delete", "cancel", "stop", "dismiss", "exit"],
|
|
234
|
+
"category": "action",
|
|
235
|
+
"description": "Close or cancel"
|
|
236
|
+
},
|
|
237
|
+
"close-all": {
|
|
238
|
+
"tags": ["remove", "bulk", "dismiss", "exit"],
|
|
239
|
+
"category": "action",
|
|
240
|
+
"description": "Close all items"
|
|
241
|
+
},
|
|
242
|
+
"cloud": {
|
|
243
|
+
"tags": ["online", "service", "storage", "sync", "remote"],
|
|
244
|
+
"category": "storage",
|
|
245
|
+
"description": "Cloud service or storage"
|
|
246
|
+
},
|
|
247
|
+
"cloud-download": {
|
|
248
|
+
"tags": ["install", "import", "retrieve", "fetch"],
|
|
249
|
+
"category": "action",
|
|
250
|
+
"description": "Download from cloud"
|
|
251
|
+
},
|
|
252
|
+
"cloud-upload": {
|
|
253
|
+
"tags": ["export", "save", "send", "publish"],
|
|
254
|
+
"category": "action",
|
|
255
|
+
"description": "Upload to cloud"
|
|
256
|
+
},
|
|
257
|
+
"code": {
|
|
258
|
+
"tags": ["embed", "script", "programming", "development", "source"],
|
|
259
|
+
"category": "development",
|
|
260
|
+
"description": "Code or programming"
|
|
261
|
+
},
|
|
262
|
+
"coffee": {
|
|
263
|
+
"tags": ["break", "drink", "beverage", "java", "pause"],
|
|
264
|
+
"category": "general",
|
|
265
|
+
"description": "Coffee or break time"
|
|
266
|
+
},
|
|
267
|
+
"collapse-all": {
|
|
268
|
+
"tags": ["bulk", "fold", "minimize", "hide", "tree"],
|
|
269
|
+
"category": "action",
|
|
270
|
+
"description": "Collapse all items"
|
|
271
|
+
},
|
|
272
|
+
"color-mode": {
|
|
273
|
+
"tags": ["switch", "dark", "light", "contrast", "theme", "toggle"],
|
|
274
|
+
"category": "settings",
|
|
275
|
+
"description": "Color or theme mode"
|
|
276
|
+
},
|
|
277
|
+
"comment": {
|
|
278
|
+
"tags": ["dialog", "message", "bubble", "chat", "feedback", "note"],
|
|
279
|
+
"category": "communication",
|
|
280
|
+
"description": "Comment or message"
|
|
281
|
+
},
|
|
282
|
+
"comment-discussion": {
|
|
283
|
+
"tags": ["dialog", "message", "bubble", "chat", "conversation", "feedback"],
|
|
284
|
+
"category": "communication",
|
|
285
|
+
"description": "Discussion or conversation"
|
|
286
|
+
},
|
|
287
|
+
"copilot": {
|
|
288
|
+
"tags": ["ai", "assistant", "help", "automation", "suggestion"],
|
|
289
|
+
"category": "ai",
|
|
290
|
+
"description": "AI Copilot assistant"
|
|
291
|
+
},
|
|
292
|
+
"copy": {
|
|
293
|
+
"tags": ["duplicate", "clone", "clipboard", "paste"],
|
|
294
|
+
"category": "action",
|
|
295
|
+
"description": "Copy content"
|
|
296
|
+
},
|
|
297
|
+
"credit-card": {
|
|
298
|
+
"tags": ["payment", "merchant", "money", "billing", "purchase"],
|
|
299
|
+
"category": "general",
|
|
300
|
+
"description": "Payment or credit card"
|
|
301
|
+
},
|
|
302
|
+
"dash": {
|
|
303
|
+
"tags": ["line", "minus", "subtract", "hyphen", "separator"],
|
|
304
|
+
"category": "general",
|
|
305
|
+
"description": "Dash or minus"
|
|
306
|
+
},
|
|
307
|
+
"dashboard": {
|
|
308
|
+
"tags": ["panel", "stats", "dial", "overview", "metrics"],
|
|
309
|
+
"category": "application",
|
|
310
|
+
"description": "Dashboard or overview"
|
|
311
|
+
},
|
|
312
|
+
"database": {
|
|
313
|
+
"tags": ["sql", "storage", "data", "server", "table"],
|
|
314
|
+
"category": "storage",
|
|
315
|
+
"description": "Database or data storage"
|
|
316
|
+
},
|
|
317
|
+
"debug": {
|
|
318
|
+
"tags": ["run", "test", "troubleshoot", "fix", "breakpoint"],
|
|
319
|
+
"category": "debug",
|
|
320
|
+
"description": "Debug or test"
|
|
321
|
+
},
|
|
322
|
+
"debug-alt": {
|
|
323
|
+
"tags": ["run", "execute", "play", "start"],
|
|
324
|
+
"category": "debug",
|
|
325
|
+
"description": "Debug alternative icon"
|
|
326
|
+
},
|
|
327
|
+
"debug-console": {
|
|
328
|
+
"tags": ["terminal", "command", "input", "compile", "build", "output"],
|
|
329
|
+
"category": "debug",
|
|
330
|
+
"description": "Debug console or terminal"
|
|
331
|
+
},
|
|
332
|
+
"device-camera": {
|
|
333
|
+
"tags": ["capture", "picture", "image", "photo", "screenshot"],
|
|
334
|
+
"category": "device",
|
|
335
|
+
"description": "Camera device"
|
|
336
|
+
},
|
|
337
|
+
"device-camera-video": {
|
|
338
|
+
"tags": ["movie", "record", "capture", "video", "film"],
|
|
339
|
+
"category": "device",
|
|
340
|
+
"description": "Video camera"
|
|
341
|
+
},
|
|
342
|
+
"device-mobile": {
|
|
343
|
+
"tags": ["phone", "handheld", "smartphone", "mobile", "responsive"],
|
|
344
|
+
"category": "device",
|
|
345
|
+
"description": "Mobile device"
|
|
346
|
+
},
|
|
347
|
+
"diff": {
|
|
348
|
+
"tags": ["compare", "changes", "difference", "git", "version"],
|
|
349
|
+
"category": "git",
|
|
350
|
+
"description": "Diff or comparison"
|
|
351
|
+
},
|
|
352
|
+
"diff-added": {
|
|
353
|
+
"tags": ["git", "change", "new", "insert", "green"],
|
|
354
|
+
"category": "git",
|
|
355
|
+
"description": "Added changes in diff"
|
|
356
|
+
},
|
|
357
|
+
"diff-ignored": {
|
|
358
|
+
"tags": ["git", "change", "skip", "excluded"],
|
|
359
|
+
"category": "git",
|
|
360
|
+
"description": "Ignored changes in diff"
|
|
361
|
+
},
|
|
362
|
+
"diff-modified": {
|
|
363
|
+
"tags": ["git", "change", "edit", "updated", "yellow"],
|
|
364
|
+
"category": "git",
|
|
365
|
+
"description": "Modified changes in diff"
|
|
366
|
+
},
|
|
367
|
+
"diff-removed": {
|
|
368
|
+
"tags": ["git", "change", "delete", "removed", "red"],
|
|
369
|
+
"category": "git",
|
|
370
|
+
"description": "Removed changes in diff"
|
|
371
|
+
},
|
|
372
|
+
"diff-renamed": {
|
|
373
|
+
"tags": ["git", "change", "move", "renamed"],
|
|
374
|
+
"category": "git",
|
|
375
|
+
"description": "Renamed changes in diff"
|
|
376
|
+
},
|
|
377
|
+
"edit": {
|
|
378
|
+
"tags": ["pencil", "modify", "write", "change", "update"],
|
|
379
|
+
"category": "action",
|
|
380
|
+
"description": "Edit or modify"
|
|
381
|
+
},
|
|
382
|
+
"error": {
|
|
383
|
+
"tags": ["stop", "problem", "issue", "alert", "warning", "critical"],
|
|
384
|
+
"category": "status",
|
|
385
|
+
"description": "Error or critical issue"
|
|
386
|
+
},
|
|
387
|
+
"extensions": {
|
|
388
|
+
"tags": ["plugin", "addon", "package", "module", "marketplace"],
|
|
389
|
+
"category": "application",
|
|
390
|
+
"description": "Extensions or plugins"
|
|
391
|
+
},
|
|
392
|
+
"eye": {
|
|
393
|
+
"tags": ["view", "watch", "see", "visibility", "preview"],
|
|
394
|
+
"category": "action",
|
|
395
|
+
"description": "View or watch"
|
|
396
|
+
},
|
|
397
|
+
"eye-closed": {
|
|
398
|
+
"tags": ["hide", "hidden", "invisible", "privacy", "conceal"],
|
|
399
|
+
"category": "action",
|
|
400
|
+
"description": "Hide or invisible"
|
|
401
|
+
},
|
|
402
|
+
"file": {
|
|
403
|
+
"tags": ["document", "text", "page", "content"],
|
|
404
|
+
"category": "file",
|
|
405
|
+
"description": "File or document"
|
|
406
|
+
},
|
|
407
|
+
"file-code": {
|
|
408
|
+
"tags": ["source", "programming", "script", "development"],
|
|
409
|
+
"category": "file",
|
|
410
|
+
"description": "Code file"
|
|
411
|
+
},
|
|
412
|
+
"files": {
|
|
413
|
+
"tags": ["documents", "multiple", "explorer", "browser"],
|
|
414
|
+
"category": "file",
|
|
415
|
+
"description": "Multiple files"
|
|
416
|
+
},
|
|
417
|
+
"filter": {
|
|
418
|
+
"tags": ["funnel", "sort", "search", "refine", "narrow"],
|
|
419
|
+
"category": "action",
|
|
420
|
+
"description": "Filter or refine"
|
|
421
|
+
},
|
|
422
|
+
"folder": {
|
|
423
|
+
"tags": ["directory", "container", "storage", "organize"],
|
|
424
|
+
"category": "file",
|
|
425
|
+
"description": "Folder or directory"
|
|
426
|
+
},
|
|
427
|
+
"folder-opened": {
|
|
428
|
+
"tags": ["directory", "container", "storage", "organize", "expanded"],
|
|
429
|
+
"category": "file",
|
|
430
|
+
"description": "Opened folder"
|
|
431
|
+
},
|
|
432
|
+
"gear": {
|
|
433
|
+
"tags": ["settings", "configuration", "preferences", "options", "setup"],
|
|
434
|
+
"category": "settings",
|
|
435
|
+
"description": "Settings or configuration"
|
|
436
|
+
},
|
|
437
|
+
"git-branch": {
|
|
438
|
+
"tags": ["source", "control", "version", "tree", "fork"],
|
|
439
|
+
"category": "git",
|
|
440
|
+
"description": "Git branch"
|
|
441
|
+
},
|
|
442
|
+
"git-commit": {
|
|
443
|
+
"tags": ["save", "record", "version", "snapshot"],
|
|
444
|
+
"category": "git",
|
|
445
|
+
"description": "Git commit"
|
|
446
|
+
},
|
|
447
|
+
"git-merge": {
|
|
448
|
+
"tags": ["combine", "join", "integrate", "branch"],
|
|
449
|
+
"category": "git",
|
|
450
|
+
"description": "Git merge"
|
|
451
|
+
},
|
|
452
|
+
"git-pull-request": {
|
|
453
|
+
"tags": ["pr", "review", "merge", "contribution"],
|
|
454
|
+
"category": "git",
|
|
455
|
+
"description": "Pull request"
|
|
456
|
+
},
|
|
457
|
+
"globe": {
|
|
458
|
+
"tags": ["world", "internet", "web", "international", "network"],
|
|
459
|
+
"category": "general",
|
|
460
|
+
"description": "Globe or web"
|
|
461
|
+
},
|
|
462
|
+
"graph": {
|
|
463
|
+
"tags": ["chart", "visualization", "data", "analytics", "statistics"],
|
|
464
|
+
"category": "visualization",
|
|
465
|
+
"description": "Graph or chart"
|
|
466
|
+
},
|
|
467
|
+
"heart": {
|
|
468
|
+
"tags": ["like", "favorite", "love", "bookmark"],
|
|
469
|
+
"category": "general",
|
|
470
|
+
"description": "Like or favorite"
|
|
471
|
+
},
|
|
472
|
+
"home": {
|
|
473
|
+
"tags": ["house", "main", "start", "dashboard"],
|
|
474
|
+
"category": "navigation",
|
|
475
|
+
"description": "Home page"
|
|
476
|
+
},
|
|
477
|
+
"info": {
|
|
478
|
+
"tags": ["information", "help", "about", "details"],
|
|
479
|
+
"category": "status",
|
|
480
|
+
"description": "Information or help"
|
|
481
|
+
},
|
|
482
|
+
"issues": {
|
|
483
|
+
"tags": ["bug", "problem", "task", "ticket", "github"],
|
|
484
|
+
"category": "general",
|
|
485
|
+
"description": "Issues or tasks"
|
|
486
|
+
},
|
|
487
|
+
"json": {
|
|
488
|
+
"tags": ["bracket", "data", "format", "code", "structure"],
|
|
489
|
+
"category": "development",
|
|
490
|
+
"description": "JSON format"
|
|
491
|
+
},
|
|
492
|
+
"key": {
|
|
493
|
+
"tags": ["password", "secret", "access", "security", "authentication"],
|
|
494
|
+
"category": "security",
|
|
495
|
+
"description": "Key or password"
|
|
496
|
+
},
|
|
497
|
+
"law": {
|
|
498
|
+
"tags": ["legal", "license", "terms", "compliance"],
|
|
499
|
+
"category": "general",
|
|
500
|
+
"description": "Legal or license"
|
|
501
|
+
},
|
|
502
|
+
"library": {
|
|
503
|
+
"tags": ["collection", "repository", "storage", "archive"],
|
|
504
|
+
"category": "general",
|
|
505
|
+
"description": "Library or collection"
|
|
506
|
+
},
|
|
507
|
+
"lightbulb": {
|
|
508
|
+
"tags": ["idea", "suggestion", "tip", "hint", "smart"],
|
|
509
|
+
"category": "general",
|
|
510
|
+
"description": "Idea or suggestion"
|
|
511
|
+
},
|
|
512
|
+
"link": {
|
|
513
|
+
"tags": ["url", "hyperlink", "connection", "chain", "reference"],
|
|
514
|
+
"category": "general",
|
|
515
|
+
"description": "Link or reference"
|
|
516
|
+
},
|
|
517
|
+
"link-external": {
|
|
518
|
+
"tags": ["url", "open", "new", "outside", "external"],
|
|
519
|
+
"category": "action",
|
|
520
|
+
"description": "External link"
|
|
521
|
+
},
|
|
522
|
+
"list-ordered": {
|
|
523
|
+
"tags": ["numbered", "sequence", "steps", "order"],
|
|
524
|
+
"category": "content",
|
|
525
|
+
"description": "Ordered list"
|
|
526
|
+
},
|
|
527
|
+
"list-unordered": {
|
|
528
|
+
"tags": ["bullet", "items", "points"],
|
|
529
|
+
"category": "content",
|
|
530
|
+
"description": "Unordered list"
|
|
531
|
+
},
|
|
532
|
+
"loading": {
|
|
533
|
+
"tags": ["spinner", "progress", "wait", "processing", "busy"],
|
|
534
|
+
"category": "status",
|
|
535
|
+
"description": "Loading or processing"
|
|
536
|
+
},
|
|
537
|
+
"location": {
|
|
538
|
+
"tags": ["map", "place", "pin", "marker", "gps"],
|
|
539
|
+
"category": "general",
|
|
540
|
+
"description": "Location or place"
|
|
541
|
+
},
|
|
542
|
+
"mail": {
|
|
543
|
+
"tags": ["email", "message", "envelope", "communication"],
|
|
544
|
+
"category": "communication",
|
|
545
|
+
"description": "Email or mail"
|
|
546
|
+
},
|
|
547
|
+
"markdown": {
|
|
548
|
+
"tags": ["text", "format", "document", "md", "writing"],
|
|
549
|
+
"category": "development",
|
|
550
|
+
"description": "Markdown format"
|
|
551
|
+
},
|
|
552
|
+
"menu": {
|
|
553
|
+
"tags": ["hamburger", "navigation", "options", "list"],
|
|
554
|
+
"category": "navigation",
|
|
555
|
+
"description": "Menu or options"
|
|
556
|
+
},
|
|
557
|
+
"merge": {
|
|
558
|
+
"tags": ["combine", "join", "unite", "integrate"],
|
|
559
|
+
"category": "action",
|
|
560
|
+
"description": "Merge or combine"
|
|
561
|
+
},
|
|
562
|
+
"mic": {
|
|
563
|
+
"tags": ["microphone", "audio", "voice", "record", "sound"],
|
|
564
|
+
"category": "device",
|
|
565
|
+
"description": "Microphone or audio"
|
|
566
|
+
},
|
|
567
|
+
"mirror": {
|
|
568
|
+
"tags": ["reflect", "copy", "duplicate", "sync"],
|
|
569
|
+
"category": "action",
|
|
570
|
+
"description": "Mirror or reflect"
|
|
571
|
+
},
|
|
572
|
+
"more": {
|
|
573
|
+
"tags": ["ellipsis", "menu", "options", "actions", "dots"],
|
|
574
|
+
"category": "navigation",
|
|
575
|
+
"description": "More options"
|
|
576
|
+
},
|
|
577
|
+
"move": {
|
|
578
|
+
"tags": ["drag", "reorder", "relocate", "transfer"],
|
|
579
|
+
"category": "action",
|
|
580
|
+
"description": "Move or drag"
|
|
581
|
+
},
|
|
582
|
+
"new-file": {
|
|
583
|
+
"tags": ["create", "add", "document", "blank"],
|
|
584
|
+
"category": "file",
|
|
585
|
+
"description": "New file"
|
|
586
|
+
},
|
|
587
|
+
"new-folder": {
|
|
588
|
+
"tags": ["create", "add", "directory", "blank"],
|
|
589
|
+
"category": "file",
|
|
590
|
+
"description": "New folder"
|
|
591
|
+
},
|
|
592
|
+
"note": {
|
|
593
|
+
"tags": ["document", "memo", "text", "write"],
|
|
594
|
+
"category": "content",
|
|
595
|
+
"description": "Note or memo"
|
|
596
|
+
},
|
|
597
|
+
"notebook": {
|
|
598
|
+
"tags": ["jupyter", "code", "document", "interactive"],
|
|
599
|
+
"category": "development",
|
|
600
|
+
"description": "Notebook or interactive document"
|
|
601
|
+
},
|
|
602
|
+
"organization": {
|
|
603
|
+
"tags": ["company", "business", "group", "team"],
|
|
604
|
+
"category": "user",
|
|
605
|
+
"description": "Organization or company"
|
|
606
|
+
},
|
|
607
|
+
"output": {
|
|
608
|
+
"tags": ["result", "console", "terminal", "log"],
|
|
609
|
+
"category": "development",
|
|
610
|
+
"description": "Output or result"
|
|
611
|
+
},
|
|
612
|
+
"package": {
|
|
613
|
+
"tags": ["box", "module", "library", "dependency"],
|
|
614
|
+
"category": "development",
|
|
615
|
+
"description": "Package or module"
|
|
616
|
+
},
|
|
617
|
+
"pass": {
|
|
618
|
+
"tags": ["check", "success", "complete", "done", "approved"],
|
|
619
|
+
"category": "status",
|
|
620
|
+
"description": "Pass or success"
|
|
621
|
+
},
|
|
622
|
+
"person": {
|
|
623
|
+
"tags": ["user", "account", "profile", "human", "contact"],
|
|
624
|
+
"category": "user",
|
|
625
|
+
"description": "Person or user"
|
|
626
|
+
},
|
|
627
|
+
"pin": {
|
|
628
|
+
"tags": ["attach", "fix", "stick", "bookmark"],
|
|
629
|
+
"category": "action",
|
|
630
|
+
"description": "Pin or attach"
|
|
631
|
+
},
|
|
632
|
+
"play": {
|
|
633
|
+
"tags": ["run", "start", "execute", "begin"],
|
|
634
|
+
"category": "action",
|
|
635
|
+
"description": "Play or run"
|
|
636
|
+
},
|
|
637
|
+
"plug": {
|
|
638
|
+
"tags": ["extension", "connect", "addon", "power"],
|
|
639
|
+
"category": "general",
|
|
640
|
+
"description": "Plugin or extension"
|
|
641
|
+
},
|
|
642
|
+
"preview": {
|
|
643
|
+
"tags": ["view", "see", "look", "display"],
|
|
644
|
+
"category": "action",
|
|
645
|
+
"description": "Preview or view"
|
|
646
|
+
},
|
|
647
|
+
"project": {
|
|
648
|
+
"tags": ["workspace", "folder", "solution", "repository"],
|
|
649
|
+
"category": "general",
|
|
650
|
+
"description": "Project or workspace"
|
|
651
|
+
},
|
|
652
|
+
"question": {
|
|
653
|
+
"tags": ["help", "info", "unknown", "ask"],
|
|
654
|
+
"category": "general",
|
|
655
|
+
"description": "Question or help"
|
|
656
|
+
},
|
|
657
|
+
"record": {
|
|
658
|
+
"tags": ["capture", "start", "save", "log"],
|
|
659
|
+
"category": "action",
|
|
660
|
+
"description": "Record or capture"
|
|
661
|
+
},
|
|
662
|
+
"redo": {
|
|
663
|
+
"tags": ["repeat", "forward", "restore", "again"],
|
|
664
|
+
"category": "action",
|
|
665
|
+
"description": "Redo action"
|
|
666
|
+
},
|
|
667
|
+
"refresh": {
|
|
668
|
+
"tags": ["reload", "update", "sync", "restart"],
|
|
669
|
+
"category": "action",
|
|
670
|
+
"description": "Refresh or reload"
|
|
671
|
+
},
|
|
672
|
+
"regex": {
|
|
673
|
+
"tags": ["pattern", "search", "expression", "match"],
|
|
674
|
+
"category": "search",
|
|
675
|
+
"description": "Regular expression"
|
|
676
|
+
},
|
|
677
|
+
"remote": {
|
|
678
|
+
"tags": ["server", "cloud", "ssh", "connection"],
|
|
679
|
+
"category": "connection",
|
|
680
|
+
"description": "Remote connection"
|
|
681
|
+
},
|
|
682
|
+
"remove": {
|
|
683
|
+
"tags": ["delete", "trash", "clear", "eliminate"],
|
|
684
|
+
"category": "action",
|
|
685
|
+
"description": "Remove or delete"
|
|
686
|
+
},
|
|
687
|
+
"replace": {
|
|
688
|
+
"tags": ["swap", "substitute", "change", "exchange"],
|
|
689
|
+
"category": "action",
|
|
690
|
+
"description": "Replace or substitute"
|
|
691
|
+
},
|
|
692
|
+
"repo": {
|
|
693
|
+
"tags": ["repository", "git", "source", "project"],
|
|
694
|
+
"category": "git",
|
|
695
|
+
"description": "Repository"
|
|
696
|
+
},
|
|
697
|
+
"report": {
|
|
698
|
+
"tags": ["document", "analytics", "summary", "data"],
|
|
699
|
+
"category": "general",
|
|
700
|
+
"description": "Report or summary"
|
|
701
|
+
},
|
|
702
|
+
"rocket": {
|
|
703
|
+
"tags": ["launch", "deploy", "fast", "start"],
|
|
704
|
+
"category": "general",
|
|
705
|
+
"description": "Launch or deploy"
|
|
706
|
+
},
|
|
707
|
+
"save": {
|
|
708
|
+
"tags": ["disk", "store", "keep", "preserve"],
|
|
709
|
+
"category": "action",
|
|
710
|
+
"description": "Save or store"
|
|
711
|
+
},
|
|
712
|
+
"save-all": {
|
|
713
|
+
"tags": ["disk", "store", "keep", "preserve", "bulk"],
|
|
714
|
+
"category": "action",
|
|
715
|
+
"description": "Save all"
|
|
716
|
+
},
|
|
717
|
+
"search": {
|
|
718
|
+
"tags": ["find", "query", "look", "magnify", "locate"],
|
|
719
|
+
"category": "search",
|
|
720
|
+
"description": "Search or find"
|
|
721
|
+
},
|
|
722
|
+
"server": {
|
|
723
|
+
"tags": ["host", "backend", "database", "remote"],
|
|
724
|
+
"category": "general",
|
|
725
|
+
"description": "Server or host"
|
|
726
|
+
},
|
|
727
|
+
"settings": {
|
|
728
|
+
"tags": ["gear", "configuration", "preferences", "options"],
|
|
729
|
+
"category": "settings",
|
|
730
|
+
"description": "Settings or preferences"
|
|
731
|
+
},
|
|
732
|
+
"settings-gear": {
|
|
733
|
+
"tags": ["configuration", "preferences", "options", "setup"],
|
|
734
|
+
"category": "settings",
|
|
735
|
+
"description": "Settings gear"
|
|
736
|
+
},
|
|
737
|
+
"shield": {
|
|
738
|
+
"tags": ["security", "protect", "safety", "guard"],
|
|
739
|
+
"category": "security",
|
|
740
|
+
"description": "Security or protection"
|
|
741
|
+
},
|
|
742
|
+
"source-control": {
|
|
743
|
+
"tags": ["git", "version", "scm", "branch"],
|
|
744
|
+
"category": "git",
|
|
745
|
+
"description": "Source control"
|
|
746
|
+
},
|
|
747
|
+
"sparkle": {
|
|
748
|
+
"tags": ["ai", "magic", "auto", "smart", "copilot"],
|
|
749
|
+
"category": "ai",
|
|
750
|
+
"description": "AI or automated feature"
|
|
751
|
+
},
|
|
752
|
+
"split-horizontal": {
|
|
753
|
+
"tags": ["divide", "layout", "pane", "window"],
|
|
754
|
+
"category": "layout",
|
|
755
|
+
"description": "Split horizontally"
|
|
756
|
+
},
|
|
757
|
+
"split-vertical": {
|
|
758
|
+
"tags": ["divide", "layout", "pane", "window"],
|
|
759
|
+
"category": "layout",
|
|
760
|
+
"description": "Split vertically"
|
|
761
|
+
},
|
|
762
|
+
"star": {
|
|
763
|
+
"tags": ["favorite", "bookmark", "rating", "highlight"],
|
|
764
|
+
"category": "general",
|
|
765
|
+
"description": "Star or favorite"
|
|
766
|
+
},
|
|
767
|
+
"symbol-class": {
|
|
768
|
+
"tags": ["code", "object", "type", "definition"],
|
|
769
|
+
"category": "symbol",
|
|
770
|
+
"description": "Class symbol"
|
|
771
|
+
},
|
|
772
|
+
"symbol-method": {
|
|
773
|
+
"tags": ["code", "function", "procedure", "definition"],
|
|
774
|
+
"category": "symbol",
|
|
775
|
+
"description": "Method symbol"
|
|
776
|
+
},
|
|
777
|
+
"tag": {
|
|
778
|
+
"tags": ["label", "mark", "version", "release"],
|
|
779
|
+
"category": "general",
|
|
780
|
+
"description": "Tag or label"
|
|
781
|
+
},
|
|
782
|
+
"terminal": {
|
|
783
|
+
"tags": ["console", "command", "shell", "cli"],
|
|
784
|
+
"category": "application",
|
|
785
|
+
"description": "Terminal or console"
|
|
786
|
+
},
|
|
787
|
+
"text-size": {
|
|
788
|
+
"tags": ["font", "typography", "scale", "zoom"],
|
|
789
|
+
"category": "text",
|
|
790
|
+
"description": "Text size or font"
|
|
791
|
+
},
|
|
792
|
+
"trash": {
|
|
793
|
+
"tags": ["delete", "remove", "bin", "discard"],
|
|
794
|
+
"category": "action",
|
|
795
|
+
"description": "Trash or delete"
|
|
796
|
+
},
|
|
797
|
+
"unlock": {
|
|
798
|
+
"tags": ["open", "unsecure", "access", "unlocked"],
|
|
799
|
+
"category": "security",
|
|
800
|
+
"description": "Unlock or open"
|
|
801
|
+
},
|
|
802
|
+
"verified": {
|
|
803
|
+
"tags": ["check", "approved", "trusted", "confirmed"],
|
|
804
|
+
"category": "status",
|
|
805
|
+
"description": "Verified or approved"
|
|
806
|
+
},
|
|
807
|
+
"watch": {
|
|
808
|
+
"tags": ["monitor", "observe", "track", "follow"],
|
|
809
|
+
"category": "action",
|
|
810
|
+
"description": "Watch or monitor"
|
|
811
|
+
},
|
|
812
|
+
"window": {
|
|
813
|
+
"tags": ["application", "frame", "panel", "view"],
|
|
814
|
+
"category": "layout",
|
|
815
|
+
"description": "Window or panel"
|
|
816
|
+
},
|
|
817
|
+
"workspace-trusted": {
|
|
818
|
+
"tags": ["safe", "verified", "secure", "approved"],
|
|
819
|
+
"category": "status",
|
|
820
|
+
"description": "Trusted workspace"
|
|
821
|
+
},
|
|
822
|
+
"zoom-in": {
|
|
823
|
+
"tags": ["magnify", "enlarge", "increase", "expand"],
|
|
824
|
+
"category": "action",
|
|
825
|
+
"description": "Zoom in or enlarge"
|
|
826
|
+
},
|
|
827
|
+
"zoom-out": {
|
|
828
|
+
"tags": ["reduce", "shrink", "decrease", "minimize"],
|
|
829
|
+
"category": "action",
|
|
830
|
+
"description": "Zoom out or reduce"
|
|
831
|
+
},
|
|
832
|
+
"add-small": {
|
|
833
|
+
"tags": ["plus", "new", "create", "mini", "tiny"],
|
|
834
|
+
"category": "action",
|
|
835
|
+
"description": "Small add icon"
|
|
836
|
+
},
|
|
837
|
+
"agent": {
|
|
838
|
+
"tags": ["ai", "bot", "assistant", "robot", "service"],
|
|
839
|
+
"category": "ai",
|
|
840
|
+
"description": "AI agent or bot"
|
|
841
|
+
},
|
|
842
|
+
"alert": {
|
|
843
|
+
"tags": ["warning", "error", "danger", "notification", "triangle", "exclamation"],
|
|
844
|
+
"category": "status",
|
|
845
|
+
"description": "Alert or warning"
|
|
846
|
+
},
|
|
847
|
+
"array": {
|
|
848
|
+
"tags": ["list", "collection", "brackets", "data", "structure"],
|
|
849
|
+
"category": "symbol",
|
|
850
|
+
"description": "Array data structure"
|
|
851
|
+
},
|
|
852
|
+
"arrow-small-down": {
|
|
853
|
+
"tags": ["direction", "navigate", "mini", "tiny", "descend"],
|
|
854
|
+
"category": "navigation",
|
|
855
|
+
"description": "Small arrow pointing down"
|
|
856
|
+
},
|
|
857
|
+
"arrow-small-left": {
|
|
858
|
+
"tags": ["direction", "navigate", "back", "mini", "tiny"],
|
|
859
|
+
"category": "navigation",
|
|
860
|
+
"description": "Small arrow pointing left"
|
|
861
|
+
},
|
|
862
|
+
"arrow-small-right": {
|
|
863
|
+
"tags": ["direction", "navigate", "forward", "mini", "tiny"],
|
|
864
|
+
"category": "navigation",
|
|
865
|
+
"description": "Small arrow pointing right"
|
|
866
|
+
},
|
|
867
|
+
"arrow-small-up": {
|
|
868
|
+
"tags": ["direction", "navigate", "mini", "tiny", "ascend"],
|
|
869
|
+
"category": "navigation",
|
|
870
|
+
"description": "Small arrow pointing up"
|
|
871
|
+
},
|
|
872
|
+
"arrow-swap": {
|
|
873
|
+
"tags": ["switch", "exchange", "replace", "direction"],
|
|
874
|
+
"category": "action",
|
|
875
|
+
"description": "Swap arrows"
|
|
876
|
+
},
|
|
877
|
+
"attach": {
|
|
878
|
+
"tags": ["clip", "paperclip", "file", "link", "connect", "add"],
|
|
879
|
+
"category": "action",
|
|
880
|
+
"description": "Attach file or item"
|
|
881
|
+
},
|
|
882
|
+
"azure": {
|
|
883
|
+
"tags": ["cloud", "microsoft", "service", "platform", "logo"],
|
|
884
|
+
"category": "brand",
|
|
885
|
+
"description": "Microsoft Azure logo"
|
|
886
|
+
},
|
|
887
|
+
"azure-devops": {
|
|
888
|
+
"tags": ["cloud", "microsoft", "service", "cicd", "logo"],
|
|
889
|
+
"category": "brand",
|
|
890
|
+
"description": "Azure DevOps logo"
|
|
891
|
+
},
|
|
892
|
+
"beaker-stop": {
|
|
893
|
+
"tags": ["test", "experiment", "halt", "cancel", "lab"],
|
|
894
|
+
"category": "tool",
|
|
895
|
+
"description": "Stop experiment or test"
|
|
896
|
+
},
|
|
897
|
+
"bell-slash": {
|
|
898
|
+
"tags": ["mute", "silent", "quiet", "no-notification", "off"],
|
|
899
|
+
"category": "notification",
|
|
900
|
+
"description": "Notifications disabled"
|
|
901
|
+
},
|
|
902
|
+
"bell-slash-dot": {
|
|
903
|
+
"tags": ["mute", "silent", "quiet", "unread", "badge"],
|
|
904
|
+
"category": "notification",
|
|
905
|
+
"description": "Notifications disabled with unread"
|
|
906
|
+
},
|
|
907
|
+
"blank": {
|
|
908
|
+
"tags": ["empty", "nothing", "void", "clear", "space"],
|
|
909
|
+
"category": "general",
|
|
910
|
+
"description": "Blank or empty space"
|
|
911
|
+
},
|
|
912
|
+
"bracket-dot": {
|
|
913
|
+
"tags": ["code", "json", "array", "badge", "indicator"],
|
|
914
|
+
"category": "symbol",
|
|
915
|
+
"description": "Bracket with dot indicator"
|
|
916
|
+
},
|
|
917
|
+
"bracket-error": {
|
|
918
|
+
"tags": ["code", "json", "array", "issue", "problem"],
|
|
919
|
+
"category": "symbol",
|
|
920
|
+
"description": "Bracket with error indicator"
|
|
921
|
+
},
|
|
922
|
+
"build": {
|
|
923
|
+
"tags": ["compile", "make", "construct", "tools", "hammer"],
|
|
924
|
+
"category": "development",
|
|
925
|
+
"description": "Build or compile"
|
|
926
|
+
},
|
|
927
|
+
"chat-sparkle": {
|
|
928
|
+
"tags": ["ai", "copilot", "message", "magic", "suggestion"],
|
|
929
|
+
"category": "ai",
|
|
930
|
+
"description": "AI chat suggestion"
|
|
931
|
+
},
|
|
932
|
+
"chat-sparkle-error": {
|
|
933
|
+
"tags": ["ai", "copilot", "message", "issue", "problem"],
|
|
934
|
+
"category": "ai",
|
|
935
|
+
"description": "AI chat error"
|
|
936
|
+
},
|
|
937
|
+
"chat-sparkle-warning": {
|
|
938
|
+
"tags": ["ai", "copilot", "message", "alert", "caution", "exclamation"],
|
|
939
|
+
"category": "ai",
|
|
940
|
+
"description": "AI chat warning"
|
|
941
|
+
},
|
|
942
|
+
"chip": {
|
|
943
|
+
"tags": ["hardware", "processor", "cpu", "gpu", "silicon", "integrated"],
|
|
944
|
+
"category": "device",
|
|
945
|
+
"description": "Computer chip or processor"
|
|
946
|
+
},
|
|
947
|
+
"circle-outline": {
|
|
948
|
+
"tags": ["round", "shape", "empty", "ring", "hollow"],
|
|
949
|
+
"category": "shape",
|
|
950
|
+
"description": "Circle outline shape"
|
|
951
|
+
},
|
|
952
|
+
"circle-small": {
|
|
953
|
+
"tags": ["dot", "point", "round", "tiny", "mini"],
|
|
954
|
+
"category": "shape",
|
|
955
|
+
"description": "Small circle outline"
|
|
956
|
+
},
|
|
957
|
+
"circle-small-filled": {
|
|
958
|
+
"tags": ["dot", "point", "round", "tiny", "mini", "solid"],
|
|
959
|
+
"category": "shape",
|
|
960
|
+
"description": "Small filled circle"
|
|
961
|
+
},
|
|
962
|
+
"clockface": {
|
|
963
|
+
"tags": ["time", "watch", "schedule", "history", "wait", "hour", "minute"],
|
|
964
|
+
"category": "general",
|
|
965
|
+
"description": "Clock face showing time"
|
|
966
|
+
},
|
|
967
|
+
"clone": {
|
|
968
|
+
"tags": ["copy", "duplicate", "replicate", "git", "repo"],
|
|
969
|
+
"category": "action",
|
|
970
|
+
"description": "Clone or duplicate"
|
|
971
|
+
},
|
|
972
|
+
"cloud-small": {
|
|
973
|
+
"tags": ["online", "storage", "mini", "tiny", "remote"],
|
|
974
|
+
"category": "storage",
|
|
975
|
+
"description": "Small cloud icon"
|
|
976
|
+
},
|
|
977
|
+
"code-oss": {
|
|
978
|
+
"tags": ["vscode", "open source", "editor", "logo", "brand"],
|
|
979
|
+
"category": "brand",
|
|
980
|
+
"description": "Code OSS logo"
|
|
981
|
+
},
|
|
982
|
+
"code-review": {
|
|
983
|
+
"tags": ["pr", "pull request", "check", "inspect", "examine"],
|
|
984
|
+
"category": "git",
|
|
985
|
+
"description": "Code review"
|
|
986
|
+
},
|
|
987
|
+
"collection": {
|
|
988
|
+
"tags": ["group", "set", "library", "stack", "gather"],
|
|
989
|
+
"category": "general",
|
|
990
|
+
"description": "Collection of items"
|
|
991
|
+
},
|
|
992
|
+
"collection-small": {
|
|
993
|
+
"tags": ["group", "set", "library", "mini", "tiny"],
|
|
994
|
+
"category": "general",
|
|
995
|
+
"description": "Small collection"
|
|
996
|
+
},
|
|
997
|
+
"combine": {
|
|
998
|
+
"tags": ["merge", "join", "unite", "mix", "blend"],
|
|
999
|
+
"category": "action",
|
|
1000
|
+
"description": "Combine items"
|
|
1001
|
+
},
|
|
1002
|
+
"comment-discussion-quote": {
|
|
1003
|
+
"tags": ["chat", "reply", "reference", "cite", "message"],
|
|
1004
|
+
"category": "communication",
|
|
1005
|
+
"description": "Quoted discussion comment"
|
|
1006
|
+
},
|
|
1007
|
+
"comment-discussion-sparkle": {
|
|
1008
|
+
"tags": ["ai", "chat", "copilot", "magic", "suggestion", "intelligent"],
|
|
1009
|
+
"category": "ai",
|
|
1010
|
+
"description": "AI discussion comment"
|
|
1011
|
+
},
|
|
1012
|
+
"comment-draft": {
|
|
1013
|
+
"tags": ["message", "unsaved", "pending", "write", "edit", "pr"],
|
|
1014
|
+
"category": "communication",
|
|
1015
|
+
"description": "Draft comment"
|
|
1016
|
+
},
|
|
1017
|
+
"comment-unresolved": {
|
|
1018
|
+
"tags": ["message", "open", "pending", "issue", "active", "pr"],
|
|
1019
|
+
"category": "communication",
|
|
1020
|
+
"description": "Unresolved comment"
|
|
1021
|
+
},
|
|
1022
|
+
"compass": {
|
|
1023
|
+
"tags": ["navigate", "direction", "orient", "guide", "map"],
|
|
1024
|
+
"category": "navigation",
|
|
1025
|
+
"description": "Compass for navigation"
|
|
1026
|
+
},
|
|
1027
|
+
"compass-active": {
|
|
1028
|
+
"tags": ["navigate", "direction", "orient", "guide", "on"],
|
|
1029
|
+
"category": "navigation",
|
|
1030
|
+
"description": "Active compass"
|
|
1031
|
+
},
|
|
1032
|
+
"compass-dot": {
|
|
1033
|
+
"tags": ["navigate", "direction", "orient", "badge", "notification"],
|
|
1034
|
+
"category": "navigation",
|
|
1035
|
+
"description": "Compass with indicator"
|
|
1036
|
+
},
|
|
1037
|
+
"copilot-blocked": {
|
|
1038
|
+
"tags": ["ai", "stop", "prevent", "ban", "restricted", "intelligent", "agent"],
|
|
1039
|
+
"category": "ai",
|
|
1040
|
+
"description": "Copilot blocked"
|
|
1041
|
+
},
|
|
1042
|
+
"copilot-error": {
|
|
1043
|
+
"tags": ["ai", "issue", "problem", "fail", "bug", "cross", "intelligent", "agent"],
|
|
1044
|
+
"category": "ai",
|
|
1045
|
+
"description": "Copilot error"
|
|
1046
|
+
},
|
|
1047
|
+
"copilot-in-progress": {
|
|
1048
|
+
"tags": ["ai", "loading", "thinking", "working", "busy", "spinner", "waiting", "intelligent", "agent"],
|
|
1049
|
+
"category": "ai",
|
|
1050
|
+
"description": "Copilot working"
|
|
1051
|
+
},
|
|
1052
|
+
"copilot-large": {
|
|
1053
|
+
"tags": ["ai", "assistant", "big", "logo", "brand", "intelligent", "agent"],
|
|
1054
|
+
"category": "ai",
|
|
1055
|
+
"description": "Large Copilot logo"
|
|
1056
|
+
},
|
|
1057
|
+
"copilot-not-connected": {
|
|
1058
|
+
"tags": ["ai", "offline", "disconnected", "network", "link", "intelligent", "agent"],
|
|
1059
|
+
"category": "ai",
|
|
1060
|
+
"description": "Copilot disconnected"
|
|
1061
|
+
},
|
|
1062
|
+
"copilot-snooze": {
|
|
1063
|
+
"tags": ["ai", "sleep", "pause", "wait", "later", "intelligent", "agent"],
|
|
1064
|
+
"category": "ai",
|
|
1065
|
+
"description": "Copilot snoozed"
|
|
1066
|
+
},
|
|
1067
|
+
"copilot-success": {
|
|
1068
|
+
"tags": ["ai", "check", "done", "complete", "ok", "intelligent", "agent", "tick", "pass"],
|
|
1069
|
+
"category": "ai",
|
|
1070
|
+
"description": "Copilot success"
|
|
1071
|
+
},
|
|
1072
|
+
"copilot-unavailable": {
|
|
1073
|
+
"tags": ["ai", "offline", "missing", "gone", "disabled", "intelligent", "agent"],
|
|
1074
|
+
"category": "ai",
|
|
1075
|
+
"description": "Copilot unavailable"
|
|
1076
|
+
},
|
|
1077
|
+
"copilot-warning": {
|
|
1078
|
+
"tags": ["ai", "alert", "caution", "attention", "issue", "exclamation", "intelligent", "agent"],
|
|
1079
|
+
"category": "ai",
|
|
1080
|
+
"description": "Copilot warning"
|
|
1081
|
+
},
|
|
1082
|
+
"copilot-warning-large": {
|
|
1083
|
+
"tags": ["ai", "alert", "caution", "big", "attention", "exclamation", "intelligent", "agent"],
|
|
1084
|
+
"category": "ai",
|
|
1085
|
+
"description": "Large Copilot warning"
|
|
1086
|
+
},
|
|
1087
|
+
"coverage": {
|
|
1088
|
+
"tags": ["test", "percent", "code", "quality", "metrics"],
|
|
1089
|
+
"category": "debug",
|
|
1090
|
+
"description": "Code coverage"
|
|
1091
|
+
},
|
|
1092
|
+
"cursor": {
|
|
1093
|
+
"tags": ["pointer", "mouse", "click", "select", "arrow"],
|
|
1094
|
+
"category": "general",
|
|
1095
|
+
"description": "Mouse cursor"
|
|
1096
|
+
},
|
|
1097
|
+
"debug-all": {
|
|
1098
|
+
"tags": ["run", "test", "everything", "suite", "batch", "play"],
|
|
1099
|
+
"category": "debug",
|
|
1100
|
+
"description": "Debug all"
|
|
1101
|
+
},
|
|
1102
|
+
"debug-alt-small": {
|
|
1103
|
+
"tags": ["run", "play", "mini", "tiny", "start", "execute"],
|
|
1104
|
+
"category": "debug",
|
|
1105
|
+
"description": "Small debug run icon"
|
|
1106
|
+
},
|
|
1107
|
+
"debug-breakpoint-conditional": {
|
|
1108
|
+
"tags": ["stop", "pause", "if", "logic", "test"],
|
|
1109
|
+
"category": "debug",
|
|
1110
|
+
"description": "Conditional breakpoint"
|
|
1111
|
+
},
|
|
1112
|
+
"debug-breakpoint-conditional-unverified": {
|
|
1113
|
+
"tags": ["stop", "pause", "if", "grey", "inactive"],
|
|
1114
|
+
"category": "debug",
|
|
1115
|
+
"description": "Unverified conditional breakpoint"
|
|
1116
|
+
},
|
|
1117
|
+
"debug-breakpoint-data": {
|
|
1118
|
+
"tags": ["stop", "pause", "variable", "value", "watch"],
|
|
1119
|
+
"category": "debug",
|
|
1120
|
+
"description": "Data breakpoint"
|
|
1121
|
+
},
|
|
1122
|
+
"debug-breakpoint-data-unverified": {
|
|
1123
|
+
"tags": ["stop", "pause", "variable", "grey", "inactive"],
|
|
1124
|
+
"category": "debug",
|
|
1125
|
+
"description": "Unverified data breakpoint"
|
|
1126
|
+
},
|
|
1127
|
+
"debug-breakpoint-function": {
|
|
1128
|
+
"tags": ["stop", "pause", "method", "call", "triangle"],
|
|
1129
|
+
"category": "debug",
|
|
1130
|
+
"description": "Function breakpoint"
|
|
1131
|
+
},
|
|
1132
|
+
"debug-breakpoint-function-unverified": {
|
|
1133
|
+
"tags": ["stop", "pause", "method", "grey", "inactive"],
|
|
1134
|
+
"category": "debug",
|
|
1135
|
+
"description": "Unverified function breakpoint"
|
|
1136
|
+
},
|
|
1137
|
+
"debug-breakpoint-log": {
|
|
1138
|
+
"tags": ["print", "message", "console", "diamond", "record"],
|
|
1139
|
+
"category": "debug",
|
|
1140
|
+
"description": "Logpoint"
|
|
1141
|
+
},
|
|
1142
|
+
"debug-breakpoint-log-unverified": {
|
|
1143
|
+
"tags": ["print", "message", "grey", "inactive", "diamond"],
|
|
1144
|
+
"category": "debug",
|
|
1145
|
+
"description": "Unverified logpoint"
|
|
1146
|
+
},
|
|
1147
|
+
"debug-breakpoint-unsupported": {
|
|
1148
|
+
"tags": ["stop", "error", "invalid", "broken", "fail", "exclamation"],
|
|
1149
|
+
"category": "debug",
|
|
1150
|
+
"description": "Unsupported breakpoint"
|
|
1151
|
+
},
|
|
1152
|
+
"debug-connected": {
|
|
1153
|
+
"tags": ["attach", "link", "online", "active", "plug"],
|
|
1154
|
+
"category": "debug",
|
|
1155
|
+
"description": "Debugger connected"
|
|
1156
|
+
},
|
|
1157
|
+
"debug-continue": {
|
|
1158
|
+
"tags": ["play", "resume", "next", "forward", "run"],
|
|
1159
|
+
"category": "debug",
|
|
1160
|
+
"description": "Continue debugging"
|
|
1161
|
+
},
|
|
1162
|
+
"debug-continue-small": {
|
|
1163
|
+
"tags": ["play", "resume", "mini", "tiny", "run"],
|
|
1164
|
+
"category": "debug",
|
|
1165
|
+
"description": "Small continue icon"
|
|
1166
|
+
},
|
|
1167
|
+
"debug-coverage": {
|
|
1168
|
+
"tags": ["test", "percent", "metrics", "quality", "report"],
|
|
1169
|
+
"category": "debug",
|
|
1170
|
+
"description": "Debug coverage"
|
|
1171
|
+
},
|
|
1172
|
+
"debug-disconnect": {
|
|
1173
|
+
"tags": ["stop", "unplug", "detach", "offline", "end", "unplug"],
|
|
1174
|
+
"category": "debug",
|
|
1175
|
+
"description": "Disconnect debugger"
|
|
1176
|
+
},
|
|
1177
|
+
"debug-line-by-line": {
|
|
1178
|
+
"tags": ["step", "walk", "trace", "flow", "execute"],
|
|
1179
|
+
"category": "debug",
|
|
1180
|
+
"description": "Debug line by line"
|
|
1181
|
+
},
|
|
1182
|
+
"debug-pause": {
|
|
1183
|
+
"tags": ["break", "halt", "wait", "freeze", "stop"],
|
|
1184
|
+
"category": "debug",
|
|
1185
|
+
"description": "Pause debugging"
|
|
1186
|
+
},
|
|
1187
|
+
"debug-rerun": {
|
|
1188
|
+
"tags": ["restart", "again", "repeat", "loop", "reload"],
|
|
1189
|
+
"category": "debug",
|
|
1190
|
+
"description": "Rerun debug session"
|
|
1191
|
+
},
|
|
1192
|
+
"debug-restart": {
|
|
1193
|
+
"tags": ["reload", "reset", "again", "cycle", "refresh"],
|
|
1194
|
+
"category": "debug",
|
|
1195
|
+
"description": "Restart debugging"
|
|
1196
|
+
},
|
|
1197
|
+
"debug-restart-frame": {
|
|
1198
|
+
"tags": ["stack", "reset", "up", "back", "context"],
|
|
1199
|
+
"category": "debug",
|
|
1200
|
+
"description": "Restart stack frame"
|
|
1201
|
+
},
|
|
1202
|
+
"debug-reverse-continue": {
|
|
1203
|
+
"tags": ["back", "rewind", "previous", "undo", "return"],
|
|
1204
|
+
"category": "debug",
|
|
1205
|
+
"description": "Reverse continue"
|
|
1206
|
+
},
|
|
1207
|
+
"debug-stackframe": {
|
|
1208
|
+
"tags": ["call", "layer", "context", "memory", "trace"],
|
|
1209
|
+
"category": "debug",
|
|
1210
|
+
"description": "Stack frame"
|
|
1211
|
+
},
|
|
1212
|
+
"debug-stackframe-active": {
|
|
1213
|
+
"tags": ["call", "layer", "current", "now", "focus"],
|
|
1214
|
+
"category": "debug",
|
|
1215
|
+
"description": "Active stack frame"
|
|
1216
|
+
},
|
|
1217
|
+
"debug-start": {
|
|
1218
|
+
"tags": ["run", "play", "launch", "begin", "execute"],
|
|
1219
|
+
"category": "debug",
|
|
1220
|
+
"description": "Start debugging"
|
|
1221
|
+
},
|
|
1222
|
+
"debug-step-back": {
|
|
1223
|
+
"tags": ["reverse", "previous", "undo", "return", "rewind", "back", "arrow"],
|
|
1224
|
+
"category": "debug",
|
|
1225
|
+
"description": "Step back"
|
|
1226
|
+
},
|
|
1227
|
+
"debug-step-into": {
|
|
1228
|
+
"tags": ["enter", "down", "inside", "drill", "call", "arrow"],
|
|
1229
|
+
"category": "debug",
|
|
1230
|
+
"description": "Step into"
|
|
1231
|
+
},
|
|
1232
|
+
"debug-step-out": {
|
|
1233
|
+
"tags": ["exit", "up", "return", "leave", "escape"],
|
|
1234
|
+
"category": "debug",
|
|
1235
|
+
"description": "Step out"
|
|
1236
|
+
},
|
|
1237
|
+
"debug-step-over": {
|
|
1238
|
+
"tags": ["next", "skip", "jump", "forward", "pass"],
|
|
1239
|
+
"category": "debug",
|
|
1240
|
+
"description": "Step over"
|
|
1241
|
+
},
|
|
1242
|
+
"debug-stop": {
|
|
1243
|
+
"tags": ["terminate", "end", "kill", "halt", "finish", "stop", "exit", "square"],
|
|
1244
|
+
"category": "debug",
|
|
1245
|
+
"description": "Stop debugging"
|
|
1246
|
+
},
|
|
1247
|
+
"diff-multiple": {
|
|
1248
|
+
"tags": ["compare", "changes", "files", "batch", "many", "git", "pr"],
|
|
1249
|
+
"category": "git",
|
|
1250
|
+
"description": "Multiple diffs"
|
|
1251
|
+
},
|
|
1252
|
+
"diff-single": {
|
|
1253
|
+
"tags": ["compare", "change", "file", "one", "individual", "git", "pr"],
|
|
1254
|
+
"category": "git",
|
|
1255
|
+
"description": "Single diff"
|
|
1256
|
+
},
|
|
1257
|
+
"discard": {
|
|
1258
|
+
"tags": ["undo", "revert", "throw", "trash", "cancel", "delete"],
|
|
1259
|
+
"category": "action",
|
|
1260
|
+
"description": "Discard changes"
|
|
1261
|
+
},
|
|
1262
|
+
"download": {
|
|
1263
|
+
"tags": ["get", "retrieve", "save", "install", "pull", "cloud"],
|
|
1264
|
+
"category": "action",
|
|
1265
|
+
"description": "Download"
|
|
1266
|
+
},
|
|
1267
|
+
"edit-code": {
|
|
1268
|
+
"tags": ["write", "modify", "script", "program", "change"],
|
|
1269
|
+
"category": "development",
|
|
1270
|
+
"description": "Edit code"
|
|
1271
|
+
},
|
|
1272
|
+
"edit-session": {
|
|
1273
|
+
"tags": ["work", "context", "state", "save", "restore"],
|
|
1274
|
+
"category": "action",
|
|
1275
|
+
"description": "Edit session"
|
|
1276
|
+
},
|
|
1277
|
+
"edit-sparkle": {
|
|
1278
|
+
"tags": ["ai", "magic", "auto", "fix", "refactor", "smart", "intelligent"],
|
|
1279
|
+
"category": "ai",
|
|
1280
|
+
"description": "AI edit"
|
|
1281
|
+
},
|
|
1282
|
+
"editor-layout": {
|
|
1283
|
+
"tags": ["split", "grid", "view", "arrange", "window"],
|
|
1284
|
+
"category": "layout",
|
|
1285
|
+
"description": "Editor layout"
|
|
1286
|
+
},
|
|
1287
|
+
"empty-window": {
|
|
1288
|
+
"tags": ["blank", "new", "clear", "frame", "start"],
|
|
1289
|
+
"category": "window",
|
|
1290
|
+
"description": "Empty window"
|
|
1291
|
+
},
|
|
1292
|
+
"eraser": {
|
|
1293
|
+
"tags": ["delete", "remove", "clear", "rub", "clean"],
|
|
1294
|
+
"category": "action",
|
|
1295
|
+
"description": "Eraser"
|
|
1296
|
+
},
|
|
1297
|
+
"error-small": {
|
|
1298
|
+
"tags": ["issue", "problem", "bug", "mini", "tiny", "cross"],
|
|
1299
|
+
"category": "status",
|
|
1300
|
+
"description": "Small error icon"
|
|
1301
|
+
},
|
|
1302
|
+
"exclude": {
|
|
1303
|
+
"tags": ["remove", "hide", "filter", "minus", "ban"],
|
|
1304
|
+
"category": "action",
|
|
1305
|
+
"description": "Exclude item"
|
|
1306
|
+
},
|
|
1307
|
+
"expand-all": {
|
|
1308
|
+
"tags": ["open", "show", "unfold", "reveal", "tree"],
|
|
1309
|
+
"category": "action",
|
|
1310
|
+
"description": "Expand all items"
|
|
1311
|
+
},
|
|
1312
|
+
"export": {
|
|
1313
|
+
"tags": ["save", "send", "out", "download", "extract"],
|
|
1314
|
+
"category": "action",
|
|
1315
|
+
"description": "Export data"
|
|
1316
|
+
},
|
|
1317
|
+
"extensions-large": {
|
|
1318
|
+
"tags": ["plugins", "addons", "marketplace", "big"],
|
|
1319
|
+
"category": "application",
|
|
1320
|
+
"description": "Large extensions icon"
|
|
1321
|
+
},
|
|
1322
|
+
"feedback": {
|
|
1323
|
+
"tags": ["comment", "review", "opinion", "rate", "message"],
|
|
1324
|
+
"category": "communication",
|
|
1325
|
+
"description": "Feedback"
|
|
1326
|
+
},
|
|
1327
|
+
"file-binary": {
|
|
1328
|
+
"tags": ["data", "raw", "executable", "blob", "01"],
|
|
1329
|
+
"category": "file",
|
|
1330
|
+
"description": "Binary file"
|
|
1331
|
+
},
|
|
1332
|
+
"file-media": {
|
|
1333
|
+
"tags": ["image", "video", "audio", "picture", "movie"],
|
|
1334
|
+
"category": "file",
|
|
1335
|
+
"description": "Media file"
|
|
1336
|
+
},
|
|
1337
|
+
"file-pdf": {
|
|
1338
|
+
"tags": ["document", "adobe", "print", "read", "paper"],
|
|
1339
|
+
"category": "file",
|
|
1340
|
+
"description": "PDF file"
|
|
1341
|
+
},
|
|
1342
|
+
"file-submodule": {
|
|
1343
|
+
"tags": ["git", "repo", "link", "reference", "external"],
|
|
1344
|
+
"category": "git",
|
|
1345
|
+
"description": "Git submodule"
|
|
1346
|
+
},
|
|
1347
|
+
"file-symlink-directory": {
|
|
1348
|
+
"tags": ["link", "shortcut", "alias", "folder", "pointer"],
|
|
1349
|
+
"category": "file",
|
|
1350
|
+
"description": "Directory symlink"
|
|
1351
|
+
},
|
|
1352
|
+
"file-symlink-file": {
|
|
1353
|
+
"tags": ["link", "shortcut", "alias", "document", "pointer"],
|
|
1354
|
+
"category": "file",
|
|
1355
|
+
"description": "File symlink"
|
|
1356
|
+
},
|
|
1357
|
+
"file-text": {
|
|
1358
|
+
"tags": ["document", "txt", "write", "read", "note"],
|
|
1359
|
+
"category": "file",
|
|
1360
|
+
"description": "Text file"
|
|
1361
|
+
},
|
|
1362
|
+
"file-zip": {
|
|
1363
|
+
"tags": ["archive", "compress", "package", "bundle", "rar"],
|
|
1364
|
+
"category": "file",
|
|
1365
|
+
"description": "Zip archive"
|
|
1366
|
+
},
|
|
1367
|
+
"filter-filled": {
|
|
1368
|
+
"tags": ["funnel", "sort", "refine", "solid", "active"],
|
|
1369
|
+
"category": "action",
|
|
1370
|
+
"description": "Filled filter icon"
|
|
1371
|
+
},
|
|
1372
|
+
"flag": {
|
|
1373
|
+
"tags": ["mark", "report", "notice", "banner", "sign"],
|
|
1374
|
+
"category": "status",
|
|
1375
|
+
"description": "Flag"
|
|
1376
|
+
},
|
|
1377
|
+
"flame": {
|
|
1378
|
+
"tags": ["fire", "hot", "burn", "danger", "popular"],
|
|
1379
|
+
"category": "status",
|
|
1380
|
+
"description": "Flame or fire"
|
|
1381
|
+
},
|
|
1382
|
+
"fold": {
|
|
1383
|
+
"tags": ["collapse", "hide", "compress", "close", "squeeze"],
|
|
1384
|
+
"category": "action",
|
|
1385
|
+
"description": "Fold or collapse"
|
|
1386
|
+
},
|
|
1387
|
+
"fold-down": {
|
|
1388
|
+
"tags": ["collapse", "hide", "bottom", "close", "minimize"],
|
|
1389
|
+
"category": "action",
|
|
1390
|
+
"description": "Fold down"
|
|
1391
|
+
},
|
|
1392
|
+
"fold-up": {
|
|
1393
|
+
"tags": ["collapse", "hide", "top", "close", "minimize"],
|
|
1394
|
+
"category": "action",
|
|
1395
|
+
"description": "Fold up"
|
|
1396
|
+
},
|
|
1397
|
+
"folder-active": {
|
|
1398
|
+
"tags": ["directory", "current", "open", "selected", "working"],
|
|
1399
|
+
"category": "file",
|
|
1400
|
+
"description": "Active folder"
|
|
1401
|
+
},
|
|
1402
|
+
"folder-library": {
|
|
1403
|
+
"tags": ["collection", "books", "archive", "storage", "group"],
|
|
1404
|
+
"category": "file",
|
|
1405
|
+
"description": "Library folder"
|
|
1406
|
+
},
|
|
1407
|
+
"forward": {
|
|
1408
|
+
"tags": ["next", "right", "advance", "go", "arrow"],
|
|
1409
|
+
"category": "navigation",
|
|
1410
|
+
"description": "Forward"
|
|
1411
|
+
},
|
|
1412
|
+
"game": {
|
|
1413
|
+
"tags": ["play", "controller", "joystick", "fun", "entertainment"],
|
|
1414
|
+
"category": "general",
|
|
1415
|
+
"description": "Game controller"
|
|
1416
|
+
},
|
|
1417
|
+
"gift": {
|
|
1418
|
+
"tags": ["present", "box", "reward", "package", "surprise"],
|
|
1419
|
+
"category": "general",
|
|
1420
|
+
"description": "Gift box"
|
|
1421
|
+
},
|
|
1422
|
+
"gist": {
|
|
1423
|
+
"tags": ["github", "snippet", "code", "share", "note", "pr"],
|
|
1424
|
+
"category": "git",
|
|
1425
|
+
"description": "GitHub Gist"
|
|
1426
|
+
},
|
|
1427
|
+
"gist-fork": {
|
|
1428
|
+
"tags": ["copy", "branch", "split", "duplicate", "share", "code", "pr"],
|
|
1429
|
+
"category": "git",
|
|
1430
|
+
"description": "Fork Gist"
|
|
1431
|
+
},
|
|
1432
|
+
"gist-private": {
|
|
1433
|
+
"tags": ["lock", "secret", "hidden", "secure", "code", "pr"],
|
|
1434
|
+
"category": "git",
|
|
1435
|
+
"description": "Private Gist"
|
|
1436
|
+
},
|
|
1437
|
+
"gist-secret": {
|
|
1438
|
+
"tags": ["lock", "hidden", "private", "secure", "code", "pr"],
|
|
1439
|
+
"category": "git",
|
|
1440
|
+
"description": "Secret Gist"
|
|
1441
|
+
},
|
|
1442
|
+
"git-branch-changes": {
|
|
1443
|
+
"tags": ["diff", "modify", "edit", "update", "version", "git", "pr"],
|
|
1444
|
+
"category": "git",
|
|
1445
|
+
"description": "Branch changes"
|
|
1446
|
+
},
|
|
1447
|
+
"git-branch-conflicts": {
|
|
1448
|
+
"tags": ["error", "clash", "issue", "problem", "merge", "exclamation", "git", "pr"],
|
|
1449
|
+
"category": "git",
|
|
1450
|
+
"description": "Branch conflicts"
|
|
1451
|
+
},
|
|
1452
|
+
"git-branch-staged-changes": {
|
|
1453
|
+
"tags": ["ready", "commit", "add", "prepare", "version", "git", "pr"],
|
|
1454
|
+
"category": "git",
|
|
1455
|
+
"description": "Staged changes"
|
|
1456
|
+
},
|
|
1457
|
+
"git-compare": {
|
|
1458
|
+
"tags": ["diff", "changes", "versus", "match", "check", "git", "pr"],
|
|
1459
|
+
"category": "git",
|
|
1460
|
+
"description": "Compare git versions"
|
|
1461
|
+
},
|
|
1462
|
+
"git-pull-request-closed": {
|
|
1463
|
+
"tags": ["pr", "done", "finish", "reject", "end", "git"],
|
|
1464
|
+
"category": "git",
|
|
1465
|
+
"description": "Closed pull request"
|
|
1466
|
+
},
|
|
1467
|
+
"git-pull-request-create": {
|
|
1468
|
+
"tags": ["pr", "new", "add", "start", "open", "git"],
|
|
1469
|
+
"category": "git",
|
|
1470
|
+
"description": "Create pull request"
|
|
1471
|
+
},
|
|
1472
|
+
"git-pull-request-done": {
|
|
1473
|
+
"tags": ["pr", "merged", "complete", "success", "check", "git"],
|
|
1474
|
+
"category": "git",
|
|
1475
|
+
"description": "Completed pull request"
|
|
1476
|
+
},
|
|
1477
|
+
"git-pull-request-draft": {
|
|
1478
|
+
"tags": ["pr", "wip", "work", "pending", "edit", "git"],
|
|
1479
|
+
"category": "git",
|
|
1480
|
+
"description": "Draft pull request"
|
|
1481
|
+
},
|
|
1482
|
+
"git-pull-request-go-to-changes": {
|
|
1483
|
+
"tags": ["pr", "diff", "jump", "view", "files", "git"],
|
|
1484
|
+
"category": "git",
|
|
1485
|
+
"description": "Go to PR changes"
|
|
1486
|
+
},
|
|
1487
|
+
"git-pull-request-new-changes": {
|
|
1488
|
+
"tags": ["pr", "update", "fresh", "recent", "notification", "git"],
|
|
1489
|
+
"category": "git",
|
|
1490
|
+
"description": "New PR changes"
|
|
1491
|
+
},
|
|
1492
|
+
"git-stash": {
|
|
1493
|
+
"tags": ["save", "hide", "store", "temp", "shelf", "git"],
|
|
1494
|
+
"category": "git",
|
|
1495
|
+
"description": "Git stash"
|
|
1496
|
+
},
|
|
1497
|
+
"git-stash-apply": {
|
|
1498
|
+
"tags": ["restore", "pop", "use", "retrieve", "load", "git"],
|
|
1499
|
+
"category": "git",
|
|
1500
|
+
"description": "Apply git stash"
|
|
1501
|
+
},
|
|
1502
|
+
"git-stash-pop": {
|
|
1503
|
+
"tags": ["restore", "remove", "retrieve", "load", "apply", "git"],
|
|
1504
|
+
"category": "git",
|
|
1505
|
+
"description": "Pop git stash"
|
|
1506
|
+
},
|
|
1507
|
+
"github-action": {
|
|
1508
|
+
"tags": ["ci", "cd", "automation", "workflow", "pipeline"],
|
|
1509
|
+
"category": "git",
|
|
1510
|
+
"description": "GitHub Action"
|
|
1511
|
+
},
|
|
1512
|
+
"github-alt": {
|
|
1513
|
+
"tags": ["logo", "brand", "cat", "octocat", "social"],
|
|
1514
|
+
"category": "brand",
|
|
1515
|
+
"description": "GitHub logo alternative"
|
|
1516
|
+
},
|
|
1517
|
+
"github-inverted": {
|
|
1518
|
+
"tags": ["logo", "brand", "cat", "octocat", "white"],
|
|
1519
|
+
"category": "brand",
|
|
1520
|
+
"description": "Inverted GitHub logo"
|
|
1521
|
+
},
|
|
1522
|
+
"github-project": {
|
|
1523
|
+
"tags": ["board", "kanban", "plan", "organize", "tasks"],
|
|
1524
|
+
"category": "git",
|
|
1525
|
+
"description": "GitHub Project"
|
|
1526
|
+
},
|
|
1527
|
+
"go-to-editing-session": {
|
|
1528
|
+
"tags": ["jump", "switch", "work", "context", "restore"],
|
|
1529
|
+
"category": "action",
|
|
1530
|
+
"description": "Go to editing session"
|
|
1531
|
+
},
|
|
1532
|
+
"go-to-search": {
|
|
1533
|
+
"tags": ["find", "jump", "query", "look", "magnify"],
|
|
1534
|
+
"category": "search",
|
|
1535
|
+
"description": "Go to search"
|
|
1536
|
+
},
|
|
1537
|
+
"grabber": {
|
|
1538
|
+
"tags": ["drag", "move", "handle", "grip", "hold"],
|
|
1539
|
+
"category": "action",
|
|
1540
|
+
"description": "Drag handle"
|
|
1541
|
+
},
|
|
1542
|
+
"graph-left": {
|
|
1543
|
+
"tags": ["chart", "plot", "visualize", "data", "side"],
|
|
1544
|
+
"category": "visualization",
|
|
1545
|
+
"description": "Graph aligned left"
|
|
1546
|
+
},
|
|
1547
|
+
"graph-line": {
|
|
1548
|
+
"tags": ["chart", "plot", "trend", "data", "statistics"],
|
|
1549
|
+
"category": "visualization",
|
|
1550
|
+
"description": "Line graph"
|
|
1551
|
+
},
|
|
1552
|
+
"graph-scatter": {
|
|
1553
|
+
"tags": ["chart", "plot", "dots", "data", "distribution"],
|
|
1554
|
+
"category": "visualization",
|
|
1555
|
+
"description": "Scatter plot"
|
|
1556
|
+
},
|
|
1557
|
+
"gripper": {
|
|
1558
|
+
"tags": ["drag", "move", "handle", "dots", "hold"],
|
|
1559
|
+
"category": "action",
|
|
1560
|
+
"description": "Gripper handle"
|
|
1561
|
+
},
|
|
1562
|
+
"group-by-ref-type": {
|
|
1563
|
+
"tags": ["sort", "organize", "category", "class", "kind"],
|
|
1564
|
+
"category": "action",
|
|
1565
|
+
"description": "Group by reference type"
|
|
1566
|
+
},
|
|
1567
|
+
"heart-filled": {
|
|
1568
|
+
"tags": ["love", "like", "favorite", "solid", "prefer"],
|
|
1569
|
+
"category": "general",
|
|
1570
|
+
"description": "Filled heart"
|
|
1571
|
+
},
|
|
1572
|
+
"history": {
|
|
1573
|
+
"tags": ["time", "past", "log", "record", "clock"],
|
|
1574
|
+
"category": "general",
|
|
1575
|
+
"description": "History or log"
|
|
1576
|
+
},
|
|
1577
|
+
"horizontal-rule": {
|
|
1578
|
+
"tags": ["line", "separator", "divider", "split", "hr"],
|
|
1579
|
+
"category": "text",
|
|
1580
|
+
"description": "Horizontal rule"
|
|
1581
|
+
},
|
|
1582
|
+
"hubot": {
|
|
1583
|
+
"tags": ["bot", "robot", "ai", "assistant", "chat"],
|
|
1584
|
+
"category": "ai",
|
|
1585
|
+
"description": "Hubot"
|
|
1586
|
+
},
|
|
1587
|
+
"inbox": {
|
|
1588
|
+
"tags": ["mail", "message", "tray", "receive", "incoming", "agent"],
|
|
1589
|
+
"category": "communication",
|
|
1590
|
+
"description": "Inbox"
|
|
1591
|
+
},
|
|
1592
|
+
"indent": {
|
|
1593
|
+
"tags": ["tab", "space", "move", "right", "format"],
|
|
1594
|
+
"category": "text",
|
|
1595
|
+
"description": "Indent text"
|
|
1596
|
+
},
|
|
1597
|
+
"index-zero": {
|
|
1598
|
+
"tags": ["0", "start", "first", "number", "count", "search", "find"],
|
|
1599
|
+
"category": "symbol",
|
|
1600
|
+
"description": "Zero index"
|
|
1601
|
+
},
|
|
1602
|
+
"insert": {
|
|
1603
|
+
"tags": ["add", "new", "enter", "input", "plus"],
|
|
1604
|
+
"category": "action",
|
|
1605
|
+
"description": "Insert item"
|
|
1606
|
+
},
|
|
1607
|
+
"inspect": {
|
|
1608
|
+
"tags": ["check", "examine", "debug", "look", "analyze"],
|
|
1609
|
+
"category": "debug",
|
|
1610
|
+
"description": "Inspect element"
|
|
1611
|
+
},
|
|
1612
|
+
"issue-draft": {
|
|
1613
|
+
"tags": ["bug", "ticket", "wip", "pending", "unsaved"],
|
|
1614
|
+
"category": "git",
|
|
1615
|
+
"description": "Draft issue"
|
|
1616
|
+
},
|
|
1617
|
+
"issue-reopened": {
|
|
1618
|
+
"tags": ["bug", "ticket", "active", "again", "back"],
|
|
1619
|
+
"category": "git",
|
|
1620
|
+
"description": "Reopened issue"
|
|
1621
|
+
},
|
|
1622
|
+
"italic": {
|
|
1623
|
+
"tags": ["text", "format", "style", "slant", "emphasis"],
|
|
1624
|
+
"category": "text",
|
|
1625
|
+
"description": "Italic text"
|
|
1626
|
+
},
|
|
1627
|
+
"jersey": {
|
|
1628
|
+
"tags": ["shirt", "clothing", "team", "sport", "uniform"],
|
|
1629
|
+
"category": "general",
|
|
1630
|
+
"description": "Jersey or shirt"
|
|
1631
|
+
},
|
|
1632
|
+
"kebab-vertical": {
|
|
1633
|
+
"tags": ["menu", "more", "options", "dots", "overflow"],
|
|
1634
|
+
"category": "navigation",
|
|
1635
|
+
"description": "Vertical kebab menu"
|
|
1636
|
+
},
|
|
1637
|
+
"keyboard-tab": {
|
|
1638
|
+
"tags": ["key", "indent", "space", "move", "jump", "button", "nes", "next", "edit", "suggestion", "accept"],
|
|
1639
|
+
"category": "text",
|
|
1640
|
+
"description": "Tab key"
|
|
1641
|
+
},
|
|
1642
|
+
"keyboard-tab-above": {
|
|
1643
|
+
"tags": ["key", "indent", "up", "move", "jump", "button", "nes", "next", "edit", "suggestion", "accept"],
|
|
1644
|
+
"category": "text",
|
|
1645
|
+
"description": "Tab above"
|
|
1646
|
+
},
|
|
1647
|
+
"keyboard-tab-below": {
|
|
1648
|
+
"tags": ["key", "indent", "down", "move", "jump", "button", "nes", "next", "edit", "suggestion", "accept"],
|
|
1649
|
+
"category": "text",
|
|
1650
|
+
"description": "Tab below"
|
|
1651
|
+
},
|
|
1652
|
+
"layers": {
|
|
1653
|
+
"tags": ["stack", "sheets", "levels", "overlay", "group"],
|
|
1654
|
+
"category": "layout",
|
|
1655
|
+
"description": "Layers"
|
|
1656
|
+
},
|
|
1657
|
+
"layers-active": {
|
|
1658
|
+
"tags": ["stack", "sheets", "current", "selected", "on"],
|
|
1659
|
+
"category": "layout",
|
|
1660
|
+
"description": "Active layers"
|
|
1661
|
+
},
|
|
1662
|
+
"layers-dot": {
|
|
1663
|
+
"tags": ["stack", "sheets", "badge", "notification", "alert"],
|
|
1664
|
+
"category": "layout",
|
|
1665
|
+
"description": "Layers with indicator"
|
|
1666
|
+
},
|
|
1667
|
+
"layout": {
|
|
1668
|
+
"tags": ["view", "arrange", "grid", "panel", "design"],
|
|
1669
|
+
"category": "layout",
|
|
1670
|
+
"description": "Layout"
|
|
1671
|
+
},
|
|
1672
|
+
"layout-activitybar-left": {
|
|
1673
|
+
"tags": ["view", "sidebar", "menu", "dock", "west"],
|
|
1674
|
+
"category": "layout",
|
|
1675
|
+
"description": "Activity bar left"
|
|
1676
|
+
},
|
|
1677
|
+
"layout-activitybar-right": {
|
|
1678
|
+
"tags": ["view", "sidebar", "menu", "dock", "east"],
|
|
1679
|
+
"category": "layout",
|
|
1680
|
+
"description": "Activity bar right"
|
|
1681
|
+
},
|
|
1682
|
+
"layout-centered": {
|
|
1683
|
+
"tags": ["view", "middle", "focus", "align", "balance"],
|
|
1684
|
+
"category": "layout",
|
|
1685
|
+
"description": "Centered layout"
|
|
1686
|
+
},
|
|
1687
|
+
"layout-menubar": {
|
|
1688
|
+
"tags": ["view", "top", "header", "options", "nav"],
|
|
1689
|
+
"category": "layout",
|
|
1690
|
+
"description": "Menubar layout"
|
|
1691
|
+
},
|
|
1692
|
+
"layout-panel": {
|
|
1693
|
+
"tags": ["view", "bottom", "terminal", "output", "dock"],
|
|
1694
|
+
"category": "layout",
|
|
1695
|
+
"description": "Panel layout"
|
|
1696
|
+
},
|
|
1697
|
+
"layout-panel-center": {
|
|
1698
|
+
"tags": ["view", "bottom", "middle", "align", "dock"],
|
|
1699
|
+
"category": "layout",
|
|
1700
|
+
"description": "Panel center"
|
|
1701
|
+
},
|
|
1702
|
+
"layout-panel-dock": {
|
|
1703
|
+
"tags": ["view", "bottom", "fix", "anchor", "attach"],
|
|
1704
|
+
"category": "layout",
|
|
1705
|
+
"description": "Dock panel"
|
|
1706
|
+
},
|
|
1707
|
+
"layout-panel-justify": {
|
|
1708
|
+
"tags": ["view", "bottom", "stretch", "fill", "align"],
|
|
1709
|
+
"category": "layout",
|
|
1710
|
+
"description": "Justify panel"
|
|
1711
|
+
},
|
|
1712
|
+
"layout-panel-left": {
|
|
1713
|
+
"tags": ["view", "side", "west", "dock", "vertical"],
|
|
1714
|
+
"category": "layout",
|
|
1715
|
+
"description": "Panel left"
|
|
1716
|
+
},
|
|
1717
|
+
"layout-panel-off": {
|
|
1718
|
+
"tags": ["view", "hide", "close", "remove", "invisible"],
|
|
1719
|
+
"category": "layout",
|
|
1720
|
+
"description": "Hide panel"
|
|
1721
|
+
},
|
|
1722
|
+
"layout-panel-right": {
|
|
1723
|
+
"tags": ["view", "side", "east", "dock", "vertical"],
|
|
1724
|
+
"category": "layout",
|
|
1725
|
+
"description": "Panel right"
|
|
1726
|
+
},
|
|
1727
|
+
"layout-sidebar-left": {
|
|
1728
|
+
"tags": ["view", "explorer", "tree", "west", "dock"],
|
|
1729
|
+
"category": "layout",
|
|
1730
|
+
"description": "Sidebar left"
|
|
1731
|
+
},
|
|
1732
|
+
"layout-sidebar-left-dock": {
|
|
1733
|
+
"tags": ["view", "explorer", "fix", "anchor", "west"],
|
|
1734
|
+
"category": "layout",
|
|
1735
|
+
"description": "Dock sidebar left"
|
|
1736
|
+
},
|
|
1737
|
+
"layout-sidebar-left-off": {
|
|
1738
|
+
"tags": ["view", "hide", "close", "remove", "explorer"],
|
|
1739
|
+
"category": "layout",
|
|
1740
|
+
"description": "Hide sidebar left"
|
|
1741
|
+
},
|
|
1742
|
+
"layout-sidebar-right": {
|
|
1743
|
+
"tags": ["view", "outline", "east", "dock", "secondary"],
|
|
1744
|
+
"category": "layout",
|
|
1745
|
+
"description": "Sidebar right"
|
|
1746
|
+
},
|
|
1747
|
+
"layout-sidebar-right-dock": {
|
|
1748
|
+
"tags": ["view", "outline", "fix", "anchor", "east"],
|
|
1749
|
+
"category": "layout",
|
|
1750
|
+
"description": "Dock sidebar right"
|
|
1751
|
+
},
|
|
1752
|
+
"layout-sidebar-right-off": {
|
|
1753
|
+
"tags": ["view", "hide", "close", "remove", "outline"],
|
|
1754
|
+
"category": "layout",
|
|
1755
|
+
"description": "Hide sidebar right"
|
|
1756
|
+
},
|
|
1757
|
+
"layout-statusbar": {
|
|
1758
|
+
"tags": ["view", "bottom", "footer", "info", "bar"],
|
|
1759
|
+
"category": "layout",
|
|
1760
|
+
"description": "Status bar"
|
|
1761
|
+
},
|
|
1762
|
+
"lightbulb-autofix": {
|
|
1763
|
+
"tags": ["idea", "repair", "solve", "magic", "correct", "suggestion"],
|
|
1764
|
+
"category": "action",
|
|
1765
|
+
"description": "Auto-fix suggestion"
|
|
1766
|
+
},
|
|
1767
|
+
"lightbulb-empty": {
|
|
1768
|
+
"tags": ["idea", "off", "hollow", "outline", "thought", "suggestion"],
|
|
1769
|
+
"category": "general",
|
|
1770
|
+
"description": "Empty lightbulb"
|
|
1771
|
+
},
|
|
1772
|
+
"lightbulb-sparkle": {
|
|
1773
|
+
"tags": ["idea", "ai", "magic", "smart", "suggestion", "intelligent"],
|
|
1774
|
+
"category": "ai",
|
|
1775
|
+
"description": "AI suggestion"
|
|
1776
|
+
},
|
|
1777
|
+
"list-filter": {
|
|
1778
|
+
"tags": ["sort", "refine", "search", "narrow", "view"],
|
|
1779
|
+
"category": "action",
|
|
1780
|
+
"description": "Filter list"
|
|
1781
|
+
},
|
|
1782
|
+
"list-flat": {
|
|
1783
|
+
"tags": ["view", "plain", "simple", "linear", "rows"],
|
|
1784
|
+
"category": "content",
|
|
1785
|
+
"description": "Flat list"
|
|
1786
|
+
},
|
|
1787
|
+
"list-selection": {
|
|
1788
|
+
"tags": ["choose", "pick", "check", "active", "highlight"],
|
|
1789
|
+
"category": "content",
|
|
1790
|
+
"description": "List selection"
|
|
1791
|
+
},
|
|
1792
|
+
"list-tree": {
|
|
1793
|
+
"tags": ["hierarchy", "structure", "nested", "branches", "view", "files", "folders", "directory", "project"],
|
|
1794
|
+
"category": "content",
|
|
1795
|
+
"description": "Tree list"
|
|
1796
|
+
},
|
|
1797
|
+
"live-share": {
|
|
1798
|
+
"tags": ["collaborate", "remote", "pair", "connect", "together"],
|
|
1799
|
+
"category": "communication",
|
|
1800
|
+
"description": "Live Share"
|
|
1801
|
+
},
|
|
1802
|
+
"lock-small": {
|
|
1803
|
+
"tags": ["secure", "private", "mini", "tiny", "key", "readonly"],
|
|
1804
|
+
"category": "security",
|
|
1805
|
+
"description": "Small lock"
|
|
1806
|
+
},
|
|
1807
|
+
"log-in": {
|
|
1808
|
+
"tags": ["sign in", "enter", "access", "auth", "arrow"],
|
|
1809
|
+
"category": "user",
|
|
1810
|
+
"description": "Log in"
|
|
1811
|
+
},
|
|
1812
|
+
"log-out": {
|
|
1813
|
+
"tags": ["sign out", "exit", "leave", "disconnect", "arrow"],
|
|
1814
|
+
"category": "user",
|
|
1815
|
+
"description": "Log out"
|
|
1816
|
+
},
|
|
1817
|
+
"logo-github": {
|
|
1818
|
+
"tags": ["brand", "cat", "octocat", "git", "social"],
|
|
1819
|
+
"category": "brand",
|
|
1820
|
+
"description": "GitHub logo"
|
|
1821
|
+
},
|
|
1822
|
+
"magnet": {
|
|
1823
|
+
"tags": ["stick", "snap", "attract", "pull", "hold"],
|
|
1824
|
+
"category": "tool",
|
|
1825
|
+
"description": "Magnet"
|
|
1826
|
+
},
|
|
1827
|
+
"mail-read": {
|
|
1828
|
+
"tags": ["email", "open", "message", "seen", "envelope"],
|
|
1829
|
+
"category": "communication",
|
|
1830
|
+
"description": "Read mail"
|
|
1831
|
+
},
|
|
1832
|
+
"mail-reply": {
|
|
1833
|
+
"tags": ["email", "respond", "answer", "back", "arrow"],
|
|
1834
|
+
"category": "communication",
|
|
1835
|
+
"description": "Reply to mail"
|
|
1836
|
+
},
|
|
1837
|
+
"map": {
|
|
1838
|
+
"tags": ["location", "guide", "plan", "chart", "area"],
|
|
1839
|
+
"category": "general",
|
|
1840
|
+
"description": "Map"
|
|
1841
|
+
},
|
|
1842
|
+
"map-filled": {
|
|
1843
|
+
"tags": ["location", "guide", "solid", "area", "place"],
|
|
1844
|
+
"category": "general",
|
|
1845
|
+
"description": "Filled map"
|
|
1846
|
+
},
|
|
1847
|
+
"map-vertical": {
|
|
1848
|
+
"tags": ["location", "guide", "up", "down", "chart"],
|
|
1849
|
+
"category": "general",
|
|
1850
|
+
"description": "Vertical map"
|
|
1851
|
+
},
|
|
1852
|
+
"map-vertical-filled": {
|
|
1853
|
+
"tags": ["location", "guide", "solid", "up", "down"],
|
|
1854
|
+
"category": "general",
|
|
1855
|
+
"description": "Filled vertical map"
|
|
1856
|
+
},
|
|
1857
|
+
"mcp": {
|
|
1858
|
+
"tags": ["protocol", "connect", "server", "client", "model", "ai", "tools"],
|
|
1859
|
+
"category": "development",
|
|
1860
|
+
"description": "Model Context Protocol"
|
|
1861
|
+
},
|
|
1862
|
+
"megaphone": {
|
|
1863
|
+
"tags": ["shout", "announce", "broadcast", "loud", "speaker", "notification"],
|
|
1864
|
+
"category": "communication",
|
|
1865
|
+
"description": "Megaphone"
|
|
1866
|
+
},
|
|
1867
|
+
"mention": {
|
|
1868
|
+
"tags": ["at", "tag", "user", "notify", "address", "collaborate", "communication"],
|
|
1869
|
+
"category": "communication",
|
|
1870
|
+
"description": "Mention or @ symbol"
|
|
1871
|
+
},
|
|
1872
|
+
"merge-into": {
|
|
1873
|
+
"tags": ["combine", "join", "unite", "flow", "arrow", "pr", "git"],
|
|
1874
|
+
"category": "git",
|
|
1875
|
+
"description": "Merge into"
|
|
1876
|
+
},
|
|
1877
|
+
"mic-filled": {
|
|
1878
|
+
"tags": ["audio", "voice", "record", "solid", "sound", "text", "speech", "tts"],
|
|
1879
|
+
"category": "device",
|
|
1880
|
+
"description": "Filled microphone"
|
|
1881
|
+
},
|
|
1882
|
+
"milestone": {
|
|
1883
|
+
"tags": ["goal", "target", "flag", "marker", "progress", "git", "project", "issue", "pr"],
|
|
1884
|
+
"category": "general",
|
|
1885
|
+
"description": "Milestone"
|
|
1886
|
+
},
|
|
1887
|
+
"mortar-board": {
|
|
1888
|
+
"tags": ["education", "learn", "school", "degree", "hat"],
|
|
1889
|
+
"category": "general",
|
|
1890
|
+
"description": "Mortar board or graduation"
|
|
1891
|
+
},
|
|
1892
|
+
"multiple-windows": {
|
|
1893
|
+
"tags": ["screens", "views", "panels", "many", "stack"],
|
|
1894
|
+
"category": "window",
|
|
1895
|
+
"description": "Multiple windows"
|
|
1896
|
+
},
|
|
1897
|
+
"music": {
|
|
1898
|
+
"tags": ["note", "sound", "audio", "song", "melody"],
|
|
1899
|
+
"category": "general",
|
|
1900
|
+
"description": "Music note"
|
|
1901
|
+
},
|
|
1902
|
+
"mute": {
|
|
1903
|
+
"tags": ["silent", "quiet", "off", "sound", "volume"],
|
|
1904
|
+
"category": "device",
|
|
1905
|
+
"description": "Mute sound"
|
|
1906
|
+
},
|
|
1907
|
+
"new-collection": {
|
|
1908
|
+
"tags": ["create", "add", "group", "set", "plus"],
|
|
1909
|
+
"category": "general",
|
|
1910
|
+
"description": "New collection"
|
|
1911
|
+
},
|
|
1912
|
+
"newline": {
|
|
1913
|
+
"tags": ["enter", "return", "break", "text", "arrow"],
|
|
1914
|
+
"category": "text",
|
|
1915
|
+
"description": "Newline character"
|
|
1916
|
+
},
|
|
1917
|
+
"no-newline": {
|
|
1918
|
+
"tags": ["stop", "end", "text", "break", "slash"],
|
|
1919
|
+
"category": "text",
|
|
1920
|
+
"description": "No newline"
|
|
1921
|
+
},
|
|
1922
|
+
"notebook-template": {
|
|
1923
|
+
"tags": ["jupyter", "pattern", "layout", "model", "file"],
|
|
1924
|
+
"category": "file",
|
|
1925
|
+
"description": "Notebook template"
|
|
1926
|
+
},
|
|
1927
|
+
"octoface": {
|
|
1928
|
+
"tags": ["github", "cat", "logo", "brand", "face"],
|
|
1929
|
+
"category": "brand",
|
|
1930
|
+
"description": "Octocat face"
|
|
1931
|
+
},
|
|
1932
|
+
"open-in-product": {
|
|
1933
|
+
"tags": ["launch", "external", "view", "app", "arrow"],
|
|
1934
|
+
"category": "action",
|
|
1935
|
+
"description": "Open in product"
|
|
1936
|
+
},
|
|
1937
|
+
"open-preview": {
|
|
1938
|
+
"tags": ["view", "see", "display", "show", "window"],
|
|
1939
|
+
"category": "action",
|
|
1940
|
+
"description": "Open preview"
|
|
1941
|
+
},
|
|
1942
|
+
"paintcan": {
|
|
1943
|
+
"tags": ["color", "fill", "bucket", "art", "design"],
|
|
1944
|
+
"category": "tool",
|
|
1945
|
+
"description": "Paint can"
|
|
1946
|
+
},
|
|
1947
|
+
"pass-filled": {
|
|
1948
|
+
"tags": ["check", "success", "solid", "ok", "done"],
|
|
1949
|
+
"category": "status",
|
|
1950
|
+
"description": "Filled pass icon"
|
|
1951
|
+
},
|
|
1952
|
+
"percentage": {
|
|
1953
|
+
"tags": ["ratio", "math", "number", "rate", "symbol"],
|
|
1954
|
+
"category": "symbol",
|
|
1955
|
+
"description": "Percentage symbol"
|
|
1956
|
+
},
|
|
1957
|
+
"person-add": {
|
|
1958
|
+
"tags": ["user", "invite", "new", "plus", "friend"],
|
|
1959
|
+
"category": "user",
|
|
1960
|
+
"description": "Add person"
|
|
1961
|
+
},
|
|
1962
|
+
"piano": {
|
|
1963
|
+
"tags": ["music", "keys", "instrument", "sound", "play"],
|
|
1964
|
+
"category": "general",
|
|
1965
|
+
"description": "Piano keys"
|
|
1966
|
+
},
|
|
1967
|
+
"pie-chart": {
|
|
1968
|
+
"tags": ["graph", "data", "visualize", "circle", "stats"],
|
|
1969
|
+
"category": "visualization",
|
|
1970
|
+
"description": "Pie chart"
|
|
1971
|
+
},
|
|
1972
|
+
"pinned": {
|
|
1973
|
+
"tags": ["fixed", "sticky", "attached", "saved", "marker"],
|
|
1974
|
+
"category": "action",
|
|
1975
|
+
"description": "Pinned item"
|
|
1976
|
+
},
|
|
1977
|
+
"pinned-dirty": {
|
|
1978
|
+
"tags": ["fixed", "sticky", "unsaved", "modified", "dot"],
|
|
1979
|
+
"category": "action",
|
|
1980
|
+
"description": "Pinned item with changes"
|
|
1981
|
+
},
|
|
1982
|
+
"play-circle": {
|
|
1983
|
+
"tags": ["run", "start", "round", "button", "media"],
|
|
1984
|
+
"category": "action",
|
|
1985
|
+
"description": "Play circle"
|
|
1986
|
+
},
|
|
1987
|
+
"preserve-case": {
|
|
1988
|
+
"tags": ["text", "search", "match", "caps", "font"],
|
|
1989
|
+
"category": "search",
|
|
1990
|
+
"description": "Preserve case"
|
|
1991
|
+
},
|
|
1992
|
+
"primitive-square": {
|
|
1993
|
+
"tags": ["shape", "box", "block", "stop", "solid"],
|
|
1994
|
+
"category": "shape",
|
|
1995
|
+
"description": "Square shape"
|
|
1996
|
+
},
|
|
1997
|
+
"pulse": {
|
|
1998
|
+
"tags": ["heartbeat", "activity", "monitor", "line", "health"],
|
|
1999
|
+
"category": "status",
|
|
2000
|
+
"description": "Pulse or activity"
|
|
2001
|
+
},
|
|
2002
|
+
"python": {
|
|
2003
|
+
"tags": ["language", "code", "snake", "logo", "dev"],
|
|
2004
|
+
"category": "brand",
|
|
2005
|
+
"description": "Python language logo"
|
|
2006
|
+
},
|
|
2007
|
+
"quote": {
|
|
2008
|
+
"tags": ["text", "cite", "reference", "speech", "mark"],
|
|
2009
|
+
"category": "text",
|
|
2010
|
+
"description": "Quote mark"
|
|
2011
|
+
},
|
|
2012
|
+
"quotes": {
|
|
2013
|
+
"tags": ["text", "cite", "reference", "speech", "marks"],
|
|
2014
|
+
"category": "text",
|
|
2015
|
+
"description": "Double quotes"
|
|
2016
|
+
},
|
|
2017
|
+
"radio-tower": {
|
|
2018
|
+
"tags": ["signal", "broadcast", "antenna", "wireless", "connect"],
|
|
2019
|
+
"category": "communication",
|
|
2020
|
+
"description": "Radio tower"
|
|
2021
|
+
},
|
|
2022
|
+
"reactions": {
|
|
2023
|
+
"tags": ["emoji", "face", "emotion", "respond", "feeling"],
|
|
2024
|
+
"category": "communication",
|
|
2025
|
+
"description": "Reactions"
|
|
2026
|
+
},
|
|
2027
|
+
"record-keys": {
|
|
2028
|
+
"tags": ["macro", "type", "input", "save", "keyboard"],
|
|
2029
|
+
"category": "action",
|
|
2030
|
+
"description": "Record keystrokes"
|
|
2031
|
+
},
|
|
2032
|
+
"record-small": {
|
|
2033
|
+
"tags": ["capture", "dot", "mini", "tiny", "circle"],
|
|
2034
|
+
"category": "action",
|
|
2035
|
+
"description": "Small record icon"
|
|
2036
|
+
},
|
|
2037
|
+
"references": {
|
|
2038
|
+
"tags": ["links", "citations", "uses", "calls", "list"],
|
|
2039
|
+
"category": "development",
|
|
2040
|
+
"description": "Code references"
|
|
2041
|
+
},
|
|
2042
|
+
"remote-explorer": {
|
|
2043
|
+
"tags": ["server", "cloud", "ssh", "view", "connect"],
|
|
2044
|
+
"category": "connection",
|
|
2045
|
+
"description": "Remote explorer"
|
|
2046
|
+
},
|
|
2047
|
+
"remove-small": {
|
|
2048
|
+
"tags": ["delete", "minus", "mini", "tiny", "trash"],
|
|
2049
|
+
"category": "action",
|
|
2050
|
+
"description": "Small remove icon"
|
|
2051
|
+
},
|
|
2052
|
+
"rename": {
|
|
2053
|
+
"tags": ["edit", "change", "label", "title", "text"],
|
|
2054
|
+
"category": "action",
|
|
2055
|
+
"description": "Rename"
|
|
2056
|
+
},
|
|
2057
|
+
"replace-all": {
|
|
2058
|
+
"tags": ["swap", "change", "bulk", "many", "substitute"],
|
|
2059
|
+
"category": "action",
|
|
2060
|
+
"description": "Replace all"
|
|
2061
|
+
},
|
|
2062
|
+
"repo-clone": {
|
|
2063
|
+
"tags": ["git", "copy", "download", "duplicate", "project"],
|
|
2064
|
+
"category": "git",
|
|
2065
|
+
"description": "Clone repository"
|
|
2066
|
+
},
|
|
2067
|
+
"repo-fetch": {
|
|
2068
|
+
"tags": ["git", "download", "update", "sync", "get"],
|
|
2069
|
+
"category": "git",
|
|
2070
|
+
"description": "Fetch repository"
|
|
2071
|
+
},
|
|
2072
|
+
"repo-force-push": {
|
|
2073
|
+
"tags": ["git", "upload", "overwrite", "danger", "arrow"],
|
|
2074
|
+
"category": "git",
|
|
2075
|
+
"description": "Force push repository"
|
|
2076
|
+
},
|
|
2077
|
+
"repo-pinned": {
|
|
2078
|
+
"tags": ["git", "favorite", "saved", "fixed", "project"],
|
|
2079
|
+
"category": "git",
|
|
2080
|
+
"description": "Pinned repository"
|
|
2081
|
+
},
|
|
2082
|
+
"repo-pull": {
|
|
2083
|
+
"tags": ["git", "download", "update", "sync", "arrow"],
|
|
2084
|
+
"category": "git",
|
|
2085
|
+
"description": "Pull repository"
|
|
2086
|
+
},
|
|
2087
|
+
"repo-push": {
|
|
2088
|
+
"tags": ["git", "upload", "send", "sync", "arrow"],
|
|
2089
|
+
"category": "git",
|
|
2090
|
+
"description": "Push repository"
|
|
2091
|
+
},
|
|
2092
|
+
"repo-selected": {
|
|
2093
|
+
"tags": ["git", "active", "current", "check", "project"],
|
|
2094
|
+
"category": "git",
|
|
2095
|
+
"description": "Selected repository"
|
|
2096
|
+
},
|
|
2097
|
+
"repo-sync": {
|
|
2098
|
+
"tags": ["git", "refresh", "update", "cycle", "arrows"],
|
|
2099
|
+
"category": "git",
|
|
2100
|
+
"description": "Sync repository"
|
|
2101
|
+
},
|
|
2102
|
+
"request-changes": {
|
|
2103
|
+
"tags": ["pr", "review", "reject", "edit", "feedback"],
|
|
2104
|
+
"category": "git",
|
|
2105
|
+
"description": "Request changes"
|
|
2106
|
+
},
|
|
2107
|
+
"robot": {
|
|
2108
|
+
"tags": ["ai", "bot", "automation", "machine", "android"],
|
|
2109
|
+
"category": "ai",
|
|
2110
|
+
"description": "Robot"
|
|
2111
|
+
},
|
|
2112
|
+
"root-folder": {
|
|
2113
|
+
"tags": ["directory", "base", "home", "start", "project"],
|
|
2114
|
+
"category": "file",
|
|
2115
|
+
"description": "Root folder"
|
|
2116
|
+
},
|
|
2117
|
+
"root-folder-opened": {
|
|
2118
|
+
"tags": ["directory", "base", "home", "expanded", "project"],
|
|
2119
|
+
"category": "file",
|
|
2120
|
+
"description": "Opened root folder"
|
|
2121
|
+
},
|
|
2122
|
+
"rss": {
|
|
2123
|
+
"tags": ["feed", "news", "subscribe", "broadcast", "wifi"],
|
|
2124
|
+
"category": "communication",
|
|
2125
|
+
"description": "RSS feed"
|
|
2126
|
+
},
|
|
2127
|
+
"ruby": {
|
|
2128
|
+
"tags": ["language", "code", "gem", "jewel", "red"],
|
|
2129
|
+
"category": "brand",
|
|
2130
|
+
"description": "Ruby language"
|
|
2131
|
+
},
|
|
2132
|
+
"run-above": {
|
|
2133
|
+
"tags": ["play", "execute", "up", "previous", "start"],
|
|
2134
|
+
"category": "action",
|
|
2135
|
+
"description": "Run above"
|
|
2136
|
+
},
|
|
2137
|
+
"run-all": {
|
|
2138
|
+
"tags": ["play", "execute", "everything", "batch", "start"],
|
|
2139
|
+
"category": "action",
|
|
2140
|
+
"description": "Run all"
|
|
2141
|
+
},
|
|
2142
|
+
"run-all-coverage": {
|
|
2143
|
+
"tags": ["test", "execute", "metrics", "everything", "report"],
|
|
2144
|
+
"category": "debug",
|
|
2145
|
+
"description": "Run all with coverage"
|
|
2146
|
+
},
|
|
2147
|
+
"run-below": {
|
|
2148
|
+
"tags": ["play", "execute", "down", "next", "start"],
|
|
2149
|
+
"category": "action",
|
|
2150
|
+
"description": "Run below"
|
|
2151
|
+
},
|
|
2152
|
+
"run-coverage": {
|
|
2153
|
+
"tags": ["test", "execute", "metrics", "report", "check"],
|
|
2154
|
+
"category": "debug",
|
|
2155
|
+
"description": "Run with coverage"
|
|
2156
|
+
},
|
|
2157
|
+
"run-errors": {
|
|
2158
|
+
"tags": ["test", "fail", "bug", "issue", "problem"],
|
|
2159
|
+
"category": "debug",
|
|
2160
|
+
"description": "Run errors"
|
|
2161
|
+
},
|
|
2162
|
+
"run-with-deps": {
|
|
2163
|
+
"tags": ["play", "execute", "tree", "chain", "link"],
|
|
2164
|
+
"category": "action",
|
|
2165
|
+
"description": "Run with dependencies"
|
|
2166
|
+
},
|
|
2167
|
+
"save-as": {
|
|
2168
|
+
"tags": ["disk", "store", "new", "copy", "file"],
|
|
2169
|
+
"category": "action",
|
|
2170
|
+
"description": "Save as"
|
|
2171
|
+
},
|
|
2172
|
+
"screen-full": {
|
|
2173
|
+
"tags": ["view", "maximize", "expand", "monitor", "display"],
|
|
2174
|
+
"category": "window",
|
|
2175
|
+
"description": "Full screen"
|
|
2176
|
+
},
|
|
2177
|
+
"screen-normal": {
|
|
2178
|
+
"tags": ["view", "restore", "window", "monitor", "display"],
|
|
2179
|
+
"category": "window",
|
|
2180
|
+
"description": "Normal screen"
|
|
2181
|
+
},
|
|
2182
|
+
"screen-cut": {
|
|
2183
|
+
"tags": ["scissors", "snip", "capture", "screenshot", "clip", "cut", "window", "select"],
|
|
2184
|
+
"category": "action",
|
|
2185
|
+
"description": "Scissors cutting screen"
|
|
2186
|
+
},
|
|
2187
|
+
"search-fuzzy": {
|
|
2188
|
+
"tags": ["find", "approximate", "match", "loose", "query"],
|
|
2189
|
+
"category": "search",
|
|
2190
|
+
"description": "Fuzzy search"
|
|
2191
|
+
},
|
|
2192
|
+
"search-large": {
|
|
2193
|
+
"tags": ["find", "big", "magnify", "zoom", "query"],
|
|
2194
|
+
"category": "search",
|
|
2195
|
+
"description": "Large search icon"
|
|
2196
|
+
},
|
|
2197
|
+
"search-sparkle": {
|
|
2198
|
+
"tags": ["ai", "find", "magic", "smart", "query"],
|
|
2199
|
+
"category": "ai",
|
|
2200
|
+
"description": "AI search"
|
|
2201
|
+
},
|
|
2202
|
+
"search-stop": {
|
|
2203
|
+
"tags": ["find", "cancel", "halt", "end", "query"],
|
|
2204
|
+
"category": "search",
|
|
2205
|
+
"description": "Stop search"
|
|
2206
|
+
},
|
|
2207
|
+
"send": {
|
|
2208
|
+
"tags": ["mail", "message", "submit", "paper plane", "go"],
|
|
2209
|
+
"category": "communication",
|
|
2210
|
+
"description": "Send message"
|
|
2211
|
+
},
|
|
2212
|
+
"send-to-remote-agent": {
|
|
2213
|
+
"tags": ["transmit", "upload", "cloud", "server", "go"],
|
|
2214
|
+
"category": "connection",
|
|
2215
|
+
"description": "Send to remote agent"
|
|
2216
|
+
},
|
|
2217
|
+
"server-environment": {
|
|
2218
|
+
"tags": ["host", "cloud", "settings", "config", "box"],
|
|
2219
|
+
"category": "general",
|
|
2220
|
+
"description": "Server environment"
|
|
2221
|
+
},
|
|
2222
|
+
"server-process": {
|
|
2223
|
+
"tags": ["host", "run", "execute", "task", "gear"],
|
|
2224
|
+
"category": "general",
|
|
2225
|
+
"description": "Server process"
|
|
2226
|
+
},
|
|
2227
|
+
"session-in-progress": {
|
|
2228
|
+
"tags": ["working", "busy", "active", "clock", "wait"],
|
|
2229
|
+
"category": "status",
|
|
2230
|
+
"description": "Session in progress"
|
|
2231
|
+
},
|
|
2232
|
+
"share": {
|
|
2233
|
+
"tags": ["export", "send", "link", "collaborate", "arrow"],
|
|
2234
|
+
"category": "action",
|
|
2235
|
+
"description": "Share"
|
|
2236
|
+
},
|
|
2237
|
+
"skip": {
|
|
2238
|
+
"tags": ["next", "jump", "pass", "ignore", "arrow"],
|
|
2239
|
+
"category": "action",
|
|
2240
|
+
"description": "Skip"
|
|
2241
|
+
},
|
|
2242
|
+
"smiley": {
|
|
2243
|
+
"tags": ["face", "happy", "emotion", "good", "smile"],
|
|
2244
|
+
"category": "general",
|
|
2245
|
+
"description": "Smiley face"
|
|
2246
|
+
},
|
|
2247
|
+
"snake": {
|
|
2248
|
+
"tags": ["python", "reptile", "game", "animal", "curve"],
|
|
2249
|
+
"category": "general",
|
|
2250
|
+
"description": "Snake"
|
|
2251
|
+
},
|
|
2252
|
+
"sort-precedence": {
|
|
2253
|
+
"tags": ["order", "rank", "priority", "list", "arrange"],
|
|
2254
|
+
"category": "action",
|
|
2255
|
+
"description": "Sort by precedence"
|
|
2256
|
+
},
|
|
2257
|
+
"sparkle-filled": {
|
|
2258
|
+
"tags": ["ai", "magic", "solid", "star", "shine"],
|
|
2259
|
+
"category": "ai",
|
|
2260
|
+
"description": "Filled sparkle"
|
|
2261
|
+
},
|
|
2262
|
+
"squirrel": {
|
|
2263
|
+
"tags": ["animal", "ship", "release", "deploy", "mascot"],
|
|
2264
|
+
"category": "general",
|
|
2265
|
+
"description": "Squirrel"
|
|
2266
|
+
},
|
|
2267
|
+
"star-full": {
|
|
2268
|
+
"tags": ["favorite", "solid", "rate", "best", "bookmark"],
|
|
2269
|
+
"category": "general",
|
|
2270
|
+
"description": "Full star"
|
|
2271
|
+
},
|
|
2272
|
+
"star-half": {
|
|
2273
|
+
"tags": ["favorite", "partial", "rate", "middle", "bookmark"],
|
|
2274
|
+
"category": "general",
|
|
2275
|
+
"description": "Half star"
|
|
2276
|
+
},
|
|
2277
|
+
"stop-circle": {
|
|
2278
|
+
"tags": ["halt", "end", "cancel", "round", "button"],
|
|
2279
|
+
"category": "action",
|
|
2280
|
+
"description": "Stop circle"
|
|
2281
|
+
},
|
|
2282
|
+
"strikethrough": {
|
|
2283
|
+
"tags": ["text", "format", "delete", "cross", "line"],
|
|
2284
|
+
"category": "text",
|
|
2285
|
+
"description": "Strikethrough text"
|
|
2286
|
+
},
|
|
2287
|
+
"surround-with": {
|
|
2288
|
+
"tags": ["wrap", "enclose", "code", "brackets", "container"],
|
|
2289
|
+
"category": "development",
|
|
2290
|
+
"description": "Surround with"
|
|
2291
|
+
},
|
|
2292
|
+
"symbol-boolean": {
|
|
2293
|
+
"tags": ["code", "true", "false", "logic", "type"],
|
|
2294
|
+
"category": "symbol",
|
|
2295
|
+
"description": "Boolean symbol"
|
|
2296
|
+
},
|
|
2297
|
+
"symbol-color": {
|
|
2298
|
+
"tags": ["code", "paint", "palette", "type", "style"],
|
|
2299
|
+
"category": "symbol",
|
|
2300
|
+
"description": "Color symbol"
|
|
2301
|
+
},
|
|
2302
|
+
"symbol-constant": {
|
|
2303
|
+
"tags": ["code", "fixed", "value", "type", "immutable"],
|
|
2304
|
+
"category": "symbol",
|
|
2305
|
+
"description": "Constant symbol"
|
|
2306
|
+
},
|
|
2307
|
+
"symbol-enum": {
|
|
2308
|
+
"tags": ["code", "list", "options", "type", "set"],
|
|
2309
|
+
"category": "symbol",
|
|
2310
|
+
"description": "Enum symbol"
|
|
2311
|
+
},
|
|
2312
|
+
"symbol-enum-member": {
|
|
2313
|
+
"tags": ["code", "item", "option", "value", "part"],
|
|
2314
|
+
"category": "symbol",
|
|
2315
|
+
"description": "Enum member symbol"
|
|
2316
|
+
},
|
|
2317
|
+
"symbol-field": {
|
|
2318
|
+
"tags": ["code", "property", "variable", "data", "member"],
|
|
2319
|
+
"category": "symbol",
|
|
2320
|
+
"description": "Field symbol"
|
|
2321
|
+
},
|
|
2322
|
+
"symbol-file": {
|
|
2323
|
+
"tags": ["code", "document", "script", "source", "type"],
|
|
2324
|
+
"category": "symbol",
|
|
2325
|
+
"description": "File symbol"
|
|
2326
|
+
},
|
|
2327
|
+
"symbol-interface": {
|
|
2328
|
+
"tags": ["code", "contract", "api", "type", "definition"],
|
|
2329
|
+
"category": "symbol",
|
|
2330
|
+
"description": "Interface symbol"
|
|
2331
|
+
},
|
|
2332
|
+
"symbol-key": {
|
|
2333
|
+
"tags": ["code", "id", "access", "property", "name"],
|
|
2334
|
+
"category": "symbol",
|
|
2335
|
+
"description": "Key symbol"
|
|
2336
|
+
},
|
|
2337
|
+
"symbol-keyword": {
|
|
2338
|
+
"tags": ["code", "reserved", "syntax", "language", "term"],
|
|
2339
|
+
"category": "symbol",
|
|
2340
|
+
"description": "Keyword symbol"
|
|
2341
|
+
},
|
|
2342
|
+
"symbol-method-arrow": {
|
|
2343
|
+
"tags": ["code", "function", "call", "action", "run"],
|
|
2344
|
+
"category": "symbol",
|
|
2345
|
+
"description": "Method arrow symbol"
|
|
2346
|
+
},
|
|
2347
|
+
"symbol-misc": {
|
|
2348
|
+
"tags": ["code", "other", "various", "general", "item"],
|
|
2349
|
+
"category": "symbol",
|
|
2350
|
+
"description": "Miscellaneous symbol"
|
|
2351
|
+
},
|
|
2352
|
+
"symbol-module": {
|
|
2353
|
+
"tags": ["code", "package", "library", "container", "import"],
|
|
2354
|
+
"category": "symbol",
|
|
2355
|
+
"description": "Module symbol"
|
|
2356
|
+
},
|
|
2357
|
+
"symbol-numeric": {
|
|
2358
|
+
"tags": ["code", "number", "digit", "math", "count"],
|
|
2359
|
+
"category": "symbol",
|
|
2360
|
+
"description": "Numeric symbol"
|
|
2361
|
+
},
|
|
2362
|
+
"symbol-operator": {
|
|
2363
|
+
"tags": ["code", "math", "logic", "calc", "function"],
|
|
2364
|
+
"category": "symbol",
|
|
2365
|
+
"description": "Operator symbol"
|
|
2366
|
+
},
|
|
2367
|
+
"symbol-parameter": {
|
|
2368
|
+
"tags": ["code", "input", "argument", "variable", "value"],
|
|
2369
|
+
"category": "symbol",
|
|
2370
|
+
"description": "Parameter symbol"
|
|
2371
|
+
},
|
|
2372
|
+
"symbol-property": {
|
|
2373
|
+
"tags": ["code", "attribute", "field", "value", "data"],
|
|
2374
|
+
"category": "symbol",
|
|
2375
|
+
"description": "Property symbol"
|
|
2376
|
+
},
|
|
2377
|
+
"symbol-reference": {
|
|
2378
|
+
"tags": ["code", "link", "pointer", "alias", "use"],
|
|
2379
|
+
"category": "symbol",
|
|
2380
|
+
"description": "Reference symbol"
|
|
2381
|
+
},
|
|
2382
|
+
"symbol-ruler": {
|
|
2383
|
+
"tags": ["code", "measure", "size", "scale", "unit"],
|
|
2384
|
+
"category": "symbol",
|
|
2385
|
+
"description": "Ruler symbol"
|
|
2386
|
+
},
|
|
2387
|
+
"symbol-snippet": {
|
|
2388
|
+
"tags": ["code", "template", "fragment", "reuse", "paste"],
|
|
2389
|
+
"category": "symbol",
|
|
2390
|
+
"description": "Snippet symbol"
|
|
2391
|
+
},
|
|
2392
|
+
"symbol-string": {
|
|
2393
|
+
"tags": ["code", "text", "chars", "word", "value"],
|
|
2394
|
+
"category": "symbol",
|
|
2395
|
+
"description": "String symbol"
|
|
2396
|
+
},
|
|
2397
|
+
"symbol-structure": {
|
|
2398
|
+
"tags": ["code", "object", "data", "model", "shape"],
|
|
2399
|
+
"category": "symbol",
|
|
2400
|
+
"description": "Structure symbol"
|
|
2401
|
+
},
|
|
2402
|
+
"sync-ignored": {
|
|
2403
|
+
"tags": ["refresh", "skip", "exclude", "update", "circle"],
|
|
2404
|
+
"category": "action",
|
|
2405
|
+
"description": "Sync ignored"
|
|
2406
|
+
},
|
|
2407
|
+
"table": {
|
|
2408
|
+
"tags": ["grid", "data", "rows", "columns", "sheet"],
|
|
2409
|
+
"category": "content",
|
|
2410
|
+
"description": "Table"
|
|
2411
|
+
},
|
|
2412
|
+
"target": {
|
|
2413
|
+
"tags": ["aim", "goal", "bullseye", "focus", "point"],
|
|
2414
|
+
"category": "general",
|
|
2415
|
+
"description": "Target"
|
|
2416
|
+
},
|
|
2417
|
+
"tasklist": {
|
|
2418
|
+
"tags": ["todo", "check", "items", "plan", "manage"],
|
|
2419
|
+
"category": "content",
|
|
2420
|
+
"description": "Task list"
|
|
2421
|
+
},
|
|
2422
|
+
"telescope": {
|
|
2423
|
+
"tags": ["search", "find", "explore", "look", "space"],
|
|
2424
|
+
"category": "search",
|
|
2425
|
+
"description": "Telescope"
|
|
2426
|
+
},
|
|
2427
|
+
"terminal-bash": {
|
|
2428
|
+
"tags": ["console", "shell", "script", "linux", "command"],
|
|
2429
|
+
"category": "application",
|
|
2430
|
+
"description": "Bash terminal"
|
|
2431
|
+
},
|
|
2432
|
+
"terminal-cmd": {
|
|
2433
|
+
"tags": ["console", "shell", "windows", "command", "prompt"],
|
|
2434
|
+
"category": "application",
|
|
2435
|
+
"description": "Command prompt"
|
|
2436
|
+
},
|
|
2437
|
+
"terminal-debian": {
|
|
2438
|
+
"tags": ["console", "shell", "linux", "os", "logo"],
|
|
2439
|
+
"category": "application",
|
|
2440
|
+
"description": "Debian terminal"
|
|
2441
|
+
},
|
|
2442
|
+
"terminal-git-bash": {
|
|
2443
|
+
"tags": ["console", "shell", "git", "command", "logo"],
|
|
2444
|
+
"category": "application",
|
|
2445
|
+
"description": "Git Bash terminal"
|
|
2446
|
+
},
|
|
2447
|
+
"terminal-linux": {
|
|
2448
|
+
"tags": ["console", "shell", "os", "penguin", "logo"],
|
|
2449
|
+
"category": "application",
|
|
2450
|
+
"description": "Linux terminal"
|
|
2451
|
+
},
|
|
2452
|
+
"terminal-powershell": {
|
|
2453
|
+
"tags": ["console", "shell", "windows", "script", "logo"],
|
|
2454
|
+
"category": "application",
|
|
2455
|
+
"description": "PowerShell terminal"
|
|
2456
|
+
},
|
|
2457
|
+
"terminal-tmux": {
|
|
2458
|
+
"tags": ["console", "multiplexer", "split", "window", "tool"],
|
|
2459
|
+
"category": "application",
|
|
2460
|
+
"description": "Tmux terminal"
|
|
2461
|
+
},
|
|
2462
|
+
"terminal-ubuntu": {
|
|
2463
|
+
"tags": ["console", "shell", "linux", "os", "logo"],
|
|
2464
|
+
"category": "application",
|
|
2465
|
+
"description": "Ubuntu terminal"
|
|
2466
|
+
},
|
|
2467
|
+
"thinking": {
|
|
2468
|
+
"tags": ["ai", "brain", "process", "wait", "loading"],
|
|
2469
|
+
"category": "ai",
|
|
2470
|
+
"description": "Thinking"
|
|
2471
|
+
},
|
|
2472
|
+
"three-bars": {
|
|
2473
|
+
"tags": ["menu", "hamburger", "list", "options", "nav"],
|
|
2474
|
+
"category": "navigation",
|
|
2475
|
+
"description": "Three bars menu"
|
|
2476
|
+
},
|
|
2477
|
+
"thumbsdown": {
|
|
2478
|
+
"tags": ["dislike", "bad", "no", "reject", "vote"],
|
|
2479
|
+
"category": "general",
|
|
2480
|
+
"description": "Thumbs down"
|
|
2481
|
+
},
|
|
2482
|
+
"thumbsdown-filled": {
|
|
2483
|
+
"tags": ["dislike", "bad", "no", "reject", "solid"],
|
|
2484
|
+
"category": "general",
|
|
2485
|
+
"description": "Filled thumbs down"
|
|
2486
|
+
},
|
|
2487
|
+
"thumbsup": {
|
|
2488
|
+
"tags": ["like", "good", "yes", "approve", "vote"],
|
|
2489
|
+
"category": "general",
|
|
2490
|
+
"description": "Thumbs up"
|
|
2491
|
+
},
|
|
2492
|
+
"thumbsup-filled": {
|
|
2493
|
+
"tags": ["like", "good", "yes", "approve", "solid"],
|
|
2494
|
+
"category": "general",
|
|
2495
|
+
"description": "Filled thumbs up"
|
|
2496
|
+
},
|
|
2497
|
+
"tools": {
|
|
2498
|
+
"tags": ["settings", "config", "repair", "fix", "utils"],
|
|
2499
|
+
"category": "tool",
|
|
2500
|
+
"description": "Tools"
|
|
2501
|
+
},
|
|
2502
|
+
"triangle-down": {
|
|
2503
|
+
"tags": ["arrow", "direction", "point", "shape", "descend"],
|
|
2504
|
+
"category": "shape",
|
|
2505
|
+
"description": "Triangle pointing down"
|
|
2506
|
+
},
|
|
2507
|
+
"triangle-left": {
|
|
2508
|
+
"tags": ["arrow", "direction", "point", "shape", "back"],
|
|
2509
|
+
"category": "shape",
|
|
2510
|
+
"description": "Triangle pointing left"
|
|
2511
|
+
},
|
|
2512
|
+
"triangle-right": {
|
|
2513
|
+
"tags": ["arrow", "direction", "point", "shape", "forward"],
|
|
2514
|
+
"category": "shape",
|
|
2515
|
+
"description": "Triangle pointing right"
|
|
2516
|
+
},
|
|
2517
|
+
"triangle-up": {
|
|
2518
|
+
"tags": ["arrow", "direction", "point", "shape", "ascend"],
|
|
2519
|
+
"category": "shape",
|
|
2520
|
+
"description": "Triangle pointing up"
|
|
2521
|
+
},
|
|
2522
|
+
"twitter": {
|
|
2523
|
+
"tags": ["social", "bird", "logo", "brand", "share"],
|
|
2524
|
+
"category": "brand",
|
|
2525
|
+
"description": "Twitter logo"
|
|
2526
|
+
},
|
|
2527
|
+
"type-hierarchy": {
|
|
2528
|
+
"tags": ["structure", "class", "tree", "inherit", "view"],
|
|
2529
|
+
"category": "development",
|
|
2530
|
+
"description": "Type hierarchy"
|
|
2531
|
+
},
|
|
2532
|
+
"type-hierarchy-sub": {
|
|
2533
|
+
"tags": ["structure", "child", "down", "inherit", "view"],
|
|
2534
|
+
"category": "development",
|
|
2535
|
+
"description": "Sub-type hierarchy"
|
|
2536
|
+
},
|
|
2537
|
+
"type-hierarchy-super": {
|
|
2538
|
+
"tags": ["structure", "parent", "up", "inherit", "view"],
|
|
2539
|
+
"category": "development",
|
|
2540
|
+
"description": "Super-type hierarchy"
|
|
2541
|
+
},
|
|
2542
|
+
"unarchive": {
|
|
2543
|
+
"tags": ["restore", "open", "unpack", "box", "retrieve"],
|
|
2544
|
+
"category": "file",
|
|
2545
|
+
"description": "Unarchive"
|
|
2546
|
+
},
|
|
2547
|
+
"unfold": {
|
|
2548
|
+
"tags": ["expand", "show", "open", "reveal", "spread"],
|
|
2549
|
+
"category": "action",
|
|
2550
|
+
"description": "Unfold"
|
|
2551
|
+
},
|
|
2552
|
+
"ungroup-by-ref-type": {
|
|
2553
|
+
"tags": ["sort", "list", "flat", "view", "mix"],
|
|
2554
|
+
"category": "action",
|
|
2555
|
+
"description": "Ungroup by reference type"
|
|
2556
|
+
},
|
|
2557
|
+
"unmute": {
|
|
2558
|
+
"tags": ["sound", "volume", "on", "audio", "hear"],
|
|
2559
|
+
"category": "device",
|
|
2560
|
+
"description": "Unmute sound"
|
|
2561
|
+
},
|
|
2562
|
+
"unverified": {
|
|
2563
|
+
"tags": ["check", "hollow", "pending", "wait", "circle"],
|
|
2564
|
+
"category": "status",
|
|
2565
|
+
"description": "Unverified"
|
|
2566
|
+
},
|
|
2567
|
+
"variable": {
|
|
2568
|
+
"tags": ["code", "value", "store", "data", "box"],
|
|
2569
|
+
"category": "symbol",
|
|
2570
|
+
"description": "Variable"
|
|
2571
|
+
},
|
|
2572
|
+
"variable-group": {
|
|
2573
|
+
"tags": ["code", "collection", "set", "list", "data"],
|
|
2574
|
+
"category": "symbol",
|
|
2575
|
+
"description": "Variable group"
|
|
2576
|
+
},
|
|
2577
|
+
"verified-filled": {
|
|
2578
|
+
"tags": ["check", "solid", "approved", "trusted", "ok"],
|
|
2579
|
+
"category": "status",
|
|
2580
|
+
"description": "Filled verified icon"
|
|
2581
|
+
},
|
|
2582
|
+
"versions": {
|
|
2583
|
+
"tags": ["history", "changes", "git", "time", "backup"],
|
|
2584
|
+
"category": "git",
|
|
2585
|
+
"description": "Versions"
|
|
2586
|
+
},
|
|
2587
|
+
"vm": {
|
|
2588
|
+
"tags": ["computer", "server", "remote", "machine", "box"],
|
|
2589
|
+
"category": "device",
|
|
2590
|
+
"description": "Virtual machine"
|
|
2591
|
+
},
|
|
2592
|
+
"vm-active": {
|
|
2593
|
+
"tags": ["computer", "running", "on", "working", "remote"],
|
|
2594
|
+
"category": "device",
|
|
2595
|
+
"description": "Active virtual machine"
|
|
2596
|
+
},
|
|
2597
|
+
"vm-connect": {
|
|
2598
|
+
"tags": ["computer", "link", "remote", "ssh", "join"],
|
|
2599
|
+
"category": "device",
|
|
2600
|
+
"description": "Connect to VM"
|
|
2601
|
+
},
|
|
2602
|
+
"vm-outline": {
|
|
2603
|
+
"tags": ["computer", "box", "shape", "remote", "machine"],
|
|
2604
|
+
"category": "device",
|
|
2605
|
+
"description": "VM outline"
|
|
2606
|
+
},
|
|
2607
|
+
"vm-running": {
|
|
2608
|
+
"tags": ["computer", "play", "active", "on", "remote"],
|
|
2609
|
+
"category": "device",
|
|
2610
|
+
"description": "Running VM"
|
|
2611
|
+
},
|
|
2612
|
+
"vm-small": {
|
|
2613
|
+
"tags": ["computer", "mini", "tiny", "remote", "box"],
|
|
2614
|
+
"category": "device",
|
|
2615
|
+
"description": "Small VM icon"
|
|
2616
|
+
},
|
|
2617
|
+
"vr": {
|
|
2618
|
+
"tags": ["virtual", "reality", "glasses", "headset", "3d"],
|
|
2619
|
+
"category": "device",
|
|
2620
|
+
"description": "VR headset"
|
|
2621
|
+
},
|
|
2622
|
+
"vscode": {
|
|
2623
|
+
"tags": ["editor", "logo", "brand", "microsoft", "code"],
|
|
2624
|
+
"category": "brand",
|
|
2625
|
+
"description": "VS Code logo"
|
|
2626
|
+
},
|
|
2627
|
+
"vscode-insiders": {
|
|
2628
|
+
"tags": ["editor", "logo", "brand", "green", "beta"],
|
|
2629
|
+
"category": "brand",
|
|
2630
|
+
"description": "VS Code Insiders logo"
|
|
2631
|
+
},
|
|
2632
|
+
"wand": {
|
|
2633
|
+
"tags": ["magic", "fix", "auto", "spell", "wizard"],
|
|
2634
|
+
"category": "tool",
|
|
2635
|
+
"description": "Magic wand"
|
|
2636
|
+
},
|
|
2637
|
+
"whitespace": {
|
|
2638
|
+
"tags": ["space", "invisible", "char", "format", "view"],
|
|
2639
|
+
"category": "text",
|
|
2640
|
+
"description": "Whitespace character"
|
|
2641
|
+
},
|
|
2642
|
+
"whole-word": {
|
|
2643
|
+
"tags": ["search", "match", "text", "complete", "exact"],
|
|
2644
|
+
"category": "search",
|
|
2645
|
+
"description": "Match whole word"
|
|
2646
|
+
},
|
|
2647
|
+
"window-active": {
|
|
2648
|
+
"tags": ["view", "current", "focus", "selected", "frame"],
|
|
2649
|
+
"category": "window",
|
|
2650
|
+
"description": "Active window"
|
|
2651
|
+
},
|
|
2652
|
+
"word-wrap": {
|
|
2653
|
+
"tags": ["text", "format", "line", "break", "view"],
|
|
2654
|
+
"category": "text",
|
|
2655
|
+
"description": "Word wrap"
|
|
2656
|
+
},
|
|
2657
|
+
"workspace-unknown": {
|
|
2658
|
+
"tags": ["status", "question", "unsure", "check", "folder"],
|
|
2659
|
+
"category": "status",
|
|
2660
|
+
"description": "Unknown workspace trust"
|
|
2661
|
+
},
|
|
2662
|
+
"workspace-untrusted": {
|
|
2663
|
+
"tags": ["status", "danger", "warning", "shield", "folder", "exclamation"],
|
|
2664
|
+
"category": "status",
|
|
2665
|
+
"description": "Untrusted workspace"
|
|
2666
|
+
},
|
|
2667
|
+
"zap": {
|
|
2668
|
+
"tags": ["flash", "electric", "power", "energy", "fast"],
|
|
2669
|
+
"category": "general",
|
|
2670
|
+
"description": "Zap or flash"
|
|
2671
|
+
}
|
|
2672
|
+
}
|