@iconify-json/codicon 1.1.36 → 1.1.37
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 +7 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -383,12 +383,18 @@
|
|
|
383
383
|
"diff-modified": {
|
|
384
384
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 1h13l.5.5v13l-.5.5h-13l-.5-.5v-13l.5-.5zM2 2v12h12V2H2zm6 9a3 3 0 1 0 0-6a3 3 0 0 0 0 6z\" clip-rule=\"evenodd\"/>"
|
|
385
385
|
},
|
|
386
|
+
"diff-multiple": {
|
|
387
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"m9.71 1.29l3 3L13 5v9l-1 1H3l-1-1V2l1-1h6l.71.29ZM3 14h9V5L9 2H3v12Zm4-8H5v1h2v2h1V7h2V6H8V4H7v2Zm-2 5h5v1H5v-1Z\" clip-rule=\"evenodd\"/><path d=\"m12.42 1l2.29 2.29L15 4v10l-1 1V4l-3-3h1.42Z\"/></g>"
|
|
388
|
+
},
|
|
386
389
|
"diff-removed": {
|
|
387
390
|
"body": "<g fill=\"currentColor\"><path d=\"M10 7v1H5V7h5z\"/><path fill-rule=\"evenodd\" d=\"M1.5 1h12l.5.5v12l-.5.5h-12l-.5-.5v-12l.5-.5zM2 13h11V2H2v11z\" clip-rule=\"evenodd\"/></g>"
|
|
388
391
|
},
|
|
389
392
|
"diff-renamed": {
|
|
390
393
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 1h13l.5.5v13l-.5.5h-13l-.5-.5v-13l.5-.5zM2 14h12V2H2v12zm2-5h3v3l5-4l-5-4v3H4v2z\" clip-rule=\"evenodd\"/>"
|
|
391
394
|
},
|
|
395
|
+
"diff-single": {
|
|
396
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m10.71 1.289l3 3l.29.71v9l-1 1H4l-1-1v-12l1-1h6l.71.29ZM4 13.999h9v-9l-3-3H4v12Zm4-8H6v1h2v2h1v-2h2v-1H9v-2H8v2Zm-2 5h5v1H6v-1Z\" clip-rule=\"evenodd\"/>"
|
|
397
|
+
},
|
|
392
398
|
"discard": {
|
|
393
399
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3.5 2v3.5L4 6h3.5V5H4.979l.941-.941a3.552 3.552 0 1 1 5.023 5.023L5.746 14.28l.72.72l5.198-5.198A4.57 4.57 0 0 0 5.2 3.339l-.7.7V2h-1z\" clip-rule=\"evenodd\"/>"
|
|
394
400
|
},
|
|
@@ -1379,5 +1385,5 @@
|
|
|
1379
1385
|
"parent": "circle-small-filled"
|
|
1380
1386
|
}
|
|
1381
1387
|
},
|
|
1382
|
-
"lastModified":
|
|
1388
|
+
"lastModified": 1701332809
|
|
1383
1389
|
}
|
package/info.json
CHANGED