lucide-react 0.63.0 → 0.64.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 CloudMoonRain = createReactComponent('CloudMoonRain', [['path', {
3
+ d: 'M9.95 9a6.13 6.13 0 0 1 5.5-5.18 4.77 4.77 0 0 0 6.67 6.67A6.13 6.13 0 0 1 19.46 15',
4
+ key: '1sp689'
5
+ }], ['path', {
6
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
7
+ key: 'gs86um'
8
+ }], ['path', {
9
+ d: 'M11.5 20v2',
10
+ key: 'a4zhxm'
11
+ }], ['path', {
12
+ d: 'M7.5 19v2',
13
+ key: 'm88wuv'
14
+ }]]);
15
+ export default CloudMoonRain;
@@ -0,0 +1,27 @@
1
+ import createReactComponent from '../createReactComponent';
2
+ var CloudSunRain = createReactComponent('CloudSunRain', [['path', {
3
+ d: 'M12 2v2',
4
+ key: 'tus03m'
5
+ }], ['path', {
6
+ d: 'm5.22 5.22 1.42 1.42',
7
+ key: '19ma7m'
8
+ }], ['path', {
9
+ d: 'M20 12h2',
10
+ key: '1q8mjw'
11
+ }], ['path', {
12
+ d: 'M15.97 12.5A4 4 0 0 0 9.5 8.88',
13
+ key: '1jrfv7'
14
+ }], ['path', {
15
+ d: 'm17.36 6.64 1.42-1.42',
16
+ key: 'fvvo0d'
17
+ }], ['path', {
18
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
19
+ key: 'gs86um'
20
+ }], ['path', {
21
+ d: 'M11.5 20v2',
22
+ key: 'a4zhxm'
23
+ }], ['path', {
24
+ d: 'M7.5 19v2',
25
+ key: 'm88wuv'
26
+ }]]);
27
+ export default CloudSunRain;
@@ -174,11 +174,13 @@ export { default as CloudDrizzle } from './cloud-drizzle';
174
174
  export { default as CloudFog } from './cloud-fog';
175
175
  export { default as CloudHail } from './cloud-hail';
176
176
  export { default as CloudLightning } from './cloud-lightning';
177
+ export { default as CloudMoonRain } from './cloud-moon-rain';
177
178
  export { default as CloudMoon } from './cloud-moon';
178
179
  export { default as CloudOff } from './cloud-off';
179
180
  export { default as CloudRainWind } from './cloud-rain-wind';
180
181
  export { default as CloudRain } from './cloud-rain';
181
182
  export { default as CloudSnow } from './cloud-snow';
183
+ export { default as CloudSunRain } from './cloud-sun-rain';
182
184
  export { default as CloudSun } from './cloud-sun';
183
185
  export { default as Cloud } from './cloud';
184
186
  export { default as Cloudy } from './cloudy';
@@ -189,11 +189,13 @@ export declare const CloudDrizzle: (props: LucideProps) => JSX.Element;
189
189
  export declare const CloudFog: (props: LucideProps) => JSX.Element;
190
190
  export declare const CloudHail: (props: LucideProps) => JSX.Element;
191
191
  export declare const CloudLightning: (props: LucideProps) => JSX.Element;
192
+ export declare const CloudMoonRain: (props: LucideProps) => JSX.Element;
192
193
  export declare const CloudMoon: (props: LucideProps) => JSX.Element;
193
194
  export declare const CloudOff: (props: LucideProps) => JSX.Element;
194
195
  export declare const CloudRainWind: (props: LucideProps) => JSX.Element;
195
196
  export declare const CloudRain: (props: LucideProps) => JSX.Element;
196
197
  export declare const CloudSnow: (props: LucideProps) => JSX.Element;
198
+ export declare const CloudSunRain: (props: LucideProps) => JSX.Element;
197
199
  export declare const CloudSun: (props: LucideProps) => JSX.Element;
198
200
  export declare const Cloud: (props: LucideProps) => JSX.Element;
199
201
  export declare const Cloudy: (props: LucideProps) => JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.63.0 - ISC
2
+ * lucide-react v0.64.0 - ISC
3
3
  */
4
4
 
5
5
  (function (global, factory) {
@@ -3325,6 +3325,21 @@
3325
3325
  }]]);
3326
3326
  var CloudLightning$1 = CloudLightning;
3327
3327
 
3328
+ var CloudMoonRain = createReactComponent('CloudMoonRain', [['path', {
3329
+ d: 'M9.95 9a6.13 6.13 0 0 1 5.5-5.18 4.77 4.77 0 0 0 6.67 6.67A6.13 6.13 0 0 1 19.46 15',
3330
+ key: '1sp689'
3331
+ }], ['path', {
3332
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
3333
+ key: 'gs86um'
3334
+ }], ['path', {
3335
+ d: 'M11.5 20v2',
3336
+ key: 'a4zhxm'
3337
+ }], ['path', {
3338
+ d: 'M7.5 19v2',
3339
+ key: 'm88wuv'
3340
+ }]]);
3341
+ var CloudMoonRain$1 = CloudMoonRain;
3342
+
3328
3343
  var CloudMoon = createReactComponent('CloudMoon', [['path', {
3329
3344
  d: 'M13.63 22A3.3 3.3 0 0 0 17 18.79a3.3 3.3 0 0 0-3.38-3.22h-1.34A5.23 5.23 0 0 0 7.25 12 5.13 5.13 0 0 0 2 17c0 2.76 2.35 5 5.25 5h6.38z',
3330
3345
  key: '1a3fiw'
@@ -3400,6 +3415,33 @@
3400
3415
  }]]);
3401
3416
  var CloudSnow$1 = CloudSnow;
3402
3417
 
3418
+ var CloudSunRain = createReactComponent('CloudSunRain', [['path', {
3419
+ d: 'M12 2v2',
3420
+ key: 'tus03m'
3421
+ }], ['path', {
3422
+ d: 'm5.22 5.22 1.42 1.42',
3423
+ key: '19ma7m'
3424
+ }], ['path', {
3425
+ d: 'M20 12h2',
3426
+ key: '1q8mjw'
3427
+ }], ['path', {
3428
+ d: 'M15.97 12.5A4 4 0 0 0 9.5 8.88',
3429
+ key: '1jrfv7'
3430
+ }], ['path', {
3431
+ d: 'm17.36 6.64 1.42-1.42',
3432
+ key: 'fvvo0d'
3433
+ }], ['path', {
3434
+ d: 'M15.54 22a3.4 3.4 0 0 0-1.88-6.2h-1.35a5.3 5.3 0 0 0-5.46-3.78 5.24 5.24 0 0 0-4.8 4.6 5.33 5.33 0 0 0 1.46 4.4',
3435
+ key: 'gs86um'
3436
+ }], ['path', {
3437
+ d: 'M11.5 20v2',
3438
+ key: 'a4zhxm'
3439
+ }], ['path', {
3440
+ d: 'M7.5 19v2',
3441
+ key: 'm88wuv'
3442
+ }]]);
3443
+ var CloudSunRain$1 = CloudSunRain;
3444
+
3403
3445
  var CloudSun = createReactComponent('CloudSun', [['path', {
3404
3446
  d: 'M12 2v2',
3405
3447
  key: 'tus03m'
@@ -12097,11 +12139,13 @@
12097
12139
  exports.CloudHail = CloudHail$1;
12098
12140
  exports.CloudLightning = CloudLightning$1;
12099
12141
  exports.CloudMoon = CloudMoon$1;
12142
+ exports.CloudMoonRain = CloudMoonRain$1;
12100
12143
  exports.CloudOff = CloudOff$1;
12101
12144
  exports.CloudRain = CloudRain$1;
12102
12145
  exports.CloudRainWind = CloudRainWind$1;
12103
12146
  exports.CloudSnow = CloudSnow$1;
12104
12147
  exports.CloudSun = CloudSun$1;
12148
+ exports.CloudSunRain = CloudSunRain$1;
12105
12149
  exports.Cloudy = Cloudy$1;
12106
12150
  exports.Clover = Clover$1;
12107
12151
  exports.Code = Code$1;