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/cjs/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
|
'use strict';
|
|
@@ -8298,6 +8298,63 @@ var Slash = createReactComponent('Slash', [['circle', {
|
|
|
8298
8298
|
}]]);
|
|
8299
8299
|
var Slash$1 = Slash;
|
|
8300
8300
|
|
|
8301
|
+
var SlidersHorizontal = createReactComponent('SlidersHorizontal', [['line', {
|
|
8302
|
+
x1: '21',
|
|
8303
|
+
y1: '4',
|
|
8304
|
+
x2: '14',
|
|
8305
|
+
y2: '4',
|
|
8306
|
+
key: 'ujuyh9'
|
|
8307
|
+
}], ['line', {
|
|
8308
|
+
x1: '10',
|
|
8309
|
+
y1: '4',
|
|
8310
|
+
x2: '3',
|
|
8311
|
+
y2: '4',
|
|
8312
|
+
key: '5ejmvt'
|
|
8313
|
+
}], ['line', {
|
|
8314
|
+
x1: '21',
|
|
8315
|
+
y1: '12',
|
|
8316
|
+
x2: '12',
|
|
8317
|
+
y2: '12',
|
|
8318
|
+
key: 'inadxn'
|
|
8319
|
+
}], ['line', {
|
|
8320
|
+
x1: '8',
|
|
8321
|
+
y1: '12',
|
|
8322
|
+
x2: '3',
|
|
8323
|
+
y2: '12',
|
|
8324
|
+
key: 'apa8u8'
|
|
8325
|
+
}], ['line', {
|
|
8326
|
+
x1: '21',
|
|
8327
|
+
y1: '20',
|
|
8328
|
+
x2: '16',
|
|
8329
|
+
y2: '20',
|
|
8330
|
+
key: 'w4k2j3'
|
|
8331
|
+
}], ['line', {
|
|
8332
|
+
x1: '12',
|
|
8333
|
+
y1: '20',
|
|
8334
|
+
x2: '3',
|
|
8335
|
+
y2: '20',
|
|
8336
|
+
key: '15hqih'
|
|
8337
|
+
}], ['line', {
|
|
8338
|
+
x1: '14',
|
|
8339
|
+
y1: '2',
|
|
8340
|
+
x2: '14',
|
|
8341
|
+
y2: '6',
|
|
8342
|
+
key: '19ksk4'
|
|
8343
|
+
}], ['line', {
|
|
8344
|
+
x1: '8',
|
|
8345
|
+
y1: '10',
|
|
8346
|
+
x2: '8',
|
|
8347
|
+
y2: '14',
|
|
8348
|
+
key: '1cn0zn'
|
|
8349
|
+
}], ['line', {
|
|
8350
|
+
x1: '16',
|
|
8351
|
+
y1: '18',
|
|
8352
|
+
x2: '16',
|
|
8353
|
+
y2: '22',
|
|
8354
|
+
key: '1vfncj'
|
|
8355
|
+
}]]);
|
|
8356
|
+
var SlidersHorizontal$1 = SlidersHorizontal;
|
|
8357
|
+
|
|
8301
8358
|
var Sliders = createReactComponent('Sliders', [['line', {
|
|
8302
8359
|
x1: '4',
|
|
8303
8360
|
y1: '21',
|
|
@@ -10428,6 +10485,7 @@ exports.Skull = Skull$1;
|
|
|
10428
10485
|
exports.Slack = Slack$1;
|
|
10429
10486
|
exports.Slash = Slash$1;
|
|
10430
10487
|
exports.Sliders = Sliders$1;
|
|
10488
|
+
exports.SlidersHorizontal = SlidersHorizontal$1;
|
|
10431
10489
|
exports.Smartphone = Smartphone$1;
|
|
10432
10490
|
exports.SmartphoneCharging = SmartphoneCharging$1;
|
|
10433
10491
|
exports.Smile = Smile$1;
|