lucide 0.87.0 → 0.88.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 v0.87.0 - ISC
2
+ * lucide v0.88.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -8725,6 +8725,15 @@ var RussianRuble = ['svg', defaultAttributes, [['path', {
8725
8725
  }]]];
8726
8726
  var RussianRuble$1 = RussianRuble;
8727
8727
 
8728
+ var Sailboat = ['svg', defaultAttributes, [['path', {
8729
+ d: 'M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z'
8730
+ }], ['path', {
8731
+ d: 'M21 14 10 2 3 14h18Z'
8732
+ }], ['path', {
8733
+ d: 'M10 2v16'
8734
+ }]]];
8735
+ var Sailboat$1 = Sailboat;
8736
+
8728
8737
  var Save = ['svg', defaultAttributes, [['path', {
8729
8738
  d: 'M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z'
8730
8739
  }], ['polyline', {
@@ -11913,6 +11922,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11913
11922
  Rss: Rss$1,
11914
11923
  Ruler: Ruler$1,
11915
11924
  RussianRuble: RussianRuble$1,
11925
+ Sailboat: Sailboat$1,
11916
11926
  Save: Save$1,
11917
11927
  Scale3d: Scale3d$1,
11918
11928
  Scale: Scale$1,
@@ -12777,6 +12787,7 @@ exports.RotateCw = RotateCw$1;
12777
12787
  exports.Rss = Rss$1;
12778
12788
  exports.Ruler = Ruler$1;
12779
12789
  exports.RussianRuble = RussianRuble$1;
12790
+ exports.Sailboat = Sailboat$1;
12780
12791
  exports.Save = Save$1;
12781
12792
  exports.Scale = Scale$1;
12782
12793
  exports.Scale3d = Scale3d$1;