@iconify-json/codicon 1.1.6 → 1.1.7

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Codicons
2
2
 
3
- This package includes data for 408 icons
3
+ This package includes data for 411 icons
4
4
 
5
5
  Each icon is in its own file, so you can bundle several icons from different icon sets without bundling entire icon sets.
6
6
 
package/icons.json CHANGED
@@ -637,15 +637,24 @@
637
637
  "layout-panel-left": {
638
638
  "body": "<path fill=\"currentColor\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v8h8V2H2Zm9 0v12h3V2h-3Z\"/>"
639
639
  },
640
+ "layout-panel-off": {
641
+ "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 9V2h12v8H2Zm0 1h12v3H2v-3Z\"/>"
642
+ },
640
643
  "layout-panel-right": {
641
644
  "body": "<path fill=\"currentColor\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v12h3V2H2Zm4 0v8h8V2H6Z\"/>"
642
645
  },
643
646
  "layout-sidebar-left": {
644
647
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm12 13H7V2h7v12Z\" clip-rule=\"evenodd\"/>"
645
648
  },
649
+ "layout-sidebar-left-off": {
650
+ "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h4v12H2Zm5 0V2h7v12H7Z\"/>"
651
+ },
646
652
  "layout-sidebar-right": {
647
653
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h7v12H2Z\" clip-rule=\"evenodd\"/>"
648
654
  },
655
+ "layout-sidebar-right-off": {
656
+ "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h7v12H2Zm8 0V2h4v12h-4Z\"/>"
657
+ },
649
658
  "layout-statusbar": {
650
659
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 12V2h12v11H2Z\" clip-rule=\"evenodd\"/>"
651
660
  },
package/info.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 408,
5
- "version": "0.0.29",
4
+ "total": 411,
5
+ "version": "0.0.30",
6
6
  "author": {
7
7
  "name": "Microsoft Corporation",
8
8
  "url": "https://github.com/microsoft/vscode-codicons"
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@iconify-json/codicon",
3
3
  "description": "Codicons icon set in Iconify JSON format",
4
- "version": "1.1.6",
5
- "iconSetVersion": "0.0.29",
4
+ "version": "1.1.7",
5
+ "iconSetVersion": "0.0.30",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
8
8
  "types": "index.d.ts",