@iconify-json/codicon 1.0.8 → 1.0.9

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 +3 -0
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -592,6 +592,9 @@
592
592
  "layers-dot": {
593
593
  "body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.185 1.083l-.558.004l-5.909 4.037l.004.828L7.63 9.915l.55.004l6.092-3.963l.003-.836l-6.09-4.037zm-5.293 4.45l5.021-3.43l5.176 3.43l-5.176 3.368l-5.021-3.368zm4.739 6.882L1.793 8.5h1.795l4.325 2.9l4.459-2.9h1.833l-.8.52a4.002 4.002 0 0 0-4.21 2.739l-1.013.66l-.551-.004zm1.373.776l-1.09.71L3.587 11H1.793l5.838 3.915l.55.004l1.02-.663a3.988 3.988 0 0 1-.197-1.065z\"/><circle cx=\"13\" cy=\"13\" r=\"3\"/></g>"
594
594
  },
595
+ "layout": {
596
+ "body": "<g fill=\"currentColor\"><path d=\"M3 1L2 2v12l1 1h11l1-1V2l-1-1H3zm0 10V2h3v9H3zm0 1h11v2H3v-2zm11-1H7V2h7v9z\"/></g>"
597
+ },
595
598
  "library": {
596
599
  "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>"
597
600
  },
package/info.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "Codicons",
3
- "total": 387,
3
+ "total": 388,
4
4
  "version": "0.0.26",
5
5
  "author": {
6
6
  "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.0.8",
4
+ "version": "1.0.9",
5
5
  "iconSetVersion": "0.0.26",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",