@iconify-json/material-icon-theme 1.2.16 → 1.2.17

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 +6 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -2915,6 +2915,11 @@
2915
2915
  "width": 1024,
2916
2916
  "height": 1024
2917
2917
  },
2918
+ "oxlint": {
2919
+ "body": "<path fill=\"#ff7043\" d=\"M8 1a2.5 2.5 0 0 0-2.5 2.5a2.5 2.5 0 0 0 1.75 2.38V7H5v1h2.25v5.5C5.467 13.193 3.897 12.523 3 11l1-1l-3-2v2c0 2.266 2.88 5 7 5c2.764.13 7-1.779 7-5V8l-3 2l1 1c-.755 1.631-2.591 2.091-4.25 2.5V8H11V7H8.75V5.88A2.5 2.5 0 0 0 10.5 3.5A2.5 2.5 0 0 0 8 1m0 1.25A1.25 1.25 0 0 1 9.25 3.5A1.25 1.25 0 0 1 8 4.75A1.25 1.25 0 0 1 6.75 3.5A1.25 1.25 0 0 1 8 2.25\"/>",
2920
+ "width": 16,
2921
+ "height": 16
2922
+ },
2918
2923
  "packship": {
2919
2924
  "body": "<path fill=\"#9575CD\" d=\"M2.997 14.967c-.344-.086-.654-.345-.765-.64c-.136-.36-.157-.283 1.119-4.186s1.181-3.58 1.01-3.467c-.741.491-1.703.082-1.95-.83c-.175-.648.027-1.006.899-1.587c1.274-.85 1.979-1.476 2.603-2.312c.492-.659.682-.798 1.194-.873c.623-.09 1.204.138 1.418.56c.075.147.02.153.417-.053c4.991-2.592 6.93 4.168 2.114 7.369c-1.361.904-3.966 1.598-4.84 1.29l-.128-.045l-.144.439c-.08.241-.378 1.16-.663 2.042c-.622 1.929-.645 1.972-1.152 2.21c-.228.106-.854.153-1.132.083m.729-.772c.272-.068.224.052 1.27-3.18c1.267-3.918 1.463-4.385 2.38-5.681c2.03-2.868 4.835-3.397 4.577-.864c-.218 2.145-2.177 3.72-5 4.02c-.493.052-.577.117-.647.496c-.1.542.18.631 1.35.431c3.043-.52 5.106-2.398 5.391-4.906c.365-3.207-3.167-3.65-5.56-.698c-.289.356-.294.418.059-.698c.392-1.241.389-1.266-.198-1.266c-.306 0-.397.047-.604.31c-.072.09-.243.31-.38.486c-.58.745-1.443 1.49-2.632 2.275c-.652.43-.708.542-.468.922c.157.247.337.32.56.226c.238-.099 1.576-1.11 2.002-1.51c.124-.118.226-.205.226-.193s-.7 2.17-1.555 4.795a462 462 0 0 0-1.556 4.82c0 .198.407.31.785.215m3.962-6.61c2.008-.431 3.407-1.742 3.486-3.266c.031-.597-.03-.691-.436-.666c-1.12.068-3.05 2.1-3.756 3.956l-.034.087l.218-.022a6 6 0 0 0 .522-.088\"/>",
2920
2925
  "width": 16,
@@ -3938,7 +3943,7 @@
3938
3943
  "height": 24
3939
3944
  }
3940
3945
  },
3941
- "lastModified": 1752470237,
3946
+ "lastModified": 1753851327,
3942
3947
  "width": 32,
3943
3948
  "height": 32
3944
3949
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "material-icon-theme",
3
3
  "name": "Material Icon Theme",
4
- "total": 1068,
4
+ "total": 1069,
5
5
  "author": {
6
6
  "name": "Material Extensions",
7
7
  "url": "https://github.com/material-extensions/vscode-material-icon-theme"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/material-icon-theme",
3
3
  "description": "Material Icon Theme icon set in Iconify JSON format",
4
- "version": "1.2.16",
4
+ "version": "1.2.17",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",