lucide-preact 0.44.0 → 0.47.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-preact.js +439 -47
- package/dist/cjs/lucide-preact.js.map +1 -1
- package/dist/esm/icons/bar-chart-3.js +15 -0
- package/dist/esm/icons/bar-chart-4.js +15 -0
- package/dist/esm/icons/bar-chart-horizontal.js +15 -0
- package/dist/esm/icons/bath.js +30 -0
- package/dist/esm/icons/battery-charging.js +7 -7
- package/dist/esm/icons/battery-full.js +9 -9
- package/dist/esm/icons/battery-low.js +3 -3
- package/dist/esm/icons/battery-medium.js +6 -6
- package/dist/esm/icons/chef-hat.js +12 -0
- package/dist/esm/icons/cloud-lightning.js +4 -4
- package/dist/esm/icons/component.js +15 -0
- package/dist/esm/icons/croissant.js +18 -0
- package/dist/esm/icons/fuel.js +21 -0
- package/dist/esm/icons/index.js +19 -0
- package/dist/esm/icons/inspect.js +4 -7
- package/dist/esm/icons/line-chart.js +9 -0
- package/dist/esm/icons/map-pin-off.js +21 -0
- package/dist/esm/icons/navigation-2-off.js +15 -0
- package/dist/esm/icons/navigation-off.js +15 -0
- package/dist/esm/icons/pipette.js +6 -6
- package/dist/esm/icons/shopping-cart.js +4 -4
- package/dist/esm/icons/star-off.js +15 -0
- package/dist/esm/icons/sun-medium.js +30 -0
- package/dist/esm/icons/sun-moon.js +33 -0
- package/dist/esm/icons/sword.js +24 -0
- package/dist/esm/icons/swords.js +45 -0
- package/dist/esm/icons/train.js +16 -0
- package/dist/esm/icons/venetian-mask.js +12 -0
- package/dist/lucide-preact.d.ts +19 -0
- package/dist/umd/lucide-preact.js +439 -47
- package/dist/umd/lucide-preact.js.map +1 -1
- package/dist/umd/lucide-preact.min.js +2 -2
- package/dist/umd/lucide-preact.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* lucide-preact v0.
|
|
2
|
+
* lucide-preact v0.47.0 - ISC
|
|
3
3
|
*/
|
|
4
4
|
|
|
5
5
|
'use strict';
|
|
@@ -1345,6 +1345,51 @@ var BarChart2 = createPreactComponent('BarChart2', [['line', {
|
|
|
1345
1345
|
}]]);
|
|
1346
1346
|
var BarChart2$1 = BarChart2;
|
|
1347
1347
|
|
|
1348
|
+
var BarChart3 = createPreactComponent('BarChart3', [['path', {
|
|
1349
|
+
d: 'M2 2v20h20',
|
|
1350
|
+
key: '9fg1bd'
|
|
1351
|
+
}], ['path', {
|
|
1352
|
+
d: 'M17 18V9',
|
|
1353
|
+
key: '13vkfx'
|
|
1354
|
+
}], ['path', {
|
|
1355
|
+
d: 'M12 18V4',
|
|
1356
|
+
key: 'j0v35r'
|
|
1357
|
+
}], ['path', {
|
|
1358
|
+
d: 'M7 18v-4',
|
|
1359
|
+
key: '17zvgx'
|
|
1360
|
+
}]]);
|
|
1361
|
+
var BarChart3$1 = BarChart3;
|
|
1362
|
+
|
|
1363
|
+
var BarChart4 = createPreactComponent('BarChart4', [['path', {
|
|
1364
|
+
d: 'M2 2v20h20',
|
|
1365
|
+
key: '9fg1bd'
|
|
1366
|
+
}], ['path', {
|
|
1367
|
+
d: 'M12 18V9',
|
|
1368
|
+
key: 'vwku8i'
|
|
1369
|
+
}], ['path', {
|
|
1370
|
+
d: 'M17 18V4',
|
|
1371
|
+
key: 'jpnfp6'
|
|
1372
|
+
}], ['path', {
|
|
1373
|
+
d: 'M7 18v-4',
|
|
1374
|
+
key: '17zvgx'
|
|
1375
|
+
}]]);
|
|
1376
|
+
var BarChart4$1 = BarChart4;
|
|
1377
|
+
|
|
1378
|
+
var BarChartHorizontal = createPreactComponent('BarChartHorizontal', [['path', {
|
|
1379
|
+
d: 'M2 2V22H22',
|
|
1380
|
+
key: '1hhjiq'
|
|
1381
|
+
}], ['path', {
|
|
1382
|
+
d: 'M6 17L15 17',
|
|
1383
|
+
key: '19egyu'
|
|
1384
|
+
}], ['path', {
|
|
1385
|
+
d: 'M6 12L20 12',
|
|
1386
|
+
key: '192eut'
|
|
1387
|
+
}], ['path', {
|
|
1388
|
+
d: 'M6 7L10 7',
|
|
1389
|
+
key: '8emfg'
|
|
1390
|
+
}]]);
|
|
1391
|
+
var BarChartHorizontal$1 = BarChartHorizontal;
|
|
1392
|
+
|
|
1348
1393
|
var BarChart = createPreactComponent('BarChart', [['line', {
|
|
1349
1394
|
x1: '12',
|
|
1350
1395
|
y1: '20',
|
|
@@ -1378,15 +1423,45 @@ var Baseline = createPreactComponent('Baseline', [['path', {
|
|
|
1378
1423
|
}]]);
|
|
1379
1424
|
var Baseline$1 = Baseline;
|
|
1380
1425
|
|
|
1426
|
+
var Bath = createPreactComponent('Bath', [['path', {
|
|
1427
|
+
d: 'M9 6 6.5 3.5a1.5 1.5 0 0 0-1-.5C4.683 3 4 3.683 4 4.5V17a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5',
|
|
1428
|
+
key: '1r8yf5'
|
|
1429
|
+
}], ['line', {
|
|
1430
|
+
x1: '10',
|
|
1431
|
+
y1: '5',
|
|
1432
|
+
x2: '8',
|
|
1433
|
+
y2: '7',
|
|
1434
|
+
key: 'd858pc'
|
|
1435
|
+
}], ['line', {
|
|
1436
|
+
x1: '2',
|
|
1437
|
+
y1: '12',
|
|
1438
|
+
x2: '22',
|
|
1439
|
+
y2: '12',
|
|
1440
|
+
key: 'zvmn4p'
|
|
1441
|
+
}], ['line', {
|
|
1442
|
+
x1: '7',
|
|
1443
|
+
y1: '19',
|
|
1444
|
+
x2: '7',
|
|
1445
|
+
y2: '21',
|
|
1446
|
+
key: 'cpl2n4'
|
|
1447
|
+
}], ['line', {
|
|
1448
|
+
x1: '17',
|
|
1449
|
+
y1: '19',
|
|
1450
|
+
x2: '17',
|
|
1451
|
+
y2: '21',
|
|
1452
|
+
key: 'ywtigw'
|
|
1453
|
+
}]]);
|
|
1454
|
+
var Bath$1 = Bath;
|
|
1455
|
+
|
|
1381
1456
|
var BatteryCharging = createPreactComponent('BatteryCharging', [['path', {
|
|
1382
|
-
d: '
|
|
1383
|
-
key: '
|
|
1457
|
+
d: 'M15 7h1a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2h-2',
|
|
1458
|
+
key: '1sdynx'
|
|
1384
1459
|
}], ['path', {
|
|
1385
|
-
d: '
|
|
1386
|
-
key: '
|
|
1387
|
-
}], ['
|
|
1388
|
-
|
|
1389
|
-
key: '
|
|
1460
|
+
d: 'M6 7H4a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h1',
|
|
1461
|
+
key: '1gkd3k'
|
|
1462
|
+
}], ['path', {
|
|
1463
|
+
d: 'm11 7-3 5h4l-3 5',
|
|
1464
|
+
key: 'b4a64w'
|
|
1390
1465
|
}], ['line', {
|
|
1391
1466
|
x1: '22',
|
|
1392
1467
|
x2: '22',
|
|
@@ -1413,21 +1488,21 @@ var BatteryFull = createPreactComponent('BatteryFull', [['rect', {
|
|
|
1413
1488
|
}], ['line', {
|
|
1414
1489
|
x1: '6',
|
|
1415
1490
|
x2: '6',
|
|
1416
|
-
y1: '
|
|
1417
|
-
y2: '
|
|
1418
|
-
key: '
|
|
1491
|
+
y1: '11',
|
|
1492
|
+
y2: '13',
|
|
1493
|
+
key: '1wd6dw'
|
|
1419
1494
|
}], ['line', {
|
|
1420
1495
|
x1: '10',
|
|
1421
1496
|
x2: '10',
|
|
1422
|
-
y1: '
|
|
1423
|
-
y2: '
|
|
1424
|
-
key: '
|
|
1497
|
+
y1: '11',
|
|
1498
|
+
y2: '13',
|
|
1499
|
+
key: 'haxvl5'
|
|
1425
1500
|
}], ['line', {
|
|
1426
1501
|
x1: '14',
|
|
1427
1502
|
x2: '14',
|
|
1428
|
-
y1: '
|
|
1429
|
-
y2: '
|
|
1430
|
-
key: '
|
|
1503
|
+
y1: '11',
|
|
1504
|
+
y2: '13',
|
|
1505
|
+
key: 'c6fn6x'
|
|
1431
1506
|
}]]);
|
|
1432
1507
|
var BatteryFull$1 = BatteryFull;
|
|
1433
1508
|
|
|
@@ -1448,9 +1523,9 @@ var BatteryLow = createPreactComponent('BatteryLow', [['rect', {
|
|
|
1448
1523
|
}], ['line', {
|
|
1449
1524
|
x1: '6',
|
|
1450
1525
|
x2: '6',
|
|
1451
|
-
y1: '
|
|
1452
|
-
y2: '
|
|
1453
|
-
key: '
|
|
1526
|
+
y1: '11',
|
|
1527
|
+
y2: '13',
|
|
1528
|
+
key: '1wd6dw'
|
|
1454
1529
|
}]]);
|
|
1455
1530
|
var BatteryLow$1 = BatteryLow;
|
|
1456
1531
|
|
|
@@ -1471,15 +1546,15 @@ var BatteryMedium = createPreactComponent('BatteryMedium', [['rect', {
|
|
|
1471
1546
|
}], ['line', {
|
|
1472
1547
|
x1: '6',
|
|
1473
1548
|
x2: '6',
|
|
1474
|
-
y1: '
|
|
1475
|
-
y2: '
|
|
1476
|
-
key: '
|
|
1549
|
+
y1: '11',
|
|
1550
|
+
y2: '13',
|
|
1551
|
+
key: '1wd6dw'
|
|
1477
1552
|
}], ['line', {
|
|
1478
1553
|
x1: '10',
|
|
1479
1554
|
x2: '10',
|
|
1480
|
-
y1: '
|
|
1481
|
-
y2: '
|
|
1482
|
-
key: '
|
|
1555
|
+
y1: '11',
|
|
1556
|
+
y2: '13',
|
|
1557
|
+
key: 'haxvl5'
|
|
1483
1558
|
}]]);
|
|
1484
1559
|
var BatteryMedium$1 = BatteryMedium;
|
|
1485
1560
|
|
|
@@ -2146,6 +2221,18 @@ var Check = createPreactComponent('Check', [['polyline', {
|
|
|
2146
2221
|
}]]);
|
|
2147
2222
|
var Check$1 = Check;
|
|
2148
2223
|
|
|
2224
|
+
var ChefHat = createPreactComponent('ChefHat', [['path', {
|
|
2225
|
+
d: 'M6 13.87A4 4 0 0 1 7.41 6a5.11 5.11 0 0 1 1.05-1.54 5 5 0 0 1 7.08 0A5.11 5.11 0 0 1 16.59 6 4 4 0 0 1 18 13.87V21H6Z',
|
|
2226
|
+
key: 'z3ra2g'
|
|
2227
|
+
}], ['line', {
|
|
2228
|
+
x1: '6',
|
|
2229
|
+
y1: '17',
|
|
2230
|
+
x2: '18',
|
|
2231
|
+
y2: '17',
|
|
2232
|
+
key: '130uxj'
|
|
2233
|
+
}]]);
|
|
2234
|
+
var ChefHat$1 = ChefHat;
|
|
2235
|
+
|
|
2149
2236
|
var ChevronDown = createPreactComponent('ChevronDown', [['polyline', {
|
|
2150
2237
|
points: '6 9 12 15 18 9',
|
|
2151
2238
|
key: '1do0m2'
|
|
@@ -2611,11 +2698,11 @@ var CloudHail = createPreactComponent('CloudHail', [['path', {
|
|
|
2611
2698
|
var CloudHail$1 = CloudHail;
|
|
2612
2699
|
|
|
2613
2700
|
var CloudLightning = createPreactComponent('CloudLightning', [['path', {
|
|
2614
|
-
d: '
|
|
2615
|
-
key: '
|
|
2701
|
+
d: 'm13 12-3 5h4l-3 5',
|
|
2702
|
+
key: '1t22er'
|
|
2616
2703
|
}], ['path', {
|
|
2617
|
-
d: '
|
|
2618
|
-
key: '
|
|
2704
|
+
d: 'M18 17a4.5 4.5 0 0 0-.5-9h-1.8a7.05 7.05 0 0 0-2-3.23A7 7 0 1 0 5.32 16a6.42 6.42 0 0 0 .68.37',
|
|
2705
|
+
key: '1nzj8g'
|
|
2619
2706
|
}]]);
|
|
2620
2707
|
var CloudLightning$1 = CloudLightning;
|
|
2621
2708
|
|
|
@@ -2895,6 +2982,21 @@ var Compass = createPreactComponent('Compass', [['circle', {
|
|
|
2895
2982
|
}]]);
|
|
2896
2983
|
var Compass$1 = Compass;
|
|
2897
2984
|
|
|
2985
|
+
var Component = createPreactComponent('Component', [['path', {
|
|
2986
|
+
d: 'M5.5 8.5 9 12l-3.5 3.5L2 12l3.5-3.5Z',
|
|
2987
|
+
key: '1kciei'
|
|
2988
|
+
}], ['path', {
|
|
2989
|
+
d: 'm12 2 3.5 3.5L12 9 8.5 5.5 12 2Z',
|
|
2990
|
+
key: '1ome0g'
|
|
2991
|
+
}], ['path', {
|
|
2992
|
+
d: 'M18.5 8.5 22 12l-3.5 3.5L15 12l3.5-3.5Z',
|
|
2993
|
+
key: 'vbupec'
|
|
2994
|
+
}], ['path', {
|
|
2995
|
+
d: 'm12 15 3.5 3.5L12 22l-3.5-3.5L12 15Z',
|
|
2996
|
+
key: '16csic'
|
|
2997
|
+
}]]);
|
|
2998
|
+
var Component$1 = Component;
|
|
2999
|
+
|
|
2898
3000
|
var Contact = createPreactComponent('Contact', [['path', {
|
|
2899
3001
|
d: 'M17 18a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2',
|
|
2900
3002
|
key: '1mghuy'
|
|
@@ -3147,6 +3249,24 @@ var CreditCard = createPreactComponent('CreditCard', [['rect', {
|
|
|
3147
3249
|
}]]);
|
|
3148
3250
|
var CreditCard$1 = CreditCard;
|
|
3149
3251
|
|
|
3252
|
+
var Croissant = createPreactComponent('Croissant', [['path', {
|
|
3253
|
+
d: 'm4.6 13.11 5.79-3.21c1.89-1.05 4.79 1.78 3.71 3.71l-3.22 5.81C8.8 23.16.79 15.23 4.6 13.11Z',
|
|
3254
|
+
key: '1ozxlb'
|
|
3255
|
+
}], ['path', {
|
|
3256
|
+
d: 'm10.5 9.5-1-2.29C9.2 6.48 8.8 6 8 6H4.5C2.79 6 2 6.5 2 8.5a7.71 7.71 0 0 0 2 4.83',
|
|
3257
|
+
key: 'ffuyb5'
|
|
3258
|
+
}], ['path', {
|
|
3259
|
+
d: 'M8 6c0-1.55.24-4-2-4-2 0-2.5 2.17-2.5 4',
|
|
3260
|
+
key: 'osnpzi'
|
|
3261
|
+
}], ['path', {
|
|
3262
|
+
d: 'm14.5 13.5 2.29 1c.73.3 1.21.7 1.21 1.5v3.5c0 1.71-.5 2.5-2.5 2.5a7.71 7.71 0 0 1-4.83-2',
|
|
3263
|
+
key: '1vubaw'
|
|
3264
|
+
}], ['path', {
|
|
3265
|
+
d: 'M18 16c1.55 0 4-.24 4 2 0 2-2.17 2.5-4 2.5',
|
|
3266
|
+
key: 'wxr772'
|
|
3267
|
+
}]]);
|
|
3268
|
+
var Croissant$1 = Croissant;
|
|
3269
|
+
|
|
3150
3270
|
var Crop = createPreactComponent('Crop', [['path', {
|
|
3151
3271
|
d: 'M6 2v14a2 2 0 0 0 2 2h14',
|
|
3152
3272
|
key: 'ron5a4'
|
|
@@ -4338,6 +4458,27 @@ var Frown = createPreactComponent('Frown', [['circle', {
|
|
|
4338
4458
|
}]]);
|
|
4339
4459
|
var Frown$1 = Frown;
|
|
4340
4460
|
|
|
4461
|
+
var Fuel = createPreactComponent('Fuel', [['line', {
|
|
4462
|
+
x1: '3',
|
|
4463
|
+
y1: '22',
|
|
4464
|
+
x2: '15',
|
|
4465
|
+
y2: '22',
|
|
4466
|
+
key: 'fc344c'
|
|
4467
|
+
}], ['line', {
|
|
4468
|
+
x1: '4',
|
|
4469
|
+
y1: '9',
|
|
4470
|
+
x2: '14',
|
|
4471
|
+
y2: '9',
|
|
4472
|
+
key: 'htzs8q'
|
|
4473
|
+
}], ['path', {
|
|
4474
|
+
d: 'M14 22V4a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v18',
|
|
4475
|
+
key: '16j0yd'
|
|
4476
|
+
}], ['path', {
|
|
4477
|
+
d: 'M14 13h2a2 2 0 0 1 2 2v2a2 2 0 0 0 2 2h0a2 2 0 0 0 2-2V9.83a2 2 0 0 0-.59-1.42L18 5',
|
|
4478
|
+
key: '8ur5zv'
|
|
4479
|
+
}]]);
|
|
4480
|
+
var Fuel$1 = Fuel;
|
|
4481
|
+
|
|
4341
4482
|
var FunctionSquare = createPreactComponent('FunctionSquare', [['rect', {
|
|
4342
4483
|
x: '3',
|
|
4343
4484
|
y: '3',
|
|
@@ -5239,14 +5380,11 @@ var Info = createPreactComponent('Info', [['circle', {
|
|
|
5239
5380
|
var Info$1 = Info;
|
|
5240
5381
|
|
|
5241
5382
|
var Inspect = createPreactComponent('Inspect', [['path', {
|
|
5242
|
-
d: '
|
|
5243
|
-
key: '
|
|
5244
|
-
}], ['path', {
|
|
5245
|
-
d: 'm12 12 4.166 10 1.48-4.355L22 16.166 12 12z',
|
|
5246
|
-
key: '13hiih'
|
|
5383
|
+
d: 'M21 11V5a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h6',
|
|
5384
|
+
key: '14rsvq'
|
|
5247
5385
|
}], ['path', {
|
|
5248
|
-
d: '
|
|
5249
|
-
key: '
|
|
5386
|
+
d: 'm12 12 4 10 1.7-4.3L22 16Z',
|
|
5387
|
+
key: '64ilsv'
|
|
5250
5388
|
}]]);
|
|
5251
5389
|
var Inspect$1 = Inspect;
|
|
5252
5390
|
|
|
@@ -5685,6 +5823,15 @@ var Lightbulb = createPreactComponent('Lightbulb', [['line', {
|
|
|
5685
5823
|
}]]);
|
|
5686
5824
|
var Lightbulb$1 = Lightbulb;
|
|
5687
5825
|
|
|
5826
|
+
var LineChart = createPreactComponent('LineChart', [['path', {
|
|
5827
|
+
d: 'M2 2v20h20',
|
|
5828
|
+
key: '9fg1bd'
|
|
5829
|
+
}], ['path', {
|
|
5830
|
+
d: 'm20 9-6 6-5-5-3 3',
|
|
5831
|
+
key: 'kmh158'
|
|
5832
|
+
}]]);
|
|
5833
|
+
var LineChart$1 = LineChart;
|
|
5834
|
+
|
|
5688
5835
|
var Link2Off = createPreactComponent('Link2Off', [['path', {
|
|
5689
5836
|
d: 'M15 7h2a5 5 0 0 1 4 8M9 17H7A5 5 0 0 1 7 7',
|
|
5690
5837
|
key: '1njnd9'
|
|
@@ -6109,6 +6256,27 @@ var Mail = createPreactComponent('Mail', [['path', {
|
|
|
6109
6256
|
}]]);
|
|
6110
6257
|
var Mail$1 = Mail;
|
|
6111
6258
|
|
|
6259
|
+
var MapPinOff = createPreactComponent('MapPinOff', [['path', {
|
|
6260
|
+
d: 'M5.43 5.43A8.06 8.06 0 0 0 4 10c0 6 8 12 8 12a29.94 29.94 0 0 0 5-5',
|
|
6261
|
+
key: '12a8pk'
|
|
6262
|
+
}], ['path', {
|
|
6263
|
+
d: 'M19.18 13.52A8.66 8.66 0 0 0 20 10a8 8 0 0 0-8-8 7.88 7.88 0 0 0-3.52.82',
|
|
6264
|
+
key: '1r9f6y'
|
|
6265
|
+
}], ['path', {
|
|
6266
|
+
d: 'M9.13 9.13A2.78 2.78 0 0 0 9 10a3 3 0 0 0 3 3 2.78 2.78 0 0 0 .87-.13',
|
|
6267
|
+
key: 'erynq7'
|
|
6268
|
+
}], ['path', {
|
|
6269
|
+
d: 'M14.9 9.25a3 3 0 0 0-2.15-2.16',
|
|
6270
|
+
key: '1hwwmx'
|
|
6271
|
+
}], ['line', {
|
|
6272
|
+
x1: '2',
|
|
6273
|
+
y1: '2',
|
|
6274
|
+
x2: '22',
|
|
6275
|
+
y2: '22',
|
|
6276
|
+
key: '1w4vcy'
|
|
6277
|
+
}]]);
|
|
6278
|
+
var MapPinOff$1 = MapPinOff;
|
|
6279
|
+
|
|
6112
6280
|
var MapPin = createPreactComponent('MapPin', [['path', {
|
|
6113
6281
|
d: 'M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 0 1 16 0Z',
|
|
6114
6282
|
key: '1510lq'
|
|
@@ -6619,12 +6787,42 @@ var Music = createPreactComponent('Music', [['path', {
|
|
|
6619
6787
|
}]]);
|
|
6620
6788
|
var Music$1 = Music;
|
|
6621
6789
|
|
|
6790
|
+
var Navigation2Off = createPreactComponent('Navigation2Off', [['path', {
|
|
6791
|
+
d: 'M9.31 9.31 5 21l7-4 7 4-1.17-3.17',
|
|
6792
|
+
key: 'qoq2o2'
|
|
6793
|
+
}], ['path', {
|
|
6794
|
+
d: 'M14.53 8.88 12 2 10.83 5.17',
|
|
6795
|
+
key: '113rjm'
|
|
6796
|
+
}], ['line', {
|
|
6797
|
+
x1: '2',
|
|
6798
|
+
y1: '2',
|
|
6799
|
+
x2: '22',
|
|
6800
|
+
y2: '22',
|
|
6801
|
+
key: '1w4vcy'
|
|
6802
|
+
}]]);
|
|
6803
|
+
var Navigation2Off$1 = Navigation2Off;
|
|
6804
|
+
|
|
6622
6805
|
var Navigation2 = createPreactComponent('Navigation2', [['polygon', {
|
|
6623
6806
|
points: '12 2 19 21 12 17 5 21 12 2',
|
|
6624
6807
|
key: 'x8c0qg'
|
|
6625
6808
|
}]]);
|
|
6626
6809
|
var Navigation2$1 = Navigation2;
|
|
6627
6810
|
|
|
6811
|
+
var NavigationOff = createPreactComponent('NavigationOff', [['path', {
|
|
6812
|
+
d: 'M8.43 8.43 3 11l8 2 2 8 2.57-5.43',
|
|
6813
|
+
key: '1vdtb7'
|
|
6814
|
+
}], ['path', {
|
|
6815
|
+
d: 'M17.39 11.73 22 2 12.27 6.61',
|
|
6816
|
+
key: 'w6p316'
|
|
6817
|
+
}], ['line', {
|
|
6818
|
+
x1: '2',
|
|
6819
|
+
y1: '2',
|
|
6820
|
+
x2: '22',
|
|
6821
|
+
y2: '22',
|
|
6822
|
+
key: '1w4vcy'
|
|
6823
|
+
}]]);
|
|
6824
|
+
var NavigationOff$1 = NavigationOff;
|
|
6825
|
+
|
|
6628
6826
|
var Navigation = createPreactComponent('Navigation', [['polygon', {
|
|
6629
6827
|
points: '3 11 22 2 13 21 11 13 3 11',
|
|
6630
6828
|
key: '1ltx0t'
|
|
@@ -7078,14 +7276,14 @@ var Pin = createPreactComponent('Pin', [['path', {
|
|
|
7078
7276
|
var Pin$1 = Pin;
|
|
7079
7277
|
|
|
7080
7278
|
var Pipette = createPreactComponent('Pipette', [['path', {
|
|
7081
|
-
d: '
|
|
7082
|
-
key: '
|
|
7279
|
+
d: 'M2 22l1-1H6l9-9',
|
|
7280
|
+
key: 'vi57q3'
|
|
7083
7281
|
}], ['path', {
|
|
7084
|
-
d: '
|
|
7085
|
-
key: '
|
|
7282
|
+
d: 'M3 21V18l9-9',
|
|
7283
|
+
key: 'tvc52x'
|
|
7086
7284
|
}], ['path', {
|
|
7087
|
-
d: '
|
|
7088
|
-
key: '
|
|
7285
|
+
d: 'M21.37 5.63a2.12 2.12 0 0 0-3-3L15.58 5.42a1.05 1.05 0 0 1-1.5 0 1.07 1.07 0 0 0-1.5 0L11.25 6.75a1.07 1.07 0 0 0 0 1.5l4.5 4.5a1.07 1.07 0 0 0 1.5 0l1.33-1.33a1.07 1.07 0 0 0 0-1.5 1.05 1.05 0 0 1 0-1.5Z',
|
|
7286
|
+
key: '1u8tu6'
|
|
7089
7287
|
}]]);
|
|
7090
7288
|
var Pipette$1 = Pipette;
|
|
7091
7289
|
|
|
@@ -8060,18 +8258,18 @@ var ShoppingBag = createPreactComponent('ShoppingBag', [['path', {
|
|
|
8060
8258
|
var ShoppingBag$1 = ShoppingBag;
|
|
8061
8259
|
|
|
8062
8260
|
var ShoppingCart = createPreactComponent('ShoppingCart', [['circle', {
|
|
8063
|
-
cx: '
|
|
8261
|
+
cx: '8',
|
|
8064
8262
|
cy: '21',
|
|
8065
8263
|
r: '1',
|
|
8066
|
-
key: '
|
|
8264
|
+
key: 'jimo8o'
|
|
8067
8265
|
}], ['circle', {
|
|
8068
8266
|
cx: '19',
|
|
8069
8267
|
cy: '21',
|
|
8070
8268
|
r: '1',
|
|
8071
8269
|
key: '13723u'
|
|
8072
8270
|
}], ['path', {
|
|
8073
|
-
d: 'M2
|
|
8074
|
-
key: '
|
|
8271
|
+
d: 'M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12',
|
|
8272
|
+
key: '9zh506'
|
|
8075
8273
|
}]]);
|
|
8076
8274
|
var ShoppingCart$1 = ShoppingCart;
|
|
8077
8275
|
|
|
@@ -8634,6 +8832,21 @@ var StarHalf = createPreactComponent('StarHalf', [['path', {
|
|
|
8634
8832
|
}]]);
|
|
8635
8833
|
var StarHalf$1 = StarHalf;
|
|
8636
8834
|
|
|
8835
|
+
var StarOff = createPreactComponent('StarOff', [['path', {
|
|
8836
|
+
d: 'M8.34 8.34 2 9.27l5 4.87L5.82 21 12 17.77 18.18 21l-.59-3.43',
|
|
8837
|
+
key: '16m0ql'
|
|
8838
|
+
}], ['path', {
|
|
8839
|
+
d: 'M18.42 12.76 22 9.27l-6.91-1L12 2l-1.44 2.91',
|
|
8840
|
+
key: '1vt8nq'
|
|
8841
|
+
}], ['line', {
|
|
8842
|
+
x1: '2',
|
|
8843
|
+
y1: '2',
|
|
8844
|
+
x2: '22',
|
|
8845
|
+
y2: '22',
|
|
8846
|
+
key: '1w4vcy'
|
|
8847
|
+
}]]);
|
|
8848
|
+
var StarOff$1 = StarOff;
|
|
8849
|
+
|
|
8637
8850
|
var Star = createPreactComponent('Star', [['polygon', {
|
|
8638
8851
|
points: '12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2',
|
|
8639
8852
|
key: '8f66p6'
|
|
@@ -8745,6 +8958,69 @@ var SunDim = createPreactComponent('SunDim', [['path', {
|
|
|
8745
8958
|
}]]);
|
|
8746
8959
|
var SunDim$1 = SunDim;
|
|
8747
8960
|
|
|
8961
|
+
var SunMedium = createPreactComponent('SunMedium', [['path', {
|
|
8962
|
+
d: 'M12 16a4 4 0 100-8 4 4 0 000 8z',
|
|
8963
|
+
key: 'rhxqn8'
|
|
8964
|
+
}], ['path', {
|
|
8965
|
+
d: 'M12 3v1',
|
|
8966
|
+
key: '1asbbs'
|
|
8967
|
+
}], ['path', {
|
|
8968
|
+
d: 'M12 20v1',
|
|
8969
|
+
key: '1wcdkc'
|
|
8970
|
+
}], ['path', {
|
|
8971
|
+
d: 'M3 12h1',
|
|
8972
|
+
key: 'lp3yf2'
|
|
8973
|
+
}], ['path', {
|
|
8974
|
+
d: 'M20 12h1',
|
|
8975
|
+
key: '1vloll'
|
|
8976
|
+
}], ['path', {
|
|
8977
|
+
d: 'M18.364 5.636l-.707.707',
|
|
8978
|
+
key: '1yh9r5'
|
|
8979
|
+
}], ['path', {
|
|
8980
|
+
d: 'M6.343 17.657l-.707.707',
|
|
8981
|
+
key: '1jxihd'
|
|
8982
|
+
}], ['path', {
|
|
8983
|
+
d: 'M5.636 5.636l.707.707',
|
|
8984
|
+
key: '1rbc6u'
|
|
8985
|
+
}], ['path', {
|
|
8986
|
+
d: 'M17.657 17.657l.707.707',
|
|
8987
|
+
key: 'yvwpvf'
|
|
8988
|
+
}]]);
|
|
8989
|
+
var SunMedium$1 = SunMedium;
|
|
8990
|
+
|
|
8991
|
+
var SunMoon = createPreactComponent('SunMoon', [['path', {
|
|
8992
|
+
d: 'M12 16a4 4 0 100-8 4 4 0 000 8z',
|
|
8993
|
+
key: 'rhxqn8'
|
|
8994
|
+
}], ['path', {
|
|
8995
|
+
d: 'M16 12.386A3.136 3.136 0 0111.614 8',
|
|
8996
|
+
key: 'l36jv9'
|
|
8997
|
+
}], ['path', {
|
|
8998
|
+
d: 'M12 2v2',
|
|
8999
|
+
key: 'tus03m'
|
|
9000
|
+
}], ['path', {
|
|
9001
|
+
d: 'M12 20v2',
|
|
9002
|
+
key: '1lh1kg'
|
|
9003
|
+
}], ['path', {
|
|
9004
|
+
d: 'M5 5l1.5 1.5',
|
|
9005
|
+
key: '14jlk1'
|
|
9006
|
+
}], ['path', {
|
|
9007
|
+
d: 'M17.5 17.5L19 19',
|
|
9008
|
+
key: '1aq1dt'
|
|
9009
|
+
}], ['path', {
|
|
9010
|
+
d: 'M2 12h2',
|
|
9011
|
+
key: '1t8f8n'
|
|
9012
|
+
}], ['path', {
|
|
9013
|
+
d: 'M20 12h2',
|
|
9014
|
+
key: '1q8mjw'
|
|
9015
|
+
}], ['path', {
|
|
9016
|
+
d: 'M5 19l1.5-1.5',
|
|
9017
|
+
key: 'ltljez'
|
|
9018
|
+
}], ['path', {
|
|
9019
|
+
d: 'M17.5 6.5L19 5',
|
|
9020
|
+
key: '1jn2nc'
|
|
9021
|
+
}]]);
|
|
9022
|
+
var SunMoon$1 = SunMoon;
|
|
9023
|
+
|
|
8748
9024
|
var Sun = createPreactComponent('Sun', [['circle', {
|
|
8749
9025
|
cx: '12',
|
|
8750
9026
|
cy: '12',
|
|
@@ -8875,6 +9151,75 @@ var SwitchCamera = createPreactComponent('SwitchCamera', [['path', {
|
|
|
8875
9151
|
}]]);
|
|
8876
9152
|
var SwitchCamera$1 = SwitchCamera;
|
|
8877
9153
|
|
|
9154
|
+
var Sword = createPreactComponent('Sword', [['polyline', {
|
|
9155
|
+
points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5',
|
|
9156
|
+
key: '1hfsw2'
|
|
9157
|
+
}], ['line', {
|
|
9158
|
+
x1: '13',
|
|
9159
|
+
y1: '19',
|
|
9160
|
+
x2: '19',
|
|
9161
|
+
y2: '13',
|
|
9162
|
+
key: '7h9f57'
|
|
9163
|
+
}], ['line', {
|
|
9164
|
+
x1: '16',
|
|
9165
|
+
y1: '16',
|
|
9166
|
+
x2: '20',
|
|
9167
|
+
y2: '20',
|
|
9168
|
+
key: '1b4zco'
|
|
9169
|
+
}], ['line', {
|
|
9170
|
+
x1: '19',
|
|
9171
|
+
y1: '21',
|
|
9172
|
+
x2: '21',
|
|
9173
|
+
y2: '19',
|
|
9174
|
+
key: 'df24kr'
|
|
9175
|
+
}]]);
|
|
9176
|
+
var Sword$1 = Sword;
|
|
9177
|
+
|
|
9178
|
+
var Swords = createPreactComponent('Swords', [['polyline', {
|
|
9179
|
+
points: '14.5 17.5 3 6 3 3 6 3 17.5 14.5',
|
|
9180
|
+
key: '1hfsw2'
|
|
9181
|
+
}], ['line', {
|
|
9182
|
+
x1: '13',
|
|
9183
|
+
y1: '19',
|
|
9184
|
+
x2: '19',
|
|
9185
|
+
y2: '13',
|
|
9186
|
+
key: '7h9f57'
|
|
9187
|
+
}], ['line', {
|
|
9188
|
+
x1: '16',
|
|
9189
|
+
y1: '16',
|
|
9190
|
+
x2: '20',
|
|
9191
|
+
y2: '20',
|
|
9192
|
+
key: '1b4zco'
|
|
9193
|
+
}], ['line', {
|
|
9194
|
+
x1: '19',
|
|
9195
|
+
y1: '21',
|
|
9196
|
+
x2: '21',
|
|
9197
|
+
y2: '19',
|
|
9198
|
+
key: 'df24kr'
|
|
9199
|
+
}], ['polyline', {
|
|
9200
|
+
points: '14.5 6.5 18 3 21 3 21 6 17.5 9.5',
|
|
9201
|
+
key: 'hbey2j'
|
|
9202
|
+
}], ['line', {
|
|
9203
|
+
x1: '5',
|
|
9204
|
+
y1: '14',
|
|
9205
|
+
x2: '9',
|
|
9206
|
+
y2: '18',
|
|
9207
|
+
key: 'acydkb'
|
|
9208
|
+
}], ['line', {
|
|
9209
|
+
x1: '7',
|
|
9210
|
+
y1: '17',
|
|
9211
|
+
x2: '4',
|
|
9212
|
+
y2: '20',
|
|
9213
|
+
key: '1vmq9v'
|
|
9214
|
+
}], ['line', {
|
|
9215
|
+
x1: '3',
|
|
9216
|
+
y1: '19',
|
|
9217
|
+
x2: '5',
|
|
9218
|
+
y2: '21',
|
|
9219
|
+
key: '139kw4'
|
|
9220
|
+
}]]);
|
|
9221
|
+
var Swords$1 = Swords;
|
|
9222
|
+
|
|
8878
9223
|
var Table = createPreactComponent('Table', [['rect', {
|
|
8879
9224
|
x: '3',
|
|
8880
9225
|
y: '3',
|
|
@@ -9200,6 +9545,22 @@ var Tornado = createPreactComponent('Tornado', [['path', {
|
|
|
9200
9545
|
}]]);
|
|
9201
9546
|
var Tornado$1 = Tornado;
|
|
9202
9547
|
|
|
9548
|
+
var Train = createPreactComponent('Train', [['rect', {
|
|
9549
|
+
x: '4',
|
|
9550
|
+
y: '3',
|
|
9551
|
+
width: '16',
|
|
9552
|
+
height: '16',
|
|
9553
|
+
rx: '2',
|
|
9554
|
+
key: 'u93jis'
|
|
9555
|
+
}], ['path', {
|
|
9556
|
+
d: 'M4 11h16M12 3v8',
|
|
9557
|
+
key: '11pg5r'
|
|
9558
|
+
}], ['path', {
|
|
9559
|
+
d: 'M8 15h.01M16 15h.01M8 19l-2 3M18 22l-2-3',
|
|
9560
|
+
key: 'kk6nrl'
|
|
9561
|
+
}]]);
|
|
9562
|
+
var Train$1 = Train;
|
|
9563
|
+
|
|
9203
9564
|
var Trash2 = createPreactComponent('Trash2', [['polyline', {
|
|
9204
9565
|
points: '3 6 5 6 21 6',
|
|
9205
9566
|
key: 'c9uf7f'
|
|
@@ -9580,6 +9941,18 @@ var Users = createPreactComponent('Users', [['path', {
|
|
|
9580
9941
|
}]]);
|
|
9581
9942
|
var Users$1 = Users;
|
|
9582
9943
|
|
|
9944
|
+
var VenetianMask = createPreactComponent('VenetianMask', [['path', {
|
|
9945
|
+
d: 'M2 12a5 5 0 0 0 5 5 8 8 0 0 1 5 2 8 8 0 0 1 5-2 5 5 0 0 0 5-5V7h-5a8 8 0 0 0-5 2 8 8 0 0 0-5-2H2Z',
|
|
9946
|
+
key: '1g6z3j'
|
|
9947
|
+
}], ['path', {
|
|
9948
|
+
d: 'M6 11c1.5 0 3 .5 3 2-2 0-3 0-3-2Z',
|
|
9949
|
+
key: 'c2lwnf'
|
|
9950
|
+
}], ['path', {
|
|
9951
|
+
d: 'M18 11c-1.5 0-3 .5-3 2 2 0 3 0 3-2Z',
|
|
9952
|
+
key: 'njd9zo'
|
|
9953
|
+
}]]);
|
|
9954
|
+
var VenetianMask$1 = VenetianMask;
|
|
9955
|
+
|
|
9583
9956
|
var Verified = createPreactComponent('Verified', [['path', {
|
|
9584
9957
|
d: 'M12 3a3.6 3.6 0 0 0-3.05 1.68 3.6 3.6 0 0 0-.9-.1 3.6 3.6 0 0 0-2.42 1.06 3.6 3.6 0 0 0-.94 3.32A3.6 3.6 0 0 0 3 12a3.6 3.6 0 0 0 1.69 3.05 3.6 3.6 0 0 0 .95 3.32 3.6 3.6 0 0 0 3.35.96A3.6 3.6 0 0 0 12 21a3.6 3.6 0 0 0 3.04-1.67 3.6 3.6 0 0 0 4.3-4.3A3.6 3.6 0 0 0 21 12a3.6 3.6 0 0 0-1.67-3.04v0a3.6 3.6 0 0 0-4.3-4.3A3.6 3.6 0 0 0 12 3z',
|
|
9585
9958
|
key: 'pyfzo6'
|
|
@@ -10137,7 +10510,11 @@ exports.Axe = Axe$1;
|
|
|
10137
10510
|
exports.Banknote = Banknote$1;
|
|
10138
10511
|
exports.BarChart = BarChart$1;
|
|
10139
10512
|
exports.BarChart2 = BarChart2$1;
|
|
10513
|
+
exports.BarChart3 = BarChart3$1;
|
|
10514
|
+
exports.BarChart4 = BarChart4$1;
|
|
10515
|
+
exports.BarChartHorizontal = BarChartHorizontal$1;
|
|
10140
10516
|
exports.Baseline = Baseline$1;
|
|
10517
|
+
exports.Bath = Bath$1;
|
|
10141
10518
|
exports.Battery = Battery$1;
|
|
10142
10519
|
exports.BatteryCharging = BatteryCharging$1;
|
|
10143
10520
|
exports.BatteryFull = BatteryFull$1;
|
|
@@ -10182,6 +10559,7 @@ exports.Check = Check$1;
|
|
|
10182
10559
|
exports.CheckCircle = CheckCircle$1;
|
|
10183
10560
|
exports.CheckCircle2 = CheckCircle2$1;
|
|
10184
10561
|
exports.CheckSquare = CheckSquare$1;
|
|
10562
|
+
exports.ChefHat = ChefHat$1;
|
|
10185
10563
|
exports.ChevronDown = ChevronDown$1;
|
|
10186
10564
|
exports.ChevronFirst = ChevronFirst$1;
|
|
10187
10565
|
exports.ChevronLast = ChevronLast$1;
|
|
@@ -10240,6 +10618,7 @@ exports.Coins = Coins$1;
|
|
|
10240
10618
|
exports.Columns = Columns$1;
|
|
10241
10619
|
exports.Command = Command$1;
|
|
10242
10620
|
exports.Compass = Compass$1;
|
|
10621
|
+
exports.Component = Component$1;
|
|
10243
10622
|
exports.Contact = Contact$1;
|
|
10244
10623
|
exports.Contrast = Contrast$1;
|
|
10245
10624
|
exports.Cookie = Cookie$1;
|
|
@@ -10256,6 +10635,7 @@ exports.CornerUpLeft = CornerUpLeft$1;
|
|
|
10256
10635
|
exports.CornerUpRight = CornerUpRight$1;
|
|
10257
10636
|
exports.Cpu = Cpu$1;
|
|
10258
10637
|
exports.CreditCard = CreditCard$1;
|
|
10638
|
+
exports.Croissant = Croissant$1;
|
|
10259
10639
|
exports.Crop = Crop$1;
|
|
10260
10640
|
exports.Cross = Cross$1;
|
|
10261
10641
|
exports.Crosshair = Crosshair$1;
|
|
@@ -10334,6 +10714,7 @@ exports.Forward = Forward$1;
|
|
|
10334
10714
|
exports.Frame = Frame$1;
|
|
10335
10715
|
exports.Framer = Framer$1;
|
|
10336
10716
|
exports.Frown = Frown$1;
|
|
10717
|
+
exports.Fuel = Fuel$1;
|
|
10337
10718
|
exports.FunctionSquare = FunctionSquare$1;
|
|
10338
10719
|
exports.Gamepad = Gamepad$1;
|
|
10339
10720
|
exports.Gamepad2 = Gamepad2$1;
|
|
@@ -10406,6 +10787,7 @@ exports.Library = Library$1;
|
|
|
10406
10787
|
exports.LifeBuoy = LifeBuoy$1;
|
|
10407
10788
|
exports.Lightbulb = Lightbulb$1;
|
|
10408
10789
|
exports.LightbulbOff = LightbulbOff$1;
|
|
10790
|
+
exports.LineChart = LineChart$1;
|
|
10409
10791
|
exports.Link = Link$1;
|
|
10410
10792
|
exports.Link2 = Link2$1;
|
|
10411
10793
|
exports.Link2Off = Link2Off$1;
|
|
@@ -10427,6 +10809,7 @@ exports.LogOut = LogOut$1;
|
|
|
10427
10809
|
exports.Mail = Mail$1;
|
|
10428
10810
|
exports.Map = Map$1;
|
|
10429
10811
|
exports.MapPin = MapPin$1;
|
|
10812
|
+
exports.MapPinOff = MapPinOff$1;
|
|
10430
10813
|
exports.Maximize = Maximize$1;
|
|
10431
10814
|
exports.Maximize2 = Maximize2$1;
|
|
10432
10815
|
exports.Megaphone = Megaphone$1;
|
|
@@ -10462,6 +10845,8 @@ exports.MoveVertical = MoveVertical$1;
|
|
|
10462
10845
|
exports.Music = Music$1;
|
|
10463
10846
|
exports.Navigation = Navigation$1;
|
|
10464
10847
|
exports.Navigation2 = Navigation2$1;
|
|
10848
|
+
exports.Navigation2Off = Navigation2Off$1;
|
|
10849
|
+
exports.NavigationOff = NavigationOff$1;
|
|
10465
10850
|
exports.Network = Network$1;
|
|
10466
10851
|
exports.Octagon = Octagon$1;
|
|
10467
10852
|
exports.Option = Option$1;
|
|
@@ -10586,6 +10971,7 @@ exports.Sprout = Sprout$1;
|
|
|
10586
10971
|
exports.Square = Square$1;
|
|
10587
10972
|
exports.Star = Star$1;
|
|
10588
10973
|
exports.StarHalf = StarHalf$1;
|
|
10974
|
+
exports.StarOff = StarOff$1;
|
|
10589
10975
|
exports.StopCircle = StopCircle$1;
|
|
10590
10976
|
exports.StretchHorizontal = StretchHorizontal$1;
|
|
10591
10977
|
exports.StretchVertical = StretchVertical$1;
|
|
@@ -10593,11 +10979,15 @@ exports.Strikethrough = Strikethrough$1;
|
|
|
10593
10979
|
exports.Subscript = Subscript$1;
|
|
10594
10980
|
exports.Sun = Sun$1;
|
|
10595
10981
|
exports.SunDim = SunDim$1;
|
|
10982
|
+
exports.SunMedium = SunMedium$1;
|
|
10983
|
+
exports.SunMoon = SunMoon$1;
|
|
10596
10984
|
exports.Sunrise = Sunrise$1;
|
|
10597
10985
|
exports.Sunset = Sunset$1;
|
|
10598
10986
|
exports.Superscript = Superscript$1;
|
|
10599
10987
|
exports.SwissFranc = SwissFranc$1;
|
|
10600
10988
|
exports.SwitchCamera = SwitchCamera$1;
|
|
10989
|
+
exports.Sword = Sword$1;
|
|
10990
|
+
exports.Swords = Swords$1;
|
|
10601
10991
|
exports.Table = Table$1;
|
|
10602
10992
|
exports.Tablet = Tablet$1;
|
|
10603
10993
|
exports.Tag = Tag$1;
|
|
@@ -10619,6 +11009,7 @@ exports.TimerReset = TimerReset$1;
|
|
|
10619
11009
|
exports.ToggleLeft = ToggleLeft$1;
|
|
10620
11010
|
exports.ToggleRight = ToggleRight$1;
|
|
10621
11011
|
exports.Tornado = Tornado$1;
|
|
11012
|
+
exports.Train = Train$1;
|
|
10622
11013
|
exports.Trash = Trash$1;
|
|
10623
11014
|
exports.Trash2 = Trash2$1;
|
|
10624
11015
|
exports.Trello = Trello$1;
|
|
@@ -10646,6 +11037,7 @@ exports.UserMinus = UserMinus$1;
|
|
|
10646
11037
|
exports.UserPlus = UserPlus$1;
|
|
10647
11038
|
exports.UserX = UserX$1;
|
|
10648
11039
|
exports.Users = Users$1;
|
|
11040
|
+
exports.VenetianMask = VenetianMask$1;
|
|
10649
11041
|
exports.Verified = Verified$1;
|
|
10650
11042
|
exports.Vibrate = Vibrate$1;
|
|
10651
11043
|
exports.VibrateOff = VibrateOff$1;
|