@vscode/codicons 0.0.46-13 → 0.0.46-14

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,5 @@ 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),
717
718
  } as const;
@@ -1092,6 +1092,17 @@
1092
1092
  "category": "storage",
1093
1093
  "description": "Cloud service or storage"
1094
1094
  },
1095
+ "cloud-compact": {
1096
+ "tags": [
1097
+ "online",
1098
+ "service",
1099
+ "storage",
1100
+ "remote",
1101
+ "compact"
1102
+ ],
1103
+ "category": "storage",
1104
+ "description": "Cloud service or storage (compact variant)"
1105
+ },
1095
1106
  "cloud-download": {
1096
1107
  "tags": [
1097
1108
  "install",
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-14",
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="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>
@@ -1899,5 +1899,8 @@
1899
1899
  ],
1900
1900
  "60606": [
1901
1901
  "developer-tools"
1902
+ ],
1903
+ "60607": [
1904
+ "cloud-compact"
1902
1905
  ]
1903
1906
  }
@@ -1092,6 +1092,17 @@
1092
1092
  "category": "storage",
1093
1093
  "description": "Cloud service or storage"
1094
1094
  },
1095
+ "cloud-compact": {
1096
+ "tags": [
1097
+ "online",
1098
+ "service",
1099
+ "storage",
1100
+ "remote",
1101
+ "compact"
1102
+ ],
1103
+ "category": "storage",
1104
+ "description": "Cloud service or storage (compact variant)"
1105
+ },
1095
1106
  "cloud-download": {
1096
1107
  "tags": [
1097
1108
  "install",