lucide-react 0.36.0 → 0.37.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-react.js +59 -1
- package/dist/cjs/lucide-react.js.map +1 -1
- package/dist/esm/icons/index.js +1 -0
- package/dist/esm/icons/sliders-horizontal.js +57 -0
- package/dist/lucide-react.d.ts +1 -0
- package/dist/umd/lucide-react.js +59 -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/esm/icons/index.js
CHANGED
|
@@ -494,6 +494,7 @@ export { default as SkipForward } from './skip-forward';
|
|
|
494
494
|
export { default as Skull } from './skull';
|
|
495
495
|
export { default as Slack } from './slack';
|
|
496
496
|
export { default as Slash } from './slash';
|
|
497
|
+
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
497
498
|
export { default as Sliders } from './sliders';
|
|
498
499
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
499
500
|
export { default as Smartphone } from './smartphone';
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import createReactComponent from '../createReactComponent';
|
|
2
|
+
var SlidersHorizontal = createReactComponent('SlidersHorizontal', [['line', {
|
|
3
|
+
x1: '21',
|
|
4
|
+
y1: '4',
|
|
5
|
+
x2: '14',
|
|
6
|
+
y2: '4',
|
|
7
|
+
key: 'ujuyh9'
|
|
8
|
+
}], ['line', {
|
|
9
|
+
x1: '10',
|
|
10
|
+
y1: '4',
|
|
11
|
+
x2: '3',
|
|
12
|
+
y2: '4',
|
|
13
|
+
key: '5ejmvt'
|
|
14
|
+
}], ['line', {
|
|
15
|
+
x1: '21',
|
|
16
|
+
y1: '12',
|
|
17
|
+
x2: '12',
|
|
18
|
+
y2: '12',
|
|
19
|
+
key: 'inadxn'
|
|
20
|
+
}], ['line', {
|
|
21
|
+
x1: '8',
|
|
22
|
+
y1: '12',
|
|
23
|
+
x2: '3',
|
|
24
|
+
y2: '12',
|
|
25
|
+
key: 'apa8u8'
|
|
26
|
+
}], ['line', {
|
|
27
|
+
x1: '21',
|
|
28
|
+
y1: '20',
|
|
29
|
+
x2: '16',
|
|
30
|
+
y2: '20',
|
|
31
|
+
key: 'w4k2j3'
|
|
32
|
+
}], ['line', {
|
|
33
|
+
x1: '12',
|
|
34
|
+
y1: '20',
|
|
35
|
+
x2: '3',
|
|
36
|
+
y2: '20',
|
|
37
|
+
key: '15hqih'
|
|
38
|
+
}], ['line', {
|
|
39
|
+
x1: '14',
|
|
40
|
+
y1: '2',
|
|
41
|
+
x2: '14',
|
|
42
|
+
y2: '6',
|
|
43
|
+
key: '19ksk4'
|
|
44
|
+
}], ['line', {
|
|
45
|
+
x1: '8',
|
|
46
|
+
y1: '10',
|
|
47
|
+
x2: '8',
|
|
48
|
+
y2: '14',
|
|
49
|
+
key: '1cn0zn'
|
|
50
|
+
}], ['line', {
|
|
51
|
+
x1: '16',
|
|
52
|
+
y1: '18',
|
|
53
|
+
x2: '16',
|
|
54
|
+
y2: '22',
|
|
55
|
+
key: '1vfncj'
|
|
56
|
+
}]]);
|
|
57
|
+
export default SlidersHorizontal;
|
package/dist/lucide-react.d.ts
CHANGED
|
@@ -509,6 +509,7 @@ export declare const SkipForward: (props: LucideProps) => JSX.Element;
|
|
|
509
509
|
export declare const Skull: (props: LucideProps) => JSX.Element;
|
|
510
510
|
export declare const Slack: (props: LucideProps) => JSX.Element;
|
|
511
511
|
export declare const Slash: (props: LucideProps) => JSX.Element;
|
|
512
|
+
export declare const SlidersHorizontal: (props: LucideProps) => JSX.Element;
|
|
512
513
|
export declare const Sliders: (props: LucideProps) => JSX.Element;
|
|
513
514
|
export declare const SmartphoneCharging: (props: LucideProps) => JSX.Element;
|
|
514
515
|
export declare const Smartphone: (props: LucideProps) => JSX.Element;
|
package/dist/umd/lucide-react.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-react v0.
|
|
2
|
+
* lucide-react v0.37.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
(function (global, factory) {
|
|
@@ -8297,6 +8297,63 @@
|
|
|
8297
8297
|
}]]);
|
|
8298
8298
|
var Slash$1 = Slash;
|
|
8299
8299
|
|
|
8300
|
+
var SlidersHorizontal = createReactComponent('SlidersHorizontal', [['line', {
|
|
8301
|
+
x1: '21',
|
|
8302
|
+
y1: '4',
|
|
8303
|
+
x2: '14',
|
|
8304
|
+
y2: '4',
|
|
8305
|
+
key: 'ujuyh9'
|
|
8306
|
+
}], ['line', {
|
|
8307
|
+
x1: '10',
|
|
8308
|
+
y1: '4',
|
|
8309
|
+
x2: '3',
|
|
8310
|
+
y2: '4',
|
|
8311
|
+
key: '5ejmvt'
|
|
8312
|
+
}], ['line', {
|
|
8313
|
+
x1: '21',
|
|
8314
|
+
y1: '12',
|
|
8315
|
+
x2: '12',
|
|
8316
|
+
y2: '12',
|
|
8317
|
+
key: 'inadxn'
|
|
8318
|
+
}], ['line', {
|
|
8319
|
+
x1: '8',
|
|
8320
|
+
y1: '12',
|
|
8321
|
+
x2: '3',
|
|
8322
|
+
y2: '12',
|
|
8323
|
+
key: 'apa8u8'
|
|
8324
|
+
}], ['line', {
|
|
8325
|
+
x1: '21',
|
|
8326
|
+
y1: '20',
|
|
8327
|
+
x2: '16',
|
|
8328
|
+
y2: '20',
|
|
8329
|
+
key: 'w4k2j3'
|
|
8330
|
+
}], ['line', {
|
|
8331
|
+
x1: '12',
|
|
8332
|
+
y1: '20',
|
|
8333
|
+
x2: '3',
|
|
8334
|
+
y2: '20',
|
|
8335
|
+
key: '15hqih'
|
|
8336
|
+
}], ['line', {
|
|
8337
|
+
x1: '14',
|
|
8338
|
+
y1: '2',
|
|
8339
|
+
x2: '14',
|
|
8340
|
+
y2: '6',
|
|
8341
|
+
key: '19ksk4'
|
|
8342
|
+
}], ['line', {
|
|
8343
|
+
x1: '8',
|
|
8344
|
+
y1: '10',
|
|
8345
|
+
x2: '8',
|
|
8346
|
+
y2: '14',
|
|
8347
|
+
key: '1cn0zn'
|
|
8348
|
+
}], ['line', {
|
|
8349
|
+
x1: '16',
|
|
8350
|
+
y1: '18',
|
|
8351
|
+
x2: '16',
|
|
8352
|
+
y2: '22',
|
|
8353
|
+
key: '1vfncj'
|
|
8354
|
+
}]]);
|
|
8355
|
+
var SlidersHorizontal$1 = SlidersHorizontal;
|
|
8356
|
+
|
|
8300
8357
|
var Sliders = createReactComponent('Sliders', [['line', {
|
|
8301
8358
|
x1: '4',
|
|
8302
8359
|
y1: '21',
|
|
@@ -10427,6 +10484,7 @@
|
|
|
10427
10484
|
exports.Slack = Slack$1;
|
|
10428
10485
|
exports.Slash = Slash$1;
|
|
10429
10486
|
exports.Sliders = Sliders$1;
|
|
10487
|
+
exports.SlidersHorizontal = SlidersHorizontal$1;
|
|
10430
10488
|
exports.Smartphone = Smartphone$1;
|
|
10431
10489
|
exports.SmartphoneCharging = SmartphoneCharging$1;
|
|
10432
10490
|
exports.Smile = Smile$1;
|