@lucide/astro 0.520.0 → 0.522.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 +51 -51
- package/src/aliases/prefixed.ts +466 -462
- package/src/aliases/suffixed.ts +811 -807
- package/src/icons/circle-arrow-left.ts +2 -2
- package/src/icons/circle-arrow-right.ts +2 -2
- package/src/icons/index.ts +91 -89
- package/src/icons/line-squiggle.ts +18 -0
- package/src/icons/shopping-bag.ts +2 -2
- package/src/icons/squircle-dashed.ts +18 -0
package/src/icons/index.ts
CHANGED
|
@@ -20,9 +20,9 @@ export { default as AlignEndVertical } from './align-end-vertical';
|
|
|
20
20
|
export { default as AlignHorizontalDistributeCenter } from './align-horizontal-distribute-center';
|
|
21
21
|
export { default as AlignHorizontalDistributeEnd } from './align-horizontal-distribute-end';
|
|
22
22
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
23
|
+
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
23
24
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
24
25
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
25
|
-
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
26
26
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
27
27
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
28
28
|
export { default as AlignJustify } from './align-justify';
|
|
@@ -36,8 +36,8 @@ export { default as AlignVerticalDistributeStart } from './align-vertical-distri
|
|
|
36
36
|
export { default as AlignVerticalJustifyCenter } from './align-vertical-justify-center';
|
|
37
37
|
export { default as AlignVerticalJustifyEnd } from './align-vertical-justify-end';
|
|
38
38
|
export { default as AlignVerticalJustifyStart } from './align-vertical-justify-start';
|
|
39
|
-
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
40
39
|
export { default as AlignVerticalSpaceAround } from './align-vertical-space-around';
|
|
40
|
+
export { default as AlignVerticalSpaceBetween } from './align-vertical-space-between';
|
|
41
41
|
export { default as Ambulance } from './ambulance';
|
|
42
42
|
export { default as Ampersand } from './ampersand';
|
|
43
43
|
export { default as Ampersands } from './ampersands';
|
|
@@ -77,8 +77,8 @@ export { default as ArrowDownWideNarrow } from './arrow-down-wide-narrow';
|
|
|
77
77
|
export { default as ArrowDownZA } from './arrow-down-z-a';
|
|
78
78
|
export { default as ArrowDown } from './arrow-down';
|
|
79
79
|
export { default as ArrowLeftFromLine } from './arrow-left-from-line';
|
|
80
|
-
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
81
80
|
export { default as ArrowLeftToLine } from './arrow-left-to-line';
|
|
81
|
+
export { default as ArrowLeftRight } from './arrow-left-right';
|
|
82
82
|
export { default as ArrowLeft } from './arrow-left';
|
|
83
83
|
export { default as ArrowRightFromLine } from './arrow-right-from-line';
|
|
84
84
|
export { default as ArrowRightLeft } from './arrow-right-left';
|
|
@@ -204,8 +204,8 @@ export { default as BookText } from './book-text';
|
|
|
204
204
|
export { default as BookType } from './book-type';
|
|
205
205
|
export { default as BookUp2 } from './book-up-2';
|
|
206
206
|
export { default as BookUp } from './book-up';
|
|
207
|
-
export { default as BookUser } from './book-user';
|
|
208
207
|
export { default as BookX } from './book-x';
|
|
208
|
+
export { default as BookUser } from './book-user';
|
|
209
209
|
export { default as Book } from './book';
|
|
210
210
|
export { default as BookmarkCheck } from './bookmark-check';
|
|
211
211
|
export { default as BookmarkMinus } from './bookmark-minus';
|
|
@@ -253,8 +253,8 @@ export { default as CalendarCheck2 } from './calendar-check-2';
|
|
|
253
253
|
export { default as CalendarCheck } from './calendar-check';
|
|
254
254
|
export { default as CalendarClock } from './calendar-clock';
|
|
255
255
|
export { default as CalendarCog } from './calendar-cog';
|
|
256
|
-
export { default as CalendarFold } from './calendar-fold';
|
|
257
256
|
export { default as CalendarDays } from './calendar-days';
|
|
257
|
+
export { default as CalendarFold } from './calendar-fold';
|
|
258
258
|
export { default as CalendarHeart } from './calendar-heart';
|
|
259
259
|
export { default as CalendarMinus2 } from './calendar-minus-2';
|
|
260
260
|
export { default as CalendarMinus } from './calendar-minus';
|
|
@@ -279,22 +279,22 @@ export { default as CarFront } from './car-front';
|
|
|
279
279
|
export { default as CarTaxiFront } from './car-taxi-front';
|
|
280
280
|
export { default as Car } from './car';
|
|
281
281
|
export { default as Caravan } from './caravan';
|
|
282
|
-
export { default as CardSim } from './card-sim';
|
|
283
282
|
export { default as Carrot } from './carrot';
|
|
283
|
+
export { default as CardSim } from './card-sim';
|
|
284
284
|
export { default as CaseLower } from './case-lower';
|
|
285
285
|
export { default as CaseSensitive } from './case-sensitive';
|
|
286
286
|
export { default as CaseUpper } from './case-upper';
|
|
287
|
-
export { default as Cast } from './cast';
|
|
288
287
|
export { default as CassetteTape } from './cassette-tape';
|
|
289
|
-
export { default as
|
|
288
|
+
export { default as Cast } from './cast';
|
|
290
289
|
export { default as Castle } from './castle';
|
|
290
|
+
export { default as Cat } from './cat';
|
|
291
291
|
export { default as Cctv } from './cctv';
|
|
292
292
|
export { default as ChartArea } from './chart-area';
|
|
293
293
|
export { default as ChartBarBig } from './chart-bar-big';
|
|
294
294
|
export { default as ChartBarDecreasing } from './chart-bar-decreasing';
|
|
295
295
|
export { default as ChartBarIncreasing } from './chart-bar-increasing';
|
|
296
|
-
export { default as ChartBar } from './chart-bar';
|
|
297
296
|
export { default as ChartBarStacked } from './chart-bar-stacked';
|
|
297
|
+
export { default as ChartBar } from './chart-bar';
|
|
298
298
|
export { default as ChartCandlestick } from './chart-candlestick';
|
|
299
299
|
export { default as ChartColumnBig } from './chart-column-big';
|
|
300
300
|
export { default as ChartColumnDecreasing } from './chart-column-decreasing';
|
|
@@ -309,8 +309,8 @@ export { default as ChartNoAxesColumnIncreasing } from './chart-no-axes-column-i
|
|
|
309
309
|
export { default as ChartNoAxesColumn } from './chart-no-axes-column';
|
|
310
310
|
export { default as ChartNoAxesCombined } from './chart-no-axes-combined';
|
|
311
311
|
export { default as ChartNoAxesGantt } from './chart-no-axes-gantt';
|
|
312
|
-
export { default as ChartPie } from './chart-pie';
|
|
313
312
|
export { default as ChartScatter } from './chart-scatter';
|
|
313
|
+
export { default as ChartPie } from './chart-pie';
|
|
314
314
|
export { default as ChartSpline } from './chart-spline';
|
|
315
315
|
export { default as CheckCheck } from './check-check';
|
|
316
316
|
export { default as CheckLine } from './check-line';
|
|
@@ -318,9 +318,9 @@ export { default as Check } from './check';
|
|
|
318
318
|
export { default as ChefHat } from './chef-hat';
|
|
319
319
|
export { default as Cherry } from './cherry';
|
|
320
320
|
export { default as ChevronDown } from './chevron-down';
|
|
321
|
-
export { default as ChevronLast } from './chevron-last';
|
|
322
321
|
export { default as ChevronFirst } from './chevron-first';
|
|
323
322
|
export { default as ChevronLeft } from './chevron-left';
|
|
323
|
+
export { default as ChevronLast } from './chevron-last';
|
|
324
324
|
export { default as ChevronRight } from './chevron-right';
|
|
325
325
|
export { default as ChevronUp } from './chevron-up';
|
|
326
326
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
@@ -389,8 +389,8 @@ export { default as ClipboardList } from './clipboard-list';
|
|
|
389
389
|
export { default as ClipboardMinus } from './clipboard-minus';
|
|
390
390
|
export { default as ClipboardPaste } from './clipboard-paste';
|
|
391
391
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
392
|
-
export { default as ClipboardPen } from './clipboard-pen';
|
|
393
392
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
393
|
+
export { default as ClipboardPen } from './clipboard-pen';
|
|
394
394
|
export { default as ClipboardType } from './clipboard-type';
|
|
395
395
|
export { default as ClipboardX } from './clipboard-x';
|
|
396
396
|
export { default as Clipboard } from './clipboard';
|
|
@@ -400,18 +400,18 @@ export { default as Clock11 } from './clock-11';
|
|
|
400
400
|
export { default as Clock12 } from './clock-12';
|
|
401
401
|
export { default as Clock2 } from './clock-2';
|
|
402
402
|
export { default as Clock3 } from './clock-3';
|
|
403
|
+
export { default as Clock4 } from './clock-4';
|
|
403
404
|
export { default as Clock5 } from './clock-5';
|
|
404
405
|
export { default as Clock6 } from './clock-6';
|
|
405
|
-
export { default as Clock4 } from './clock-4';
|
|
406
406
|
export { default as Clock7 } from './clock-7';
|
|
407
407
|
export { default as Clock8 } from './clock-8';
|
|
408
408
|
export { default as Clock9 } from './clock-9';
|
|
409
409
|
export { default as ClockAlert } from './clock-alert';
|
|
410
|
-
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
411
410
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
411
|
+
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
412
412
|
export { default as ClockFading } from './clock-fading';
|
|
413
|
-
export { default as Clock } from './clock';
|
|
414
413
|
export { default as ClockPlus } from './clock-plus';
|
|
414
|
+
export { default as Clock } from './clock';
|
|
415
415
|
export { default as CloudAlert } from './cloud-alert';
|
|
416
416
|
export { default as CloudCheck } from './cloud-check';
|
|
417
417
|
export { default as CloudCog } from './cloud-cog';
|
|
@@ -432,8 +432,8 @@ export { default as CloudUpload } from './cloud-upload';
|
|
|
432
432
|
export { default as Cloud } from './cloud';
|
|
433
433
|
export { default as Cloudy } from './cloudy';
|
|
434
434
|
export { default as Clover } from './clover';
|
|
435
|
-
export { default as CodeXml } from './code-xml';
|
|
436
435
|
export { default as Club } from './club';
|
|
436
|
+
export { default as CodeXml } from './code-xml';
|
|
437
437
|
export { default as Code } from './code';
|
|
438
438
|
export { default as Codepen } from './codepen';
|
|
439
439
|
export { default as Codesandbox } from './codesandbox';
|
|
@@ -463,8 +463,8 @@ export { default as CopyMinus } from './copy-minus';
|
|
|
463
463
|
export { default as CopyPlus } from './copy-plus';
|
|
464
464
|
export { default as CopySlash } from './copy-slash';
|
|
465
465
|
export { default as CopyX } from './copy-x';
|
|
466
|
-
export { default as Copyleft } from './copyleft';
|
|
467
466
|
export { default as Copy } from './copy';
|
|
467
|
+
export { default as Copyleft } from './copyleft';
|
|
468
468
|
export { default as Copyright } from './copyright';
|
|
469
469
|
export { default as CornerDownLeft } from './corner-down-left';
|
|
470
470
|
export { default as CornerDownRight } from './corner-down-right';
|
|
@@ -483,8 +483,8 @@ export { default as Cross } from './cross';
|
|
|
483
483
|
export { default as Crosshair } from './crosshair';
|
|
484
484
|
export { default as Crown } from './crown';
|
|
485
485
|
export { default as Cuboid } from './cuboid';
|
|
486
|
-
export { default as Currency } from './currency';
|
|
487
486
|
export { default as CupSoda } from './cup-soda';
|
|
487
|
+
export { default as Currency } from './currency';
|
|
488
488
|
export { default as Cylinder } from './cylinder';
|
|
489
489
|
export { default as Dam } from './dam';
|
|
490
490
|
export { default as DatabaseBackup } from './database-backup';
|
|
@@ -513,11 +513,11 @@ export { default as DiscAlbum } from './disc-album';
|
|
|
513
513
|
export { default as Disc } from './disc';
|
|
514
514
|
export { default as Divide } from './divide';
|
|
515
515
|
export { default as DnaOff } from './dna-off';
|
|
516
|
-
export { default as Dna } from './dna';
|
|
517
516
|
export { default as Dock } from './dock';
|
|
517
|
+
export { default as Dna } from './dna';
|
|
518
|
+
export { default as Dog } from './dog';
|
|
518
519
|
export { default as DollarSign } from './dollar-sign';
|
|
519
520
|
export { default as Donut } from './donut';
|
|
520
|
-
export { default as Dog } from './dog';
|
|
521
521
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
522
522
|
export { default as DoorClosed } from './door-closed';
|
|
523
523
|
export { default as DoorOpen } from './door-open';
|
|
@@ -533,8 +533,8 @@ export { default as Droplet } from './droplet';
|
|
|
533
533
|
export { default as Droplets } from './droplets';
|
|
534
534
|
export { default as Drum } from './drum';
|
|
535
535
|
export { default as Drumstick } from './drumstick';
|
|
536
|
-
export { default as Dumbbell } from './dumbbell';
|
|
537
536
|
export { default as EarOff } from './ear-off';
|
|
537
|
+
export { default as Dumbbell } from './dumbbell';
|
|
538
538
|
export { default as Ear } from './ear';
|
|
539
539
|
export { default as EarthLock } from './earth-lock';
|
|
540
540
|
export { default as Earth } from './earth';
|
|
@@ -555,10 +555,10 @@ export { default as ExternalLink } from './external-link';
|
|
|
555
555
|
export { default as EyeClosed } from './eye-closed';
|
|
556
556
|
export { default as EyeOff } from './eye-off';
|
|
557
557
|
export { default as Eye } from './eye';
|
|
558
|
-
export { default as Factory } from './factory';
|
|
559
558
|
export { default as Facebook } from './facebook';
|
|
560
|
-
export { default as
|
|
559
|
+
export { default as Factory } from './factory';
|
|
561
560
|
export { default as FastForward } from './fast-forward';
|
|
561
|
+
export { default as Fan } from './fan';
|
|
562
562
|
export { default as Feather } from './feather';
|
|
563
563
|
export { default as Fence } from './fence';
|
|
564
564
|
export { default as FerrisWheel } from './ferris-wheel';
|
|
@@ -586,8 +586,8 @@ export { default as FileDown } from './file-down';
|
|
|
586
586
|
export { default as FileHeart } from './file-heart';
|
|
587
587
|
export { default as FileImage } from './file-image';
|
|
588
588
|
export { default as FileInput } from './file-input';
|
|
589
|
-
export { default as FileJson } from './file-json';
|
|
590
589
|
export { default as FileJson2 } from './file-json-2';
|
|
590
|
+
export { default as FileJson } from './file-json';
|
|
591
591
|
export { default as FileKey2 } from './file-key-2';
|
|
592
592
|
export { default as FileKey } from './file-key';
|
|
593
593
|
export { default as FileLock2 } from './file-lock-2';
|
|
@@ -597,8 +597,8 @@ export { default as FileMinus } from './file-minus';
|
|
|
597
597
|
export { default as FileMusic } from './file-music';
|
|
598
598
|
export { default as FileOutput } from './file-output';
|
|
599
599
|
export { default as FilePenLine } from './file-pen-line';
|
|
600
|
-
export { default as FilePlus2 } from './file-plus-2';
|
|
601
600
|
export { default as FilePen } from './file-pen';
|
|
601
|
+
export { default as FilePlus2 } from './file-plus-2';
|
|
602
602
|
export { default as FilePlus } from './file-plus';
|
|
603
603
|
export { default as FileQuestionMark } from './file-question-mark';
|
|
604
604
|
export { default as FileScan } from './file-scan';
|
|
@@ -607,8 +607,8 @@ export { default as FileSearch } from './file-search';
|
|
|
607
607
|
export { default as FileSliders } from './file-sliders';
|
|
608
608
|
export { default as FileSpreadsheet } from './file-spreadsheet';
|
|
609
609
|
export { default as FileStack } from './file-stack';
|
|
610
|
-
export { default as FileTerminal } from './file-terminal';
|
|
611
610
|
export { default as FileSymlink } from './file-symlink';
|
|
611
|
+
export { default as FileTerminal } from './file-terminal';
|
|
612
612
|
export { default as FileText } from './file-text';
|
|
613
613
|
export { default as FileType2 } from './file-type-2';
|
|
614
614
|
export { default as FileType } from './file-type';
|
|
@@ -631,17 +631,17 @@ export { default as FishSymbol } from './fish-symbol';
|
|
|
631
631
|
export { default as Fish } from './fish';
|
|
632
632
|
export { default as FlagOff } from './flag-off';
|
|
633
633
|
export { default as FlagTriangleLeft } from './flag-triangle-left';
|
|
634
|
-
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
635
634
|
export { default as Flag } from './flag';
|
|
636
|
-
export { default as
|
|
635
|
+
export { default as FlagTriangleRight } from './flag-triangle-right';
|
|
637
636
|
export { default as FlameKindling } from './flame-kindling';
|
|
637
|
+
export { default as Flame } from './flame';
|
|
638
638
|
export { default as FlashlightOff } from './flashlight-off';
|
|
639
639
|
export { default as Flashlight } from './flashlight';
|
|
640
640
|
export { default as FlaskConicalOff } from './flask-conical-off';
|
|
641
641
|
export { default as FlaskConical } from './flask-conical';
|
|
642
642
|
export { default as FlaskRound } from './flask-round';
|
|
643
|
-
export { default as FlipHorizontal } from './flip-horizontal';
|
|
644
643
|
export { default as FlipHorizontal2 } from './flip-horizontal-2';
|
|
644
|
+
export { default as FlipHorizontal } from './flip-horizontal';
|
|
645
645
|
export { default as FlipVertical2 } from './flip-vertical-2';
|
|
646
646
|
export { default as FlipVertical } from './flip-vertical';
|
|
647
647
|
export { default as Flower2 } from './flower-2';
|
|
@@ -674,17 +674,17 @@ export { default as FolderRoot } from './folder-root';
|
|
|
674
674
|
export { default as FolderSearch2 } from './folder-search-2';
|
|
675
675
|
export { default as FolderSearch } from './folder-search';
|
|
676
676
|
export { default as FolderSymlink } from './folder-symlink';
|
|
677
|
-
export { default as FolderSync } from './folder-sync';
|
|
678
677
|
export { default as FolderTree } from './folder-tree';
|
|
678
|
+
export { default as FolderSync } from './folder-sync';
|
|
679
679
|
export { default as FolderUp } from './folder-up';
|
|
680
680
|
export { default as FolderX } from './folder-x';
|
|
681
681
|
export { default as Folder } from './folder';
|
|
682
682
|
export { default as Folders } from './folders';
|
|
683
683
|
export { default as Footprints } from './footprints';
|
|
684
684
|
export { default as Forklift } from './forklift';
|
|
685
|
-
export { default as Forward } from './forward';
|
|
686
685
|
export { default as Frame } from './frame';
|
|
687
686
|
export { default as Framer } from './framer';
|
|
687
|
+
export { default as Forward } from './forward';
|
|
688
688
|
export { default as Frown } from './frown';
|
|
689
689
|
export { default as Fuel } from './fuel';
|
|
690
690
|
export { default as Fullscreen } from './fullscreen';
|
|
@@ -712,20 +712,20 @@ export { default as GitCompareArrows } from './git-compare-arrows';
|
|
|
712
712
|
export { default as GitCompare } from './git-compare';
|
|
713
713
|
export { default as GitFork } from './git-fork';
|
|
714
714
|
export { default as GitGraph } from './git-graph';
|
|
715
|
-
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
716
715
|
export { default as GitMerge } from './git-merge';
|
|
717
716
|
export { default as GitPullRequestClosed } from './git-pull-request-closed';
|
|
717
|
+
export { default as GitPullRequestArrow } from './git-pull-request-arrow';
|
|
718
718
|
export { default as GitPullRequestCreateArrow } from './git-pull-request-create-arrow';
|
|
719
|
-
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
720
719
|
export { default as GitPullRequestDraft } from './git-pull-request-draft';
|
|
720
|
+
export { default as GitPullRequestCreate } from './git-pull-request-create';
|
|
721
721
|
export { default as GitPullRequest } from './git-pull-request';
|
|
722
722
|
export { default as Github } from './github';
|
|
723
723
|
export { default as Gitlab } from './gitlab';
|
|
724
724
|
export { default as GlassWater } from './glass-water';
|
|
725
725
|
export { default as Glasses } from './glasses';
|
|
726
726
|
export { default as GlobeLock } from './globe-lock';
|
|
727
|
-
export { default as Globe } from './globe';
|
|
728
727
|
export { default as Goal } from './goal';
|
|
728
|
+
export { default as Globe } from './globe';
|
|
729
729
|
export { default as Gpu } from './gpu';
|
|
730
730
|
export { default as Grab } from './grab';
|
|
731
731
|
export { default as GraduationCap } from './graduation-cap';
|
|
@@ -741,9 +741,9 @@ export { default as GripVertical } from './grip-vertical';
|
|
|
741
741
|
export { default as Grip } from './grip';
|
|
742
742
|
export { default as Group } from './group';
|
|
743
743
|
export { default as Guitar } from './guitar';
|
|
744
|
-
export { default as Ham } from './ham';
|
|
745
744
|
export { default as Hamburger } from './hamburger';
|
|
746
745
|
export { default as Hammer } from './hammer';
|
|
746
|
+
export { default as Ham } from './ham';
|
|
747
747
|
export { default as HandCoins } from './hand-coins';
|
|
748
748
|
export { default as HandHeart } from './hand-heart';
|
|
749
749
|
export { default as HandHelping } from './hand-helping';
|
|
@@ -761,29 +761,29 @@ export { default as HdmiPort } from './hdmi-port';
|
|
|
761
761
|
export { default as Heading1 } from './heading-1';
|
|
762
762
|
export { default as Heading2 } from './heading-2';
|
|
763
763
|
export { default as Heading3 } from './heading-3';
|
|
764
|
-
export { default as Heading5 } from './heading-5';
|
|
765
764
|
export { default as Heading4 } from './heading-4';
|
|
765
|
+
export { default as Heading5 } from './heading-5';
|
|
766
766
|
export { default as Heading6 } from './heading-6';
|
|
767
767
|
export { default as Heading } from './heading';
|
|
768
768
|
export { default as HeadphoneOff } from './headphone-off';
|
|
769
769
|
export { default as Headphones } from './headphones';
|
|
770
770
|
export { default as Headset } from './headset';
|
|
771
|
-
export { default as HeartCrack } from './heart-crack';
|
|
772
771
|
export { default as HeartHandshake } from './heart-handshake';
|
|
772
|
+
export { default as HeartCrack } from './heart-crack';
|
|
773
773
|
export { default as HeartMinus } from './heart-minus';
|
|
774
774
|
export { default as HeartOff } from './heart-off';
|
|
775
775
|
export { default as HeartPlus } from './heart-plus';
|
|
776
776
|
export { default as HeartPulse } from './heart-pulse';
|
|
777
777
|
export { default as Heart } from './heart';
|
|
778
|
-
export { default as Hexagon } from './hexagon';
|
|
779
778
|
export { default as Heater } from './heater';
|
|
779
|
+
export { default as Hexagon } from './hexagon';
|
|
780
780
|
export { default as Highlighter } from './highlighter';
|
|
781
781
|
export { default as History } from './history';
|
|
782
782
|
export { default as HopOff } from './hop-off';
|
|
783
783
|
export { default as Hop } from './hop';
|
|
784
784
|
export { default as Hospital } from './hospital';
|
|
785
|
-
export { default as Hourglass } from './hourglass';
|
|
786
785
|
export { default as Hotel } from './hotel';
|
|
786
|
+
export { default as Hourglass } from './hourglass';
|
|
787
787
|
export { default as HousePlug } from './house-plug';
|
|
788
788
|
export { default as HousePlus } from './house-plus';
|
|
789
789
|
export { default as HouseWifi } from './house-wifi';
|
|
@@ -803,9 +803,9 @@ export { default as Image } from './image';
|
|
|
803
803
|
export { default as Images } from './images';
|
|
804
804
|
export { default as Import } from './import';
|
|
805
805
|
export { default as Inbox } from './inbox';
|
|
806
|
-
export { default as IndentDecrease } from './indent-decrease';
|
|
807
806
|
export { default as IndentIncrease } from './indent-increase';
|
|
808
807
|
export { default as IndianRupee } from './indian-rupee';
|
|
808
|
+
export { default as IndentDecrease } from './indent-decrease';
|
|
809
809
|
export { default as Infinity } from './infinity';
|
|
810
810
|
export { default as Info } from './info';
|
|
811
811
|
export { default as InspectionPanel } from './inspection-panel';
|
|
@@ -815,8 +815,8 @@ export { default as IterationCcw } from './iteration-ccw';
|
|
|
815
815
|
export { default as IterationCw } from './iteration-cw';
|
|
816
816
|
export { default as JapaneseYen } from './japanese-yen';
|
|
817
817
|
export { default as Joystick } from './joystick';
|
|
818
|
-
export { default as KeyRound } from './key-round';
|
|
819
818
|
export { default as Kanban } from './kanban';
|
|
819
|
+
export { default as KeyRound } from './key-round';
|
|
820
820
|
export { default as KeySquare } from './key-square';
|
|
821
821
|
export { default as Key } from './key';
|
|
822
822
|
export { default as KeyboardMusic } from './keyboard-music';
|
|
@@ -827,25 +827,25 @@ export { default as LampDesk } from './lamp-desk';
|
|
|
827
827
|
export { default as LampFloor } from './lamp-floor';
|
|
828
828
|
export { default as LampWallDown } from './lamp-wall-down';
|
|
829
829
|
export { default as LampWallUp } from './lamp-wall-up';
|
|
830
|
-
export { default as LandPlot } from './land-plot';
|
|
831
830
|
export { default as Lamp } from './lamp';
|
|
831
|
+
export { default as LandPlot } from './land-plot';
|
|
832
832
|
export { default as Landmark } from './landmark';
|
|
833
833
|
export { default as Languages } from './languages';
|
|
834
834
|
export { default as LaptopMinimalCheck } from './laptop-minimal-check';
|
|
835
835
|
export { default as LaptopMinimal } from './laptop-minimal';
|
|
836
836
|
export { default as Laptop } from './laptop';
|
|
837
837
|
export { default as LassoSelect } from './lasso-select';
|
|
838
|
-
export { default as Lasso } from './lasso';
|
|
839
838
|
export { default as Laugh } from './laugh';
|
|
840
839
|
export { default as Layers2 } from './layers-2';
|
|
840
|
+
export { default as Lasso } from './lasso';
|
|
841
841
|
export { default as Layers } from './layers';
|
|
842
842
|
export { default as LayoutDashboard } from './layout-dashboard';
|
|
843
843
|
export { default as LayoutGrid } from './layout-grid';
|
|
844
844
|
export { default as LayoutList } from './layout-list';
|
|
845
845
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
846
846
|
export { default as LayoutPanelTop } from './layout-panel-top';
|
|
847
|
-
export { default as Leaf } from './leaf';
|
|
848
847
|
export { default as LayoutTemplate } from './layout-template';
|
|
848
|
+
export { default as Leaf } from './leaf';
|
|
849
849
|
export { default as LeafyGreen } from './leafy-green';
|
|
850
850
|
export { default as Lectern } from './lectern';
|
|
851
851
|
export { default as LetterText } from './letter-text';
|
|
@@ -853,8 +853,9 @@ export { default as LibraryBig } from './library-big';
|
|
|
853
853
|
export { default as Library } from './library';
|
|
854
854
|
export { default as LifeBuoy } from './life-buoy';
|
|
855
855
|
export { default as Ligature } from './ligature';
|
|
856
|
-
export { default as Lightbulb } from './lightbulb';
|
|
857
856
|
export { default as LightbulbOff } from './lightbulb-off';
|
|
857
|
+
export { default as Lightbulb } from './lightbulb';
|
|
858
|
+
export { default as LineSquiggle } from './line-squiggle';
|
|
858
859
|
export { default as Link2Off } from './link-2-off';
|
|
859
860
|
export { default as Link2 } from './link-2';
|
|
860
861
|
export { default as Link } from './link';
|
|
@@ -877,8 +878,8 @@ export { default as ListVideo } from './list-video';
|
|
|
877
878
|
export { default as ListX } from './list-x';
|
|
878
879
|
export { default as List } from './list';
|
|
879
880
|
export { default as LoaderCircle } from './loader-circle';
|
|
880
|
-
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
881
881
|
export { default as Loader } from './loader';
|
|
882
|
+
export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
882
883
|
export { default as LocateFixed } from './locate-fixed';
|
|
883
884
|
export { default as LocateOff } from './locate-off';
|
|
884
885
|
export { default as Locate } from './locate';
|
|
@@ -890,13 +891,13 @@ export { default as Lock } from './lock';
|
|
|
890
891
|
export { default as LogIn } from './log-in';
|
|
891
892
|
export { default as LogOut } from './log-out';
|
|
892
893
|
export { default as Logs } from './logs';
|
|
893
|
-
export { default as Lollipop } from './lollipop';
|
|
894
894
|
export { default as Luggage } from './luggage';
|
|
895
|
+
export { default as Lollipop } from './lollipop';
|
|
895
896
|
export { default as Magnet } from './magnet';
|
|
896
897
|
export { default as MailCheck } from './mail-check';
|
|
897
898
|
export { default as MailMinus } from './mail-minus';
|
|
898
|
-
export { default as MailOpen } from './mail-open';
|
|
899
899
|
export { default as MailPlus } from './mail-plus';
|
|
900
|
+
export { default as MailOpen } from './mail-open';
|
|
900
901
|
export { default as MailQuestionMark } from './mail-question-mark';
|
|
901
902
|
export { default as MailSearch } from './mail-search';
|
|
902
903
|
export { default as MailWarning } from './mail-warning';
|
|
@@ -924,8 +925,8 @@ export { default as Martini } from './martini';
|
|
|
924
925
|
export { default as Maximize2 } from './maximize-2';
|
|
925
926
|
export { default as Maximize } from './maximize';
|
|
926
927
|
export { default as Medal } from './medal';
|
|
927
|
-
export { default as Megaphone } from './megaphone';
|
|
928
928
|
export { default as MegaphoneOff } from './megaphone-off';
|
|
929
|
+
export { default as Megaphone } from './megaphone';
|
|
929
930
|
export { default as Meh } from './meh';
|
|
930
931
|
export { default as MemoryStick } from './memory-stick';
|
|
931
932
|
export { default as Menu } from './menu';
|
|
@@ -947,8 +948,8 @@ export { default as MessageSquareDiff } from './message-square-diff';
|
|
|
947
948
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
948
949
|
export { default as MessageSquareHeart } from './message-square-heart';
|
|
949
950
|
export { default as MessageSquareLock } from './message-square-lock';
|
|
950
|
-
export { default as MessageSquareOff } from './message-square-off';
|
|
951
951
|
export { default as MessageSquareMore } from './message-square-more';
|
|
952
|
+
export { default as MessageSquareOff } from './message-square-off';
|
|
952
953
|
export { default as MessageSquarePlus } from './message-square-plus';
|
|
953
954
|
export { default as MessageSquareQuote } from './message-square-quote';
|
|
954
955
|
export { default as MessageSquareReply } from './message-square-reply';
|
|
@@ -978,8 +979,8 @@ export { default as MonitorOff } from './monitor-off';
|
|
|
978
979
|
export { default as MonitorPause } from './monitor-pause';
|
|
979
980
|
export { default as MonitorPlay } from './monitor-play';
|
|
980
981
|
export { default as MonitorSmartphone } from './monitor-smartphone';
|
|
981
|
-
export { default as MonitorStop } from './monitor-stop';
|
|
982
982
|
export { default as MonitorSpeaker } from './monitor-speaker';
|
|
983
|
+
export { default as MonitorStop } from './monitor-stop';
|
|
983
984
|
export { default as MonitorUp } from './monitor-up';
|
|
984
985
|
export { default as MonitorX } from './monitor-x';
|
|
985
986
|
export { default as Monitor } from './monitor';
|
|
@@ -1005,8 +1006,8 @@ export { default as MoveRight } from './move-right';
|
|
|
1005
1006
|
export { default as MoveUpLeft } from './move-up-left';
|
|
1006
1007
|
export { default as MoveUpRight } from './move-up-right';
|
|
1007
1008
|
export { default as MoveUp } from './move-up';
|
|
1008
|
-
export { default as MoveVertical } from './move-vertical';
|
|
1009
1009
|
export { default as Move } from './move';
|
|
1010
|
+
export { default as MoveVertical } from './move-vertical';
|
|
1010
1011
|
export { default as Music2 } from './music-2';
|
|
1011
1012
|
export { default as Music3 } from './music-3';
|
|
1012
1013
|
export { default as Music4 } from './music-4';
|
|
@@ -1015,12 +1016,12 @@ export { default as Navigation2Off } from './navigation-2-off';
|
|
|
1015
1016
|
export { default as Navigation2 } from './navigation-2';
|
|
1016
1017
|
export { default as NavigationOff } from './navigation-off';
|
|
1017
1018
|
export { default as Navigation } from './navigation';
|
|
1018
|
-
export { default as Newspaper } from './newspaper';
|
|
1019
1019
|
export { default as Network } from './network';
|
|
1020
|
+
export { default as Newspaper } from './newspaper';
|
|
1020
1021
|
export { default as Nfc } from './nfc';
|
|
1021
1022
|
export { default as NonBinary } from './non-binary';
|
|
1022
|
-
export { default as NotebookPen } from './notebook-pen';
|
|
1023
1023
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1024
|
+
export { default as NotebookPen } from './notebook-pen';
|
|
1024
1025
|
export { default as NotebookText } from './notebook-text';
|
|
1025
1026
|
export { default as Notebook } from './notebook';
|
|
1026
1027
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
@@ -1035,19 +1036,19 @@ export { default as Octagon } from './octagon';
|
|
|
1035
1036
|
export { default as Omega } from './omega';
|
|
1036
1037
|
export { default as Option } from './option';
|
|
1037
1038
|
export { default as Orbit } from './orbit';
|
|
1038
|
-
export { default as Origami } from './origami';
|
|
1039
1039
|
export { default as Package2 } from './package-2';
|
|
1040
|
+
export { default as Origami } from './origami';
|
|
1040
1041
|
export { default as PackageCheck } from './package-check';
|
|
1041
|
-
export { default as PackageMinus } from './package-minus';
|
|
1042
1042
|
export { default as PackageOpen } from './package-open';
|
|
1043
|
+
export { default as PackageMinus } from './package-minus';
|
|
1043
1044
|
export { default as PackagePlus } from './package-plus';
|
|
1044
1045
|
export { default as PackageSearch } from './package-search';
|
|
1045
1046
|
export { default as PackageX } from './package-x';
|
|
1046
1047
|
export { default as Package } from './package';
|
|
1047
1048
|
export { default as PaintBucket } from './paint-bucket';
|
|
1048
1049
|
export { default as PaintRoller } from './paint-roller';
|
|
1049
|
-
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1050
1050
|
export { default as Paintbrush } from './paintbrush';
|
|
1051
|
+
export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
1051
1052
|
export { default as Palette } from './palette';
|
|
1052
1053
|
export { default as Panda } from './panda';
|
|
1053
1054
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
@@ -1056,8 +1057,8 @@ export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
|
1056
1057
|
export { default as PanelBottom } from './panel-bottom';
|
|
1057
1058
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1058
1059
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1059
|
-
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1060
1060
|
export { default as PanelLeft } from './panel-left';
|
|
1061
|
+
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1061
1062
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1062
1063
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1063
1064
|
export { default as PanelRightOpen } from './panel-right-open';
|
|
@@ -1083,12 +1084,12 @@ export { default as Pen } from './pen';
|
|
|
1083
1084
|
export { default as PencilLine } from './pencil-line';
|
|
1084
1085
|
export { default as PencilOff } from './pencil-off';
|
|
1085
1086
|
export { default as PencilRuler } from './pencil-ruler';
|
|
1086
|
-
export { default as Pencil } from './pencil';
|
|
1087
1087
|
export { default as Pentagon } from './pentagon';
|
|
1088
|
-
export { default as
|
|
1089
|
-
export { default as PhilippinePeso } from './philippine-peso';
|
|
1088
|
+
export { default as Pencil } from './pencil';
|
|
1090
1089
|
export { default as Percent } from './percent';
|
|
1090
|
+
export { default as PersonStanding } from './person-standing';
|
|
1091
1091
|
export { default as PhoneCall } from './phone-call';
|
|
1092
|
+
export { default as PhilippinePeso } from './philippine-peso';
|
|
1092
1093
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1093
1094
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1094
1095
|
export { default as PhoneMissed } from './phone-missed';
|
|
@@ -1107,8 +1108,8 @@ export { default as Pilcrow } from './pilcrow';
|
|
|
1107
1108
|
export { default as PillBottle } from './pill-bottle';
|
|
1108
1109
|
export { default as Pill } from './pill';
|
|
1109
1110
|
export { default as PinOff } from './pin-off';
|
|
1110
|
-
export { default as Pipette } from './pipette';
|
|
1111
1111
|
export { default as Pin } from './pin';
|
|
1112
|
+
export { default as Pipette } from './pipette';
|
|
1112
1113
|
export { default as Pizza } from './pizza';
|
|
1113
1114
|
export { default as PlaneLanding } from './plane-landing';
|
|
1114
1115
|
export { default as PlaneTakeoff } from './plane-takeoff';
|
|
@@ -1116,34 +1117,34 @@ export { default as Plane } from './plane';
|
|
|
1116
1117
|
export { default as Play } from './play';
|
|
1117
1118
|
export { default as Plug2 } from './plug-2';
|
|
1118
1119
|
export { default as PlugZap } from './plug-zap';
|
|
1119
|
-
export { default as Plus } from './plus';
|
|
1120
1120
|
export { default as Plug } from './plug';
|
|
1121
|
+
export { default as Plus } from './plus';
|
|
1121
1122
|
export { default as PocketKnife } from './pocket-knife';
|
|
1122
1123
|
export { default as Pocket } from './pocket';
|
|
1123
1124
|
export { default as Podcast } from './podcast';
|
|
1124
1125
|
export { default as PointerOff } from './pointer-off';
|
|
1125
|
-
export { default as Popcorn } from './popcorn';
|
|
1126
1126
|
export { default as Pointer } from './pointer';
|
|
1127
|
+
export { default as Popcorn } from './popcorn';
|
|
1127
1128
|
export { default as Popsicle } from './popsicle';
|
|
1128
1129
|
export { default as PoundSterling } from './pound-sterling';
|
|
1129
1130
|
export { default as PowerOff } from './power-off';
|
|
1130
|
-
export { default as Power } from './power';
|
|
1131
1131
|
export { default as Presentation } from './presentation';
|
|
1132
|
-
export { default as
|
|
1132
|
+
export { default as Power } from './power';
|
|
1133
1133
|
export { default as PrinterCheck } from './printer-check';
|
|
1134
|
+
export { default as Printer } from './printer';
|
|
1134
1135
|
export { default as Projector } from './projector';
|
|
1135
1136
|
export { default as Proportions } from './proportions';
|
|
1136
1137
|
export { default as Puzzle } from './puzzle';
|
|
1137
|
-
export { default as Pyramid } from './pyramid';
|
|
1138
1138
|
export { default as QrCode } from './qr-code';
|
|
1139
|
+
export { default as Pyramid } from './pyramid';
|
|
1139
1140
|
export { default as Quote } from './quote';
|
|
1140
1141
|
export { default as Rabbit } from './rabbit';
|
|
1141
1142
|
export { default as Radar } from './radar';
|
|
1142
1143
|
export { default as Radiation } from './radiation';
|
|
1143
1144
|
export { default as Radical } from './radical';
|
|
1144
1145
|
export { default as RadioReceiver } from './radio-receiver';
|
|
1145
|
-
export { default as RadioTower } from './radio-tower';
|
|
1146
1146
|
export { default as Radio } from './radio';
|
|
1147
|
+
export { default as RadioTower } from './radio-tower';
|
|
1147
1148
|
export { default as Radius } from './radius';
|
|
1148
1149
|
export { default as RailSymbol } from './rail-symbol';
|
|
1149
1150
|
export { default as Rainbow } from './rainbow';
|
|
@@ -1174,8 +1175,8 @@ export { default as RefreshCw } from './refresh-cw';
|
|
|
1174
1175
|
export { default as Refrigerator } from './refrigerator';
|
|
1175
1176
|
export { default as Regex } from './regex';
|
|
1176
1177
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1177
|
-
export { default as Repeat2 } from './repeat-2';
|
|
1178
1178
|
export { default as Repeat1 } from './repeat-1';
|
|
1179
|
+
export { default as Repeat2 } from './repeat-2';
|
|
1179
1180
|
export { default as Repeat } from './repeat';
|
|
1180
1181
|
export { default as ReplaceAll } from './replace-all';
|
|
1181
1182
|
export { default as Replace } from './replace';
|
|
@@ -1208,8 +1209,8 @@ export { default as Sandwich } from './sandwich';
|
|
|
1208
1209
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1209
1210
|
export { default as Satellite } from './satellite';
|
|
1210
1211
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1211
|
-
export { default as SaveOff } from './save-off';
|
|
1212
1212
|
export { default as SaveAll } from './save-all';
|
|
1213
|
+
export { default as SaveOff } from './save-off';
|
|
1213
1214
|
export { default as Save } from './save';
|
|
1214
1215
|
export { default as Scale3d } from './scale-3d';
|
|
1215
1216
|
export { default as Scale } from './scale';
|
|
@@ -1259,8 +1260,8 @@ export { default as ShieldEllipsis } from './shield-ellipsis';
|
|
|
1259
1260
|
export { default as ShieldHalf } from './shield-half';
|
|
1260
1261
|
export { default as ShieldMinus } from './shield-minus';
|
|
1261
1262
|
export { default as ShieldOff } from './shield-off';
|
|
1262
|
-
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
1263
1263
|
export { default as ShieldPlus } from './shield-plus';
|
|
1264
|
+
export { default as ShieldQuestionMark } from './shield-question-mark';
|
|
1264
1265
|
export { default as ShieldUser } from './shield-user';
|
|
1265
1266
|
export { default as ShieldX } from './shield-x';
|
|
1266
1267
|
export { default as Shield } from './shield';
|
|
@@ -1282,21 +1283,21 @@ export { default as SignalHigh } from './signal-high';
|
|
|
1282
1283
|
export { default as SignalLow } from './signal-low';
|
|
1283
1284
|
export { default as SignalMedium } from './signal-medium';
|
|
1284
1285
|
export { default as SignalZero } from './signal-zero';
|
|
1285
|
-
export { default as Signature } from './signature';
|
|
1286
1286
|
export { default as Signal } from './signal';
|
|
1287
|
+
export { default as Signature } from './signature';
|
|
1287
1288
|
export { default as SignpostBig } from './signpost-big';
|
|
1288
1289
|
export { default as Signpost } from './signpost';
|
|
1289
1290
|
export { default as Siren } from './siren';
|
|
1290
|
-
export { default as SkipBack } from './skip-back';
|
|
1291
1291
|
export { default as SkipForward } from './skip-forward';
|
|
1292
|
+
export { default as SkipBack } from './skip-back';
|
|
1292
1293
|
export { default as Skull } from './skull';
|
|
1293
1294
|
export { default as Slack } from './slack';
|
|
1294
1295
|
export { default as Slash } from './slash';
|
|
1295
1296
|
export { default as Slice } from './slice';
|
|
1296
1297
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1297
1298
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1298
|
-
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1299
1299
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
1300
|
+
export { default as SmartphoneNfc } from './smartphone-nfc';
|
|
1300
1301
|
export { default as Smartphone } from './smartphone';
|
|
1301
1302
|
export { default as SmilePlus } from './smile-plus';
|
|
1302
1303
|
export { default as Smile } from './smile';
|
|
@@ -1305,8 +1306,8 @@ export { default as Snowflake } from './snowflake';
|
|
|
1305
1306
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1306
1307
|
export { default as Sofa } from './sofa';
|
|
1307
1308
|
export { default as Soup } from './soup';
|
|
1308
|
-
export { default as Space } from './space';
|
|
1309
1309
|
export { default as Spade } from './spade';
|
|
1310
|
+
export { default as Space } from './space';
|
|
1310
1311
|
export { default as Sparkle } from './sparkle';
|
|
1311
1312
|
export { default as Sparkles } from './sparkles';
|
|
1312
1313
|
export { default as Speaker } from './speaker';
|
|
@@ -1324,8 +1325,8 @@ export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
|
1324
1325
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1325
1326
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1326
1327
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1327
|
-
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1328
1328
|
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1329
|
+
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1329
1330
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1330
1331
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1331
1332
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
@@ -1337,18 +1338,18 @@ export { default as SquareBottomDashedScissors } from './square-bottom-dashed-sc
|
|
|
1337
1338
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
1338
1339
|
export { default as SquareCheckBig } from './square-check-big';
|
|
1339
1340
|
export { default as SquareCheck } from './square-check';
|
|
1340
|
-
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1341
1341
|
export { default as SquareChevronLeft } from './square-chevron-left';
|
|
1342
|
+
export { default as SquareChevronDown } from './square-chevron-down';
|
|
1342
1343
|
export { default as SquareChevronRight } from './square-chevron-right';
|
|
1343
|
-
export { default as SquareCode } from './square-code';
|
|
1344
1344
|
export { default as SquareChevronUp } from './square-chevron-up';
|
|
1345
|
+
export { default as SquareCode } from './square-code';
|
|
1345
1346
|
export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
1346
1347
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1347
1348
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1348
1349
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1349
1350
|
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1350
|
-
export { default as SquareDashed } from './square-dashed';
|
|
1351
1351
|
export { default as SquareDivide } from './square-divide';
|
|
1352
|
+
export { default as SquareDashed } from './square-dashed';
|
|
1352
1353
|
export { default as SquareDot } from './square-dot';
|
|
1353
1354
|
export { default as SquareEqual } from './square-equal';
|
|
1354
1355
|
export { default as SquareFunction } from './square-function';
|
|
@@ -1360,12 +1361,12 @@ export { default as SquareMinus } from './square-minus';
|
|
|
1360
1361
|
export { default as SquareMousePointer } from './square-mouse-pointer';
|
|
1361
1362
|
export { default as SquareParkingOff } from './square-parking-off';
|
|
1362
1363
|
export { default as SquareParking } from './square-parking';
|
|
1363
|
-
export { default as SquarePercent } from './square-percent';
|
|
1364
1364
|
export { default as SquarePen } from './square-pen';
|
|
1365
|
+
export { default as SquarePercent } from './square-percent';
|
|
1365
1366
|
export { default as SquarePi } from './square-pi';
|
|
1366
1367
|
export { default as SquarePilcrow } from './square-pilcrow';
|
|
1367
|
-
export { default as SquarePlus } from './square-plus';
|
|
1368
1368
|
export { default as SquarePlay } from './square-play';
|
|
1369
|
+
export { default as SquarePlus } from './square-plus';
|
|
1369
1370
|
export { default as SquarePower } from './square-power';
|
|
1370
1371
|
export { default as SquareRadical } from './square-radical';
|
|
1371
1372
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
@@ -1385,6 +1386,7 @@ export { default as SquaresExclude } from './squares-exclude';
|
|
|
1385
1386
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1386
1387
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1387
1388
|
export { default as SquaresUnite } from './squares-unite';
|
|
1389
|
+
export { default as SquircleDashed } from './squircle-dashed';
|
|
1388
1390
|
export { default as Squircle } from './squircle';
|
|
1389
1391
|
export { default as Squirrel } from './squirrel';
|
|
1390
1392
|
export { default as Stamp } from './stamp';
|
|
@@ -1441,8 +1443,8 @@ export { default as Tent } from './tent';
|
|
|
1441
1443
|
export { default as Terminal } from './terminal';
|
|
1442
1444
|
export { default as TestTubeDiagonal } from './test-tube-diagonal';
|
|
1443
1445
|
export { default as TestTube } from './test-tube';
|
|
1444
|
-
export { default as TestTubes } from './test-tubes';
|
|
1445
1446
|
export { default as TextCursorInput } from './text-cursor-input';
|
|
1447
|
+
export { default as TestTubes } from './test-tubes';
|
|
1446
1448
|
export { default as TextCursor } from './text-cursor';
|
|
1447
1449
|
export { default as TextQuote } from './text-quote';
|
|
1448
1450
|
export { default as TextSearch } from './text-search';
|
|
@@ -1495,9 +1497,9 @@ export { default as TrendingUp } from './trending-up';
|
|
|
1495
1497
|
export { default as TriangleAlert } from './triangle-alert';
|
|
1496
1498
|
export { default as TriangleDashed } from './triangle-dashed';
|
|
1497
1499
|
export { default as TriangleRight } from './triangle-right';
|
|
1498
|
-
export { default as Triangle } from './triangle';
|
|
1499
1500
|
export { default as Trophy } from './trophy';
|
|
1500
1501
|
export { default as TruckElectric } from './truck-electric';
|
|
1502
|
+
export { default as Triangle } from './triangle';
|
|
1501
1503
|
export { default as Truck } from './truck';
|
|
1502
1504
|
export { default as Turtle } from './turtle';
|
|
1503
1505
|
export { default as TvMinimalPlay } from './tv-minimal-play';
|
|
@@ -1506,8 +1508,8 @@ export { default as Tv } from './tv';
|
|
|
1506
1508
|
export { default as Twitch } from './twitch';
|
|
1507
1509
|
export { default as Twitter } from './twitter';
|
|
1508
1510
|
export { default as TypeOutline } from './type-outline';
|
|
1509
|
-
export { default as UmbrellaOff } from './umbrella-off';
|
|
1510
1511
|
export { default as Type } from './type';
|
|
1512
|
+
export { default as UmbrellaOff } from './umbrella-off';
|
|
1511
1513
|
export { default as Umbrella } from './umbrella';
|
|
1512
1514
|
export { default as Underline } from './underline';
|
|
1513
1515
|
export { default as Undo2 } from './undo-2';
|
|
@@ -1515,17 +1517,17 @@ export { default as UndoDot } from './undo-dot';
|
|
|
1515
1517
|
export { default as Undo } from './undo';
|
|
1516
1518
|
export { default as UnfoldHorizontal } from './unfold-horizontal';
|
|
1517
1519
|
export { default as UnfoldVertical } from './unfold-vertical';
|
|
1520
|
+
export { default as Ungroup } from './ungroup';
|
|
1518
1521
|
export { default as University } from './university';
|
|
1519
1522
|
export { default as Unlink2 } from './unlink-2';
|
|
1520
|
-
export { default as Ungroup } from './ungroup';
|
|
1521
1523
|
export { default as Unlink } from './unlink';
|
|
1522
1524
|
export { default as Unplug } from './unplug';
|
|
1523
1525
|
export { default as Upload } from './upload';
|
|
1524
1526
|
export { default as Usb } from './usb';
|
|
1525
|
-
export { default as UserCog } from './user-cog';
|
|
1526
1527
|
export { default as UserCheck } from './user-check';
|
|
1527
1528
|
export { default as UserLock } from './user-lock';
|
|
1528
1529
|
export { default as UserMinus } from './user-minus';
|
|
1530
|
+
export { default as UserCog } from './user-cog';
|
|
1529
1531
|
export { default as UserPen } from './user-pen';
|
|
1530
1532
|
export { default as UserPlus } from './user-plus';
|
|
1531
1533
|
export { default as UserRoundCheck } from './user-round-check';
|
|
@@ -1547,8 +1549,8 @@ export { default as UtilityPole } from './utility-pole';
|
|
|
1547
1549
|
export { default as Variable } from './variable';
|
|
1548
1550
|
export { default as Vault } from './vault';
|
|
1549
1551
|
export { default as Vegan } from './vegan';
|
|
1550
|
-
export { default as VenetianMask } from './venetian-mask';
|
|
1551
1552
|
export { default as VenusAndMars } from './venus-and-mars';
|
|
1553
|
+
export { default as VenetianMask } from './venetian-mask';
|
|
1552
1554
|
export { default as Venus } from './venus';
|
|
1553
1555
|
export { default as VibrateOff } from './vibrate-off';
|
|
1554
1556
|
export { default as Vibrate } from './vibrate';
|
|
@@ -1562,8 +1564,8 @@ export { default as Volume1 } from './volume-1';
|
|
|
1562
1564
|
export { default as Volume2 } from './volume-2';
|
|
1563
1565
|
export { default as VolumeOff } from './volume-off';
|
|
1564
1566
|
export { default as VolumeX } from './volume-x';
|
|
1565
|
-
export { default as Volume } from './volume';
|
|
1566
1567
|
export { default as Vote } from './vote';
|
|
1568
|
+
export { default as Volume } from './volume';
|
|
1567
1569
|
export { default as WalletCards } from './wallet-cards';
|
|
1568
1570
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1569
1571
|
export { default as Wallet } from './wallet';
|
|
@@ -1574,9 +1576,9 @@ export { default as Warehouse } from './warehouse';
|
|
|
1574
1576
|
export { default as WashingMachine } from './washing-machine';
|
|
1575
1577
|
export { default as Watch } from './watch';
|
|
1576
1578
|
export { default as WavesLadder } from './waves-ladder';
|
|
1579
|
+
export { default as Waves } from './waves';
|
|
1577
1580
|
export { default as Waypoints } from './waypoints';
|
|
1578
1581
|
export { default as Webcam } from './webcam';
|
|
1579
|
-
export { default as Waves } from './waves';
|
|
1580
1582
|
export { default as WebhookOff } from './webhook-off';
|
|
1581
1583
|
export { default as Webhook } from './webhook';
|
|
1582
1584
|
export { default as Weight } from './weight';
|