lucide-react 0.16.9 → 0.16.13

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 vv0.16.9 - ISC
2
+ * lucide-react v0.16.13 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -1501,6 +1501,22 @@ var ChevronDown = createReactComponent('ChevronDown', [['polyline', {
1501
1501
  key: '1do0m2'
1502
1502
  }]]);
1503
1503
 
1504
+ var ChevronFirst = createReactComponent('ChevronFirst', [['polyline', {
1505
+ points: '17 18 11 12 17 6',
1506
+ key: '11nco2'
1507
+ }], ['path', {
1508
+ d: 'M7 6V18',
1509
+ key: '19uyjb'
1510
+ }]]);
1511
+
1512
+ var ChevronLast = createReactComponent('ChevronLast', [['polyline', {
1513
+ points: '7 18 13 12 7 6',
1514
+ key: '1minw5'
1515
+ }], ['path', {
1516
+ d: 'M17 6V18',
1517
+ key: 'w63qig'
1518
+ }]]);
1519
+
1504
1520
  var ChevronLeft = createReactComponent('ChevronLeft', [['polyline', {
1505
1521
  points: '15 18 9 12 15 6',
1506
1522
  key: 'kvxz59'
@@ -3218,6 +3234,20 @@ var Gavel = createReactComponent('Gavel', [['path', {
3218
3234
  key: '1vcrla'
3219
3235
  }]]);
3220
3236
 
3237
+ var Gem = createReactComponent('Gem', [['polygon', {
3238
+ points: '6 3 18 3 22 9 12 22 2 9',
3239
+ key: '1kbvml'
3240
+ }], ['path', {
3241
+ d: 'M12 22l4-13-3-6',
3242
+ key: '796rmu'
3243
+ }], ['path', {
3244
+ d: 'M12 22L8 9l3-6',
3245
+ key: '1qjmsv'
3246
+ }], ['path', {
3247
+ d: 'M2 9h20',
3248
+ key: '16fsjt'
3249
+ }]]);
3250
+
3221
3251
  var Ghost = createReactComponent('Ghost', [['path', {
3222
3252
  d: 'M9 10h.01',
3223
3253
  key: 'qbtxuw'
@@ -6087,6 +6117,24 @@ var Server = createReactComponent('Server', [['rect', {
6087
6117
  key: 'y2j7fo'
6088
6118
  }]]);
6089
6119
 
6120
+ var Settings2 = createReactComponent('Settings2', [['path', {
6121
+ d: 'M20 7h-9',
6122
+ key: '3s1dr2'
6123
+ }], ['path', {
6124
+ d: 'M14 17H5',
6125
+ key: 'gfn3mx'
6126
+ }], ['circle', {
6127
+ cx: '17',
6128
+ cy: '17',
6129
+ r: '3',
6130
+ key: '18b49y'
6131
+ }], ['circle', {
6132
+ cx: '7',
6133
+ cy: '7',
6134
+ r: '3',
6135
+ key: 'dfmy0x'
6136
+ }]]);
6137
+
6090
6138
  var Settings = createReactComponent('Settings', [['path', {
6091
6139
  d: 'M12.22 2h-.44a2 2 0 00-2 2v.18a2 2 0 01-1 1.73l-.43.25a2 2 0 01-2 0l-.15-.08a2 2 0 00-2.73.73l-.22.38a2 2 0 00.73 2.73l.15.1a2 2 0 011 1.72v.51a2 2 0 01-1 1.74l-.15.09a2 2 0 00-.73 2.73l.22.38a2 2 0 002.73.73l.15-.08a2 2 0 012 0l.43.25a2 2 0 011 1.73V20a2 2 0 002 2h.44a2 2 0 002-2v-.18a2 2 0 011-1.73l.43-.25a2 2 0 012 0l.15.08a2 2 0 002.73-.73l.22-.39a2 2 0 00-.73-2.73l-.15-.08a2 2 0 01-1-1.74v-.5a2 2 0 011-1.74l.15-.09a2 2 0 00.73-2.73l-.22-.38a2 2 0 00-2.73-.73l-.15.08a2 2 0 01-2 0l-.43-.25a2 2 0 01-1-1.73V4a2 2 0 00-2-2z',
6092
6140
  key: '915ili'
@@ -7869,6 +7917,8 @@ exports.CheckCircle = CheckCircle;
7869
7917
  exports.CheckCircle2 = CheckCircle2;
7870
7918
  exports.CheckSquare = CheckSquare;
7871
7919
  exports.ChevronDown = ChevronDown;
7920
+ exports.ChevronFirst = ChevronFirst;
7921
+ exports.ChevronLast = ChevronLast;
7872
7922
  exports.ChevronLeft = ChevronLeft;
7873
7923
  exports.ChevronRight = ChevronRight;
7874
7924
  exports.ChevronUp = ChevronUp;
@@ -7993,6 +8043,7 @@ exports.Gamepad = Gamepad;
7993
8043
  exports.Gamepad2 = Gamepad2;
7994
8044
  exports.Gauge = Gauge;
7995
8045
  exports.Gavel = Gavel;
8046
+ exports.Gem = Gem;
7996
8047
  exports.Ghost = Ghost;
7997
8048
  exports.Gift = Gift;
7998
8049
  exports.GitBranch = GitBranch;
@@ -8178,6 +8229,7 @@ exports.Server = Server;
8178
8229
  exports.ServerCrash = ServerCrash;
8179
8230
  exports.ServerOff = ServerOff;
8180
8231
  exports.Settings = Settings;
8232
+ exports.Settings2 = Settings2;
8181
8233
  exports.Share = Share;
8182
8234
  exports.Share2 = Share2;
8183
8235
  exports.Sheet = Sheet;