@lucide/astro 0.510.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 +17 -17
- package/src/aliases/prefixed.ts +387 -385
- package/src/aliases/suffixed.ts +705 -703
- package/src/icons/axis-3d.ts +2 -2
- 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 +58 -57
- 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
|
@@ -22,9 +22,9 @@ export { default as AlignHorizontalDistributeEnd } from './align-horizontal-dist
|
|
|
22
22
|
export { default as AlignHorizontalDistributeStart } from './align-horizontal-distribute-start';
|
|
23
23
|
export { default as AlignHorizontalJustifyCenter } from './align-horizontal-justify-center';
|
|
24
24
|
export { default as AlignHorizontalJustifyEnd } from './align-horizontal-justify-end';
|
|
25
|
+
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
25
26
|
export { default as AlignHorizontalSpaceAround } from './align-horizontal-space-around';
|
|
26
27
|
export { default as AlignHorizontalSpaceBetween } from './align-horizontal-space-between';
|
|
27
|
-
export { default as AlignHorizontalJustifyStart } from './align-horizontal-justify-start';
|
|
28
28
|
export { default as AlignJustify } from './align-justify';
|
|
29
29
|
export { default as AlignLeft } from './align-left';
|
|
30
30
|
export { default as AlignRight } from './align-right';
|
|
@@ -51,8 +51,8 @@ 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
53
|
export { default as Apple } from './apple';
|
|
54
|
-
export { default as ArchiveX } from './archive-x';
|
|
55
54
|
export { default as ArchiveRestore } from './archive-restore';
|
|
55
|
+
export { default as ArchiveX } from './archive-x';
|
|
56
56
|
export { default as Archive } from './archive';
|
|
57
57
|
export { default as Armchair } from './armchair';
|
|
58
58
|
export { default as ArrowBigDownDash } from './arrow-big-down-dash';
|
|
@@ -91,10 +91,10 @@ export { default as ArrowUpDown } from './arrow-up-down';
|
|
|
91
91
|
export { default as ArrowUpFromDot } from './arrow-up-from-dot';
|
|
92
92
|
export { default as ArrowUpFromLine } from './arrow-up-from-line';
|
|
93
93
|
export { default as ArrowUpLeft } from './arrow-up-left';
|
|
94
|
-
export { default as ArrowUpRight } from './arrow-up-right';
|
|
95
94
|
export { default as ArrowUpNarrowWide } from './arrow-up-narrow-wide';
|
|
96
|
-
export { default as
|
|
95
|
+
export { default as ArrowUpRight } from './arrow-up-right';
|
|
97
96
|
export { default as ArrowUpToLine } from './arrow-up-to-line';
|
|
97
|
+
export { default as ArrowUpWideNarrow } from './arrow-up-wide-narrow';
|
|
98
98
|
export { default as ArrowUpZA } from './arrow-up-z-a';
|
|
99
99
|
export { default as ArrowUp } from './arrow-up';
|
|
100
100
|
export { default as ArrowsUpFromLine } from './arrows-up-from-line';
|
|
@@ -160,16 +160,16 @@ export { default as BellPlus } from './bell-plus';
|
|
|
160
160
|
export { default as BellRing } from './bell-ring';
|
|
161
161
|
export { default as Bell } from './bell';
|
|
162
162
|
export { default as BetweenHorizontalEnd } from './between-horizontal-end';
|
|
163
|
-
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
164
163
|
export { default as BetweenHorizontalStart } from './between-horizontal-start';
|
|
165
|
-
export { default as
|
|
164
|
+
export { default as BetweenVerticalEnd } from './between-vertical-end';
|
|
166
165
|
export { default as BetweenVerticalStart } from './between-vertical-start';
|
|
166
|
+
export { default as BicepsFlexed } from './biceps-flexed';
|
|
167
167
|
export { default as Bike } from './bike';
|
|
168
168
|
export { default as Binary } from './binary';
|
|
169
169
|
export { default as Binoculars } from './binoculars';
|
|
170
170
|
export { default as Biohazard } from './biohazard';
|
|
171
|
-
export { default as Bitcoin } from './bitcoin';
|
|
172
171
|
export { default as Bird } from './bird';
|
|
172
|
+
export { default as Bitcoin } from './bitcoin';
|
|
173
173
|
export { default as Blend } from './blend';
|
|
174
174
|
export { default as Blinds } from './blinds';
|
|
175
175
|
export { default as Blocks } from './blocks';
|
|
@@ -239,15 +239,15 @@ export { default as Building2 } from './building-2';
|
|
|
239
239
|
export { default as Building } from './building';
|
|
240
240
|
export { default as BusFront } from './bus-front';
|
|
241
241
|
export { default as Bus } from './bus';
|
|
242
|
-
export { default as Cable } from './cable';
|
|
243
242
|
export { default as CableCar } from './cable-car';
|
|
243
|
+
export { default as Cable } from './cable';
|
|
244
244
|
export { default as CakeSlice } from './cake-slice';
|
|
245
245
|
export { default as Cake } from './cake';
|
|
246
246
|
export { default as Calculator } from './calculator';
|
|
247
247
|
export { default as Calendar1 } from './calendar-1';
|
|
248
|
+
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
248
249
|
export { default as CalendarArrowUp } from './calendar-arrow-up';
|
|
249
250
|
export { default as CalendarCheck2 } from './calendar-check-2';
|
|
250
|
-
export { default as CalendarArrowDown } from './calendar-arrow-down';
|
|
251
251
|
export { default as CalendarCheck } from './calendar-check';
|
|
252
252
|
export { default as CalendarClock } from './calendar-clock';
|
|
253
253
|
export { default as CalendarCog } from './calendar-cog';
|
|
@@ -320,8 +320,8 @@ export { default as ChevronLast } from './chevron-last';
|
|
|
320
320
|
export { default as ChevronLeft } from './chevron-left';
|
|
321
321
|
export { default as ChevronRight } from './chevron-right';
|
|
322
322
|
export { default as ChevronUp } from './chevron-up';
|
|
323
|
-
export { default as ChevronsDown } from './chevrons-down';
|
|
324
323
|
export { default as ChevronsDownUp } from './chevrons-down-up';
|
|
324
|
+
export { default as ChevronsDown } from './chevrons-down';
|
|
325
325
|
export { default as ChevronsLeftRightEllipsis } from './chevrons-left-right-ellipsis';
|
|
326
326
|
export { default as ChevronsLeftRight } from './chevrons-left-right';
|
|
327
327
|
export { default as ChevronsLeft } from './chevrons-left';
|
|
@@ -344,8 +344,8 @@ export { default as CircleArrowRight } from './circle-arrow-right';
|
|
|
344
344
|
export { default as CircleArrowUp } from './circle-arrow-up';
|
|
345
345
|
export { default as CircleCheckBig } from './circle-check-big';
|
|
346
346
|
export { default as CircleCheck } from './circle-check';
|
|
347
|
-
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
348
347
|
export { default as CircleChevronLeft } from './circle-chevron-left';
|
|
348
|
+
export { default as CircleChevronDown } from './circle-chevron-down';
|
|
349
349
|
export { default as CircleChevronRight } from './circle-chevron-right';
|
|
350
350
|
export { default as CircleChevronUp } from './circle-chevron-up';
|
|
351
351
|
export { default as CircleDashed } from './circle-dashed';
|
|
@@ -387,8 +387,8 @@ export { default as ClipboardPaste } from './clipboard-paste';
|
|
|
387
387
|
export { default as ClipboardPenLine } from './clipboard-pen-line';
|
|
388
388
|
export { default as ClipboardPen } from './clipboard-pen';
|
|
389
389
|
export { default as ClipboardPlus } from './clipboard-plus';
|
|
390
|
-
export { default as ClipboardX } from './clipboard-x';
|
|
391
390
|
export { default as ClipboardType } from './clipboard-type';
|
|
391
|
+
export { default as ClipboardX } from './clipboard-x';
|
|
392
392
|
export { default as Clipboard } from './clipboard';
|
|
393
393
|
export { default as Clock1 } from './clock-1';
|
|
394
394
|
export { default as Clock10 } from './clock-10';
|
|
@@ -401,8 +401,8 @@ export { default as Clock5 } from './clock-5';
|
|
|
401
401
|
export { default as Clock6 } from './clock-6';
|
|
402
402
|
export { default as Clock7 } from './clock-7';
|
|
403
403
|
export { default as Clock8 } from './clock-8';
|
|
404
|
-
export { default as ClockAlert } from './clock-alert';
|
|
405
404
|
export { default as Clock9 } from './clock-9';
|
|
405
|
+
export { default as ClockAlert } from './clock-alert';
|
|
406
406
|
export { default as ClockArrowDown } from './clock-arrow-down';
|
|
407
407
|
export { default as ClockArrowUp } from './clock-arrow-up';
|
|
408
408
|
export { default as ClockFading } from './clock-fading';
|
|
@@ -473,14 +473,14 @@ export { default as Cpu } from './cpu';
|
|
|
473
473
|
export { default as CreativeCommons } from './creative-commons';
|
|
474
474
|
export { default as CreditCard } from './credit-card';
|
|
475
475
|
export { default as Croissant } from './croissant';
|
|
476
|
+
export { default as Cross } from './cross';
|
|
476
477
|
export { default as Crop } from './crop';
|
|
477
478
|
export { default as Crosshair } from './crosshair';
|
|
478
|
-
export { default as Cross } from './cross';
|
|
479
479
|
export { default as Crown } from './crown';
|
|
480
480
|
export { default as Cuboid } from './cuboid';
|
|
481
481
|
export { default as CupSoda } from './cup-soda';
|
|
482
|
-
export { default as Currency } from './currency';
|
|
483
482
|
export { default as Cylinder } from './cylinder';
|
|
483
|
+
export { default as Currency } from './currency';
|
|
484
484
|
export { default as Dam } from './dam';
|
|
485
485
|
export { default as DatabaseBackup } from './database-backup';
|
|
486
486
|
export { default as DatabaseZap } from './database-zap';
|
|
@@ -511,8 +511,8 @@ export { default as DnaOff } from './dna-off';
|
|
|
511
511
|
export { default as Dna } from './dna';
|
|
512
512
|
export { default as Dock } from './dock';
|
|
513
513
|
export { default as Dog } from './dog';
|
|
514
|
-
export { default as DollarSign } from './dollar-sign';
|
|
515
514
|
export { default as Donut } from './donut';
|
|
515
|
+
export { default as DollarSign } from './dollar-sign';
|
|
516
516
|
export { default as DoorClosedLocked } from './door-closed-locked';
|
|
517
517
|
export { default as DoorClosed } from './door-closed';
|
|
518
518
|
export { default as DoorOpen } from './door-open';
|
|
@@ -559,8 +559,8 @@ export { default as FerrisWheel } from './ferris-wheel';
|
|
|
559
559
|
export { default as Figma } from './figma';
|
|
560
560
|
export { default as FileArchive } from './file-archive';
|
|
561
561
|
export { default as FileAudio2 } from './file-audio-2';
|
|
562
|
-
export { default as FileAudio } from './file-audio';
|
|
563
562
|
export { default as FileAxis3d } from './file-axis-3d';
|
|
563
|
+
export { default as FileAudio } from './file-audio';
|
|
564
564
|
export { default as FileBadge2 } from './file-badge-2';
|
|
565
565
|
export { default as FileBadge } from './file-badge';
|
|
566
566
|
export { default as FileBox } from './file-box';
|
|
@@ -672,16 +672,16 @@ export { default as FolderSync } from './folder-sync';
|
|
|
672
672
|
export { default as FolderTree } from './folder-tree';
|
|
673
673
|
export { default as FolderUp } from './folder-up';
|
|
674
674
|
export { default as FolderX } from './folder-x';
|
|
675
|
-
export { default as Folders } from './folders';
|
|
676
675
|
export { default as Folder } from './folder';
|
|
676
|
+
export { default as Folders } from './folders';
|
|
677
677
|
export { default as Footprints } from './footprints';
|
|
678
678
|
export { default as Forklift } from './forklift';
|
|
679
679
|
export { default as Forward } from './forward';
|
|
680
680
|
export { default as Frame } from './frame';
|
|
681
681
|
export { default as Framer } from './framer';
|
|
682
682
|
export { default as Frown } from './frown';
|
|
683
|
-
export { default as Fuel } from './fuel';
|
|
684
683
|
export { default as Fullscreen } from './fullscreen';
|
|
684
|
+
export { default as Fuel } from './fuel';
|
|
685
685
|
export { default as FunnelPlus } from './funnel-plus';
|
|
686
686
|
export { default as FunnelX } from './funnel-x';
|
|
687
687
|
export { default as Funnel } from './funnel';
|
|
@@ -737,8 +737,8 @@ export { default as Ham } from './ham';
|
|
|
737
737
|
export { default as Hamburger } from './hamburger';
|
|
738
738
|
export { default as Hammer } from './hammer';
|
|
739
739
|
export { default as HandCoins } from './hand-coins';
|
|
740
|
-
export { default as HandHelping } from './hand-helping';
|
|
741
740
|
export { default as HandHeart } from './hand-heart';
|
|
741
|
+
export { default as HandHelping } from './hand-helping';
|
|
742
742
|
export { default as HandMetal } from './hand-metal';
|
|
743
743
|
export { default as HandPlatter } from './hand-platter';
|
|
744
744
|
export { default as Hand } from './hand';
|
|
@@ -774,8 +774,8 @@ export { default as History } from './history';
|
|
|
774
774
|
export { default as HopOff } from './hop-off';
|
|
775
775
|
export { default as Hop } from './hop';
|
|
776
776
|
export { default as Hospital } from './hospital';
|
|
777
|
-
export { default as Hourglass } from './hourglass';
|
|
778
777
|
export { default as Hotel } from './hotel';
|
|
778
|
+
export { default as Hourglass } from './hourglass';
|
|
779
779
|
export { default as HousePlug } from './house-plug';
|
|
780
780
|
export { default as HousePlus } from './house-plus';
|
|
781
781
|
export { default as HouseWifi } from './house-wifi';
|
|
@@ -829,8 +829,8 @@ export { default as LassoSelect } from './lasso-select';
|
|
|
829
829
|
export { default as Lasso } from './lasso';
|
|
830
830
|
export { default as Laugh } from './laugh';
|
|
831
831
|
export { default as Layers2 } from './layers-2';
|
|
832
|
-
export { default as LayoutDashboard } from './layout-dashboard';
|
|
833
832
|
export { default as Layers } from './layers';
|
|
833
|
+
export { default as LayoutDashboard } from './layout-dashboard';
|
|
834
834
|
export { default as LayoutGrid } from './layout-grid';
|
|
835
835
|
export { default as LayoutList } from './layout-list';
|
|
836
836
|
export { default as LayoutPanelLeft } from './layout-panel-left';
|
|
@@ -849,13 +849,13 @@ export { default as Lightbulb } from './lightbulb';
|
|
|
849
849
|
export { default as Link2Off } from './link-2-off';
|
|
850
850
|
export { default as Link2 } from './link-2';
|
|
851
851
|
export { default as Link } from './link';
|
|
852
|
-
export { default as Linkedin } from './linkedin';
|
|
853
852
|
export { default as ListCheck } from './list-check';
|
|
853
|
+
export { default as Linkedin } from './linkedin';
|
|
854
854
|
export { default as ListChecks } from './list-checks';
|
|
855
855
|
export { default as ListCollapse } from './list-collapse';
|
|
856
856
|
export { default as ListEnd } from './list-end';
|
|
857
|
-
export { default as ListFilterPlus } from './list-filter-plus';
|
|
858
857
|
export { default as ListFilter } from './list-filter';
|
|
858
|
+
export { default as ListFilterPlus } from './list-filter-plus';
|
|
859
859
|
export { default as ListMinus } from './list-minus';
|
|
860
860
|
export { default as ListMusic } from './list-music';
|
|
861
861
|
export { default as ListOrdered } from './list-ordered';
|
|
@@ -872,16 +872,16 @@ export { default as LoaderPinwheel } from './loader-pinwheel';
|
|
|
872
872
|
export { default as Loader } from './loader';
|
|
873
873
|
export { default as LocateFixed } from './locate-fixed';
|
|
874
874
|
export { default as LocateOff } from './locate-off';
|
|
875
|
-
export { default as LocationEdit } from './location-edit';
|
|
876
875
|
export { default as Locate } from './locate';
|
|
876
|
+
export { default as LocationEdit } from './location-edit';
|
|
877
877
|
export { default as LockKeyholeOpen } from './lock-keyhole-open';
|
|
878
878
|
export { default as LockKeyhole } from './lock-keyhole';
|
|
879
879
|
export { default as LockOpen } from './lock-open';
|
|
880
880
|
export { default as Lock } from './lock';
|
|
881
881
|
export { default as LogIn } from './log-in';
|
|
882
882
|
export { default as LogOut } from './log-out';
|
|
883
|
-
export { default as Logs } from './logs';
|
|
884
883
|
export { default as Lollipop } from './lollipop';
|
|
884
|
+
export { default as Logs } from './logs';
|
|
885
885
|
export { default as Luggage } from './luggage';
|
|
886
886
|
export { default as Magnet } from './magnet';
|
|
887
887
|
export { default as MailCheck } from './mail-check';
|
|
@@ -908,8 +908,8 @@ export { default as MapPinX } from './map-pin-x';
|
|
|
908
908
|
export { default as MapPin } from './map-pin';
|
|
909
909
|
export { default as MapPinned } from './map-pinned';
|
|
910
910
|
export { default as MapPlus } from './map-plus';
|
|
911
|
-
export { default as MarsStroke } from './mars-stroke';
|
|
912
911
|
export { default as Map } from './map';
|
|
912
|
+
export { default as MarsStroke } from './mars-stroke';
|
|
913
913
|
export { default as Mars } from './mars';
|
|
914
914
|
export { default as Martini } from './martini';
|
|
915
915
|
export { default as Maximize2 } from './maximize-2';
|
|
@@ -985,8 +985,8 @@ export { default as MousePointerClick } from './mouse-pointer-click';
|
|
|
985
985
|
export { default as MousePointer } from './mouse-pointer';
|
|
986
986
|
export { default as Mouse } from './mouse';
|
|
987
987
|
export { default as Move3d } from './move-3d';
|
|
988
|
-
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
989
988
|
export { default as MoveDiagonal } from './move-diagonal';
|
|
989
|
+
export { default as MoveDiagonal2 } from './move-diagonal-2';
|
|
990
990
|
export { default as MoveDownLeft } from './move-down-left';
|
|
991
991
|
export { default as MoveDownRight } from './move-down-right';
|
|
992
992
|
export { default as MoveDown } from './move-down';
|
|
@@ -1015,8 +1015,8 @@ export { default as NotebookTabs } from './notebook-tabs';
|
|
|
1015
1015
|
export { default as NotebookText } from './notebook-text';
|
|
1016
1016
|
export { default as Notebook } from './notebook';
|
|
1017
1017
|
export { default as NotepadTextDashed } from './notepad-text-dashed';
|
|
1018
|
-
export { default as NotepadText } from './notepad-text';
|
|
1019
1018
|
export { default as NutOff } from './nut-off';
|
|
1019
|
+
export { default as NotepadText } from './notepad-text';
|
|
1020
1020
|
export { default as Nut } from './nut';
|
|
1021
1021
|
export { default as OctagonAlert } from './octagon-alert';
|
|
1022
1022
|
export { default as OctagonMinus } from './octagon-minus';
|
|
@@ -1041,17 +1041,17 @@ export { default as PaintbrushVertical } from './paintbrush-vertical';
|
|
|
1041
1041
|
export { default as Paintbrush } from './paintbrush';
|
|
1042
1042
|
export { default as Palette } from './palette';
|
|
1043
1043
|
export { default as Panda } from './panda';
|
|
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 PanelBottomClose } from './panel-bottom-close';
|
|
1047
1047
|
export { default as PanelBottom } from './panel-bottom';
|
|
1048
1048
|
export { default as PanelLeftClose } from './panel-left-close';
|
|
1049
1049
|
export { default as PanelLeftDashed } from './panel-left-dashed';
|
|
1050
1050
|
export { default as PanelLeftOpen } from './panel-left-open';
|
|
1051
1051
|
export { default as PanelLeft } from './panel-left';
|
|
1052
1052
|
export { default as PanelRightClose } from './panel-right-close';
|
|
1053
|
-
export { default as PanelRightOpen } from './panel-right-open';
|
|
1054
1053
|
export { default as PanelRightDashed } from './panel-right-dashed';
|
|
1054
|
+
export { default as PanelRightOpen } from './panel-right-open';
|
|
1055
1055
|
export { default as PanelRight } from './panel-right';
|
|
1056
1056
|
export { default as PanelTopClose } from './panel-top-close';
|
|
1057
1057
|
export { default as PanelTopDashed } from './panel-top-dashed';
|
|
@@ -1082,8 +1082,8 @@ export { default as PhilippinePeso } from './philippine-peso';
|
|
|
1082
1082
|
export { default as PhoneCall } from './phone-call';
|
|
1083
1083
|
export { default as PhoneForwarded } from './phone-forwarded';
|
|
1084
1084
|
export { default as PhoneIncoming } from './phone-incoming';
|
|
1085
|
-
export { default as PhoneOff } from './phone-off';
|
|
1086
1085
|
export { default as PhoneMissed } from './phone-missed';
|
|
1086
|
+
export { default as PhoneOff } from './phone-off';
|
|
1087
1087
|
export { default as PhoneOutgoing } from './phone-outgoing';
|
|
1088
1088
|
export { default as Phone } from './phone';
|
|
1089
1089
|
export { default as Pi } from './pi';
|
|
@@ -1109,18 +1109,18 @@ export { default as Plug2 } from './plug-2';
|
|
|
1109
1109
|
export { default as PlugZap } from './plug-zap';
|
|
1110
1110
|
export { default as Plug } from './plug';
|
|
1111
1111
|
export { default as Plus } from './plus';
|
|
1112
|
-
export { default as PocketKnife } from './pocket-knife';
|
|
1113
1112
|
export { default as Pocket } from './pocket';
|
|
1113
|
+
export { default as PocketKnife } from './pocket-knife';
|
|
1114
1114
|
export { default as Podcast } from './podcast';
|
|
1115
1115
|
export { default as PointerOff } from './pointer-off';
|
|
1116
1116
|
export { default as Pointer } from './pointer';
|
|
1117
1117
|
export { default as Popcorn } from './popcorn';
|
|
1118
1118
|
export { default as Popsicle } from './popsicle';
|
|
1119
1119
|
export { default as PoundSterling } from './pound-sterling';
|
|
1120
|
-
export { default as Power } from './power';
|
|
1121
1120
|
export { default as PowerOff } from './power-off';
|
|
1122
|
-
export { default as
|
|
1121
|
+
export { default as Power } from './power';
|
|
1123
1122
|
export { default as Presentation } from './presentation';
|
|
1123
|
+
export { default as PrinterCheck } from './printer-check';
|
|
1124
1124
|
export { default as Printer } from './printer';
|
|
1125
1125
|
export { default as Projector } from './projector';
|
|
1126
1126
|
export { default as Proportions } from './proportions';
|
|
@@ -1136,10 +1136,10 @@ export { default as RadioReceiver } from './radio-receiver';
|
|
|
1136
1136
|
export { default as RadioTower } from './radio-tower';
|
|
1137
1137
|
export { default as Radio } from './radio';
|
|
1138
1138
|
export { default as Radius } from './radius';
|
|
1139
|
-
export { default as RailSymbol } from './rail-symbol';
|
|
1140
1139
|
export { default as Rainbow } from './rainbow';
|
|
1141
|
-
export { default as
|
|
1140
|
+
export { default as RailSymbol } from './rail-symbol';
|
|
1142
1141
|
export { default as Rat } from './rat';
|
|
1142
|
+
export { default as Ratio } from './ratio';
|
|
1143
1143
|
export { default as ReceiptCent } from './receipt-cent';
|
|
1144
1144
|
export { default as ReceiptEuro } from './receipt-euro';
|
|
1145
1145
|
export { default as ReceiptIndianRupee } from './receipt-indian-rupee';
|
|
@@ -1165,8 +1165,8 @@ export { default as Refrigerator } from './refrigerator';
|
|
|
1165
1165
|
export { default as Regex } from './regex';
|
|
1166
1166
|
export { default as RemoveFormatting } from './remove-formatting';
|
|
1167
1167
|
export { default as Repeat1 } from './repeat-1';
|
|
1168
|
-
export { default as Repeat } from './repeat';
|
|
1169
1168
|
export { default as Repeat2 } from './repeat-2';
|
|
1169
|
+
export { default as Repeat } from './repeat';
|
|
1170
1170
|
export { default as ReplaceAll } from './replace-all';
|
|
1171
1171
|
export { default as Replace } from './replace';
|
|
1172
1172
|
export { default as ReplyAll } from './reply-all';
|
|
@@ -1178,9 +1178,9 @@ export { default as RockingChair } from './rocking-chair';
|
|
|
1178
1178
|
export { default as RollerCoaster } from './roller-coaster';
|
|
1179
1179
|
export { default as Rotate3d } from './rotate-3d';
|
|
1180
1180
|
export { default as RotateCcwKey } from './rotate-ccw-key';
|
|
1181
|
+
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1181
1182
|
export { default as RotateCcw } from './rotate-ccw';
|
|
1182
1183
|
export { default as RotateCwSquare } from './rotate-cw-square';
|
|
1183
|
-
export { default as RotateCcwSquare } from './rotate-ccw-square';
|
|
1184
1184
|
export { default as RotateCw } from './rotate-cw';
|
|
1185
1185
|
export { default as RouteOff } from './route-off';
|
|
1186
1186
|
export { default as Route } from './route';
|
|
@@ -1191,10 +1191,10 @@ export { default as Rows4 } from './rows-4';
|
|
|
1191
1191
|
export { default as Rss } from './rss';
|
|
1192
1192
|
export { default as RulerDimensionLine } from './ruler-dimension-line';
|
|
1193
1193
|
export { default as Ruler } from './ruler';
|
|
1194
|
-
export { default as Sailboat } from './sailboat';
|
|
1195
|
-
export { default as Salad } from './salad';
|
|
1196
1194
|
export { default as RussianRuble } from './russian-ruble';
|
|
1195
|
+
export { default as Sailboat } from './sailboat';
|
|
1197
1196
|
export { default as Sandwich } from './sandwich';
|
|
1197
|
+
export { default as Salad } from './salad';
|
|
1198
1198
|
export { default as SatelliteDish } from './satellite-dish';
|
|
1199
1199
|
export { default as Satellite } from './satellite';
|
|
1200
1200
|
export { default as SaudiRiyal } from './saudi-riyal';
|
|
@@ -1226,8 +1226,8 @@ export { default as SearchSlash } from './search-slash';
|
|
|
1226
1226
|
export { default as SearchX } from './search-x';
|
|
1227
1227
|
export { default as Search } from './search';
|
|
1228
1228
|
export { default as Section } from './section';
|
|
1229
|
-
export { default as SendToBack } from './send-to-back';
|
|
1230
1229
|
export { default as SendHorizontal } from './send-horizontal';
|
|
1230
|
+
export { default as SendToBack } from './send-to-back';
|
|
1231
1231
|
export { default as Send } from './send';
|
|
1232
1232
|
export { default as SeparatorHorizontal } from './separator-horizontal';
|
|
1233
1233
|
export { default as SeparatorVertical } from './separator-vertical';
|
|
@@ -1240,8 +1240,8 @@ export { default as Settings } from './settings';
|
|
|
1240
1240
|
export { default as Shapes } from './shapes';
|
|
1241
1241
|
export { default as Share2 } from './share-2';
|
|
1242
1242
|
export { default as Share } from './share';
|
|
1243
|
-
export { default as Shell } from './shell';
|
|
1244
1243
|
export { default as Sheet } from './sheet';
|
|
1244
|
+
export { default as Shell } from './shell';
|
|
1245
1245
|
export { default as ShieldAlert } from './shield-alert';
|
|
1246
1246
|
export { default as ShieldBan } from './shield-ban';
|
|
1247
1247
|
export { default as ShieldCheck } from './shield-check';
|
|
@@ -1252,10 +1252,10 @@ export { default as ShieldOff } from './shield-off';
|
|
|
1252
1252
|
export { default as ShieldPlus } from './shield-plus';
|
|
1253
1253
|
export { default as ShieldQuestion } from './shield-question';
|
|
1254
1254
|
export { default as ShieldUser } from './shield-user';
|
|
1255
|
-
export { default as Shield } from './shield';
|
|
1256
1255
|
export { default as ShieldX } from './shield-x';
|
|
1257
|
-
export { default as
|
|
1256
|
+
export { default as Shield } from './shield';
|
|
1258
1257
|
export { default as ShipWheel } from './ship-wheel';
|
|
1258
|
+
export { default as Ship } from './ship';
|
|
1259
1259
|
export { default as Shirt } from './shirt';
|
|
1260
1260
|
export { default as ShoppingBag } from './shopping-bag';
|
|
1261
1261
|
export { default as ShoppingBasket } from './shopping-basket';
|
|
@@ -1281,8 +1281,8 @@ export { default as SkipBack } from './skip-back';
|
|
|
1281
1281
|
export { default as SkipForward } from './skip-forward';
|
|
1282
1282
|
export { default as Skull } from './skull';
|
|
1283
1283
|
export { default as Slack } from './slack';
|
|
1284
|
-
export { default as Slash } from './slash';
|
|
1285
1284
|
export { default as Slice } from './slice';
|
|
1285
|
+
export { default as Slash } from './slash';
|
|
1286
1286
|
export { default as SlidersHorizontal } from './sliders-horizontal';
|
|
1287
1287
|
export { default as SlidersVertical } from './sliders-vertical';
|
|
1288
1288
|
export { default as SmartphoneCharging } from './smartphone-charging';
|
|
@@ -1295,9 +1295,9 @@ export { default as Snowflake } from './snowflake';
|
|
|
1295
1295
|
export { default as SoapDispenserDroplet } from './soap-dispenser-droplet';
|
|
1296
1296
|
export { default as Sofa } from './sofa';
|
|
1297
1297
|
export { default as Soup } from './soup';
|
|
1298
|
-
export { default as Spade } from './spade';
|
|
1299
1298
|
export { default as Space } from './space';
|
|
1300
1299
|
export { default as Sparkle } from './sparkle';
|
|
1300
|
+
export { default as Spade } from './spade';
|
|
1301
1301
|
export { default as Sparkles } from './sparkles';
|
|
1302
1302
|
export { default as Speaker } from './speaker';
|
|
1303
1303
|
export { default as Speech } from './speech';
|
|
@@ -1313,9 +1313,9 @@ export { default as SquareArrowDownLeft } from './square-arrow-down-left';
|
|
|
1313
1313
|
export { default as SquareArrowDownRight } from './square-arrow-down-right';
|
|
1314
1314
|
export { default as SquareArrowDown } from './square-arrow-down';
|
|
1315
1315
|
export { default as SquareArrowLeft } from './square-arrow-left';
|
|
1316
|
-
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1317
|
-
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1318
1316
|
export { default as SquareArrowOutDownLeft } from './square-arrow-out-down-left';
|
|
1317
|
+
export { default as SquareArrowOutUpLeft } from './square-arrow-out-up-left';
|
|
1318
|
+
export { default as SquareArrowOutDownRight } from './square-arrow-out-down-right';
|
|
1319
1319
|
export { default as SquareArrowOutUpRight } from './square-arrow-out-up-right';
|
|
1320
1320
|
export { default as SquareArrowRight } from './square-arrow-right';
|
|
1321
1321
|
export { default as SquareArrowUpLeft } from './square-arrow-up-left';
|
|
@@ -1335,6 +1335,7 @@ export { default as SquareDashedBottomCode } from './square-dashed-bottom-code';
|
|
|
1335
1335
|
export { default as SquareDashedBottom } from './square-dashed-bottom';
|
|
1336
1336
|
export { default as SquareDashedKanban } from './square-dashed-kanban';
|
|
1337
1337
|
export { default as SquareDashedMousePointer } from './square-dashed-mouse-pointer';
|
|
1338
|
+
export { default as SquareDashedTopSolid } from './square-dashed-top-solid';
|
|
1338
1339
|
export { default as SquareDashed } from './square-dashed';
|
|
1339
1340
|
export { default as SquareDivide } from './square-divide';
|
|
1340
1341
|
export { default as SquareDot } from './square-dot';
|
|
@@ -1355,25 +1356,25 @@ export { default as SquarePilcrow } from './square-pilcrow';
|
|
|
1355
1356
|
export { default as SquarePlay } from './square-play';
|
|
1356
1357
|
export { default as SquarePlus } from './square-plus';
|
|
1357
1358
|
export { default as SquarePower } from './square-power';
|
|
1358
|
-
export { default as SquareRadical } from './square-radical';
|
|
1359
1359
|
export { default as SquareRoundCorner } from './square-round-corner';
|
|
1360
|
+
export { default as SquareRadical } from './square-radical';
|
|
1360
1361
|
export { default as SquareScissors } from './square-scissors';
|
|
1361
1362
|
export { default as SquareSigma } from './square-sigma';
|
|
1362
|
-
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1363
1363
|
export { default as SquareSlash } from './square-slash';
|
|
1364
|
+
export { default as SquareSplitHorizontal } from './square-split-horizontal';
|
|
1364
1365
|
export { default as SquareSplitVertical } from './square-split-vertical';
|
|
1365
1366
|
export { default as SquareSquare } from './square-square';
|
|
1366
1367
|
export { default as SquareStack } from './square-stack';
|
|
1367
1368
|
export { default as SquareTerminal } from './square-terminal';
|
|
1368
1369
|
export { default as SquareUserRound } from './square-user-round';
|
|
1369
|
-
export { default as SquareX } from './square-x';
|
|
1370
1370
|
export { default as SquareUser } from './square-user';
|
|
1371
|
+
export { default as SquareX } from './square-x';
|
|
1371
1372
|
export { default as Square } from './square';
|
|
1372
1373
|
export { default as SquaresExclude } from './squares-exclude';
|
|
1373
1374
|
export { default as SquaresIntersect } from './squares-intersect';
|
|
1374
1375
|
export { default as SquaresSubtract } from './squares-subtract';
|
|
1375
|
-
export { default as SquaresUnite } from './squares-unite';
|
|
1376
1376
|
export { default as Squircle } from './squircle';
|
|
1377
|
+
export { default as SquaresUnite } from './squares-unite';
|
|
1377
1378
|
export { default as Squirrel } from './squirrel';
|
|
1378
1379
|
export { default as Stamp } from './stamp';
|
|
1379
1380
|
export { default as StarHalf } from './star-half';
|
|
@@ -1402,9 +1403,9 @@ export { default as SwissFranc } from './swiss-franc';
|
|
|
1402
1403
|
export { default as SwitchCamera } from './switch-camera';
|
|
1403
1404
|
export { default as Sword } from './sword';
|
|
1404
1405
|
export { default as Swords } from './swords';
|
|
1406
|
+
export { default as Syringe } from './syringe';
|
|
1405
1407
|
export { default as Table2 } from './table-2';
|
|
1406
1408
|
export { default as TableCellsMerge } from './table-cells-merge';
|
|
1407
|
-
export { default as Syringe } from './syringe';
|
|
1408
1409
|
export { default as TableCellsSplit } from './table-cells-split';
|
|
1409
1410
|
export { default as TableColumnsSplit } from './table-columns-split';
|
|
1410
1411
|
export { default as TableOfContents } from './table-of-contents';
|
|
@@ -1419,8 +1420,8 @@ export { default as Tags } from './tags';
|
|
|
1419
1420
|
export { default as Tally1 } from './tally-1';
|
|
1420
1421
|
export { default as Tally2 } from './tally-2';
|
|
1421
1422
|
export { default as Tally3 } from './tally-3';
|
|
1422
|
-
export { default as Tally4 } from './tally-4';
|
|
1423
1423
|
export { default as Tally5 } from './tally-5';
|
|
1424
|
+
export { default as Tally4 } from './tally-4';
|
|
1424
1425
|
export { default as Tangent } from './tangent';
|
|
1425
1426
|
export { default as Target } from './target';
|
|
1426
1427
|
export { default as Telescope } from './telescope';
|
|
@@ -1476,8 +1477,8 @@ export { default as TreeDeciduous } from './tree-deciduous';
|
|
|
1476
1477
|
export { default as TreePalm } from './tree-palm';
|
|
1477
1478
|
export { default as TreePine } from './tree-pine';
|
|
1478
1479
|
export { default as Trees } from './trees';
|
|
1479
|
-
export { default as TrendingDown } from './trending-down';
|
|
1480
1480
|
export { default as Trello } from './trello';
|
|
1481
|
+
export { default as TrendingDown } from './trending-down';
|
|
1481
1482
|
export { default as TrendingUpDown } from './trending-up-down';
|
|
1482
1483
|
export { default as TrendingUp } from './trending-up';
|
|
1483
1484
|
export { default as TriangleAlert } from './triangle-alert';
|
|
@@ -1585,8 +1586,8 @@ export { default as Workflow } from './workflow';
|
|
|
1585
1586
|
export { default as Worm } from './worm';
|
|
1586
1587
|
export { default as WrapText } from './wrap-text';
|
|
1587
1588
|
export { default as Wrench } from './wrench';
|
|
1588
|
-
export { default as X } from './x';
|
|
1589
1589
|
export { default as Youtube } from './youtube';
|
|
1590
|
+
export { default as X } from './x';
|
|
1590
1591
|
export { default as ZapOff } from './zap-off';
|
|
1591
1592
|
export { default as Zap } from './zap';
|
|
1592
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;
|