@iconify-json/lucide 1.2.21 → 1.2.22

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 +7 -1
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -4971,9 +4971,15 @@
4971
4971
  "grid-2-x-2": {
4972
4972
  "parent": "grid-2x2"
4973
4973
  },
4974
+ "grid-2-x-2-check": {
4975
+ "parent": "grid-2x2-check"
4976
+ },
4974
4977
  "grid-2-x-2-plus": {
4975
4978
  "parent": "grid-2x2-plus"
4976
4979
  },
4980
+ "grid-2-x-2-x": {
4981
+ "parent": "grid-2x2-x"
4982
+ },
4977
4983
  "grid-3-x-3": {
4978
4984
  "parent": "grid-3x3"
4979
4985
  },
@@ -5284,7 +5290,7 @@
5284
5290
  "parent": "square-x"
5285
5291
  }
5286
5292
  },
5287
- "lastModified": 1736065103,
5293
+ "lastModified": 1736322657,
5288
5294
  "width": 24,
5289
5295
  "height": 24
5290
5296
  }
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.21",
4
+ "version": "1.2.22",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",