@iconify-json/codicon 1.1.20 → 1.1.22

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 +2 -2
  2. package/index.mjs +2 -2
  3. 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\"/>"
@@ -1324,5 +1324,5 @@
1324
1324
  "parent": "circle-small-filled"
1325
1325
  }
1326
1326
  },
1327
- "lastModified": 1670398110
1327
+ "lastModified": 1671174914
1328
1328
  }
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
- import icons from './icons.json';
2
- import info from './info.json';
1
+ import icons from './icons.json' assert { type: 'json' };
2
+ import info from './info.json' assert { type: 'json' };
3
3
 
4
4
  const metadata = {};
5
5
  const chars = {};
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.20",
4
+ "version": "1.1.22",
5
5
  "iconSetVersion": "0.0.32",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",