lucide 0.88.0 → 0.90.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.90.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -1634,6 +1634,15 @@ var Bone = ['svg', defaultAttributes, [['path', {
1634
1634
  }]]];
1635
1635
  var Bone$1 = Bone;
1636
1636
 
1637
+ var BookOpenCheck = ['svg', defaultAttributes, [['path', {
1638
+ d: 'M8 3H2v15h7c1.7 0 3 1.3 3 3V7c0-2.2-1.8-4-4-4Z'
1639
+ }], ['path', {
1640
+ d: 'm16 12 2 2 4-4'
1641
+ }], ['path', {
1642
+ d: 'M22 6V3h-6c-2.2 0-4 1.8-4 4v14c0-1.7 1.3-3 3-3h7v-2.3'
1643
+ }]]];
1644
+ var BookOpenCheck$1 = BookOpenCheck;
1645
+
1637
1646
  var BookOpen = ['svg', defaultAttributes, [['path', {
1638
1647
  d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'
1639
1648
  }], ['path', {
@@ -8278,6 +8287,19 @@ var Play = ['svg', defaultAttributes, [['polygon', {
8278
8287
  }]]];
8279
8288
  var Play$1 = Play;
8280
8289
 
8290
+ var Plug2 = ['svg', defaultAttributes, [['path', {
8291
+ d: 'M9 2v6'
8292
+ }], ['path', {
8293
+ d: 'M15 2v6'
8294
+ }], ['path', {
8295
+ d: 'M12 17v5'
8296
+ }], ['path', {
8297
+ d: 'M5 8h14'
8298
+ }], ['path', {
8299
+ d: 'M6 11V8h12v3a6 6 0 1 1-12 0v0Z'
8300
+ }]]];
8301
+ var Plug2$1 = Plug2;
8302
+
8281
8303
  var PlugZap = ['svg', defaultAttributes, [['path', {
8282
8304
  d: 'm13 2-2 2.5h3L12 7'
8283
8305
  }], ['path', {
@@ -8293,6 +8315,17 @@ var PlugZap = ['svg', defaultAttributes, [['path', {
8293
8315
  }]]];
8294
8316
  var PlugZap$1 = PlugZap;
8295
8317
 
8318
+ var Plug = ['svg', defaultAttributes, [['path', {
8319
+ d: 'M12 22v-5'
8320
+ }], ['path', {
8321
+ d: 'M9 7V2'
8322
+ }], ['path', {
8323
+ d: 'M15 7V2'
8324
+ }], ['path', {
8325
+ d: 'M6 13V8h12v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4Z'
8326
+ }]]];
8327
+ var Plug$1 = Plug;
8328
+
8296
8329
  var PlusCircle = ['svg', defaultAttributes, [['circle', {
8297
8330
  cx: '12',
8298
8331
  cy: '12',
@@ -11383,6 +11416,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11383
11416
  Bold: Bold$1,
11384
11417
  Bomb: Bomb$1,
11385
11418
  Bone: Bone$1,
11419
+ BookOpenCheck: BookOpenCheck$1,
11386
11420
  BookOpen: BookOpen$1,
11387
11421
  Book: Book$1,
11388
11422
  BookmarkMinus: BookmarkMinus$1,
@@ -11884,7 +11918,9 @@ var allIcons = /*#__PURE__*/Object.freeze({
11884
11918
  Plane: Plane$1,
11885
11919
  PlayCircle: PlayCircle$1,
11886
11920
  Play: Play$1,
11921
+ Plug2: Plug2$1,
11887
11922
  PlugZap: PlugZap$1,
11923
+ Plug: Plug$1,
11888
11924
  PlusCircle: PlusCircle$1,
11889
11925
  PlusSquare: PlusSquare$1,
11890
11926
  Plus: Plus$1,
@@ -12250,6 +12286,7 @@ exports.Bomb = Bomb$1;
12250
12286
  exports.Bone = Bone$1;
12251
12287
  exports.Book = Book$1;
12252
12288
  exports.BookOpen = BookOpen$1;
12289
+ exports.BookOpenCheck = BookOpenCheck$1;
12253
12290
  exports.Bookmark = Bookmark$1;
12254
12291
  exports.BookmarkMinus = BookmarkMinus$1;
12255
12292
  exports.BookmarkPlus = BookmarkPlus$1;
@@ -12749,6 +12786,8 @@ exports.Pizza = Pizza$1;
12749
12786
  exports.Plane = Plane$1;
12750
12787
  exports.Play = Play$1;
12751
12788
  exports.PlayCircle = PlayCircle$1;
12789
+ exports.Plug = Plug$1;
12790
+ exports.Plug2 = Plug2$1;
12752
12791
  exports.PlugZap = PlugZap$1;
12753
12792
  exports.Plus = Plus$1;
12754
12793
  exports.PlusCircle = PlusCircle$1;