@iconify/json 2.1.30 → 2.1.31

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
@@ -132,8 +132,8 @@
132
132
  },
133
133
  "tabler": {
134
134
  "name": "Tabler Icons",
135
- "total": 1807,
136
- "version": "1.65.0",
135
+ "total": 1919,
136
+ "version": "1.66.0",
137
137
  "author": {
138
138
  "name": "Paweł Kuna",
139
139
  "url": "https://github.com/tabler/tabler-icons"
@@ -420,7 +420,7 @@
420
420
  },
421
421
  "lucide": {
422
422
  "name": "Lucide",
423
- "total": 591,
423
+ "total": 593,
424
424
  "author": {
425
425
  "name": "Lucide Contributors",
426
426
  "url": "https://github.com/lucide-icons/lucide"
package/collections.md CHANGED
@@ -61,12 +61,12 @@
61
61
 
62
62
 
63
63
  ### Tabler Icons
64
- * Number of icons: 1807
64
+ * Number of icons: 1919
65
65
  * Author: Paweł Kuna
66
66
  * URL: https://github.com/tabler/tabler-icons
67
67
  * License: MIT
68
68
  * License URL: https://github.com/tabler/tabler-icons/blob/master/LICENSE
69
- * Version: 1.65.0
69
+ * Version: 1.66.0
70
70
  * Palette: Colorless
71
71
 
72
72
 
@@ -190,7 +190,7 @@
190
190
 
191
191
 
192
192
  ### Lucide
193
- * Number of icons: 591
193
+ * Number of icons: 593
194
194
  * Author: Lucide Contributors
195
195
  * URL: https://github.com/lucide-icons/lucide
196
196
  * License: ISC
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.1.30",
5
+ "version": "2.1.31",
6
6
  "license": "MIT",
7
7
  "homepage": "https://iconify.design/icon-sets/",
8
8
  "autoload": {
package/json/lucide.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 591,
5
+ "total": 593,
6
6
  "author": {
7
7
  "name": "Lucide Contributors",
8
8
  "url": "https://github.com/lucide-icons/lucide"
@@ -895,6 +895,9 @@
895
895
  "heart": {
896
896
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20.42 4.58a5.4 5.4 0 0 0-7.65 0l-.77.78l-.77-.78a5.4 5.4 0 0 0-7.65 0C1.46 6.7 1.33 10.28 4 13l8 8l8-8c2.67-2.72 2.54-6.3.42-8.42z\"/>"
897
897
  },
898
+ "heart-off": {
899
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4.12 4.107a5.4 5.4 0 0 0-.538.473C1.46 6.7 1.33 10.28 4 13l8 8l4.5-4.5m2.828-2.828L20 13c2.67-2.72 2.54-6.3.42-8.42a5.4 5.4 0 0 0-7.65 0l-.77.78l-.77-.78a5.4 5.4 0 0 0-2.386-1.393M2 2l20 20\"/>"
900
+ },
898
901
  "help-circle": {
899
902
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3m.08 4h.01\"/></g>"
900
903
  },
@@ -910,6 +913,9 @@
910
913
  "home": {
911
914
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m3 9l9-7l9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"/><path d=\"M9 22V12h6v10\"/></g>"
912
915
  },
916
+ "hourglass": {
917
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 22h14M5 2h14m-2 20v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2\"/>"
918
+ },
913
919
  "image": {
914
920
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"18\" height=\"18\" x=\"3\" y=\"3\" rx=\"2\" ry=\"2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><path d=\"m21 15l-5-5L5 21\"/></g>"
915
921
  },