lucide-preact 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-preact
16
16
 
17
17
  ## How to use
18
18
 
19
- It's build with ESmodules so it's completely threeshakable.
19
+ It's build with ESmodules so it's completely tree-shakable.
20
20
  Each icon can be imported as a preact component.
21
21
 
22
22
  ### Example
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-preact v0.90.0 - ISC
2
+ * lucide-preact v0.92.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -4652,6 +4652,36 @@ const Drumstick = createPreactComponent('Drumstick', [['path', {
4652
4652
  }]]);
4653
4653
  var Drumstick$1 = Drumstick;
4654
4654
 
4655
+ const EarOff = createPreactComponent('EarOff', [['path', {
4656
+ d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
4657
+ key: '1qngmn'
4658
+ }], ['path', {
4659
+ d: 'M6 8.5c0-.75.13-1.47.36-2.14',
4660
+ key: 'b06bma'
4661
+ }], ['path', {
4662
+ d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
4663
+ key: 'g10hsz'
4664
+ }], ['path', {
4665
+ d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
4666
+ key: 'ygzou7'
4667
+ }], ['line', {
4668
+ x1: '2',
4669
+ y1: '2',
4670
+ x2: '22',
4671
+ y2: '22',
4672
+ key: '1w4vcy'
4673
+ }]]);
4674
+ var EarOff$1 = EarOff;
4675
+
4676
+ const Ear = createPreactComponent('Ear', [['path', {
4677
+ 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',
4678
+ key: '1dfaln'
4679
+ }], ['path', {
4680
+ d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
4681
+ key: '1qnva7'
4682
+ }]]);
4683
+ var Ear$1 = Ear;
4684
+
4655
4685
  const Edit2 = createPreactComponent('Edit2', [['path', {
4656
4686
  d: 'M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z',
4657
4687
  key: '2s2c1q'
@@ -11775,9 +11805,6 @@ var SignalMedium$1 = SignalMedium;
11775
11805
  const SignalZero = createPreactComponent('SignalZero', [['path', {
11776
11806
  d: 'M2 20h.01',
11777
11807
  key: '4haj6o'
11778
- }], ['path', {
11779
- d: 'M7 20v-4',
11780
- key: 'j294jx'
11781
11808
  }]]);
11782
11809
  var SignalZero$1 = SignalZero;
11783
11810
 
@@ -12176,20 +12203,20 @@ const Sofa = createPreactComponent('Sofa', [['path', {
12176
12203
  var Sofa$1 = Sofa;
12177
12204
 
12178
12205
  const SortAsc = createPreactComponent('SortAsc', [['path', {
12179
- d: 'M11 5h4',
12180
- key: 'rewg9q'
12206
+ d: 'M11 11H15',
12207
+ key: '13b0h1'
12181
12208
  }], ['path', {
12182
- d: 'M11 9h7',
12183
- key: '13ra05'
12209
+ d: 'M11 15H18',
12210
+ key: '14lp16'
12184
12211
  }], ['path', {
12185
- d: 'M11 13h10',
12186
- key: '1gdh8d'
12212
+ d: 'M11 19H21',
12213
+ key: '1cy3wr'
12187
12214
  }], ['path', {
12188
- d: 'm3 17 3 3 3-3',
12189
- key: 'd2bl7z'
12215
+ d: 'M9 7L6 4L3 7',
12216
+ key: 'bjdqf3'
12190
12217
  }], ['path', {
12191
- d: 'M6 18V4',
12192
- key: '20vmay'
12218
+ d: 'M6 6L6 20',
12219
+ key: '1aagpo'
12193
12220
  }]]);
12194
12221
  var SortAsc$1 = SortAsc;
12195
12222
 
@@ -14498,6 +14525,8 @@ exports.Dribbble = Dribbble$1;
14498
14525
  exports.Droplet = Droplet$1;
14499
14526
  exports.Droplets = Droplets$1;
14500
14527
  exports.Drumstick = Drumstick$1;
14528
+ exports.Ear = Ear$1;
14529
+ exports.EarOff = EarOff$1;
14501
14530
  exports.Edit = Edit$1;
14502
14531
  exports.Edit2 = Edit2$1;
14503
14532
  exports.Edit3 = Edit3$1;