@iconify-json/codicon 1.2.24 → 1.2.25
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/icons.json +5 -2
- package/info.json +2 -2
- package/package.json +2 -2
package/icons.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"body": "<path fill=\"currentColor\" d=\"M14 7v1H8v6H7V8H1V7h6V1h1v6z\"/>"
|
|
12
12
|
},
|
|
13
13
|
"archive": {
|
|
14
|
-
"body": "<
|
|
14
|
+
"body": "<g fill=\"currentColor\"><path d=\"M10 9H6V8h4z\"/><path fill-rule=\"evenodd\" d=\"M15 2.5v3l-.5.5H14v7.5l-.5.5h-11l-.5-.5V6h-.5L1 5.5v-3l.5-.5h13zM3 13h10V6H3zM2 5h12V3H2z\" clip-rule=\"evenodd\"/></g>"
|
|
15
15
|
},
|
|
16
16
|
"arrow-both": {
|
|
17
17
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m3 9l2.146 2.146l-.707.708l-3-3v-.708l3-3l.707.708L3 8h10l-2.146-2.146l.707-.708l3 3v.708l-3 3l-.707-.707L13 9z\" clip-rule=\"evenodd\"/>"
|
|
@@ -1190,6 +1190,9 @@
|
|
|
1190
1190
|
"send": {
|
|
1191
1191
|
"body": "<path fill=\"currentColor\" d=\"m1 1.91l.78-.41L15 7.449v.95L1.78 14.33L1 13.91L2.583 8zM3.612 8.5L2.33 13.13L13.5 7.9L2.33 2.839l1.282 4.6L9 7.5v1z\"/>"
|
|
1192
1192
|
},
|
|
1193
|
+
"send-to-remote-agent": {
|
|
1194
|
+
"body": "<path fill=\"currentColor\" d=\"M15.724 11.053v.895l-8 4l-.698-.605l1.114-3.342H13v-1H8.14L7.026 7.659l.698-.605zM1 8c0-1.54 1.15-2.82 2.67-2.98l.35-.04l.09-.34A3.49 3.49 0 0 1 7.5 2C9.43 2 11 3.57 11 5.5V6h.5A2.5 2.5 0 0 1 14 8.5v.02l.95.47c.03-.16.05-.32.05-.49c0-1.77-1.32-3.24-3.02-3.47A4.517 4.517 0 0 0 7.5 1C5.55 1 3.84 2.25 3.23 4.07A4 4 0 0 0 0 8c0 2.21 1.79 4 4 4h3v-1H4c-1.65 0-3-1.35-3-3\"/>"
|
|
1195
|
+
},
|
|
1193
1196
|
"server": {
|
|
1194
1197
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2.5 5L2 4.5v-3l.5-.5h11l.5.5v3l-.5.5zM10 2H9v1H8V2H7v1H6V2H5v1H4V2H3v2h10V2h-2v1h-1zm-7.5 8L2 9.5v-3l.5-.5h11l.5.5v3l-.5.5zM6 7H5v1H4V7H3v2h10V7h-2v1h-1V7H9v1H8V7H7v1H6zm7.5 8l.5-.5v-3l-.5-.5h-11l-.5.5v3l.5.5zM3 14v-2h1v1h1v-1h1v1h1v-1h1v1h1v-1h1v1h1v-1h2v2z\" clip-rule=\"evenodd\"/>"
|
|
1195
1198
|
},
|
|
@@ -1535,5 +1538,5 @@
|
|
|
1535
1538
|
"parent": "circle-small-filled"
|
|
1536
1539
|
}
|
|
1537
1540
|
},
|
|
1538
|
-
"lastModified":
|
|
1541
|
+
"lastModified": 1753246500
|
|
1539
1542
|
}
|
package/info.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-json/codicon",
|
|
3
3
|
"description": "Codicons icon set in Iconify JSON format",
|
|
4
|
-
"version": "1.2.
|
|
5
|
-
"iconSetVersion": "0.0.
|
|
4
|
+
"version": "1.2.25",
|
|
5
|
+
"iconSetVersion": "0.0.38",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.mjs",
|
|
8
8
|
"types": "index.d.ts",
|