lucide-preact 0.77.0 → 0.80.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-preact v0.77.0 - ISC
2
+ * lucide-preact v0.80.0 - ISC
3
3
  */
4
4
 
5
5
  'use strict';
@@ -2027,6 +2027,12 @@ var Bomb = createPreactComponent('Bomb', [['circle', {
2027
2027
  }]]);
2028
2028
  var Bomb$1 = Bomb;
2029
2029
 
2030
+ var Bone = createPreactComponent('Bone', [['path', {
2031
+ d: 'M18.6 9.82c-.52-.21-1.15-.25-1.54.15l-7.07 7.06c-.39.39-.36 1.03-.15 1.54.12.3.16.6.16.93a2.5 2.5 0 0 1-5 0c0-.26-.24-.5-.5-.5a2.5 2.5 0 1 1 .96-4.82c.5.21 1.14.25 1.53-.15l7.07-7.06c.39-.39.36-1.03.15-1.54-.12-.3-.21-.6-.21-.93a2.5 2.5 0 0 1 5 0c.01.26.24.49.5.5a2.5 2.5 0 1 1-.9 4.82Z',
2032
+ key: '134x1i'
2033
+ }]]);
2034
+ var Bone$1 = Bone;
2035
+
2030
2036
  var BookOpen = createPreactComponent('BookOpen', [['path', {
2031
2037
  d: 'M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z',
2032
2038
  key: 'vv98re'
@@ -6097,6 +6103,90 @@ var FlaskRound = createPreactComponent('FlaskRound', [['path', {
6097
6103
  }]]);
6098
6104
  var FlaskRound$1 = FlaskRound;
6099
6105
 
6106
+ var FlipHorizontal2 = createPreactComponent('FlipHorizontal2', [['path', {
6107
+ d: 'm3 7 5 5-5 5V7',
6108
+ key: 'couhi7'
6109
+ }], ['path', {
6110
+ d: 'm21 7-5 5 5 5V7',
6111
+ key: '6ouia7'
6112
+ }], ['path', {
6113
+ d: 'M12 20v2',
6114
+ key: '1lh1kg'
6115
+ }], ['path', {
6116
+ d: 'M12 14v2',
6117
+ key: '8jcxud'
6118
+ }], ['path', {
6119
+ d: 'M12 8v2',
6120
+ key: '1woqiv'
6121
+ }], ['path', {
6122
+ d: 'M12 2v2',
6123
+ key: 'tus03m'
6124
+ }]]);
6125
+ var FlipHorizontal2$1 = FlipHorizontal2;
6126
+
6127
+ var FlipHorizontal = createPreactComponent('FlipHorizontal', [['path', {
6128
+ d: 'M8 3H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h3',
6129
+ key: '1i73f7'
6130
+ }], ['path', {
6131
+ d: 'M16 3h3a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-3',
6132
+ key: 'saxlbk'
6133
+ }], ['path', {
6134
+ d: 'M12 20v2',
6135
+ key: '1lh1kg'
6136
+ }], ['path', {
6137
+ d: 'M12 14v2',
6138
+ key: '8jcxud'
6139
+ }], ['path', {
6140
+ d: 'M12 8v2',
6141
+ key: '1woqiv'
6142
+ }], ['path', {
6143
+ d: 'M12 2v2',
6144
+ key: 'tus03m'
6145
+ }]]);
6146
+ var FlipHorizontal$1 = FlipHorizontal;
6147
+
6148
+ var FlipVertical2 = createPreactComponent('FlipVertical2', [['path', {
6149
+ d: 'm17 3-5 5-5-5h10',
6150
+ key: '1ftt6x'
6151
+ }], ['path', {
6152
+ d: 'm17 21-5-5-5 5h10',
6153
+ key: '1m0wmu'
6154
+ }], ['path', {
6155
+ d: 'M4 12H2',
6156
+ key: 'rhcxmi'
6157
+ }], ['path', {
6158
+ d: 'M10 12H8',
6159
+ key: 's88cx1'
6160
+ }], ['path', {
6161
+ d: 'M16 12h-2',
6162
+ key: '10asgb'
6163
+ }], ['path', {
6164
+ d: 'M22 12h-2',
6165
+ key: '14jgyd'
6166
+ }]]);
6167
+ var FlipVertical2$1 = FlipVertical2;
6168
+
6169
+ var FlipVertical = createPreactComponent('FlipVertical', [['path', {
6170
+ d: 'M21 8V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v3',
6171
+ key: '14bfxa'
6172
+ }], ['path', {
6173
+ d: 'M21 16v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-3',
6174
+ key: '14rx03'
6175
+ }], ['path', {
6176
+ d: 'M4 12H2',
6177
+ key: 'rhcxmi'
6178
+ }], ['path', {
6179
+ d: 'M10 12H8',
6180
+ key: 's88cx1'
6181
+ }], ['path', {
6182
+ d: 'M16 12h-2',
6183
+ key: '10asgb'
6184
+ }], ['path', {
6185
+ d: 'M22 12h-2',
6186
+ key: '14jgyd'
6187
+ }]]);
6188
+ var FlipVertical$1 = FlipVertical;
6189
+
6100
6190
  var Flower2 = createPreactComponent('Flower2', [['path', {
6101
6191
  d: 'M12 5a3 3 0 1 1 3 3m-3-3a3 3 0 1 0-3 3m3-3v1M9 8a3 3 0 1 0 3 3M9 8h1m5 0a3 3 0 1 1-3 3m3-3h-1m-2 3v-1',
6102
6192
  key: '3pnvol'
@@ -6817,6 +6907,25 @@ var GitCommit = createPreactComponent('GitCommit', [['circle', {
6817
6907
  }]]);
6818
6908
  var GitCommit$1 = GitCommit;
6819
6909
 
6910
+ var GitCompare = createPreactComponent('GitCompare', [['circle', {
6911
+ cx: '18',
6912
+ cy: '18',
6913
+ r: '3',
6914
+ key: '1xkwt0'
6915
+ }], ['circle', {
6916
+ cx: '6',
6917
+ cy: '6',
6918
+ r: '3',
6919
+ key: '1lh9wr'
6920
+ }], ['path', {
6921
+ d: 'M13 6h3a2 2 0 0 1 2 2v7',
6922
+ key: '1yeb86'
6923
+ }], ['path', {
6924
+ d: 'M11 18H8a2 2 0 0 1-2-2V9',
6925
+ key: '19pyzm'
6926
+ }]]);
6927
+ var GitCompare$1 = GitCompare;
6928
+
6820
6929
  var GitFork = createPreactComponent('GitFork', [['circle', {
6821
6930
  cx: '12',
6822
6931
  cy: '18',
@@ -6857,6 +6966,59 @@ var GitMerge = createPreactComponent('GitMerge', [['circle', {
6857
6966
  }]]);
6858
6967
  var GitMerge$1 = GitMerge;
6859
6968
 
6969
+ var GitPullRequestClosed = createPreactComponent('GitPullRequestClosed', [['circle', {
6970
+ cx: '18',
6971
+ cy: '18',
6972
+ r: '3',
6973
+ key: '1xkwt0'
6974
+ }], ['circle', {
6975
+ cx: '6',
6976
+ cy: '6',
6977
+ r: '3',
6978
+ key: '1lh9wr'
6979
+ }], ['path', {
6980
+ d: 'M18 11.5V15',
6981
+ key: '65xf6f'
6982
+ }], ['path', {
6983
+ d: 'm21 3-6 6',
6984
+ key: '16nqsk'
6985
+ }], ['path', {
6986
+ d: 'm21 9-6-6',
6987
+ key: '9j17rh'
6988
+ }], ['line', {
6989
+ x1: '6',
6990
+ y1: '9',
6991
+ x2: '6',
6992
+ y2: '21',
6993
+ key: '79th4h'
6994
+ }]]);
6995
+ var GitPullRequestClosed$1 = GitPullRequestClosed;
6996
+
6997
+ var GitPullRequestDraft = createPreactComponent('GitPullRequestDraft', [['circle', {
6998
+ cx: '18',
6999
+ cy: '18',
7000
+ r: '3',
7001
+ key: '1xkwt0'
7002
+ }], ['circle', {
7003
+ cx: '6',
7004
+ cy: '6',
7005
+ r: '3',
7006
+ key: '1lh9wr'
7007
+ }], ['path', {
7008
+ d: 'M18 6V5',
7009
+ key: '1oao2s'
7010
+ }], ['path', {
7011
+ d: 'M18 11v-1',
7012
+ key: '11c8tz'
7013
+ }], ['line', {
7014
+ x1: '6',
7015
+ y1: '9',
7016
+ x2: '6',
7017
+ y2: '21',
7018
+ key: '79th4h'
7019
+ }]]);
7020
+ var GitPullRequestDraft$1 = GitPullRequestDraft;
7021
+
6860
7022
  var GitPullRequest = createPreactComponent('GitPullRequest', [['circle', {
6861
7023
  cx: '18',
6862
7024
  cy: '18',
@@ -12326,14 +12488,26 @@ var Tablet = createPreactComponent('Tablet', [['rect', {
12326
12488
  var Tablet$1 = Tablet;
12327
12489
 
12328
12490
  var Tag = createPreactComponent('Tag', [['path', {
12329
- d: 'M2 12V2h10l9.44 9.44a2 2 0 0 1 0 2.82l-7.18 7.18a2 2 0 0 1-2.82 0L2 12Z',
12330
- key: 'zh3b2k'
12491
+ d: 'M12 2H2v10l9.29 9.29c.94.94 2.48.94 3.42 0l6.58-6.58c.94-.94.94-2.48 0-3.42L12 2Z',
12492
+ key: '14b2ls'
12331
12493
  }], ['path', {
12332
12494
  d: 'M7 7h.01',
12333
12495
  key: '7u93v4'
12334
12496
  }]]);
12335
12497
  var Tag$1 = Tag;
12336
12498
 
12499
+ var Tags = createPreactComponent('Tags', [['path', {
12500
+ d: 'M9 5H2v7l6.29 6.29c.94.94 2.48.94 3.42 0l3.58-3.58c.94-.94.94-2.48 0-3.42L9 5Z',
12501
+ key: 'gt587u'
12502
+ }], ['path', {
12503
+ d: 'M6 9.01V9',
12504
+ key: '1flxpt'
12505
+ }], ['path', {
12506
+ d: 'm15 5 6.3 6.3a2.4 2.4 0 0 1 0 3.4L17 19',
12507
+ key: '1cbfv1'
12508
+ }]]);
12509
+ var Tags$1 = Tags;
12510
+
12337
12511
  var Target = createPreactComponent('Target', [['circle', {
12338
12512
  cx: '12',
12339
12513
  cy: '12',
@@ -13346,6 +13520,33 @@ var Wallet = createPreactComponent('Wallet', [['path', {
13346
13520
  }]]);
13347
13521
  var Wallet$1 = Wallet;
13348
13522
 
13523
+ var Wand2 = createPreactComponent('Wand2', [['path', {
13524
+ d: 'm21.64 3.64-1.28-1.28a1.21 1.21 0 0 0-1.72 0L2.36 18.64a1.21 1.21 0 0 0 0 1.72l1.28 1.28a1.2 1.2 0 0 0 1.72 0L21.64 5.36a1.2 1.2 0 0 0 0-1.72Z',
13525
+ key: '1bcowg'
13526
+ }], ['path', {
13527
+ d: 'm14 7 3 3',
13528
+ key: '1r5n42'
13529
+ }], ['path', {
13530
+ d: 'M5 6v4',
13531
+ key: 'ilb8ba'
13532
+ }], ['path', {
13533
+ d: 'M19 14v4',
13534
+ key: 'blhpug'
13535
+ }], ['path', {
13536
+ d: 'M10 2v2',
13537
+ key: '7u0qdc'
13538
+ }], ['path', {
13539
+ d: 'M7 8H3',
13540
+ key: 'zfb6yr'
13541
+ }], ['path', {
13542
+ d: 'M21 16h-4',
13543
+ key: '1cnmox'
13544
+ }], ['path', {
13545
+ d: 'M11 3H9',
13546
+ key: '1obp7u'
13547
+ }]]);
13548
+ var Wand2$1 = Wand2;
13549
+
13349
13550
  var Wand = createPreactComponent('Wand', [['path', {
13350
13551
  d: 'M15 4V2',
13351
13552
  key: 'z1p9b7'
@@ -13786,6 +13987,7 @@ exports.BluetoothOff = BluetoothOff$1;
13786
13987
  exports.BluetoothSearching = BluetoothSearching$1;
13787
13988
  exports.Bold = Bold$1;
13788
13989
  exports.Bomb = Bomb$1;
13990
+ exports.Bone = Bone$1;
13789
13991
  exports.Book = Book$1;
13790
13992
  exports.BookOpen = BookOpen$1;
13791
13993
  exports.Bookmark = Bookmark$1;
@@ -14025,6 +14227,10 @@ exports.Flashlight = Flashlight$1;
14025
14227
  exports.FlashlightOff = FlashlightOff$1;
14026
14228
  exports.FlaskConical = FlaskConical$1;
14027
14229
  exports.FlaskRound = FlaskRound$1;
14230
+ exports.FlipHorizontal = FlipHorizontal$1;
14231
+ exports.FlipHorizontal2 = FlipHorizontal2$1;
14232
+ exports.FlipVertical = FlipVertical$1;
14233
+ exports.FlipVertical2 = FlipVertical2$1;
14028
14234
  exports.Flower = Flower$1;
14029
14235
  exports.Flower2 = Flower2$1;
14030
14236
  exports.Focus = Focus$1;
@@ -14069,9 +14275,12 @@ exports.Gift = Gift$1;
14069
14275
  exports.GitBranch = GitBranch$1;
14070
14276
  exports.GitBranchPlus = GitBranchPlus$1;
14071
14277
  exports.GitCommit = GitCommit$1;
14278
+ exports.GitCompare = GitCompare$1;
14072
14279
  exports.GitFork = GitFork$1;
14073
14280
  exports.GitMerge = GitMerge$1;
14074
14281
  exports.GitPullRequest = GitPullRequest$1;
14282
+ exports.GitPullRequestClosed = GitPullRequestClosed$1;
14283
+ exports.GitPullRequestDraft = GitPullRequestDraft$1;
14075
14284
  exports.Github = Github$1;
14076
14285
  exports.Gitlab = Gitlab$1;
14077
14286
  exports.GlassWater = GlassWater$1;
@@ -14386,6 +14595,7 @@ exports.Table = Table$1;
14386
14595
  exports.Table2 = Table2$1;
14387
14596
  exports.Tablet = Tablet$1;
14388
14597
  exports.Tag = Tag$1;
14598
+ exports.Tags = Tags$1;
14389
14599
  exports.Target = Target$1;
14390
14600
  exports.Tent = Tent$1;
14391
14601
  exports.Terminal = Terminal$1;
@@ -14454,6 +14664,7 @@ exports.Volume2 = Volume2$1;
14454
14664
  exports.VolumeX = VolumeX$1;
14455
14665
  exports.Wallet = Wallet$1;
14456
14666
  exports.Wand = Wand$1;
14667
+ exports.Wand2 = Wand2$1;
14457
14668
  exports.Watch = Watch$1;
14458
14669
  exports.Waves = Waves$1;
14459
14670
  exports.Webcam = Webcam$1;