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