@iconify/json 2.0.20 → 2.0.21

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
@@ -779,7 +779,7 @@
779
779
  },
780
780
  "lucide": {
781
781
  "name": "Lucide",
782
- "total": 533,
782
+ "total": 534,
783
783
  "author": {
784
784
  "name": "Lucide Contributors",
785
785
  "url": "https://github.com/lucide-icons/lucide"
package/collections.md CHANGED
@@ -344,7 +344,7 @@
344
344
 
345
345
 
346
346
  ### Lucide
347
- * Number of icons: 533
347
+ * Number of icons: 534
348
348
  * Author: Lucide Contributors
349
349
  * URL: https://github.com/lucide-icons/lucide
350
350
  * 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.0.20",
5
+ "version": "2.0.21",
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": 533,
5
+ "total": 534,
6
6
  "author": {
7
7
  "name": "Lucide Contributors",
8
8
  "url": "https://github.com/lucide-icons/lucide"
@@ -550,6 +550,9 @@
550
550
  "edit-3": {
551
551
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 20h9\"/><path d=\"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1l1-4L16.5 3.5z\"/></g>"
552
552
  },
553
+ "egg": {
554
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M12 22c6.23-.05 7.87-5.57 7.5-10c-.36-4.34-3.95-9.96-7.5-10c-3.55.04-7.14 5.66-7.5 10c-.37 4.43 1.27 9.95 7.5 10z\"/></g>"
555
+ },
553
556
  "equal": {
554
557
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M5 9h14\"/><path d=\"M5 15h14\"/></g>"
555
558
  },
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@iconify/json",
3
3
  "description": "Iconify icons collection in JSON format",
4
4
  "license": "MIT",
5
- "version": "2.0.20",
5
+ "version": "2.0.21",
6
6
  "publishConfig": {
7
7
  "tag": "next"
8
8
  },