@iconify-json/codicon 1.2.18 → 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.
Files changed (3) hide show
  1. package/icons.json +10 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -756,6 +756,9 @@
756
756
  "layout-panel-center": {
757
757
  "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h2v12zm3-4V2h6v8zm7-8h2v12h-2z\"/>"
758
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
+ },
759
762
  "layout-panel-justify": {
760
763
  "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 9V2h2v8zm3 0V2h6v8zm7 0V2h2v8z\"/>"
761
764
  },
@@ -771,12 +774,18 @@
771
774
  "layout-sidebar-left": {
772
775
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm12 13H7V2h7z\" clip-rule=\"evenodd\"/>"
773
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
+ },
774
780
  "layout-sidebar-left-off": {
775
781
  "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h4v12zm5 0V2h7v12z\"/>"
776
782
  },
777
783
  "layout-sidebar-right": {
778
784
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h7v12z\" clip-rule=\"evenodd\"/>"
779
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
+ },
780
789
  "layout-sidebar-right-off": {
781
790
  "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1zm0 13V2h7v12zm8 0V2h4v12z\"/>"
782
791
  },
@@ -1505,5 +1514,5 @@
1505
1514
  "parent": "circle-small-filled"
1506
1515
  }
1507
1516
  },
1508
- "lastModified": 1748584083
1517
+ "lastModified": 1748803206
1509
1518
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "codicon",
3
3
  "name": "Codicons",
4
- "total": 480,
4
+ "total": 483,
5
5
  "version": "0.0.37",
6
6
  "author": {
7
7
  "name": "Microsoft Corporation",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/codicon",
3
3
  "description": "Codicons icon set in Iconify JSON format",
4
- "version": "1.2.18",
4
+ "version": "1.2.19",
5
5
  "iconSetVersion": "0.0.37",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",