@iconify-json/material-icon-theme 1.2.29 → 1.2.30

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
@@ -2439,6 +2439,11 @@
2439
2439
  "handlebars": {
2440
2440
  "body": "<path fill=\"#ff7043\" d=\"M12.023 12a4 4 0 0 0-3.94 3.182a1 1 0 0 1-.972.818H5.229C4.446 16 4 15.552 4 15v-1H3a1 1 0 0 0-1 1v1c0 3.866 3.134 6 7 6c3.425 0 6.275-1.675 6.881-4.745c.545-2.764-1.041-5.24-3.858-5.255\"/><path fill=\"#ff7043\" d=\"M29 14h-1v1c0 .552-.446 1-1.229 1H24.89a1 1 0 0 1-.973-.818A4 4 0 0 0 19.977 12c-2.817.016-4.403 2.491-3.858 5.255C16.725 20.325 19.575 22 23 22c3.866 0 7-2.134 7-6v-1a1 1 0 0 0-1-1\"/>"
2441
2441
  },
2442
+ "happo": {
2443
+ "body": "<path fill=\"#00bfa5\" d=\"M7.332 4.707c-1.641 0-1.459-1.714-.638-1.714c.82 0 1.276.992 1.276.992c.183-.18.912-1.173 1.277-.812c.274.361.638.632.73.632c1.823-1.714 2.37-1.985 3.1-1.714c2.006.721 2.462 3.067 1.276 4.24c-.82.902-3.1.541-3.1.541l.82.993c-.729.992-2.096.541-2.096.541c1.459 3.068-.73 5.594-.73 5.594H7.15s.273-1.624-1.368-1.534C4.323 12.466 4.597 14 4.597 14h-2.28c-.183-.451-2.553-3.428-.456-6.496c2.006-2.887 5.106-1.985 5.106-1.985l.456-.722zm1.824-.451c-.274 0-.547.27-.547.541c0 .27.273.542.547.542c.273 0 .547-.271.547-.542c0-.27-.274-.541-.547-.541\"/>",
2444
+ "width": 16,
2445
+ "height": 16
2446
+ },
2442
2447
  "hardhat": {
2443
2448
  "body": "<path fill=\"#ffd600\" d=\"M9.87 12.15L9 6.46a9.9 9.9 0 0 1 6 0l-.87 5.69c-.07.49-.5.85-1 .85h-2.27a1 1 0 0 1-.99-.85M22 16c0-.79-.47-1.5-1.2-1.83A9.08 9.08 0 0 0 17 8.5l-1.76 4.84c-.14.4-.52.66-.94.66H9.7c-.42 0-.8-.26-.94-.66L7 8.5a9.1 9.1 0 0 0-3.8 5.66C2.47 14.5 2 15.2 2 16l6.45 1.84c.36.1.73.16 1.1.16h4.88c.37 0 .74-.06 1.1-.16z\"/>",
2444
2449
  "width": 24,
@@ -4077,7 +4082,7 @@
4077
4082
  "height": 24
4078
4083
  }
4079
4084
  },
4080
- "lastModified": 1757879437,
4085
+ "lastModified": 1759655617,
4081
4086
  "width": 32,
4082
4087
  "height": 32
4083
4088
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "material-icon-theme",
3
3
  "name": "Material Icon Theme",
4
- "total": 1103,
4
+ "total": 1104,
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.29",
4
+ "version": "1.2.30",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",