@iconify/json 2.1.62 → 2.1.63
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 +4 -4
- package/collections.md +4 -4
- package/composer.json +1 -1
- package/json/flag.json +13 -13
- package/json/mdi.json +62 -1
- package/json/tabler.json +56 -2
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
},
|
|
45
45
|
"mdi": {
|
|
46
46
|
"name": "Material Design Icons",
|
|
47
|
-
"total":
|
|
47
|
+
"total": 7001,
|
|
48
48
|
"author": {
|
|
49
49
|
"name": "Austin Andrews",
|
|
50
50
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "1.
|
|
156
|
+
"total": 2016,
|
|
157
|
+
"version": "1.70.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1738,7 +1738,7 @@
|
|
|
1738
1738
|
"flag": {
|
|
1739
1739
|
"name": "Flag Icons",
|
|
1740
1740
|
"total": 530,
|
|
1741
|
-
"version": "6.
|
|
1741
|
+
"version": "6.5.1",
|
|
1742
1742
|
"author": {
|
|
1743
1743
|
"name": "Panayiotis Lipiridis",
|
|
1744
1744
|
"url": "https://github.com/lipis/flag-icons"
|
package/collections.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
### Material Design Icons
|
|
25
|
-
* Number of icons:
|
|
25
|
+
* Number of icons: 7001
|
|
26
26
|
* Author: Austin Andrews
|
|
27
27
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
28
28
|
* License: Apache 2.0
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
### Tabler Icons
|
|
73
|
-
* Number of icons:
|
|
73
|
+
* Number of icons: 2016
|
|
74
74
|
* Author: Paweł Kuna
|
|
75
75
|
* URL: https://github.com/tabler/tabler-icons
|
|
76
76
|
* License: MIT
|
|
77
77
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
78
|
-
* Version: 1.
|
|
78
|
+
* Version: 1.70.0
|
|
79
79
|
* Palette: Colorless
|
|
80
80
|
|
|
81
81
|
|
|
@@ -778,7 +778,7 @@
|
|
|
778
778
|
* URL: https://github.com/lipis/flag-icons
|
|
779
779
|
* License: MIT
|
|
780
780
|
* License URL: https://github.com/lipis/flag-icons/blob/main/LICENSE
|
|
781
|
-
* Version: 6.
|
|
781
|
+
* Version: 6.5.1
|
|
782
782
|
* Palette: Colorful
|
|
783
783
|
|
|
784
784
|
|
package/composer.json
CHANGED