@vscode/codicons 0.0.46-14 → 0.0.46-16
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/dist/codicon.css +6 -1
- package/dist/codicon.csv +5 -0
- package/dist/codicon.html +142 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +5 -0
- package/dist/metadata.json +61 -0
- package/package.json +1 -1
- package/src/icons/agent-compact.svg +1 -0
- package/src/icons/ask-compact.svg +1 -0
- package/src/icons/run-compact.svg +1 -0
- package/src/icons/settings-compact.svg +1 -0
- package/src/icons/vm-compact.svg +1 -0
- package/src/template/mapping.json +15 -0
- package/src/template/metadata.json +61 -0
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/dist/codiconsLibrary.ts
CHANGED
|
@@ -715,4 +715,9 @@ export const codiconsLibrary = {
|
|
|
715
715
|
worktreeCompact: register('worktree-compact', 0xecbd),
|
|
716
716
|
developerTools: register('developer-tools', 0xecbe),
|
|
717
717
|
cloudCompact: register('cloud-compact', 0xecbf),
|
|
718
|
+
agentCompact: register('agent-compact', 0xecc0),
|
|
719
|
+
askCompact: register('ask-compact', 0xecc1),
|
|
720
|
+
settingsCompact: register('settings-compact', 0xecc2),
|
|
721
|
+
vmCompact: register('vm-compact', 0xecc3),
|
|
722
|
+
runCompact: register('run-compact', 0xecc4),
|
|
718
723
|
} as const;
|
package/dist/metadata.json
CHANGED
|
@@ -70,6 +70,18 @@
|
|
|
70
70
|
"category": "ai",
|
|
71
71
|
"description": "AI agent or bot"
|
|
72
72
|
},
|
|
73
|
+
"agent-compact": {
|
|
74
|
+
"tags": [
|
|
75
|
+
"ai",
|
|
76
|
+
"bot",
|
|
77
|
+
"assistant",
|
|
78
|
+
"robot",
|
|
79
|
+
"service",
|
|
80
|
+
"compact"
|
|
81
|
+
],
|
|
82
|
+
"category": "ai",
|
|
83
|
+
"description": "AI agent or bot (compact 12x12 variant)"
|
|
84
|
+
},
|
|
73
85
|
"alert": {
|
|
74
86
|
"tags": [
|
|
75
87
|
"warning",
|
|
@@ -267,6 +279,19 @@
|
|
|
267
279
|
"category": "communication",
|
|
268
280
|
"description": "Question mark in chat bubble"
|
|
269
281
|
},
|
|
282
|
+
"ask-compact": {
|
|
283
|
+
"tags": [
|
|
284
|
+
"question",
|
|
285
|
+
"help",
|
|
286
|
+
"chat",
|
|
287
|
+
"inquiry",
|
|
288
|
+
"message",
|
|
289
|
+
"bubble",
|
|
290
|
+
"compact"
|
|
291
|
+
],
|
|
292
|
+
"category": "communication",
|
|
293
|
+
"description": "Question mark in chat bubble (compact 12x12 variant)"
|
|
294
|
+
},
|
|
270
295
|
"attach": {
|
|
271
296
|
"tags": [
|
|
272
297
|
"clip",
|
|
@@ -5165,6 +5190,18 @@
|
|
|
5165
5190
|
"category": "action",
|
|
5166
5191
|
"description": "Run below"
|
|
5167
5192
|
},
|
|
5193
|
+
"run-compact": {
|
|
5194
|
+
"tags": [
|
|
5195
|
+
"play",
|
|
5196
|
+
"execute",
|
|
5197
|
+
"start",
|
|
5198
|
+
"triangle",
|
|
5199
|
+
"go",
|
|
5200
|
+
"compact"
|
|
5201
|
+
],
|
|
5202
|
+
"category": "action",
|
|
5203
|
+
"description": "Run or execute (compact)"
|
|
5204
|
+
},
|
|
5168
5205
|
"run-coverage": {
|
|
5169
5206
|
"tags": [
|
|
5170
5207
|
"test",
|
|
@@ -5420,6 +5457,18 @@
|
|
|
5420
5457
|
"category": "settings",
|
|
5421
5458
|
"description": "Settings or preferences"
|
|
5422
5459
|
},
|
|
5460
|
+
"settings-compact": {
|
|
5461
|
+
"tags": [
|
|
5462
|
+
"sliders",
|
|
5463
|
+
"controls",
|
|
5464
|
+
"configuration",
|
|
5465
|
+
"preferences",
|
|
5466
|
+
"options",
|
|
5467
|
+
"compact"
|
|
5468
|
+
],
|
|
5469
|
+
"category": "settings",
|
|
5470
|
+
"description": "Settings or preferences (compact 12x12 variant)"
|
|
5471
|
+
},
|
|
5423
5472
|
"settings-gear": {
|
|
5424
5473
|
"tags": [
|
|
5425
5474
|
"configuration",
|
|
@@ -6471,6 +6520,18 @@
|
|
|
6471
6520
|
"category": "device",
|
|
6472
6521
|
"description": "Active virtual machine"
|
|
6473
6522
|
},
|
|
6523
|
+
"vm-compact": {
|
|
6524
|
+
"tags": [
|
|
6525
|
+
"computer",
|
|
6526
|
+
"server",
|
|
6527
|
+
"remote",
|
|
6528
|
+
"machine",
|
|
6529
|
+
"box",
|
|
6530
|
+
"compact"
|
|
6531
|
+
],
|
|
6532
|
+
"category": "device",
|
|
6533
|
+
"description": "Virtual machine (compact 12x12 variant)"
|
|
6534
|
+
},
|
|
6474
6535
|
"vm-connect": {
|
|
6475
6536
|
"tags": [
|
|
6476
6537
|
"computer",
|
package/package.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M8.02002 11H7.00002C6.72002 11 6.50002 10.78 6.50002 10.5C6.50002 10.22 6.72002 10 7.00002 10H8.02002C8.20002 10 8.36002 9.9 8.45002 9.75L10.47 6.25C10.56 6.1 10.56 5.9 10.47 5.75L8.45002 2.25C8.24002 1.89 7.61002 1.99 7.50002 2.4L5.46002 9.87C5.28002 10.54 4.67002 11 3.98002 11C3.45002 11 2.95002 10.71 2.68002 10.25L0.66002 6.75C0.39002 6.29 0.39002 5.71 0.66002 5.25L2.68002 1.75C2.95002 1.29 3.44002 1 3.98002 1H5.00002C5.28002 1 5.50002 1.22 5.50002 1.5C5.50002 1.78 5.28002 2 5.00002 2H3.98002C3.80002 2 3.64002 2.1 3.55002 2.25L1.53002 5.75C1.44002 5.9 1.44002 6.1 1.53002 6.25L3.55002 9.75C3.76002 10.11 4.39002 10.01 4.50002 9.6L6.54002 2.13C6.72002 1.46 7.33002 1 8.02002 1C8.55002 1 9.05002 1.29 9.32002 1.75L11.34 5.25C11.61 5.71 11.61 6.29 11.34 6.75L9.32002 10.25C9.05002 10.71 8.56002 11 8.02002 11Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M6 1C3.24 1 1 3.24 1 6C1 6.87 1.22 7.69 1.61 8.4L1.02 10.35C0.97 10.53 1.02 10.72 1.14 10.85C1.27 10.98 1.46 11.03 1.64 10.97L3.59 10.38C4.3 10.77 5.13 11 6 11C8.76 11 11 8.76 11 6C11 3.24 8.76 1 6 1ZM6 10C5.23 10 4.52 9.79 3.91 9.41C3.79 9.34 3.64 9.32 3.5 9.36L2.24 9.74L2.62 8.48C2.66 8.34 2.64 8.2 2.57 8.07C2.2 7.46 1.99 6.75 1.99 5.99C1.99 3.78 3.78 1.99 5.99 1.99C8.2 1.99 9.99 3.78 9.99 5.99C9.99 8.2 8.2 9.99 5.99 9.99L6 10ZM6.62 8.5C6.62 8.84 6.34 9.12 6 9.12C5.66 9.12 5.38 8.84 5.38 8.5C5.38 8.16 5.66 7.88 6 7.88C6.34 7.88 6.62 8.16 6.62 8.5ZM7.85 4.95C7.85 5.54 7.64 5.86 7.12 6.27L6.84 6.48C6.59 6.67 6.51 6.78 6.49 6.93V7.09C6.44 7.32 6.23 7.5 5.99 7.5C5.71 7.5 5.49 7.28 5.49 7C5.49 6.43 5.7 6.12 6.21 5.71L6.49 5.49C6.78 5.26 6.85 5.15 6.85 4.95C6.85 4.39 6.47 4 6 4C5.53 4 5.14 4.37 5.15 4.94C5.15 5.22 4.93 5.44 4.65 5.44C4.37 5.44 4.15 5.22 4.15 4.94C4.14 3.8 4.96 2.99 6 2.99C7.04 2.99 7.85 3.84 7.85 4.94V4.95Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M3.5 10.5C2.67 10.5 2 9.83 2 9V3C2 2.17 2.67 1.5 3.5 1.5C3.76 1.5 4.02 1.57 4.24 1.7L9.87 4.92C10.26 5.14 10.5 5.56 10.5 6.01C10.5 6.46 10.26 6.87 9.87 7.1L4.24 10.32C4.01 10.45 3.76 10.52 3.5 10.52V10.5ZM3.5 2.5C3.22 2.5 3 2.72 3 3V9C3 9.36 3.43 9.61 3.75 9.43L9.37 6.21C9.43 6.17 9.5 6.1 9.5 5.99C9.5 5.88 9.43 5.81 9.37 5.77L3.75 2.56C3.67 2.52 3.59 2.5 3.5 2.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M1.5 4H6.09C6.3 4.58 6.85 5 7.5 5C8.15 5 8.71 4.58 8.91 4H10.5C10.78 4 11 3.78 11 3.5C11 3.22 10.78 3 10.5 3H8.91C8.7 2.42 8.15 2 7.5 2C6.85 2 6.29 2.42 6.09 3H1.5C1.22 3 1 3.22 1 3.5C1 3.78 1.22 4 1.5 4ZM7.5 3C7.78 3 8 3.22 8 3.5C8 3.78 7.78 4 7.5 4C7.22 4 7 3.78 7 3.5C7 3.22 7.22 3 7.5 3ZM10.5 8H5.91C5.7 7.42 5.15 7 4.5 7C3.85 7 3.29 7.42 3.09 8H1.5C1.22 8 1 8.22 1 8.5C1 8.78 1.22 9 1.5 9H3.09C3.3 9.58 3.85 10 4.5 10C5.15 10 5.71 9.58 5.91 9H10.5C10.78 9 11 8.78 11 8.5C11 8.22 10.78 8 10.5 8ZM4.5 9C4.22 9 4 8.78 4 8.5C4 8.22 4.22 8 4.5 8C4.78 8 5 8.22 5 8.5C5 8.78 4.78 9 4.5 9Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="currentColor"><path d="M10 0H2C0.9 0 0 0.9 0 2V8C0 9.1 0.9 10 2 10H4V11H2.5C2.22 11 2 11.22 2 11.5C2 11.78 2.22 12 2.5 12H9.5C9.78 12 10 11.78 10 11.5C10 11.22 9.78 11 9.5 11H8V10H10C11.1 10 12 9.1 12 8V2C12 0.9 11.1 0 10 0ZM7 11H5V10H7V11ZM11 8C11 8.55 10.55 9 10 9H2C1.45 9 1 8.55 1 8V2C1 1.45 1.45 1 2 1H10C10.55 1 11 1.45 11 2V8Z"/></svg>
|
|
@@ -1902,5 +1902,20 @@
|
|
|
1902
1902
|
],
|
|
1903
1903
|
"60607": [
|
|
1904
1904
|
"cloud-compact"
|
|
1905
|
+
],
|
|
1906
|
+
"60608": [
|
|
1907
|
+
"agent-compact"
|
|
1908
|
+
],
|
|
1909
|
+
"60609": [
|
|
1910
|
+
"ask-compact"
|
|
1911
|
+
],
|
|
1912
|
+
"60610": [
|
|
1913
|
+
"settings-compact"
|
|
1914
|
+
],
|
|
1915
|
+
"60611": [
|
|
1916
|
+
"vm-compact"
|
|
1917
|
+
],
|
|
1918
|
+
"60612": [
|
|
1919
|
+
"run-compact"
|
|
1905
1920
|
]
|
|
1906
1921
|
}
|
|
@@ -70,6 +70,18 @@
|
|
|
70
70
|
"category": "ai",
|
|
71
71
|
"description": "AI agent or bot"
|
|
72
72
|
},
|
|
73
|
+
"agent-compact": {
|
|
74
|
+
"tags": [
|
|
75
|
+
"ai",
|
|
76
|
+
"bot",
|
|
77
|
+
"assistant",
|
|
78
|
+
"robot",
|
|
79
|
+
"service",
|
|
80
|
+
"compact"
|
|
81
|
+
],
|
|
82
|
+
"category": "ai",
|
|
83
|
+
"description": "AI agent or bot (compact 12x12 variant)"
|
|
84
|
+
},
|
|
73
85
|
"alert": {
|
|
74
86
|
"tags": [
|
|
75
87
|
"warning",
|
|
@@ -267,6 +279,19 @@
|
|
|
267
279
|
"category": "communication",
|
|
268
280
|
"description": "Question mark in chat bubble"
|
|
269
281
|
},
|
|
282
|
+
"ask-compact": {
|
|
283
|
+
"tags": [
|
|
284
|
+
"question",
|
|
285
|
+
"help",
|
|
286
|
+
"chat",
|
|
287
|
+
"inquiry",
|
|
288
|
+
"message",
|
|
289
|
+
"bubble",
|
|
290
|
+
"compact"
|
|
291
|
+
],
|
|
292
|
+
"category": "communication",
|
|
293
|
+
"description": "Question mark in chat bubble (compact 12x12 variant)"
|
|
294
|
+
},
|
|
270
295
|
"attach": {
|
|
271
296
|
"tags": [
|
|
272
297
|
"clip",
|
|
@@ -5165,6 +5190,18 @@
|
|
|
5165
5190
|
"category": "action",
|
|
5166
5191
|
"description": "Run below"
|
|
5167
5192
|
},
|
|
5193
|
+
"run-compact": {
|
|
5194
|
+
"tags": [
|
|
5195
|
+
"play",
|
|
5196
|
+
"execute",
|
|
5197
|
+
"start",
|
|
5198
|
+
"triangle",
|
|
5199
|
+
"go",
|
|
5200
|
+
"compact"
|
|
5201
|
+
],
|
|
5202
|
+
"category": "action",
|
|
5203
|
+
"description": "Run or execute (compact)"
|
|
5204
|
+
},
|
|
5168
5205
|
"run-coverage": {
|
|
5169
5206
|
"tags": [
|
|
5170
5207
|
"test",
|
|
@@ -5420,6 +5457,18 @@
|
|
|
5420
5457
|
"category": "settings",
|
|
5421
5458
|
"description": "Settings or preferences"
|
|
5422
5459
|
},
|
|
5460
|
+
"settings-compact": {
|
|
5461
|
+
"tags": [
|
|
5462
|
+
"sliders",
|
|
5463
|
+
"controls",
|
|
5464
|
+
"configuration",
|
|
5465
|
+
"preferences",
|
|
5466
|
+
"options",
|
|
5467
|
+
"compact"
|
|
5468
|
+
],
|
|
5469
|
+
"category": "settings",
|
|
5470
|
+
"description": "Settings or preferences (compact 12x12 variant)"
|
|
5471
|
+
},
|
|
5423
5472
|
"settings-gear": {
|
|
5424
5473
|
"tags": [
|
|
5425
5474
|
"configuration",
|
|
@@ -6471,6 +6520,18 @@
|
|
|
6471
6520
|
"category": "device",
|
|
6472
6521
|
"description": "Active virtual machine"
|
|
6473
6522
|
},
|
|
6523
|
+
"vm-compact": {
|
|
6524
|
+
"tags": [
|
|
6525
|
+
"computer",
|
|
6526
|
+
"server",
|
|
6527
|
+
"remote",
|
|
6528
|
+
"machine",
|
|
6529
|
+
"box",
|
|
6530
|
+
"compact"
|
|
6531
|
+
],
|
|
6532
|
+
"category": "device",
|
|
6533
|
+
"description": "Virtual machine (compact 12x12 variant)"
|
|
6534
|
+
},
|
|
6474
6535
|
"vm-connect": {
|
|
6475
6536
|
"tags": [
|
|
6476
6537
|
"computer",
|