@iconify-json/lucide 1.1.152 → 1.1.153

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 +6 -2
  2. package/package.json +1 -1
package/icons.json CHANGED
@@ -2949,7 +2949,8 @@
2949
2949
  "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12 20h9M16.5 3.5a2.12 2.12 0 0 1 3 3L7 19l-4 1l1-4Z\"/>"
2950
2950
  },
2951
2951
  "pen-square": {
2952
- "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1l1-4Z\"/></g>"
2952
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M18.5 2.5a2.12 2.12 0 0 1 3 3L12 15l-4 1l1-4Z\"/></g>",
2953
+ "hidden": true
2953
2954
  },
2954
2955
  "pen-tool": {
2955
2956
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m12 19l7-7l3 3l-7 7z\"/><path d=\"m18 13l-1.5-7.5L2 2l3.5 14.5L13 18zM2 2l7.586 7.586\"/><circle cx=\"11\" cy=\"11\" r=\"2\"/></g>"
@@ -3657,6 +3658,9 @@
3657
3658
  "square-dashed-bottom-code": {
3658
3659
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"m10 10l-2 2l2 2m4 0l2-2l-2-2\"/><path d=\"M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2M9 21h1m4 0h1\"/></g>"
3659
3660
  },
3661
+ "square-pen": {
3662
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7\"/><path d=\"M18.375 2.625a2.121 2.121 0 1 1 3 3L12 15l-4 1l1-4Z\"/></g>"
3663
+ },
3660
3664
  "square-stack": {
3661
3665
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M4 10c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2m0 12c-1.1 0-2-.9-2-2v-4c0-1.1.9-2 2-2h4c1.1 0 2 .9 2 2\"/><rect width=\"8\" height=\"8\" x=\"14\" y=\"14\" rx=\"2\"/></g>"
3662
3666
  },
@@ -4364,7 +4368,7 @@
4364
4368
  "parent": "square-user-round"
4365
4369
  }
4366
4370
  },
4367
- "lastModified": 1704641789,
4371
+ "lastModified": 1704871299,
4368
4372
  "width": 24,
4369
4373
  "height": 24
4370
4374
  }
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.152",
4
+ "version": "1.1.153",
5
5
  "main": "index.js",
6
6
  "module": "index.mjs",
7
7
  "types": "index.d.ts",