@iconify/json 2.0.9 → 2.0.10
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
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
},
|
|
2048
2048
|
"logos": {
|
|
2049
2049
|
"name": "SVG Logos",
|
|
2050
|
-
"total":
|
|
2050
|
+
"total": 1291,
|
|
2051
2051
|
"author": {
|
|
2052
2052
|
"name": "Gil Barbara",
|
|
2053
2053
|
"url": "https://github.com/gilbarbara/logos"
|
|
@@ -2088,8 +2088,8 @@
|
|
|
2088
2088
|
},
|
|
2089
2089
|
"simple-icons": {
|
|
2090
2090
|
"name": "Simple Icons",
|
|
2091
|
-
"total":
|
|
2092
|
-
"version": "6.
|
|
2091
|
+
"total": 2121,
|
|
2092
|
+
"version": "6.2.0",
|
|
2093
2093
|
"author": {
|
|
2094
2094
|
"name": "Simple Icons Collaborators",
|
|
2095
2095
|
"url": "https://github.com/simple-icons/simple-icons"
|
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