@iconify-json/codicon 1.2.28 → 1.2.29
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
|
@@ -230,6 +230,9 @@
|
|
|
230
230
|
"collapse-all": {
|
|
231
231
|
"body": "<g fill=\"currentColor\"><path d=\"M9 9H4v1h5z\"/><path fill-rule=\"evenodd\" d=\"m5 3l1-1h7l1 1v7l-1 1h-2v2l-1 1H3l-1-1V6l1-1h2zm1 2h4l1 1v4h2V3H6zm4 1H3v7h7z\" clip-rule=\"evenodd\"/></g>"
|
|
232
232
|
},
|
|
233
|
+
"collection": {
|
|
234
|
+
"body": "<path fill=\"currentColor\" d=\"M14.5 1h-7l-.5.5V3H1.5l-.5.5v9l.5.5H4v1.5l.5.5h7l.5-.5V11h2.5l.5-.5v-9zM4 5.5V12H2V4h5v1H4.5zm7 8.5H5V6h6zm3-4h-2V5.5l-.5-.5H8V2h6z\"/>"
|
|
235
|
+
},
|
|
233
236
|
"color-mode": {
|
|
234
237
|
"body": "<path fill=\"currentColor\" d=\"M8 1a7 7 0 1 0 0 14A7 7 0 0 0 8 1m0 13V2a6 6 0 1 1 0 12\"/>"
|
|
235
238
|
},
|
|
@@ -939,6 +942,9 @@
|
|
|
939
942
|
"mute": {
|
|
940
943
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 5h2.79l3.86-3.83l.85.35v13l-.85.33L4.29 11H1.5l-.5-.5v-5zm3.35 5.17L8 13.31V2.73L4.85 5.85L4.5 6H2v4h2.5zm9.381-4.108l.707.707L13.207 8.5l1.731 1.732l-.707.707L12.5 9.207l-1.732 1.732l-.707-.707L11.793 8.5L10.06 6.77l.707-.707l1.733 1.73z\" clip-rule=\"evenodd\"/>"
|
|
941
944
|
},
|
|
945
|
+
"new-collection": {
|
|
946
|
+
"body": "<g fill=\"currentColor\"><path d=\"M13 12h3v1h-3v3h-1v-3H9v-1h3V9h1z\"/><path fill-rule=\"evenodd\" d=\"m14.5 1l.5.5V8h-1V2H8v3h3.5l.5.5V8h-1V6H5v8h3v1H4.5l-.5-.5V13H1.5l-.5-.5v-9l.5-.5H7V1.5l.5-.5zM2 4v8h2V5.5l.5-.5H7V4z\" clip-rule=\"evenodd\"/></g>"
|
|
947
|
+
},
|
|
942
948
|
"new-file": {
|
|
943
949
|
"body": "<g fill=\"currentColor\"><path d=\"M13 9v3h3v1h-3v3h-1v-3H9v-1h3V9z\"/><path fill-rule=\"evenodd\" d=\"m10.57 1.14l3.28 3.3l.15.36V8h-1V6H9.5L9 5.5V2H3v12h5v1H2.5l-.5-.5v-13l.5-.5h7.72zM10 5h3l-3-3z\" clip-rule=\"evenodd\"/></g>"
|
|
944
950
|
},
|
|
@@ -1547,5 +1553,5 @@
|
|
|
1547
1553
|
"parent": "circle-small-filled"
|
|
1548
1554
|
}
|
|
1549
1555
|
},
|
|
1550
|
-
"lastModified":
|
|
1556
|
+
"lastModified": 1757567576
|
|
1551
1557
|
}
|
package/info.json
CHANGED