@iconify/json 2.1.21 → 2.1.22
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 +5 -5
- package/collections.md +5 -5
- package/composer.json +1 -1
- package/json/arcticons.json +302 -8
- package/json/mdi.json +92 -1
- package/json/ooui.json +11 -11
- package/json/openmoji.json +3 -3
- package/json/tabler.json +60 -3
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"mdi": {
|
|
25
25
|
"name": "Material Design Icons",
|
|
26
|
-
"total":
|
|
26
|
+
"total": 6913,
|
|
27
27
|
"author": {
|
|
28
28
|
"name": "Austin Andrews",
|
|
29
29
|
"url": "https://github.com/Templarian/MaterialDesign"
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
},
|
|
133
133
|
"tabler": {
|
|
134
134
|
"name": "Tabler Icons",
|
|
135
|
-
"total":
|
|
136
|
-
"version": "1.
|
|
135
|
+
"total": 1649,
|
|
136
|
+
"version": "1.60.0",
|
|
137
137
|
"author": {
|
|
138
138
|
"name": "Paweł Kuna",
|
|
139
139
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -1235,7 +1235,7 @@
|
|
|
1235
1235
|
"ooui": {
|
|
1236
1236
|
"name": "OOUI",
|
|
1237
1237
|
"total": 322,
|
|
1238
|
-
"version": "0.43.
|
|
1238
|
+
"version": "0.43.2",
|
|
1239
1239
|
"author": {
|
|
1240
1240
|
"name": "OOUI Team",
|
|
1241
1241
|
"url": "https://github.com/wikimedia/oojs-ui"
|
|
@@ -1565,7 +1565,7 @@
|
|
|
1565
1565
|
},
|
|
1566
1566
|
"arcticons": {
|
|
1567
1567
|
"name": "Arcticons",
|
|
1568
|
-
"total":
|
|
1568
|
+
"total": 4001,
|
|
1569
1569
|
"author": {
|
|
1570
1570
|
"name": "Donno",
|
|
1571
1571
|
"url": "https://github.com/Donno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
### Material Design Icons
|
|
16
|
-
* Number of icons:
|
|
16
|
+
* Number of icons: 6913
|
|
17
17
|
* Author: Austin Andrews
|
|
18
18
|
* URL: https://github.com/Templarian/MaterialDesign
|
|
19
19
|
* License: Apache 2.0
|
|
@@ -61,12 +61,12 @@
|
|
|
61
61
|
|
|
62
62
|
|
|
63
63
|
### Tabler Icons
|
|
64
|
-
* Number of icons:
|
|
64
|
+
* Number of icons: 1649
|
|
65
65
|
* Author: Paweł Kuna
|
|
66
66
|
* URL: https://github.com/tabler/tabler-icons
|
|
67
67
|
* License: MIT
|
|
68
68
|
* License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
|
|
69
|
-
* Version: 1.
|
|
69
|
+
* Version: 1.60.0
|
|
70
70
|
* Palette: Colorless
|
|
71
71
|
|
|
72
72
|
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
* URL: https://github.com/wikimedia/oojs-ui
|
|
559
559
|
* License: MIT
|
|
560
560
|
* License URL: https://github.com/wikimedia/oojs-ui/blob/master/LICENSE-MIT
|
|
561
|
-
* Version: 0.43.
|
|
561
|
+
* Version: 0.43.2
|
|
562
562
|
* Palette: Colorless
|
|
563
563
|
|
|
564
564
|
|
|
@@ -698,7 +698,7 @@
|
|
|
698
698
|
|
|
699
699
|
|
|
700
700
|
### Arcticons
|
|
701
|
-
* Number of icons:
|
|
701
|
+
* Number of icons: 4001
|
|
702
702
|
* Author: Donno
|
|
703
703
|
* URL: https://github.com/Donno/Arcticons
|
|
704
704
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED