@iconify/collections 1.0.133 → 1.0.134

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/collections.json +23 -1
  2. package/package.json +1 -1
package/collections.json CHANGED
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "mdi": {
46
46
  "name": "Material Design Icons",
47
- "total": 7033,
47
+ "total": 7070,
48
48
  "author": {
49
49
  "name": "Austin Andrews",
50
50
  "url": "https://github.com/Templarian/MaterialDesign"
@@ -766,6 +766,28 @@
766
766
  "category": "General",
767
767
  "palette": false
768
768
  },
769
+ "humbleicons": {
770
+ "name": "Humbleicons",
771
+ "total": 223,
772
+ "version": "1.7.0",
773
+ "author": {
774
+ "name": "Jiří Zralý",
775
+ "url": "https://github.com/zraly/humbleicons"
776
+ },
777
+ "license": {
778
+ "title": "MIT",
779
+ "spdx": "MIT",
780
+ "url": "https://github.com/zraly/humbleicons/blob/master/license"
781
+ },
782
+ "samples": [
783
+ "aid",
784
+ "droplet",
785
+ "rss"
786
+ ],
787
+ "height": 24,
788
+ "category": "General",
789
+ "palette": false
790
+ },
769
791
  "uiw": {
770
792
  "name": "uiw icons",
771
793
  "total": 214,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify/collections",
3
3
  "description": "Iconify icon sets list",
4
- "version": "1.0.133",
4
+ "version": "1.0.134",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",