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.
- package/dist/cjs/lucide.js +28 -23
- package/dist/cjs/lucide.js.map +1 -1
- package/dist/esm/icons/qr-code.js +27 -22
- package/dist/umd/lucide.js +28 -23
- package/dist/umd/lucide.js.map +1 -1
- package/dist/umd/lucide.min.js +2 -2
- package/dist/umd/lucide.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide v0.
|
|
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: '
|
|
8361
|
-
y: '
|
|
8362
|
-
width: '
|
|
8363
|
-
height: '
|
|
8364
|
-
|
|
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: '
|
|
8368
|
-
y: '
|
|
8369
|
-
width: '
|
|
8370
|
-
height: '
|
|
8371
|
-
|
|
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: '
|
|
8375
|
-
y: '
|
|
8376
|
-
width: '
|
|
8377
|
-
height: '
|
|
8372
|
+
x: '3',
|
|
8373
|
+
y: '16',
|
|
8374
|
+
width: '5',
|
|
8375
|
+
height: '5',
|
|
8376
|
+
rx: '1'
|
|
8378
8377
|
}], ['path', {
|
|
8379
|
-
d: '
|
|
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: '
|
|
8386
|
+
d: 'M12 3h.01'
|
|
8382
8387
|
}], ['path', {
|
|
8383
|
-
d: '
|
|
8388
|
+
d: 'M12 16v.01'
|
|
8384
8389
|
}], ['path', {
|
|
8385
|
-
d: '
|
|
8390
|
+
d: 'M16 12h1'
|
|
8386
8391
|
}], ['path', {
|
|
8387
|
-
d: '
|
|
8392
|
+
d: 'M21 12v.01'
|
|
8388
8393
|
}], ['path', {
|
|
8389
|
-
d: '
|
|
8394
|
+
d: 'M12 21v-1'
|
|
8390
8395
|
}]]];
|
|
8391
8396
|
var QrCode$1 = QrCode;
|
|
8392
8397
|
|