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,
@@ -10376,6 +10386,7 @@
10376
10386
  exports.ToggleLeft = ToggleLeft;
10377
10387
  exports.ToggleRight = ToggleRight;
10378
10388
  exports.Tornado = Tornado;
10389
+ exports.ToyBrick = ToyBrick;
10379
10390
  exports.Train = Train;
10380
10391
  exports.Trash = Trash;
10381
10392
  exports.Trash2 = Trash2;