@iconify/json 1.1.441 → 1.1.442
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 +3 -3
- package/collections.md +3 -3
- package/composer.json +1 -1
- package/json/logos.json +260 -11
- package/json/simple-icons.json +18 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1595,7 +1595,7 @@
|
|
|
1595
1595
|
},
|
|
1596
1596
|
"logos": {
|
|
1597
1597
|
"name": "SVG Logos",
|
|
1598
|
-
"total":
|
|
1598
|
+
"total": 1291,
|
|
1599
1599
|
"author": "Gil Barbara",
|
|
1600
1600
|
"url": "https://github.com/gilbarbara/logos",
|
|
1601
1601
|
"license": "CC0",
|
|
@@ -1627,7 +1627,7 @@
|
|
|
1627
1627
|
},
|
|
1628
1628
|
"simple-icons": {
|
|
1629
1629
|
"name": "Simple Icons",
|
|
1630
|
-
"total":
|
|
1630
|
+
"total": 2121,
|
|
1631
1631
|
"author": "Simple Icons Collaborators",
|
|
1632
1632
|
"url": "https://github.com/simple-icons/simple-icons",
|
|
1633
1633
|
"license": "CC0 1.0",
|
|
@@ -1638,7 +1638,7 @@
|
|
|
1638
1638
|
"bing",
|
|
1639
1639
|
"amazonaws"
|
|
1640
1640
|
],
|
|
1641
|
-
"version": "6.
|
|
1641
|
+
"version": "6.2.0",
|
|
1642
1642
|
"palette": "Colorless",
|
|
1643
1643
|
"category": "Brands / Social"
|
|
1644
1644
|
},
|
package/collections.md
CHANGED
|
@@ -912,7 +912,7 @@
|
|
|
912
912
|
|
|
913
913
|
|
|
914
914
|
### SVG Logos
|
|
915
|
-
* Number of icons:
|
|
915
|
+
* Number of icons: 1291
|
|
916
916
|
* Author: Gil Barbara
|
|
917
917
|
* URL: https://github.com/gilbarbara/logos
|
|
918
918
|
* License: CC0
|
|
@@ -931,12 +931,12 @@
|
|
|
931
931
|
|
|
932
932
|
|
|
933
933
|
### Simple Icons
|
|
934
|
-
* Number of icons:
|
|
934
|
+
* Number of icons: 2121
|
|
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: 6.
|
|
939
|
+
* Version: 6.2.0
|
|
940
940
|
* Palette: Colorless
|
|
941
941
|
|
|
942
942
|
|
package/composer.json
CHANGED