lucide-react 0.93.0 → 0.95.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 Cat = createReactComponent('Cat', [['path', {
3
+ d: 'M14 5.256A8.148 8.148 0 0 0 12 5a9.04 9.04 0 0 0-2 .227M20.098 10c.572 1.068.902 2.24.902 3.444C21 17.89 16.97 21 12 21s-9-3-9-7.556c0-1.251.288-2.41.792-3.444',
4
+ key: '11yako'
5
+ }], ['path', {
6
+ d: 'M3.75 10S2.11 3.58 3.5 3C4.89 2.42 8 3 9.781 5',
7
+ key: 'h9cbyw'
8
+ }], ['path', {
9
+ d: 'M20.172 10.002s1.64-6.42.25-7c-1.39-.58-4.5 0-6.282 2',
10
+ key: '12ilpl'
11
+ }], ['path', {
12
+ d: 'M8 14v.5',
13
+ key: '1nzgdb'
14
+ }], ['path', {
15
+ d: 'M16 14v.5',
16
+ key: '1lajdz'
17
+ }], ['path', {
18
+ d: 'M11.25 16.25h1.5L12 17l-.75-.75Z',
19
+ key: '12kq1m'
20
+ }]]);
21
+ export default Cat;
@@ -0,0 +1,21 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Dog = createReactComponent('Dog', [['path', {
3
+ d: 'M10 5.172C10 3.782 8.423 2.679 6.5 3c-2.823.47-4.113 6.006-4 7 .08.703 1.725 1.722 3.656 1 1.261-.472 1.96-1.45 2.344-2.5',
4
+ key: '19br0u'
5
+ }], ['path', {
6
+ d: 'M14.267 5.172c0-1.39 1.577-2.493 3.5-2.172 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5',
7
+ key: '11n1an'
8
+ }], ['path', {
9
+ d: 'M8 14v.5',
10
+ key: '1nzgdb'
11
+ }], ['path', {
12
+ d: 'M16 14v.5',
13
+ key: '1lajdz'
14
+ }], ['path', {
15
+ d: 'M11.25 16.25h1.5L12 17l-.75-.75Z',
16
+ key: '12kq1m'
17
+ }], ['path', {
18
+ d: 'M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444c0-1.061-.162-2.2-.493-3.309m-9.243-6.082A8.801 8.801 0 0 1 12 5c.78 0 1.5.108 2.161.306',
19
+ key: 'wsu29d'
20
+ }]]);
21
+ export default Dog;
@@ -141,6 +141,7 @@ export { default as Camera } from './camera';
141
141
  export { default as Car } from './car';
142
142
  export { default as Carrot } from './carrot';
143
143
  export { default as Cast } from './cast';
144
+ export { default as Cat } from './cat';
144
145
  export { default as CheckCircle2 } from './check-circle-2';
145
146
  export { default as CheckCircle } from './check-circle';
146
147
  export { default as CheckSquare } from './check-square';
@@ -258,6 +259,7 @@ export { default as Disc } from './disc';
258
259
  export { default as DivideCircle } from './divide-circle';
259
260
  export { default as DivideSquare } from './divide-square';
260
261
  export { default as Divide } from './divide';
262
+ export { default as Dog } from './dog';
261
263
  export { default as DollarSign } from './dollar-sign';
262
264
  export { default as DownloadCloud } from './download-cloud';
263
265
  export { default as Download } from './download';
@@ -721,6 +723,7 @@ export { default as Sofa } from './sofa';
721
723
  export { default as SortAsc } from './sort-asc';
722
724
  export { default as SortDesc } from './sort-desc';
723
725
  export { default as Speaker } from './speaker';
726
+ export { default as Spline } from './spline';
724
727
  export { default as Sprout } from './sprout';
725
728
  export { default as Square } from './square';
726
729
  export { default as StarHalf } from './star-half';
@@ -0,0 +1,12 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var Spline = createReactComponent('Spline', [['path', {
3
+ d: 'M21 6V4c0-.6-.4-1-1-1h-2a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1Z',
4
+ key: '1alwvo'
5
+ }], ['path', {
6
+ d: 'M7 20v-2c0-.6-.4-1-1-1H4a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1Z',
7
+ key: 'f14zj6'
8
+ }], ['path', {
9
+ d: 'M5 17A12 12 0 0 1 17 5',
10
+ key: '1okkup'
11
+ }]]);
12
+ export default Spline;
@@ -156,6 +156,7 @@ export declare const Camera: (props: LucideProps) => JSX.Element;
156
156
  export declare const Car: (props: LucideProps) => JSX.Element;
157
157
  export declare const Carrot: (props: LucideProps) => JSX.Element;
158
158
  export declare const Cast: (props: LucideProps) => JSX.Element;
159
+ export declare const Cat: (props: LucideProps) => JSX.Element;
159
160
  export declare const CheckCircle2: (props: LucideProps) => JSX.Element;
160
161
  export declare const CheckCircle: (props: LucideProps) => JSX.Element;
161
162
  export declare const CheckSquare: (props: LucideProps) => JSX.Element;
@@ -273,6 +274,7 @@ export declare const Disc: (props: LucideProps) => JSX.Element;
273
274
  export declare const DivideCircle: (props: LucideProps) => JSX.Element;
274
275
  export declare const DivideSquare: (props: LucideProps) => JSX.Element;
275
276
  export declare const Divide: (props: LucideProps) => JSX.Element;
277
+ export declare const Dog: (props: LucideProps) => JSX.Element;
276
278
  export declare const DollarSign: (props: LucideProps) => JSX.Element;
277
279
  export declare const DownloadCloud: (props: LucideProps) => JSX.Element;
278
280
  export declare const Download: (props: LucideProps) => JSX.Element;
@@ -736,6 +738,7 @@ export declare const Sofa: (props: LucideProps) => JSX.Element;
736
738
  export declare const SortAsc: (props: LucideProps) => JSX.Element;
737
739
  export declare const SortDesc: (props: LucideProps) => JSX.Element;
738
740
  export declare const Speaker: (props: LucideProps) => JSX.Element;
741
+ export declare const Spline: (props: LucideProps) => JSX.Element;
739
742
  export declare const Sprout: (props: LucideProps) => JSX.Element;
740
743
  export declare const Square: (props: LucideProps) => JSX.Element;
741
744
  export declare const StarHalf: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.93.0 - ISC
2
+ * lucide-react v0.95.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -2811,6 +2811,27 @@
2811
2811
  }]]);
2812
2812
  var Cast$1 = Cast;
2813
2813
 
2814
+ var Cat = createReactComponent('Cat', [['path', {
2815
+ d: 'M14 5.256A8.148 8.148 0 0 0 12 5a9.04 9.04 0 0 0-2 .227M20.098 10c.572 1.068.902 2.24.902 3.444C21 17.89 16.97 21 12 21s-9-3-9-7.556c0-1.251.288-2.41.792-3.444',
2816
+ key: '11yako'
2817
+ }], ['path', {
2818
+ d: 'M3.75 10S2.11 3.58 3.5 3C4.89 2.42 8 3 9.781 5',
2819
+ key: 'h9cbyw'
2820
+ }], ['path', {
2821
+ d: 'M20.172 10.002s1.64-6.42.25-7c-1.39-.58-4.5 0-6.282 2',
2822
+ key: '12ilpl'
2823
+ }], ['path', {
2824
+ d: 'M8 14v.5',
2825
+ key: '1nzgdb'
2826
+ }], ['path', {
2827
+ d: 'M16 14v.5',
2828
+ key: '1lajdz'
2829
+ }], ['path', {
2830
+ d: 'M11.25 16.25h1.5L12 17l-.75-.75Z',
2831
+ key: '12kq1m'
2832
+ }]]);
2833
+ var Cat$1 = Cat;
2834
+
2814
2835
  var CheckCircle2 = createReactComponent('CheckCircle2', [['path', {
2815
2836
  d: 'M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z',
2816
2837
  key: '14v8dr'
@@ -4625,6 +4646,27 @@
4625
4646
  }]]);
4626
4647
  var Divide$1 = Divide;
4627
4648
 
4649
+ var Dog = createReactComponent('Dog', [['path', {
4650
+ d: 'M10 5.172C10 3.782 8.423 2.679 6.5 3c-2.823.47-4.113 6.006-4 7 .08.703 1.725 1.722 3.656 1 1.261-.472 1.96-1.45 2.344-2.5',
4651
+ key: '19br0u'
4652
+ }], ['path', {
4653
+ d: 'M14.267 5.172c0-1.39 1.577-2.493 3.5-2.172 2.823.47 4.113 6.006 4 7-.08.703-1.725 1.722-3.656 1-1.261-.472-1.855-1.45-2.239-2.5',
4654
+ key: '11n1an'
4655
+ }], ['path', {
4656
+ d: 'M8 14v.5',
4657
+ key: '1nzgdb'
4658
+ }], ['path', {
4659
+ d: 'M16 14v.5',
4660
+ key: '1lajdz'
4661
+ }], ['path', {
4662
+ d: 'M11.25 16.25h1.5L12 17l-.75-.75Z',
4663
+ key: '12kq1m'
4664
+ }], ['path', {
4665
+ d: 'M4.42 11.247A13.152 13.152 0 0 0 4 14.556C4 18.728 7.582 21 12 21s8-2.272 8-6.444c0-1.061-.162-2.2-.493-3.309m-9.243-6.082A8.801 8.801 0 0 1 12 5c.78 0 1.5.108 2.161.306',
4666
+ key: 'wsu29d'
4667
+ }]]);
4668
+ var Dog$1 = Dog;
4669
+
4628
4670
  var DollarSign = createReactComponent('DollarSign', [['line', {
4629
4671
  x1: '12',
4630
4672
  y1: '2',
@@ -12429,6 +12471,18 @@
12429
12471
  }]]);
12430
12472
  var Speaker$1 = Speaker;
12431
12473
 
12474
+ var Spline = createReactComponent('Spline', [['path', {
12475
+ d: 'M21 6V4c0-.6-.4-1-1-1h-2a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1Z',
12476
+ key: '1alwvo'
12477
+ }], ['path', {
12478
+ d: 'M7 20v-2c0-.6-.4-1-1-1H4a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1Z',
12479
+ key: 'f14zj6'
12480
+ }], ['path', {
12481
+ d: 'M5 17A12 12 0 0 1 17 5',
12482
+ key: '1okkup'
12483
+ }]]);
12484
+ var Spline$1 = Spline;
12485
+
12432
12486
  var Sprout = createReactComponent('Sprout', [['path', {
12433
12487
  d: 'M7 20h10',
12434
12488
  key: 'e6iznv'
@@ -14570,6 +14624,7 @@
14570
14624
  exports.Car = Car$1;
14571
14625
  exports.Carrot = Carrot$1;
14572
14626
  exports.Cast = Cast$1;
14627
+ exports.Cat = Cat$1;
14573
14628
  exports.Check = Check$1;
14574
14629
  exports.CheckCircle = CheckCircle$1;
14575
14630
  exports.CheckCircle2 = CheckCircle2$1;
@@ -14687,6 +14742,7 @@
14687
14742
  exports.Divide = Divide$1;
14688
14743
  exports.DivideCircle = DivideCircle$1;
14689
14744
  exports.DivideSquare = DivideSquare$1;
14745
+ exports.Dog = Dog$1;
14690
14746
  exports.DollarSign = DollarSign$1;
14691
14747
  exports.Download = Download$1;
14692
14748
  exports.DownloadCloud = DownloadCloud$1;
@@ -15150,6 +15206,7 @@
15150
15206
  exports.SortAsc = SortAsc$1;
15151
15207
  exports.SortDesc = SortDesc$1;
15152
15208
  exports.Speaker = Speaker$1;
15209
+ exports.Spline = Spline$1;
15153
15210
  exports.Sprout = Sprout$1;
15154
15211
  exports.Square = Square$1;
15155
15212
  exports.Star = Star$1;