lucide-angular 0.80.0 → 0.83.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/bundles/lucide-angular-src-icons.umd.js +358 -26
- package/bundles/lucide-angular-src-icons.umd.js.map +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js +1 -1
- package/bundles/lucide-angular-src-icons.umd.min.js.map +1 -1
- package/bundles/lucide-angular.umd.js +389 -28
- package/bundles/lucide-angular.umd.js.map +1 -1
- package/bundles/lucide-angular.umd.min.js +1 -1
- package/bundles/lucide-angular.umd.min.js.map +1 -1
- package/esm2015/icons/box-select.js +13 -13
- package/esm2015/icons/curly-braces.js +21 -0
- package/esm2015/icons/file-json-2.js +23 -0
- package/esm2015/icons/file-json.js +28 -0
- package/esm2015/icons/file-type-2.js +14 -0
- package/esm2015/icons/heart-pulse.js +16 -0
- package/esm2015/icons/index.js +21 -1
- package/esm2015/icons/mail-check.js +15 -0
- package/esm2015/icons/mail-minus.js +15 -0
- package/esm2015/icons/mail-open.js +16 -0
- package/esm2015/icons/mail-plus.js +16 -0
- package/esm2015/icons/mail-question.js +21 -0
- package/esm2015/icons/mail-search.js +17 -0
- package/esm2015/icons/mail-warning.js +16 -0
- package/esm2015/icons/mail-x.js +16 -0
- package/esm2015/icons/mail.js +3 -8
- package/esm2015/icons/mails.js +12 -0
- package/esm2015/icons/medal.js +20 -0
- package/esm2015/icons/megaphone-off.js +13 -0
- package/esm2015/icons/qr-code.js +13 -12
- package/esm2015/icons/scan-face.js +16 -0
- package/esm2015/icons/sun-snow.js +20 -0
- package/esm2015/icons/trophy.js +21 -0
- package/esm2015/icons/webhook.js +20 -0
- package/esm2015/src/icons/box-select.js +13 -13
- package/esm2015/src/icons/curly-braces.js +21 -0
- package/esm2015/src/icons/file-json-2.js +23 -0
- package/esm2015/src/icons/file-json.js +28 -0
- package/esm2015/src/icons/file-type-2.js +14 -0
- package/esm2015/src/icons/heart-pulse.js +16 -0
- package/esm2015/src/icons/index.js +21 -1
- package/esm2015/src/icons/mail-check.js +15 -0
- package/esm2015/src/icons/mail-minus.js +15 -0
- package/esm2015/src/icons/mail-open.js +16 -0
- package/esm2015/src/icons/mail-plus.js +16 -0
- package/esm2015/src/icons/mail-question.js +21 -0
- package/esm2015/src/icons/mail-search.js +17 -0
- package/esm2015/src/icons/mail-warning.js +16 -0
- package/esm2015/src/icons/mail-x.js +16 -0
- package/esm2015/src/icons/mail.js +3 -8
- package/esm2015/src/icons/mails.js +12 -0
- package/esm2015/src/icons/medal.js +20 -0
- package/esm2015/src/icons/megaphone-off.js +13 -0
- package/esm2015/src/icons/qr-code.js +13 -12
- package/esm2015/src/icons/scan-face.js +16 -0
- package/esm2015/src/icons/sun-snow.js +20 -0
- package/esm2015/src/icons/trophy.js +21 -0
- package/esm2015/src/icons/webhook.js +20 -0
- package/fesm2015/lucide-angular-src-icons.js +339 -27
- package/fesm2015/lucide-angular-src-icons.js.map +1 -1
- package/fesm2015/lucide-angular.js +359 -27
- package/fesm2015/lucide-angular.js.map +1 -1
- package/icons/curly-braces.d.ts +3 -0
- package/icons/file-json-2.d.ts +3 -0
- package/icons/file-json.d.ts +3 -0
- package/icons/file-type-2.d.ts +3 -0
- package/icons/heart-pulse.d.ts +3 -0
- package/icons/index.d.ts +20 -0
- package/icons/mail-check.d.ts +3 -0
- package/icons/mail-minus.d.ts +3 -0
- package/icons/mail-open.d.ts +3 -0
- package/icons/mail-plus.d.ts +3 -0
- package/icons/mail-question.d.ts +3 -0
- package/icons/mail-search.d.ts +3 -0
- package/icons/mail-warning.d.ts +3 -0
- package/icons/mail-x.d.ts +3 -0
- package/icons/mails.d.ts +3 -0
- package/icons/medal.d.ts +3 -0
- package/icons/megaphone-off.d.ts +3 -0
- package/icons/scan-face.d.ts +3 -0
- package/icons/sun-snow.d.ts +3 -0
- package/icons/trophy.d.ts +3 -0
- package/icons/webhook.d.ts +3 -0
- package/lucide-angular.metadata.json +1 -1
- package/package.json +1 -1
- package/src/icons/curly-braces.d.ts +3 -0
- package/src/icons/file-json-2.d.ts +3 -0
- package/src/icons/file-json.d.ts +3 -0
- package/src/icons/file-type-2.d.ts +3 -0
- package/src/icons/heart-pulse.d.ts +3 -0
- package/src/icons/index.d.ts +20 -0
- package/src/icons/lucide-angular-src-icons.metadata.json +1 -1
- package/src/icons/mail-check.d.ts +3 -0
- package/src/icons/mail-minus.d.ts +3 -0
- package/src/icons/mail-open.d.ts +3 -0
- package/src/icons/mail-plus.d.ts +3 -0
- package/src/icons/mail-question.d.ts +3 -0
- package/src/icons/mail-search.d.ts +3 -0
- package/src/icons/mail-warning.d.ts +3 -0
- package/src/icons/mail-x.d.ts +3 -0
- package/src/icons/mails.d.ts +3 -0
- package/src/icons/medal.d.ts +3 -0
- package/src/icons/megaphone-off.d.ts +3 -0
- package/src/icons/scan-face.d.ts +3 -0
- package/src/icons/sun-snow.d.ts +3 -0
- package/src/icons/trophy.d.ts +3 -0
- package/src/icons/webhook.d.ts +3 -0
|
@@ -1259,18 +1259,18 @@ const BoxSelect = [
|
|
|
1259
1259
|
'svg',
|
|
1260
1260
|
defaultAttributes,
|
|
1261
1261
|
[
|
|
1262
|
-
['path', { d: '
|
|
1263
|
-
['
|
|
1264
|
-
['
|
|
1265
|
-
['path', { d: '
|
|
1266
|
-
['
|
|
1267
|
-
['
|
|
1268
|
-
['path', { d: '
|
|
1269
|
-
['
|
|
1270
|
-
['
|
|
1271
|
-
['path', { d: '
|
|
1272
|
-
['
|
|
1273
|
-
['
|
|
1262
|
+
['path', { d: 'M5 3a2 2 0 0 0-2 2' }],
|
|
1263
|
+
['path', { d: 'M19 3a2 2 0 0 1 2 2' }],
|
|
1264
|
+
['path', { d: 'M21 19a2 2 0 0 1-2 2' }],
|
|
1265
|
+
['path', { d: 'M5 21a2 2 0 0 1-2-2' }],
|
|
1266
|
+
['path', { d: 'M9 3h1' }],
|
|
1267
|
+
['path', { d: 'M9 21h1' }],
|
|
1268
|
+
['path', { d: 'M14 3h1' }],
|
|
1269
|
+
['path', { d: 'M14 21h1' }],
|
|
1270
|
+
['path', { d: 'M3 9v1' }],
|
|
1271
|
+
['path', { d: 'M21 9v1' }],
|
|
1272
|
+
['path', { d: 'M3 14v1' }],
|
|
1273
|
+
['path', { d: 'M21 14v1' }],
|
|
1274
1274
|
],
|
|
1275
1275
|
];
|
|
1276
1276
|
|
|
@@ -2828,6 +2828,25 @@ const CupSoda = [
|
|
|
2828
2828
|
],
|
|
2829
2829
|
];
|
|
2830
2830
|
|
|
2831
|
+
const CurlyBraces = [
|
|
2832
|
+
'svg',
|
|
2833
|
+
defaultAttributes,
|
|
2834
|
+
[
|
|
2835
|
+
[
|
|
2836
|
+
'path',
|
|
2837
|
+
{
|
|
2838
|
+
d: 'M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1',
|
|
2839
|
+
},
|
|
2840
|
+
],
|
|
2841
|
+
[
|
|
2842
|
+
'path',
|
|
2843
|
+
{
|
|
2844
|
+
d: 'M16 21h1a2 2 0 0 0 2-2v-5c0-1.1.9-2 2-2a2 2 0 0 1-2-2V5a2 2 0 0 0-2-2h-1',
|
|
2845
|
+
},
|
|
2846
|
+
],
|
|
2847
|
+
],
|
|
2848
|
+
];
|
|
2849
|
+
|
|
2831
2850
|
const Currency = [
|
|
2832
2851
|
'svg',
|
|
2833
2852
|
defaultAttributes,
|
|
@@ -3657,6 +3676,53 @@ const FileInput = [
|
|
|
3657
3676
|
],
|
|
3658
3677
|
];
|
|
3659
3678
|
|
|
3679
|
+
const FileJson2 = [
|
|
3680
|
+
'svg',
|
|
3681
|
+
defaultAttributes,
|
|
3682
|
+
[
|
|
3683
|
+
['path', { d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4' }],
|
|
3684
|
+
['polyline', { points: '14 2 14 8 20 8' }],
|
|
3685
|
+
[
|
|
3686
|
+
'path',
|
|
3687
|
+
{
|
|
3688
|
+
d: 'M4 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1',
|
|
3689
|
+
},
|
|
3690
|
+
],
|
|
3691
|
+
[
|
|
3692
|
+
'path',
|
|
3693
|
+
{
|
|
3694
|
+
d: 'M8 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1',
|
|
3695
|
+
},
|
|
3696
|
+
],
|
|
3697
|
+
],
|
|
3698
|
+
];
|
|
3699
|
+
|
|
3700
|
+
const FileJson = [
|
|
3701
|
+
'svg',
|
|
3702
|
+
defaultAttributes,
|
|
3703
|
+
[
|
|
3704
|
+
[
|
|
3705
|
+
'path',
|
|
3706
|
+
{
|
|
3707
|
+
d: 'M14.5 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7.5L14.5 2z',
|
|
3708
|
+
},
|
|
3709
|
+
],
|
|
3710
|
+
['polyline', { points: '14 2 14 8 20 8' }],
|
|
3711
|
+
[
|
|
3712
|
+
'path',
|
|
3713
|
+
{
|
|
3714
|
+
d: 'M10 12a1 1 0 0 0-1 1v1a1 1 0 0 1-1 1 1 1 0 0 1 1 1v1a1 1 0 0 0 1 1',
|
|
3715
|
+
},
|
|
3716
|
+
],
|
|
3717
|
+
[
|
|
3718
|
+
'path',
|
|
3719
|
+
{
|
|
3720
|
+
d: 'M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1',
|
|
3721
|
+
},
|
|
3722
|
+
],
|
|
3723
|
+
],
|
|
3724
|
+
];
|
|
3725
|
+
|
|
3660
3726
|
const FileKey2 = [
|
|
3661
3727
|
'svg',
|
|
3662
3728
|
defaultAttributes,
|
|
@@ -3942,6 +4008,18 @@ const FileText = [
|
|
|
3942
4008
|
],
|
|
3943
4009
|
];
|
|
3944
4010
|
|
|
4011
|
+
const FileType2 = [
|
|
4012
|
+
'svg',
|
|
4013
|
+
defaultAttributes,
|
|
4014
|
+
[
|
|
4015
|
+
['path', { d: 'M4 22h14a2 2 0 0 0 2-2V7.5L14.5 2H6a2 2 0 0 0-2 2v4' }],
|
|
4016
|
+
['polyline', { points: '14 2 14 8 20 8' }],
|
|
4017
|
+
['path', { d: 'M2 13v-1h6v1' }],
|
|
4018
|
+
['path', { d: 'M4 18h2' }],
|
|
4019
|
+
['path', { d: 'M5 12v6' }],
|
|
4020
|
+
],
|
|
4021
|
+
];
|
|
4022
|
+
|
|
3945
4023
|
const FileType = [
|
|
3946
4024
|
'svg',
|
|
3947
4025
|
defaultAttributes,
|
|
@@ -5338,6 +5416,20 @@ const HeartOff = [
|
|
|
5338
5416
|
],
|
|
5339
5417
|
];
|
|
5340
5418
|
|
|
5419
|
+
const HeartPulse = [
|
|
5420
|
+
'svg',
|
|
5421
|
+
defaultAttributes,
|
|
5422
|
+
[
|
|
5423
|
+
[
|
|
5424
|
+
'path',
|
|
5425
|
+
{
|
|
5426
|
+
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',
|
|
5427
|
+
},
|
|
5428
|
+
],
|
|
5429
|
+
['path', { d: 'M3.5 12h6l.5-1 2 4.5 2-7 1.5 3.5h5' }],
|
|
5430
|
+
],
|
|
5431
|
+
];
|
|
5432
|
+
|
|
5341
5433
|
const Heart = [
|
|
5342
5434
|
'svg',
|
|
5343
5435
|
defaultAttributes,
|
|
@@ -6251,17 +6343,138 @@ const Magnet = [
|
|
|
6251
6343
|
],
|
|
6252
6344
|
];
|
|
6253
6345
|
|
|
6254
|
-
const
|
|
6346
|
+
const MailCheck = [
|
|
6347
|
+
'svg',
|
|
6348
|
+
defaultAttributes,
|
|
6349
|
+
[
|
|
6350
|
+
[
|
|
6351
|
+
'path',
|
|
6352
|
+
{ d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
|
|
6353
|
+
],
|
|
6354
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6355
|
+
['path', { d: 'm16 19 2 2 4-4' }],
|
|
6356
|
+
],
|
|
6357
|
+
];
|
|
6358
|
+
|
|
6359
|
+
const MailMinus = [
|
|
6360
|
+
'svg',
|
|
6361
|
+
defaultAttributes,
|
|
6362
|
+
[
|
|
6363
|
+
[
|
|
6364
|
+
'path',
|
|
6365
|
+
{ d: 'M22 15V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
|
|
6366
|
+
],
|
|
6367
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6368
|
+
['path', { d: 'M16 19h6' }],
|
|
6369
|
+
],
|
|
6370
|
+
];
|
|
6371
|
+
|
|
6372
|
+
const MailOpen = [
|
|
6373
|
+
'svg',
|
|
6374
|
+
defaultAttributes,
|
|
6375
|
+
[
|
|
6376
|
+
[
|
|
6377
|
+
'path',
|
|
6378
|
+
{
|
|
6379
|
+
d: 'M21.2 8.4c.5.38.8.97.8 1.6v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V10a2 2 0 0 1 .8-1.6l8-6a2 2 0 0 1 2.4 0l8 6Z',
|
|
6380
|
+
},
|
|
6381
|
+
],
|
|
6382
|
+
['path', { d: 'm22 10-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 10' }],
|
|
6383
|
+
],
|
|
6384
|
+
];
|
|
6385
|
+
|
|
6386
|
+
const MailPlus = [
|
|
6387
|
+
'svg',
|
|
6388
|
+
defaultAttributes,
|
|
6389
|
+
[
|
|
6390
|
+
[
|
|
6391
|
+
'path',
|
|
6392
|
+
{ d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h8' },
|
|
6393
|
+
],
|
|
6394
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6395
|
+
['path', { d: 'M19 16v6' }],
|
|
6396
|
+
['path', { d: 'M16 19h6' }],
|
|
6397
|
+
],
|
|
6398
|
+
];
|
|
6399
|
+
|
|
6400
|
+
const MailQuestion = [
|
|
6255
6401
|
'svg',
|
|
6256
6402
|
defaultAttributes,
|
|
6257
6403
|
[
|
|
6404
|
+
[
|
|
6405
|
+
'path',
|
|
6406
|
+
{ d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5' },
|
|
6407
|
+
],
|
|
6408
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6258
6409
|
[
|
|
6259
6410
|
'path',
|
|
6260
6411
|
{
|
|
6261
|
-
d: '
|
|
6412
|
+
d: 'M18 15.28c.2-.4.5-.8.9-1a2.1 2.1 0 0 1 2.6.4c.3.4.5.8.5 1.3 0 1.3-2 2-2 2',
|
|
6262
6413
|
},
|
|
6263
6414
|
],
|
|
6264
|
-
['
|
|
6415
|
+
['path', { d: 'M20 22v.01' }],
|
|
6416
|
+
],
|
|
6417
|
+
];
|
|
6418
|
+
|
|
6419
|
+
const MailSearch = [
|
|
6420
|
+
'svg',
|
|
6421
|
+
defaultAttributes,
|
|
6422
|
+
[
|
|
6423
|
+
[
|
|
6424
|
+
'path',
|
|
6425
|
+
{ d: 'M22 12.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h7.5' },
|
|
6426
|
+
],
|
|
6427
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6428
|
+
['path', { d: 'M18 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6v0Z' }],
|
|
6429
|
+
['circle', { cx: '18', cy: '18', r: '3' }],
|
|
6430
|
+
['path', { d: 'm22 22-1.5-1.5' }],
|
|
6431
|
+
],
|
|
6432
|
+
];
|
|
6433
|
+
|
|
6434
|
+
const MailWarning = [
|
|
6435
|
+
'svg',
|
|
6436
|
+
defaultAttributes,
|
|
6437
|
+
[
|
|
6438
|
+
[
|
|
6439
|
+
'path',
|
|
6440
|
+
{ d: 'M22 10.5V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h12.5' },
|
|
6441
|
+
],
|
|
6442
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6443
|
+
['path', { d: 'M20 14v4' }],
|
|
6444
|
+
['path', { d: 'M20 22v.01' }],
|
|
6445
|
+
],
|
|
6446
|
+
];
|
|
6447
|
+
|
|
6448
|
+
const MailX = [
|
|
6449
|
+
'svg',
|
|
6450
|
+
defaultAttributes,
|
|
6451
|
+
[
|
|
6452
|
+
[
|
|
6453
|
+
'path',
|
|
6454
|
+
{ d: 'M22 13V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v12c0 1.1.9 2 2 2h9' },
|
|
6455
|
+
],
|
|
6456
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6457
|
+
['path', { d: 'm17 17 4 4' }],
|
|
6458
|
+
['path', { d: 'm21 17-4 4' }],
|
|
6459
|
+
],
|
|
6460
|
+
];
|
|
6461
|
+
|
|
6462
|
+
const Mail = [
|
|
6463
|
+
'svg',
|
|
6464
|
+
defaultAttributes,
|
|
6465
|
+
[
|
|
6466
|
+
['rect', { x: '2', y: '4', width: '20', height: '16', rx: '2' }],
|
|
6467
|
+
['path', { d: 'm22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7' }],
|
|
6468
|
+
],
|
|
6469
|
+
];
|
|
6470
|
+
|
|
6471
|
+
const Mails = [
|
|
6472
|
+
'svg',
|
|
6473
|
+
defaultAttributes,
|
|
6474
|
+
[
|
|
6475
|
+
['rect', { x: '6', y: '4', width: '16', height: '13', rx: '2' }],
|
|
6476
|
+
['path', { d: 'm22 7-7.1 3.78c-.57.3-1.23.3-1.8 0L6 7' }],
|
|
6477
|
+
['path', { d: 'M2 8v11c0 1.1.9 2 2 2h14' }],
|
|
6265
6478
|
],
|
|
6266
6479
|
];
|
|
6267
6480
|
|
|
@@ -6343,6 +6556,35 @@ const Maximize = [
|
|
|
6343
6556
|
],
|
|
6344
6557
|
];
|
|
6345
6558
|
|
|
6559
|
+
const Medal = [
|
|
6560
|
+
'svg',
|
|
6561
|
+
defaultAttributes,
|
|
6562
|
+
[
|
|
6563
|
+
[
|
|
6564
|
+
'path',
|
|
6565
|
+
{
|
|
6566
|
+
d: 'M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15',
|
|
6567
|
+
},
|
|
6568
|
+
],
|
|
6569
|
+
['path', { d: 'M11 12 5.12 2.2' }],
|
|
6570
|
+
['path', { d: 'm13 12 5.88-9.8' }],
|
|
6571
|
+
['path', { d: 'M8 7h8' }],
|
|
6572
|
+
['circle', { cx: '12', cy: '17', r: '5' }],
|
|
6573
|
+
['path', { d: 'M12 18v-2h-.5' }],
|
|
6574
|
+
],
|
|
6575
|
+
];
|
|
6576
|
+
|
|
6577
|
+
const MegaphoneOff = [
|
|
6578
|
+
'svg',
|
|
6579
|
+
defaultAttributes,
|
|
6580
|
+
[
|
|
6581
|
+
['path', { d: 'M9.26 9.26 3 11v3l14.14 3.14' }],
|
|
6582
|
+
['path', { d: 'M21 15.34V6l-7.31 2.03' }],
|
|
6583
|
+
['path', { d: 'M11.6 16.8a3 3 0 1 1-5.8-1.6' }],
|
|
6584
|
+
['line', { x1: '2', x2: '22', y1: '2', y2: '22' }],
|
|
6585
|
+
],
|
|
6586
|
+
];
|
|
6587
|
+
|
|
6346
6588
|
const Megaphone = [
|
|
6347
6589
|
'svg',
|
|
6348
6590
|
defaultAttributes,
|
|
@@ -7527,17 +7769,18 @@ const QrCode = [
|
|
|
7527
7769
|
'svg',
|
|
7528
7770
|
defaultAttributes,
|
|
7529
7771
|
[
|
|
7530
|
-
['rect', { x: '
|
|
7531
|
-
['
|
|
7532
|
-
['rect', { x: '
|
|
7533
|
-
['path', { d: '
|
|
7534
|
-
['
|
|
7535
|
-
['path', { d: '
|
|
7536
|
-
['path', { d: '
|
|
7537
|
-
['path', { d: '
|
|
7538
|
-
['path', { d: '
|
|
7539
|
-
['path', { d: '
|
|
7540
|
-
['path', { d: '
|
|
7772
|
+
['rect', { x: '3', y: '3', width: '5', height: '5', rx: '1' }],
|
|
7773
|
+
['rect', { x: '16', y: '3', width: '5', height: '5', rx: '1' }],
|
|
7774
|
+
['rect', { x: '3', y: '16', width: '5', height: '5', rx: '1' }],
|
|
7775
|
+
['path', { d: 'M21 16h-3a2 2 0 0 0-2 2v3' }],
|
|
7776
|
+
['path', { d: 'M21 21v.01' }],
|
|
7777
|
+
['path', { d: 'M12 7v3a2 2 0 0 1-2 2H7' }],
|
|
7778
|
+
['path', { d: 'M3 12h.01' }],
|
|
7779
|
+
['path', { d: 'M12 3h.01' }],
|
|
7780
|
+
['path', { d: 'M12 16v.01' }],
|
|
7781
|
+
['path', { d: 'M16 12h1' }],
|
|
7782
|
+
['path', { d: 'M21 12v.01' }],
|
|
7783
|
+
['path', { d: 'M12 21v-1' }],
|
|
7541
7784
|
],
|
|
7542
7785
|
];
|
|
7543
7786
|
|
|
@@ -7879,6 +8122,20 @@ const Scaling = [
|
|
|
7879
8122
|
],
|
|
7880
8123
|
];
|
|
7881
8124
|
|
|
8125
|
+
const ScanFace = [
|
|
8126
|
+
'svg',
|
|
8127
|
+
defaultAttributes,
|
|
8128
|
+
[
|
|
8129
|
+
['path', { d: 'M3 7V5a2 2 0 0 1 2-2h2' }],
|
|
8130
|
+
['path', { d: 'M17 3h2a2 2 0 0 1 2 2v2' }],
|
|
8131
|
+
['path', { d: 'M21 17v2a2 2 0 0 1-2 2h-2' }],
|
|
8132
|
+
['path', { d: 'M7 21H5a2 2 0 0 1-2-2v-2' }],
|
|
8133
|
+
['path', { d: 'M8 14s1.5 2 4 2 4-2 4-2' }],
|
|
8134
|
+
['path', { d: 'M9 9h.01' }],
|
|
8135
|
+
['path', { d: 'M15 9h.01' }],
|
|
8136
|
+
],
|
|
8137
|
+
];
|
|
8138
|
+
|
|
7882
8139
|
const ScanLine = [
|
|
7883
8140
|
'svg',
|
|
7884
8141
|
defaultAttributes,
|
|
@@ -8777,6 +9034,24 @@ const SunMoon = [
|
|
|
8777
9034
|
],
|
|
8778
9035
|
];
|
|
8779
9036
|
|
|
9037
|
+
const SunSnow = [
|
|
9038
|
+
'svg',
|
|
9039
|
+
defaultAttributes,
|
|
9040
|
+
[
|
|
9041
|
+
['path', { d: 'M10 9a3 3 0 1 0 0 6' }],
|
|
9042
|
+
['path', { d: 'M2 12h1' }],
|
|
9043
|
+
['path', { d: 'M14 21V3' }],
|
|
9044
|
+
['path', { d: 'M10 4V3' }],
|
|
9045
|
+
['path', { d: 'M10 21v-1' }],
|
|
9046
|
+
['path', { d: 'm3.64 18.36.7-.7' }],
|
|
9047
|
+
['path', { d: 'm4.34 6.34-.7-.7' }],
|
|
9048
|
+
['path', { d: 'M14 12h8' }],
|
|
9049
|
+
['path', { d: 'm17 4-3 3' }],
|
|
9050
|
+
['path', { d: 'm14 17 3 3' }],
|
|
9051
|
+
['path', { d: 'm21 15-3-3 3-3' }],
|
|
9052
|
+
],
|
|
9053
|
+
];
|
|
9054
|
+
|
|
8780
9055
|
const Sun = [
|
|
8781
9056
|
'svg',
|
|
8782
9057
|
defaultAttributes,
|
|
@@ -9309,6 +9584,25 @@ const Triangle = [
|
|
|
9309
9584
|
],
|
|
9310
9585
|
];
|
|
9311
9586
|
|
|
9587
|
+
const Trophy = [
|
|
9588
|
+
'svg',
|
|
9589
|
+
defaultAttributes,
|
|
9590
|
+
[
|
|
9591
|
+
['path', { d: 'M6 9H4.5a2.5 2.5 0 0 1 0-5H6' }],
|
|
9592
|
+
['path', { d: 'M18 9h1.5a2.5 2.5 0 0 0 0-5H18' }],
|
|
9593
|
+
['path', { d: 'M4 22h16' }],
|
|
9594
|
+
[
|
|
9595
|
+
'path',
|
|
9596
|
+
{ d: 'M10 14.66V17c0 .55-.47.98-.97 1.21C7.85 18.75 7 20.24 7 22' },
|
|
9597
|
+
],
|
|
9598
|
+
[
|
|
9599
|
+
'path',
|
|
9600
|
+
{ d: 'M14 14.66V17c0 .55.47.98.97 1.21C16.15 18.75 17 20.24 17 22' },
|
|
9601
|
+
],
|
|
9602
|
+
['path', { d: 'M18 2H6v7a6 6 0 0 0 12 0V2Z' }],
|
|
9603
|
+
],
|
|
9604
|
+
];
|
|
9605
|
+
|
|
9312
9606
|
const Truck = [
|
|
9313
9607
|
'svg',
|
|
9314
9608
|
defaultAttributes,
|
|
@@ -9825,6 +10119,24 @@ const Webcam = [
|
|
|
9825
10119
|
],
|
|
9826
10120
|
];
|
|
9827
10121
|
|
|
10122
|
+
const Webhook = [
|
|
10123
|
+
'svg',
|
|
10124
|
+
defaultAttributes,
|
|
10125
|
+
[
|
|
10126
|
+
[
|
|
10127
|
+
'path',
|
|
10128
|
+
{
|
|
10129
|
+
d: 'M18 16.98h-5.99c-1.1 0-1.95.94-2.48 1.9A4 4 0 0 1 2 17c.01-.7.2-1.4.57-2',
|
|
10130
|
+
},
|
|
10131
|
+
],
|
|
10132
|
+
[
|
|
10133
|
+
'path',
|
|
10134
|
+
{ d: 'm6 17 3.13-5.78c.53-.97.1-2.18-.5-3.1a4 4 0 1 1 6.89-4.06' },
|
|
10135
|
+
],
|
|
10136
|
+
['path', { d: 'm12 6 3.13 5.73C15.66 12.7 16.9 13 18 13a4 4 0 0 1 0 8' }],
|
|
10137
|
+
],
|
|
10138
|
+
];
|
|
10139
|
+
|
|
9828
10140
|
const WifiOff = [
|
|
9829
10141
|
'svg',
|
|
9830
10142
|
defaultAttributes,
|
|
@@ -10000,5 +10312,5 @@ const ZoomOut = [
|
|
|
10000
10312
|
* Generated bundle index. Do not edit.
|
|
10001
10313
|
*/
|
|
10002
10314
|
|
|
10003
|
-
export { Accessibility, Activity, AirVent, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Angry, Annoyed, Aperture, Apple, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Bone, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, EggFried, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitCompare, GitFork, GitMerge, GitPullRequest, GitPullRequestClosed, GitPullRequestDraft, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, IceCream, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Joystick, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, Luggage, Magnet, Mail, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Megaphone, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Pizza, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Tags, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, Usb, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Wand2, Watch, Waves, Webcam, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
|
|
10315
|
+
export { Accessibility, Activity, AirVent, Airplay, AlarmCheck, AlarmClock, AlarmClockOff, AlarmMinus, AlarmPlus, Album, AlertCircle, AlertOctagon, AlertTriangle, AlignCenter, AlignCenterHorizontal, AlignCenterVertical, AlignEndHorizontal, AlignEndVertical, AlignHorizontalDistributeCenter, AlignHorizontalDistributeEnd, AlignHorizontalDistributeStart, AlignHorizontalJustifyCenter, AlignHorizontalJustifyEnd, AlignHorizontalJustifyStart, AlignHorizontalSpaceAround, AlignHorizontalSpaceBetween, AlignJustify, AlignLeft, AlignRight, AlignStartHorizontal, AlignStartVertical, AlignVerticalDistributeCenter, AlignVerticalDistributeEnd, AlignVerticalDistributeStart, AlignVerticalJustifyCenter, AlignVerticalJustifyEnd, AlignVerticalJustifyStart, AlignVerticalSpaceAround, AlignVerticalSpaceBetween, Anchor, Angry, Annoyed, Aperture, Apple, Archive, ArchiveRestore, Armchair, ArrowBigDown, ArrowBigLeft, ArrowBigRight, ArrowBigUp, ArrowDown, ArrowDownCircle, ArrowDownLeft, ArrowDownRight, ArrowLeft, ArrowLeftCircle, ArrowLeftRight, ArrowRight, ArrowRightCircle, ArrowUp, ArrowUpCircle, ArrowUpLeft, ArrowUpRight, Asterisk, AtSign, Award, Axe, Axis3d, Baby, Backpack, BaggageClaim, Banana, Banknote, BarChart, BarChart2, BarChart3, BarChart4, BarChartHorizontal, Baseline, Bath, Battery, BatteryCharging, BatteryFull, BatteryLow, BatteryMedium, Beaker, Bed, BedDouble, BedSingle, Beer, Bell, BellMinus, BellOff, BellPlus, BellRing, Bike, Binary, Bitcoin, Bluetooth, BluetoothConnected, BluetoothOff, BluetoothSearching, Bold, Bomb, Bone, Book, BookOpen, Bookmark, BookmarkMinus, BookmarkPlus, Bot, Box, BoxSelect, Boxes, Briefcase, Brush, Bug, Building, Building2, Bus, Cake, Calculator, Calendar, CalendarCheck, CalendarCheck2, CalendarClock, CalendarDays, CalendarHeart, CalendarMinus, CalendarOff, CalendarPlus, CalendarRange, CalendarSearch, CalendarX, CalendarX2, Camera, CameraOff, Car, Carrot, Cast, Check, CheckCircle, CheckCircle2, CheckSquare, ChefHat, Cherry, ChevronDown, ChevronFirst, ChevronLast, ChevronLeft, ChevronRight, ChevronUp, ChevronsDown, ChevronsDownUp, ChevronsLeft, ChevronsLeftRight, ChevronsRight, ChevronsRightLeft, ChevronsUp, ChevronsUpDown, Chrome, Cigarette, CigaretteOff, Circle, CircleDot, CircleEllipsis, CircleSlashed, Clapperboard, Clipboard, ClipboardCheck, ClipboardCopy, ClipboardEdit, ClipboardList, ClipboardSignature, ClipboardType, ClipboardX, Clock, Clock1, Clock10, Clock11, Clock12, Clock2, Clock3, Clock4, Clock5, Clock6, Clock7, Clock8, Clock9, Cloud, CloudCog, CloudDrizzle, CloudFog, CloudHail, CloudLightning, CloudMoon, CloudMoonRain, CloudOff, CloudRain, CloudRainWind, CloudSnow, CloudSun, CloudSunRain, Cloudy, Clover, Code, Code2, Codepen, Codesandbox, Coffee, Cog, Coins, Columns, Command, Compass, Component, Contact, Contrast, Cookie, Copy, Copyleft, Copyright, CornerDownLeft, CornerDownRight, CornerLeftDown, CornerLeftUp, CornerRightDown, CornerRightUp, CornerUpLeft, CornerUpRight, Cpu, CreditCard, Croissant, Crop, Cross, Crosshair, Crown, CupSoda, CurlyBraces, Currency, Database, Delete, Diamond, Dice1, Dice2, Dice3, Dice4, Dice5, Dice6, Dices, Diff, Disc, Divide, DivideCircle, DivideSquare, DollarSign, Download, DownloadCloud, Dribbble, Droplet, Droplets, Drumstick, Edit, Edit2, Edit3, Egg, EggFried, Equal, EqualNot, Eraser, Euro, Expand, ExternalLink, Eye, EyeOff, Facebook, Factory, FastForward, Feather, Figma, File, FileArchive, FileAudio, FileAudio2, FileAxis3d, FileBadge, FileBadge2, FileBarChart, FileBarChart2, FileBox, FileCheck, FileCheck2, FileClock, FileCode, FileCog, FileCog2, FileDiff, FileDigit, FileDown, FileEdit, FileHeart, FileImage, FileInput, FileJson, FileJson2, FileKey, FileKey2, FileLineChart, FileLock, FileLock2, FileMinus, FileMinus2, FileOutput, FilePieChart, FilePlus, FilePlus2, FileQuestion, FileScan, FileSearch, FileSearch2, FileSignature, FileSpreadsheet, FileSymlink, FileTerminal, FileText, FileType, FileType2, FileUp, FileVideo, FileVideo2, FileVolume, FileVolume2, FileWarning, FileX, FileX2, Files, Film, Filter, Fingerprint, Flag, FlagOff, FlagTriangleLeft, FlagTriangleRight, Flame, Flashlight, FlashlightOff, FlaskConical, FlaskRound, FlipHorizontal, FlipHorizontal2, FlipVertical, FlipVertical2, Flower, Flower2, Focus, Folder, FolderArchive, FolderCheck, FolderClock, FolderClosed, FolderCog, FolderCog2, FolderDown, FolderEdit, FolderHeart, FolderInput, FolderKey, FolderLock, FolderMinus, FolderOpen, FolderOutput, FolderPlus, FolderSearch, FolderSearch2, FolderSymlink, FolderTree, FolderUp, FolderX, Folders, FormInput, Forward, Frame, Framer, Frown, Fuel, FunctionSquare, Gamepad, Gamepad2, Gauge, Gavel, Gem, Ghost, Gift, GitBranch, GitBranchPlus, GitCommit, GitCompare, GitFork, GitMerge, GitPullRequest, GitPullRequestClosed, GitPullRequestDraft, Github, Gitlab, GlassWater, Glasses, Globe, Globe2, Grab, GraduationCap, Grape, Grid, GripHorizontal, GripVertical, Hammer, Hand, HandMetal, HardDrive, HardHat, Hash, Haze, Headphones, Heart, HeartCrack, HeartHandshake, HeartOff, HeartPulse, HelpCircle, Hexagon, Highlighter, History, Home, Hourglass, IceCream, Image, ImageMinus, ImageOff, ImagePlus, Import, Inbox, Indent, IndianRupee, Infinity, Info, Inspect, Instagram, Italic, JapaneseYen, Joystick, Key, Keyboard, Lamp, LampCeiling, LampDesk, LampFloor, LampWallDown, LampWallUp, Landmark, Languages, Laptop, Laptop2, Lasso, LassoSelect, Laugh, Layers, Layout, LayoutDashboard, LayoutGrid, LayoutList, LayoutTemplate, Leaf, Library, LifeBuoy, Lightbulb, LightbulbOff, LineChart, Link, Link2, Link2Off, Linkedin, List, ListChecks, ListEnd, ListMinus, ListMusic, ListOrdered, ListPlus, ListStart, ListVideo, ListX, Loader, Loader2, Locate, LocateFixed, LocateOff, Lock, LogIn, LogOut, Luggage, Magnet, Mail, MailCheck, MailMinus, MailOpen, MailPlus, MailQuestion, MailSearch, MailWarning, MailX, Mails, Map, MapPin, MapPinOff, Martini, Maximize, Maximize2, Medal, Megaphone, MegaphoneOff, Meh, Menu, MessageCircle, MessageSquare, Mic, Mic2, MicOff, Microscope, Milestone, Minimize, Minimize2, Minus, MinusCircle, MinusSquare, Monitor, MonitorOff, MonitorSpeaker, Moon, MoreHorizontal, MoreVertical, Mountain, MountainSnow, Mouse, MousePointer, MousePointer2, MousePointerClick, Move, Move3d, MoveDiagonal, MoveDiagonal2, MoveHorizontal, MoveVertical, Music, Music2, Music3, Music4, Navigation, Navigation2, Navigation2Off, NavigationOff, Network, Newspaper, Octagon, Option, Outdent, Package, Package2, PackageCheck, PackageMinus, PackageOpen, PackagePlus, PackageSearch, PackageX, PaintBucket, Paintbrush, Paintbrush2, Palette, Palmtree, Paperclip, PartyPopper, Pause, PauseCircle, PauseOctagon, PenTool, Pencil, Percent, PersonStanding, Phone, PhoneCall, PhoneForwarded, PhoneIncoming, PhoneMissed, PhoneOff, PhoneOutgoing, PieChart, PiggyBank, Pin, PinOff, Pipette, Pizza, Plane, Play, PlayCircle, PlugZap, Plus, PlusCircle, PlusSquare, Pocket, Podcast, Pointer, PoundSterling, Power, PowerOff, Printer, Puzzle, QrCode, Quote, Radio, RadioReceiver, Recycle, Redo, Redo2, RefreshCcw, RefreshCw, Regex, Repeat, Repeat1, Reply, ReplyAll, Rewind, Rocket, RockingChair, Rotate3d, RotateCcw, RotateCw, Rss, Ruler, RussianRuble, Save, Scale, Scale3d, Scaling, Scan, ScanFace, ScanLine, Scissors, ScreenShare, ScreenShareOff, Scroll, Search, Send, SeparatorHorizontal, SeparatorVertical, Server, ServerCog, ServerCrash, ServerOff, Settings, Settings2, Share, Share2, Sheet, Shield, ShieldAlert, ShieldCheck, ShieldClose, ShieldOff, Shirt, ShoppingBag, ShoppingCart, Shovel, Shrink, Shrub, Shuffle, Sidebar, SidebarClose, SidebarOpen, Sigma, Signal, SignalHigh, SignalLow, SignalMedium, SignalZero, Siren, SkipBack, SkipForward, Skull, Slack, Slash, Slice, Sliders, SlidersHorizontal, Smartphone, SmartphoneCharging, Smile, SmilePlus, Snowflake, Sofa, SortAsc, SortDesc, Speaker, Sprout, Square, Star, StarHalf, StarOff, Stethoscope, Sticker, StickyNote, StopCircle, StretchHorizontal, StretchVertical, Strikethrough, Subscript, Sun, SunDim, SunMedium, SunMoon, SunSnow, Sunrise, Sunset, Superscript, SwissFranc, SwitchCamera, Sword, Swords, Syringe, Table, Table2, Tablet, Tag, Tags, Target, Tent, Terminal, TerminalSquare, TextCursor, TextCursorInput, Thermometer, ThermometerSnowflake, ThermometerSun, ThumbsDown, ThumbsUp, Ticket, Timer, TimerOff, TimerReset, ToggleLeft, ToggleRight, Tornado, ToyBrick, Train, Trash, Trash2, TreeDeciduous, TreePine, Trees, Trello, TrendingDown, TrendingUp, Triangle, Trophy, Truck, Tv, Tv2, Twitch, Twitter, Type, Umbrella, Underline, Undo, Undo2, Unlink, Unlink2, Unlock, Upload, UploadCloud, Usb, User, UserCheck, UserCog, UserMinus, UserPlus, UserX, Users, Utensils, UtensilsCrossed, VenetianMask, Verified, Vibrate, VibrateOff, Video, VideoOff, View, Voicemail, Volume, Volume1, Volume2, VolumeX, Wallet, Wand, Wand2, Watch, Waves, Webcam, Webhook, Wifi, WifiOff, Wind, Wine, WrapText, Wrench, X, XCircle, XOctagon, XSquare, Youtube, Zap, ZapOff, ZoomIn, ZoomOut };
|
|
10004
10316
|
//# sourceMappingURL=lucide-angular-src-icons.js.map
|