@iconify/json 2.1.74 → 2.1.75
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 +23 -1
- package/collections.md +11 -1
- package/composer.json +1 -1
- package/json/humbleicons.json +699 -0
- package/json/mdi.json +263 -20
- 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":
|
|
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/collections.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
### Material Design Icons
|
|
25
|
-
* Number of icons:
|
|
25
|
+
* Number of icons: 7070
|
|
26
26
|
* Author: Austin Andrews
|
|
27
27
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
28
28
|
* License: Apache 2.0
|
|
@@ -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
|
package/composer.json
CHANGED