lucide-angular 0.28.0 → 0.31.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 (67) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +100 -41
  2. package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
  3. package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
  4. package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
  5. package/bundles/lucide-angular.umd.js +104 -41
  6. package/bundles/lucide-angular.umd.js.map +1 -1
  7. package/bundles/lucide-angular.umd.min.js +1 -1
  8. package/bundles/lucide-angular.umd.min.js.map +1 -1
  9. package/esm2015/icons/award.js +3 -3
  10. package/esm2015/icons/chevrons-left-right.js +8 -0
  11. package/esm2015/icons/chevrons-right-left.js +8 -0
  12. package/esm2015/icons/coffee.js +6 -6
  13. package/esm2015/icons/coins.js +5 -5
  14. package/esm2015/icons/eye-off.js +10 -3
  15. package/esm2015/icons/eye.js +2 -2
  16. package/esm2015/icons/heart-off.js +22 -0
  17. package/esm2015/icons/hourglass.js +23 -0
  18. package/esm2015/icons/index.js +5 -1
  19. package/esm2015/icons/shield-off.js +2 -2
  20. package/esm2015/icons/sliders.js +4 -4
  21. package/esm2015/icons/trending-down.js +3 -3
  22. package/esm2015/icons/trending-up.js +3 -3
  23. package/esm2015/icons/twitter.js +2 -2
  24. package/esm2015/icons/video-off.js +4 -5
  25. package/esm2015/icons/video.js +3 -3
  26. package/esm2015/icons/view.js +3 -7
  27. package/esm2015/icons/voicemail.js +4 -4
  28. package/esm2015/icons/youtube.js +3 -3
  29. package/esm2015/icons/zap-off.js +2 -2
  30. package/esm2015/src/icons/award.js +3 -3
  31. package/esm2015/src/icons/chevrons-left-right.js +8 -0
  32. package/esm2015/src/icons/chevrons-right-left.js +8 -0
  33. package/esm2015/src/icons/coffee.js +6 -6
  34. package/esm2015/src/icons/coins.js +5 -5
  35. package/esm2015/src/icons/eye-off.js +10 -3
  36. package/esm2015/src/icons/eye.js +2 -2
  37. package/esm2015/src/icons/heart-off.js +22 -0
  38. package/esm2015/src/icons/hourglass.js +23 -0
  39. package/esm2015/src/icons/index.js +5 -1
  40. package/esm2015/src/icons/shield-off.js +2 -2
  41. package/esm2015/src/icons/sliders.js +4 -4
  42. package/esm2015/src/icons/trending-down.js +3 -3
  43. package/esm2015/src/icons/trending-up.js +3 -3
  44. package/esm2015/src/icons/twitter.js +2 -2
  45. package/esm2015/src/icons/video-off.js +4 -5
  46. package/esm2015/src/icons/video.js +3 -3
  47. package/esm2015/src/icons/view.js +3 -7
  48. package/esm2015/src/icons/voicemail.js +4 -4
  49. package/esm2015/src/icons/youtube.js +3 -3
  50. package/esm2015/src/icons/zap-off.js +2 -2
  51. package/fesm2015/lucide-angular-src-icons.js +97 -42
  52. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  53. package/fesm2015/lucide-angular.js +101 -42
  54. package/fesm2015/lucide-angular.js.map +1 -1
  55. package/icons/chevrons-left-right.d.ts +3 -0
  56. package/icons/chevrons-right-left.d.ts +3 -0
  57. package/icons/heart-off.d.ts +3 -0
  58. package/icons/hourglass.d.ts +3 -0
  59. package/icons/index.d.ts +4 -0
  60. package/lucide-angular.metadata.json +1 -1
  61. package/package.json +1 -1
  62. package/src/icons/chevrons-left-right.d.ts +3 -0
  63. package/src/icons/chevrons-right-left.d.ts +3 -0
  64. package/src/icons/heart-off.d.ts +3 -0
  65. package/src/icons/hourglass.d.ts +3 -0
  66. package/src/icons/index.d.ts +4 -0
  67. package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
@@ -636,8 +636,8 @@
636
636
  'svg',
637
637
  defaultAttributes,
638
638
  [
639
- ['circle', { cx: '12', cy: '8', r: '7' }],
640
- ['polyline', { points: '8.21 13.89 7 23 12 20 17 23 15.79 13.88' }],
639
+ ['circle', { cx: '12', cy: '8', r: '6' }],
640
+ ['path', { d: 'M15.477 12.89 17 22l-5-3-5 3 1.523-9.11' }],
641
641
  ],
642
642
  ];
643
643
 
@@ -1297,6 +1297,12 @@
1297
1297
  ],
1298
1298
  ];
1299
1299
 
1300
+ var ChevronsLeftRight = [
1301
+ 'svg',
1302
+ defaultAttributes,
1303
+ [['path', { d: 'M9 7L4 12L9 17' }], ['path', { d: 'M15 7L20 12L15 17' }]],
1304
+ ];
1305
+
1300
1306
  var ChevronsLeft = [
1301
1307
  'svg',
1302
1308
  defaultAttributes,
@@ -1306,6 +1312,12 @@
1306
1312
  ],
1307
1313
  ];
1308
1314
 
1315
+ var ChevronsRightLeft = [
1316
+ 'svg',
1317
+ defaultAttributes,
1318
+ [['path', { d: 'M20 17L15 12L20 7' }], ['path', { d: 'M4 17L9 12L4 7' }]],
1319
+ ];
1320
+
1309
1321
  var ChevronsRight = [
1310
1322
  'svg',
1311
1323
  defaultAttributes,
@@ -1800,11 +1812,11 @@
1800
1812
  'svg',
1801
1813
  defaultAttributes,
1802
1814
  [
1803
- ['path', { d: 'M18 8h1a4 4 0 0 1 0 8h-1' }],
1804
- ['path', { d: 'M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z' }],
1805
- ['line', { x1: '6', y1: '1', x2: '6', y2: '4' }],
1806
- ['line', { x1: '10', y1: '1', x2: '10', y2: '4' }],
1807
- ['line', { x1: '14', y1: '1', x2: '14', y2: '4' }],
1815
+ ['path', { d: 'M17 8h1a4 4 0 1 1 0 8H17' }],
1816
+ ['path', { d: 'M3 8H17v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z' }],
1817
+ ['line', { x1: '6', y1: '2', x2: '6', y2: '4' }],
1818
+ ['line', { x1: '10', y1: '2', x2: '10', y2: '4' }],
1819
+ ['line', { x1: '14', y1: '2', x2: '14', y2: '4' }],
1808
1820
  ],
1809
1821
  ];
1810
1822
 
@@ -1812,10 +1824,10 @@
1812
1824
  'svg',
1813
1825
  defaultAttributes,
1814
1826
  [
1815
- ['circle', { cx: '8', cy: '8', r: '7' }],
1816
- ['path', { d: 'M19.5 9.94a7 7 0 1 1-9.56 9.56' }],
1817
- ['path', { d: 'M7 6h1v4' }],
1818
- ['path', { d: 'm17.3 14.3.7.7-2.8 2.8' }],
1827
+ ['circle', { cx: '8', cy: '8', r: '6' }],
1828
+ ['path', { d: 'M18.09 10.37A6 6 0 1 1 10.34 18' }],
1829
+ ['path', { d: 'M7 6H8v4' }],
1830
+ ['path', { d: 'M16.71 13.88l.7.71-2.82 2.82' }],
1819
1831
  ],
1820
1832
  ];
1821
1833
 
@@ -2401,13 +2413,20 @@
2401
2413
  'svg',
2402
2414
  defaultAttributes,
2403
2415
  [
2416
+ ['path', { d: 'm9.88 9.88a3 3 0 1 0 4.24 4.24' }],
2404
2417
  [
2405
2418
  'path',
2406
2419
  {
2407
- d: 'M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24',
2420
+ d: 'M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68',
2408
2421
  },
2409
2422
  ],
2410
- ['line', { x1: '1', y1: '1', x2: '23', y2: '23' }],
2423
+ [
2424
+ 'path',
2425
+ {
2426
+ d: 'm6.61 6.61c-1.989 1.355-3.58 3.215-4.61 5.39 0 0 3 7 10 7 1.916 0.0051 3.791-0.5549 5.39-1.61',
2427
+ },
2428
+ ],
2429
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
2411
2430
  ],
2412
2431
  ];
2413
2432
 
@@ -2415,7 +2434,7 @@
2415
2434
  'svg',
2416
2435
  defaultAttributes,
2417
2436
  [
2418
- ['path', { d: 'M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z' }],
2437
+ ['path', { d: 'M2 12S5 5 12 5s10 7 10 7-3 7-10 7S2 12 2 12Z' }],
2419
2438
  ['circle', { cx: '12', cy: '12', r: '3' }],
2420
2439
  ],
2421
2440
  ];
@@ -3332,6 +3351,26 @@
3332
3351
  ],
3333
3352
  ];
3334
3353
 
3354
+ var HeartOff = [
3355
+ 'svg',
3356
+ defaultAttributes,
3357
+ [
3358
+ [
3359
+ 'path',
3360
+ {
3361
+ d: 'M4.12 4.107a5.4 5.4 0 0 0-.538.473C1.46 6.7 1.33 10.28 4 13l8 8 4.5-4.5',
3362
+ },
3363
+ ],
3364
+ [
3365
+ 'path',
3366
+ {
3367
+ d: 'M19.328 13.672 20 13c2.67-2.72 2.54-6.3.42-8.42a5.4 5.4 0 0 0-7.65 0l-.77.78-.77-.78a5.4 5.4 0 0 0-2.386-1.393',
3368
+ },
3369
+ ],
3370
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
3371
+ ],
3372
+ ];
3373
+
3335
3374
  var Heart = [
3336
3375
  'svg',
3337
3376
  defaultAttributes,
@@ -3399,6 +3438,27 @@
3399
3438
  ],
3400
3439
  ];
3401
3440
 
3441
+ var Hourglass = [
3442
+ 'svg',
3443
+ defaultAttributes,
3444
+ [
3445
+ ['path', { d: 'M5 22h14' }],
3446
+ ['path', { d: 'M5 2h14' }],
3447
+ [
3448
+ 'path',
3449
+ {
3450
+ d: 'M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22',
3451
+ },
3452
+ ],
3453
+ [
3454
+ 'path',
3455
+ {
3456
+ d: 'M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2',
3457
+ },
3458
+ ],
3459
+ ],
3460
+ ];
3461
+
3402
3462
  var ImageMinus = [
3403
3463
  'svg',
3404
3464
  defaultAttributes,
@@ -5493,7 +5553,7 @@
5493
5553
  'path',
5494
5554
  { d: 'M4.73 4.73 4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38' },
5495
5555
  ],
5496
- ['line', { x1: '1', y1: '1', x2: '23', y2: '23' }],
5556
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
5497
5557
  ],
5498
5558
  ];
5499
5559
 
@@ -5724,9 +5784,9 @@
5724
5784
  ['line', { x1: '12', y1: '8', x2: '12', y2: '3' }],
5725
5785
  ['line', { x1: '20', y1: '21', x2: '20', y2: '16' }],
5726
5786
  ['line', { x1: '20', y1: '12', x2: '20', y2: '3' }],
5727
- ['line', { x1: '1', y1: '14', x2: '7', y2: '14' }],
5728
- ['line', { x1: '9', y1: '8', x2: '15', y2: '8' }],
5729
- ['line', { x1: '17', y1: '16', x2: '23', y2: '16' }],
5787
+ ['line', { x1: '2', y1: '14', x2: '6', y2: '14' }],
5788
+ ['line', { x1: '10', y1: '8', x2: '14', y2: '8' }],
5789
+ ['line', { x1: '18', y1: '16', x2: '22', y2: '16' }],
5730
5790
  ],
5731
5791
  ];
5732
5792
 
@@ -6278,8 +6338,8 @@
6278
6338
  'svg',
6279
6339
  defaultAttributes,
6280
6340
  [
6281
- ['polyline', { points: '23 18 13.5 8.5 8.5 13.5 1 6' }],
6282
- ['polyline', { points: '17 18 23 18 23 12' }],
6341
+ ['polyline', { points: '22 17 13.5 8.5 8.5 13.5 2 7' }],
6342
+ ['polyline', { points: '16 17 22 17 22 11' }],
6283
6343
  ],
6284
6344
  ];
6285
6345
 
@@ -6287,8 +6347,8 @@
6287
6347
  'svg',
6288
6348
  defaultAttributes,
6289
6349
  [
6290
- ['polyline', { points: '23 6 13.5 15.5 8.5 10.5 1 18' }],
6291
- ['polyline', { points: '17 6 23 6 23 12' }],
6350
+ ['polyline', { points: '22 7 13.5 15.5 8.5 10.5 2 17' }],
6351
+ ['polyline', { points: '16 7 22 7 22 13' }],
6292
6352
  ],
6293
6353
  ];
6294
6354
 
@@ -6349,7 +6409,7 @@
6349
6409
  [
6350
6410
  'path',
6351
6411
  {
6352
- d: 'M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5 0-.28-.03-.56-.08-.83A7.72 7.72 0 0 0 23 3z',
6412
+ d: 'M22 4c0 0-0.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6c2.2 0.1 4.4-0.6 6-2C3 15.5 0.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4 c-0.9-4.2 4-6.6 7-3.8C20.1 5.2 22 4 22 4z',
6353
6413
  },
6354
6414
  ],
6355
6415
  ],
@@ -6538,13 +6598,12 @@
6538
6598
  'svg',
6539
6599
  defaultAttributes,
6540
6600
  [
6601
+ ['path', { d: 'M10.66 6H14a2 2 0 0 1 2 2v2.34l1 1L22 8v8' }],
6541
6602
  [
6542
6603
  'path',
6543
- {
6544
- d: 'M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10',
6545
- },
6604
+ { d: 'M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l10 10Z' },
6546
6605
  ],
6547
- ['line', { x1: '1', y1: '1', x2: '23', y2: '23' }],
6606
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
6548
6607
  ],
6549
6608
  ];
6550
6609
 
@@ -6552,8 +6611,8 @@
6552
6611
  'svg',
6553
6612
  defaultAttributes,
6554
6613
  [
6555
- ['polygon', { points: '23 7 16 12 23 17 23 7' }],
6556
- ['rect', { x: '1', y: '5', width: '15', height: '14', rx: '2', ry: '2' }],
6614
+ ['path', { d: 'M22 8L16 12L22 16V8Z' }],
6615
+ ['rect', { x: '2', y: '6', width: '14', height: '12', rx: '2', ry: '2' }],
6557
6616
  ],
6558
6617
  ];
6559
6618
 
@@ -6566,12 +6625,8 @@
6566
6625
  { d: 'M5 12s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z' },
6567
6626
  ],
6568
6627
  ['path', { d: 'M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' }],
6569
- [
6570
- 'path',
6571
- {
6572
- d: 'M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3m18 8v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3',
6573
- },
6574
- ],
6628
+ ['path', { d: 'M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V17' }],
6629
+ ['path', { d: 'M21 7V5a2 2 0 0 0-2-2H5A2 2 0 0 0 3 5V7' }],
6575
6630
  ],
6576
6631
  ];
6577
6632
 
@@ -6579,9 +6634,9 @@
6579
6634
  'svg',
6580
6635
  defaultAttributes,
6581
6636
  [
6582
- ['circle', { cx: '5.5', cy: '11.5', r: '4.5' }],
6583
- ['circle', { cx: '18.5', cy: '11.5', r: '4.5' }],
6584
- ['line', { x1: '5.5', y1: '16', x2: '18.5', y2: '16' }],
6637
+ ['circle', { cx: '6', cy: '12', r: '4' }],
6638
+ ['circle', { cx: '18', cy: '12', r: '4' }],
6639
+ ['line', { x1: '6', y1: '16', x2: '18', y2: '16' }],
6585
6640
  ],
6586
6641
  ];
6587
6642
 
@@ -6802,10 +6857,10 @@
6802
6857
  [
6803
6858
  'path',
6804
6859
  {
6805
- d: 'M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z',
6860
+ d: 'M12 19c-2.3 0-6.4-0.2-8.1-0.6c-0.7-0.2-1.2-0.7-1.4-1.4C2.2 15.9 2 13.6 2 12c0-1.6 0.2-3.9 0.5-5 c0.2-0.7 0.7-1.2 1.4-1.4C5.6 5.2 9.7 5 12 5c2.3 0 6.4 0.2 8.1 0.6c0.7 0.2 1.2 0.7 1.4 1.4c0.3 1.1 0.5 3.4 0.5 5 c0 1.6-0.2 3.9-0.5 5c-0.2 0.7-0.7 1.2-1.4 1.4C18.4 18.8 14.3 19 12 19C12 19 12 19 12 19z',
6806
6861
  },
6807
6862
  ],
6808
- ['polygon', { points: '9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02' }],
6863
+ ['polygon', { points: '10 15 15 12 10 9' }],
6809
6864
  ],
6810
6865
  ];
6811
6866
 
@@ -6816,7 +6871,7 @@
6816
6871
  ['polyline', { points: '12.41 6.75 13 2 10.57 4.92' }],
6817
6872
  ['polyline', { points: '18.57 12.91 21 10 15.66 10' }],
6818
6873
  ['polyline', { points: '8 8 3 14 12 14 11 22 16 16' }],
6819
- ['line', { x1: '1', y1: '1', x2: '23', y2: '23' }],
6874
+ ['line', { x1: '2', y1: '2', x2: '22', y2: '22' }],
6820
6875
  ],
6821
6876
  ];
6822
6877
 
@@ -6969,7 +7024,9 @@
6969
7024
  exports.ChevronsDown = ChevronsDown;
6970
7025
  exports.ChevronsDownUp = ChevronsDownUp;
6971
7026
  exports.ChevronsLeft = ChevronsLeft;
7027
+ exports.ChevronsLeftRight = ChevronsLeftRight;
6972
7028
  exports.ChevronsRight = ChevronsRight;
7029
+ exports.ChevronsRightLeft = ChevronsRightLeft;
6973
7030
  exports.ChevronsUp = ChevronsUp;
6974
7031
  exports.ChevronsUpDown = ChevronsUpDown;
6975
7032
  exports.Chrome = Chrome;
@@ -7140,11 +7197,13 @@
7140
7197
  exports.Haze = Haze;
7141
7198
  exports.Headphones = Headphones;
7142
7199
  exports.Heart = Heart;
7200
+ exports.HeartOff = HeartOff;
7143
7201
  exports.HelpCircle = HelpCircle;
7144
7202
  exports.Hexagon = Hexagon;
7145
7203
  exports.Highlighter = Highlighter;
7146
7204
  exports.History = History;
7147
7205
  exports.Home = Home;
7206
+ exports.Hourglass = Hourglass;
7148
7207
  exports.Image = Image;
7149
7208
  exports.ImageMinus = ImageMinus;
7150
7209
  exports.ImageOff = ImageOff;