@vscode/codicons 0.0.46-32 → 0.0.46-34

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
@@ -761,4 +761,5 @@ export const codiconsLibrary = {
761
761
  arrowUpCompact: register('arrow-up-compact', 0xeceb),
762
762
  xai: register('xai', 0xecec),
763
763
  arrowCircleUpSparkle: register('arrow-circle-up-sparkle', 0xeced),
764
+ closeSmall: register('close-small', 0xecee),
764
765
  } as const;
@@ -1118,6 +1118,18 @@
1118
1118
  "category": "action",
1119
1119
  "description": "Close or dismiss (compact 12x12 variant)"
1120
1120
  },
1121
+ "close-small": {
1122
+ "tags": [
1123
+ "x",
1124
+ "cancel",
1125
+ "dismiss",
1126
+ "remove",
1127
+ "exit",
1128
+ "small"
1129
+ ],
1130
+ "category": "action",
1131
+ "description": "Small close or dismiss icon"
1132
+ },
1121
1133
  "cloud": {
1122
1134
  "tags": [
1123
1135
  "online",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/codicons",
3
- "version": "0.0.46-32",
3
+ "version": "0.0.46-34",
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="16" height="16" viewBox="0 0 16 16" fill="currentColor"><path d="M12.3535 4.35352L8.70703 8L12.3535 11.6465L11.6465 12.3535L8 8.70703L4.35352 12.3535L3.64648 11.6465L7.29297 8L3.64648 4.35352L4.35352 3.64648L8 7.29297L11.6465 3.64648L12.3535 4.35352Z"/><path d="M8.70698 8.00023L12.353 4.35423C12.548 4.15923 12.548 3.84223 12.353 3.64723C12.158 3.45223 11.841 3.45223 11.646 3.64723L7.99998 7.29323L4.35398 3.64723C4.15898 3.45223 3.84198 3.45223 3.64698 3.64723C3.45198 3.84223 3.45198 4.15923 3.64698 4.35423L7.29298 8.00023L3.64698 11.6462C3.45198 11.8412 3.45198 12.1582 3.64698 12.3532C3.74498 12.4512 3.87298 12.4992 4.00098 12.4992C4.12898 12.4992 4.25698 12.4502 4.35498 12.3532L8.00098 8.70723L11.647 12.3532C11.745 12.4512 11.873 12.4992 12.001 12.4992C12.129 12.4992 12.257 12.4502 12.355 12.3532C12.55 12.1582 12.55 11.8412 12.355 11.6462L8.70898 8.00023H8.70698Z"/></svg>
@@ -2040,5 +2040,8 @@
2040
2040
  ],
2041
2041
  "60653": [
2042
2042
  "arrow-circle-up-sparkle"
2043
+ ],
2044
+ "60654": [
2045
+ "close-small"
2043
2046
  ]
2044
2047
  }
@@ -1118,6 +1118,18 @@
1118
1118
  "category": "action",
1119
1119
  "description": "Close or dismiss (compact 12x12 variant)"
1120
1120
  },
1121
+ "close-small": {
1122
+ "tags": [
1123
+ "x",
1124
+ "cancel",
1125
+ "dismiss",
1126
+ "remove",
1127
+ "exit",
1128
+ "small"
1129
+ ],
1130
+ "category": "action",
1131
+ "description": "Small close or dismiss icon"
1132
+ },
1121
1133
  "cloud": {
1122
1134
  "tags": [
1123
1135
  "online",