@iconify-json/lucide 1.2.30 → 1.2.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.
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
@@ -3573,6 +3573,9 @@
3573
3573
  "satellite-dish": {
3574
3574
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10a7.31 7.31 0 0 0 10 10Zm5 5l3-3m5 1a6 6 0 0 0-6-6m10 6A10 10 0 0 0 11 3\"/>"
3575
3575
  },
3576
+ "saudi-riyal": {
3577
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20 19.5l-5.5 1.2m0-16.7v11.22a1 1 0 0 0 1.242.97L20 15.2M2.978 19.351l5.549-1.363A2 2 0 0 0 10 16V2m10 8L4 13.5\"/>"
3578
+ },
3576
3579
  "save": {
3577
3580
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z\"/><path d=\"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7M7 3v4a1 1 0 0 0 1 1h7\"/></g>"
3578
3581
  },
@@ -5335,7 +5338,7 @@
5335
5338
  "parent": "square-x"
5336
5339
  }
5337
5340
  },
5338
- "lastModified": 1741974005,
5341
+ "lastModified": 1742281932,
5339
5342
  "width": 24,
5340
5343
  "height": 24
5341
5344
  }
package/info.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "lucide",
3
3
  "name": "Lucide",
4
- "total": 1559,
4
+ "total": 1560,
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.2.30",
4
+ "version": "1.2.31",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",