@iconify-json/lucide 1.1.40 → 1.1.42

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/README.md CHANGED
@@ -1,8 +1,11 @@
1
1
  # Lucide
2
2
 
3
- This package includes data for 831 icons
3
+ This package contains icon data for Lucide icon set.
4
4
 
5
- Each icon is in its own file, so you can bundle several icons from different icon sets without bundling entire icon sets.
5
+ Files:
6
+
7
+ - Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://docs.iconify.design/types/iconify-json.html).
8
+ - Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://docs.iconify.design/types/iconify-info.html).
6
9
 
7
10
  ## Installation
8
11
 
@@ -12,4 +15,4 @@ npm install @iconify-json/lucide --save-dev
12
15
 
13
16
  ## Usage
14
17
 
15
- This package can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
18
+ Icon data can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
package/icons.json CHANGED
@@ -1825,6 +1825,12 @@
1825
1825
  "play-circle": {
1826
1826
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"m10 8l6 4l-6 4V8z\"/></g>"
1827
1827
  },
1828
+ "plug": {
1829
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 22v-5M9 7V2m6 5V2M6 13V8h12v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4Z\"/>"
1830
+ },
1831
+ "plug-2": {
1832
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 2v6m6-6v6m-3 9v5M5 8h14M6 11V8h12v3a6 6 0 1 1-12 0v0Z\"/>"
1833
+ },
1828
1834
  "plug-zap": {
1829
1835
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m13 2l-2 2.5h3L12 7m0 15v-3m-2-6v-2.5m0 2v-2m4 2v-2m2 4.5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h4a2 2 0 0 0 2-2v-2z\"/>"
1830
1836
  },
@@ -2515,7 +2521,7 @@
2515
2521
  "parent": "japanese-yen"
2516
2522
  }
2517
2523
  },
2518
- "lastModified": 1660887186,
2524
+ "lastModified": 1663303976,
2519
2525
  "width": 24,
2520
2526
  "height": 24
2521
2527
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "lucide",
3
3
  "name": "Lucide",
4
- "total": 831,
4
+ "total": 833,
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.40",
4
+ "version": "1.1.42",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",