@iconify-json/lucide 1.1.202 → 1.1.203

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 (2) hide show
  1. package/icons.json +2 -2
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -885,7 +885,7 @@
885
885
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5\"/>"
886
886
  },
887
887
  "chart-column-increasing": {
888
- "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V9m5 8v-3M3 3v16a2 2 0 0 0 2 2h16M8 17V5\"/>"
888
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 17V9m5 8V5M3 3v16a2 2 0 0 0 2 2h16M8 17v-3\"/>"
889
889
  },
890
890
  "chart-column-stacked": {
891
891
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 13H7m12-4h-4M3 3v16a2 2 0 0 0 2 2h16\"/><rect width=\"4\" height=\"12\" x=\"15\" y=\"5\" rx=\"1\"/><rect width=\"4\" height=\"9\" x=\"7\" y=\"8\" rx=\"1\"/></g>"
@@ -5166,7 +5166,7 @@
5166
5166
  "parent": "square-x"
5167
5167
  }
5168
5168
  },
5169
- "lastModified": 1721921313,
5169
+ "lastModified": 1722233235,
5170
5170
  "width": 24,
5171
5171
  "height": 24
5172
5172
  }
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.202",
4
+ "version": "1.1.203",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",