lucide-react 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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide-react v0.70.0 - ISC
2
+ * lucide-react v0.71.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -12402,6 +12402,22 @@ var Tornado = createReactComponent('Tornado', [['path', {
12402
12402
  }]]);
12403
12403
  var Tornado$1 = Tornado;
12404
12404
 
12405
+ var ToyBrick = createReactComponent('ToyBrick', [['rect', {
12406
+ x: '3',
12407
+ y: '8',
12408
+ width: '18',
12409
+ height: '12',
12410
+ rx: '1',
12411
+ key: '1yob91'
12412
+ }], ['path', {
12413
+ d: 'M10 8V5c0-.6-.4-1-1-1H6a1 1 0 0 0-1 1v3',
12414
+ key: 's0042v'
12415
+ }], ['path', {
12416
+ d: 'M19 8V5c0-.6-.4-1-1-1h-3a1 1 0 0 0-1 1v3',
12417
+ key: '9wmeh2'
12418
+ }]]);
12419
+ var ToyBrick$1 = ToyBrick;
12420
+
12405
12421
  var Train = createReactComponent('Train', [['rect', {
12406
12422
  x: '4',
12407
12423
  y: '3',
@@ -14138,6 +14154,7 @@ exports.TimerReset = TimerReset$1;
14138
14154
  exports.ToggleLeft = ToggleLeft$1;
14139
14155
  exports.ToggleRight = ToggleRight$1;
14140
14156
  exports.Tornado = Tornado$1;
14157
+ exports.ToyBrick = ToyBrick$1;
14141
14158
  exports.Train = Train$1;
14142
14159
  exports.Trash = Trash$1;
14143
14160
  exports.Trash2 = Trash2$1;