@vscode/codicons 0.0.46-13 → 0.0.46-15

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.ttf CHANGED
Binary file
@@ -714,4 +714,9 @@ export const codiconsLibrary = {
714
714
  vmPending: register('vm-pending', 0xecbc),
715
715
  worktreeCompact: register('worktree-compact', 0xecbd),
716
716
  developerTools: register('developer-tools', 0xecbe),
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),
717
722
  } as const;
@@ -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",
@@ -1092,6 +1117,17 @@
1092
1117
  "category": "storage",
1093
1118
  "description": "Cloud service or storage"
1094
1119
  },
1120
+ "cloud-compact": {
1121
+ "tags": [
1122
+ "online",
1123
+ "service",
1124
+ "storage",
1125
+ "remote",
1126
+ "compact"
1127
+ ],
1128
+ "category": "storage",
1129
+ "description": "Cloud service or storage (compact variant)"
1130
+ },
1095
1131
  "cloud-download": {
1096
1132
  "tags": [
1097
1133
  "install",
@@ -5409,6 +5445,18 @@
5409
5445
  "category": "settings",
5410
5446
  "description": "Settings or preferences"
5411
5447
  },
5448
+ "settings-compact": {
5449
+ "tags": [
5450
+ "sliders",
5451
+ "controls",
5452
+ "configuration",
5453
+ "preferences",
5454
+ "options",
5455
+ "compact"
5456
+ ],
5457
+ "category": "settings",
5458
+ "description": "Settings or preferences (compact 12x12 variant)"
5459
+ },
5412
5460
  "settings-gear": {
5413
5461
  "tags": [
5414
5462
  "configuration",
@@ -6460,6 +6508,18 @@
6460
6508
  "category": "device",
6461
6509
  "description": "Active virtual machine"
6462
6510
  },
6511
+ "vm-compact": {
6512
+ "tags": [
6513
+ "computer",
6514
+ "server",
6515
+ "remote",
6516
+ "machine",
6517
+ "box",
6518
+ "compact"
6519
+ ],
6520
+ "category": "device",
6521
+ "description": "Virtual machine (compact 12x12 variant)"
6522
+ },
6463
6523
  "vm-connect": {
6464
6524
  "tags": [
6465
6525
  "computer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-13",
3
+ "version": "0.0.46-15",
4
4
  "fontVersion": "1.15",
5
5
  "description": "The icon font for Visual Studio Code",
6
6
  "license": "CC-BY-4.0",
@@ -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="M9 10H3C1.35 10 0 8.65 0 7C0 5.51 1.1 4.26 2.53 4.04C2.76 2.33 4.23 1 6 1C7.77 1 9.24 2.32 9.47 4.04C10.9 4.27 12 5.51 12 7C12 8.65 10.65 10 9 10ZM6 2C4.62 2 3.5 3.12 3.5 4.5C3.5 4.78 3.28 5 3 5C1.9 5 1 5.9 1 7C1 8.1 1.9 9 3 9H9C10.1 9 11 8.1 11 7C11 5.9 10.1 5 9 5C8.72 5 8.5 4.78 8.5 4.5C8.5 3.12 7.38 2 6 2Z"/></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>
@@ -1899,5 +1899,20 @@
1899
1899
  ],
1900
1900
  "60606": [
1901
1901
  "developer-tools"
1902
+ ],
1903
+ "60607": [
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"
1902
1917
  ]
1903
1918
  }
@@ -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",
@@ -1092,6 +1117,17 @@
1092
1117
  "category": "storage",
1093
1118
  "description": "Cloud service or storage"
1094
1119
  },
1120
+ "cloud-compact": {
1121
+ "tags": [
1122
+ "online",
1123
+ "service",
1124
+ "storage",
1125
+ "remote",
1126
+ "compact"
1127
+ ],
1128
+ "category": "storage",
1129
+ "description": "Cloud service or storage (compact variant)"
1130
+ },
1095
1131
  "cloud-download": {
1096
1132
  "tags": [
1097
1133
  "install",
@@ -5409,6 +5445,18 @@
5409
5445
  "category": "settings",
5410
5446
  "description": "Settings or preferences"
5411
5447
  },
5448
+ "settings-compact": {
5449
+ "tags": [
5450
+ "sliders",
5451
+ "controls",
5452
+ "configuration",
5453
+ "preferences",
5454
+ "options",
5455
+ "compact"
5456
+ ],
5457
+ "category": "settings",
5458
+ "description": "Settings or preferences (compact 12x12 variant)"
5459
+ },
5412
5460
  "settings-gear": {
5413
5461
  "tags": [
5414
5462
  "configuration",
@@ -6460,6 +6508,18 @@
6460
6508
  "category": "device",
6461
6509
  "description": "Active virtual machine"
6462
6510
  },
6511
+ "vm-compact": {
6512
+ "tags": [
6513
+ "computer",
6514
+ "server",
6515
+ "remote",
6516
+ "machine",
6517
+ "box",
6518
+ "compact"
6519
+ ],
6520
+ "category": "device",
6521
+ "description": "Virtual machine (compact 12x12 variant)"
6522
+ },
6463
6523
  "vm-connect": {
6464
6524
  "tags": [
6465
6525
  "computer",