lucide-react 0.16.21 → 0.16.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.
- package/dist/cjs/lucide-react.js +39 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +2 -0
- package/dist/esm/icons/scan-line.js +21 -0
- package/dist/esm/icons/scan.js +15 -0
- package/dist/lucide-react.d.ts +2 -0
- package/dist/umd/lucide-react.js +39 -1
- package/dist/umd/lucide-react.js.map +1 -1
- package/dist/umd/lucide-react.min.js +2 -2
- package/dist/umd/lucide-react.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.16.
|
|
2
|
+
* lucide-react v0.16.22 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -6486,6 +6486,42 @@ var Scale = createReactComponent('Scale', [['path', {
|
|
|
6486
6486
|
}]]);
|
|
6487
6487
|
var Scale$1 = Scale;
|
|
6488
6488
|
|
|
6489
|
+
var ScanLine = createReactComponent('ScanLine', [['path', {
|
|
6490
|
+
d: 'M3 7V5a2 2 0 012-2h2',
|
|
6491
|
+
key: '5quapj'
|
|
6492
|
+
}], ['path', {
|
|
6493
|
+
d: 'M17 3h2a2 2 0 012 2v2',
|
|
6494
|
+
key: 'sxhzt8'
|
|
6495
|
+
}], ['path', {
|
|
6496
|
+
d: 'M21 17v2a2 2 0 01-2 2h-2',
|
|
6497
|
+
key: 'b4b27w'
|
|
6498
|
+
}], ['path', {
|
|
6499
|
+
d: 'M7 21H5a2 2 0 01-2-2v-2',
|
|
6500
|
+
key: 'rx7q13'
|
|
6501
|
+
}], ['line', {
|
|
6502
|
+
x1: '7',
|
|
6503
|
+
y1: '12',
|
|
6504
|
+
x2: '17',
|
|
6505
|
+
y2: '12',
|
|
6506
|
+
key: 'bc9tui'
|
|
6507
|
+
}]]);
|
|
6508
|
+
var ScanLine$1 = ScanLine;
|
|
6509
|
+
|
|
6510
|
+
var Scan = createReactComponent('Scan', [['path', {
|
|
6511
|
+
d: 'M3 7V5a2 2 0 012-2h2',
|
|
6512
|
+
key: '5quapj'
|
|
6513
|
+
}], ['path', {
|
|
6514
|
+
d: 'M17 3h2a2 2 0 012 2v2',
|
|
6515
|
+
key: 'sxhzt8'
|
|
6516
|
+
}], ['path', {
|
|
6517
|
+
d: 'M21 17v2a2 2 0 01-2 2h-2',
|
|
6518
|
+
key: 'b4b27w'
|
|
6519
|
+
}], ['path', {
|
|
6520
|
+
d: 'M7 21H5a2 2 0 01-2-2v-2',
|
|
6521
|
+
key: 'rx7q13'
|
|
6522
|
+
}]]);
|
|
6523
|
+
var Scan$1 = Scan;
|
|
6524
|
+
|
|
6489
6525
|
var Scissors = createReactComponent('Scissors', [['circle', {
|
|
6490
6526
|
cx: '6',
|
|
6491
6527
|
cy: '6',
|
|
@@ -8990,6 +9026,8 @@ exports.Ruler = Ruler$1;
|
|
|
8990
9026
|
exports.RussianRuble = RussianRuble$1;
|
|
8991
9027
|
exports.Save = Save$1;
|
|
8992
9028
|
exports.Scale = Scale$1;
|
|
9029
|
+
exports.Scan = Scan$1;
|
|
9030
|
+
exports.ScanLine = ScanLine$1;
|
|
8993
9031
|
exports.Scissors = Scissors$1;
|
|
8994
9032
|
exports.ScreenShare = ScreenShare$1;
|
|
8995
9033
|
exports.ScreenShareOff = ScreenShareOff$1;
|