@lucide/astro 0.571.0 → 0.573.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/package.json +1 -1
- package/src/aliases/aliases.ts +104 -104
- package/src/aliases/prefixed.ts +659 -655
- package/src/aliases/suffixed.ts +931 -927
- package/src/icons/coins.ts +2 -2
- package/src/icons/index.ts +125 -123
- package/src/icons/message-circle-check.ts +18 -0
- package/src/icons/rocking-chair.ts +2 -2
- package/src/icons/x-line-top.ts +18 -0
package/src/icons/index.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export { default as AArrowDown } from './a-arrow-down';
|
|
2
1
|
export { default as AArrowUp } from './a-arrow-up';
|
|
2
|
+
export { default as AArrowDown } from './a-arrow-down';
|
|
3
3
|
export { default as ALargeSmall } from './a-large-small';
|
|
4
|
-
export { default as Accessibility } from './accessibility';
|
|
5
4
|
export { default as Activity } from './activity';
|
|
5
|
+
export { default as Accessibility } from './accessibility';
|
|
6
6
|
export { default as AirVent } from './air-vent';
|
|
7
7
|
export { default as Airplay } from './airplay';
|
|
8
8
|
export { default as AlarmClockCheck } from './alarm-clock-check';
|
|
@@ -24,8 +24,8 @@ export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify
|
|
|
24
24
|
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
25
25
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
26
26
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
|
-
export { default as AlignStartVertical } from './align-start-vertical';
|
|
28
27
|
export { default as AlignStartHorizontal } from './align-start-horizontal';
|
|
28
|
+
export { default as AlignStartVertical } from './align-start-vertical';
|
|
29
29
|
export { default as AlignVerticalDistributeCenter } from './align-vertical-distribute-center';
|
|
30
30
|
export { default as AlignVerticalDistributeEnd } from './align-vertical-distribute-end';
|
|
31
31
|
export { default as AlignVerticalDistributeStart } from './align-vertical-distribute-start';
|
|
@@ -49,16 +49,16 @@ export { default as AppWindow } from './app-window';
|
|
|
49
49
|
export { default as Apple } from './apple';
|
|
50
50
|
export { default as ArchiveRestore } from './archive-restore';
|
|
51
51
|
export { default as ArchiveX } from './archive-x';
|
|
52
|
-
export { default as Armchair } from './armchair';
|
|
53
52
|
export { default as Archive } from './archive';
|
|
53
|
+
export { default as Armchair } from './armchair';
|
|
54
54
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
55
55
|
export { default as ArrowBigDown } from './arrow-big-down';
|
|
56
56
|
export { default as ArrowBigLeftDash } from './arrow-big-left-dash';
|
|
57
57
|
export { default as ArrowBigLeft } from './arrow-big-left';
|
|
58
58
|
export { default as ArrowBigRightDash } from './arrow-big-right-dash';
|
|
59
59
|
export { default as ArrowBigRight } from './arrow-big-right';
|
|
60
|
-
export { default as ArrowBigUp } from './arrow-big-up';
|
|
61
60
|
export { default as ArrowBigUpDash } from './arrow-big-up-dash';
|
|
61
|
+
export { default as ArrowBigUp } from './arrow-big-up';
|
|
62
62
|
export { default as ArrowDown01 } from './arrow-down-0-1';
|
|
63
63
|
export { default as ArrowDown10 } from './arrow-down-1-0';
|
|
64
64
|
export { default as ArrowDownAZ } from './arrow-down-a-z';
|
|
@@ -71,16 +71,16 @@ export { default as ArrowDownToLine } from './arrow-down-to-line';
|
|
|
71
71
|
export { default as ArrowDownUp } from './arrow-down-up';
|
|
72
72
|
export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
73
73
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
74
|
-
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
75
74
|
export { default as ArrowDown } from './arrow-down';
|
|
75
|
+
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
76
76
|
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
77
77
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
78
78
|
export { default as ArrowLeft } from './arrow-left';
|
|
79
79
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
80
80
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
81
81
|
export { default as ArrowRightToLine } from './arrow-right-to-line';
|
|
82
|
-
export { default as ArrowRight } from './arrow-right';
|
|
83
82
|
export { default as ArrowUp01 } from './arrow-up-0-1';
|
|
83
|
+
export { default as ArrowRight } from './arrow-right';
|
|
84
84
|
export { default as ArrowUp10 } from './arrow-up-1-0';
|
|
85
85
|
export { default as ArrowUpAZ } from './arrow-up-a-z';
|
|
86
86
|
export { default as ArrowUpDown } from './arrow-up-down';
|
|
@@ -107,8 +107,8 @@ export { default as Backpack } from './backpack';
|
|
|
107
107
|
export { default as BadgeAlert } from './badge-alert';
|
|
108
108
|
export { default as BadgeCent } from './badge-cent';
|
|
109
109
|
export { default as BadgeCheck } from './badge-check';
|
|
110
|
-
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
111
110
|
export { default as BadgeEuro } from './badge-euro';
|
|
111
|
+
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
112
112
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
113
113
|
export { default as BadgeInfo } from './badge-info';
|
|
114
114
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
@@ -128,13 +128,13 @@ export { default as Ban } from './ban';
|
|
|
128
128
|
export { default as Banana } from './banana';
|
|
129
129
|
export { default as Bandage } from './bandage';
|
|
130
130
|
export { default as BanknoteArrowDown } from './banknote-arrow-down';
|
|
131
|
-
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
132
131
|
export { default as BanknoteX } from './banknote-x';
|
|
133
|
-
export { default as
|
|
132
|
+
export { default as BanknoteArrowUp } from './banknote-arrow-up';
|
|
134
133
|
export { default as Barcode } from './barcode';
|
|
134
|
+
export { default as Banknote } from './banknote';
|
|
135
135
|
export { default as Barrel } from './barrel';
|
|
136
|
-
export { default as Baseline } from './baseline';
|
|
137
136
|
export { default as Bath } from './bath';
|
|
137
|
+
export { default as Baseline } from './baseline';
|
|
138
138
|
export { default as BatteryCharging } from './battery-charging';
|
|
139
139
|
export { default as BatteryFull } from './battery-full';
|
|
140
140
|
export { default as BatteryLow } from './battery-low';
|
|
@@ -160,9 +160,9 @@ export { default as BellRing } from './bell-ring';
|
|
|
160
160
|
export { default as Bell } from './bell';
|
|
161
161
|
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
162
162
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
163
|
-
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
164
163
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
165
164
|
export { default as BicepsFlexed } from './biceps-flexed';
|
|
165
|
+
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
166
166
|
export { default as Bike } from './bike';
|
|
167
167
|
export { default as Binary } from './binary';
|
|
168
168
|
export { default as Binoculars } from './binoculars';
|
|
@@ -176,8 +176,8 @@ export { default as Blocks } from './blocks';
|
|
|
176
176
|
export { default as BluetoothConnected } from './bluetooth-connected';
|
|
177
177
|
export { default as BluetoothOff } from './bluetooth-off';
|
|
178
178
|
export { default as BluetoothSearching } from './bluetooth-searching';
|
|
179
|
-
export { default as Bold } from './bold';
|
|
180
179
|
export { default as Bluetooth } from './bluetooth';
|
|
180
|
+
export { default as Bold } from './bold';
|
|
181
181
|
export { default as Bolt } from './bolt';
|
|
182
182
|
export { default as Bomb } from './bomb';
|
|
183
183
|
export { default as Bone } from './bone';
|
|
@@ -242,8 +242,8 @@ export { default as Bug } from './bug';
|
|
|
242
242
|
export { default as Building2 } from './building-2';
|
|
243
243
|
export { default as Building } from './building';
|
|
244
244
|
export { default as BusFront } from './bus-front';
|
|
245
|
-
export { default as CableCar } from './cable-car';
|
|
246
245
|
export { default as Bus } from './bus';
|
|
246
|
+
export { default as CableCar } from './cable-car';
|
|
247
247
|
export { default as Cable } from './cable';
|
|
248
248
|
export { default as CakeSlice } from './cake-slice';
|
|
249
249
|
export { default as Cake } from './cake';
|
|
@@ -291,8 +291,8 @@ export { default as CaseUpper } from './case-upper';
|
|
|
291
291
|
export { default as CassetteTape } from './cassette-tape';
|
|
292
292
|
export { default as Cast } from './cast';
|
|
293
293
|
export { default as Castle } from './castle';
|
|
294
|
-
export { default as Cctv } from './cctv';
|
|
295
294
|
export { default as Cat } from './cat';
|
|
295
|
+
export { default as Cctv } from './cctv';
|
|
296
296
|
export { default as ChartArea } from './chart-area';
|
|
297
297
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
298
298
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
@@ -327,8 +327,8 @@ export { default as ChessKnight } from './chess-knight';
|
|
|
327
327
|
export { default as ChessPawn } from './chess-pawn';
|
|
328
328
|
export { default as ChessQueen } from './chess-queen';
|
|
329
329
|
export { default as ChessRook } from './chess-rook';
|
|
330
|
-
export { default as ChevronDown } from './chevron-down';
|
|
331
330
|
export { default as ChevronFirst } from './chevron-first';
|
|
331
|
+
export { default as ChevronDown } from './chevron-down';
|
|
332
332
|
export { default as ChevronLast } from './chevron-last';
|
|
333
333
|
export { default as ChevronLeft } from './chevron-left';
|
|
334
334
|
export { default as ChevronRight } from './chevron-right';
|
|
@@ -338,8 +338,8 @@ export { default as ChevronsDown } from './chevrons-down';
|
|
|
338
338
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
339
339
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
340
340
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
341
|
-
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
342
341
|
export { default as ChevronsRight } from './chevrons-right';
|
|
342
|
+
export { default as ChevronsRightLeft } from './chevrons-right-left';
|
|
343
343
|
export { default as ChevronsUpDown } from './chevrons-up-down';
|
|
344
344
|
export { default as ChevronsUp } from './chevrons-up';
|
|
345
345
|
export { default as Chromium } from './chromium';
|
|
@@ -359,8 +359,8 @@ export { default as CircleCheckBig } from './circle-check-big';
|
|
|
359
359
|
export { default as CircleCheck } from './circle-check';
|
|
360
360
|
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
361
361
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
362
|
-
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
363
362
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
363
|
+
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
364
364
|
export { default as CircleDashed } from './circle-dashed';
|
|
365
365
|
export { default as CircleDivide } from './circle-divide';
|
|
366
366
|
export { default as CircleDollarSign } from './circle-dollar-sign';
|
|
@@ -373,18 +373,18 @@ export { default as CircleFadingPlus } from './circle-fading-plus';
|
|
|
373
373
|
export { default as CircleGauge } from './circle-gauge';
|
|
374
374
|
export { default as CircleMinus } from './circle-minus';
|
|
375
375
|
export { default as CircleOff } from './circle-off';
|
|
376
|
-
export { default as CircleParkingOff } from './circle-parking-off';
|
|
377
376
|
export { default as CircleParking } from './circle-parking';
|
|
377
|
+
export { default as CircleParkingOff } from './circle-parking-off';
|
|
378
378
|
export { default as CirclePause } from './circle-pause';
|
|
379
379
|
export { default as CirclePercent } from './circle-percent';
|
|
380
380
|
export { default as CirclePile } from './circle-pile';
|
|
381
|
-
export { default as CirclePlus } from './circle-plus';
|
|
382
381
|
export { default as CirclePlay } from './circle-play';
|
|
383
|
-
export { default as
|
|
382
|
+
export { default as CirclePlus } from './circle-plus';
|
|
384
383
|
export { default as CirclePoundSterling } from './circle-pound-sterling';
|
|
384
|
+
export { default as CirclePower } from './circle-power';
|
|
385
385
|
export { default as CircleQuestionMark } from './circle-question-mark';
|
|
386
|
-
export { default as CircleSlash2 } from './circle-slash-2';
|
|
387
386
|
export { default as CircleSlash } from './circle-slash';
|
|
387
|
+
export { default as CircleSlash2 } from './circle-slash-2';
|
|
388
388
|
export { default as CircleSmall } from './circle-small';
|
|
389
389
|
export { default as CircleStar } from './circle-star';
|
|
390
390
|
export { default as CircleStop } from './circle-stop';
|
|
@@ -411,20 +411,20 @@ export { default as Clock1 } from './clock-1';
|
|
|
411
411
|
export { default as Clock10 } from './clock-10';
|
|
412
412
|
export { default as Clock11 } from './clock-11';
|
|
413
413
|
export { default as Clock12 } from './clock-12';
|
|
414
|
-
export { default as Clock2 } from './clock-2';
|
|
415
414
|
export { default as Clock3 } from './clock-3';
|
|
415
|
+
export { default as Clock2 } from './clock-2';
|
|
416
416
|
export { default as Clock4 } from './clock-4';
|
|
417
417
|
export { default as Clock5 } from './clock-5';
|
|
418
|
-
export { default as Clock6 } from './clock-6';
|
|
419
418
|
export { default as Clock7 } from './clock-7';
|
|
419
|
+
export { default as Clock6 } from './clock-6';
|
|
420
420
|
export { default as Clock8 } from './clock-8';
|
|
421
421
|
export { default as Clock9 } from './clock-9';
|
|
422
422
|
export { default as ClockAlert } from './clock-alert';
|
|
423
423
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
424
424
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
425
|
-
export { default as ClockCheck } from './clock-check';
|
|
426
425
|
export { default as ClockFading } from './clock-fading';
|
|
427
426
|
export { default as ClockPlus } from './clock-plus';
|
|
427
|
+
export { default as ClockCheck } from './clock-check';
|
|
428
428
|
export { default as Clock } from './clock';
|
|
429
429
|
export { default as ClosedCaption } from './closed-caption';
|
|
430
430
|
export { default as CloudAlert } from './cloud-alert';
|
|
@@ -446,10 +446,10 @@ export { default as CloudSunRain } from './cloud-sun-rain';
|
|
|
446
446
|
export { default as CloudSun } from './cloud-sun';
|
|
447
447
|
export { default as CloudSync } from './cloud-sync';
|
|
448
448
|
export { default as CloudUpload } from './cloud-upload';
|
|
449
|
-
export { default as Cloudy } from './cloudy';
|
|
450
449
|
export { default as Cloud } from './cloud';
|
|
451
|
-
export { default as
|
|
450
|
+
export { default as Cloudy } from './cloudy';
|
|
452
451
|
export { default as Club } from './club';
|
|
452
|
+
export { default as Clover } from './clover';
|
|
453
453
|
export { default as CodeXml } from './code-xml';
|
|
454
454
|
export { default as Code } from './code';
|
|
455
455
|
export { default as Codepen } from './codepen';
|
|
@@ -460,14 +460,14 @@ export { default as Coins } from './coins';
|
|
|
460
460
|
export { default as Columns2 } from './columns-2';
|
|
461
461
|
export { default as Columns3Cog } from './columns-3-cog';
|
|
462
462
|
export { default as Columns3 } from './columns-3';
|
|
463
|
-
export { default as Columns4 } from './columns-4';
|
|
464
463
|
export { default as Combine } from './combine';
|
|
464
|
+
export { default as Columns4 } from './columns-4';
|
|
465
465
|
export { default as Command } from './command';
|
|
466
466
|
export { default as Compass } from './compass';
|
|
467
467
|
export { default as Component } from './component';
|
|
468
468
|
export { default as Computer } from './computer';
|
|
469
|
-
export { default as Cone } from './cone';
|
|
470
469
|
export { default as ConciergeBell } from './concierge-bell';
|
|
470
|
+
export { default as Cone } from './cone';
|
|
471
471
|
export { default as Construction } from './construction';
|
|
472
472
|
export { default as ContactRound } from './contact-round';
|
|
473
473
|
export { default as Contact } from './contact';
|
|
@@ -478,8 +478,8 @@ export { default as CookingPot } from './cooking-pot';
|
|
|
478
478
|
export { default as CopyCheck } from './copy-check';
|
|
479
479
|
export { default as CopyMinus } from './copy-minus';
|
|
480
480
|
export { default as CopyPlus } from './copy-plus';
|
|
481
|
-
export { default as CopySlash } from './copy-slash';
|
|
482
481
|
export { default as CopyX } from './copy-x';
|
|
482
|
+
export { default as CopySlash } from './copy-slash';
|
|
483
483
|
export { default as Copy } from './copy';
|
|
484
484
|
export { default as Copyleft } from './copyleft';
|
|
485
485
|
export { default as Copyright } from './copyright';
|
|
@@ -494,9 +494,9 @@ export { default as CornerUpRight } from './corner-up-right';
|
|
|
494
494
|
export { default as Cpu } from './cpu';
|
|
495
495
|
export { default as CreativeCommons } from './creative-commons';
|
|
496
496
|
export { default as CreditCard } from './credit-card';
|
|
497
|
+
export { default as Croissant } from './croissant';
|
|
497
498
|
export { default as Crop } from './crop';
|
|
498
499
|
export { default as Cross } from './cross';
|
|
499
|
-
export { default as Croissant } from './croissant';
|
|
500
500
|
export { default as Crosshair } from './crosshair';
|
|
501
501
|
export { default as Crown } from './crown';
|
|
502
502
|
export { default as Cuboid } from './cuboid';
|
|
@@ -508,8 +508,8 @@ export { default as DatabaseBackup } from './database-backup';
|
|
|
508
508
|
export { default as DatabaseSearch } from './database-search';
|
|
509
509
|
export { default as DatabaseZap } from './database-zap';
|
|
510
510
|
export { default as Database } from './database';
|
|
511
|
-
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
512
511
|
export { default as DecimalsArrowRight } from './decimals-arrow-right';
|
|
512
|
+
export { default as DecimalsArrowLeft } from './decimals-arrow-left';
|
|
513
513
|
export { default as Delete } from './delete';
|
|
514
514
|
export { default as Dessert } from './dessert';
|
|
515
515
|
export { default as Diameter } from './diameter';
|
|
@@ -521,16 +521,16 @@ export { default as Dice1 } from './dice-1';
|
|
|
521
521
|
export { default as Dice2 } from './dice-2';
|
|
522
522
|
export { default as Dice3 } from './dice-3';
|
|
523
523
|
export { default as Dice4 } from './dice-4';
|
|
524
|
-
export { default as Dice6 } from './dice-6';
|
|
525
524
|
export { default as Dice5 } from './dice-5';
|
|
525
|
+
export { default as Dice6 } from './dice-6';
|
|
526
526
|
export { default as Dices } from './dices';
|
|
527
527
|
export { default as Diff } from './diff';
|
|
528
528
|
export { default as Disc2 } from './disc-2';
|
|
529
529
|
export { default as Disc3 } from './disc-3';
|
|
530
530
|
export { default as DiscAlbum } from './disc-album';
|
|
531
|
+
export { default as Disc } from './disc';
|
|
531
532
|
export { default as Divide } from './divide';
|
|
532
533
|
export { default as DnaOff } from './dna-off';
|
|
533
|
-
export { default as Disc } from './disc';
|
|
534
534
|
export { default as Dna } from './dna';
|
|
535
535
|
export { default as Dock } from './dock';
|
|
536
536
|
export { default as Dog } from './dog';
|
|
@@ -539,8 +539,8 @@ export { default as Donut } from './donut';
|
|
|
539
539
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
540
540
|
export { default as DoorClosed } from './door-closed';
|
|
541
541
|
export { default as DoorOpen } from './door-open';
|
|
542
|
-
export { default as Dot } from './dot';
|
|
543
542
|
export { default as Download } from './download';
|
|
543
|
+
export { default as Dot } from './dot';
|
|
544
544
|
export { default as DraftingCompass } from './drafting-compass';
|
|
545
545
|
export { default as Drama } from './drama';
|
|
546
546
|
export { default as Dribbble } from './dribbble';
|
|
@@ -552,8 +552,8 @@ export { default as Droplets } from './droplets';
|
|
|
552
552
|
export { default as Drum } from './drum';
|
|
553
553
|
export { default as Drumstick } from './drumstick';
|
|
554
554
|
export { default as Dumbbell } from './dumbbell';
|
|
555
|
-
export { default as Ear } from './ear';
|
|
556
555
|
export { default as EarOff } from './ear-off';
|
|
556
|
+
export { default as Ear } from './ear';
|
|
557
557
|
export { default as EarthLock } from './earth-lock';
|
|
558
558
|
export { default as Earth } from './earth';
|
|
559
559
|
export { default as Eclipse } from './eclipse';
|
|
@@ -563,8 +563,8 @@ export { default as Egg } from './egg';
|
|
|
563
563
|
export { default as EllipsisVertical } from './ellipsis-vertical';
|
|
564
564
|
export { default as Ellipsis } from './ellipsis';
|
|
565
565
|
export { default as EqualApproximately } from './equal-approximately';
|
|
566
|
-
export { default as EqualNot } from './equal-not';
|
|
567
566
|
export { default as Equal } from './equal';
|
|
567
|
+
export { default as EqualNot } from './equal-not';
|
|
568
568
|
export { default as Eraser } from './eraser';
|
|
569
569
|
export { default as EthernetPort } from './ethernet-port';
|
|
570
570
|
export { default as Euro } from './euro';
|
|
@@ -582,8 +582,8 @@ export { default as Feather } from './feather';
|
|
|
582
582
|
export { default as Fence } from './fence';
|
|
583
583
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
584
584
|
export { default as Figma } from './figma';
|
|
585
|
-
export { default as FileAxis3d } from './file-axis-3d';
|
|
586
585
|
export { default as FileArchive } from './file-archive';
|
|
586
|
+
export { default as FileAxis3d } from './file-axis-3d';
|
|
587
587
|
export { default as FileBadge } from './file-badge';
|
|
588
588
|
export { default as FileBox } from './file-box';
|
|
589
589
|
export { default as FileBracesCorner } from './file-braces-corner';
|
|
@@ -597,8 +597,8 @@ export { default as FileCheck } from './file-check';
|
|
|
597
597
|
export { default as FileClock } from './file-clock';
|
|
598
598
|
export { default as FileCodeCorner } from './file-code-corner';
|
|
599
599
|
export { default as FileCode } from './file-code';
|
|
600
|
-
export { default as FileDiff } from './file-diff';
|
|
601
600
|
export { default as FileCog } from './file-cog';
|
|
601
|
+
export { default as FileDiff } from './file-diff';
|
|
602
602
|
export { default as FileDigit } from './file-digit';
|
|
603
603
|
export { default as FileDown } from './file-down';
|
|
604
604
|
export { default as FileExclamationPoint } from './file-exclamation-point';
|
|
@@ -606,17 +606,17 @@ export { default as FileHeadphone } from './file-headphone';
|
|
|
606
606
|
export { default as FileHeart } from './file-heart';
|
|
607
607
|
export { default as FileImage } from './file-image';
|
|
608
608
|
export { default as FileInput } from './file-input';
|
|
609
|
-
export { default as FileKey } from './file-key';
|
|
610
609
|
export { default as FileLock } from './file-lock';
|
|
610
|
+
export { default as FileKey } from './file-key';
|
|
611
611
|
export { default as FileMinusCorner } from './file-minus-corner';
|
|
612
612
|
export { default as FileMinus } from './file-minus';
|
|
613
613
|
export { default as FileMusic } from './file-music';
|
|
614
614
|
export { default as FileOutput } from './file-output';
|
|
615
615
|
export { default as FilePenLine } from './file-pen-line';
|
|
616
616
|
export { default as FilePen } from './file-pen';
|
|
617
|
-
export { default as FilePlay } from './file-play';
|
|
618
|
-
export { default as FilePlus } from './file-plus';
|
|
619
617
|
export { default as FilePlusCorner } from './file-plus-corner';
|
|
618
|
+
export { default as FilePlus } from './file-plus';
|
|
619
|
+
export { default as FilePlay } from './file-play';
|
|
620
620
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
621
621
|
export { default as FileScan } from './file-scan';
|
|
622
622
|
export { default as FileSearchCorner } from './file-search-corner';
|
|
@@ -629,8 +629,8 @@ export { default as FileSymlink } from './file-symlink';
|
|
|
629
629
|
export { default as FileTerminal } from './file-terminal';
|
|
630
630
|
export { default as FileText } from './file-text';
|
|
631
631
|
export { default as FileTypeCorner } from './file-type-corner';
|
|
632
|
-
export { default as FileType } from './file-type';
|
|
633
632
|
export { default as FileUp } from './file-up';
|
|
633
|
+
export { default as FileType } from './file-type';
|
|
634
634
|
export { default as FileUser } from './file-user';
|
|
635
635
|
export { default as FileVideoCamera } from './file-video-camera';
|
|
636
636
|
export { default as FileVolume } from './file-volume';
|
|
@@ -645,27 +645,27 @@ export { default as FishOff } from './fish-off';
|
|
|
645
645
|
export { default as FishSymbol } from './fish-symbol';
|
|
646
646
|
export { default as Fish } from './fish';
|
|
647
647
|
export { default as FishingHook } from './fishing-hook';
|
|
648
|
-
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
649
648
|
export { default as FlagOff } from './flag-off';
|
|
649
|
+
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
650
650
|
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
651
651
|
export { default as Flag } from './flag';
|
|
652
652
|
export { default as FlameKindling } from './flame-kindling';
|
|
653
653
|
export { default as Flame } from './flame';
|
|
654
654
|
export { default as FlashlightOff } from './flashlight-off';
|
|
655
|
-
export { default as Flashlight } from './flashlight';
|
|
656
655
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
656
|
+
export { default as Flashlight } from './flashlight';
|
|
657
657
|
export { default as FlaskConical } from './flask-conical';
|
|
658
|
-
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
659
658
|
export { default as FlaskRound } from './flask-round';
|
|
659
|
+
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
660
660
|
export { default as FlipHorizontal } from './flip-horizontal';
|
|
661
661
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
662
662
|
export { default as FlipVertical } from './flip-vertical';
|
|
663
|
-
export { default as Flower } from './flower';
|
|
664
663
|
export { default as Flower2 } from './flower-2';
|
|
664
|
+
export { default as Flower } from './flower';
|
|
665
665
|
export { default as Focus } from './focus';
|
|
666
666
|
export { default as FoldHorizontal } from './fold-horizontal';
|
|
667
|
-
export { default as FolderArchive } from './folder-archive';
|
|
668
667
|
export { default as FoldVertical } from './fold-vertical';
|
|
668
|
+
export { default as FolderArchive } from './folder-archive';
|
|
669
669
|
export { default as FolderCheck } from './folder-check';
|
|
670
670
|
export { default as FolderClock } from './folder-clock';
|
|
671
671
|
export { default as FolderClosed } from './folder-closed';
|
|
@@ -700,8 +700,8 @@ export { default as Footprints } from './footprints';
|
|
|
700
700
|
export { default as Forklift } from './forklift';
|
|
701
701
|
export { default as Form } from './form';
|
|
702
702
|
export { default as Forward } from './forward';
|
|
703
|
-
export { default as Frame } from './frame';
|
|
704
703
|
export { default as Framer } from './framer';
|
|
704
|
+
export { default as Frame } from './frame';
|
|
705
705
|
export { default as Frown } from './frown';
|
|
706
706
|
export { default as Fuel } from './fuel';
|
|
707
707
|
export { default as Fullscreen } from './fullscreen';
|
|
@@ -727,18 +727,18 @@ export { default as GitBranchPlus } from './git-branch-plus';
|
|
|
727
727
|
export { default as GitBranch } from './git-branch';
|
|
728
728
|
export { default as GitCommitHorizontal } from './git-commit-horizontal';
|
|
729
729
|
export { default as GitCommitVertical } from './git-commit-vertical';
|
|
730
|
-
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
731
730
|
export { default as GitCompare } from './git-compare';
|
|
732
731
|
export { default as GitFork } from './git-fork';
|
|
732
|
+
export { default as GitCompareArrows } from './git-compare-arrows';
|
|
733
733
|
export { default as GitGraph } from './git-graph';
|
|
734
|
-
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
735
734
|
export { default as GitMerge } from './git-merge';
|
|
735
|
+
export { default as GitMergeConflict } from './git-merge-conflict';
|
|
736
736
|
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
737
737
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
738
738
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
739
|
+
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
739
740
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
740
741
|
export { default as GitPullRequest } from './git-pull-request';
|
|
741
|
-
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
742
742
|
export { default as Github } from './github';
|
|
743
743
|
export { default as Gitlab } from './gitlab';
|
|
744
744
|
export { default as GlassWater } from './glass-water';
|
|
@@ -754,8 +754,8 @@ export { default as Grape } from './grape';
|
|
|
754
754
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
755
755
|
export { default as Grid2x2Plus } from './grid-2x2-plus';
|
|
756
756
|
export { default as Grid2x2X } from './grid-2x2-x';
|
|
757
|
-
export { default as Grid2x2 } from './grid-2x2';
|
|
758
757
|
export { default as Grid3x2 } from './grid-3x2';
|
|
758
|
+
export { default as Grid2x2 } from './grid-2x2';
|
|
759
759
|
export { default as Grid3x3 } from './grid-3x3';
|
|
760
760
|
export { default as GripHorizontal } from './grip-horizontal';
|
|
761
761
|
export { default as GripVertical } from './grip-vertical';
|
|
@@ -768,13 +768,13 @@ export { default as Hammer } from './hammer';
|
|
|
768
768
|
export { default as HandCoins } from './hand-coins';
|
|
769
769
|
export { default as HandFist } from './hand-fist';
|
|
770
770
|
export { default as HandGrab } from './hand-grab';
|
|
771
|
-
export { default as HandHelping } from './hand-helping';
|
|
772
771
|
export { default as HandHeart } from './hand-heart';
|
|
772
|
+
export { default as HandHelping } from './hand-helping';
|
|
773
773
|
export { default as HandMetal } from './hand-metal';
|
|
774
774
|
export { default as HandPlatter } from './hand-platter';
|
|
775
775
|
export { default as Hand } from './hand';
|
|
776
|
-
export { default as Handshake } from './handshake';
|
|
777
776
|
export { default as Handbag } from './handbag';
|
|
777
|
+
export { default as Handshake } from './handshake';
|
|
778
778
|
export { default as HardDriveDownload } from './hard-drive-download';
|
|
779
779
|
export { default as HardDriveUpload } from './hard-drive-upload';
|
|
780
780
|
export { default as HardDrive } from './hard-drive';
|
|
@@ -786,24 +786,24 @@ export { default as Hd } from './hd';
|
|
|
786
786
|
export { default as HdmiPort } from './hdmi-port';
|
|
787
787
|
export { default as Heading1 } from './heading-1';
|
|
788
788
|
export { default as Heading2 } from './heading-2';
|
|
789
|
-
export { default as Heading3 } from './heading-3';
|
|
790
789
|
export { default as Heading4 } from './heading-4';
|
|
791
790
|
export { default as Heading5 } from './heading-5';
|
|
791
|
+
export { default as Heading3 } from './heading-3';
|
|
792
792
|
export { default as Heading6 } from './heading-6';
|
|
793
793
|
export { default as Heading } from './heading';
|
|
794
794
|
export { default as HeadphoneOff } from './headphone-off';
|
|
795
795
|
export { default as Headphones } from './headphones';
|
|
796
796
|
export { default as Headset } from './headset';
|
|
797
|
-
export { default as HeartCrack } from './heart-crack';
|
|
798
797
|
export { default as HeartHandshake } from './heart-handshake';
|
|
798
|
+
export { default as HeartCrack } from './heart-crack';
|
|
799
799
|
export { default as HeartMinus } from './heart-minus';
|
|
800
800
|
export { default as HeartOff } from './heart-off';
|
|
801
801
|
export { default as HeartPlus } from './heart-plus';
|
|
802
802
|
export { default as HeartPulse } from './heart-pulse';
|
|
803
803
|
export { default as Heart } from './heart';
|
|
804
804
|
export { default as Heater } from './heater';
|
|
805
|
-
export { default as Helicopter } from './helicopter';
|
|
806
805
|
export { default as Hexagon } from './hexagon';
|
|
806
|
+
export { default as Helicopter } from './helicopter';
|
|
807
807
|
export { default as Highlighter } from './highlighter';
|
|
808
808
|
export { default as History } from './history';
|
|
809
809
|
export { default as HopOff } from './hop-off';
|
|
@@ -829,12 +829,12 @@ export { default as ImageUp } from './image-up';
|
|
|
829
829
|
export { default as ImageUpscale } from './image-upscale';
|
|
830
830
|
export { default as Image } from './image';
|
|
831
831
|
export { default as Images } from './images';
|
|
832
|
-
export { default as Import } from './import';
|
|
833
832
|
export { default as Inbox } from './inbox';
|
|
833
|
+
export { default as Import } from './import';
|
|
834
834
|
export { default as IndianRupee } from './indian-rupee';
|
|
835
835
|
export { default as Infinity } from './infinity';
|
|
836
|
-
export { default as Info } from './info';
|
|
837
836
|
export { default as InspectionPanel } from './inspection-panel';
|
|
837
|
+
export { default as Info } from './info';
|
|
838
838
|
export { default as Instagram } from './instagram';
|
|
839
839
|
export { default as Italic } from './italic';
|
|
840
840
|
export { default as IterationCcw } from './iteration-ccw';
|
|
@@ -844,8 +844,8 @@ export { default as Joystick } from './joystick';
|
|
|
844
844
|
export { default as Kanban } from './kanban';
|
|
845
845
|
export { default as Kayak } from './kayak';
|
|
846
846
|
export { default as KeyRound } from './key-round';
|
|
847
|
-
export { default as KeySquare } from './key-square';
|
|
848
847
|
export { default as Key } from './key';
|
|
848
|
+
export { default as KeySquare } from './key-square';
|
|
849
849
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
850
850
|
export { default as KeyboardOff } from './keyboard-off';
|
|
851
851
|
export { default as Keyboard } from './keyboard';
|
|
@@ -862,8 +862,8 @@ export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
|
862
862
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
863
863
|
export { default as Laptop } from './laptop';
|
|
864
864
|
export { default as LassoSelect } from './lasso-select';
|
|
865
|
-
export { default as Lasso } from './lasso';
|
|
866
865
|
export { default as Laugh } from './laugh';
|
|
866
|
+
export { default as Lasso } from './lasso';
|
|
867
867
|
export { default as Layers2 } from './layers-2';
|
|
868
868
|
export { default as LayersPlus } from './layers-plus';
|
|
869
869
|
export { default as Layers } from './layers';
|
|
@@ -914,8 +914,8 @@ export { default as List } from './list';
|
|
|
914
914
|
export { default as LoaderCircle } from './loader-circle';
|
|
915
915
|
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
916
916
|
export { default as Loader } from './loader';
|
|
917
|
-
export { default as LocateFixed } from './locate-fixed';
|
|
918
917
|
export { default as LocateOff } from './locate-off';
|
|
918
|
+
export { default as LocateFixed } from './locate-fixed';
|
|
919
919
|
export { default as Locate } from './locate';
|
|
920
920
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
921
921
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
@@ -934,8 +934,8 @@ export { default as MailPlus } from './mail-plus';
|
|
|
934
934
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
935
935
|
export { default as MailSearch } from './mail-search';
|
|
936
936
|
export { default as MailWarning } from './mail-warning';
|
|
937
|
-
export { default as MailX } from './mail-x';
|
|
938
937
|
export { default as Mail } from './mail';
|
|
938
|
+
export { default as MailX } from './mail-x';
|
|
939
939
|
export { default as Mailbox } from './mailbox';
|
|
940
940
|
export { default as Mails } from './mails';
|
|
941
941
|
export { default as MapMinus } from './map-minus';
|
|
@@ -951,8 +951,8 @@ export { default as MapPinPlus } from './map-pin-plus';
|
|
|
951
951
|
export { default as MapPinXInside } from './map-pin-x-inside';
|
|
952
952
|
export { default as MapPinX } from './map-pin-x';
|
|
953
953
|
export { default as MapPin } from './map-pin';
|
|
954
|
-
export { default as MapPlus } from './map-plus';
|
|
955
954
|
export { default as MapPinned } from './map-pinned';
|
|
955
|
+
export { default as MapPlus } from './map-plus';
|
|
956
956
|
export { default as Map } from './map';
|
|
957
957
|
export { default as MarsStroke } from './mars-stroke';
|
|
958
958
|
export { default as Mars } from './mars';
|
|
@@ -962,10 +962,11 @@ export { default as Maximize } from './maximize';
|
|
|
962
962
|
export { default as Medal } from './medal';
|
|
963
963
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
964
964
|
export { default as Megaphone } from './megaphone';
|
|
965
|
-
export { default as Meh } from './meh';
|
|
966
965
|
export { default as MemoryStick } from './memory-stick';
|
|
966
|
+
export { default as Meh } from './meh';
|
|
967
967
|
export { default as Menu } from './menu';
|
|
968
968
|
export { default as Merge } from './merge';
|
|
969
|
+
export { default as MessageCircleCheck } from './message-circle-check';
|
|
969
970
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
970
971
|
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
971
972
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
@@ -977,11 +978,11 @@ export { default as MessageCircleReply } from './message-circle-reply';
|
|
|
977
978
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
978
979
|
export { default as MessageCircleX } from './message-circle-x';
|
|
979
980
|
export { default as MessageCircle } from './message-circle';
|
|
980
|
-
export { default as MessageSquareCode } from './message-square-code';
|
|
981
981
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
982
|
+
export { default as MessageSquareCode } from './message-square-code';
|
|
982
983
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
983
|
-
export { default as MessageSquareHeart } from './message-square-heart';
|
|
984
984
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
985
|
+
export { default as MessageSquareHeart } from './message-square-heart';
|
|
985
986
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
986
987
|
export { default as MessageSquareMore } from './message-square-more';
|
|
987
988
|
export { default as MessageSquareOff } from './message-square-off';
|
|
@@ -1012,8 +1013,8 @@ export { default as MonitorCheck } from './monitor-check';
|
|
|
1012
1013
|
export { default as MonitorCloud } from './monitor-cloud';
|
|
1013
1014
|
export { default as MonitorCog } from './monitor-cog';
|
|
1014
1015
|
export { default as MonitorDot } from './monitor-dot';
|
|
1015
|
-
export { default as MonitorDown } from './monitor-down';
|
|
1016
1016
|
export { default as MonitorOff } from './monitor-off';
|
|
1017
|
+
export { default as MonitorDown } from './monitor-down';
|
|
1017
1018
|
export { default as MonitorPause } from './monitor-pause';
|
|
1018
1019
|
export { default as MonitorPlay } from './monitor-play';
|
|
1019
1020
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
@@ -1025,20 +1026,20 @@ export { default as Monitor } from './monitor';
|
|
|
1025
1026
|
export { default as MoonStar } from './moon-star';
|
|
1026
1027
|
export { default as Moon } from './moon';
|
|
1027
1028
|
export { default as Motorbike } from './motorbike';
|
|
1028
|
-
export { default as MountainSnow } from './mountain-snow';
|
|
1029
1029
|
export { default as Mountain } from './mountain';
|
|
1030
|
+
export { default as MountainSnow } from './mountain-snow';
|
|
1030
1031
|
export { default as MouseOff } from './mouse-off';
|
|
1031
1032
|
export { default as MousePointer2Off } from './mouse-pointer-2-off';
|
|
1032
1033
|
export { default as MousePointer2 } from './mouse-pointer-2';
|
|
1033
1034
|
export { default as MousePointerBan } from './mouse-pointer-ban';
|
|
1034
|
-
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1035
1035
|
export { default as MousePointer } from './mouse-pointer';
|
|
1036
|
+
export { default as MousePointerClick } from './mouse-pointer-click';
|
|
1036
1037
|
export { default as Mouse } from './mouse';
|
|
1037
1038
|
export { default as Move3d } from './move-3d';
|
|
1038
1039
|
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
1039
1040
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
1040
|
-
export { default as MoveDownLeft } from './move-down-left';
|
|
1041
1041
|
export { default as MoveDownRight } from './move-down-right';
|
|
1042
|
+
export { default as MoveDownLeft } from './move-down-left';
|
|
1042
1043
|
export { default as MoveDown } from './move-down';
|
|
1043
1044
|
export { default as MoveHorizontal } from './move-horizontal';
|
|
1044
1045
|
export { default as MoveLeft } from './move-left';
|
|
@@ -1049,16 +1050,16 @@ export { default as MoveUp } from './move-up';
|
|
|
1049
1050
|
export { default as MoveVertical } from './move-vertical';
|
|
1050
1051
|
export { default as Move } from './move';
|
|
1051
1052
|
export { default as Music2 } from './music-2';
|
|
1052
|
-
export { default as Music4 } from './music-4';
|
|
1053
1053
|
export { default as Music3 } from './music-3';
|
|
1054
|
+
export { default as Music4 } from './music-4';
|
|
1054
1055
|
export { default as Music } from './music';
|
|
1055
1056
|
export { default as Navigation2Off } from './navigation-2-off';
|
|
1056
1057
|
export { default as Navigation2 } from './navigation-2';
|
|
1057
1058
|
export { default as NavigationOff } from './navigation-off';
|
|
1058
1059
|
export { default as Navigation } from './navigation';
|
|
1059
1060
|
export { default as Network } from './network';
|
|
1060
|
-
export { default as Nfc } from './nfc';
|
|
1061
1061
|
export { default as Newspaper } from './newspaper';
|
|
1062
|
+
export { default as Nfc } from './nfc';
|
|
1062
1063
|
export { default as NonBinary } from './non-binary';
|
|
1063
1064
|
export { default as NotebookPen } from './notebook-pen';
|
|
1064
1065
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
@@ -1066,8 +1067,8 @@ export { default as NotebookText } from './notebook-text';
|
|
|
1066
1067
|
export { default as Notebook } from './notebook';
|
|
1067
1068
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1068
1069
|
export { default as NotepadText } from './notepad-text';
|
|
1069
|
-
export { default as NutOff } from './nut-off';
|
|
1070
1070
|
export { default as Nut } from './nut';
|
|
1071
|
+
export { default as NutOff } from './nut-off';
|
|
1071
1072
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1072
1073
|
export { default as OctagonMinus } from './octagon-minus';
|
|
1073
1074
|
export { default as OctagonPause } from './octagon-pause';
|
|
@@ -1099,19 +1100,19 @@ export { default as PanelLeftClose } from './panel-left-close';
|
|
|
1099
1100
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1100
1101
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1101
1102
|
export { default as PanelLeftRightDashed } from './panel-left-right-dashed';
|
|
1102
|
-
export { default as PanelLeft } from './panel-left';
|
|
1103
1103
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1104
|
+
export { default as PanelLeft } from './panel-left';
|
|
1104
1105
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1105
1106
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
1106
1107
|
export { default as PanelRight } from './panel-right';
|
|
1107
1108
|
export { default as PanelTopBottomDashed } from './panel-top-bottom-dashed';
|
|
1108
|
-
export { default as PanelTopClose } from './panel-top-close';
|
|
1109
1109
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
1110
|
+
export { default as PanelTopClose } from './panel-top-close';
|
|
1110
1111
|
export { default as PanelTopOpen } from './panel-top-open';
|
|
1111
1112
|
export { default as PanelTop } from './panel-top';
|
|
1112
1113
|
export { default as PanelsLeftBottom } from './panels-left-bottom';
|
|
1113
|
-
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1114
1114
|
export { default as PanelsTopLeft } from './panels-top-left';
|
|
1115
|
+
export { default as PanelsRightBottom } from './panels-right-bottom';
|
|
1115
1116
|
export { default as Paperclip } from './paperclip';
|
|
1116
1117
|
export { default as Parentheses } from './parentheses';
|
|
1117
1118
|
export { default as ParkingMeter } from './parking-meter';
|
|
@@ -1120,13 +1121,13 @@ export { default as Pause } from './pause';
|
|
|
1120
1121
|
export { default as PawPrint } from './paw-print';
|
|
1121
1122
|
export { default as PcCase } from './pc-case';
|
|
1122
1123
|
export { default as PenLine } from './pen-line';
|
|
1123
|
-
export { default as PenOff } from './pen-off';
|
|
1124
1124
|
export { default as PenTool } from './pen-tool';
|
|
1125
|
+
export { default as PenOff } from './pen-off';
|
|
1125
1126
|
export { default as Pen } from './pen';
|
|
1126
1127
|
export { default as PencilLine } from './pencil-line';
|
|
1127
1128
|
export { default as PencilOff } from './pencil-off';
|
|
1128
|
-
export { default as PencilRuler } from './pencil-ruler';
|
|
1129
1129
|
export { default as Pencil } from './pencil';
|
|
1130
|
+
export { default as PencilRuler } from './pencil-ruler';
|
|
1130
1131
|
export { default as Pentagon } from './pentagon';
|
|
1131
1132
|
export { default as Percent } from './percent';
|
|
1132
1133
|
export { default as PersonStanding } from './person-standing';
|
|
@@ -1140,8 +1141,8 @@ export { default as PhoneOutgoing } from './phone-outgoing';
|
|
|
1140
1141
|
export { default as Phone } from './phone';
|
|
1141
1142
|
export { default as Pi } from './pi';
|
|
1142
1143
|
export { default as Piano } from './piano';
|
|
1143
|
-
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1144
1144
|
export { default as Pickaxe } from './pickaxe';
|
|
1145
|
+
export { default as PictureInPicture2 } from './picture-in-picture-2';
|
|
1145
1146
|
export { default as PictureInPicture } from './picture-in-picture';
|
|
1146
1147
|
export { default as PiggyBank } from './piggy-bank';
|
|
1147
1148
|
export { default as PilcrowLeft } from './pilcrow-left';
|
|
@@ -1149,8 +1150,8 @@ export { default as PilcrowRight } from './pilcrow-right';
|
|
|
1149
1150
|
export { default as Pilcrow } from './pilcrow';
|
|
1150
1151
|
export { default as PillBottle } from './pill-bottle';
|
|
1151
1152
|
export { default as Pill } from './pill';
|
|
1152
|
-
export { default as Pin } from './pin';
|
|
1153
1153
|
export { default as PinOff } from './pin-off';
|
|
1154
|
+
export { default as Pin } from './pin';
|
|
1154
1155
|
export { default as Pipette } from './pipette';
|
|
1155
1156
|
export { default as Pizza } from './pizza';
|
|
1156
1157
|
export { default as PlaneLanding } from './plane-landing';
|
|
@@ -1161,12 +1162,12 @@ export { default as Plug2 } from './plug-2';
|
|
|
1161
1162
|
export { default as PlugZap } from './plug-zap';
|
|
1162
1163
|
export { default as Plug } from './plug';
|
|
1163
1164
|
export { default as Plus } from './plus';
|
|
1164
|
-
export { default as Pocket } from './pocket';
|
|
1165
1165
|
export { default as PocketKnife } from './pocket-knife';
|
|
1166
|
+
export { default as Pocket } from './pocket';
|
|
1166
1167
|
export { default as Podcast } from './podcast';
|
|
1167
1168
|
export { default as PointerOff } from './pointer-off';
|
|
1168
|
-
export { default as Pointer } from './pointer';
|
|
1169
1169
|
export { default as Popcorn } from './popcorn';
|
|
1170
|
+
export { default as Pointer } from './pointer';
|
|
1170
1171
|
export { default as Popsicle } from './popsicle';
|
|
1171
1172
|
export { default as PoundSterling } from './pound-sterling';
|
|
1172
1173
|
export { default as PowerOff } from './power-off';
|
|
@@ -1176,53 +1177,53 @@ export { default as PrinterCheck } from './printer-check';
|
|
|
1176
1177
|
export { default as PrinterX } from './printer-x';
|
|
1177
1178
|
export { default as Printer } from './printer';
|
|
1178
1179
|
export { default as Projector } from './projector';
|
|
1179
|
-
export { default as Proportions } from './proportions';
|
|
1180
1180
|
export { default as Puzzle } from './puzzle';
|
|
1181
|
+
export { default as Proportions } from './proportions';
|
|
1181
1182
|
export { default as Pyramid } from './pyramid';
|
|
1182
|
-
export { default as Quote } from './quote';
|
|
1183
1183
|
export { default as QrCode } from './qr-code';
|
|
1184
|
-
export { default as
|
|
1184
|
+
export { default as Quote } from './quote';
|
|
1185
1185
|
export { default as Radar } from './radar';
|
|
1186
|
+
export { default as Rabbit } from './rabbit';
|
|
1186
1187
|
export { default as Radiation } from './radiation';
|
|
1187
1188
|
export { default as Radical } from './radical';
|
|
1188
1189
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1189
|
-
export { default as Radio } from './radio';
|
|
1190
1190
|
export { default as RadioTower } from './radio-tower';
|
|
1191
|
+
export { default as Radio } from './radio';
|
|
1191
1192
|
export { default as Radius } from './radius';
|
|
1192
1193
|
export { default as RailSymbol } from './rail-symbol';
|
|
1193
1194
|
export { default as Rainbow } from './rainbow';
|
|
1194
1195
|
export { default as Rat } from './rat';
|
|
1195
|
-
export { default as ReceiptCent } from './receipt-cent';
|
|
1196
1196
|
export { default as Ratio } from './ratio';
|
|
1197
|
+
export { default as ReceiptCent } from './receipt-cent';
|
|
1197
1198
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1198
1199
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
1199
1200
|
export { default as ReceiptJapaneseYen } from './receipt-japanese-yen';
|
|
1200
1201
|
export { default as ReceiptPoundSterling } from './receipt-pound-sterling';
|
|
1201
1202
|
export { default as ReceiptRussianRuble } from './receipt-russian-ruble';
|
|
1202
1203
|
export { default as ReceiptSwissFranc } from './receipt-swiss-franc';
|
|
1203
|
-
export { default as ReceiptText } from './receipt-text';
|
|
1204
1204
|
export { default as ReceiptTurkishLira } from './receipt-turkish-lira';
|
|
1205
|
+
export { default as ReceiptText } from './receipt-text';
|
|
1205
1206
|
export { default as Receipt } from './receipt';
|
|
1206
1207
|
export { default as RectangleCircle } from './rectangle-circle';
|
|
1207
|
-
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1208
1208
|
export { default as RectangleGoggles } from './rectangle-goggles';
|
|
1209
|
+
export { default as RectangleEllipsis } from './rectangle-ellipsis';
|
|
1209
1210
|
export { default as RectangleHorizontal } from './rectangle-horizontal';
|
|
1210
1211
|
export { default as RectangleVertical } from './rectangle-vertical';
|
|
1211
1212
|
export { default as Recycle } from './recycle';
|
|
1212
1213
|
export { default as Redo2 } from './redo-2';
|
|
1213
1214
|
export { default as RedoDot } from './redo-dot';
|
|
1214
1215
|
export { default as Redo } from './redo';
|
|
1216
|
+
export { default as RefreshCcw } from './refresh-ccw';
|
|
1215
1217
|
export { default as RefreshCcwDot } from './refresh-ccw-dot';
|
|
1216
1218
|
export { default as RefreshCwOff } from './refresh-cw-off';
|
|
1217
|
-
export { default as RefreshCcw } from './refresh-ccw';
|
|
1218
1219
|
export { default as RefreshCw } from './refresh-cw';
|
|
1219
1220
|
export { default as Refrigerator } from './refrigerator';
|
|
1220
1221
|
export { default as Regex } from './regex';
|
|
1221
1222
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1222
1223
|
export { default as Repeat1 } from './repeat-1';
|
|
1223
1224
|
export { default as Repeat2 } from './repeat-2';
|
|
1224
|
-
export { default as ReplaceAll } from './replace-all';
|
|
1225
1225
|
export { default as Repeat } from './repeat';
|
|
1226
|
+
export { default as ReplaceAll } from './replace-all';
|
|
1226
1227
|
export { default as Replace } from './replace';
|
|
1227
1228
|
export { default as ReplyAll } from './reply-all';
|
|
1228
1229
|
export { default as Reply } from './reply';
|
|
@@ -1244,17 +1245,17 @@ export { default as Router } from './router';
|
|
|
1244
1245
|
export { default as Rows2 } from './rows-2';
|
|
1245
1246
|
export { default as Rows3 } from './rows-3';
|
|
1246
1247
|
export { default as Rows4 } from './rows-4';
|
|
1247
|
-
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1248
1248
|
export { default as Rss } from './rss';
|
|
1249
|
-
export { default as
|
|
1249
|
+
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1250
1250
|
export { default as Ruler } from './ruler';
|
|
1251
|
+
export { default as RussianRuble } from './russian-ruble';
|
|
1251
1252
|
export { default as Sailboat } from './sailboat';
|
|
1252
1253
|
export { default as Salad } from './salad';
|
|
1253
1254
|
export { default as Sandwich } from './sandwich';
|
|
1254
1255
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1255
1256
|
export { default as Satellite } from './satellite';
|
|
1256
|
-
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1257
1257
|
export { default as SaveAll } from './save-all';
|
|
1258
|
+
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1258
1259
|
export { default as SaveOff } from './save-off';
|
|
1259
1260
|
export { default as Save } from './save';
|
|
1260
1261
|
export { default as Scale3d } from './scale-3d';
|
|
@@ -1265,10 +1266,10 @@ export { default as ScanEye } from './scan-eye';
|
|
|
1265
1266
|
export { default as ScanFace } from './scan-face';
|
|
1266
1267
|
export { default as ScanHeart } from './scan-heart';
|
|
1267
1268
|
export { default as ScanLine } from './scan-line';
|
|
1268
|
-
export { default as ScanSearch } from './scan-search';
|
|
1269
1269
|
export { default as ScanQrCode } from './scan-qr-code';
|
|
1270
|
-
export { default as
|
|
1270
|
+
export { default as ScanSearch } from './scan-search';
|
|
1271
1271
|
export { default as ScanText } from './scan-text';
|
|
1272
|
+
export { default as Scan } from './scan';
|
|
1272
1273
|
export { default as School } from './school';
|
|
1273
1274
|
export { default as ScissorsLineDashed } from './scissors-line-dashed';
|
|
1274
1275
|
export { default as Scissors } from './scissors';
|
|
@@ -1293,15 +1294,15 @@ export { default as ServerCog } from './server-cog';
|
|
|
1293
1294
|
export { default as ServerCrash } from './server-crash';
|
|
1294
1295
|
export { default as ServerOff } from './server-off';
|
|
1295
1296
|
export { default as Server } from './server';
|
|
1296
|
-
export { default as Settings2 } from './settings-2';
|
|
1297
1297
|
export { default as Settings } from './settings';
|
|
1298
|
+
export { default as Settings2 } from './settings-2';
|
|
1298
1299
|
export { default as Shapes } from './shapes';
|
|
1299
1300
|
export { default as Share2 } from './share-2';
|
|
1300
1301
|
export { default as Share } from './share';
|
|
1301
1302
|
export { default as Sheet } from './sheet';
|
|
1302
1303
|
export { default as Shell } from './shell';
|
|
1303
|
-
export { default as ShelvingUnit } from './shelving-unit';
|
|
1304
1304
|
export { default as ShieldAlert } from './shield-alert';
|
|
1305
|
+
export { default as ShelvingUnit } from './shelving-unit';
|
|
1305
1306
|
export { default as ShieldBan } from './shield-ban';
|
|
1306
1307
|
export { default as ShieldCheck } from './shield-check';
|
|
1307
1308
|
export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
@@ -1350,22 +1351,22 @@ export { default as Smartphone } from './smartphone';
|
|
|
1350
1351
|
export { default as SmilePlus } from './smile-plus';
|
|
1351
1352
|
export { default as Smile } from './smile';
|
|
1352
1353
|
export { default as Snail } from './snail';
|
|
1354
|
+
export { default as Snowflake } from './snowflake';
|
|
1353
1355
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1354
1356
|
export { default as Sofa } from './sofa';
|
|
1355
|
-
export { default as Snowflake } from './snowflake';
|
|
1356
1357
|
export { default as SolarPanel } from './solar-panel';
|
|
1357
1358
|
export { default as Soup } from './soup';
|
|
1358
1359
|
export { default as Space } from './space';
|
|
1359
1360
|
export { default as Spade } from './spade';
|
|
1360
|
-
export { default as Sparkles } from './sparkles';
|
|
1361
1361
|
export { default as Sparkle } from './sparkle';
|
|
1362
|
+
export { default as Sparkles } from './sparkles';
|
|
1362
1363
|
export { default as Speaker } from './speaker';
|
|
1363
1364
|
export { default as Speech } from './speech';
|
|
1364
1365
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1365
1366
|
export { default as SpellCheck } from './spell-check';
|
|
1366
|
-
export { default as Split } from './split';
|
|
1367
1367
|
export { default as SplinePointer } from './spline-pointer';
|
|
1368
1368
|
export { default as Spline } from './spline';
|
|
1369
|
+
export { default as Split } from './split';
|
|
1369
1370
|
export { default as Spool } from './spool';
|
|
1370
1371
|
export { default as Spotlight } from './spotlight';
|
|
1371
1372
|
export { default as SprayCan } from './spray-can';
|
|
@@ -1380,26 +1381,26 @@ export { default as SquareArrowOutDownRight } from './square-arrow-out-down-righ
|
|
|
1380
1381
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1381
1382
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1382
1383
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1383
|
-
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1384
1384
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1385
|
-
export { default as
|
|
1385
|
+
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1386
1386
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1387
1387
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1388
|
+
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1388
1389
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1389
1390
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1390
1391
|
export { default as SquareCheck } from './square-check';
|
|
1391
|
-
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1392
1392
|
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1393
|
+
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1393
1394
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1394
1395
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1395
1396
|
export { default as SquareCode } from './square-code';
|
|
1396
|
-
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1397
1397
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1398
|
+
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1398
1399
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1399
1400
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1400
1401
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1401
|
-
export { default as SquareDivide } from './square-divide';
|
|
1402
1402
|
export { default as SquareDashed } from './square-dashed';
|
|
1403
|
+
export { default as SquareDivide } from './square-divide';
|
|
1403
1404
|
export { default as SquareDot } from './square-dot';
|
|
1404
1405
|
export { default as SquareEqual } from './square-equal';
|
|
1405
1406
|
export { default as SquareFunction } from './square-function';
|
|
@@ -1408,8 +1409,8 @@ export { default as SquareLibrary } from './square-library';
|
|
|
1408
1409
|
export { default as SquareM } from './square-m';
|
|
1409
1410
|
export { default as SquareMenu } from './square-menu';
|
|
1410
1411
|
export { default as SquareMinus } from './square-minus';
|
|
1411
|
-
export { default as SquareParkingOff } from './square-parking-off';
|
|
1412
1412
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1413
|
+
export { default as SquareParkingOff } from './square-parking-off';
|
|
1413
1414
|
export { default as SquareParking } from './square-parking';
|
|
1414
1415
|
export { default as SquarePause } from './square-pause';
|
|
1415
1416
|
export { default as SquarePen } from './square-pen';
|
|
@@ -1424,8 +1425,8 @@ export { default as SquareRoundCorner } from './square-round-corner';
|
|
|
1424
1425
|
export { default as SquareScissors } from './square-scissors';
|
|
1425
1426
|
export { default as SquareSigma } from './square-sigma';
|
|
1426
1427
|
export { default as SquareSlash } from './square-slash';
|
|
1427
|
-
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1428
1428
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1429
|
+
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1429
1430
|
export { default as SquareSquare } from './square-square';
|
|
1430
1431
|
export { default as SquareStack } from './square-stack';
|
|
1431
1432
|
export { default as SquareStar } from './square-star';
|
|
@@ -1436,8 +1437,8 @@ export { default as SquareUser } from './square-user';
|
|
|
1436
1437
|
export { default as SquareX } from './square-x';
|
|
1437
1438
|
export { default as Square } from './square';
|
|
1438
1439
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1439
|
-
export { default as SquaresIntersect } from './squares-intersect';
|
|
1440
1440
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1441
|
+
export { default as SquaresIntersect } from './squares-intersect';
|
|
1441
1442
|
export { default as SquaresUnite } from './squares-unite';
|
|
1442
1443
|
export { default as SquircleDashed } from './squircle-dashed';
|
|
1443
1444
|
export { default as Squircle } from './squircle';
|
|
@@ -1453,8 +1454,8 @@ export { default as Sticker } from './sticker';
|
|
|
1453
1454
|
export { default as StickyNote } from './sticky-note';
|
|
1454
1455
|
export { default as Stone } from './stone';
|
|
1455
1456
|
export { default as Store } from './store';
|
|
1456
|
-
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1457
1457
|
export { default as StretchVertical } from './stretch-vertical';
|
|
1458
|
+
export { default as StretchHorizontal } from './stretch-horizontal';
|
|
1458
1459
|
export { default as Strikethrough } from './strikethrough';
|
|
1459
1460
|
export { default as Subscript } from './subscript';
|
|
1460
1461
|
export { default as SunDim } from './sun-dim';
|
|
@@ -1471,8 +1472,8 @@ export { default as SwitchCamera } from './switch-camera';
|
|
|
1471
1472
|
export { default as Sword } from './sword';
|
|
1472
1473
|
export { default as Swords } from './swords';
|
|
1473
1474
|
export { default as Syringe } from './syringe';
|
|
1474
|
-
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1475
1475
|
export { default as Table2 } from './table-2';
|
|
1476
|
+
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1476
1477
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1477
1478
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1478
1479
|
export { default as TableOfContents } from './table-of-contents';
|
|
@@ -1503,8 +1504,8 @@ export { default as TextAlignEnd } from './text-align-end';
|
|
|
1503
1504
|
export { default as TextAlignJustify } from './text-align-justify';
|
|
1504
1505
|
export { default as TextAlignStart } from './text-align-start';
|
|
1505
1506
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1506
|
-
export { default as TextInitial } from './text-initial';
|
|
1507
1507
|
export { default as TextCursor } from './text-cursor';
|
|
1508
|
+
export { default as TextInitial } from './text-initial';
|
|
1508
1509
|
export { default as TextQuote } from './text-quote';
|
|
1509
1510
|
export { default as TextSearch } from './text-search';
|
|
1510
1511
|
export { default as TextSelect } from './text-select';
|
|
@@ -1514,8 +1515,8 @@ export { default as ThermometerSnowflake } from './thermometer-snowflake';
|
|
|
1514
1515
|
export { default as ThermometerSun } from './thermometer-sun';
|
|
1515
1516
|
export { default as Thermometer } from './thermometer';
|
|
1516
1517
|
export { default as ThumbsDown } from './thumbs-down';
|
|
1517
|
-
export { default as ThumbsUp } from './thumbs-up';
|
|
1518
1518
|
export { default as TicketCheck } from './ticket-check';
|
|
1519
|
+
export { default as ThumbsUp } from './thumbs-up';
|
|
1519
1520
|
export { default as TicketMinus } from './ticket-minus';
|
|
1520
1521
|
export { default as TicketPercent } from './ticket-percent';
|
|
1521
1522
|
export { default as TicketPlus } from './ticket-plus';
|
|
@@ -1551,8 +1552,8 @@ export { default as Trash } from './trash';
|
|
|
1551
1552
|
export { default as TreeDeciduous } from './tree-deciduous';
|
|
1552
1553
|
export { default as TreePalm } from './tree-palm';
|
|
1553
1554
|
export { default as TreePine } from './tree-pine';
|
|
1554
|
-
export { default as Trees } from './trees';
|
|
1555
1555
|
export { default as Trello } from './trello';
|
|
1556
|
+
export { default as Trees } from './trees';
|
|
1556
1557
|
export { default as TrendingDown } from './trending-down';
|
|
1557
1558
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
1558
1559
|
export { default as TrendingUp } from './trending-up';
|
|
@@ -1601,8 +1602,8 @@ export { default as UserRoundKey } from './user-round-key';
|
|
|
1601
1602
|
export { default as UserRoundMinus } from './user-round-minus';
|
|
1602
1603
|
export { default as UserRoundPen } from './user-round-pen';
|
|
1603
1604
|
export { default as UserRoundPlus } from './user-round-plus';
|
|
1604
|
-
export { default as UserRoundSearch } from './user-round-search';
|
|
1605
1605
|
export { default as UserRoundX } from './user-round-x';
|
|
1606
|
+
export { default as UserRoundSearch } from './user-round-search';
|
|
1606
1607
|
export { default as UserRound } from './user-round';
|
|
1607
1608
|
export { default as UserSearch } from './user-search';
|
|
1608
1609
|
export { default as UserStar } from './user-star';
|
|
@@ -1612,8 +1613,8 @@ export { default as UsersRound } from './users-round';
|
|
|
1612
1613
|
export { default as Users } from './users';
|
|
1613
1614
|
export { default as UtensilsCrossed } from './utensils-crossed';
|
|
1614
1615
|
export { default as Utensils } from './utensils';
|
|
1615
|
-
export { default as Van } from './van';
|
|
1616
1616
|
export { default as UtilityPole } from './utility-pole';
|
|
1617
|
+
export { default as Van } from './van';
|
|
1617
1618
|
export { default as Variable } from './variable';
|
|
1618
1619
|
export { default as Vault } from './vault';
|
|
1619
1620
|
export { default as VectorSquare } from './vector-square';
|
|
@@ -1627,8 +1628,8 @@ export { default as VideoOff } from './video-off';
|
|
|
1627
1628
|
export { default as Video } from './video';
|
|
1628
1629
|
export { default as Videotape } from './videotape';
|
|
1629
1630
|
export { default as View } from './view';
|
|
1630
|
-
export { default as Voicemail } from './voicemail';
|
|
1631
1631
|
export { default as Volleyball } from './volleyball';
|
|
1632
|
+
export { default as Voicemail } from './voicemail';
|
|
1632
1633
|
export { default as Volume1 } from './volume-1';
|
|
1633
1634
|
export { default as Volume2 } from './volume-2';
|
|
1634
1635
|
export { default as VolumeOff } from './volume-off';
|
|
@@ -1639,11 +1640,11 @@ export { default as WalletCards } from './wallet-cards';
|
|
|
1639
1640
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1640
1641
|
export { default as Wallet } from './wallet';
|
|
1641
1642
|
export { default as Wallpaper } from './wallpaper';
|
|
1642
|
-
export { default as Wand } from './wand';
|
|
1643
1643
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1644
|
+
export { default as Wand } from './wand';
|
|
1644
1645
|
export { default as Warehouse } from './warehouse';
|
|
1645
|
-
export { default as WashingMachine } from './washing-machine';
|
|
1646
1646
|
export { default as Watch } from './watch';
|
|
1647
|
+
export { default as WashingMachine } from './washing-machine';
|
|
1647
1648
|
export { default as WavesArrowDown } from './waves-arrow-down';
|
|
1648
1649
|
export { default as WavesArrowUp } from './waves-arrow-up';
|
|
1649
1650
|
export { default as WavesLadder } from './waves-ladder';
|
|
@@ -1651,17 +1652,17 @@ export { default as Waves } from './waves';
|
|
|
1651
1652
|
export { default as Waypoints } from './waypoints';
|
|
1652
1653
|
export { default as Webcam } from './webcam';
|
|
1653
1654
|
export { default as WebhookOff } from './webhook-off';
|
|
1654
|
-
export { default as Webhook } from './webhook';
|
|
1655
1655
|
export { default as WeightTilde } from './weight-tilde';
|
|
1656
|
+
export { default as Webhook } from './webhook';
|
|
1656
1657
|
export { default as Weight } from './weight';
|
|
1657
1658
|
export { default as WheatOff } from './wheat-off';
|
|
1658
1659
|
export { default as Wheat } from './wheat';
|
|
1659
1660
|
export { default as WholeWord } from './whole-word';
|
|
1660
1661
|
export { default as WifiCog } from './wifi-cog';
|
|
1661
1662
|
export { default as WifiHigh } from './wifi-high';
|
|
1663
|
+
export { default as WifiLow } from './wifi-low';
|
|
1662
1664
|
export { default as WifiOff } from './wifi-off';
|
|
1663
1665
|
export { default as WifiPen } from './wifi-pen';
|
|
1664
|
-
export { default as WifiLow } from './wifi-low';
|
|
1665
1666
|
export { default as WifiSync } from './wifi-sync';
|
|
1666
1667
|
export { default as WifiZero } from './wifi-zero';
|
|
1667
1668
|
export { default as Wifi } from './wifi';
|
|
@@ -1672,6 +1673,7 @@ export { default as Wine } from './wine';
|
|
|
1672
1673
|
export { default as Workflow } from './workflow';
|
|
1673
1674
|
export { default as Worm } from './worm';
|
|
1674
1675
|
export { default as Wrench } from './wrench';
|
|
1676
|
+
export { default as XLineTop } from './x-line-top';
|
|
1675
1677
|
export { default as X } from './x';
|
|
1676
1678
|
export { default as Youtube } from './youtube';
|
|
1677
1679
|
export { default as ZapOff } from './zap-off';
|