lucide-react 0.91.0 → 0.93.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,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Heading1 = createReactComponent('Heading1', [['path', {
3
+ d: 'M4 12h8',
4
+ key: '17cfdx'
5
+ }], ['path', {
6
+ d: 'M4 18V6',
7
+ key: '1rz3zl'
8
+ }], ['path', {
9
+ d: 'M12 18V6',
10
+ key: 'zqpxq5'
11
+ }], ['path', {
12
+ d: 'm17 12 3-2v8',
13
+ key: '1hhhft'
14
+ }]]);
15
+ export default Heading1;
@@ -0,0 +1,15 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Heading2 = createReactComponent('Heading2', [['path', {
3
+ d: 'M4 12h8',
4
+ key: '17cfdx'
5
+ }], ['path', {
6
+ d: 'M4 18V6',
7
+ key: '1rz3zl'
8
+ }], ['path', {
9
+ d: 'M12 18V6',
10
+ key: 'zqpxq5'
11
+ }], ['path', {
12
+ d: 'M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1',
13
+ key: '9jr5yi'
14
+ }]]);
15
+ export default Heading2;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Heading3 = createReactComponent('Heading3', [['path', {
3
+ d: 'M4 12h8',
4
+ key: '17cfdx'
5
+ }], ['path', {
6
+ d: 'M4 18V6',
7
+ key: '1rz3zl'
8
+ }], ['path', {
9
+ d: 'M12 18V6',
10
+ key: 'zqpxq5'
11
+ }], ['path', {
12
+ d: 'M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2',
13
+ key: '68ncm8'
14
+ }], ['path', {
15
+ d: 'M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2',
16
+ key: '1ejuhz'
17
+ }]]);
18
+ export default Heading3;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Heading4 = createReactComponent('Heading4', [['path', {
3
+ d: 'M4 12h8',
4
+ key: '17cfdx'
5
+ }], ['path', {
6
+ d: 'M4 18V6',
7
+ key: '1rz3zl'
8
+ }], ['path', {
9
+ d: 'M12 18V6',
10
+ key: 'zqpxq5'
11
+ }], ['path', {
12
+ d: 'M17 10v4h4',
13
+ key: '13sv97'
14
+ }], ['path', {
15
+ d: 'M21 10v8',
16
+ key: '1kdml4'
17
+ }]]);
18
+ export default Heading4;
@@ -0,0 +1,18 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Heading5 = createReactComponent('Heading5', [['path', {
3
+ d: 'M4 12h8',
4
+ key: '17cfdx'
5
+ }], ['path', {
6
+ d: 'M4 18V6',
7
+ key: '1rz3zl'
8
+ }], ['path', {
9
+ d: 'M12 18V6',
10
+ key: 'zqpxq5'
11
+ }], ['path', {
12
+ d: 'M17 13v-3h4',
13
+ key: '1nvgqp'
14
+ }], ['path', {
15
+ d: 'M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17',
16
+ key: '2nebdn'
17
+ }]]);
18
+ export default Heading5;
@@ -0,0 +1,20 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Heading6 = createReactComponent('Heading6', [['path', {
3
+ d: 'M4 12h8',
4
+ key: '17cfdx'
5
+ }], ['path', {
6
+ d: 'M4 18V6',
7
+ key: '1rz3zl'
8
+ }], ['path', {
9
+ d: 'M12 18V6',
10
+ key: 'zqpxq5'
11
+ }], ['circle', {
12
+ cx: '19',
13
+ cy: '16',
14
+ r: '2',
15
+ key: '15mx69'
16
+ }], ['path', {
17
+ d: 'M20 10c-2 2-3 3.5-3 6',
18
+ key: 'f35dl0'
19
+ }]]);
20
+ export default Heading6;
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Heading = createReactComponent('Heading', [['path', {
3
+ d: 'M6 12h12',
4
+ key: '8npq4p'
5
+ }], ['path', {
6
+ d: 'M6 20V4',
7
+ key: '1w1bmo'
8
+ }], ['path', {
9
+ d: 'M18 20V4',
10
+ key: 'o2hl4u'
11
+ }]]);
12
+ export default Heading;
@@ -427,6 +427,13 @@ export { default as HardDrive } from './hard-drive';
427
427
  export { default as HardHat } from './hard-hat';
428
428
  export { default as Hash } from './hash';
429
429
  export { default as Haze } from './haze';
430
+ export { default as Heading1 } from './heading-1';
431
+ export { default as Heading2 } from './heading-2';
432
+ export { default as Heading3 } from './heading-3';
433
+ export { default as Heading4 } from './heading-4';
434
+ export { default as Heading5 } from './heading-5';
435
+ export { default as Heading6 } from './heading-6';
436
+ export { default as Heading } from './heading';
430
437
  export { default as Headphones } from './headphones';
431
438
  export { default as HeartCrack } from './heart-crack';
432
439
  export { default as HeartHandshake } from './heart-handshake';
@@ -2,8 +2,5 @@ import createReactComponent from '../createReactComponent';
2
2
  var SignalZero = createReactComponent('SignalZero', [['path', {
3
3
  d: 'M2 20h.01',
4
4
  key: '4haj6o'
5
- }], ['path', {
6
- d: 'M7 20v-4',
7
- key: 'j294jx'
8
5
  }]]);
9
6
  export default SignalZero;
@@ -1,18 +1,18 @@
1
1
  import createReactComponent from '../createReactComponent';
2
2
  var SortAsc = createReactComponent('SortAsc', [['path', {
3
- d: 'M11 5h4',
4
- key: 'rewg9q'
3
+ d: 'M11 11H15',
4
+ key: '13b0h1'
5
5
  }], ['path', {
6
- d: 'M11 9h7',
7
- key: '13ra05'
6
+ d: 'M11 15H18',
7
+ key: '14lp16'
8
8
  }], ['path', {
9
- d: 'M11 13h10',
10
- key: '1gdh8d'
9
+ d: 'M11 19H21',
10
+ key: '1cy3wr'
11
11
  }], ['path', {
12
- d: 'm3 17 3 3 3-3',
13
- key: 'd2bl7z'
12
+ d: 'M9 7L6 4L3 7',
13
+ key: 'bjdqf3'
14
14
  }], ['path', {
15
- d: 'M6 18V4',
16
- key: '20vmay'
15
+ d: 'M6 6L6 20',
16
+ key: '1aagpo'
17
17
  }]]);
18
18
  export default SortAsc;
@@ -442,6 +442,13 @@ export declare const HardDrive: (props: LucideProps) => JSX.Element;
442
442
  export declare const HardHat: (props: LucideProps) => JSX.Element;
443
443
  export declare const Hash: (props: LucideProps) => JSX.Element;
444
444
  export declare const Haze: (props: LucideProps) => JSX.Element;
445
+ export declare const Heading1: (props: LucideProps) => JSX.Element;
446
+ export declare const Heading2: (props: LucideProps) => JSX.Element;
447
+ export declare const Heading3: (props: LucideProps) => JSX.Element;
448
+ export declare const Heading4: (props: LucideProps) => JSX.Element;
449
+ export declare const Heading5: (props: LucideProps) => JSX.Element;
450
+ export declare const Heading6: (props: LucideProps) => JSX.Element;
451
+ export declare const Heading: (props: LucideProps) => JSX.Element;
445
452
  export declare const Headphones: (props: LucideProps) => JSX.Element;
446
453
  export declare const HeartCrack: (props: LucideProps) => JSX.Element;
447
454
  export declare const HeartHandshake: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.91.0 - ISC
2
+ * lucide-react v0.93.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -7444,6 +7444,122 @@
7444
7444
  }]]);
7445
7445
  var Haze$1 = Haze;
7446
7446
 
7447
+ var Heading1 = createReactComponent('Heading1', [['path', {
7448
+ d: 'M4 12h8',
7449
+ key: '17cfdx'
7450
+ }], ['path', {
7451
+ d: 'M4 18V6',
7452
+ key: '1rz3zl'
7453
+ }], ['path', {
7454
+ d: 'M12 18V6',
7455
+ key: 'zqpxq5'
7456
+ }], ['path', {
7457
+ d: 'm17 12 3-2v8',
7458
+ key: '1hhhft'
7459
+ }]]);
7460
+ var Heading1$1 = Heading1;
7461
+
7462
+ var Heading2 = createReactComponent('Heading2', [['path', {
7463
+ d: 'M4 12h8',
7464
+ key: '17cfdx'
7465
+ }], ['path', {
7466
+ d: 'M4 18V6',
7467
+ key: '1rz3zl'
7468
+ }], ['path', {
7469
+ d: 'M12 18V6',
7470
+ key: 'zqpxq5'
7471
+ }], ['path', {
7472
+ d: 'M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1',
7473
+ key: '9jr5yi'
7474
+ }]]);
7475
+ var Heading2$1 = Heading2;
7476
+
7477
+ var Heading3 = createReactComponent('Heading3', [['path', {
7478
+ d: 'M4 12h8',
7479
+ key: '17cfdx'
7480
+ }], ['path', {
7481
+ d: 'M4 18V6',
7482
+ key: '1rz3zl'
7483
+ }], ['path', {
7484
+ d: 'M12 18V6',
7485
+ key: 'zqpxq5'
7486
+ }], ['path', {
7487
+ d: 'M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2',
7488
+ key: '68ncm8'
7489
+ }], ['path', {
7490
+ d: 'M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2',
7491
+ key: '1ejuhz'
7492
+ }]]);
7493
+ var Heading3$1 = Heading3;
7494
+
7495
+ var Heading4 = createReactComponent('Heading4', [['path', {
7496
+ d: 'M4 12h8',
7497
+ key: '17cfdx'
7498
+ }], ['path', {
7499
+ d: 'M4 18V6',
7500
+ key: '1rz3zl'
7501
+ }], ['path', {
7502
+ d: 'M12 18V6',
7503
+ key: 'zqpxq5'
7504
+ }], ['path', {
7505
+ d: 'M17 10v4h4',
7506
+ key: '13sv97'
7507
+ }], ['path', {
7508
+ d: 'M21 10v8',
7509
+ key: '1kdml4'
7510
+ }]]);
7511
+ var Heading4$1 = Heading4;
7512
+
7513
+ var Heading5 = createReactComponent('Heading5', [['path', {
7514
+ d: 'M4 12h8',
7515
+ key: '17cfdx'
7516
+ }], ['path', {
7517
+ d: 'M4 18V6',
7518
+ key: '1rz3zl'
7519
+ }], ['path', {
7520
+ d: 'M12 18V6',
7521
+ key: 'zqpxq5'
7522
+ }], ['path', {
7523
+ d: 'M17 13v-3h4',
7524
+ key: '1nvgqp'
7525
+ }], ['path', {
7526
+ d: 'M17 17.7c.4.2.8.3 1.3.3 1.5 0 2.7-1.1 2.7-2.5S19.8 13 18.3 13H17',
7527
+ key: '2nebdn'
7528
+ }]]);
7529
+ var Heading5$1 = Heading5;
7530
+
7531
+ var Heading6 = createReactComponent('Heading6', [['path', {
7532
+ d: 'M4 12h8',
7533
+ key: '17cfdx'
7534
+ }], ['path', {
7535
+ d: 'M4 18V6',
7536
+ key: '1rz3zl'
7537
+ }], ['path', {
7538
+ d: 'M12 18V6',
7539
+ key: 'zqpxq5'
7540
+ }], ['circle', {
7541
+ cx: '19',
7542
+ cy: '16',
7543
+ r: '2',
7544
+ key: '15mx69'
7545
+ }], ['path', {
7546
+ d: 'M20 10c-2 2-3 3.5-3 6',
7547
+ key: 'f35dl0'
7548
+ }]]);
7549
+ var Heading6$1 = Heading6;
7550
+
7551
+ var Heading = createReactComponent('Heading', [['path', {
7552
+ d: 'M6 12h12',
7553
+ key: '8npq4p'
7554
+ }], ['path', {
7555
+ d: 'M6 20V4',
7556
+ key: '1w1bmo'
7557
+ }], ['path', {
7558
+ d: 'M18 20V4',
7559
+ key: 'o2hl4u'
7560
+ }]]);
7561
+ var Heading$1 = Heading;
7562
+
7447
7563
  var Headphones = createReactComponent('Headphones', [['path', {
7448
7564
  d: 'M3 18v-6a9 9 0 0 1 18 0v6',
7449
7565
  key: 'e2ovd'
@@ -11858,9 +11974,6 @@
11858
11974
  var SignalZero = createReactComponent('SignalZero', [['path', {
11859
11975
  d: 'M2 20h.01',
11860
11976
  key: '4haj6o'
11861
- }], ['path', {
11862
- d: 'M7 20v-4',
11863
- key: 'j294jx'
11864
11977
  }]]);
11865
11978
  var SignalZero$1 = SignalZero;
11866
11979
 
@@ -12259,20 +12372,20 @@
12259
12372
  var Sofa$1 = Sofa;
12260
12373
 
12261
12374
  var SortAsc = createReactComponent('SortAsc', [['path', {
12262
- d: 'M11 5h4',
12263
- key: 'rewg9q'
12375
+ d: 'M11 11H15',
12376
+ key: '13b0h1'
12264
12377
  }], ['path', {
12265
- d: 'M11 9h7',
12266
- key: '13ra05'
12378
+ d: 'M11 15H18',
12379
+ key: '14lp16'
12267
12380
  }], ['path', {
12268
- d: 'M11 13h10',
12269
- key: '1gdh8d'
12381
+ d: 'M11 19H21',
12382
+ key: '1cy3wr'
12270
12383
  }], ['path', {
12271
- d: 'm3 17 3 3 3-3',
12272
- key: 'd2bl7z'
12384
+ d: 'M9 7L6 4L3 7',
12385
+ key: 'bjdqf3'
12273
12386
  }], ['path', {
12274
- d: 'M6 18V4',
12275
- key: '20vmay'
12387
+ d: 'M6 6L6 20',
12388
+ key: '1aagpo'
12276
12389
  }]]);
12277
12390
  var SortAsc$1 = SortAsc;
12278
12391
 
@@ -14743,6 +14856,13 @@
14743
14856
  exports.HardHat = HardHat$1;
14744
14857
  exports.Hash = Hash$1;
14745
14858
  exports.Haze = Haze$1;
14859
+ exports.Heading = Heading$1;
14860
+ exports.Heading1 = Heading1$1;
14861
+ exports.Heading2 = Heading2$1;
14862
+ exports.Heading3 = Heading3$1;
14863
+ exports.Heading4 = Heading4$1;
14864
+ exports.Heading5 = Heading5$1;
14865
+ exports.Heading6 = Heading6$1;
14746
14866
  exports.Headphones = Headphones$1;
14747
14867
  exports.Heart = Heart$1;
14748
14868
  exports.HeartCrack = HeartCrack$1;