@iconify-json/material-icon-theme 1.2.14 → 1.2.15

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
@@ -3652,6 +3652,11 @@
3652
3652
  "tsconfig": {
3653
3653
  "body": "<path fill=\"#757575\" d=\"M15 2H6a2.006 2.006 0 0 0-2 2v22a2.006 2.006 0 0 0 2 2h6v-4H6v-2h6v-2H6v-2h6v-2H6v-2h6v-2h2V4l8 8h2v-1Z\"/><path fill=\"#0288d1\" d=\"M12 12v18h18V12Zm8 6h-2v8h-2v-8h-2v-2h6Zm8 0h-4v2h2a2.006 2.006 0 0 1 2 2v2a2.006 2.006 0 0 1-2 2h-4v-2h4v-2h-2a2.006 2.006 0 0 1-2-2v-2a2.006 2.006 0 0 1 2-2h4Z\"/>"
3654
3654
  },
3655
+ "tsdoc": {
3656
+ "body": "<path fill=\"#43a047\" d=\"M2 2v12h12V2zm7.2 5.48l.98 2.21h.03l.97-2.22l.95.54l-1.51 1.98v.03l2.39-.32v1.08l-2.39-.29v.03l1.52 1.9l-1.01.57l-.95-2.22h-.03l-1.03 2.24l-.9-.57l1.51-1.93v-.03l-2.35.3V9.7l2.33.3v-.03L8.22 8.04l.97-.56h.03z\"/>",
3657
+ "width": 16,
3658
+ "height": 16
3659
+ },
3655
3660
  "tsil": {
3656
3661
  "body": "<path fill=\"#795548\" d=\"M14 13.3a.7.7 0 0 1-.7.7H8V8h6z\"/><path fill=\"#ffe57f\" d=\"M14 8H8V2h5.3a.7.7 0 0 1 .7.7z\"/><path fill=\"#ffab40\" d=\"M8 8H2V2.7a.7.7 0 0 1 .7-.7H8z\"/><path fill=\"#212121\" d=\"M8 14H2.7a.7.7 0 0 1-.7-.7V8h6z\"/>",
3657
3662
  "width": 16,
@@ -3915,7 +3920,7 @@
3915
3920
  "height": 24
3916
3921
  }
3917
3922
  },
3918
- "lastModified": 1750745821,
3923
+ "lastModified": 1751001882,
3919
3924
  "width": 32,
3920
3925
  "height": 32
3921
3926
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "material-icon-theme",
3
3
  "name": "Material Icon Theme",
4
- "total": 1061,
4
+ "total": 1062,
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.14",
4
+ "version": "1.2.15",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",