@iconify-json/codicon 1.2.17 → 1.2.19
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 +14 -2
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -463,7 +463,10 @@
|
|
|
463
463
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m13.086 7l-2.39-2.398l.702-.704L15 7.5l-3.602 3.602l-.703-.704l2.383-2.382V8H3V7zM1 4h1v7H1z\" clip-rule=\"evenodd\"/>"
|
|
464
464
|
},
|
|
465
465
|
"extensions": {
|
|
466
|
-
"body": "<path fill=\"currentColor\"
|
|
466
|
+
"body": "<path fill=\"currentColor\" d=\"m15.507 4.646l-3.5-3.5H11.3L8.654 3.792V2.499l-.5-.5H2.153l-.5.5v12l.5.5h12l.5-.5v-6l-.5-.5H12.86l2.646-2.646zM2.653 3h5v5h-5zm0 6h5v5h-5zm11 5h-5V9h5zm-5-6V6.207L10.446 8zm3-.207L8.86 5l2.793-2.793L14.446 5z\"/>"
|
|
467
|
+
},
|
|
468
|
+
"extensions-large": {
|
|
469
|
+
"body": "<path fill=\"currentColor\" d=\"m22.281 6.969l-5.25-5.25h-1.06L12 5.688v-1.94l-.75-.75h-9l-.75.75v18l.75.75h18l.75-.75v-9l-.75-.75h-1.94l3.97-3.969V6.97zM3 4.5h7.5V12H3zm0 9h7.5V21H3zM19.5 21H12v-7.5h7.5zM12 12V9.31L14.69 12zm4.5-.31L12.31 7.5l4.19-4.19l4.19 4.19z\"/>",
|
|
467
470
|
"width": 24,
|
|
468
471
|
"height": 24
|
|
469
472
|
},
|
|
@@ -753,6 +756,9 @@
|
|
|
753
756
|
"layout-panel-center": {
|
|
754
757
|
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h2v12zm3-4V2h6v8zm7-8h2v12h-2z\"/>"
|
|
755
758
|
},
|
|
759
|
+
"layout-panel-dock": {
|
|
760
|
+
"body": "<g fill=\"currentColor\"><path d=\"M15 2v12l-1 1H2l-1-1V2l1-1h12zM2 10h12V2H2z\"/><path d=\"M8.5 3v4.293l1.146-1.147l.707.708l-2 2h-.707l-2-2l.708-.708L7.5 7.293V3z\"/></g>"
|
|
761
|
+
},
|
|
756
762
|
"layout-panel-justify": {
|
|
757
763
|
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 9V2h2v8zm3 0V2h6v8zm7 0V2h2v8z\"/>"
|
|
758
764
|
},
|
|
@@ -768,12 +774,18 @@
|
|
|
768
774
|
"layout-sidebar-left": {
|
|
769
775
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm12 13H7V2h7z\" clip-rule=\"evenodd\"/>"
|
|
770
776
|
},
|
|
777
|
+
"layout-sidebar-left-dock": {
|
|
778
|
+
"body": "<g fill=\"currentColor\"><path d=\"M15 2v12l-1 1H2l-1-1V2l1-1h12zM7 14h7V2H7z\"/><path d=\"M13 7.5H9.707l1.146-1.146l-.707-.708l-2 2v.708l2 2l.707-.708L9.708 8.5H13z\"/></g>"
|
|
779
|
+
},
|
|
771
780
|
"layout-sidebar-left-off": {
|
|
772
781
|
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h4v12zm5 0V2h7v12z\"/>"
|
|
773
782
|
},
|
|
774
783
|
"layout-sidebar-right": {
|
|
775
784
|
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h7v12z\" clip-rule=\"evenodd\"/>"
|
|
776
785
|
},
|
|
786
|
+
"layout-sidebar-right-dock": {
|
|
787
|
+
"body": "<g fill=\"currentColor\"><path d=\"M15 2v12l-1 1H2l-1-1V2l1-1h12zM2 14h7V2H2z\"/><path d=\"M3 7.5h3.293L5.146 6.354l.708-.708l2 2v.708l-2 2l-.708-.708L6.293 8.5H3z\"/></g>"
|
|
788
|
+
},
|
|
777
789
|
"layout-sidebar-right-off": {
|
|
778
790
|
"body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h7v12zm8 0V2h4v12z\"/>"
|
|
779
791
|
},
|
|
@@ -1502,5 +1514,5 @@
|
|
|
1502
1514
|
"parent": "circle-small-filled"
|
|
1503
1515
|
}
|
|
1504
1516
|
},
|
|
1505
|
-
"lastModified":
|
|
1517
|
+
"lastModified": 1748803206
|
|
1506
1518
|
}
|
package/info.json
CHANGED