lucide-preact 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-preact.js +39 -1
- package/dist/cjs/lucide-preact.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-preact.d.ts +2 -0
- package/dist/umd/lucide-preact.js +39 -1
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.16.
|
|
2
|
+
* lucide-preact v0.16.22 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -6475,6 +6475,42 @@ var Scale = createPreactComponent('Scale', [['path', {
|
|
|
6475
6475
|
}]]);
|
|
6476
6476
|
var Scale$1 = Scale;
|
|
6477
6477
|
|
|
6478
|
+
var ScanLine = createPreactComponent('ScanLine', [['path', {
|
|
6479
|
+
d: 'M3 7V5a2 2 0 012-2h2',
|
|
6480
|
+
key: '5quapj'
|
|
6481
|
+
}], ['path', {
|
|
6482
|
+
d: 'M17 3h2a2 2 0 012 2v2',
|
|
6483
|
+
key: 'sxhzt8'
|
|
6484
|
+
}], ['path', {
|
|
6485
|
+
d: 'M21 17v2a2 2 0 01-2 2h-2',
|
|
6486
|
+
key: 'b4b27w'
|
|
6487
|
+
}], ['path', {
|
|
6488
|
+
d: 'M7 21H5a2 2 0 01-2-2v-2',
|
|
6489
|
+
key: 'rx7q13'
|
|
6490
|
+
}], ['line', {
|
|
6491
|
+
x1: '7',
|
|
6492
|
+
y1: '12',
|
|
6493
|
+
x2: '17',
|
|
6494
|
+
y2: '12',
|
|
6495
|
+
key: 'bc9tui'
|
|
6496
|
+
}]]);
|
|
6497
|
+
var ScanLine$1 = ScanLine;
|
|
6498
|
+
|
|
6499
|
+
var Scan = createPreactComponent('Scan', [['path', {
|
|
6500
|
+
d: 'M3 7V5a2 2 0 012-2h2',
|
|
6501
|
+
key: '5quapj'
|
|
6502
|
+
}], ['path', {
|
|
6503
|
+
d: 'M17 3h2a2 2 0 012 2v2',
|
|
6504
|
+
key: 'sxhzt8'
|
|
6505
|
+
}], ['path', {
|
|
6506
|
+
d: 'M21 17v2a2 2 0 01-2 2h-2',
|
|
6507
|
+
key: 'b4b27w'
|
|
6508
|
+
}], ['path', {
|
|
6509
|
+
d: 'M7 21H5a2 2 0 01-2-2v-2',
|
|
6510
|
+
key: 'rx7q13'
|
|
6511
|
+
}]]);
|
|
6512
|
+
var Scan$1 = Scan;
|
|
6513
|
+
|
|
6478
6514
|
var Scissors = createPreactComponent('Scissors', [['circle', {
|
|
6479
6515
|
cx: '6',
|
|
6480
6516
|
cy: '6',
|
|
@@ -8979,6 +9015,8 @@ exports.Ruler = Ruler$1;
|
|
|
8979
9015
|
exports.RussianRuble = RussianRuble$1;
|
|
8980
9016
|
exports.Save = Save$1;
|
|
8981
9017
|
exports.Scale = Scale$1;
|
|
9018
|
+
exports.Scan = Scan$1;
|
|
9019
|
+
exports.ScanLine = ScanLine$1;
|
|
8982
9020
|
exports.Scissors = Scissors$1;
|
|
8983
9021
|
exports.ScreenShare = ScreenShare$1;
|
|
8984
9022
|
exports.ScreenShareOff = ScreenShareOff$1;
|