@iconify/json 2.2.192 → 2.2.193

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 CHANGED
@@ -129,8 +129,8 @@
129
129
  },
130
130
  "tabler": {
131
131
  "name": "Tabler Icons",
132
- "total": 5201,
133
- "version": "3.0.2",
132
+ "total": 5219,
133
+ "version": "3.1.0",
134
134
  "author": {
135
135
  "name": "Paweł Kuna",
136
136
  "url": "https://github.com/tabler/tabler-icons"
@@ -304,7 +304,7 @@
304
304
  },
305
305
  "lucide": {
306
306
  "name": "Lucide",
307
- "total": 1446,
307
+ "total": 1447,
308
308
  "author": {
309
309
  "name": "Lucide Contributors",
310
310
  "url": "https://github.com/lucide-icons/lucide"
@@ -2158,8 +2158,8 @@
2158
2158
  },
2159
2159
  "simple-icons": {
2160
2160
  "name": "Simple Icons",
2161
- "total": 3058,
2162
- "version": "11.8.0",
2161
+ "total": 3076,
2162
+ "version": "11.9.0",
2163
2163
  "author": {
2164
2164
  "name": "Simple Icons Collaborators",
2165
2165
  "url": "https://github.com/simple-icons/simple-icons"
@@ -2248,7 +2248,7 @@
2248
2248
  },
2249
2249
  "arcticons": {
2250
2250
  "name": "Arcticons",
2251
- "total": 8751,
2251
+ "total": 9000,
2252
2252
  "author": {
2253
2253
  "name": "Donnnno",
2254
2254
  "url": "https://github.com/Arcticons-Team/Arcticons"
package/collections.md CHANGED
@@ -64,12 +64,12 @@
64
64
  * File: [json/solar.json](json/solar.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
65
65
 
66
66
  ## Tabler Icons
67
- * Number of icons: 5201
67
+ * Number of icons: 5219
68
68
  * Author: Paweł Kuna
69
69
  * URL: https://github.com/tabler/tabler-icons
70
70
  * License: MIT
71
71
  * License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
72
- * Version: 3.0.2
72
+ * Version: 3.1.0
73
73
  * Palette: Colorless
74
74
  * Icon set prefix: `tabler`
75
75
  * File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@@ -149,7 +149,7 @@
149
149
  * File: [json/ion.json](json/ion.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
150
150
 
151
151
  ## Lucide
152
- * Number of icons: 1446
152
+ * Number of icons: 1447
153
153
  * Author: Lucide Contributors
154
154
  * URL: https://github.com/lucide-icons/lucide
155
155
  * License: ISC
@@ -1055,12 +1055,12 @@
1055
1055
  * File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
1056
1056
 
1057
1057
  ## Simple Icons
1058
- * Number of icons: 3058
1058
+ * Number of icons: 3076
1059
1059
  * Author: Simple Icons Collaborators
1060
1060
  * URL: https://github.com/simple-icons/simple-icons
1061
1061
  * License: CC0 1.0
1062
1062
  * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
1063
- * Version: 11.8.0
1063
+ * Version: 11.9.0
1064
1064
  * Palette: Colorless
1065
1065
  * Icon set prefix: `simple-icons`
1066
1066
  * File: [json/simple-icons.json](json/simple-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@@ -1099,7 +1099,7 @@
1099
1099
  * File: [json/nonicons.json](json/nonicons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
1100
1100
 
1101
1101
  ## Arcticons
1102
- * Number of icons: 8751
1102
+ * Number of icons: 9000
1103
1103
  * Author: Donnnno
1104
1104
  * URL: https://github.com/Arcticons-Team/Arcticons
1105
1105
  * License: CC BY-SA 4.0
package/composer.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "iconify/json",
3
3
  "description": "Iconify icons collection in JSON format",
4
4
  "type": "library",
5
- "version": "2.2.192",
5
+ "version": "2.2.193",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {