@iconify/json 2.1.79 → 2.1.80
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 +2 -2
- package/collections.md +2 -2
- package/composer.json +1 -1
- package/json/logos.json +70 -41
- package/json/material-symbols.json +443 -361
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"material-symbols": {
|
|
3
3
|
"name": "Material Symbols",
|
|
4
|
-
"total":
|
|
4
|
+
"total": 8065,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -1564,7 +1564,7 @@
|
|
|
1564
1564
|
},
|
|
1565
1565
|
"logos": {
|
|
1566
1566
|
"name": "SVG Logos",
|
|
1567
|
-
"total":
|
|
1567
|
+
"total": 1493,
|
|
1568
1568
|
"author": {
|
|
1569
1569
|
"name": "Gil Barbara",
|
|
1570
1570
|
"url": "https://github.com/gilbarbara/logos"
|
package/collections.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Material Symbols
|
|
6
|
-
* Number of icons:
|
|
6
|
+
* Number of icons: 8065
|
|
7
7
|
* Author: Google
|
|
8
8
|
* URL: https://github.com/google/material-design-icons
|
|
9
9
|
* License: Apache 2.0
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
|
|
700
700
|
### SVG Logos
|
|
701
|
-
* Number of icons:
|
|
701
|
+
* Number of icons: 1493
|
|
702
702
|
* Author: Gil Barbara
|
|
703
703
|
* URL: https://github.com/gilbarbara/logos
|
|
704
704
|
* License: CC0
|
package/composer.json
CHANGED