@iconify/json 2.2.27 → 2.2.28

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
@@ -153,8 +153,8 @@
153
153
  },
154
154
  "tabler": {
155
155
  "name": "Tabler Icons",
156
- "total": 3419,
157
- "version": "2.5.0",
156
+ "total": 3437,
157
+ "version": "2.6.0",
158
158
  "author": {
159
159
  "name": "Paweł Kuna",
160
160
  "url": "https://github.com/tabler/tabler-icons"
@@ -199,7 +199,7 @@
199
199
  "uil": {
200
200
  "name": "Unicons",
201
201
  "total": 1206,
202
- "version": "4.0.2",
202
+ "version": "4.0.3",
203
203
  "author": {
204
204
  "name": "Iconscout",
205
205
  "url": "https://github.com/Iconscout/unicons"
@@ -876,7 +876,7 @@
876
876
  "uim": {
877
877
  "name": "Unicons Monochrome",
878
878
  "total": 296,
879
- "version": "4.0.2",
879
+ "version": "4.0.3",
880
880
  "author": {
881
881
  "name": "Iconscout",
882
882
  "url": "https://github.com/Iconscout/unicons"
@@ -898,7 +898,7 @@
898
898
  "uit": {
899
899
  "name": "Unicons Thin Line",
900
900
  "total": 214,
901
- "version": "4.0.2",
901
+ "version": "4.0.3",
902
902
  "author": {
903
903
  "name": "Iconscout",
904
904
  "url": "https://github.com/Iconscout/unicons"
@@ -920,7 +920,7 @@
920
920
  "uis": {
921
921
  "name": "Unicons Solid",
922
922
  "total": 189,
923
- "version": "4.0.2",
923
+ "version": "4.0.3",
924
924
  "author": {
925
925
  "name": "Iconscout",
926
926
  "url": "https://github.com/Iconscout/unicons"
package/collections.md CHANGED
@@ -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: 3419
79
+ * Number of icons: 3437
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.5.0
84
+ * Version: 2.6.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))
@@ -103,7 +103,7 @@
103
103
  * URL: https://github.com/Iconscout/unicons
104
104
  * License: Apache 2.0
105
105
  * License URL: https://github.com/Iconscout/unicons/blob/master/LICENSE
106
- * Version: 4.0.2
106
+ * Version: 4.0.3
107
107
  * Palette: Colorless
108
108
  * Icon set prefix: `uil`
109
109
  * File: [json/uil.json](json/uil.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@@ -436,7 +436,7 @@
436
436
  * URL: https://github.com/Iconscout/unicons
437
437
  * License: Apache 2.0
438
438
  * License URL: https://github.com/Iconscout/unicons/blob/master/LICENSE
439
- * Version: 4.0.2
439
+ * Version: 4.0.3
440
440
  * Palette: Colorless
441
441
  * Icon set prefix: `uim`
442
442
  * File: [json/uim.json](json/uim.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@@ -447,7 +447,7 @@
447
447
  * URL: https://github.com/Iconscout/unicons
448
448
  * License: Apache 2.0
449
449
  * License URL: https://github.com/Iconscout/unicons/blob/master/LICENSE
450
- * Version: 4.0.2
450
+ * Version: 4.0.3
451
451
  * Palette: Colorless
452
452
  * Icon set prefix: `uit`
453
453
  * File: [json/uit.json](json/uit.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
@@ -458,7 +458,7 @@
458
458
  * URL: https://github.com/Iconscout/unicons
459
459
  * License: Apache 2.0
460
460
  * License URL: https://github.com/Iconscout/unicons/blob/master/LICENSE
461
- * Version: 4.0.2
461
+ * Version: 4.0.3
462
462
  * Palette: Colorless
463
463
  * Icon set prefix: `uis`
464
464
  * File: [json/uis.json](json/uis.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.27",
5
+ "version": "2.2.28",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {