@iconify/json 2.1.111 → 2.1.112
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 +292 -7
- package/json/circle-flags.json +361 -361
- package/json/iconoir.json +20 -20
- package/json/octicon.json +12 -2
- package/json/tabler.json +191 -8
- package/package.json +1 -1
package/collections.json
CHANGED
|
@@ -153,8 +153,8 @@
|
|
|
153
153
|
},
|
|
154
154
|
"tabler": {
|
|
155
155
|
"name": "Tabler Icons",
|
|
156
|
-
"total":
|
|
157
|
-
"version": "1.
|
|
156
|
+
"total": 2763,
|
|
157
|
+
"version": "1.100.0",
|
|
158
158
|
"author": {
|
|
159
159
|
"name": "Paweł Kuna",
|
|
160
160
|
"url": "https://github.com/tabler/tabler-icons"
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"iconoir": {
|
|
287
287
|
"name": "Iconoir",
|
|
288
288
|
"total": 1188,
|
|
289
|
-
"version": "5.3.
|
|
289
|
+
"version": "5.3.1",
|
|
290
290
|
"author": {
|
|
291
291
|
"name": "Luca Burgio",
|
|
292
292
|
"url": "https://github.com/lucaburgio/iconoir"
|
|
@@ -1301,7 +1301,7 @@
|
|
|
1301
1301
|
},
|
|
1302
1302
|
"octicon": {
|
|
1303
1303
|
"name": "Octicons",
|
|
1304
|
-
"total":
|
|
1304
|
+
"total": 518,
|
|
1305
1305
|
"version": "17.5.0",
|
|
1306
1306
|
"author": {
|
|
1307
1307
|
"name": "GitHub",
|
|
@@ -1742,7 +1742,7 @@
|
|
|
1742
1742
|
},
|
|
1743
1743
|
"arcticons": {
|
|
1744
1744
|
"name": "Arcticons",
|
|
1745
|
-
"total":
|
|
1745
|
+
"total": 4699,
|
|
1746
1746
|
"author": {
|
|
1747
1747
|
"name": "Donnnno",
|
|
1748
1748
|
"url": "https://github.com/Donnnno/Arcticons"
|
package/collections.md
CHANGED
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
|
|
71
71
|
|
|
72
72
|
### Tabler Icons
|
|
73
|
-
* Number of icons:
|
|
73
|
+
* Number of icons: 2763
|
|
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.100.0
|
|
79
79
|
* Palette: Colorless
|
|
80
80
|
|
|
81
81
|
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
* URL: https://github.com/lucaburgio/iconoir
|
|
134
134
|
* License: MIT
|
|
135
135
|
* License URL: https://github.com/lucaburgio/iconoir/blob/master/LICENSE
|
|
136
|
-
* Version: 5.3.
|
|
136
|
+
* Version: 5.3.1
|
|
137
137
|
* Palette: Colorless
|
|
138
138
|
|
|
139
139
|
|
|
@@ -581,7 +581,7 @@
|
|
|
581
581
|
|
|
582
582
|
|
|
583
583
|
### Octicons
|
|
584
|
-
* Number of icons:
|
|
584
|
+
* Number of icons: 518
|
|
585
585
|
* Author: GitHub
|
|
586
586
|
* URL: https://github.com/primer/octicons/
|
|
587
587
|
* License: MIT
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
|
|
774
774
|
|
|
775
775
|
### Arcticons
|
|
776
|
-
* Number of icons:
|
|
776
|
+
* Number of icons: 4699
|
|
777
777
|
* Author: Donnnno
|
|
778
778
|
* URL: https://github.com/Donnnno/Arcticons
|
|
779
779
|
* License: CC BY-SA 4.0
|
package/composer.json
CHANGED