lucide-react 0.54.0 → 0.55.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-react v0.54.0 - ISC
2
+ * lucide-react v0.55.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -2787,6 +2787,51 @@ var Chrome = createReactComponent('Chrome', [['circle', {
2787
2787
  }]]);
2788
2788
  var Chrome$1 = Chrome;
2789
2789
 
2790
+ var CigaretteOff = createReactComponent('CigaretteOff', [['line', {
2791
+ x1: '2',
2792
+ y1: '2',
2793
+ x2: '22',
2794
+ y2: '22',
2795
+ key: '1w4vcy'
2796
+ }], ['path', {
2797
+ d: 'M12 12H2v4h14',
2798
+ key: '91gsaq'
2799
+ }], ['path', {
2800
+ d: 'M22 12v4',
2801
+ key: '142cbu'
2802
+ }], ['path', {
2803
+ d: 'M18 12h-.5',
2804
+ key: '12ymji'
2805
+ }], ['path', {
2806
+ d: 'M7 12v4',
2807
+ key: 'jqww69'
2808
+ }], ['path', {
2809
+ d: 'M18 8c0-2.5-2-2.5-2-5',
2810
+ key: '1il607'
2811
+ }], ['path', {
2812
+ d: 'M22 8c0-2.5-2-2.5-2-5',
2813
+ key: '1gah44'
2814
+ }]]);
2815
+ var CigaretteOff$1 = CigaretteOff;
2816
+
2817
+ var Cigarette = createReactComponent('Cigarette', [['path', {
2818
+ d: 'M18 12H2v4h16',
2819
+ key: '2rt1hm'
2820
+ }], ['path', {
2821
+ d: 'M22 12v4',
2822
+ key: '142cbu'
2823
+ }], ['path', {
2824
+ d: 'M7 12v4',
2825
+ key: 'jqww69'
2826
+ }], ['path', {
2827
+ d: 'M18 8c0-2.5-2-2.5-2-5',
2828
+ key: '1il607'
2829
+ }], ['path', {
2830
+ d: 'M22 8c0-2.5-2-2.5-2-5',
2831
+ key: '1gah44'
2832
+ }]]);
2833
+ var Cigarette$1 = Cigarette;
2834
+
2790
2835
  var CircleSlashed = createReactComponent('CircleSlashed', [['circle', {
2791
2836
  cx: '12',
2792
2837
  cy: '12',
@@ -11148,6 +11193,8 @@ exports.ChevronsRightLeft = ChevronsRightLeft$1;
11148
11193
  exports.ChevronsUp = ChevronsUp$1;
11149
11194
  exports.ChevronsUpDown = ChevronsUpDown$1;
11150
11195
  exports.Chrome = Chrome$1;
11196
+ exports.Cigarette = Cigarette$1;
11197
+ exports.CigaretteOff = CigaretteOff$1;
11151
11198
  exports.Circle = Circle$1;
11152
11199
  exports.CircleSlashed = CircleSlashed$1;
11153
11200
  exports.Clapperboard = Clapperboard$1;