@iconify-json/codicon 1.0.11 → 1.0.12
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 +30 -0
- package/info.json +1 -1
- package/package.json +1 -1
package/icons.json
CHANGED
|
@@ -597,6 +597,36 @@
|
|
|
597
597
|
"width": 13,
|
|
598
598
|
"height": 13
|
|
599
599
|
},
|
|
600
|
+
"layout-activitybar-left": {
|
|
601
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm12 13H4V2h10v12z\"/></g>"
|
|
602
|
+
},
|
|
603
|
+
"layout-activitybar-right": {
|
|
604
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm0 13V2h10v12H2z\"/></g>"
|
|
605
|
+
},
|
|
606
|
+
"layout-panel": {
|
|
607
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm0 9V2h12v8H2z\"/></g>"
|
|
608
|
+
},
|
|
609
|
+
"layout-panel-center": {
|
|
610
|
+
"body": "<g fill=\"currentColor\"><path d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm0 13V2h2v12H2zm3-4V2h6v8H5zm7-8h2v12h-2V2z\"/></g>"
|
|
611
|
+
},
|
|
612
|
+
"layout-panel-justify": {
|
|
613
|
+
"body": "<g fill=\"currentColor\"><path d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm0 9V2h2v8H2zm3 0V2h6v8H5zm7 0V2h2v8h-2z\"/></g>"
|
|
614
|
+
},
|
|
615
|
+
"layout-panel-left": {
|
|
616
|
+
"body": "<g fill=\"currentColor\"><path d=\"M1 2l1-1h12l1 1v12l-1 1H2l-1-1V2zm1 0v8h8V2H2zm9 0v12h3V2h-3z\"/></g>"
|
|
617
|
+
},
|
|
618
|
+
"layout-panel-right": {
|
|
619
|
+
"body": "<g fill=\"currentColor\"><path d=\"M1 2l1-1h12l1 1v12l-1 1H2l-1-1V2zm1 0v12h3V2H2zm4 0v8h8V2H6z\"/></g>"
|
|
620
|
+
},
|
|
621
|
+
"layout-sidebar-left": {
|
|
622
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm12 13H7V2h7v12z\"/></g>"
|
|
623
|
+
},
|
|
624
|
+
"layout-sidebar-right": {
|
|
625
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm0 13V2h7v12H2z\"/></g>"
|
|
626
|
+
},
|
|
627
|
+
"layout-statusbar": {
|
|
628
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2zm0 11V2h12v10H2z\"/></g>"
|
|
629
|
+
},
|
|
600
630
|
"library": {
|
|
601
631
|
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 2.5l.5-.5h2l.5.5v11l-.5.5h-2l-.5-.5v-11zM6 3v10h1V3H6zm3.171.345l.299-.641l1.88-.684l.64.299l3.762 10.336l-.299.641l-1.879.684l-.64-.299L9.17 3.345zm1.11.128l3.42 9.396l.94-.341l-3.42-9.397l-.94.342zM1 2.5l.5-.5h2l.5.5v11l-.5.5h-2l-.5-.5v-11zM2 3v10h1V3H2z\"/></g>"
|
|
602
632
|
},
|
package/info.json
CHANGED