lucide-angular 0.70.0 → 0.71.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.
@@ -8884,6 +8884,16 @@
8884
8884
  ],
8885
8885
  ];
8886
8886
 
8887
+ var ToyBrick = [
8888
+ 'svg',
8889
+ defaultAttributes,
8890
+ [
8891
+ ['rect', { x: '3', y: '8', width: '18', height: '12', rx: '1' }],
8892
+ ['path', { d: 'M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3' }],
8893
+ ['path', { d: 'M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3' }],
8894
+ ],
8895
+ ];
8896
+
8887
8897
  var Train = [
8888
8898
  'svg',
8889
8899
  defaultAttributes,
@@ -10374,6 +10384,7 @@
10374
10384
  ToggleLeft: ToggleLeft,
10375
10385
  ToggleRight: ToggleRight,
10376
10386
  Tornado: Tornado,
10387
+ ToyBrick: ToyBrick,
10377
10388
  Train: Train,
10378
10389
  Trash2: Trash2,
10379
10390
  Trash: Trash,
@@ -11590,6 +11601,7 @@
11590
11601
  exports.ToggleLeft = ToggleLeft;
11591
11602
  exports.ToggleRight = ToggleRight;
11592
11603
  exports.Tornado = Tornado;
11604
+ exports.ToyBrick = ToyBrick;
11593
11605
  exports.Train = Train;
11594
11606
  exports.Trash = Trash;
11595
11607
  exports.Trash2 = Trash2;