lucide 0.84.0 → 0.88.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) 2020, Lucide Contributors
3
+ Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -1,5 +1,5 @@
1
1
  /**
2
- * lucide v0.84.0 - ISC
2
+ * lucide v0.88.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -1068,6 +1068,23 @@ var ArrowUpCircle = ['svg', defaultAttributes, [['circle', {
1068
1068
  }]]];
1069
1069
  var ArrowUpCircle$1 = ArrowUpCircle;
1070
1070
 
1071
+ var ArrowUpDown = ['svg', defaultAttributes, [['polyline', {
1072
+ points: '11 17 7 21 3 17'
1073
+ }], ['line', {
1074
+ x1: '7',
1075
+ y1: '21',
1076
+ x2: '7',
1077
+ y2: '9'
1078
+ }], ['polyline', {
1079
+ points: '21 7 17 3 13 7'
1080
+ }], ['line', {
1081
+ x1: '17',
1082
+ y1: '15',
1083
+ x2: '17',
1084
+ y2: '3'
1085
+ }]]];
1086
+ var ArrowUpDown$1 = ArrowUpDown;
1087
+
1071
1088
  var ArrowUpLeft = ['svg', defaultAttributes, [['line', {
1072
1089
  x1: '17',
1073
1090
  y1: '17',
@@ -3164,6 +3181,17 @@ var Component = ['svg', defaultAttributes, [['path', {
3164
3181
  }]]];
3165
3182
  var Component$1 = Component;
3166
3183
 
3184
+ var ConciergeBell = ['svg', defaultAttributes, [['path', {
3185
+ d: 'M2 18a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v2H2v-2Z'
3186
+ }], ['path', {
3187
+ d: 'M20 16a8 8 0 1 0-16 0'
3188
+ }], ['path', {
3189
+ d: 'M12 4v4'
3190
+ }], ['path', {
3191
+ d: 'M10 4h4'
3192
+ }]]];
3193
+ var ConciergeBell$1 = ConciergeBell;
3194
+
3167
3195
  var Contact = ['svg', defaultAttributes, [['path', {
3168
3196
  d: 'M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2'
3169
3197
  }], ['rect', {
@@ -3919,6 +3947,13 @@ var Factory = ['svg', defaultAttributes, [['path', {
3919
3947
  }]]];
3920
3948
  var Factory$1 = Factory;
3921
3949
 
3950
+ var Fan = ['svg', defaultAttributes, [['path', {
3951
+ d: 'M10.827 16.379a6.082 6.082 0 0 1-8.618-7.002l5.412 1.45a6.082 6.082 0 0 1 7.002-8.618l-1.45 5.412a6.082 6.082 0 0 1 8.618 7.002l-5.412-1.45a6.082 6.082 0 0 1-7.002 8.618l1.45-5.412Z'
3952
+ }], ['path', {
3953
+ d: 'M12 12v.01'
3954
+ }]]];
3955
+ var Fan$1 = Fan;
3956
+
3922
3957
  var FastForward = ['svg', defaultAttributes, [['polygon', {
3923
3958
  points: '13 19 22 12 13 5 13 19'
3924
3959
  }], ['polygon', {
@@ -7329,6 +7364,27 @@ var Microscope = ['svg', defaultAttributes, [['path', {
7329
7364
  }]]];
7330
7365
  var Microscope$1 = Microscope;
7331
7366
 
7367
+ var Microwave = ['svg', defaultAttributes, [['rect', {
7368
+ x: '2',
7369
+ y: '4',
7370
+ width: '20',
7371
+ height: '15',
7372
+ rx: '2'
7373
+ }], ['rect', {
7374
+ x: '6',
7375
+ y: '8',
7376
+ width: '8',
7377
+ height: '7',
7378
+ rx: '1'
7379
+ }], ['path', {
7380
+ d: 'M18 8v7'
7381
+ }], ['path', {
7382
+ d: 'M6 19v2'
7383
+ }], ['path', {
7384
+ d: 'M18 19v2'
7385
+ }]]];
7386
+ var Microwave$1 = Microwave;
7387
+
7332
7388
  var Milestone = ['svg', defaultAttributes, [['path', {
7333
7389
  d: 'M18 6H5a2 2 0 0 0-2 2v3a2 2 0 0 0 2 2h13l4-3.5L18 6Z'
7334
7390
  }], ['path', {
@@ -8445,6 +8501,24 @@ var Radio = ['svg', defaultAttributes, [['circle', {
8445
8501
  }]]];
8446
8502
  var Radio$1 = Radio;
8447
8503
 
8504
+ var RectangleHorizontal = ['svg', defaultAttributes, [['rect', {
8505
+ x: '2',
8506
+ y: '6',
8507
+ width: '20',
8508
+ height: '12',
8509
+ rx: '2'
8510
+ }]]];
8511
+ var RectangleHorizontal$1 = RectangleHorizontal;
8512
+
8513
+ var RectangleVertical = ['svg', defaultAttributes, [['rect', {
8514
+ x: '6',
8515
+ y: '2',
8516
+ width: '12',
8517
+ height: '20',
8518
+ rx: '2'
8519
+ }]]];
8520
+ var RectangleVertical$1 = RectangleVertical;
8521
+
8448
8522
  var Recycle = ['svg', defaultAttributes, [['path', {
8449
8523
  d: 'M7 19H4.815a1.83 1.83 0 0 1-1.57-.881 1.785 1.785 0 0 1-.004-1.784L7.196 9.5'
8450
8524
  }], ['path', {
@@ -8496,6 +8570,15 @@ var RefreshCw = ['svg', defaultAttributes, [['path', {
8496
8570
  }]]];
8497
8571
  var RefreshCw$1 = RefreshCw;
8498
8572
 
8573
+ var Refrigerator = ['svg', defaultAttributes, [['path', {
8574
+ d: 'M5 6a4 4 0 0 1 4-4h6a4 4 0 0 1 4 4v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6Z'
8575
+ }], ['path', {
8576
+ d: 'M5 10h14'
8577
+ }], ['path', {
8578
+ d: 'M15 7v6'
8579
+ }]]];
8580
+ var Refrigerator$1 = Refrigerator;
8581
+
8499
8582
  var Regex = ['svg', defaultAttributes, [['path', {
8500
8583
  d: 'M17 3v10'
8501
8584
  }], ['path', {
@@ -8642,6 +8725,15 @@ var RussianRuble = ['svg', defaultAttributes, [['path', {
8642
8725
  }]]];
8643
8726
  var RussianRuble$1 = RussianRuble;
8644
8727
 
8728
+ var Sailboat = ['svg', defaultAttributes, [['path', {
8729
+ d: 'M22 18H2a4 4 0 0 0 4 4h12a4 4 0 0 0 4-4Z'
8730
+ }], ['path', {
8731
+ d: 'M21 14 10 2 3 14h18Z'
8732
+ }], ['path', {
8733
+ d: 'M10 2v16'
8734
+ }]]];
8735
+ var Sailboat$1 = Sailboat;
8736
+
8645
8737
  var Save = ['svg', defaultAttributes, [['path', {
8646
8738
  d: 'M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z'
8647
8739
  }], ['polyline', {
@@ -9111,6 +9203,29 @@ var Shovel = ['svg', defaultAttributes, [['path', {
9111
9203
  }]]];
9112
9204
  var Shovel$1 = Shovel;
9113
9205
 
9206
+ var ShowerHead = ['svg', defaultAttributes, [['path', {
9207
+ d: 'm4 4 2.5 2.5'
9208
+ }], ['path', {
9209
+ d: 'M13.5 6.5a4.95 4.95 0 0 0-7 7'
9210
+ }], ['path', {
9211
+ d: 'M15 5 5 15'
9212
+ }], ['path', {
9213
+ d: 'M14 17v.01'
9214
+ }], ['path', {
9215
+ d: 'M10 16v.01'
9216
+ }], ['path', {
9217
+ d: 'M13 13v.01'
9218
+ }], ['path', {
9219
+ d: 'M16 10v.01'
9220
+ }], ['path', {
9221
+ d: 'M11 20v.01'
9222
+ }], ['path', {
9223
+ d: 'M17 14v.01'
9224
+ }], ['path', {
9225
+ d: 'M20 11v.01'
9226
+ }]]];
9227
+ var ShowerHead$1 = ShowerHead;
9228
+
9114
9229
  var Shrink = ['svg', defaultAttributes, [['path', {
9115
9230
  d: 'm15 15 6 6m-6-6v4.8m0-4.8h4.8'
9116
9231
  }], ['path', {
@@ -11222,6 +11337,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11222
11337
  ArrowRightCircle: ArrowRightCircle$1,
11223
11338
  ArrowRight: ArrowRight$1,
11224
11339
  ArrowUpCircle: ArrowUpCircle$1,
11340
+ ArrowUpDown: ArrowUpDown$1,
11225
11341
  ArrowUpLeft: ArrowUpLeft$1,
11226
11342
  ArrowUpRight: ArrowUpRight$1,
11227
11343
  ArrowUp: ArrowUp$1,
@@ -11379,6 +11495,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11379
11495
  Command: Command$1,
11380
11496
  Compass: Compass$1,
11381
11497
  Component: Component$1,
11498
+ ConciergeBell: ConciergeBell$1,
11382
11499
  Contact: Contact$1,
11383
11500
  Contrast: Contrast$1,
11384
11501
  Cookie: Cookie$1,
@@ -11440,6 +11557,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11440
11557
  Eye: Eye$1,
11441
11558
  Facebook: Facebook$1,
11442
11559
  Factory: Factory$1,
11560
+ Fan: Fan$1,
11443
11561
  FastForward: FastForward$1,
11444
11562
  Feather: Feather$1,
11445
11563
  Figma: Figma$1,
@@ -11690,6 +11808,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11690
11808
  MicOff: MicOff$1,
11691
11809
  Mic: Mic$1,
11692
11810
  Microscope: Microscope$1,
11811
+ Microwave: Microwave$1,
11693
11812
  Milestone: Milestone$1,
11694
11813
  Minimize2: Minimize2$1,
11695
11814
  Minimize: Minimize$1,
@@ -11781,11 +11900,14 @@ var allIcons = /*#__PURE__*/Object.freeze({
11781
11900
  Quote: Quote$1,
11782
11901
  RadioReceiver: RadioReceiver$1,
11783
11902
  Radio: Radio$1,
11903
+ RectangleHorizontal: RectangleHorizontal$1,
11904
+ RectangleVertical: RectangleVertical$1,
11784
11905
  Recycle: Recycle$1,
11785
11906
  Redo2: Redo2$1,
11786
11907
  Redo: Redo$1,
11787
11908
  RefreshCcw: RefreshCcw$1,
11788
11909
  RefreshCw: RefreshCw$1,
11910
+ Refrigerator: Refrigerator$1,
11789
11911
  Regex: Regex$1,
11790
11912
  Repeat1: Repeat1$1,
11791
11913
  Repeat: Repeat$1,
@@ -11800,6 +11922,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11800
11922
  Rss: Rss$1,
11801
11923
  Ruler: Ruler$1,
11802
11924
  RussianRuble: RussianRuble$1,
11925
+ Sailboat: Sailboat$1,
11803
11926
  Save: Save$1,
11804
11927
  Scale3d: Scale3d$1,
11805
11928
  Scale: Scale$1,
@@ -11833,6 +11956,7 @@ var allIcons = /*#__PURE__*/Object.freeze({
11833
11956
  ShoppingBag: ShoppingBag$1,
11834
11957
  ShoppingCart: ShoppingCart$1,
11835
11958
  Shovel: Shovel$1,
11959
+ ShowerHead: ShowerHead$1,
11836
11960
  Shrink: Shrink$1,
11837
11961
  Shrub: Shrub$1,
11838
11962
  Shuffle: Shuffle$1,
@@ -12079,6 +12203,7 @@ exports.ArrowRight = ArrowRight$1;
12079
12203
  exports.ArrowRightCircle = ArrowRightCircle$1;
12080
12204
  exports.ArrowUp = ArrowUp$1;
12081
12205
  exports.ArrowUpCircle = ArrowUpCircle$1;
12206
+ exports.ArrowUpDown = ArrowUpDown$1;
12082
12207
  exports.ArrowUpLeft = ArrowUpLeft$1;
12083
12208
  exports.ArrowUpRight = ArrowUpRight$1;
12084
12209
  exports.Asterisk = Asterisk$1;
@@ -12235,6 +12360,7 @@ exports.Columns = Columns$1;
12235
12360
  exports.Command = Command$1;
12236
12361
  exports.Compass = Compass$1;
12237
12362
  exports.Component = Component$1;
12363
+ exports.ConciergeBell = ConciergeBell$1;
12238
12364
  exports.Contact = Contact$1;
12239
12365
  exports.Contrast = Contrast$1;
12240
12366
  exports.Cookie = Cookie$1;
@@ -12296,6 +12422,7 @@ exports.Eye = Eye$1;
12296
12422
  exports.EyeOff = EyeOff$1;
12297
12423
  exports.Facebook = Facebook$1;
12298
12424
  exports.Factory = Factory$1;
12425
+ exports.Fan = Fan$1;
12299
12426
  exports.FastForward = FastForward$1;
12300
12427
  exports.Feather = Feather$1;
12301
12428
  exports.Figma = Figma$1;
@@ -12546,6 +12673,7 @@ exports.Mic = Mic$1;
12546
12673
  exports.Mic2 = Mic2$1;
12547
12674
  exports.MicOff = MicOff$1;
12548
12675
  exports.Microscope = Microscope$1;
12676
+ exports.Microwave = Microwave$1;
12549
12677
  exports.Milestone = Milestone$1;
12550
12678
  exports.Minimize = Minimize$1;
12551
12679
  exports.Minimize2 = Minimize2$1;
@@ -12637,11 +12765,14 @@ exports.QrCode = QrCode$1;
12637
12765
  exports.Quote = Quote$1;
12638
12766
  exports.Radio = Radio$1;
12639
12767
  exports.RadioReceiver = RadioReceiver$1;
12768
+ exports.RectangleHorizontal = RectangleHorizontal$1;
12769
+ exports.RectangleVertical = RectangleVertical$1;
12640
12770
  exports.Recycle = Recycle$1;
12641
12771
  exports.Redo = Redo$1;
12642
12772
  exports.Redo2 = Redo2$1;
12643
12773
  exports.RefreshCcw = RefreshCcw$1;
12644
12774
  exports.RefreshCw = RefreshCw$1;
12775
+ exports.Refrigerator = Refrigerator$1;
12645
12776
  exports.Regex = Regex$1;
12646
12777
  exports.Repeat = Repeat$1;
12647
12778
  exports.Repeat1 = Repeat1$1;
@@ -12656,6 +12787,7 @@ exports.RotateCw = RotateCw$1;
12656
12787
  exports.Rss = Rss$1;
12657
12788
  exports.Ruler = Ruler$1;
12658
12789
  exports.RussianRuble = RussianRuble$1;
12790
+ exports.Sailboat = Sailboat$1;
12659
12791
  exports.Save = Save$1;
12660
12792
  exports.Scale = Scale$1;
12661
12793
  exports.Scale3d = Scale3d$1;
@@ -12689,6 +12821,7 @@ exports.Shirt = Shirt$1;
12689
12821
  exports.ShoppingBag = ShoppingBag$1;
12690
12822
  exports.ShoppingCart = ShoppingCart$1;
12691
12823
  exports.Shovel = Shovel$1;
12824
+ exports.ShowerHead = ShowerHead$1;
12692
12825
  exports.Shrink = Shrink$1;
12693
12826
  exports.Shrub = Shrub$1;
12694
12827
  exports.Shuffle = Shuffle$1;