lucide-angular 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.
@@ -4932,6 +4932,27 @@
4932
4932
  ],
4933
4933
  ];
4934
4934
 
4935
+ var Rocket = [
4936
+ 'svg',
4937
+ defaultAttributes,
4938
+ [
4939
+ [
4940
+ 'path',
4941
+ {
4942
+ 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',
4943
+ },
4944
+ ],
4945
+ [
4946
+ 'path',
4947
+ {
4948
+ 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',
4949
+ },
4950
+ ],
4951
+ ['path', { d: 'M9 12H4s.55-3.03 2-4c1.62-1.08 5 0 5 0' }],
4952
+ ['path', { d: 'M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5' }],
4953
+ ],
4954
+ ];
4955
+
4935
4956
  var RockingChair = [
4936
4957
  'svg',
4937
4958
  defaultAttributes,
@@ -7029,6 +7050,7 @@
7029
7050
  ReplyAll: ReplyAll,
7030
7051
  Reply: Reply,
7031
7052
  Rewind: Rewind,
7053
+ Rocket: Rocket,
7032
7054
  RockingChair: RockingChair,
7033
7055
  RotateCcw: RotateCcw,
7034
7056
  RotateCw: RotateCw,
@@ -8046,6 +8068,7 @@
8046
8068
  exports.Reply = Reply;
8047
8069
  exports.ReplyAll = ReplyAll;
8048
8070
  exports.Rewind = Rewind;
8071
+ exports.Rocket = Rocket;
8049
8072
  exports.RockingChair = RockingChair;
8050
8073
  exports.RotateCcw = RotateCcw;
8051
8074
  exports.RotateCw = RotateCw;