@iconify/json 2.2.32 → 2.2.33

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "material-symbols": {
3
3
  "name": "Material Symbols",
4
- "total": 12438,
4
+ "total": 10138,
5
5
  "author": {
6
6
  "name": "Google",
7
7
  "url": "https://github.com/google/material-design-icons"
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 3473,
157
- "version": "2.8.0",
156
+ "total": 3512,
157
+ "version": "2.9.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -439,8 +439,8 @@
439
439
  },
440
440
  "octicon": {
441
441
  "name": "Octicons",
442
- "total": 568,
443
- "version": "18.1.0",
442
+ "total": 574,
443
+ "version": "18.2.0",
444
444
  "author": {
445
445
  "name": "GitHub",
446
446
  "url": "https://github.com/primer/octicons/"
package/collections.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
  ## Material Symbols
5
- * Number of icons: 12438
5
+ * Number of icons: 10138
6
6
  * Author: Google
7
7
  * URL: https://github.com/google/material-design-icons
8
8
  * License: Apache 2.0
@@ -76,12 +76,12 @@
76
76
  * File: [json/bi.json](json/bi.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
77
77
 
78
78
  ## Tabler Icons
79
- * Number of icons: 3473
79
+ * Number of icons: 3512
80
80
  * Author: Paweł Kuna
81
81
  * URL: https://github.com/tabler/tabler-icons
82
82
  * License: MIT
83
83
  * License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
84
- * Version: 2.8.0
84
+ * Version: 2.9.0
85
85
  * Palette: Colorless
86
86
  * Icon set prefix: `tabler`
87
87
  * File: [json/tabler.json](json/tabler.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@@ -217,12 +217,12 @@
217
217
  * File: [json/gg.json](json/gg.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
218
218
 
219
219
  ## Octicons
220
- * Number of icons: 568
220
+ * Number of icons: 574
221
221
  * Author: GitHub
222
222
  * URL: https://github.com/primer/octicons/
223
223
  * License: MIT
224
224
  * License URL: https://github.com/primer/octicons/blob/main/LICENSE
225
- * Version: 18.1.0
225
+ * Version: 18.2.0
226
226
  * Palette: Colorless
227
227
  * Icon set prefix: `octicon`
228
228
  * File: [json/octicon.json](json/octicon.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
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.32",
5
+ "version": "2.2.33",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {