lucide-react 0.90.0 → 0.91.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.
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var EarOff = createReactComponent('EarOff', [['path', {
3
+ d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
4
+ key: '1qngmn'
5
+ }], ['path', {
6
+ d: 'M6 8.5c0-.75.13-1.47.36-2.14',
7
+ key: 'b06bma'
8
+ }], ['path', {
9
+ d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
10
+ key: 'g10hsz'
11
+ }], ['path', {
12
+ d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
13
+ key: 'ygzou7'
14
+ }], ['line', {
15
+ x1: '2',
16
+ y1: '2',
17
+ x2: '22',
18
+ y2: '22',
19
+ key: '1w4vcy'
20
+ }]]);
21
+ export default EarOff;
@@ -0,0 +1,9 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Ear = createReactComponent('Ear', [['path', {
3
+ 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',
4
+ key: '1dfaln'
5
+ }], ['path', {
6
+ d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
7
+ key: '1qnva7'
8
+ }]]);
9
+ export default Ear;
@@ -265,6 +265,8 @@ export { default as Dribbble } from './dribbble';
265
265
  export { default as Droplet } from './droplet';
266
266
  export { default as Droplets } from './droplets';
267
267
  export { default as Drumstick } from './drumstick';
268
+ export { default as EarOff } from './ear-off';
269
+ export { default as Ear } from './ear';
268
270
  export { default as Edit2 } from './edit-2';
269
271
  export { default as Edit3 } from './edit-3';
270
272
  export { default as Edit } from './edit';
@@ -280,6 +280,8 @@ export declare const Dribbble: (props: LucideProps) => JSX.Element;
280
280
  export declare const Droplet: (props: LucideProps) => JSX.Element;
281
281
  export declare const Droplets: (props: LucideProps) => JSX.Element;
282
282
  export declare const Drumstick: (props: LucideProps) => JSX.Element;
283
+ export declare const EarOff: (props: LucideProps) => JSX.Element;
284
+ export declare const Ear: (props: LucideProps) => JSX.Element;
283
285
  export declare const Edit2: (props: LucideProps) => JSX.Element;
284
286
  export declare const Edit3: (props: LucideProps) => JSX.Element;
285
287
  export declare const Edit: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.90.0 - ISC
2
+ * lucide-react v0.91.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -4705,6 +4705,36 @@
4705
4705
  }]]);
4706
4706
  var Drumstick$1 = Drumstick;
4707
4707
 
4708
+ var EarOff = createReactComponent('EarOff', [['path', {
4709
+ d: 'M6 18.5a3.5 3.5 0 1 0 7 0c0-1.57.92-2.52 2.04-3.46',
4710
+ key: '1qngmn'
4711
+ }], ['path', {
4712
+ d: 'M6 8.5c0-.75.13-1.47.36-2.14',
4713
+ key: 'b06bma'
4714
+ }], ['path', {
4715
+ d: 'M8.8 3.15A6.5 6.5 0 0 1 19 8.5c0 1.63-.44 2.81-1.09 3.76',
4716
+ key: 'g10hsz'
4717
+ }], ['path', {
4718
+ d: 'M12.5 6A2.5 2.5 0 0 1 15 8.5M10 13a2 2 0 0 0 1.82-1.18',
4719
+ key: 'ygzou7'
4720
+ }], ['line', {
4721
+ x1: '2',
4722
+ y1: '2',
4723
+ x2: '22',
4724
+ y2: '22',
4725
+ key: '1w4vcy'
4726
+ }]]);
4727
+ var EarOff$1 = EarOff;
4728
+
4729
+ var Ear = createReactComponent('Ear', [['path', {
4730
+ 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',
4731
+ key: '1dfaln'
4732
+ }], ['path', {
4733
+ d: 'M15 8.5a2.5 2.5 0 0 0-5 0v1a2 2 0 1 1 0 4',
4734
+ key: '1qnva7'
4735
+ }]]);
4736
+ var Ear$1 = Ear;
4737
+
4708
4738
  var Edit2 = createReactComponent('Edit2', [['path', {
4709
4739
  d: 'M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z',
4710
4740
  key: '2s2c1q'
@@ -14551,6 +14581,8 @@
14551
14581
  exports.Droplet = Droplet$1;
14552
14582
  exports.Droplets = Droplets$1;
14553
14583
  exports.Drumstick = Drumstick$1;
14584
+ exports.Ear = Ear$1;
14585
+ exports.EarOff = EarOff$1;
14554
14586
  exports.Edit = Edit$1;
14555
14587
  exports.Edit2 = Edit2$1;
14556
14588
  exports.Edit3 = Edit3$1;