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,
@@ -7031,6 +7052,7 @@
7031
7052
  exports.Reply = Reply;
7032
7053
  exports.ReplyAll = ReplyAll;
7033
7054
  exports.Rewind = Rewind;
7055
+ exports.Rocket = Rocket;
7034
7056
  exports.RockingChair = RockingChair;
7035
7057
  exports.RotateCcw = RotateCcw;
7036
7058
  exports.RotateCw = RotateCw;