@lucide/astro 0.509.0 → 0.511.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 +3 -3
- package/src/aliases/prefixed.ts +349 -345
- package/src/aliases/suffixed.ts +670 -666
- package/src/icons/axis-3d.ts +2 -2
- package/src/icons/brackets.ts +2 -2
- package/src/icons/check-line.ts +18 -0
- package/src/icons/chevrons-left-right-ellipsis.ts +2 -2
- package/src/icons/clock-6.ts +2 -2
- package/src/icons/code.ts +2 -2
- package/src/icons/corner-down-left.ts +2 -2
- package/src/icons/corner-down-right.ts +2 -2
- package/src/icons/corner-left-down.ts +2 -2
- package/src/icons/corner-left-up.ts +2 -2
- package/src/icons/corner-right-down.ts +2 -2
- package/src/icons/corner-right-up.ts +2 -2
- package/src/icons/corner-up-left.ts +2 -2
- package/src/icons/corner-up-right.ts +2 -2
- package/src/icons/download.ts +2 -2
- package/src/icons/factory.ts +2 -2
- package/src/icons/forward.ts +2 -2
- package/src/icons/index.ts +56 -54
- package/src/icons/iteration-ccw.ts +2 -2
- package/src/icons/iteration-cw.ts +2 -2
- package/src/icons/landmark.ts +2 -2
- package/src/icons/log-in.ts +2 -2
- package/src/icons/log-out.ts +2 -2
- package/src/icons/maximize-2.ts +2 -2
- package/src/icons/minimize-2.ts +2 -2
- package/src/icons/reply-all.ts +2 -2
- package/src/icons/reply.ts +2 -2
- package/src/icons/satellite.ts +2 -2
- package/src/icons/separator-horizontal.ts +2 -2
- package/src/icons/separator-vertical.ts +2 -2
- package/src/icons/share.ts +2 -2
- package/src/icons/square-code.ts +2 -2
- package/src/icons/square-dashed-top-solid.ts +18 -0
- package/src/icons/terminal.ts +2 -2
- package/src/icons/trending-down.ts +2 -2
- package/src/icons/trending-up.ts +2 -2
- package/src/icons/tv.ts +2 -2
- package/src/icons/type.ts +2 -2
- package/src/icons/university.ts +2 -2
- package/src/icons/upload.ts +2 -2
- package/src/icons/user-check.ts +2 -2
- package/src/icons/warehouse.ts +2 -2
- package/src/icons/wrap-text.ts +2 -2
package/src/icons/index.ts
CHANGED
|
@@ -50,8 +50,8 @@ export { default as Anvil } from './anvil';
|
|
|
50
50
|
export { default as Aperture } from './aperture';
|
|
51
51
|
export { default as AppWindowMac } from './app-window-mac';
|
|
52
52
|
export { default as AppWindow } from './app-window';
|
|
53
|
-
export { default as ArchiveRestore } from './archive-restore';
|
|
54
53
|
export { default as Apple } from './apple';
|
|
54
|
+
export { default as ArchiveRestore } from './archive-restore';
|
|
55
55
|
export { default as ArchiveX } from './archive-x';
|
|
56
56
|
export { default as Archive } from './archive';
|
|
57
57
|
export { default as Armchair } from './armchair';
|
|
@@ -100,13 +100,13 @@ export { default as ArrowUp } from './arrow-up';
|
|
|
100
100
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
101
101
|
export { default as Asterisk } from './asterisk';
|
|
102
102
|
export { default as AtSign } from './at-sign';
|
|
103
|
-
export { default as AudioLines } from './audio-lines';
|
|
104
103
|
export { default as Atom } from './atom';
|
|
105
|
-
export { default as
|
|
104
|
+
export { default as AudioLines } from './audio-lines';
|
|
106
105
|
export { default as AudioWaveform } from './audio-waveform';
|
|
106
|
+
export { default as Award } from './award';
|
|
107
107
|
export { default as Axe } from './axe';
|
|
108
|
-
export { default as Baby } from './baby';
|
|
109
108
|
export { default as Axis3d } from './axis-3d';
|
|
109
|
+
export { default as Baby } from './baby';
|
|
110
110
|
export { default as Backpack } from './backpack';
|
|
111
111
|
export { default as BadgeAlert } from './badge-alert';
|
|
112
112
|
export { default as BadgeCent } from './badge-cent';
|
|
@@ -114,8 +114,8 @@ export { default as BadgeCheck } from './badge-check';
|
|
|
114
114
|
export { default as BadgeDollarSign } from './badge-dollar-sign';
|
|
115
115
|
export { default as BadgeEuro } from './badge-euro';
|
|
116
116
|
export { default as BadgeHelp } from './badge-help';
|
|
117
|
-
export { default as BadgeInfo } from './badge-info';
|
|
118
117
|
export { default as BadgeIndianRupee } from './badge-indian-rupee';
|
|
118
|
+
export { default as BadgeInfo } from './badge-info';
|
|
119
119
|
export { default as BadgeJapaneseYen } from './badge-japanese-yen';
|
|
120
120
|
export { default as BadgeMinus } from './badge-minus';
|
|
121
121
|
export { default as BadgePercent } from './badge-percent';
|
|
@@ -227,8 +227,8 @@ export { default as BrickWall } from './brick-wall';
|
|
|
227
227
|
export { default as BriefcaseBusiness } from './briefcase-business';
|
|
228
228
|
export { default as BriefcaseConveyorBelt } from './briefcase-conveyor-belt';
|
|
229
229
|
export { default as BriefcaseMedical } from './briefcase-medical';
|
|
230
|
-
export { default as BringToFront } from './bring-to-front';
|
|
231
230
|
export { default as Briefcase } from './briefcase';
|
|
231
|
+
export { default as BringToFront } from './bring-to-front';
|
|
232
232
|
export { default as BrushCleaning } from './brush-cleaning';
|
|
233
233
|
export { default as Brush } from './brush';
|
|
234
234
|
export { default as Bubbles } from './bubbles';
|
|
@@ -310,6 +310,7 @@ export { default as ChartPie } from './chart-pie';
|
|
|
310
310
|
export { default as ChartScatter } from './chart-scatter';
|
|
311
311
|
export { default as ChartSpline } from './chart-spline';
|
|
312
312
|
export { default as CheckCheck } from './check-check';
|
|
313
|
+
export { default as CheckLine } from './check-line';
|
|
313
314
|
export { default as Check } from './check';
|
|
314
315
|
export { default as ChefHat } from './chef-hat';
|
|
315
316
|
export { default as Cherry } from './cherry';
|
|
@@ -343,8 +344,8 @@ export { default as CircleArrowRight } from './circle-arrow-right';
|
|
|
343
344
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
344
345
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
345
346
|
export { default as CircleCheck } from './circle-check';
|
|
346
|
-
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
347
347
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
348
|
+
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
348
349
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
349
350
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
350
351
|
export { default as CircleDashed } from './circle-dashed';
|
|
@@ -404,15 +405,15 @@ export { default as Clock9 } from './clock-9';
|
|
|
404
405
|
export { default as ClockAlert } from './clock-alert';
|
|
405
406
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
406
407
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
407
|
-
export { default as ClockPlus } from './clock-plus';
|
|
408
408
|
export { default as ClockFading } from './clock-fading';
|
|
409
|
+
export { default as ClockPlus } from './clock-plus';
|
|
409
410
|
export { default as Clock } from './clock';
|
|
410
411
|
export { default as CloudAlert } from './cloud-alert';
|
|
411
412
|
export { default as CloudCog } from './cloud-cog';
|
|
412
413
|
export { default as CloudDownload } from './cloud-download';
|
|
413
414
|
export { default as CloudDrizzle } from './cloud-drizzle';
|
|
414
|
-
export { default as CloudHail } from './cloud-hail';
|
|
415
415
|
export { default as CloudFog } from './cloud-fog';
|
|
416
|
+
export { default as CloudHail } from './cloud-hail';
|
|
416
417
|
export { default as CloudLightning } from './cloud-lightning';
|
|
417
418
|
export { default as CloudMoonRain } from './cloud-moon-rain';
|
|
418
419
|
export { default as CloudMoon } from './cloud-moon';
|
|
@@ -472,14 +473,14 @@ export { default as Cpu } from './cpu';
|
|
|
472
473
|
export { default as CreativeCommons } from './creative-commons';
|
|
473
474
|
export { default as CreditCard } from './credit-card';
|
|
474
475
|
export { default as Croissant } from './croissant';
|
|
475
|
-
export { default as Crop } from './crop';
|
|
476
476
|
export { default as Cross } from './cross';
|
|
477
|
+
export { default as Crop } from './crop';
|
|
477
478
|
export { default as Crosshair } from './crosshair';
|
|
478
479
|
export { default as Crown } from './crown';
|
|
479
480
|
export { default as Cuboid } from './cuboid';
|
|
480
481
|
export { default as CupSoda } from './cup-soda';
|
|
481
|
-
export { default as Currency } from './currency';
|
|
482
482
|
export { default as Cylinder } from './cylinder';
|
|
483
|
+
export { default as Currency } from './currency';
|
|
483
484
|
export { default as Dam } from './dam';
|
|
484
485
|
export { default as DatabaseBackup } from './database-backup';
|
|
485
486
|
export { default as DatabaseZap } from './database-zap';
|
|
@@ -505,13 +506,13 @@ export { default as Disc2 } from './disc-2';
|
|
|
505
506
|
export { default as Disc3 } from './disc-3';
|
|
506
507
|
export { default as DiscAlbum } from './disc-album';
|
|
507
508
|
export { default as Disc } from './disc';
|
|
508
|
-
export { default as DnaOff } from './dna-off';
|
|
509
509
|
export { default as Divide } from './divide';
|
|
510
|
+
export { default as DnaOff } from './dna-off';
|
|
510
511
|
export { default as Dna } from './dna';
|
|
511
512
|
export { default as Dock } from './dock';
|
|
512
513
|
export { default as Dog } from './dog';
|
|
513
|
-
export { default as DollarSign } from './dollar-sign';
|
|
514
514
|
export { default as Donut } from './donut';
|
|
515
|
+
export { default as DollarSign } from './dollar-sign';
|
|
515
516
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
516
517
|
export { default as DoorClosed } from './door-closed';
|
|
517
518
|
export { default as DoorOpen } from './door-open';
|
|
@@ -558,8 +559,8 @@ export { default as FerrisWheel } from './ferris-wheel';
|
|
|
558
559
|
export { default as Figma } from './figma';
|
|
559
560
|
export { default as FileArchive } from './file-archive';
|
|
560
561
|
export { default as FileAudio2 } from './file-audio-2';
|
|
561
|
-
export { default as FileAudio } from './file-audio';
|
|
562
562
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
563
|
+
export { default as FileAudio } from './file-audio';
|
|
563
564
|
export { default as FileBadge2 } from './file-badge-2';
|
|
564
565
|
export { default as FileBadge } from './file-badge';
|
|
565
566
|
export { default as FileBox } from './file-box';
|
|
@@ -679,8 +680,8 @@ export { default as Forward } from './forward';
|
|
|
679
680
|
export { default as Frame } from './frame';
|
|
680
681
|
export { default as Framer } from './framer';
|
|
681
682
|
export { default as Frown } from './frown';
|
|
682
|
-
export { default as Fuel } from './fuel';
|
|
683
683
|
export { default as Fullscreen } from './fullscreen';
|
|
684
|
+
export { default as Fuel } from './fuel';
|
|
684
685
|
export { default as FunnelPlus } from './funnel-plus';
|
|
685
686
|
export { default as FunnelX } from './funnel-x';
|
|
686
687
|
export { default as Funnel } from './funnel';
|
|
@@ -718,8 +719,8 @@ export { default as Glasses } from './glasses';
|
|
|
718
719
|
export { default as GlobeLock } from './globe-lock';
|
|
719
720
|
export { default as Globe } from './globe';
|
|
720
721
|
export { default as Goal } from './goal';
|
|
721
|
-
export { default as Grab } from './grab';
|
|
722
722
|
export { default as Gpu } from './gpu';
|
|
723
|
+
export { default as Grab } from './grab';
|
|
723
724
|
export { default as GraduationCap } from './graduation-cap';
|
|
724
725
|
export { default as Grape } from './grape';
|
|
725
726
|
export { default as Grid2x2Check } from './grid-2x2-check';
|
|
@@ -748,8 +749,8 @@ export { default as HardDrive } from './hard-drive';
|
|
|
748
749
|
export { default as HardHat } from './hard-hat';
|
|
749
750
|
export { default as Hash } from './hash';
|
|
750
751
|
export { default as Haze } from './haze';
|
|
751
|
-
export { default as Heading1 } from './heading-1';
|
|
752
752
|
export { default as HdmiPort } from './hdmi-port';
|
|
753
|
+
export { default as Heading1 } from './heading-1';
|
|
753
754
|
export { default as Heading2 } from './heading-2';
|
|
754
755
|
export { default as Heading3 } from './heading-3';
|
|
755
756
|
export { default as Heading4 } from './heading-4';
|
|
@@ -760,8 +761,8 @@ export { default as HeadphoneOff } from './headphone-off';
|
|
|
760
761
|
export { default as Headphones } from './headphones';
|
|
761
762
|
export { default as Headset } from './headset';
|
|
762
763
|
export { default as HeartCrack } from './heart-crack';
|
|
763
|
-
export { default as HeartMinus } from './heart-minus';
|
|
764
764
|
export { default as HeartHandshake } from './heart-handshake';
|
|
765
|
+
export { default as HeartMinus } from './heart-minus';
|
|
765
766
|
export { default as HeartOff } from './heart-off';
|
|
766
767
|
export { default as HeartPlus } from './heart-plus';
|
|
767
768
|
export { default as HeartPulse } from './heart-pulse';
|
|
@@ -848,13 +849,13 @@ export { default as Lightbulb } from './lightbulb';
|
|
|
848
849
|
export { default as Link2Off } from './link-2-off';
|
|
849
850
|
export { default as Link2 } from './link-2';
|
|
850
851
|
export { default as Link } from './link';
|
|
852
|
+
export { default as ListCheck } from './list-check';
|
|
851
853
|
export { default as Linkedin } from './linkedin';
|
|
852
854
|
export { default as ListChecks } from './list-checks';
|
|
853
|
-
export { default as ListCheck } from './list-check';
|
|
854
855
|
export { default as ListCollapse } from './list-collapse';
|
|
855
856
|
export { default as ListEnd } from './list-end';
|
|
856
|
-
export { default as ListFilterPlus } from './list-filter-plus';
|
|
857
857
|
export { default as ListFilter } from './list-filter';
|
|
858
|
+
export { default as ListFilterPlus } from './list-filter-plus';
|
|
858
859
|
export { default as ListMinus } from './list-minus';
|
|
859
860
|
export { default as ListMusic } from './list-music';
|
|
860
861
|
export { default as ListOrdered } from './list-ordered';
|
|
@@ -879,8 +880,8 @@ export { default as LockOpen } from './lock-open';
|
|
|
879
880
|
export { default as Lock } from './lock';
|
|
880
881
|
export { default as LogIn } from './log-in';
|
|
881
882
|
export { default as LogOut } from './log-out';
|
|
882
|
-
export { default as Logs } from './logs';
|
|
883
883
|
export { default as Lollipop } from './lollipop';
|
|
884
|
+
export { default as Logs } from './logs';
|
|
884
885
|
export { default as Luggage } from './luggage';
|
|
885
886
|
export { default as Magnet } from './magnet';
|
|
886
887
|
export { default as MailCheck } from './mail-check';
|
|
@@ -920,8 +921,8 @@ export { default as Meh } from './meh';
|
|
|
920
921
|
export { default as MemoryStick } from './memory-stick';
|
|
921
922
|
export { default as Menu } from './menu';
|
|
922
923
|
export { default as Merge } from './merge';
|
|
923
|
-
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
924
924
|
export { default as MessageCircleCode } from './message-circle-code';
|
|
925
|
+
export { default as MessageCircleDashed } from './message-circle-dashed';
|
|
925
926
|
export { default as MessageCircleHeart } from './message-circle-heart';
|
|
926
927
|
export { default as MessageCircleMore } from './message-circle-more';
|
|
927
928
|
export { default as MessageCircleOff } from './message-circle-off';
|
|
@@ -930,8 +931,8 @@ export { default as MessageCircleQuestion } from './message-circle-question';
|
|
|
930
931
|
export { default as MessageCircleReply } from './message-circle-reply';
|
|
931
932
|
export { default as MessageCircleWarning } from './message-circle-warning';
|
|
932
933
|
export { default as MessageCircleX } from './message-circle-x';
|
|
933
|
-
export { default as MessageSquareCode } from './message-square-code';
|
|
934
934
|
export { default as MessageCircle } from './message-circle';
|
|
935
|
+
export { default as MessageSquareCode } from './message-square-code';
|
|
935
936
|
export { default as MessageSquareDashed } from './message-square-dashed';
|
|
936
937
|
export { default as MessageSquareDiff } from './message-square-diff';
|
|
937
938
|
export { default as MessageSquareDot } from './message-square-dot';
|
|
@@ -958,8 +959,8 @@ export { default as Milestone } from './milestone';
|
|
|
958
959
|
export { default as MilkOff } from './milk-off';
|
|
959
960
|
export { default as Milk } from './milk';
|
|
960
961
|
export { default as Minimize2 } from './minimize-2';
|
|
961
|
-
export { default as Minus } from './minus';
|
|
962
962
|
export { default as Minimize } from './minimize';
|
|
963
|
+
export { default as Minus } from './minus';
|
|
963
964
|
export { default as MonitorCheck } from './monitor-check';
|
|
964
965
|
export { default as MonitorCog } from './monitor-cog';
|
|
965
966
|
export { default as MonitorDot } from './monitor-dot';
|
|
@@ -984,8 +985,8 @@ export { default as MousePointerClick } from './mouse-pointer-click';
|
|
|
984
985
|
export { default as MousePointer } from './mouse-pointer';
|
|
985
986
|
export { default as Mouse } from './mouse';
|
|
986
987
|
export { default as Move3d } from './move-3d';
|
|
987
|
-
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
988
988
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
989
|
+
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
989
990
|
export { default as MoveDownLeft } from './move-down-left';
|
|
990
991
|
export { default as MoveDownRight } from './move-down-right';
|
|
991
992
|
export { default as MoveDown } from './move-down';
|
|
@@ -1007,15 +1008,15 @@ export { default as NavigationOff } from './navigation-off';
|
|
|
1007
1008
|
export { default as Navigation } from './navigation';
|
|
1008
1009
|
export { default as Network } from './network';
|
|
1009
1010
|
export { default as Newspaper } from './newspaper';
|
|
1010
|
-
export { default as NonBinary } from './non-binary';
|
|
1011
1011
|
export { default as Nfc } from './nfc';
|
|
1012
|
+
export { default as NonBinary } from './non-binary';
|
|
1012
1013
|
export { default as NotebookPen } from './notebook-pen';
|
|
1013
1014
|
export { default as NotebookTabs } from './notebook-tabs';
|
|
1014
1015
|
export { default as NotebookText } from './notebook-text';
|
|
1015
1016
|
export { default as Notebook } from './notebook';
|
|
1016
1017
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1017
|
-
export { default as NotepadText } from './notepad-text';
|
|
1018
1018
|
export { default as NutOff } from './nut-off';
|
|
1019
|
+
export { default as NotepadText } from './notepad-text';
|
|
1019
1020
|
export { default as Nut } from './nut';
|
|
1020
1021
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1021
1022
|
export { default as OctagonMinus } from './octagon-minus';
|
|
@@ -1029,8 +1030,8 @@ export { default as Origami } from './origami';
|
|
|
1029
1030
|
export { default as Package2 } from './package-2';
|
|
1030
1031
|
export { default as PackageCheck } from './package-check';
|
|
1031
1032
|
export { default as PackageMinus } from './package-minus';
|
|
1032
|
-
export { default as PackagePlus } from './package-plus';
|
|
1033
1033
|
export { default as PackageOpen } from './package-open';
|
|
1034
|
+
export { default as PackagePlus } from './package-plus';
|
|
1034
1035
|
export { default as PackageSearch } from './package-search';
|
|
1035
1036
|
export { default as PackageX } from './package-x';
|
|
1036
1037
|
export { default as Package } from './package';
|
|
@@ -1043,8 +1044,8 @@ export { default as Panda } from './panda';
|
|
|
1043
1044
|
export { default as PanelBottomClose } from './panel-bottom-close';
|
|
1044
1045
|
export { default as PanelBottomDashed } from './panel-bottom-dashed';
|
|
1045
1046
|
export { default as PanelBottomOpen } from './panel-bottom-open';
|
|
1046
|
-
export { default as PanelLeftClose } from './panel-left-close';
|
|
1047
1047
|
export { default as PanelBottom } from './panel-bottom';
|
|
1048
|
+
export { default as PanelLeftClose } from './panel-left-close';
|
|
1048
1049
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1049
1050
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1050
1051
|
export { default as PanelLeft } from './panel-left';
|
|
@@ -1108,8 +1109,8 @@ export { default as Plug2 } from './plug-2';
|
|
|
1108
1109
|
export { default as PlugZap } from './plug-zap';
|
|
1109
1110
|
export { default as Plug } from './plug';
|
|
1110
1111
|
export { default as Plus } from './plus';
|
|
1111
|
-
export { default as PocketKnife } from './pocket-knife';
|
|
1112
1112
|
export { default as Pocket } from './pocket';
|
|
1113
|
+
export { default as PocketKnife } from './pocket-knife';
|
|
1113
1114
|
export { default as Podcast } from './podcast';
|
|
1114
1115
|
export { default as PointerOff } from './pointer-off';
|
|
1115
1116
|
export { default as Pointer } from './pointer';
|
|
@@ -1122,12 +1123,12 @@ export { default as Presentation } from './presentation';
|
|
|
1122
1123
|
export { default as PrinterCheck } from './printer-check';
|
|
1123
1124
|
export { default as Printer } from './printer';
|
|
1124
1125
|
export { default as Projector } from './projector';
|
|
1125
|
-
export { default as Puzzle } from './puzzle';
|
|
1126
1126
|
export { default as Proportions } from './proportions';
|
|
1127
|
+
export { default as Puzzle } from './puzzle';
|
|
1127
1128
|
export { default as Pyramid } from './pyramid';
|
|
1128
1129
|
export { default as QrCode } from './qr-code';
|
|
1129
|
-
export { default as Rabbit } from './rabbit';
|
|
1130
1130
|
export { default as Quote } from './quote';
|
|
1131
|
+
export { default as Rabbit } from './rabbit';
|
|
1131
1132
|
export { default as Radar } from './radar';
|
|
1132
1133
|
export { default as Radiation } from './radiation';
|
|
1133
1134
|
export { default as Radical } from './radical';
|
|
@@ -1135,8 +1136,8 @@ export { default as RadioReceiver } from './radio-receiver';
|
|
|
1135
1136
|
export { default as RadioTower } from './radio-tower';
|
|
1136
1137
|
export { default as Radio } from './radio';
|
|
1137
1138
|
export { default as Radius } from './radius';
|
|
1138
|
-
export { default as RailSymbol } from './rail-symbol';
|
|
1139
1139
|
export { default as Rainbow } from './rainbow';
|
|
1140
|
+
export { default as RailSymbol } from './rail-symbol';
|
|
1140
1141
|
export { default as Rat } from './rat';
|
|
1141
1142
|
export { default as Ratio } from './ratio';
|
|
1142
1143
|
export { default as ReceiptCent } from './receipt-cent';
|
|
@@ -1192,12 +1193,12 @@ export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
|
1192
1193
|
export { default as Ruler } from './ruler';
|
|
1193
1194
|
export { default as RussianRuble } from './russian-ruble';
|
|
1194
1195
|
export { default as Sailboat } from './sailboat';
|
|
1195
|
-
export { default as Salad } from './salad';
|
|
1196
1196
|
export { default as Sandwich } from './sandwich';
|
|
1197
|
+
export { default as Salad } from './salad';
|
|
1197
1198
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1198
1199
|
export { default as Satellite } from './satellite';
|
|
1199
|
-
export { default as SaveAll } from './save-all';
|
|
1200
1200
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
1201
|
+
export { default as SaveAll } from './save-all';
|
|
1201
1202
|
export { default as SaveOff } from './save-off';
|
|
1202
1203
|
export { default as Save } from './save';
|
|
1203
1204
|
export { default as Scale3d } from './scale-3d';
|
|
@@ -1223,17 +1224,17 @@ export { default as SearchCheck } from './search-check';
|
|
|
1223
1224
|
export { default as SearchCode } from './search-code';
|
|
1224
1225
|
export { default as SearchSlash } from './search-slash';
|
|
1225
1226
|
export { default as SearchX } from './search-x';
|
|
1226
|
-
export { default as Section } from './section';
|
|
1227
1227
|
export { default as Search } from './search';
|
|
1228
|
+
export { default as Section } from './section';
|
|
1228
1229
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1229
1230
|
export { default as SendToBack } from './send-to-back';
|
|
1230
1231
|
export { default as Send } from './send';
|
|
1231
1232
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1232
1233
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
1233
1234
|
export { default as ServerCog } from './server-cog';
|
|
1235
|
+
export { default as ServerCrash } from './server-crash';
|
|
1234
1236
|
export { default as ServerOff } from './server-off';
|
|
1235
1237
|
export { default as Server } from './server';
|
|
1236
|
-
export { default as ServerCrash } from './server-crash';
|
|
1237
1238
|
export { default as Settings2 } from './settings-2';
|
|
1238
1239
|
export { default as Settings } from './settings';
|
|
1239
1240
|
export { default as Shapes } from './shapes';
|
|
@@ -1249,10 +1250,10 @@ export { default as ShieldHalf } from './shield-half';
|
|
|
1249
1250
|
export { default as ShieldMinus } from './shield-minus';
|
|
1250
1251
|
export { default as ShieldOff } from './shield-off';
|
|
1251
1252
|
export { default as ShieldPlus } from './shield-plus';
|
|
1252
|
-
export { default as ShieldUser } from './shield-user';
|
|
1253
1253
|
export { default as ShieldQuestion } from './shield-question';
|
|
1254
|
-
export { default as
|
|
1254
|
+
export { default as ShieldUser } from './shield-user';
|
|
1255
1255
|
export { default as ShieldX } from './shield-x';
|
|
1256
|
+
export { default as Shield } from './shield';
|
|
1256
1257
|
export { default as ShipWheel } from './ship-wheel';
|
|
1257
1258
|
export { default as Ship } from './ship';
|
|
1258
1259
|
export { default as Shirt } from './shirt';
|
|
@@ -1280,8 +1281,8 @@ export { default as SkipBack } from './skip-back';
|
|
|
1280
1281
|
export { default as SkipForward } from './skip-forward';
|
|
1281
1282
|
export { default as Skull } from './skull';
|
|
1282
1283
|
export { default as Slack } from './slack';
|
|
1283
|
-
export { default as Slash } from './slash';
|
|
1284
1284
|
export { default as Slice } from './slice';
|
|
1285
|
+
export { default as Slash } from './slash';
|
|
1285
1286
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1286
1287
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1287
1288
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
@@ -1295,13 +1296,13 @@ export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
|
1295
1296
|
export { default as Sofa } from './sofa';
|
|
1296
1297
|
export { default as Soup } from './soup';
|
|
1297
1298
|
export { default as Space } from './space';
|
|
1298
|
-
export { default as Spade } from './spade';
|
|
1299
1299
|
export { default as Sparkle } from './sparkle';
|
|
1300
|
+
export { default as Spade } from './spade';
|
|
1300
1301
|
export { default as Sparkles } from './sparkles';
|
|
1301
1302
|
export { default as Speaker } from './speaker';
|
|
1302
1303
|
export { default as Speech } from './speech';
|
|
1303
|
-
export { default as SpellCheck } from './spell-check';
|
|
1304
1304
|
export { default as SpellCheck2 } from './spell-check-2';
|
|
1305
|
+
export { default as SpellCheck } from './spell-check';
|
|
1305
1306
|
export { default as SplinePointer } from './spline-pointer';
|
|
1306
1307
|
export { default as Spline } from './spline';
|
|
1307
1308
|
export { default as Split } from './split';
|
|
@@ -1313,13 +1314,13 @@ export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
|
1313
1314
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1314
1315
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1315
1316
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1316
|
-
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1317
1317
|
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1318
|
-
export { default as
|
|
1318
|
+
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1319
1319
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1320
|
+
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1320
1321
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
1321
|
-
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1322
1322
|
export { default as SquareArrowUpRight } from './square-arrow-up-right';
|
|
1323
|
+
export { default as SquareArrowUp } from './square-arrow-up';
|
|
1323
1324
|
export { default as SquareAsterisk } from './square-asterisk';
|
|
1324
1325
|
export { default as SquareBottomDashedScissors } from './square-bottom-dashed-scissors';
|
|
1325
1326
|
export { default as SquareChartGantt } from './square-chart-gantt';
|
|
@@ -1334,6 +1335,7 @@ export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
|
1334
1335
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1335
1336
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1336
1337
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1338
|
+
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1337
1339
|
export { default as SquareDashed } from './square-dashed';
|
|
1338
1340
|
export { default as SquareDivide } from './square-divide';
|
|
1339
1341
|
export { default as SquareDot } from './square-dot';
|
|
@@ -1354,8 +1356,8 @@ export { default as SquarePilcrow } from './square-pilcrow';
|
|
|
1354
1356
|
export { default as SquarePlay } from './square-play';
|
|
1355
1357
|
export { default as SquarePlus } from './square-plus';
|
|
1356
1358
|
export { default as SquarePower } from './square-power';
|
|
1357
|
-
export { default as SquareRadical } from './square-radical';
|
|
1358
1359
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1360
|
+
export { default as SquareRadical } from './square-radical';
|
|
1359
1361
|
export { default as SquareScissors } from './square-scissors';
|
|
1360
1362
|
export { default as SquareSigma } from './square-sigma';
|
|
1361
1363
|
export { default as SquareSlash } from './square-slash';
|
|
@@ -1371,8 +1373,8 @@ export { default as Square } from './square';
|
|
|
1371
1373
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1372
1374
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1373
1375
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1374
|
-
export { default as SquaresUnite } from './squares-unite';
|
|
1375
1376
|
export { default as Squircle } from './squircle';
|
|
1377
|
+
export { default as SquaresUnite } from './squares-unite';
|
|
1376
1378
|
export { default as Squirrel } from './squirrel';
|
|
1377
1379
|
export { default as Stamp } from './stamp';
|
|
1378
1380
|
export { default as StarHalf } from './star-half';
|
|
@@ -1390,8 +1392,8 @@ export { default as Strikethrough } from './strikethrough';
|
|
|
1390
1392
|
export { default as Subscript } from './subscript';
|
|
1391
1393
|
export { default as SunDim } from './sun-dim';
|
|
1392
1394
|
export { default as SunMedium } from './sun-medium';
|
|
1393
|
-
export { default as SunSnow } from './sun-snow';
|
|
1394
1395
|
export { default as SunMoon } from './sun-moon';
|
|
1396
|
+
export { default as SunSnow } from './sun-snow';
|
|
1395
1397
|
export { default as Sun } from './sun';
|
|
1396
1398
|
export { default as Sunrise } from './sunrise';
|
|
1397
1399
|
export { default as Sunset } from './sunset';
|
|
@@ -1418,8 +1420,8 @@ export { default as Tags } from './tags';
|
|
|
1418
1420
|
export { default as Tally1 } from './tally-1';
|
|
1419
1421
|
export { default as Tally2 } from './tally-2';
|
|
1420
1422
|
export { default as Tally3 } from './tally-3';
|
|
1421
|
-
export { default as Tally4 } from './tally-4';
|
|
1422
1423
|
export { default as Tally5 } from './tally-5';
|
|
1424
|
+
export { default as Tally4 } from './tally-4';
|
|
1423
1425
|
export { default as Tangent } from './tangent';
|
|
1424
1426
|
export { default as Target } from './target';
|
|
1425
1427
|
export { default as Telescope } from './telescope';
|
|
@@ -1465,8 +1467,8 @@ export { default as ToyBrick } from './toy-brick';
|
|
|
1465
1467
|
export { default as Tractor } from './tractor';
|
|
1466
1468
|
export { default as TrafficCone } from './traffic-cone';
|
|
1467
1469
|
export { default as TrainFrontTunnel } from './train-front-tunnel';
|
|
1468
|
-
export { default as TrainTrack } from './train-track';
|
|
1469
1470
|
export { default as TrainFront } from './train-front';
|
|
1471
|
+
export { default as TrainTrack } from './train-track';
|
|
1470
1472
|
export { default as TramFront } from './tram-front';
|
|
1471
1473
|
export { default as Transgender } from './transgender';
|
|
1472
1474
|
export { default as Trash2 } from './trash-2';
|
|
@@ -1505,8 +1507,8 @@ export { default as UnfoldVertical } from './unfold-vertical';
|
|
|
1505
1507
|
export { default as Ungroup } from './ungroup';
|
|
1506
1508
|
export { default as University } from './university';
|
|
1507
1509
|
export { default as Unlink2 } from './unlink-2';
|
|
1508
|
-
export { default as Unplug } from './unplug';
|
|
1509
1510
|
export { default as Unlink } from './unlink';
|
|
1511
|
+
export { default as Unplug } from './unplug';
|
|
1510
1512
|
export { default as Upload } from './upload';
|
|
1511
1513
|
export { default as Usb } from './usb';
|
|
1512
1514
|
export { default as UserCheck } from './user-check';
|
|
@@ -1545,16 +1547,16 @@ export { default as Videotape } from './videotape';
|
|
|
1545
1547
|
export { default as View } from './view';
|
|
1546
1548
|
export { default as Voicemail } from './voicemail';
|
|
1547
1549
|
export { default as Volleyball } from './volleyball';
|
|
1548
|
-
export { default as Volume2 } from './volume-2';
|
|
1549
1550
|
export { default as Volume1 } from './volume-1';
|
|
1551
|
+
export { default as Volume2 } from './volume-2';
|
|
1550
1552
|
export { default as VolumeOff } from './volume-off';
|
|
1551
1553
|
export { default as VolumeX } from './volume-x';
|
|
1552
1554
|
export { default as Volume } from './volume';
|
|
1553
1555
|
export { default as Vote } from './vote';
|
|
1554
1556
|
export { default as WalletCards } from './wallet-cards';
|
|
1555
1557
|
export { default as WalletMinimal } from './wallet-minimal';
|
|
1556
|
-
export { default as Wallpaper } from './wallpaper';
|
|
1557
1558
|
export { default as Wallet } from './wallet';
|
|
1559
|
+
export { default as Wallpaper } from './wallpaper';
|
|
1558
1560
|
export { default as WandSparkles } from './wand-sparkles';
|
|
1559
1561
|
export { default as Wand } from './wand';
|
|
1560
1562
|
export { default as Warehouse } from './warehouse';
|
|
@@ -1584,8 +1586,8 @@ export { default as Workflow } from './workflow';
|
|
|
1584
1586
|
export { default as Worm } from './worm';
|
|
1585
1587
|
export { default as WrapText } from './wrap-text';
|
|
1586
1588
|
export { default as Wrench } from './wrench';
|
|
1587
|
-
export { default as X } from './x';
|
|
1588
1589
|
export { default as Youtube } from './youtube';
|
|
1590
|
+
export { default as X } from './x';
|
|
1589
1591
|
export { default as ZapOff } from './zap-off';
|
|
1590
1592
|
export { default as Zap } from './zap';
|
|
1591
1593
|
export { default as ZoomIn } from './zoom-in';
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name IterationCcw
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/iteration-ccw
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const IterationCcw = createLucideIcon('iteration-ccw', [["path",{"d":"
|
|
16
|
+
const IterationCcw = createLucideIcon('iteration-ccw', [["path",{"d":"m16 14 4 4-4 4"}],["path",{"d":"M20 10a8 8 0 1 0-8 8h8"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default IterationCcw;
|
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name IterationCw
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/iteration-cw
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const IterationCw = createLucideIcon('iteration-cw', [["path",{"d":"M4
|
|
16
|
+
const IterationCw = createLucideIcon('iteration-cw', [["path",{"d":"M4 10a8 8 0 1 1 8 8H4"}],["path",{"d":"m8 22-4-4 4-4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default IterationCw;
|
package/src/icons/landmark.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Landmark
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/landmark
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const Landmark = createLucideIcon('landmark', [["
|
|
16
|
+
const Landmark = createLucideIcon('landmark', [["path",{"d":"M10 18v-7"}],["path",{"d":"M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z"}],["path",{"d":"M14 18v-7"}],["path",{"d":"M18 18v-7"}],["path",{"d":"M3 22h18"}],["path",{"d":"M6 18v-7"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Landmark;
|
package/src/icons/log-in.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name LogIn
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/log-in
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const LogIn = createLucideIcon('log-in', [["path",{"d":"
|
|
16
|
+
const LogIn = createLucideIcon('log-in', [["path",{"d":"m10 17 5-5-5-5"}],["path",{"d":"M15 12H3"}],["path",{"d":"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default LogIn;
|
package/src/icons/log-out.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name LogOut
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/log-out
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const LogOut = createLucideIcon('log-out', [["path",{"d":"
|
|
16
|
+
const LogOut = createLucideIcon('log-out', [["path",{"d":"m16 17 5-5-5-5"}],["path",{"d":"M21 12H9"}],["path",{"d":"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default LogOut;
|
package/src/icons/maximize-2.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Maximize2
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/maximize-2
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const Maximize2 = createLucideIcon('maximize-2', [["
|
|
16
|
+
const Maximize2 = createLucideIcon('maximize-2', [["path",{"d":"M15 3h6v6"}],["path",{"d":"m21 3-7 7"}],["path",{"d":"m3 21 7-7"}],["path",{"d":"M9 21H3v-6"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Maximize2;
|
package/src/icons/minimize-2.ts
CHANGED
|
@@ -6,13 +6,13 @@ import type { AstroComponent } from '../types'
|
|
|
6
6
|
* @component @name Minimize2
|
|
7
7
|
* @description Lucide SVG icon component, renders SVG Element with children.
|
|
8
8
|
*
|
|
9
|
-
* @preview  - https://lucide.dev/icons/minimize-2
|
|
10
10
|
* @see https://lucide.dev/guide/packages/lucide-astro - Documentation
|
|
11
11
|
*
|
|
12
12
|
* @param {import('../types').IconProps} props - Lucide icons props and any valid SVG attribute
|
|
13
13
|
* @returns {any} Astro Component
|
|
14
14
|
*
|
|
15
15
|
*/
|
|
16
|
-
const Minimize2 = createLucideIcon('minimize-2', [["
|
|
16
|
+
const Minimize2 = createLucideIcon('minimize-2', [["path",{"d":"m14 10 7-7"}],["path",{"d":"M20 10h-6V4"}],["path",{"d":"m3 21 7-7"}],["path",{"d":"M4 14h6v6"}]]) as AstroComponent;
|
|
17
17
|
|
|
18
18
|
export default Minimize2;
|