@iconify-json/material-icon-theme 1.2.33 → 1.2.34

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
@@ -3435,6 +3435,11 @@
3435
3435
  "width": 128,
3436
3436
  "height": 128
3437
3437
  },
3438
+ "rstack": {
3439
+ "body": "<path fill=\"#ff6d00\" d=\"M3.1 1C1.7 1 1 2.27 1 3.84c0 .51.08.98.23 1.39c-.13.22-.21.47-.21.75c0 .71.51 1.29 1.17 1.4l1.91.97c-.08.12-.14.2-.21.32l-2.38-.54l-.3 1.39l1.87.42c-.15.23-.26.43-.33.58l-1.58.46l.39 1.37l1.95-.57c.23.18.47.36.75.56l-1.64 1.67l.99 1l1.82-1.84c.7.49 1.41.99 1.89 1.34c.31.23.52.33.71.33c.21 0 .4-.12.69-.33c.47-.35 1.18-.85 1.88-1.35l1.83 1.85l.99-1l-1.66-1.68c.26-.19.53-.38.76-.54l1.96.57l.39-1.37l-1.56-.45a3 3 0 0 0-.15-.29c-.05-.08-.14-.21-.2-.31l1.87-.42l-.3-1.39l-2.4.54c-.08-.12-.13-.2-.21-.32l1.92-.97c.67-.1 1.19-.69 1.19-1.4c0-.3-.1-.58-.25-.81c.16-.39.25-.84.25-1.32c0-1.57-.94-2.84-2.1-2.84v3.11L10.64 1.8c-.82.83-.6 2.41.49 3.52c.34.34.71.59 1.1.75c.01.17.05.33.11.48l-1.23.62c-.44-.55-1.26-1.19-3.1-1.19s-2.64.67-3.08 1.2L3.7 6.55c.06-.15.11-.31.12-.48c.39-.17.77-.41 1.1-.75c1.09-1.11 1.32-2.68.5-3.52L3.11 4.14V1Z\"/>",
3440
+ "width": 16,
3441
+ "height": 16
3442
+ },
3438
3443
  "rubocop": {
3439
3444
  "body": "<path fill=\"#b0bec5\" d=\"M22 24a2 2 0 0 1-2 2h-2l-1-2h-2l-1 2h-2a2 2 0 0 1-2-2v-2H8v2a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4v-2h-2Z\"/><path fill=\"#b0bec5\" d=\"M20 24v-2h-8v2h1v-1h6v1zm6.5-10H26a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2h-.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2h.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5\"/><path fill=\"#e53935\" d=\"M8 15h16v2H8z\"/><path fill=\"#b0bec5\" d=\"M23.738 10a7.99 7.99 0 0 0-15.476 0Z\"/>"
3440
3445
  },
@@ -4134,7 +4139,7 @@
4134
4139
  "height": 24
4135
4140
  }
4136
4141
  },
4137
- "lastModified": 1760591637,
4142
+ "lastModified": 1761199067,
4138
4143
  "width": 32,
4139
4144
  "height": 32
4140
4145
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "material-icon-theme",
3
3
  "name": "Material Icon Theme",
4
- "total": 1118,
4
+ "total": 1119,
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.33",
4
+ "version": "1.2.34",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",