@iconify-json/codicon 1.1.19 → 1.1.21

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 (2) hide show
  1. package/icons.json +3 -3
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -650,7 +650,7 @@
650
650
  "body": "<path fill=\"currentColor\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h4v12H2Zm8 0V2h4v12h-4Z\"/>"
651
651
  },
652
652
  "layout-menubar": {
653
- "body": "<g fill=\"currentColor\"><path d=\"M6 3H3v1h3V3ZM3 5h3v1H3V5Zm3 2H3v1h3V7Z\"/><path d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 13V2h12v12H2Z\"/></g>"
653
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m1 2l1-1h12l1 1v12l-1 1H2l-1-1V2Zm1 0v12h12V2H2Zm1 1h2v1H3V3Zm3 0h2v1H6V3Zm5 0H9v1h2V3Z\" clip-rule=\"evenodd\"/>"
654
654
  },
655
655
  "layout-panel": {
656
656
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M2 1L1 2v12l1 1h12l1-1V2l-1-1H2Zm0 9V2h12v8H2Z\" clip-rule=\"evenodd\"/>"
@@ -957,7 +957,7 @@
957
957
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.5 1h13l.5.5v10l-.5.5H7.707l-2.853 2.854L4 14.5V12H1.5l-.5-.5v-10l.5-.5zm6 10H14V2H2v9h2.5l.5.5v1.793l2.146-2.147L7.5 11zm0-8h1v5h-1V3zm0 7h1V9h-1v1z\" clip-rule=\"evenodd\"/>"
958
958
  },
959
959
  "request-changes": {
960
- "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.5 1h-13l-.5.5v10l.5.5H4v2.5l.854.354L7.707 12H14.5l.5-.5v-10l-.5-.5zM14 11H7.5l-.354.146L5 13.293V11.5l-.5-.5H2V2h12v9zm-4-1H6V8.979h4V10zM7.5 3h1v2h2v1h-2v2h-1V6h-2V5h2V3z\" clip-rule=\"evenodd\"/>"
960
+ "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m10.71 1.29l3 3L14 5v9l-1 1H4l-1-1V2l1-1h6l.71.29ZM4 14h9V5l-3-3H4v12Zm4-8H6v1h2v2h1V7h2V6H9V4H8v2Zm-2 5h5v1H6v-1Z\" clip-rule=\"evenodd\"/>"
961
961
  },
962
962
  "rocket": {
963
963
  "body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.491 1c-3.598.004-6.654 1.983-8.835 4H1.5l-.5.5v3l.147.354l.991.991l.001.009l4 4l.009.001l.999.999L7.5 15h3l.5-.5v-4.154c2.019-2.178 3.996-5.233 3.992-8.846l-.501-.5zM2 6h2.643a23.828 23.828 0 0 0-2.225 2.71L2 8.294V6zm5.7 8l-.42-.423a23.59 23.59 0 0 0 2.715-2.216V14H7.7zm-1.143-1.144L3.136 9.437C4.128 8 8.379 2.355 13.978 2.016c-.326 5.612-5.987 9.853-7.421 10.84zM4 15v-1H2v-2H1v3h3zm6.748-7.667a1.5 1.5 0 1 0-2.496-1.666a1.5 1.5 0 0 0 2.495 1.666z\" clip-rule=\"evenodd\"/>"
@@ -1324,5 +1324,5 @@
1324
1324
  "parent": "circle-small-filled"
1325
1325
  }
1326
1326
  },
1327
- "lastModified": 1669791358
1327
+ "lastModified": 1671174914
1328
1328
  }
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.1.19",
4
+ "version": "1.1.21",
5
5
  "iconSetVersion": "0.0.32",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",