lucide 0.17.13 → 0.17.14

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 v0.17.13 - ISC
2
+ * lucide v0.17.14 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -5664,6 +5664,17 @@ var Rewind = ['svg', defaultAttributes, [['polygon', {
5664
5664
  }]]];
5665
5665
  var Rewind$1 = Rewind;
5666
5666
 
5667
+ var Rocket = ['svg', defaultAttributes, [['path', {
5668
+ d: 'M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 00-2.91-.09z'
5669
+ }], ['path', {
5670
+ d: 'M12 15l-3-3a22 22 0 012-3.95A12.88 12.88 0 0122 2c0 2.72-.78 7.5-6 11a22.35 22.35 0 01-4 2z'
5671
+ }], ['path', {
5672
+ d: 'M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0'
5673
+ }], ['path', {
5674
+ d: 'M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5'
5675
+ }]]];
5676
+ var Rocket$1 = Rocket;
5677
+
5667
5678
  var RockingChair = ['svg', defaultAttributes, [['polyline', {
5668
5679
  points: '3.5 2 6.5 12.5 18 12.5'
5669
5680
  }], ['line', {
@@ -8027,6 +8038,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
8027
8038
  ReplyAll: ReplyAll$1,
8028
8039
  Reply: Reply$1,
8029
8040
  Rewind: Rewind$1,
8041
+ Rocket: Rocket$1,
8030
8042
  RockingChair: RockingChair$1,
8031
8043
  RotateCcw: RotateCcw$1,
8032
8044
  RotateCw: RotateCw$1,
@@ -8637,6 +8649,7 @@ exports.Repeat1 = Repeat1$1;
8637
8649
  exports.Reply = Reply$1;
8638
8650
  exports.ReplyAll = ReplyAll$1;
8639
8651
  exports.Rewind = Rewind$1;
8652
+ exports.Rocket = Rocket$1;
8640
8653
  exports.RockingChair = RockingChair$1;
8641
8654
  exports.RotateCcw = RotateCcw$1;
8642
8655
  exports.RotateCw = RotateCw$1;