@iconify/json 2.2.165 → 2.2.166

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
@@ -304,7 +304,7 @@
304
304
  },
305
305
  "lucide": {
306
306
  "name": "Lucide",
307
- "total": 1370,
307
+ "total": 1383,
308
308
  "author": {
309
309
  "name": "Lucide Contributors",
310
310
  "url": "https://github.com/lucide-icons/lucide"
@@ -1218,6 +1218,28 @@
1218
1218
  "category": "General",
1219
1219
  "palette": false
1220
1220
  },
1221
+ "f7": {
1222
+ "name": "Framework7 Icons",
1223
+ "total": 1253,
1224
+ "version": "5.0.5",
1225
+ "author": {
1226
+ "name": "Vladimir Kharlampidi",
1227
+ "url": "https://github.com/framework7io/framework7-icons"
1228
+ },
1229
+ "license": {
1230
+ "title": "MIT",
1231
+ "spdx": "MIT",
1232
+ "url": "https://github.com/framework7io/framework7-icons/blob/master/LICENSE"
1233
+ },
1234
+ "samples": [
1235
+ "hourglass-bottomhalf-fill",
1236
+ "pencil-outline",
1237
+ "rosette"
1238
+ ],
1239
+ "height": 28,
1240
+ "category": "General",
1241
+ "palette": false
1242
+ },
1221
1243
  "fluent": {
1222
1244
  "name": "Fluent UI System Icons",
1223
1245
  "total": 15373,
@@ -2077,8 +2099,8 @@
2077
2099
  },
2078
2100
  "simple-icons": {
2079
2101
  "name": "Simple Icons",
2080
- "total": 2926,
2081
- "version": "10.4.0",
2102
+ "total": 2930,
2103
+ "version": "11.0.0",
2082
2104
  "author": {
2083
2105
  "name": "Simple Icons Collaborators",
2084
2106
  "url": "https://github.com/simple-icons/simple-icons"
package/collections.md CHANGED
@@ -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: 1370
152
+ * Number of icons: 1383
153
153
  * Author: Lucide Contributors
154
154
  * URL: https://github.com/lucide-icons/lucide
155
155
  * License: ISC
@@ -597,6 +597,17 @@
597
597
  * Icon set prefix: `lets-icons`
598
598
  * File: [json/lets-icons.json](json/lets-icons.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
599
599
 
600
+ ## Framework7 Icons
601
+ * Number of icons: 1253
602
+ * Author: Vladimir Kharlampidi
603
+ * URL: https://github.com/framework7io/framework7-icons
604
+ * License: MIT
605
+ * License URL: https://github.com/framework7io/framework7-icons/blob/master/LICENSE
606
+ * Version: 5.0.5
607
+ * Palette: Colorless
608
+ * Icon set prefix: `f7`
609
+ * File: [json/f7.json](json/f7.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
610
+
600
611
  ## Fluent UI System Icons
601
612
  * Number of icons: 15373
602
613
  * Author: Microsoft Corporation
@@ -1013,12 +1024,12 @@
1013
1024
  * File: [json/logos.json](json/logos.json) ([in IconifyJSON format](https://docs.iconify.design/types/iconify-json.html))
1014
1025
 
1015
1026
  ## Simple Icons
1016
- * Number of icons: 2926
1027
+ * Number of icons: 2930
1017
1028
  * Author: Simple Icons Collaborators
1018
1029
  * URL: https://github.com/simple-icons/simple-icons
1019
1030
  * License: CC0 1.0
1020
1031
  * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
1021
- * Version: 10.4.0
1032
+ * Version: 11.0.0
1022
1033
  * Palette: Colorless
1023
1034
  * Icon set prefix: `simple-icons`
1024
1035
  * File: [json/simple-icons.json](json/simple-icons.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.165",
5
+ "version": "2.2.166",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {