@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.css +2 -1
- package/dist/codicon.csv +1 -0
- package/dist/codicon.html +28 -1
- package/dist/codicon.svg +1 -1
- package/dist/codicon.ttf +0 -0
- package/dist/codiconsLibrary.ts +1 -0
- package/dist/metadata.json +11 -0
- package/package.json +1 -1
- package/src/icons/cloud-compact.svg +1 -0
- package/src/template/mapping.json +3 -0
- package/src/template/metadata.json +11 -0
package/dist/codicon.ttf
CHANGED
|
Binary file
|
package/dist/codiconsLibrary.ts
CHANGED
|
@@ -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;
|
package/dist/metadata.json
CHANGED
|
@@ -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
|
@@ -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>
|
|
@@ -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",
|