@iconify-json/material-icon-theme 1.2.8 → 1.2.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 +6 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -408,6 +408,11 @@
408
408
  "coldfusion": {
409
409
  "body": "<path fill=\"#0d3858\" stroke=\"#4dd0e1\" stroke-width=\"2\" d=\"M3.009 3.009h25.983v25.983H3.009z\"/><path fill=\"#4dd0e1\" d=\"M24 9.5v-1a.5.5 0 0 0-.5-.5H22a2 2 0 0 0-2 2v2h-1.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H20v7.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V14h1.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H22v-2h1.5a.5.5 0 0 0 .5-.5M12 20a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h3.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H12a4 4 0 0 0-4 4v4a4 4 0 0 0 4 4h3.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5Z\"/>"
410
410
  },
411
+ "coloredpetrinets": {
412
+ "body": "<rect width=\"3\" height=\"1\" x=\"9\" y=\"7.5\" fill=\"#b0bec5\" rx=\"0\" ry=\".032\"/><rect width=\"3\" height=\"1\" x=\"4\" y=\"7.5\" fill=\"#b0bec5\" rx=\"0\" ry=\".032\"/><circle cx=\"3\" cy=\"8\" r=\"2\" fill=\"#4caf50\"/><circle cx=\"13\" cy=\"8\" r=\"2\" fill=\"#ff9800\"/><rect width=\"4\" height=\"4\" x=\"6\" y=\"6\" fill=\"#00bcd4\" rx=\".59\"/>",
413
+ "width": 16,
414
+ "height": 16
415
+ },
411
416
  "command": {
412
417
  "body": "<path fill=\"#90a4ae\" d=\"M24 18h-3v-4h3a6 6 0 1 0-6-6v3h-4V8a6 6 0 1 0-6 6h3v4H8a6 6 0 1 0 6 6v-3h4v3a6 6 0 1 0 6-6M21 8a3 3 0 1 1 3 3h-3ZM11 24a3 3 0 1 1-3-3h3Zm0-13H8a3 3 0 1 1 3-3Zm7 7h-4v-4h4Zm6 9a3.003 3.003 0 0 1-3-3v-3h3a3 3 0 0 1 0 6\"/>"
413
418
  },
@@ -3880,7 +3885,7 @@
3880
3885
  "height": 24
3881
3886
  }
3882
3887
  },
3883
- "lastModified": 1746162662,
3888
+ "lastModified": 1746964395,
3884
3889
  "width": 32,
3885
3890
  "height": 32
3886
3891
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "material-icon-theme",
3
3
  "name": "Material Icon Theme",
4
- "total": 1052,
4
+ "total": 1053,
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.8",
4
+ "version": "1.2.9",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",