lucide-react 0.90.0 → 0.92.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/README.md CHANGED
@@ -16,7 +16,7 @@ npm install lucide-react
16
16
 
17
17
  ## How to use
18
18
 
19
- It's built with ES modules so it's completely threeshakable.
19
+ It's built with ES modules so it's completely tree-shakable.
20
20
  Each icon can be imported as a react component.
21
21
 
22
22
  ### Example
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.90.0 - ISC
2
+ * lucide-react v0.92.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -4706,6 +4706,36 @@ var Drumstick = createReactComponent('Drumstick', [['path', {
4706
4706
  }]]);
4707
4707
  var Drumstick$1 = Drumstick;
4708
4708
 
4709
+ var EarOff = createReactComponent('EarOff', [['path', {
4710
+ d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
4711
+ key: '1qngmn'
4712
+ }], ['path', {
4713
+ d: 'M6 8.5c0-.75.13-1.47.36-2.14',
4714
+ key: 'b06bma'
4715
+ }], ['path', {
4716
+ d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
4717
+ key: 'g10hsz'
4718
+ }], ['path', {
4719
+ d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
4720
+ key: 'ygzou7'
4721
+ }], ['line', {
4722
+ x1: '2',
4723
+ y1: '2',
4724
+ x2: '22',
4725
+ y2: '22',
4726
+ key: '1w4vcy'
4727
+ }]]);
4728
+ var EarOff$1 = EarOff;
4729
+
4730
+ var Ear = createReactComponent('Ear', [['path', {
4731
+ d: 'M6 8.5a6.5 6.5 0 1 1 13 0c0 6-6 6-6 10a3.5 3.5 0 1 1-7 0',
4732
+ key: '1dfaln'
4733
+ }], ['path', {
4734
+ d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
4735
+ key: '1qnva7'
4736
+ }]]);
4737
+ var Ear$1 = Ear;
4738
+
4709
4739
  var Edit2 = createReactComponent('Edit2', [['path', {
4710
4740
  d: 'M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z',
4711
4741
  key: '2s2c1q'
@@ -11829,9 +11859,6 @@ var SignalMedium$1 = SignalMedium;
11829
11859
  var SignalZero = createReactComponent('SignalZero', [['path', {
11830
11860
  d: 'M2 20h.01',
11831
11861
  key: '4haj6o'
11832
- }], ['path', {
11833
- d: 'M7 20v-4',
11834
- key: 'j294jx'
11835
11862
  }]]);
11836
11863
  var SignalZero$1 = SignalZero;
11837
11864
 
@@ -12230,20 +12257,20 @@ var Sofa = createReactComponent('Sofa', [['path', {
12230
12257
  var Sofa$1 = Sofa;
12231
12258
 
12232
12259
  var SortAsc = createReactComponent('SortAsc', [['path', {
12233
- d: 'M11 5h4',
12234
- key: 'rewg9q'
12260
+ d: 'M11 11H15',
12261
+ key: '13b0h1'
12235
12262
  }], ['path', {
12236
- d: 'M11 9h7',
12237
- key: '13ra05'
12263
+ d: 'M11 15H18',
12264
+ key: '14lp16'
12238
12265
  }], ['path', {
12239
- d: 'M11 13h10',
12240
- key: '1gdh8d'
12266
+ d: 'M11 19H21',
12267
+ key: '1cy3wr'
12241
12268
  }], ['path', {
12242
- d: 'm3 17 3 3 3-3',
12243
- key: 'd2bl7z'
12269
+ d: 'M9 7L6 4L3 7',
12270
+ key: 'bjdqf3'
12244
12271
  }], ['path', {
12245
- d: 'M6 18V4',
12246
- key: '20vmay'
12272
+ d: 'M6 6L6 20',
12273
+ key: '1aagpo'
12247
12274
  }]]);
12248
12275
  var SortAsc$1 = SortAsc;
12249
12276
 
@@ -14552,6 +14579,8 @@ exports.Dribbble = Dribbble$1;
14552
14579
  exports.Droplet = Droplet$1;
14553
14580
  exports.Droplets = Droplets$1;
14554
14581
  exports.Drumstick = Drumstick$1;
14582
+ exports.Ear = Ear$1;
14583
+ exports.EarOff = EarOff$1;
14555
14584
  exports.Edit = Edit$1;
14556
14585
  exports.Edit2 = Edit2$1;
14557
14586
  exports.Edit3 = Edit3$1;