lucide 0.28.0 → 0.31.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/dist/cjs/lucide.js +113 -60
- package/dist/cjs/lucide.js.map +1 -1
- package/dist/esm/icons/award.js +3 -3
- package/dist/esm/icons/chevrons-left-right.js +7 -0
- package/dist/esm/icons/chevrons-right-left.js +7 -0
- package/dist/esm/icons/coffee.js +5 -5
- package/dist/esm/icons/coins.js +4 -4
- package/dist/esm/icons/eye-off.js +9 -5
- package/dist/esm/icons/eye.js +1 -1
- package/dist/esm/icons/heart-off.js +12 -0
- package/dist/esm/icons/hourglass.js +11 -0
- package/dist/esm/icons/index.js +4 -0
- package/dist/esm/icons/shield-off.js +4 -4
- package/dist/esm/icons/sliders.js +6 -6
- package/dist/esm/icons/trending-down.js +2 -2
- package/dist/esm/icons/trending-up.js +2 -2
- package/dist/esm/icons/twitter.js +1 -1
- package/dist/esm/icons/video-off.js +7 -5
- package/dist/esm/icons/video.js +6 -6
- package/dist/esm/icons/view.js +3 -1
- package/dist/esm/icons/voicemail.js +8 -8
- package/dist/esm/icons/youtube.js +2 -2
- package/dist/esm/icons/zap-off.js +4 -4
- package/dist/lucide.d.ts +4 -0
- package/dist/umd/lucide.js +113 -60
- package/dist/umd/lucide.js.map +1 -1
- package/dist/umd/lucide.min.js +2 -2
- package/dist/umd/lucide.min.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/lucide.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide v0.
|
|
2
|
+
* lucide v0.31.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -1019,9 +1019,9 @@ var AtSign$1 = AtSign;
|
|
|
1019
1019
|
var Award = ['svg', defaultAttributes, [['circle', {
|
|
1020
1020
|
cx: '12',
|
|
1021
1021
|
cy: '8',
|
|
1022
|
-
r: '
|
|
1023
|
-
}], ['
|
|
1024
|
-
|
|
1022
|
+
r: '6'
|
|
1023
|
+
}], ['path', {
|
|
1024
|
+
d: 'M15.477 12.89 17 22l-5-3-5 3 1.523-9.11'
|
|
1025
1025
|
}]]];
|
|
1026
1026
|
var Award$1 = Award;
|
|
1027
1027
|
|
|
@@ -1751,6 +1751,13 @@ var ChevronsDown = ['svg', defaultAttributes, [['polyline', {
|
|
|
1751
1751
|
}]]];
|
|
1752
1752
|
var ChevronsDown$1 = ChevronsDown;
|
|
1753
1753
|
|
|
1754
|
+
var ChevronsLeftRight = ['svg', defaultAttributes, [['path', {
|
|
1755
|
+
d: 'M9 7L4 12L9 17'
|
|
1756
|
+
}], ['path', {
|
|
1757
|
+
d: 'M15 7L20 12L15 17'
|
|
1758
|
+
}]]];
|
|
1759
|
+
var ChevronsLeftRight$1 = ChevronsLeftRight;
|
|
1760
|
+
|
|
1754
1761
|
var ChevronsLeft = ['svg', defaultAttributes, [['polyline', {
|
|
1755
1762
|
points: '11 17 6 12 11 7'
|
|
1756
1763
|
}], ['polyline', {
|
|
@@ -1758,6 +1765,13 @@ var ChevronsLeft = ['svg', defaultAttributes, [['polyline', {
|
|
|
1758
1765
|
}]]];
|
|
1759
1766
|
var ChevronsLeft$1 = ChevronsLeft;
|
|
1760
1767
|
|
|
1768
|
+
var ChevronsRightLeft = ['svg', defaultAttributes, [['path', {
|
|
1769
|
+
d: 'M20 17L15 12L20 7'
|
|
1770
|
+
}], ['path', {
|
|
1771
|
+
d: 'M4 17L9 12L4 7'
|
|
1772
|
+
}]]];
|
|
1773
|
+
var ChevronsRightLeft$1 = ChevronsRightLeft;
|
|
1774
|
+
|
|
1761
1775
|
var ChevronsRight = ['svg', defaultAttributes, [['polyline', {
|
|
1762
1776
|
points: '13 17 18 12 13 7'
|
|
1763
1777
|
}], ['polyline', {
|
|
@@ -2200,22 +2214,22 @@ var Codesandbox = ['svg', defaultAttributes, [['path', {
|
|
|
2200
2214
|
var Codesandbox$1 = Codesandbox;
|
|
2201
2215
|
|
|
2202
2216
|
var Coffee = ['svg', defaultAttributes, [['path', {
|
|
2203
|
-
d: '
|
|
2217
|
+
d: 'M17 8h1a4 4 0 1 1 0 8H17'
|
|
2204
2218
|
}], ['path', {
|
|
2205
|
-
d: '
|
|
2219
|
+
d: 'M3 8H17v9a4 4 0 0 1-4 4H7a4 4 0 0 1-4-4Z'
|
|
2206
2220
|
}], ['line', {
|
|
2207
2221
|
x1: '6',
|
|
2208
|
-
y1: '
|
|
2222
|
+
y1: '2',
|
|
2209
2223
|
x2: '6',
|
|
2210
2224
|
y2: '4'
|
|
2211
2225
|
}], ['line', {
|
|
2212
2226
|
x1: '10',
|
|
2213
|
-
y1: '
|
|
2227
|
+
y1: '2',
|
|
2214
2228
|
x2: '10',
|
|
2215
2229
|
y2: '4'
|
|
2216
2230
|
}], ['line', {
|
|
2217
2231
|
x1: '14',
|
|
2218
|
-
y1: '
|
|
2232
|
+
y1: '2',
|
|
2219
2233
|
x2: '14',
|
|
2220
2234
|
y2: '4'
|
|
2221
2235
|
}]]];
|
|
@@ -2224,13 +2238,13 @@ var Coffee$1 = Coffee;
|
|
|
2224
2238
|
var Coins = ['svg', defaultAttributes, [['circle', {
|
|
2225
2239
|
cx: '8',
|
|
2226
2240
|
cy: '8',
|
|
2227
|
-
r: '
|
|
2241
|
+
r: '6'
|
|
2228
2242
|
}], ['path', {
|
|
2229
|
-
d: '
|
|
2243
|
+
d: 'M18.09 10.37A6 6 0 1 1 10.34 18'
|
|
2230
2244
|
}], ['path', {
|
|
2231
|
-
d: 'M7
|
|
2245
|
+
d: 'M7 6H8v4'
|
|
2232
2246
|
}], ['path', {
|
|
2233
|
-
d: '
|
|
2247
|
+
d: 'M16.71 13.88l.7.71-2.82 2.82'
|
|
2234
2248
|
}]]];
|
|
2235
2249
|
var Coins$1 = Coins;
|
|
2236
2250
|
|
|
@@ -2891,17 +2905,21 @@ var ExternalLink = ['svg', defaultAttributes, [['path', {
|
|
|
2891
2905
|
var ExternalLink$1 = ExternalLink;
|
|
2892
2906
|
|
|
2893
2907
|
var EyeOff = ['svg', defaultAttributes, [['path', {
|
|
2894
|
-
d: '
|
|
2908
|
+
d: 'm9.88 9.88a3 3 0 1 0 4.24 4.24'
|
|
2909
|
+
}], ['path', {
|
|
2910
|
+
d: 'M10.73 5.08A10.43 10.43 0 0 1 12 5c7 0 10 7 10 7a13.16 13.16 0 0 1-1.67 2.68'
|
|
2911
|
+
}], ['path', {
|
|
2912
|
+
d: 'm6.61 6.61c-1.989 1.355-3.58 3.215-4.61 5.39 0 0 3 7 10 7 1.916 0.0051 3.791-0.5549 5.39-1.61'
|
|
2895
2913
|
}], ['line', {
|
|
2896
|
-
x1: '
|
|
2897
|
-
y1: '
|
|
2898
|
-
x2: '
|
|
2899
|
-
y2: '
|
|
2914
|
+
x1: '2',
|
|
2915
|
+
y1: '2',
|
|
2916
|
+
x2: '22',
|
|
2917
|
+
y2: '22'
|
|
2900
2918
|
}]]];
|
|
2901
2919
|
var EyeOff$1 = EyeOff;
|
|
2902
2920
|
|
|
2903
2921
|
var Eye = ['svg', defaultAttributes, [['path', {
|
|
2904
|
-
d: '
|
|
2922
|
+
d: 'M2 12S5 5 12 5s10 7 10 7-3 7-10 7S2 12 2 12Z'
|
|
2905
2923
|
}], ['circle', {
|
|
2906
2924
|
cx: '12',
|
|
2907
2925
|
cy: '12',
|
|
@@ -3883,6 +3901,18 @@ var Headphones = ['svg', defaultAttributes, [['path', {
|
|
|
3883
3901
|
}]]];
|
|
3884
3902
|
var Headphones$1 = Headphones;
|
|
3885
3903
|
|
|
3904
|
+
var HeartOff = ['svg', defaultAttributes, [['path', {
|
|
3905
|
+
d: 'M4.12 4.107a5.4 5.4 0 0 0-.538.473C1.46 6.7 1.33 10.28 4 13l8 8 4.5-4.5'
|
|
3906
|
+
}], ['path', {
|
|
3907
|
+
d: 'M19.328 13.672 20 13c2.67-2.72 2.54-6.3.42-8.42a5.4 5.4 0 0 0-7.65 0l-.77.78-.77-.78a5.4 5.4 0 0 0-2.386-1.393'
|
|
3908
|
+
}], ['line', {
|
|
3909
|
+
x1: '2',
|
|
3910
|
+
y1: '2',
|
|
3911
|
+
x2: '22',
|
|
3912
|
+
y2: '22'
|
|
3913
|
+
}]]];
|
|
3914
|
+
var HeartOff$1 = HeartOff;
|
|
3915
|
+
|
|
3886
3916
|
var Heart = ['svg', defaultAttributes, [['path', {
|
|
3887
3917
|
d: 'M20.42 4.58a5.4 5.4 0 0 0-7.65 0l-.77.78-.77-.78a5.4 5.4 0 0 0-7.65 0C1.46 6.7 1.33 10.28 4 13l8 8 8-8c2.67-2.72 2.54-6.3.42-8.42z'
|
|
3888
3918
|
}]]];
|
|
@@ -3930,6 +3960,17 @@ var Home = ['svg', defaultAttributes, [['path', {
|
|
|
3930
3960
|
}]]];
|
|
3931
3961
|
var Home$1 = Home;
|
|
3932
3962
|
|
|
3963
|
+
var Hourglass = ['svg', defaultAttributes, [['path', {
|
|
3964
|
+
d: 'M5 22h14'
|
|
3965
|
+
}], ['path', {
|
|
3966
|
+
d: 'M5 2h14'
|
|
3967
|
+
}], ['path', {
|
|
3968
|
+
d: 'M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22'
|
|
3969
|
+
}], ['path', {
|
|
3970
|
+
d: 'M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2'
|
|
3971
|
+
}]]];
|
|
3972
|
+
var Hourglass$1 = Hourglass;
|
|
3973
|
+
|
|
3933
3974
|
var ImageMinus = ['svg', defaultAttributes, [['path', {
|
|
3934
3975
|
d: 'M21 11v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8'
|
|
3935
3976
|
}], ['path', {
|
|
@@ -6262,10 +6303,10 @@ var ShieldOff = ['svg', defaultAttributes, [['path', {
|
|
|
6262
6303
|
}], ['path', {
|
|
6263
6304
|
d: 'M4.73 4.73 4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38'
|
|
6264
6305
|
}], ['line', {
|
|
6265
|
-
x1: '
|
|
6266
|
-
y1: '
|
|
6267
|
-
x2: '
|
|
6268
|
-
y2: '
|
|
6306
|
+
x1: '2',
|
|
6307
|
+
y1: '2',
|
|
6308
|
+
x2: '22',
|
|
6309
|
+
y2: '22'
|
|
6269
6310
|
}]]];
|
|
6270
6311
|
var ShieldOff$1 = ShieldOff;
|
|
6271
6312
|
|
|
@@ -6556,19 +6597,19 @@ var Sliders = ['svg', defaultAttributes, [['line', {
|
|
|
6556
6597
|
x2: '20',
|
|
6557
6598
|
y2: '3'
|
|
6558
6599
|
}], ['line', {
|
|
6559
|
-
x1: '
|
|
6600
|
+
x1: '2',
|
|
6560
6601
|
y1: '14',
|
|
6561
|
-
x2: '
|
|
6602
|
+
x2: '6',
|
|
6562
6603
|
y2: '14'
|
|
6563
6604
|
}], ['line', {
|
|
6564
|
-
x1: '
|
|
6605
|
+
x1: '10',
|
|
6565
6606
|
y1: '8',
|
|
6566
|
-
x2: '
|
|
6607
|
+
x2: '14',
|
|
6567
6608
|
y2: '8'
|
|
6568
6609
|
}], ['line', {
|
|
6569
|
-
x1: '
|
|
6610
|
+
x1: '18',
|
|
6570
6611
|
y1: '16',
|
|
6571
|
-
x2: '
|
|
6612
|
+
x2: '22',
|
|
6572
6613
|
y2: '16'
|
|
6573
6614
|
}]]];
|
|
6574
6615
|
var Sliders$1 = Sliders;
|
|
@@ -7172,16 +7213,16 @@ var Trello = ['svg', defaultAttributes, [['rect', {
|
|
|
7172
7213
|
var Trello$1 = Trello;
|
|
7173
7214
|
|
|
7174
7215
|
var TrendingDown = ['svg', defaultAttributes, [['polyline', {
|
|
7175
|
-
points: '
|
|
7216
|
+
points: '22 17 13.5 8.5 8.5 13.5 2 7'
|
|
7176
7217
|
}], ['polyline', {
|
|
7177
|
-
points: '17
|
|
7218
|
+
points: '16 17 22 17 22 11'
|
|
7178
7219
|
}]]];
|
|
7179
7220
|
var TrendingDown$1 = TrendingDown;
|
|
7180
7221
|
|
|
7181
7222
|
var TrendingUp = ['svg', defaultAttributes, [['polyline', {
|
|
7182
|
-
points: '
|
|
7223
|
+
points: '22 7 13.5 15.5 8.5 10.5 2 17'
|
|
7183
7224
|
}], ['polyline', {
|
|
7184
|
-
points: '
|
|
7225
|
+
points: '16 7 22 7 22 13'
|
|
7185
7226
|
}]]];
|
|
7186
7227
|
var TrendingUp$1 = TrendingUp;
|
|
7187
7228
|
|
|
@@ -7232,7 +7273,7 @@ var Twitch = ['svg', defaultAttributes, [['path', {
|
|
|
7232
7273
|
var Twitch$1 = Twitch;
|
|
7233
7274
|
|
|
7234
7275
|
var Twitter = ['svg', defaultAttributes, [['path', {
|
|
7235
|
-
d: '
|
|
7276
|
+
d: 'M22 4c0 0-0.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6c2.2 0.1 4.4-0.6 6-2C3 15.5 0.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4 c-0.9-4.2 4-6.6 7-3.8C20.1 5.2 22 4 22 4z'
|
|
7236
7277
|
}]]];
|
|
7237
7278
|
var Twitter$1 = Twitter;
|
|
7238
7279
|
|
|
@@ -7446,22 +7487,24 @@ var Vibrate = ['svg', defaultAttributes, [['path', {
|
|
|
7446
7487
|
var Vibrate$1 = Vibrate;
|
|
7447
7488
|
|
|
7448
7489
|
var VideoOff = ['svg', defaultAttributes, [['path', {
|
|
7449
|
-
d: '
|
|
7490
|
+
d: 'M10.66 6H14a2 2 0 0 1 2 2v2.34l1 1L22 8v8'
|
|
7491
|
+
}], ['path', {
|
|
7492
|
+
d: 'M16 16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h2l10 10Z'
|
|
7450
7493
|
}], ['line', {
|
|
7451
|
-
x1: '
|
|
7452
|
-
y1: '
|
|
7453
|
-
x2: '
|
|
7454
|
-
y2: '
|
|
7494
|
+
x1: '2',
|
|
7495
|
+
y1: '2',
|
|
7496
|
+
x2: '22',
|
|
7497
|
+
y2: '22'
|
|
7455
7498
|
}]]];
|
|
7456
7499
|
var VideoOff$1 = VideoOff;
|
|
7457
7500
|
|
|
7458
|
-
var Video = ['svg', defaultAttributes, [['
|
|
7459
|
-
|
|
7501
|
+
var Video = ['svg', defaultAttributes, [['path', {
|
|
7502
|
+
d: 'M22 8L16 12L22 16V8Z'
|
|
7460
7503
|
}], ['rect', {
|
|
7461
|
-
x: '
|
|
7462
|
-
y: '
|
|
7463
|
-
width: '
|
|
7464
|
-
height: '
|
|
7504
|
+
x: '2',
|
|
7505
|
+
y: '6',
|
|
7506
|
+
width: '14',
|
|
7507
|
+
height: '12',
|
|
7465
7508
|
rx: '2',
|
|
7466
7509
|
ry: '2'
|
|
7467
7510
|
}]]];
|
|
@@ -7472,22 +7515,24 @@ var View = ['svg', defaultAttributes, [['path', {
|
|
|
7472
7515
|
}], ['path', {
|
|
7473
7516
|
d: 'M12 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2z'
|
|
7474
7517
|
}], ['path', {
|
|
7475
|
-
d: 'M21
|
|
7518
|
+
d: 'M21 17v2a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V17'
|
|
7519
|
+
}], ['path', {
|
|
7520
|
+
d: 'M21 7V5a2 2 0 0 0-2-2H5A2 2 0 0 0 3 5V7'
|
|
7476
7521
|
}]]];
|
|
7477
7522
|
var View$1 = View;
|
|
7478
7523
|
|
|
7479
7524
|
var Voicemail = ['svg', defaultAttributes, [['circle', {
|
|
7480
|
-
cx: '
|
|
7481
|
-
cy: '
|
|
7482
|
-
r: '4
|
|
7525
|
+
cx: '6',
|
|
7526
|
+
cy: '12',
|
|
7527
|
+
r: '4'
|
|
7483
7528
|
}], ['circle', {
|
|
7484
|
-
cx: '18
|
|
7485
|
-
cy: '
|
|
7486
|
-
r: '4
|
|
7529
|
+
cx: '18',
|
|
7530
|
+
cy: '12',
|
|
7531
|
+
r: '4'
|
|
7487
7532
|
}], ['line', {
|
|
7488
|
-
x1: '
|
|
7533
|
+
x1: '6',
|
|
7489
7534
|
y1: '16',
|
|
7490
|
-
x2: '18
|
|
7535
|
+
x2: '18',
|
|
7491
7536
|
y2: '16'
|
|
7492
7537
|
}]]];
|
|
7493
7538
|
var Voicemail$1 = Voicemail;
|
|
@@ -7729,9 +7774,9 @@ var X = ['svg', defaultAttributes, [['line', {
|
|
|
7729
7774
|
var X$1 = X;
|
|
7730
7775
|
|
|
7731
7776
|
var Youtube = ['svg', defaultAttributes, [['path', {
|
|
7732
|
-
d: '
|
|
7777
|
+
d: 'M12 19c-2.3 0-6.4-0.2-8.1-0.6c-0.7-0.2-1.2-0.7-1.4-1.4C2.2 15.9 2 13.6 2 12c0-1.6 0.2-3.9 0.5-5 c0.2-0.7 0.7-1.2 1.4-1.4C5.6 5.2 9.7 5 12 5c2.3 0 6.4 0.2 8.1 0.6c0.7 0.2 1.2 0.7 1.4 1.4c0.3 1.1 0.5 3.4 0.5 5 c0 1.6-0.2 3.9-0.5 5c-0.2 0.7-0.7 1.2-1.4 1.4C18.4 18.8 14.3 19 12 19C12 19 12 19 12 19z'
|
|
7733
7778
|
}], ['polygon', {
|
|
7734
|
-
points: '
|
|
7779
|
+
points: '10 15 15 12 10 9'
|
|
7735
7780
|
}]]];
|
|
7736
7781
|
var Youtube$1 = Youtube;
|
|
7737
7782
|
|
|
@@ -7742,10 +7787,10 @@ var ZapOff = ['svg', defaultAttributes, [['polyline', {
|
|
|
7742
7787
|
}], ['polyline', {
|
|
7743
7788
|
points: '8 8 3 14 12 14 11 22 16 16'
|
|
7744
7789
|
}], ['line', {
|
|
7745
|
-
x1: '
|
|
7746
|
-
y1: '
|
|
7747
|
-
x2: '
|
|
7748
|
-
y2: '
|
|
7790
|
+
x1: '2',
|
|
7791
|
+
y1: '2',
|
|
7792
|
+
x2: '22',
|
|
7793
|
+
y2: '22'
|
|
7749
7794
|
}]]];
|
|
7750
7795
|
var ZapOff$1 = ZapOff;
|
|
7751
7796
|
|
|
@@ -7912,7 +7957,9 @@ var allIcons = /*#__PURE__*/Object.freeze({
|
|
|
7912
7957
|
ChevronUp: ChevronUp$1,
|
|
7913
7958
|
ChevronsDownUp: ChevronsDownUp$1,
|
|
7914
7959
|
ChevronsDown: ChevronsDown$1,
|
|
7960
|
+
ChevronsLeftRight: ChevronsLeftRight$1,
|
|
7915
7961
|
ChevronsLeft: ChevronsLeft$1,
|
|
7962
|
+
ChevronsRightLeft: ChevronsRightLeft$1,
|
|
7916
7963
|
ChevronsRight: ChevronsRight$1,
|
|
7917
7964
|
ChevronsUpDown: ChevronsUpDown$1,
|
|
7918
7965
|
ChevronsUp: ChevronsUp$1,
|
|
@@ -8083,12 +8130,14 @@ var allIcons = /*#__PURE__*/Object.freeze({
|
|
|
8083
8130
|
Hash: Hash$1,
|
|
8084
8131
|
Haze: Haze$1,
|
|
8085
8132
|
Headphones: Headphones$1,
|
|
8133
|
+
HeartOff: HeartOff$1,
|
|
8086
8134
|
Heart: Heart$1,
|
|
8087
8135
|
HelpCircle: HelpCircle$1,
|
|
8088
8136
|
Hexagon: Hexagon$1,
|
|
8089
8137
|
Highlighter: Highlighter$1,
|
|
8090
8138
|
History: History$1,
|
|
8091
8139
|
Home: Home$1,
|
|
8140
|
+
Hourglass: Hourglass$1,
|
|
8092
8141
|
ImageMinus: ImageMinus$1,
|
|
8093
8142
|
ImageOff: ImageOff$1,
|
|
8094
8143
|
ImagePlus: ImagePlus$1,
|
|
@@ -8536,7 +8585,9 @@ exports.ChevronUp = ChevronUp$1;
|
|
|
8536
8585
|
exports.ChevronsDown = ChevronsDown$1;
|
|
8537
8586
|
exports.ChevronsDownUp = ChevronsDownUp$1;
|
|
8538
8587
|
exports.ChevronsLeft = ChevronsLeft$1;
|
|
8588
|
+
exports.ChevronsLeftRight = ChevronsLeftRight$1;
|
|
8539
8589
|
exports.ChevronsRight = ChevronsRight$1;
|
|
8590
|
+
exports.ChevronsRightLeft = ChevronsRightLeft$1;
|
|
8540
8591
|
exports.ChevronsUp = ChevronsUp$1;
|
|
8541
8592
|
exports.ChevronsUpDown = ChevronsUpDown$1;
|
|
8542
8593
|
exports.Chrome = Chrome$1;
|
|
@@ -8707,11 +8758,13 @@ exports.Hash = Hash$1;
|
|
|
8707
8758
|
exports.Haze = Haze$1;
|
|
8708
8759
|
exports.Headphones = Headphones$1;
|
|
8709
8760
|
exports.Heart = Heart$1;
|
|
8761
|
+
exports.HeartOff = HeartOff$1;
|
|
8710
8762
|
exports.HelpCircle = HelpCircle$1;
|
|
8711
8763
|
exports.Hexagon = Hexagon$1;
|
|
8712
8764
|
exports.Highlighter = Highlighter$1;
|
|
8713
8765
|
exports.History = History$1;
|
|
8714
8766
|
exports.Home = Home$1;
|
|
8767
|
+
exports.Hourglass = Hourglass$1;
|
|
8715
8768
|
exports.Image = Image$1;
|
|
8716
8769
|
exports.ImageMinus = ImageMinus$1;
|
|
8717
8770
|
exports.ImageOff = ImageOff$1;
|