lucide-angular 0.148.0 → 0.149.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.
@@ -7793,14 +7793,7 @@ const Menu = [
7793
7793
  const MessageCircle = [
7794
7794
  'svg',
7795
7795
  defaultAttributes,
7796
- [
7797
- [
7798
- 'path',
7799
- {
7800
- d: 'M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z',
7801
- },
7802
- ],
7803
- ],
7796
+ [['path', { d: 'm3 21 1.9-5.7a8.5 8.5 0 1 1 3.8 3.8z' }]],
7804
7797
  ];
7805
7798
 
7806
7799
  const MessageSquare = [
@@ -9462,20 +9455,15 @@ const ReplaceAll = [
9462
9455
  'svg',
9463
9456
  defaultAttributes,
9464
9457
  [
9465
- ['path', { d: 'M6,10V5c0-1.7,1.3-3,3-3h1' }],
9466
- ['polyline', { points: '3,7 6,10 9,7' }],
9467
- ['path', { d: 'M22,8c0,1.1-0.9,2-2,2' }],
9468
- ['path', { d: 'M20,2c1.1,0,2,0.9,2,2' }],
9469
- ['path', { d: 'M14,4c0-1.1,0.9-2,2-2' }],
9470
- ['path', { d: 'M16,10c-1.1,0-2-0.9-2-2' }],
9471
- [
9472
- 'path',
9473
- {
9474
- d: 'M8,22H4c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h4c1.1,0,2,0.9,2,2v4C10,21.1,9.1,22,8,22z',
9475
- },
9476
- ],
9477
- ['path', { d: 'M14,14c1.1,0,2,0.9,2,2v4c0,1.1-0.9,2-2,2' }],
9478
- ['path', { d: 'M20,14c1.1,0,2,0.9,2,2v4c0,1.1-0.9,2-2,2' }],
9458
+ ['rect', { x: '2', y: '14', width: '8', height: '8', rx: '2' }],
9459
+ ['path', { d: 'm3 7 3 3 3-3' }],
9460
+ ['path', { d: 'M6 10V5a2.95 2.95 0 0 1 3-3h1' }],
9461
+ ['path', { d: 'M22 8a2 2 0 0 1-2 2' }],
9462
+ ['path', { d: 'M20 2a2 2 0 0 1 2 2' }],
9463
+ ['path', { d: 'M14 4a2 2 0 0 1 2-2' }],
9464
+ ['path', { d: 'M16 10a2 2 0 0 1-2-2' }],
9465
+ ['path', { d: 'M14 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2' }],
9466
+ ['path', { d: 'M20 14a2 2 0 0 1 2 2v4a2 2 0 0 1-2 2' }],
9479
9467
  ],
9480
9468
  ];
9481
9469
 
@@ -9483,18 +9471,13 @@ const Replace = [
9483
9471
  'svg',
9484
9472
  defaultAttributes,
9485
9473
  [
9486
- ['path', { d: 'M6,10V5c0-1.7,1.3-3,3-3h1' }],
9487
- ['polyline', { points: '3,7 6,10 9,7' }],
9488
- ['path', { d: 'M22,8c0,1.1-0.9,2-2,2' }],
9489
- ['path', { d: 'M20,2c1.1,0,2,0.9,2,2' }],
9490
- ['path', { d: 'M14,4c0-1.1,0.9-2,2-2' }],
9491
- ['path', { d: 'M16,10c-1.1,0-2-0.9-2-2' }],
9492
- [
9493
- 'path',
9494
- {
9495
- d: 'M8,22H4c-1.1,0-2-0.9-2-2v-4c0-1.1,0.9-2,2-2h4c1.1,0,2,0.9,2,2v4C10,21.1,9.1,22,8,22z',
9496
- },
9497
- ],
9474
+ ['rect', { x: '2', y: '14', width: '8', height: '8', rx: '2' }],
9475
+ ['path', { d: 'm3 7 3 3 3-3' }],
9476
+ ['path', { d: 'M6 10V5a2.95 2.95 0 0 1 3-3h1' }],
9477
+ ['path', { d: 'M22 8a2 2 0 0 1-2 2' }],
9478
+ ['path', { d: 'M20 2a2 2 0 0 1 2 2' }],
9479
+ ['path', { d: 'M14 4a2 2 0 0 1 2-2' }],
9480
+ ['path', { d: 'M16 10a2 2 0 0 1-2-2' }],
9498
9481
  ],
9499
9482
  ];
9500
9483