@iconify/json 1.1.427 → 1.1.428
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 +5 -5
- package/collections.md +5 -5
- package/composer.json +1 -1
- package/json/ic.json +586 -6
- package/json/lucide.json +4 -1
- package/json/mdi.json +55 -35
- package/json/simple-icons.json +49 -7
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mdi": {
|
|
3
3
|
"name": "Material Design Icons",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 6628,
|
|
5
5
|
"author": "Austin Andrews",
|
|
6
6
|
"url": "https://github.com/Templarian/MaterialDesign",
|
|
7
7
|
"license": "Open Font License",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"ic": {
|
|
35
35
|
"name": "Google Material Icons",
|
|
36
|
-
"total":
|
|
36
|
+
"total": 10285,
|
|
37
37
|
"author": "Material Design Authors",
|
|
38
38
|
"url": "https://github.com/cyberalien/google-material-design-icons-updated",
|
|
39
39
|
"license": "Apache 2.0",
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
},
|
|
604
604
|
"lucide": {
|
|
605
605
|
"name": "Lucide",
|
|
606
|
-
"total":
|
|
606
|
+
"total": 512,
|
|
607
607
|
"author": "Lucide Contributors",
|
|
608
608
|
"url": "https://github.com/lucide-icons/lucide",
|
|
609
609
|
"license": "ISC",
|
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
},
|
|
1609
1609
|
"simple-icons": {
|
|
1610
1610
|
"name": "Simple Icons",
|
|
1611
|
-
"total":
|
|
1611
|
+
"total": 2104,
|
|
1612
1612
|
"author": "Simple Icons Collaborators",
|
|
1613
1613
|
"url": "https://github.com/simple-icons/simple-icons",
|
|
1614
1614
|
"license": "CC0 1.0",
|
|
@@ -1619,7 +1619,7 @@
|
|
|
1619
1619
|
"bing",
|
|
1620
1620
|
"amazonaws"
|
|
1621
1621
|
],
|
|
1622
|
-
"version": "5.
|
|
1622
|
+
"version": "5.23.0",
|
|
1623
1623
|
"palette": "Colorless",
|
|
1624
1624
|
"category": "Brands / Social"
|
|
1625
1625
|
},
|
package/collections.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Material Design Icons
|
|
6
|
-
* Number of icons:
|
|
6
|
+
* Number of icons: 6628
|
|
7
7
|
* Author: Austin Andrews
|
|
8
8
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
9
9
|
* License: Open Font License
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
### Google Material Icons
|
|
24
|
-
* Number of icons:
|
|
24
|
+
* Number of icons: 10285
|
|
25
25
|
* Author: Material Design Authors
|
|
26
26
|
* URL: https://github.com/cyberalien/google-material-design-icons-updated
|
|
27
27
|
* License: Apache 2.0
|
|
@@ -344,7 +344,7 @@
|
|
|
344
344
|
|
|
345
345
|
|
|
346
346
|
### Lucide
|
|
347
|
-
* Number of icons:
|
|
347
|
+
* Number of icons: 512
|
|
348
348
|
* Author: Lucide Contributors
|
|
349
349
|
* URL: https://github.com/lucide-icons/lucide
|
|
350
350
|
* License: ISC
|
|
@@ -931,12 +931,12 @@
|
|
|
931
931
|
|
|
932
932
|
|
|
933
933
|
### Simple Icons
|
|
934
|
-
* Number of icons:
|
|
934
|
+
* Number of icons: 2104
|
|
935
935
|
* Author: Simple Icons Collaborators
|
|
936
936
|
* URL: https://github.com/simple-icons/simple-icons
|
|
937
937
|
* License: CC0 1.0
|
|
938
938
|
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
|
|
939
|
-
* Version: 5.
|
|
939
|
+
* Version: 5.23.0
|
|
940
940
|
* Palette: Colorless
|
|
941
941
|
|
|
942
942
|
|
package/composer.json
CHANGED