@iconify-json/simple-icons 1.1.16 → 1.1.17

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 +2 -1
  2. package/package.json +2 -2
package/icons.json CHANGED
@@ -7345,5 +7345,6 @@
7345
7345
  }
7346
7346
  },
7347
7347
  "width": 24,
7348
- "height": 24
7348
+ "height": 24,
7349
+ "lastModified": 1656183208
7349
7350
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/simple-icons",
3
3
  "description": "Simple Icons icon set in Iconify JSON format",
4
- "version": "1.1.16",
4
+ "version": "1.1.17",
5
5
  "iconSetVersion": "7.2.0",
6
6
  "main": "index.js",
7
7
  "module": "index.mjs",
@@ -23,6 +23,6 @@
23
23
  "info": "info.json"
24
24
  },
25
25
  "dependencies": {
26
- "@iconify/types": "^1.1.0"
26
+ "@iconify/types": "*"
27
27
  }
28
28
  }