lucide-react 0.64.0 → 0.67.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.
Files changed (39) hide show
  1. package/dist/cjs/lucide-react.js +258 -110
  2. package/dist/cjs/lucide-react.js.map +1 -1
  3. package/dist/esm/icons/angry.js +23 -0
  4. package/dist/esm/icons/annoyed.js +17 -0
  5. package/dist/esm/icons/axis-3d.js +9 -0
  6. package/dist/esm/icons/bomb.js +14 -0
  7. package/dist/esm/icons/cloud-drizzle.js +2 -2
  8. package/dist/esm/icons/cloud-fog.js +2 -2
  9. package/dist/esm/icons/cloud-hail.js +8 -8
  10. package/dist/esm/icons/cloud-lightning.js +3 -3
  11. package/dist/esm/icons/cloud-moon-rain.js +8 -8
  12. package/dist/esm/icons/cloud-moon.js +4 -4
  13. package/dist/esm/icons/cloud-off.js +4 -4
  14. package/dist/esm/icons/cloud-rain-wind.js +2 -2
  15. package/dist/esm/icons/cloud-rain.js +2 -2
  16. package/dist/esm/icons/cloud-snow.js +14 -14
  17. package/dist/esm/icons/cloud-sun-rain.js +12 -12
  18. package/dist/esm/icons/cloud-sun.js +8 -8
  19. package/dist/esm/icons/cloud.js +2 -2
  20. package/dist/esm/icons/cloudy.js +4 -4
  21. package/dist/esm/icons/download-cloud.js +2 -2
  22. package/dist/esm/icons/index.js +8 -0
  23. package/dist/esm/icons/laugh.js +23 -0
  24. package/dist/esm/icons/moon.js +2 -2
  25. package/dist/esm/icons/smile-plus.js +27 -0
  26. package/dist/esm/icons/sticker.js +18 -0
  27. package/dist/esm/icons/sticky-note.js +9 -0
  28. package/dist/esm/icons/sun-moon.js +10 -10
  29. package/dist/esm/icons/sun.js +8 -8
  30. package/dist/esm/icons/sunrise.js +4 -4
  31. package/dist/esm/icons/sunset.js +4 -4
  32. package/dist/esm/icons/thermometer-sun.js +2 -2
  33. package/dist/esm/icons/upload-cloud.js +2 -2
  34. package/dist/lucide-react.d.ts +8 -0
  35. package/dist/umd/lucide-react.js +258 -110
  36. package/dist/umd/lucide-react.js.map +1 -1
  37. package/dist/umd/lucide-react.min.js +2 -2
  38. package/dist/umd/lucide-react.min.js.map +1 -1
  39. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.64.0 - ISC
2
+ * lucide-react v0.67.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -1018,6 +1018,46 @@ var Anchor = createReactComponent('Anchor', [['circle', {
1018
1018
  }]]);
1019
1019
  var Anchor$1 = Anchor;
1020
1020
 
1021
+ var Angry = createReactComponent('Angry', [['circle', {
1022
+ cx: '12',
1023
+ cy: '12',
1024
+ r: '10',
1025
+ key: '1mglay'
1026
+ }], ['path', {
1027
+ d: 'M16 16s-1.5-2-4-2-4 2-4 2',
1028
+ key: 'epbg0q'
1029
+ }], ['path', {
1030
+ d: 'M7.5 8 10 9',
1031
+ key: 'olxxln'
1032
+ }], ['path', {
1033
+ d: 'm14 9 2.5-1',
1034
+ key: '1j6cij'
1035
+ }], ['path', {
1036
+ d: 'M9 10h0',
1037
+ key: '1vxvly'
1038
+ }], ['path', {
1039
+ d: 'M15 10h0',
1040
+ key: '1j6oav'
1041
+ }]]);
1042
+ var Angry$1 = Angry;
1043
+
1044
+ var Annoyed = createReactComponent('Annoyed', [['circle', {
1045
+ cx: '12',
1046
+ cy: '12',
1047
+ r: '10',
1048
+ key: '1mglay'
1049
+ }], ['path', {
1050
+ d: 'M8 15h8',
1051
+ key: '45n4r'
1052
+ }], ['path', {
1053
+ d: 'M8 9h2',
1054
+ key: '1g203m'
1055
+ }], ['path', {
1056
+ d: 'M14 9h2',
1057
+ key: '116p9w'
1058
+ }]]);
1059
+ var Annoyed$1 = Annoyed;
1060
+
1021
1061
  var Aperture = createReactComponent('Aperture', [['circle', {
1022
1062
  cx: '12',
1023
1063
  cy: '12',
@@ -1367,6 +1407,15 @@ var Axe = createReactComponent('Axe', [['path', {
1367
1407
  }]]);
1368
1408
  var Axe$1 = Axe;
1369
1409
 
1410
+ var Axis3d = createReactComponent('Axis3d', [['path', {
1411
+ d: 'M4 4v16h16',
1412
+ key: '1s015l'
1413
+ }], ['path', {
1414
+ d: 'm4 20 7-7',
1415
+ key: '17qe9y'
1416
+ }]]);
1417
+ var Axis3d$1 = Axis3d;
1418
+
1370
1419
  var Baby = createReactComponent('Baby', [['path', {
1371
1420
  d: 'M9 12h0',
1372
1421
  key: 't9r911'
@@ -1942,6 +1991,20 @@ var Bold = createReactComponent('Bold', [['path', {
1942
1991
  }]]);
1943
1992
  var Bold$1 = Bold;
1944
1993
 
1994
+ var Bomb = createReactComponent('Bomb', [['circle', {
1995
+ cx: '11',
1996
+ cy: '13',
1997
+ r: '9',
1998
+ key: 'hd149'
1999
+ }], ['path', {
2000
+ d: 'm19.5 9.5 1.8-1.8a2.4 2.4 0 0 0 0-3.4l-1.6-1.6a2.41 2.41 0 0 0-3.4 0l-1.8 1.8',
2001
+ key: '9owvxi'
2002
+ }], ['path', {
2003
+ d: 'm22 2-1.5 1.5',
2004
+ key: 'ay92ug'
2005
+ }]]);
2006
+ var Bomb$1 = Bomb;
2007
+
1945
2008
  var BookOpen = createReactComponent('BookOpen', [['path', {
1946
2009
  d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
1947
2010
  key: 'vv98re'
@@ -3258,8 +3321,8 @@ var Clock = createReactComponent('Clock', [['circle', {
3258
3321
  var Clock$1 = Clock;
3259
3322
 
3260
3323
  var CloudDrizzle = createReactComponent('CloudDrizzle', [['path', {
3261
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
3262
- key: '19hoja'
3324
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
3325
+ key: '1pljnt'
3263
3326
  }], ['path', {
3264
3327
  d: 'M8 19v1',
3265
3328
  key: '1dk2by'
@@ -3282,8 +3345,8 @@ var CloudDrizzle = createReactComponent('CloudDrizzle', [['path', {
3282
3345
  var CloudDrizzle$1 = CloudDrizzle;
3283
3346
 
3284
3347
  var CloudFog = createReactComponent('CloudFog', [['path', {
3285
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
3286
- key: '19hoja'
3348
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
3349
+ key: '1pljnt'
3287
3350
  }], ['path', {
3288
3351
  d: 'M16 17H7',
3289
3352
  key: 'pygtm1'
@@ -3294,8 +3357,8 @@ var CloudFog = createReactComponent('CloudFog', [['path', {
3294
3357
  var CloudFog$1 = CloudFog;
3295
3358
 
3296
3359
  var CloudHail = createReactComponent('CloudHail', [['path', {
3297
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
3298
- key: '19hoja'
3360
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
3361
+ key: '1pljnt'
3299
3362
  }], ['path', {
3300
3363
  d: 'M16 14v2',
3301
3364
  key: 'a1is7l'
@@ -3303,50 +3366,50 @@ var CloudHail = createReactComponent('CloudHail', [['path', {
3303
3366
  d: 'M8 14v2',
3304
3367
  key: '1e9m6t'
3305
3368
  }], ['path', {
3306
- d: 'M16 20h0',
3307
- key: '9t5z7u'
3369
+ d: 'M16 20h.01',
3370
+ key: 'xwek51'
3308
3371
  }], ['path', {
3309
- d: 'M8 20h0',
3310
- key: '15y6v1'
3372
+ d: 'M8 20h.01',
3373
+ key: '1vjney'
3311
3374
  }], ['path', {
3312
3375
  d: 'M12 16v2',
3313
3376
  key: 'z66u1j'
3314
3377
  }], ['path', {
3315
- d: 'M12 22h0',
3316
- key: '1bzbe1'
3378
+ d: 'M12 22h.01',
3379
+ key: '1urd7a'
3317
3380
  }]]);
3318
3381
  var CloudHail$1 = CloudHail;
3319
3382
 
3320
3383
  var CloudLightning = createReactComponent('CloudLightning', [['path', {
3384
+ d: 'M6 16.326A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 .5 8.973',
3385
+ key: '1cez44'
3386
+ }], ['path', {
3321
3387
  d: 'm13 12-3 5h4l-3 5',
3322
3388
  key: '1t22er'
3323
- }], ['path', {
3324
- d: 'M18 17a4.5 4.5 0 0 0-.5-9h-1.8a7.05 7.05 0 0 0-2-3.23A7 7 0 1 0 5.32 16a6.42 6.42 0 0 0 .68.37',
3325
- key: '1nzj8g'
3326
3389
  }]]);
3327
3390
  var CloudLightning$1 = CloudLightning;
3328
3391
 
3329
3392
  var CloudMoonRain = createReactComponent('CloudMoonRain', [['path', {
3330
- 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',
3331
- key: '1sp689'
3393
+ d: 'M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197',
3394
+ key: 'u82z8m'
3332
3395
  }], ['path', {
3333
- 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',
3334
- key: 'gs86um'
3396
+ d: 'M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24',
3397
+ key: '1qmrp3'
3335
3398
  }], ['path', {
3336
- d: 'M11.5 20v2',
3337
- key: 'a4zhxm'
3399
+ d: 'M11 20v2',
3400
+ key: '174qtz'
3338
3401
  }], ['path', {
3339
- d: 'M7.5 19v2',
3340
- key: 'm88wuv'
3402
+ d: 'M7 19v2',
3403
+ key: '12npes'
3341
3404
  }]]);
3342
3405
  var CloudMoonRain$1 = CloudMoonRain;
3343
3406
 
3344
3407
  var CloudMoon = createReactComponent('CloudMoon', [['path', {
3345
- 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',
3346
- key: '1a3fiw'
3408
+ d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z',
3409
+ key: 's09mg5'
3347
3410
  }], ['path', {
3348
- 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',
3349
- key: '1sp689'
3411
+ d: 'M10.083 9A6.002 6.002 0 0 1 16 4a4.243 4.243 0 0 0 6 6c0 2.22-1.206 4.16-3 5.197',
3412
+ key: 'u82z8m'
3350
3413
  }]]);
3351
3414
  var CloudMoon$1 = CloudMoon;
3352
3415
 
@@ -3354,17 +3417,17 @@ var CloudOff = createReactComponent('CloudOff', [['path', {
3354
3417
  d: 'm2 2 20 20',
3355
3418
  key: '1ooewy'
3356
3419
  }], ['path', {
3357
- d: 'M10 5a7 7 0 0 1 5.7 5h1.8a4.5 4.5 0 0 1 4 6.5',
3358
- key: 'emzbrg'
3420
+ d: 'M5.782 5.782A7 7 0 0 0 9 19h8.5a4.5 4.5 0 0 0 1.307-.193',
3421
+ key: 'yfwify'
3359
3422
  }], ['path', {
3360
- d: 'M18.8 18.8c-.4.2-.8.2-1.3.2H9A7 7 0 0 1 5.8 5.8',
3361
- key: 'aguc9w'
3423
+ d: 'M21.532 16.5A4.5 4.5 0 0 0 17.5 10h-1.79A7.008 7.008 0 0 0 10 5.07',
3424
+ key: 'jlfiyv'
3362
3425
  }]]);
3363
3426
  var CloudOff$1 = CloudOff;
3364
3427
 
3365
3428
  var CloudRainWind = createReactComponent('CloudRainWind', [['path', {
3366
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
3367
- key: '19hoja'
3429
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
3430
+ key: '1pljnt'
3368
3431
  }], ['path', {
3369
3432
  d: 'm9.2 22 3-7',
3370
3433
  key: 'sb5f6j'
@@ -3378,8 +3441,8 @@ var CloudRainWind = createReactComponent('CloudRainWind', [['path', {
3378
3441
  var CloudRainWind$1 = CloudRainWind;
3379
3442
 
3380
3443
  var CloudRain = createReactComponent('CloudRain', [['path', {
3381
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
3382
- key: '19hoja'
3444
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
3445
+ key: '1pljnt'
3383
3446
  }], ['path', {
3384
3447
  d: 'M16 14v6',
3385
3448
  key: '1j4efv'
@@ -3393,26 +3456,26 @@ var CloudRain = createReactComponent('CloudRain', [['path', {
3393
3456
  var CloudRain$1 = CloudRain;
3394
3457
 
3395
3458
  var CloudSnow = createReactComponent('CloudSnow', [['path', {
3396
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
3397
- key: '19hoja'
3459
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
3460
+ key: '1pljnt'
3398
3461
  }], ['path', {
3399
- d: 'M8 15h0',
3400
- key: 'q9eq1f'
3462
+ d: 'M8 15h.01',
3463
+ key: 'a7atzg'
3401
3464
  }], ['path', {
3402
- d: 'M8 19h0',
3403
- key: 'alrq73'
3465
+ d: 'M8 19h.01',
3466
+ key: 'puxtts'
3404
3467
  }], ['path', {
3405
- d: 'M12 17h0',
3406
- key: 'sk4dwq'
3468
+ d: 'M12 17h.01',
3469
+ key: 'p32p05'
3407
3470
  }], ['path', {
3408
- d: 'M12 21h0',
3409
- key: 'qmeo1b'
3471
+ d: 'M12 21h.01',
3472
+ key: 'h35vbk'
3410
3473
  }], ['path', {
3411
- d: 'M16 15h0',
3412
- key: 'pzrbjg'
3474
+ d: 'M16 15h.01',
3475
+ key: 'rnfrdf'
3413
3476
  }], ['path', {
3414
- d: 'M16 19h0',
3415
- key: '1lbn4w'
3477
+ d: 'M16 19h.01',
3478
+ key: '1vcnzz'
3416
3479
  }]]);
3417
3480
  var CloudSnow$1 = CloudSnow;
3418
3481
 
@@ -3420,26 +3483,26 @@ var CloudSunRain = createReactComponent('CloudSunRain', [['path', {
3420
3483
  d: 'M12 2v2',
3421
3484
  key: 'tus03m'
3422
3485
  }], ['path', {
3423
- d: 'm5.22 5.22 1.42 1.42',
3424
- key: '19ma7m'
3486
+ d: 'm4.93 4.93 1.41 1.41',
3487
+ key: '149t6j'
3425
3488
  }], ['path', {
3426
3489
  d: 'M20 12h2',
3427
3490
  key: '1q8mjw'
3428
3491
  }], ['path', {
3429
- d: 'M15.97 12.5A4 4 0 0 0 9.5 8.88',
3430
- key: '1jrfv7'
3492
+ d: 'm19.07 4.93-1.41 1.41',
3493
+ key: '1shlcs'
3431
3494
  }], ['path', {
3432
- d: 'm17.36 6.64 1.42-1.42',
3433
- key: 'fvvo0d'
3495
+ d: 'M15.947 12.65a4 4 0 0 0-5.925-4.128',
3496
+ key: 'dpwdj0'
3434
3497
  }], ['path', {
3435
- 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',
3436
- key: 'gs86um'
3498
+ d: 'M3 20a5 5 0 1 1 8.9-4H13a3 3 0 0 1 2 5.24',
3499
+ key: '1qmrp3'
3437
3500
  }], ['path', {
3438
- d: 'M11.5 20v2',
3439
- key: 'a4zhxm'
3501
+ d: 'M11 20v2',
3502
+ key: '174qtz'
3440
3503
  }], ['path', {
3441
- d: 'M7.5 19v2',
3442
- key: 'm88wuv'
3504
+ d: 'M7 19v2',
3505
+ key: '12npes'
3443
3506
  }]]);
3444
3507
  var CloudSunRain$1 = CloudSunRain;
3445
3508
 
@@ -3447,35 +3510,35 @@ var CloudSun = createReactComponent('CloudSun', [['path', {
3447
3510
  d: 'M12 2v2',
3448
3511
  key: 'tus03m'
3449
3512
  }], ['path', {
3450
- d: 'm5.22 5.22 1.42 1.42',
3451
- key: '19ma7m'
3513
+ d: 'm4.93 4.93 1.41 1.41',
3514
+ key: '149t6j'
3452
3515
  }], ['path', {
3453
3516
  d: 'M20 12h2',
3454
3517
  key: '1q8mjw'
3455
3518
  }], ['path', {
3456
- d: 'M15.97 12.5A4 4 0 0 0 9.5 8.88',
3457
- key: '1jrfv7'
3519
+ d: 'm19.07 4.93-1.41 1.41',
3520
+ key: '1shlcs'
3458
3521
  }], ['path', {
3459
- 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',
3460
- key: '1a3fiw'
3522
+ d: 'M15.947 12.65a4 4 0 0 0-5.925-4.128',
3523
+ key: 'dpwdj0'
3461
3524
  }], ['path', {
3462
- d: 'm17.36 6.64 1.42-1.42',
3463
- key: 'fvvo0d'
3525
+ d: 'M13 22H7a5 5 0 1 1 4.9-6H13a3 3 0 0 1 0 6Z',
3526
+ key: 's09mg5'
3464
3527
  }]]);
3465
3528
  var CloudSun$1 = CloudSun;
3466
3529
 
3467
3530
  var Cloud = createReactComponent('Cloud', [['path', {
3468
- d: 'M17.5 19a4.5 4.5 0 1 0 0-9h-1.8A7 7 0 1 0 9 19h8.5z',
3469
- key: '1tv4dm'
3531
+ d: 'M17.5 19H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z',
3532
+ key: 'p7xjir'
3470
3533
  }]]);
3471
3534
  var Cloud$1 = Cloud;
3472
3535
 
3473
3536
  var Cloudy = createReactComponent('Cloudy', [['path', {
3474
- d: 'M17.5 21a4.5 4.5 0 1 0 0-9h-1.8A7 7 0 1 0 9 21h8.5z',
3475
- key: '1m0b0j'
3537
+ d: 'M17.5 21H9a7 7 0 1 1 6.71-9h1.79a4.5 4.5 0 1 1 0 9Z',
3538
+ key: 'gqqjvc'
3476
3539
  }], ['path', {
3477
- d: 'M22 10c0-1.5-1.5-3-3.5-3H17c-.7-2.3-2.9-4-5.4-4-2.7 0-5 2-5.5 4.5',
3478
- key: '2flp6p'
3540
+ d: 'M22 10a3 3 0 0 0-3-3h-2.207a5.502 5.502 0 0 0-10.702.5',
3541
+ key: '1p2s76'
3479
3542
  }]]);
3480
3543
  var Cloudy$1 = Cloudy;
3481
3544
 
@@ -4327,8 +4390,8 @@ var DollarSign = createReactComponent('DollarSign', [['line', {
4327
4390
  var DollarSign$1 = DollarSign;
4328
4391
 
4329
4392
  var DownloadCloud = createReactComponent('DownloadCloud', [['path', {
4330
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
4331
- key: '19hoja'
4393
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
4394
+ key: '1pljnt'
4332
4395
  }], ['path', {
4333
4396
  d: 'M12 12v9',
4334
4397
  key: '192myk'
@@ -6498,6 +6561,29 @@ var Lasso = createReactComponent('Lasso', [['path', {
6498
6561
  }]]);
6499
6562
  var Lasso$1 = Lasso;
6500
6563
 
6564
+ var Laugh = createReactComponent('Laugh', [['circle', {
6565
+ cx: '12',
6566
+ cy: '12',
6567
+ r: '10',
6568
+ key: '1mglay'
6569
+ }], ['path', {
6570
+ d: 'M18 13a6 6 0 0 1-6 5 6 6 0 0 1-6-5h12Z',
6571
+ key: 'b2q4dd'
6572
+ }], ['line', {
6573
+ x1: '9',
6574
+ y1: '9',
6575
+ x2: '9.01',
6576
+ y2: '9',
6577
+ key: '141aaf'
6578
+ }], ['line', {
6579
+ x1: '15',
6580
+ y1: '9',
6581
+ x2: '15.01',
6582
+ y2: '9',
6583
+ key: '1cyg3o'
6584
+ }]]);
6585
+ var Laugh$1 = Laugh;
6586
+
6501
6587
  var Layers = createReactComponent('Layers', [['polygon', {
6502
6588
  points: '12 2 2 7 12 12 22 7 12 2',
6503
6589
  key: '1b0ttc'
@@ -7666,8 +7752,8 @@ var Monitor = createReactComponent('Monitor', [['rect', {
7666
7752
  var Monitor$1 = Monitor;
7667
7753
 
7668
7754
  var Moon = createReactComponent('Moon', [['path', {
7669
- d: 'M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z',
7670
- key: '1lhmh3'
7755
+ d: 'M12 3a6.364 6.364 0 0 0 9 9 9 9 0 1 1-9-9Z',
7756
+ key: '1rit1i'
7671
7757
  }]]);
7672
7758
  var Moon$1 = Moon;
7673
7759
 
@@ -10051,6 +10137,33 @@ var Smartphone = createReactComponent('Smartphone', [['rect', {
10051
10137
  }]]);
10052
10138
  var Smartphone$1 = Smartphone;
10053
10139
 
10140
+ var SmilePlus = createReactComponent('SmilePlus', [['path', {
10141
+ d: 'M22 11v1a10 10 0 1 1-9-10',
10142
+ key: 'ew0xw9'
10143
+ }], ['path', {
10144
+ d: 'M8 14s1.5 2 4 2 4-2 4-2',
10145
+ key: '1y1vjs'
10146
+ }], ['line', {
10147
+ x1: '9',
10148
+ y1: '9',
10149
+ x2: '9.01',
10150
+ y2: '9',
10151
+ key: '141aaf'
10152
+ }], ['line', {
10153
+ x1: '15',
10154
+ y1: '9',
10155
+ x2: '15.01',
10156
+ y2: '9',
10157
+ key: '1cyg3o'
10158
+ }], ['path', {
10159
+ d: 'M16 5h6',
10160
+ key: '1vod17'
10161
+ }], ['path', {
10162
+ d: 'M19 2v6',
10163
+ key: '4bpg5p'
10164
+ }]]);
10165
+ var SmilePlus$1 = SmilePlus;
10166
+
10054
10167
  var Smile = createReactComponent('Smile', [['circle', {
10055
10168
  cx: '12',
10056
10169
  cy: '12',
@@ -10244,6 +10357,33 @@ var Stethoscope = createReactComponent('Stethoscope', [['path', {
10244
10357
  }]]);
10245
10358
  var Stethoscope$1 = Stethoscope;
10246
10359
 
10360
+ var Sticker = createReactComponent('Sticker', [['path', {
10361
+ d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
10362
+ key: '1wis1t'
10363
+ }], ['path', {
10364
+ d: 'M15 3v6h6',
10365
+ key: 'edgan2'
10366
+ }], ['path', {
10367
+ d: 'M10 16s.8 1 2 1c1.3 0 2-1 2-1',
10368
+ key: '1vvgv3'
10369
+ }], ['path', {
10370
+ d: 'M8 13h0',
10371
+ key: 'jdup5h'
10372
+ }], ['path', {
10373
+ d: 'M16 13h0',
10374
+ key: 'l4i2ga'
10375
+ }]]);
10376
+ var Sticker$1 = Sticker;
10377
+
10378
+ var StickyNote = createReactComponent('StickyNote', [['path', {
10379
+ d: 'M15.5 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2V8.5L15.5 3Z',
10380
+ key: '1wis1t'
10381
+ }], ['path', {
10382
+ d: 'M15 3v6h6',
10383
+ key: 'edgan2'
10384
+ }]]);
10385
+ var StickyNote$1 = StickyNote;
10386
+
10247
10387
  var StopCircle = createReactComponent('StopCircle', [['circle', {
10248
10388
  cx: '12',
10249
10389
  cy: '12',
@@ -10383,8 +10523,8 @@ var SunMoon = createReactComponent('SunMoon', [['path', {
10383
10523
  d: 'M12 16a4 4 0 1 0 0-8 4 4 0 0 0 0 8z',
10384
10524
  key: '1r4kox'
10385
10525
  }], ['path', {
10386
- d: 'M16 12.386A3.136 3.136 0 0 1 11.614 8',
10387
- key: 'g6jx6d'
10526
+ d: 'M12 8a2.828 2.828 0 1 0 4 4',
10527
+ key: '16688u'
10388
10528
  }], ['path', {
10389
10529
  d: 'M12 2v2',
10390
10530
  key: 'tus03m'
@@ -10392,11 +10532,11 @@ var SunMoon = createReactComponent('SunMoon', [['path', {
10392
10532
  d: 'M12 20v2',
10393
10533
  key: '1lh1kg'
10394
10534
  }], ['path', {
10395
- d: 'm5 5 1.5 1.5',
10396
- key: 'h1vfvb'
10535
+ d: 'm4.93 4.93 1.41 1.41',
10536
+ key: '149t6j'
10397
10537
  }], ['path', {
10398
- d: 'M17.5 17.5 19 19',
10399
- key: '15n0te'
10538
+ d: 'm17.66 17.66 1.41 1.41',
10539
+ key: 'ptbguv'
10400
10540
  }], ['path', {
10401
10541
  d: 'M2 12h2',
10402
10542
  key: '1t8f8n'
@@ -10404,11 +10544,11 @@ var SunMoon = createReactComponent('SunMoon', [['path', {
10404
10544
  d: 'M20 12h2',
10405
10545
  key: '1q8mjw'
10406
10546
  }], ['path', {
10407
- d: 'm5 19 1.5-1.5',
10408
- key: 'ifxeef'
10547
+ d: 'm6.34 17.66-1.41 1.41',
10548
+ key: '1m8zz5'
10409
10549
  }], ['path', {
10410
- d: 'M17.5 6.5 19 5',
10411
- key: '1l8ph7'
10550
+ d: 'm19.07 4.93-1.41 1.41',
10551
+ key: '1shlcs'
10412
10552
  }]]);
10413
10553
  var SunMoon$1 = SunMoon;
10414
10554
 
@@ -10424,11 +10564,11 @@ var Sun = createReactComponent('Sun', [['circle', {
10424
10564
  d: 'M12 20v2',
10425
10565
  key: '1lh1kg'
10426
10566
  }], ['path', {
10427
- d: 'm5 5 1.5 1.5',
10428
- key: 'h1vfvb'
10567
+ d: 'm4.93 4.93 1.41 1.41',
10568
+ key: '149t6j'
10429
10569
  }], ['path', {
10430
- d: 'M17.5 17.5 19 19',
10431
- key: '15n0te'
10570
+ d: 'm17.66 17.66 1.41 1.41',
10571
+ key: 'ptbguv'
10432
10572
  }], ['path', {
10433
10573
  d: 'M2 12h2',
10434
10574
  key: '1t8f8n'
@@ -10436,11 +10576,11 @@ var Sun = createReactComponent('Sun', [['circle', {
10436
10576
  d: 'M20 12h2',
10437
10577
  key: '1q8mjw'
10438
10578
  }], ['path', {
10439
- d: 'm5 19 1.5-1.5',
10440
- key: 'ifxeef'
10579
+ d: 'm6.34 17.66-1.41 1.41',
10580
+ key: '1m8zz5'
10441
10581
  }], ['path', {
10442
- d: 'M17.5 6.5 19 5',
10443
- key: '1l8ph7'
10582
+ d: 'm19.07 4.93-1.41 1.41',
10583
+ key: '1shlcs'
10444
10584
  }]]);
10445
10585
  var Sun$1 = Sun;
10446
10586
 
@@ -10448,8 +10588,8 @@ var Sunrise = createReactComponent('Sunrise', [['path', {
10448
10588
  d: 'M12 2v8',
10449
10589
  key: '1q4o3n'
10450
10590
  }], ['path', {
10451
- d: 'm5.2 11.2 1.4 1.4',
10452
- key: 'o9djwi'
10591
+ d: 'm4.93 10.93 1.41 1.41',
10592
+ key: '2a7f42'
10453
10593
  }], ['path', {
10454
10594
  d: 'M2 18h2',
10455
10595
  key: 'j10viu'
@@ -10457,8 +10597,8 @@ var Sunrise = createReactComponent('Sunrise', [['path', {
10457
10597
  d: 'M20 18h2',
10458
10598
  key: 'wocana'
10459
10599
  }], ['path', {
10460
- d: 'm17.4 12.6 1.4-1.4',
10461
- key: 'q9kv5p'
10600
+ d: 'm19.07 10.93-1.41 1.41',
10601
+ key: '15zs5n'
10462
10602
  }], ['path', {
10463
10603
  d: 'M22 22H2',
10464
10604
  key: '19qnx5'
@@ -10475,8 +10615,8 @@ var Sunset = createReactComponent('Sunset', [['path', {
10475
10615
  d: 'M12 10V2',
10476
10616
  key: '16sf7g'
10477
10617
  }], ['path', {
10478
- d: 'm5.2 11.2 1.4 1.4',
10479
- key: 'o9djwi'
10618
+ d: 'm4.93 10.93 1.41 1.41',
10619
+ key: '2a7f42'
10480
10620
  }], ['path', {
10481
10621
  d: 'M2 18h2',
10482
10622
  key: 'j10viu'
@@ -10484,8 +10624,8 @@ var Sunset = createReactComponent('Sunset', [['path', {
10484
10624
  d: 'M20 18h2',
10485
10625
  key: 'wocana'
10486
10626
  }], ['path', {
10487
- d: 'm17.4 12.6 1.4-1.4',
10488
- key: 'q9kv5p'
10627
+ d: 'm19.07 10.93-1.41 1.41',
10628
+ key: '15zs5n'
10489
10629
  }], ['path', {
10490
10630
  d: 'M22 22H2',
10491
10631
  key: '19qnx5'
@@ -10822,8 +10962,8 @@ var ThermometerSun = createReactComponent('ThermometerSun', [['path', {
10822
10962
  d: 'M4 13H2',
10823
10963
  key: '118le4'
10824
10964
  }], ['path', {
10825
- d: 'M6.6 7.6 5.2 6.2',
10826
- key: 'cfui7p'
10965
+ d: 'M6.34 7.34 4.93 5.93',
10966
+ key: '1brd51'
10827
10967
  }]]);
10828
10968
  var ThermometerSun$1 = ThermometerSun;
10829
10969
 
@@ -11291,8 +11431,8 @@ var Unlock = createReactComponent('Unlock', [['rect', {
11291
11431
  var Unlock$1 = Unlock;
11292
11432
 
11293
11433
  var UploadCloud = createReactComponent('UploadCloud', [['path', {
11294
- d: 'M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9',
11295
- key: '19hoja'
11434
+ d: 'M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242',
11435
+ key: '1pljnt'
11296
11436
  }], ['path', {
11297
11437
  d: 'M12 12v9',
11298
11438
  key: '192myk'
@@ -12001,6 +12141,8 @@ exports.AlignVerticalJustifyStart = AlignVerticalJustifyStart$1;
12001
12141
  exports.AlignVerticalSpaceAround = AlignVerticalSpaceAround$1;
12002
12142
  exports.AlignVerticalSpaceBetween = AlignVerticalSpaceBetween$1;
12003
12143
  exports.Anchor = Anchor$1;
12144
+ exports.Angry = Angry$1;
12145
+ exports.Annoyed = Annoyed$1;
12004
12146
  exports.Aperture = Aperture$1;
12005
12147
  exports.Archive = Archive$1;
12006
12148
  exports.ArchiveRestore = ArchiveRestore$1;
@@ -12026,6 +12168,7 @@ exports.Asterisk = Asterisk$1;
12026
12168
  exports.AtSign = AtSign$1;
12027
12169
  exports.Award = Award$1;
12028
12170
  exports.Axe = Axe$1;
12171
+ exports.Axis3d = Axis3d$1;
12029
12172
  exports.Baby = Baby$1;
12030
12173
  exports.Backpack = Backpack$1;
12031
12174
  exports.BaggageClaim = BaggageClaim$1;
@@ -12060,6 +12203,7 @@ exports.BluetoothConnected = BluetoothConnected$1;
12060
12203
  exports.BluetoothOff = BluetoothOff$1;
12061
12204
  exports.BluetoothSearching = BluetoothSearching$1;
12062
12205
  exports.Bold = Bold$1;
12206
+ exports.Bomb = Bomb$1;
12063
12207
  exports.Book = Book$1;
12064
12208
  exports.BookOpen = BookOpen$1;
12065
12209
  exports.Bookmark = Bookmark$1;
@@ -12332,6 +12476,7 @@ exports.Laptop = Laptop$1;
12332
12476
  exports.Laptop2 = Laptop2$1;
12333
12477
  exports.Lasso = Lasso$1;
12334
12478
  exports.LassoSelect = LassoSelect$1;
12479
+ exports.Laugh = Laugh$1;
12335
12480
  exports.Layers = Layers$1;
12336
12481
  exports.Layout = Layout$1;
12337
12482
  exports.LayoutDashboard = LayoutDashboard$1;
@@ -12541,6 +12686,7 @@ exports.SlidersHorizontal = SlidersHorizontal$1;
12541
12686
  exports.Smartphone = Smartphone$1;
12542
12687
  exports.SmartphoneCharging = SmartphoneCharging$1;
12543
12688
  exports.Smile = Smile$1;
12689
+ exports.SmilePlus = SmilePlus$1;
12544
12690
  exports.Snowflake = Snowflake$1;
12545
12691
  exports.Sofa = Sofa$1;
12546
12692
  exports.SortAsc = SortAsc$1;
@@ -12552,6 +12698,8 @@ exports.Star = Star$1;
12552
12698
  exports.StarHalf = StarHalf$1;
12553
12699
  exports.StarOff = StarOff$1;
12554
12700
  exports.Stethoscope = Stethoscope$1;
12701
+ exports.Sticker = Sticker$1;
12702
+ exports.StickyNote = StickyNote$1;
12555
12703
  exports.StopCircle = StopCircle$1;
12556
12704
  exports.StretchHorizontal = StretchHorizontal$1;
12557
12705
  exports.StretchVertical = StretchVertical$1;