@iconify-json/codicon 1.1.18 → 1.1.20
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 +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -217,6 +217,9 @@
|
|
|
217
217
|
"comment-discussion": {
|
|
218
218
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m4 11.29l1-1v1.42l-1.15 1.14L3 12.5V10H1.5L1 9.5v-8l.5-.5h12l.5.5V6h-1V2H2v7h1.5l.5.5v1.79zM10.29 13l1.86 1.85l.85-.35V13h1.5l.5-.5v-5l-.5-.5h-8l-.5.5v5l.5.5h3.79zm.21-1H7V8h7v4h-1.5l-.5.5v.79l-1.15-1.14l-.35-.15z\" clip-rule=\"evenodd\"/>"
|
|
219
219
|
},
|
|
220
|
+
"comment-draft": {
|
|
221
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.5 2.001H13v1h1v1h1v-1.5l-.5-.5Zm-5.5 0h2v1H9v-1Zm-4 0h2v1H5v-1Zm9 8v2h.5l.5-.5v-1.5h-1Zm-2 2v-1h-2v1h2Zm-4-1h-.5l-.354.146L5 13.294v-1.793l-.5-.5H4v3.5l.854.354l2.853-2.854H8v-1Zm7-3v-2h-1v2h1Zm-13 3v-1H1v1.5l.5.5H2v-1Zm0-3v-2H1v2h1Zm0-5v1H1v-1.5l.5-.5H3v1H2Z\" clip-rule=\"evenodd\"/>"
|
|
222
|
+
},
|
|
220
223
|
"comment-unresolved": {
|
|
221
224
|
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M1.5 2h13l.5.5v6.854a4.019 4.019 0 0 0-1-.819V3H2v8h2.5l.5.5v1.793l2.146-2.147L7.5 11h.626c-.082.32-.126.655-.126 1h-.293l-2.853 2.854L4 14.5V12H1.5l-.5-.5v-9l.5-.5Z\" clip-rule=\"evenodd\"/><path d=\"M12 9a3 3 0 1 0 0 6a3 3 0 0 0 0-6Z\"/></g>"
|
|
222
225
|
},
|
|
@@ -954,7 +957,7 @@
|
|
|
954
957
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 1h13l.5.5v10l-.5.5H7.707l-2.853 2.854L4 14.5V12H1.5l-.5-.5v-10l.5-.5zm6 10H14V2H2v9h2.5l.5.5v1.793l2.146-2.147L7.5 11zm0-8h1v5h-1V3zm0 7h1V9h-1v1z\" clip-rule=\"evenodd\"/>"
|
|
955
958
|
},
|
|
956
959
|
"request-changes": {
|
|
957
|
-
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"
|
|
960
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m10.71 1.29l3 3L14 5v9l-1 1H4l-1-1V2l1-1h6l.71.29ZM4 14h9V5l-3-3H4v12Zm4-8H6v1h2v2h1V7h2V6H9V4H8v2Zm-2 5h5v1H6v-1Z\" clip-rule=\"evenodd\"/>"
|
|
958
961
|
},
|
|
959
962
|
"rocket": {
|
|
960
963
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.491 1c-3.598.004-6.654 1.983-8.835 4H1.5l-.5.5v3l.147.354l.991.991l.001.009l4 4l.009.001l.999.999L7.5 15h3l.5-.5v-4.154c2.019-2.178 3.996-5.233 3.992-8.846l-.501-.5zM2 6h2.643a23.828 23.828 0 0 0-2.225 2.71L2 8.294V6zm5.7 8l-.42-.423a23.59 23.59 0 0 0 2.715-2.216V14H7.7zm-1.143-1.144L3.136 9.437C4.128 8 8.379 2.355 13.978 2.016c-.326 5.612-5.987 9.853-7.421 10.84zM4 15v-1H2v-2H1v3h3zm6.748-7.667a1.5 1.5 0 1 0-2.496-1.666a1.5 1.5 0 0 0 2.495 1.666z\" clip-rule=\"evenodd\"/>"
|
|
@@ -1321,5 +1324,5 @@
|
|
|
1321
1324
|
"parent": "circle-small-filled"
|
|
1322
1325
|
}
|
|
1323
1326
|
},
|
|
1324
|
-
"lastModified":
|
|
1327
|
+
"lastModified": 1670398110
|
|
1325
1328
|
}
|
package/info.json
CHANGED