lucide 0.93.0 → 0.94.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.93.0 - ISC
2
+ * lucide v0.94.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -9851,6 +9851,15 @@ var Speaker = ['svg', defaultAttributes, [['rect', {
9851
9851
  }]]];
9852
9852
  var Speaker$1 = Speaker;
9853
9853
 
9854
+ var Spline = ['svg', defaultAttributes, [['path', {
9855
+ d: 'M21 6V4c0-.6-.4-1-1-1h-2a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1Z'
9856
+ }], ['path', {
9857
+ d: 'M7 20v-2c0-.6-.4-1-1-1H4a1 1 0 0 0-1 1v2c0 .6.4 1 1 1h2c.6 0 1-.4 1-1Z'
9858
+ }], ['path', {
9859
+ d: 'M5 17A12 12 0 0 1 17 5'
9860
+ }]]];
9861
+ var Spline$1 = Spline;
9862
+
9854
9863
  var Sprout = ['svg', defaultAttributes, [['path', {
9855
9864
  d: 'M7 20h10'
9856
9865
  }], ['path', {
@@ -12138,6 +12147,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
12138
12147
  SortAsc: SortAsc$1,
12139
12148
  SortDesc: SortDesc$1,
12140
12149
  Speaker: Speaker$1,
12150
+ Spline: Spline$1,
12141
12151
  Sprout: Sprout$1,
12142
12152
  Square: Square$1,
12143
12153
  StarHalf: StarHalf$1,
@@ -13015,6 +13025,7 @@ exports.Sofa = Sofa$1;
13015
13025
  exports.SortAsc = SortAsc$1;
13016
13026
  exports.SortDesc = SortDesc$1;
13017
13027
  exports.Speaker = Speaker$1;
13028
+ exports.Spline = Spline$1;
13018
13029
  exports.Sprout = Sprout$1;
13019
13030
  exports.Square = Square$1;
13020
13031
  exports.Star = Star$1;