lucide 0.82.0 → 0.83.0

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide v0.82.0 - ISC
2
+ * lucide v0.83.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -8357,36 +8357,41 @@ var Puzzle = ['svg', defaultAttributes, [['path', {
8357
8357
  var Puzzle$1 = Puzzle;
8358
8358
 
8359
8359
  var QrCode = ['svg', defaultAttributes, [['rect', {
8360
- x: '2',
8361
- y: '2',
8362
- width: '8',
8363
- height: '8'
8364
- }], ['path', {
8365
- d: 'M6 6h.01'
8360
+ x: '3',
8361
+ y: '3',
8362
+ width: '5',
8363
+ height: '5',
8364
+ rx: '1'
8366
8365
  }], ['rect', {
8367
- x: '14',
8368
- y: '2',
8369
- width: '8',
8370
- height: '8'
8371
- }], ['path', {
8372
- d: 'M18 6h.01'
8366
+ x: '16',
8367
+ y: '3',
8368
+ width: '5',
8369
+ height: '5',
8370
+ rx: '1'
8373
8371
  }], ['rect', {
8374
- x: '2',
8375
- y: '14',
8376
- width: '8',
8377
- height: '8'
8372
+ x: '3',
8373
+ y: '16',
8374
+ width: '5',
8375
+ height: '5',
8376
+ rx: '1'
8378
8377
  }], ['path', {
8379
- d: 'M6 18h.01'
8378
+ d: 'M21 16h-3a2 2 0 0 0-2 2v3'
8379
+ }], ['path', {
8380
+ d: 'M21 21v.01'
8381
+ }], ['path', {
8382
+ d: 'M12 7v3a2 2 0 0 1-2 2H7'
8383
+ }], ['path', {
8384
+ d: 'M3 12h.01'
8380
8385
  }], ['path', {
8381
- d: 'M14 14h.01'
8386
+ d: 'M12 3h.01'
8382
8387
  }], ['path', {
8383
- d: 'M18 18h.01'
8388
+ d: 'M12 16v.01'
8384
8389
  }], ['path', {
8385
- d: 'M18 22h4v-4'
8390
+ d: 'M16 12h1'
8386
8391
  }], ['path', {
8387
- d: 'M14 18v4'
8392
+ d: 'M21 12v.01'
8388
8393
  }], ['path', {
8389
- d: 'M22 14h-4'
8394
+ d: 'M12 21v-1'
8390
8395
  }]]];
8391
8396
  var QrCode$1 = QrCode;
8392
8397