lucide 0.88.0 → 0.89.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.88.0 - ISC
2
+ * lucide v0.89.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -8278,6 +8278,19 @@ var Play = ['svg', defaultAttributes, [['polygon', {
8278
8278
  }]]];
8279
8279
  var Play$1 = Play;
8280
8280
 
8281
+ var Plug2 = ['svg', defaultAttributes, [['path', {
8282
+ d: 'M9 2v6'
8283
+ }], ['path', {
8284
+ d: 'M15 2v6'
8285
+ }], ['path', {
8286
+ d: 'M12 17v5'
8287
+ }], ['path', {
8288
+ d: 'M5 8h14'
8289
+ }], ['path', {
8290
+ d: 'M6 11V8h12v3a6 6 0 1 1-12 0v0Z'
8291
+ }]]];
8292
+ var Plug2$1 = Plug2;
8293
+
8281
8294
  var PlugZap = ['svg', defaultAttributes, [['path', {
8282
8295
  d: 'm13 2-2 2.5h3L12 7'
8283
8296
  }], ['path', {
@@ -8293,6 +8306,17 @@ var PlugZap = ['svg', defaultAttributes, [['path', {
8293
8306
  }]]];
8294
8307
  var PlugZap$1 = PlugZap;
8295
8308
 
8309
+ var Plug = ['svg', defaultAttributes, [['path', {
8310
+ d: 'M12 22v-5'
8311
+ }], ['path', {
8312
+ d: 'M9 7V2'
8313
+ }], ['path', {
8314
+ d: 'M15 7V2'
8315
+ }], ['path', {
8316
+ d: 'M6 13V8h12v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4Z'
8317
+ }]]];
8318
+ var Plug$1 = Plug;
8319
+
8296
8320
  var PlusCircle = ['svg', defaultAttributes, [['circle', {
8297
8321
  cx: '12',
8298
8322
  cy: '12',
@@ -11884,7 +11908,9 @@ var allIcons = /*#__PURE__*/Object.freeze({
11884
11908
  Plane: Plane$1,
11885
11909
  PlayCircle: PlayCircle$1,
11886
11910
  Play: Play$1,
11911
+ Plug2: Plug2$1,
11887
11912
  PlugZap: PlugZap$1,
11913
+ Plug: Plug$1,
11888
11914
  PlusCircle: PlusCircle$1,
11889
11915
  PlusSquare: PlusSquare$1,
11890
11916
  Plus: Plus$1,
@@ -12749,6 +12775,8 @@ exports.Pizza = Pizza$1;
12749
12775
  exports.Plane = Plane$1;
12750
12776
  exports.Play = Play$1;
12751
12777
  exports.PlayCircle = PlayCircle$1;
12778
+ exports.Plug = Plug$1;
12779
+ exports.Plug2 = Plug2$1;
12752
12780
  exports.PlugZap = PlugZap$1;
12753
12781
  exports.Plus = Plus$1;
12754
12782
  exports.PlusCircle = PlusCircle$1;