lucide-angular 0.30.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 (55) hide show
  1. package/bundles/lucide-angular-src-icons.umd.js +87 -28
  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 +91 -28
  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/video-off.js +4 -5
  21. package/esm2015/icons/video.js +3 -3
  22. package/esm2015/icons/view.js +3 -7
  23. package/esm2015/icons/zap-off.js +2 -2
  24. package/esm2015/src/icons/award.js +3 -3
  25. package/esm2015/src/icons/chevrons-left-right.js +8 -0
  26. package/esm2015/src/icons/chevrons-right-left.js +8 -0
  27. package/esm2015/src/icons/coffee.js +6 -6
  28. package/esm2015/src/icons/coins.js +5 -5
  29. package/esm2015/src/icons/eye-off.js +10 -3
  30. package/esm2015/src/icons/eye.js +2 -2
  31. package/esm2015/src/icons/heart-off.js +22 -0
  32. package/esm2015/src/icons/hourglass.js +23 -0
  33. package/esm2015/src/icons/index.js +5 -1
  34. package/esm2015/src/icons/shield-off.js +2 -2
  35. package/esm2015/src/icons/video-off.js +4 -5
  36. package/esm2015/src/icons/video.js +3 -3
  37. package/esm2015/src/icons/view.js +3 -7
  38. package/esm2015/src/icons/zap-off.js +2 -2
  39. package/fesm2015/lucide-angular-src-icons.js +84 -29
  40. package/fesm2015/lucide-angular-src-icons.js.map +1 -1
  41. package/fesm2015/lucide-angular.js +88 -29
  42. package/fesm2015/lucide-angular.js.map +1 -1
  43. package/icons/chevrons-left-right.d.ts +3 -0
  44. package/icons/chevrons-right-left.d.ts +3 -0
  45. package/icons/heart-off.d.ts +3 -0
  46. package/icons/hourglass.d.ts +3 -0
  47. package/icons/index.d.ts +4 -0
  48. package/lucide-angular.metadata.json +1 -1
  49. package/package.json +1 -1
  50. package/src/icons/chevrons-left-right.d.ts +3 -0
  51. package/src/icons/chevrons-right-left.d.ts +3 -0
  52. package/src/icons/heart-off.d.ts +3 -0
  53. package/src/icons/hourglass.d.ts +3 -0
  54. package/src/icons/index.d.ts +4 -0
  55. 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
 
@@ -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
 
@@ -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
 
@@ -6966,7 +7021,9 @@
6966
7021
  ChevronUp: ChevronUp,
6967
7022
  ChevronsDownUp: ChevronsDownUp,
6968
7023
  ChevronsDown: ChevronsDown,
7024
+ ChevronsLeftRight: ChevronsLeftRight,
6969
7025
  ChevronsLeft: ChevronsLeft,
7026
+ ChevronsRightLeft: ChevronsRightLeft,
6970
7027
  ChevronsRight: ChevronsRight,
6971
7028
  ChevronsUpDown: ChevronsUpDown,
6972
7029
  ChevronsUp: ChevronsUp,
@@ -7137,12 +7194,14 @@
7137
7194
  Hash: Hash,
7138
7195
  Haze: Haze,
7139
7196
  Headphones: Headphones,
7197
+ HeartOff: HeartOff,
7140
7198
  Heart: Heart,
7141
7199
  HelpCircle: HelpCircle,
7142
7200
  Hexagon: Hexagon,
7143
7201
  Highlighter: Highlighter,
7144
7202
  History: History,
7145
7203
  Home: Home,
7204
+ Hourglass: Hourglass,
7146
7205
  ImageMinus: ImageMinus,
7147
7206
  ImageOff: ImageOff,
7148
7207
  ImagePlus: ImagePlus,
@@ -7995,7 +8054,9 @@
7995
8054
  exports.ChevronsDown = ChevronsDown;
7996
8055
  exports.ChevronsDownUp = ChevronsDownUp;
7997
8056
  exports.ChevronsLeft = ChevronsLeft;
8057
+ exports.ChevronsLeftRight = ChevronsLeftRight;
7998
8058
  exports.ChevronsRight = ChevronsRight;
8059
+ exports.ChevronsRightLeft = ChevronsRightLeft;
7999
8060
  exports.ChevronsUp = ChevronsUp;
8000
8061
  exports.ChevronsUpDown = ChevronsUpDown;
8001
8062
  exports.Chrome = Chrome;
@@ -8166,11 +8227,13 @@
8166
8227
  exports.Haze = Haze;
8167
8228
  exports.Headphones = Headphones;
8168
8229
  exports.Heart = Heart;
8230
+ exports.HeartOff = HeartOff;
8169
8231
  exports.HelpCircle = HelpCircle;
8170
8232
  exports.Hexagon = Hexagon;
8171
8233
  exports.Highlighter = Highlighter;
8172
8234
  exports.History = History;
8173
8235
  exports.Home = Home;
8236
+ exports.Hourglass = Hourglass;
8174
8237
  exports.Image = Image;
8175
8238
  exports.ImageMinus = ImageMinus;
8176
8239
  exports.ImageOff = ImageOff;