@iconify-json/material-icon-theme 1.2.38 → 1.2.39

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 (2) hide show
  1. package/icons.json +7 -2
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -3099,7 +3099,7 @@
3099
3099
  "width": 1024,
3100
3100
  "height": 1024
3101
3101
  },
3102
- "oxlint": {
3102
+ "oxc": {
3103
3103
  "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\"/>",
3104
3104
  "width": 16,
3105
3105
  "height": 16
@@ -4188,7 +4188,12 @@
4188
4188
  "height": 24
4189
4189
  }
4190
4190
  },
4191
- "lastModified": 1762877679,
4191
+ "aliases": {
4192
+ "oxlint": {
4193
+ "parent": "oxc"
4194
+ }
4195
+ },
4196
+ "lastModified": 1763361518,
4192
4197
  "width": 32,
4193
4198
  "height": 32
4194
4199
  }
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.38",
4
+ "version": "1.2.39",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",