@lucide/astro 0.504.0 → 0.506.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 +52 -52
- package/src/aliases/prefixed.ts +428 -424
- package/src/aliases/suffixed.ts +792 -788
- package/src/icons/brush-cleaning.ts +18 -0
- package/src/icons/clock-plus.ts +18 -0
- package/src/icons/expand.ts +2 -2
- package/src/icons/index.ts +155 -153
- package/src/icons/locate-off.ts +2 -2
- package/src/icons/package-2.ts +2 -2
- package/src/icons/users.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -20,12 +20,12 @@ export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
|
|
|
20
20
|
// ArrowUpAZ aliases
|
|
21
21
|
export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
|
|
22
22
|
|
|
23
|
-
// ArrowUpZA aliases
|
|
24
|
-
export { default as ArrowUpZa } from '../icons/arrow-up-z-a';
|
|
25
|
-
|
|
26
23
|
// ArrowUpNarrowWide aliases
|
|
27
24
|
export { default as SortAsc } from '../icons/arrow-up-narrow-wide';
|
|
28
25
|
|
|
26
|
+
// ArrowUpZA aliases
|
|
27
|
+
export { default as ArrowUpZa } from '../icons/arrow-up-z-a';
|
|
28
|
+
|
|
29
29
|
// Axis3d aliases
|
|
30
30
|
export { default as Axis3D } from '../icons/axis-3d';
|
|
31
31
|
|
|
@@ -170,12 +170,12 @@ 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
|
-
// CircleChevronRight aliases
|
|
174
|
-
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
175
|
-
|
|
176
173
|
// CircleChevronUp aliases
|
|
177
174
|
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
178
175
|
|
|
176
|
+
// CircleChevronRight aliases
|
|
177
|
+
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
178
|
+
|
|
179
179
|
// CircleDivide aliases
|
|
180
180
|
export { default as DivideCircle } from '../icons/circle-divide';
|
|
181
181
|
|
|
@@ -254,15 +254,15 @@ export { default as ColumnsSettings } from '../icons/columns-3-cog';
|
|
|
254
254
|
// Columns3Cog aliases
|
|
255
255
|
export { default as TableConfig } from '../icons/columns-3-cog';
|
|
256
256
|
|
|
257
|
+
// Columns3 aliases
|
|
258
|
+
export { default as PanelsLeftRight } from '../icons/columns-3';
|
|
259
|
+
|
|
257
260
|
// ContactRound aliases
|
|
258
261
|
export {
|
|
259
262
|
/** @deprecated */
|
|
260
263
|
default as Contact2
|
|
261
264
|
} from '../icons/contact-round';
|
|
262
265
|
|
|
263
|
-
// Columns3 aliases
|
|
264
|
-
export { default as PanelsLeftRight } from '../icons/columns-3';
|
|
265
|
-
|
|
266
266
|
// DiamondPercent aliases
|
|
267
267
|
export { default as PercentDiamond } from '../icons/diamond-percent';
|
|
268
268
|
|
|
@@ -287,18 +287,18 @@ export {
|
|
|
287
287
|
default as FileBarChart
|
|
288
288
|
} from '../icons/file-chart-column-increasing';
|
|
289
289
|
|
|
290
|
-
// FileChartLine aliases
|
|
291
|
-
export {
|
|
292
|
-
/** @deprecated */
|
|
293
|
-
default as FileLineChart
|
|
294
|
-
} from '../icons/file-chart-line';
|
|
295
|
-
|
|
296
290
|
// FileChartColumn aliases
|
|
297
291
|
export {
|
|
298
292
|
/** @deprecated */
|
|
299
293
|
default as FileBarChart2
|
|
300
294
|
} from '../icons/file-chart-column';
|
|
301
295
|
|
|
296
|
+
// FileChartLine aliases
|
|
297
|
+
export {
|
|
298
|
+
/** @deprecated */
|
|
299
|
+
default as FileLineChart
|
|
300
|
+
} from '../icons/file-chart-line';
|
|
301
|
+
|
|
302
302
|
// FileChartPie aliases
|
|
303
303
|
export {
|
|
304
304
|
/** @deprecated */
|
|
@@ -326,18 +326,18 @@ export {
|
|
|
326
326
|
// FolderPen aliases
|
|
327
327
|
export { default as FolderEdit } from '../icons/folder-pen';
|
|
328
328
|
|
|
329
|
-
// Funnel aliases
|
|
330
|
-
export {
|
|
331
|
-
/** @deprecated */
|
|
332
|
-
default as Filter
|
|
333
|
-
} from '../icons/funnel';
|
|
334
|
-
|
|
335
329
|
// FunnelX aliases
|
|
336
330
|
export {
|
|
337
331
|
/** @deprecated */
|
|
338
332
|
default as FilterX
|
|
339
333
|
} from '../icons/funnel-x';
|
|
340
334
|
|
|
335
|
+
// Funnel aliases
|
|
336
|
+
export {
|
|
337
|
+
/** @deprecated */
|
|
338
|
+
default as Filter
|
|
339
|
+
} from '../icons/funnel';
|
|
340
|
+
|
|
341
341
|
// GitCommitHorizontal aliases
|
|
342
342
|
export { default as GitCommit } from '../icons/git-commit-horizontal';
|
|
343
343
|
|
|
@@ -365,15 +365,15 @@ export { default as HelpingHand } from '../icons/hand-helping';
|
|
|
365
365
|
// House aliases
|
|
366
366
|
export { default as Home } from '../icons/house';
|
|
367
367
|
|
|
368
|
-
// IceCreamCone aliases
|
|
369
|
-
export { default as IceCream } from '../icons/ice-cream-cone';
|
|
370
|
-
|
|
371
368
|
// IceCreamBowl aliases
|
|
372
369
|
export {
|
|
373
370
|
/** @deprecated */
|
|
374
371
|
default as IceCream2
|
|
375
372
|
} from '../icons/ice-cream-bowl';
|
|
376
373
|
|
|
374
|
+
// IceCreamCone aliases
|
|
375
|
+
export { default as IceCream } from '../icons/ice-cream-cone';
|
|
376
|
+
|
|
377
377
|
// IndentDecrease aliases
|
|
378
378
|
export { default as Outdent } from '../icons/indent-decrease';
|
|
379
379
|
|
|
@@ -440,15 +440,15 @@ export { default as PanelRightInactive } from '../icons/panel-right-dashed';
|
|
|
440
440
|
// PanelTopDashed aliases
|
|
441
441
|
export { default as PanelTopInactive } from '../icons/panel-top-dashed';
|
|
442
442
|
|
|
443
|
-
// PanelsTopLeft aliases
|
|
444
|
-
export { default as Layout } from '../icons/panels-top-left';
|
|
445
|
-
|
|
446
443
|
// PenLine aliases
|
|
447
444
|
export {
|
|
448
445
|
/** @deprecated */
|
|
449
446
|
default as Edit3
|
|
450
447
|
} from '../icons/pen-line';
|
|
451
448
|
|
|
449
|
+
// PanelsTopLeft aliases
|
|
450
|
+
export { default as Layout } from '../icons/panels-top-left';
|
|
451
|
+
|
|
452
452
|
// Pen aliases
|
|
453
453
|
export {
|
|
454
454
|
/** @deprecated */
|
|
@@ -515,24 +515,24 @@ export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-l
|
|
|
515
515
|
// SquareArrowOutUpRight aliases
|
|
516
516
|
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
517
517
|
|
|
518
|
-
// SquareArrowRight aliases
|
|
519
|
-
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
520
|
-
|
|
521
518
|
// SquareArrowUpLeft aliases
|
|
522
519
|
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
523
520
|
|
|
524
|
-
//
|
|
525
|
-
export { default as
|
|
521
|
+
// SquareArrowRight aliases
|
|
522
|
+
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
526
523
|
|
|
527
524
|
// SquareArrowUp aliases
|
|
528
525
|
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
529
526
|
|
|
530
|
-
//
|
|
531
|
-
export { default as
|
|
527
|
+
// SquareArrowUpRight aliases
|
|
528
|
+
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
532
529
|
|
|
533
530
|
// SquareBottomDashedScissors aliases
|
|
534
531
|
export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
|
|
535
532
|
|
|
533
|
+
// SquareAsterisk aliases
|
|
534
|
+
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
535
|
+
|
|
536
536
|
// SquareChartGantt aliases
|
|
537
537
|
export { default as GanttChartSquare } from '../icons/square-chart-gantt';
|
|
538
538
|
|
|
@@ -569,24 +569,24 @@ export { default as MousePointerSquareDashed } from '../icons/square-dashed-mous
|
|
|
569
569
|
// SquareDashed aliases
|
|
570
570
|
export { default as BoxSelect } from '../icons/square-dashed';
|
|
571
571
|
|
|
572
|
-
// SquareDivide aliases
|
|
573
|
-
export { default as DivideSquare } from '../icons/square-divide';
|
|
574
|
-
|
|
575
572
|
// SquareDot aliases
|
|
576
573
|
export { default as DotSquare } from '../icons/square-dot';
|
|
577
574
|
|
|
575
|
+
// SquareDivide aliases
|
|
576
|
+
export { default as DivideSquare } from '../icons/square-divide';
|
|
577
|
+
|
|
578
578
|
// SquareEqual aliases
|
|
579
579
|
export { default as EqualSquare } from '../icons/square-equal';
|
|
580
580
|
|
|
581
581
|
// SquareFunction aliases
|
|
582
582
|
export { default as FunctionSquare } from '../icons/square-function';
|
|
583
583
|
|
|
584
|
-
// SquareLibrary aliases
|
|
585
|
-
export { default as LibrarySquare } from '../icons/square-library';
|
|
586
|
-
|
|
587
584
|
// SquareKanban aliases
|
|
588
585
|
export { default as KanbanSquare } from '../icons/square-kanban';
|
|
589
586
|
|
|
587
|
+
// SquareLibrary aliases
|
|
588
|
+
export { default as LibrarySquare } from '../icons/square-library';
|
|
589
|
+
|
|
590
590
|
// SquareM aliases
|
|
591
591
|
export { default as MSquare } from '../icons/square-m';
|
|
592
592
|
|
|
@@ -596,12 +596,12 @@ export { default as MenuSquare } from '../icons/square-menu';
|
|
|
596
596
|
// SquareMinus aliases
|
|
597
597
|
export { default as MinusSquare } from '../icons/square-minus';
|
|
598
598
|
|
|
599
|
-
// SquareParkingOff aliases
|
|
600
|
-
export { default as ParkingSquareOff } from '../icons/square-parking-off';
|
|
601
|
-
|
|
602
599
|
// SquareMousePointer aliases
|
|
603
600
|
export { default as Inspect } from '../icons/square-mouse-pointer';
|
|
604
601
|
|
|
602
|
+
// SquareParkingOff aliases
|
|
603
|
+
export { default as ParkingSquareOff } from '../icons/square-parking-off';
|
|
604
|
+
|
|
605
605
|
// SquareParking aliases
|
|
606
606
|
export { default as ParkingSquare } from '../icons/square-parking';
|
|
607
607
|
|
|
@@ -620,24 +620,24 @@ export { default as PercentSquare } from '../icons/square-percent';
|
|
|
620
620
|
// SquarePi aliases
|
|
621
621
|
export { default as PiSquare } from '../icons/square-pi';
|
|
622
622
|
|
|
623
|
-
// SquarePlay aliases
|
|
624
|
-
export { default as PlaySquare } from '../icons/square-play';
|
|
625
|
-
|
|
626
623
|
// SquarePilcrow aliases
|
|
627
624
|
export { default as PilcrowSquare } from '../icons/square-pilcrow';
|
|
628
625
|
|
|
626
|
+
// SquarePlay aliases
|
|
627
|
+
export { default as PlaySquare } from '../icons/square-play';
|
|
628
|
+
|
|
629
629
|
// SquarePlus aliases
|
|
630
630
|
export { default as PlusSquare } from '../icons/square-plus';
|
|
631
631
|
|
|
632
|
-
// SquarePower aliases
|
|
633
|
-
export { default as PowerSquare } from '../icons/square-power';
|
|
634
|
-
|
|
635
632
|
// SquareScissors aliases
|
|
636
633
|
export { default as ScissorsSquare } from '../icons/square-scissors';
|
|
637
634
|
|
|
638
635
|
// SquareSigma aliases
|
|
639
636
|
export { default as SigmaSquare } from '../icons/square-sigma';
|
|
640
637
|
|
|
638
|
+
// SquarePower aliases
|
|
639
|
+
export { default as PowerSquare } from '../icons/square-power';
|
|
640
|
+
|
|
641
641
|
// SquareSlash aliases
|
|
642
642
|
export { default as SlashSquare } from '../icons/square-slash';
|
|
643
643
|
|
|
@@ -650,15 +650,15 @@ export { default as SplitSquareVertical } from '../icons/square-split-vertical';
|
|
|
650
650
|
// SquareTerminal aliases
|
|
651
651
|
export { default as TerminalSquare } from '../icons/square-terminal';
|
|
652
652
|
|
|
653
|
-
// SquareUser aliases
|
|
654
|
-
export { default as UserSquare } from '../icons/square-user';
|
|
655
|
-
|
|
656
653
|
// SquareUserRound aliases
|
|
657
654
|
export {
|
|
658
655
|
/** @deprecated */
|
|
659
656
|
default as UserSquare2
|
|
660
657
|
} from '../icons/square-user-round';
|
|
661
658
|
|
|
659
|
+
// SquareUser aliases
|
|
660
|
+
export { default as UserSquare } from '../icons/square-user';
|
|
661
|
+
|
|
662
662
|
// SquareX aliases
|
|
663
663
|
export { default as XSquare } from '../icons/square-x';
|
|
664
664
|
|