@iconify/json 2.1.33 → 2.1.34
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/arcticons.json +141 -9
- package/json/circle-flags.json +175 -29
- package/json/flag.json +6 -6
- package/json/material-symbols.json +3141 -63
- 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": 7702,
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Google",
|
|
7
7
|
"url": "https://github.com/google/material-design-icons"
|
|
@@ -1586,7 +1586,7 @@
|
|
|
1586
1586
|
},
|
|
1587
1587
|
"arcticons": {
|
|
1588
1588
|
"name": "Arcticons",
|
|
1589
|
-
"total":
|
|
1589
|
+
"total": 4193,
|
|
1590
1590
|
"author": {
|
|
1591
1591
|
"name": "Donno",
|
|
1592
1592
|
"url": "https://github.com/Donno/Arcticons"
|
|
@@ -1714,7 +1714,7 @@
|
|
|
1714
1714
|
},
|
|
1715
1715
|
"circle-flags": {
|
|
1716
1716
|
"name": "Circle Flags",
|
|
1717
|
-
"total":
|
|
1717
|
+
"total": 351,
|
|
1718
1718
|
"version": "1.0.0",
|
|
1719
1719
|
"author": {
|
|
1720
1720
|
"name": "HatScripts",
|
package/collections.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
### Material Symbols
|
|
6
|
-
* Number of icons:
|
|
6
|
+
* Number of icons: 7702
|
|
7
7
|
* Author: Google
|
|
8
8
|
* URL: https://github.com/google/material-design-icons
|
|
9
9
|
* License: Apache 2.0
|
|
@@ -707,7 +707,7 @@
|
|
|
707
707
|
|
|
708
708
|
|
|
709
709
|
### Arcticons
|
|
710
|
-
* Number of icons:
|
|
710
|
+
* Number of icons: 4193
|
|
711
711
|
* Author: Donno
|
|
712
712
|
* URL: https://github.com/Donno/Arcticons
|
|
713
713
|
* License: CC BY-SA 4.0
|
|
@@ -763,7 +763,7 @@
|
|
|
763
763
|
|
|
764
764
|
|
|
765
765
|
### Circle Flags
|
|
766
|
-
* Number of icons:
|
|
766
|
+
* Number of icons: 351
|
|
767
767
|
* Author: HatScripts
|
|
768
768
|
* URL: https://github.com/HatScripts/circle-flags
|
|
769
769
|
* License: MIT
|
package/composer.json
CHANGED