lucide 0.41.0 → 0.42.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.41.0 - ISC
2
+ * lucide v0.42.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -2963,6 +2963,17 @@ var Facebook = ['svg', defaultAttributes, [['path', {
2963
2963
  }]]];
2964
2964
  var Facebook$1 = Facebook;
2965
2965
 
2966
+ var Factory = ['svg', defaultAttributes, [['path', {
2967
+ d: 'M2 20a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8l-7 5V8l-7 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z'
2968
+ }], ['path', {
2969
+ d: 'M17 18h1'
2970
+ }], ['path', {
2971
+ d: 'M12 18h1'
2972
+ }], ['path', {
2973
+ d: 'M7 18h1'
2974
+ }]]];
2975
+ var Factory$1 = Factory;
2976
+
2966
2977
  var FastForward = ['svg', defaultAttributes, [['polygon', {
2967
2978
  points: '13 19 22 12 13 5 13 19'
2968
2979
  }], ['polygon', {
@@ -8237,6 +8248,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
8237
8248
  EyeOff: EyeOff$1,
8238
8249
  Eye: Eye$1,
8239
8250
  Facebook: Facebook$1,
8251
+ Factory: Factory$1,
8240
8252
  FastForward: FastForward$1,
8241
8253
  Feather: Feather$1,
8242
8254
  Figma: Figma$1,
@@ -8872,6 +8884,7 @@ exports.ExternalLink = ExternalLink$1;
8872
8884
  exports.Eye = Eye$1;
8873
8885
  exports.EyeOff = EyeOff$1;
8874
8886
  exports.Facebook = Facebook$1;
8887
+ exports.Factory = Factory$1;
8875
8888
  exports.FastForward = FastForward$1;
8876
8889
  exports.Feather = Feather$1;
8877
8890
  exports.Figma = Figma$1;