@iconify-json/lucide 1.1.42 → 1.1.43

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.
Files changed (3) hide show
  1. package/icons.json +4 -1
  2. package/info.json +1 -1
  3. package/package.json +1 -1
package/icons.json CHANGED
@@ -328,6 +328,9 @@
328
328
  "book-open": {
329
329
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2zm20 0h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z\"/>"
330
330
  },
331
+ "book-open-check": {
332
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Zm8 9l2 2l4-4\"/><path d=\"M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3\"/></g>"
333
+ },
331
334
  "bookmark": {
332
335
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m19 21l-7-4l-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z\"/>"
333
336
  },
@@ -2521,7 +2524,7 @@
2521
2524
  "parent": "japanese-yen"
2522
2525
  }
2523
2526
  },
2524
- "lastModified": 1663303976,
2527
+ "lastModified": 1663655130,
2525
2528
  "width": 24,
2526
2529
  "height": 24
2527
2530
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "lucide",
3
3
  "name": "Lucide",
4
- "total": 833,
4
+ "total": 834,
5
5
  "author": {
6
6
  "name": "Lucide Contributors",
7
7
  "url": "https://github.com/lucide-icons/lucide"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-json/lucide",
3
3
  "description": "Lucide icon set in Iconify JSON format",
4
- "version": "1.1.42",
4
+ "version": "1.1.43",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",