@lucide/astro 0.489.0 → 0.491.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 +72 -72
- package/src/aliases/prefixed.ts +442 -440
- package/src/aliases/suffixed.ts +817 -815
- package/src/icons/index.ts +153 -152
- package/src/icons/piggy-bank.ts +2 -2
- package/src/icons/rotate-ccw-key.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -119,18 +119,18 @@ export {
|
|
|
119
119
|
default as GanttChart
|
|
120
120
|
} from '../icons/chart-no-axes-gantt';
|
|
121
121
|
|
|
122
|
-
// ChartPie aliases
|
|
123
|
-
export {
|
|
124
|
-
/** @deprecated */
|
|
125
|
-
default as PieChart
|
|
126
|
-
} from '../icons/chart-pie';
|
|
127
|
-
|
|
128
122
|
// ChartScatter aliases
|
|
129
123
|
export {
|
|
130
124
|
/** @deprecated */
|
|
131
125
|
default as ScatterChart
|
|
132
126
|
} from '../icons/chart-scatter';
|
|
133
127
|
|
|
128
|
+
// ChartPie aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @deprecated */
|
|
131
|
+
default as PieChart
|
|
132
|
+
} from '../icons/chart-pie';
|
|
133
|
+
|
|
134
134
|
// CircleAlert aliases
|
|
135
135
|
export { default as AlertCircle } from '../icons/circle-alert';
|
|
136
136
|
|
|
@@ -149,12 +149,12 @@ export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-d
|
|
|
149
149
|
// CircleArrowOutUpLeft aliases
|
|
150
150
|
export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
|
|
151
151
|
|
|
152
|
-
// CircleArrowOutUpRight aliases
|
|
153
|
-
export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
|
|
154
|
-
|
|
155
152
|
// CircleArrowRight aliases
|
|
156
153
|
export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
|
|
157
154
|
|
|
155
|
+
// CircleArrowOutUpRight aliases
|
|
156
|
+
export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
|
|
157
|
+
|
|
158
158
|
// CircleArrowUp aliases
|
|
159
159
|
export { default as ArrowUpCircle } from '../icons/circle-arrow-up';
|
|
160
160
|
|
|
@@ -170,21 +170,21 @@ export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
|
|
|
170
170
|
// CircleChevronLeft aliases
|
|
171
171
|
export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
|
|
172
172
|
|
|
173
|
-
// CircleChevronUp aliases
|
|
174
|
-
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
175
|
-
|
|
176
173
|
// CircleChevronRight aliases
|
|
177
174
|
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
178
175
|
|
|
176
|
+
// CircleChevronUp aliases
|
|
177
|
+
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
178
|
+
|
|
179
179
|
// CircleDivide aliases
|
|
180
180
|
export { default as DivideCircle } from '../icons/circle-divide';
|
|
181
181
|
|
|
182
|
-
// CircleGauge aliases
|
|
183
|
-
export { default as GaugeCircle } from '../icons/circle-gauge';
|
|
184
|
-
|
|
185
182
|
// CircleHelp aliases
|
|
186
183
|
export { default as HelpCircle } from '../icons/circle-help';
|
|
187
184
|
|
|
185
|
+
// CircleGauge aliases
|
|
186
|
+
export { default as GaugeCircle } from '../icons/circle-gauge';
|
|
187
|
+
|
|
188
188
|
// CircleMinus aliases
|
|
189
189
|
export { default as MinusCircle } from '../icons/circle-minus';
|
|
190
190
|
|
|
@@ -251,15 +251,15 @@ export { default as Columns } from '../icons/columns-2';
|
|
|
251
251
|
// Columns3 aliases
|
|
252
252
|
export { default as PanelsLeftRight } from '../icons/columns-3';
|
|
253
253
|
|
|
254
|
+
// DiamondPercent aliases
|
|
255
|
+
export { default as PercentDiamond } from '../icons/diamond-percent';
|
|
256
|
+
|
|
254
257
|
// ContactRound aliases
|
|
255
258
|
export {
|
|
256
259
|
/** @deprecated */
|
|
257
260
|
default as Contact2
|
|
258
261
|
} from '../icons/contact-round';
|
|
259
262
|
|
|
260
|
-
// DiamondPercent aliases
|
|
261
|
-
export { default as PercentDiamond } from '../icons/diamond-percent';
|
|
262
|
-
|
|
263
263
|
// Earth aliases
|
|
264
264
|
export {
|
|
265
265
|
/** @deprecated */
|
|
@@ -275,17 +275,23 @@ export { default as MoreHorizontal } from '../icons/ellipsis';
|
|
|
275
275
|
// FileAxis3d aliases
|
|
276
276
|
export { default as FileAxis3D } from '../icons/file-axis-3d';
|
|
277
277
|
|
|
278
|
+
// FileChartColumnIncreasing aliases
|
|
279
|
+
export {
|
|
280
|
+
/** @deprecated */
|
|
281
|
+
default as FileBarChart
|
|
282
|
+
} from '../icons/file-chart-column-increasing';
|
|
283
|
+
|
|
278
284
|
// FileChartColumn aliases
|
|
279
285
|
export {
|
|
280
286
|
/** @deprecated */
|
|
281
287
|
default as FileBarChart2
|
|
282
288
|
} from '../icons/file-chart-column';
|
|
283
289
|
|
|
284
|
-
//
|
|
290
|
+
// FileChartPie aliases
|
|
285
291
|
export {
|
|
286
292
|
/** @deprecated */
|
|
287
|
-
default as
|
|
288
|
-
} from '../icons/file-chart-
|
|
293
|
+
default as FilePieChart
|
|
294
|
+
} from '../icons/file-chart-pie';
|
|
289
295
|
|
|
290
296
|
// FileChartLine aliases
|
|
291
297
|
export {
|
|
@@ -299,12 +305,6 @@ export {
|
|
|
299
305
|
default as FileCog2
|
|
300
306
|
} from '../icons/file-cog';
|
|
301
307
|
|
|
302
|
-
// FileChartPie aliases
|
|
303
|
-
export {
|
|
304
|
-
/** @deprecated */
|
|
305
|
-
default as FilePieChart
|
|
306
|
-
} from '../icons/file-chart-pie';
|
|
307
|
-
|
|
308
308
|
// FilePenLine aliases
|
|
309
309
|
export { default as FileSignature } from '../icons/file-pen-line';
|
|
310
310
|
|
|
@@ -317,12 +317,6 @@ export {
|
|
|
317
317
|
default as FolderCog2
|
|
318
318
|
} from '../icons/folder-cog';
|
|
319
319
|
|
|
320
|
-
// Funnel aliases
|
|
321
|
-
export {
|
|
322
|
-
/** @deprecated */
|
|
323
|
-
default as Filter
|
|
324
|
-
} from '../icons/funnel';
|
|
325
|
-
|
|
326
320
|
// FolderPen aliases
|
|
327
321
|
export { default as FolderEdit } from '../icons/folder-pen';
|
|
328
322
|
|
|
@@ -332,6 +326,12 @@ export {
|
|
|
332
326
|
default as FilterX
|
|
333
327
|
} from '../icons/funnel-x';
|
|
334
328
|
|
|
329
|
+
// Funnel aliases
|
|
330
|
+
export {
|
|
331
|
+
/** @deprecated */
|
|
332
|
+
default as Filter
|
|
333
|
+
} from '../icons/funnel';
|
|
334
|
+
|
|
335
335
|
// GitCommitHorizontal aliases
|
|
336
336
|
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
337
337
|
|
|
@@ -344,15 +344,15 @@ export { default as Grid2X2Plus } from '../icons/grid-2x2-plus';
|
|
|
344
344
|
// Grid2x2X aliases
|
|
345
345
|
export { default as Grid2X2X } from '../icons/grid-2x2-x';
|
|
346
346
|
|
|
347
|
+
// Grid2x2 aliases
|
|
348
|
+
export { default as Grid2X2 } from '../icons/grid-2x2';
|
|
349
|
+
|
|
347
350
|
// Grid3x3 aliases
|
|
348
351
|
export { default as Grid } from '../icons/grid-3x3';
|
|
349
352
|
|
|
350
353
|
// Grid3x3 aliases
|
|
351
354
|
export { default as Grid3X3 } from '../icons/grid-3x3';
|
|
352
355
|
|
|
353
|
-
// Grid2x2 aliases
|
|
354
|
-
export { default as Grid2X2 } from '../icons/grid-2x2';
|
|
355
|
-
|
|
356
356
|
// HandHelping aliases
|
|
357
357
|
export { default as HelpingHand } from '../icons/hand-helping';
|
|
358
358
|
|
|
@@ -413,12 +413,12 @@ export { default as XOctagon } from '../icons/octagon-x';
|
|
|
413
413
|
// PaintbrushVertical aliases
|
|
414
414
|
export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
|
|
415
415
|
|
|
416
|
-
// PanelBottomDashed aliases
|
|
417
|
-
export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
|
|
418
|
-
|
|
419
416
|
// PanelLeftClose aliases
|
|
420
417
|
export { default as SidebarClose } from '../icons/panel-left-close';
|
|
421
418
|
|
|
419
|
+
// PanelBottomDashed aliases
|
|
420
|
+
export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
|
|
421
|
+
|
|
422
422
|
// PanelLeftDashed aliases
|
|
423
423
|
export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
|
|
424
424
|
|
|
@@ -431,12 +431,12 @@ export { default as Sidebar } from '../icons/panel-left';
|
|
|
431
431
|
// PanelRightDashed aliases
|
|
432
432
|
export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
433
433
|
|
|
434
|
-
// PanelsTopLeft aliases
|
|
435
|
-
export { default as Layout } from '../icons/panels-top-left';
|
|
436
|
-
|
|
437
434
|
// PanelTopDashed aliases
|
|
438
435
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
439
436
|
|
|
437
|
+
// PanelsTopLeft aliases
|
|
438
|
+
export { default as Layout } from '../icons/panels-top-left';
|
|
439
|
+
|
|
440
440
|
// PenLine aliases
|
|
441
441
|
export {
|
|
442
442
|
/** @deprecated */
|
|
@@ -452,12 +452,12 @@ export {
|
|
|
452
452
|
// PlugZap aliases
|
|
453
453
|
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
454
454
|
|
|
455
|
-
// Rotate3d aliases
|
|
456
|
-
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
457
|
-
|
|
458
455
|
// RectangleEllipsis aliases
|
|
459
456
|
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
460
457
|
|
|
458
|
+
// Rotate3d aliases
|
|
459
|
+
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
460
|
+
|
|
461
461
|
// Rows2 aliases
|
|
462
462
|
export { default as Rows } from '../icons/rows-2';
|
|
463
463
|
|
|
@@ -500,33 +500,33 @@ export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
|
|
|
500
500
|
// SquareArrowOutDownLeft aliases
|
|
501
501
|
export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
|
|
502
502
|
|
|
503
|
-
// SquareArrowOutDownRight aliases
|
|
504
|
-
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
505
|
-
|
|
506
503
|
// SquareArrowOutUpLeft aliases
|
|
507
504
|
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
508
505
|
|
|
509
506
|
// SquareArrowOutUpRight aliases
|
|
510
507
|
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
511
508
|
|
|
509
|
+
// SquareArrowOutDownRight aliases
|
|
510
|
+
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
511
|
+
|
|
512
512
|
// SquareArrowRight aliases
|
|
513
513
|
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
514
514
|
|
|
515
|
-
// SquareArrowUpLeft aliases
|
|
516
|
-
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
517
|
-
|
|
518
515
|
// SquareArrowUpRight aliases
|
|
519
516
|
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
520
517
|
|
|
518
|
+
// SquareArrowUpLeft aliases
|
|
519
|
+
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
520
|
+
|
|
521
521
|
// SquareArrowUp aliases
|
|
522
522
|
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
523
523
|
|
|
524
|
-
// SquareAsterisk aliases
|
|
525
|
-
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
526
|
-
|
|
527
524
|
// SquareBottomDashedScissors aliases
|
|
528
525
|
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
529
526
|
|
|
527
|
+
// SquareAsterisk aliases
|
|
528
|
+
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
529
|
+
|
|
530
530
|
// SquareChartGantt aliases
|
|
531
531
|
export { default as GanttChartSquare } from '../icons/square-chart-gantt';
|
|
532
532
|
|
|
@@ -545,15 +545,15 @@ export { default as ChevronDownSquare } from '../icons/square-chevron-down';
|
|
|
545
545
|
// SquareChevronLeft aliases
|
|
546
546
|
export { default as ChevronLeftSquare } from '../icons/square-chevron-left';
|
|
547
547
|
|
|
548
|
+
// SquareChevronRight aliases
|
|
549
|
+
export { default as ChevronRightSquare } from '../icons/square-chevron-right';
|
|
550
|
+
|
|
548
551
|
// SquareChevronUp aliases
|
|
549
552
|
export { default as ChevronUpSquare } from '../icons/square-chevron-up';
|
|
550
553
|
|
|
551
554
|
// SquareCode aliases
|
|
552
555
|
export { default as CodeSquare } from '../icons/square-code';
|
|
553
556
|
|
|
554
|
-
// SquareChevronRight aliases
|
|
555
|
-
export { default as ChevronRightSquare } from '../icons/square-chevron-right';
|
|
556
|
-
|
|
557
557
|
// SquareDashedKanban aliases
|
|
558
558
|
export { default as KanbanSquareDashed } from '../icons/square-dashed-kanban';
|
|
559
559
|
|
|
@@ -608,21 +608,21 @@ export { default as Edit } from '../icons/square-pen';
|
|
|
608
608
|
// SquarePen aliases
|
|
609
609
|
export { default as PenSquare } from '../icons/square-pen';
|
|
610
610
|
|
|
611
|
-
// SquarePi aliases
|
|
612
|
-
export { default as PiSquare } from '../icons/square-pi';
|
|
613
|
-
|
|
614
611
|
// SquarePercent aliases
|
|
615
612
|
export { default as PercentSquare } from '../icons/square-percent';
|
|
616
613
|
|
|
614
|
+
// SquarePi aliases
|
|
615
|
+
export { default as PiSquare } from '../icons/square-pi';
|
|
616
|
+
|
|
617
617
|
// SquarePilcrow aliases
|
|
618
618
|
export { default as PilcrowSquare } from '../icons/square-pilcrow';
|
|
619
619
|
|
|
620
|
-
// SquarePlus aliases
|
|
621
|
-
export { default as PlusSquare } from '../icons/square-plus';
|
|
622
|
-
|
|
623
620
|
// SquarePlay aliases
|
|
624
621
|
export { default as PlaySquare } from '../icons/square-play';
|
|
625
622
|
|
|
623
|
+
// SquarePlus aliases
|
|
624
|
+
export { default as PlusSquare } from '../icons/square-plus';
|
|
625
|
+
|
|
626
626
|
// SquarePower aliases
|
|
627
627
|
export { default as PowerSquare } from '../icons/square-power';
|
|
628
628
|
|
|
@@ -668,15 +668,15 @@ export { default as Train } from '../icons/tram-front';
|
|
|
668
668
|
// TreePalm aliases
|
|
669
669
|
export { default as Palmtree } from '../icons/tree-palm';
|
|
670
670
|
|
|
671
|
+
// TriangleAlert aliases
|
|
672
|
+
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
673
|
+
|
|
671
674
|
// TvMinimal aliases
|
|
672
675
|
export {
|
|
673
676
|
/** @deprecated */
|
|
674
677
|
default as Tv2
|
|
675
678
|
} from '../icons/tv-minimal';
|
|
676
679
|
|
|
677
|
-
// TriangleAlert aliases
|
|
678
|
-
export { default as AlertTriangle } from '../icons/triangle-alert';
|
|
679
|
-
|
|
680
680
|
// University aliases
|
|
681
681
|
export {
|
|
682
682
|
/** @deprecated */
|
|
@@ -701,18 +701,18 @@ export {
|
|
|
701
701
|
default as UserMinus2
|
|
702
702
|
} from '../icons/user-round-minus';
|
|
703
703
|
|
|
704
|
-
// UserRoundPlus aliases
|
|
705
|
-
export {
|
|
706
|
-
/** @deprecated */
|
|
707
|
-
default as UserPlus2
|
|
708
|
-
} from '../icons/user-round-plus';
|
|
709
|
-
|
|
710
704
|
// UserRoundX aliases
|
|
711
705
|
export {
|
|
712
706
|
/** @deprecated */
|
|
713
707
|
default as UserX2
|
|
714
708
|
} from '../icons/user-round-x';
|
|
715
709
|
|
|
710
|
+
// UserRoundPlus aliases
|
|
711
|
+
export {
|
|
712
|
+
/** @deprecated */
|
|
713
|
+
default as UserPlus2
|
|
714
|
+
} from '../icons/user-round-plus';
|
|
715
|
+
|
|
716
716
|
// UserRound aliases
|
|
717
717
|
export {
|
|
718
718
|
/** @deprecated */
|