@iconify/json 2.1.73 → 2.1.76

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.
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"
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 2052,
157
- "version": "1.72.0",
156
+ "total": 2088,
157
+ "version": "1.74.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -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,
@@ -1076,8 +1098,8 @@
1076
1098
  },
1077
1099
  "vscode-icons": {
1078
1100
  "name": "VSCode Icons",
1079
- "total": 1139,
1080
- "version": "11.12.0",
1101
+ "total": 1144,
1102
+ "version": "11.13.0",
1081
1103
  "author": {
1082
1104
  "name": "Roberto Huertas",
1083
1105
  "url": "https://github.com/vscode-icons/vscode-icons"
@@ -1630,7 +1652,7 @@
1630
1652
  },
1631
1653
  "arcticons": {
1632
1654
  "name": "Arcticons",
1633
- "total": 4310,
1655
+ "total": 4436,
1634
1656
  "author": {
1635
1657
  "name": "Donnnno",
1636
1658
  "url": "https://github.com/Donnnno/Arcticons"
package/collections.md CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
  ### Material Design Icons
25
- * Number of icons: 7033
25
+ * Number of icons: 7070
26
26
  * Author: Austin Andrews
27
27
  * URL: https://github.com/Templarian/MaterialDesign
28
28
  * License: Apache 2.0
@@ -70,12 +70,12 @@
70
70
 
71
71
 
72
72
  ### Tabler Icons
73
- * Number of icons: 2052
73
+ * Number of icons: 2088
74
74
  * Author: Paweł Kuna
75
75
  * URL: https://github.com/tabler/tabler-icons
76
76
  * License: MIT
77
77
  * License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
78
- * Version: 1.72.0
78
+ * Version: 1.74.0
79
79
  * Palette: Colorless
80
80
 
81
81
 
@@ -344,6 +344,16 @@
344
344
  * Palette: Colorless
345
345
 
346
346
 
347
+ ### Humbleicons
348
+ * Number of icons: 223
349
+ * Author: Jiří Zralý
350
+ * URL: https://github.com/zraly/humbleicons
351
+ * License: MIT
352
+ * License URL: https://github.com/zraly/humbleicons/blob/master/license
353
+ * Version: 1.7.0
354
+ * Palette: Colorless
355
+
356
+
347
357
  ### uiw icons
348
358
  * Number of icons: 214
349
359
  * Author: liwen0526
@@ -483,12 +493,12 @@
483
493
 
484
494
 
485
495
  ### VSCode Icons
486
- * Number of icons: 1139
496
+ * Number of icons: 1144
487
497
  * Author: Roberto Huertas
488
498
  * URL: https://github.com/vscode-icons/vscode-icons
489
499
  * License: MIT
490
500
  * License URL: https://github.com/vscode-icons/vscode-icons/blob/master/LICENSE
491
- * Version: 11.12.0
501
+ * Version: 11.13.0
492
502
  * Palette: Colorful
493
503
 
494
504
 
@@ -727,7 +737,7 @@
727
737
 
728
738
 
729
739
  ### Arcticons
730
- * Number of icons: 4310
740
+ * Number of icons: 4436
731
741
  * Author: Donnnno
732
742
  * URL: https://github.com/Donnnno/Arcticons
733
743
  * License: CC BY-SA 4.0
package/composer.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "iconify/json",
3
3
  "description": "Iconify icons collection in JSON format",
4
4
  "type": "library",
5
- "version": "2.1.73",
5
+ "version": "2.1.76",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {