@lucide/astro 0.530.0 → 0.532.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 +55 -55
- package/src/aliases/prefixed.ts +384 -380
- package/src/aliases/suffixed.ts +656 -652
- package/src/icons/clipboard-clock.ts +18 -0
- package/src/icons/handbag.ts +18 -0
- package/src/icons/index.ts +104 -102
- package/src/icons/user-star.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -173,12 +173,12 @@ export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
|
|
|
173
173
|
// CircleChevronLeft aliases
|
|
174
174
|
export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
|
|
175
175
|
|
|
176
|
-
// CircleChevronRight aliases
|
|
177
|
-
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
178
|
-
|
|
179
176
|
// CircleChevronUp aliases
|
|
180
177
|
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
181
178
|
|
|
179
|
+
// CircleChevronRight aliases
|
|
180
|
+
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
181
|
+
|
|
182
182
|
// CircleDivide aliases
|
|
183
183
|
export { default as DivideCircle } from '../icons/circle-divide';
|
|
184
184
|
|
|
@@ -263,15 +263,15 @@ export { default as TableConfig } from '../icons/columns-3-cog';
|
|
|
263
263
|
// Columns3 aliases
|
|
264
264
|
export { default as PanelsLeftRight } from '../icons/columns-3';
|
|
265
265
|
|
|
266
|
+
// DiamondPercent aliases
|
|
267
|
+
export { default as PercentDiamond } from '../icons/diamond-percent';
|
|
268
|
+
|
|
266
269
|
// ContactRound aliases
|
|
267
270
|
export {
|
|
268
271
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
269
272
|
default as Contact2
|
|
270
273
|
} from '../icons/contact-round';
|
|
271
274
|
|
|
272
|
-
// DiamondPercent aliases
|
|
273
|
-
export { default as PercentDiamond } from '../icons/diamond-percent';
|
|
274
|
-
|
|
275
275
|
// Earth aliases
|
|
276
276
|
export {
|
|
277
277
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. This alias will be removed in v1.0 */
|
|
@@ -299,18 +299,18 @@ export {
|
|
|
299
299
|
default as FileBarChart2
|
|
300
300
|
} from '../icons/file-chart-column';
|
|
301
301
|
|
|
302
|
-
// FileChartLine aliases
|
|
303
|
-
export {
|
|
304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
305
|
-
default as FileLineChart
|
|
306
|
-
} from '../icons/file-chart-line';
|
|
307
|
-
|
|
308
302
|
// FileChartPie aliases
|
|
309
303
|
export {
|
|
310
304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
311
305
|
default as FilePieChart
|
|
312
306
|
} from '../icons/file-chart-pie';
|
|
313
307
|
|
|
308
|
+
// FileChartLine aliases
|
|
309
|
+
export {
|
|
310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
311
|
+
default as FileLineChart
|
|
312
|
+
} from '../icons/file-chart-line';
|
|
313
|
+
|
|
314
314
|
// FileCog aliases
|
|
315
315
|
export {
|
|
316
316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
@@ -320,12 +320,12 @@ export {
|
|
|
320
320
|
// FilePenLine aliases
|
|
321
321
|
export { default as FileSignature } from '../icons/file-pen-line';
|
|
322
322
|
|
|
323
|
-
// FilePen aliases
|
|
324
|
-
export { default as FileEdit } from '../icons/file-pen';
|
|
325
|
-
|
|
326
323
|
// FilePlay aliases
|
|
327
324
|
export { default as FileVideo } from '../icons/file-play';
|
|
328
325
|
|
|
326
|
+
// FilePen aliases
|
|
327
|
+
export { default as FileEdit } from '../icons/file-pen';
|
|
328
|
+
|
|
329
329
|
// FileQuestionMark aliases
|
|
330
330
|
export { default as FileQuestion } from '../icons/file-question-mark';
|
|
331
331
|
|
|
@@ -395,15 +395,15 @@ export { default as Outdent } from '../icons/indent-decrease';
|
|
|
395
395
|
// IndentIncrease aliases
|
|
396
396
|
export { default as Indent } from '../icons/indent-increase';
|
|
397
397
|
|
|
398
|
+
// Layers aliases
|
|
399
|
+
export { default as Layers3 } from '../icons/layers';
|
|
400
|
+
|
|
398
401
|
// LaptopMinimal aliases
|
|
399
402
|
export {
|
|
400
403
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
401
404
|
default as Laptop2
|
|
402
405
|
} from '../icons/laptop-minimal';
|
|
403
406
|
|
|
404
|
-
// Layers aliases
|
|
405
|
-
export { default as Layers3 } from '../icons/layers';
|
|
406
|
-
|
|
407
407
|
// LoaderCircle aliases
|
|
408
408
|
export { default as Loader2 } from '../icons/loader-circle';
|
|
409
409
|
|
|
@@ -416,20 +416,14 @@ export { default as Unlock } from '../icons/lock-open';
|
|
|
416
416
|
// MailQuestionMark aliases
|
|
417
417
|
export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
418
418
|
|
|
419
|
-
// MessageCircleQuestionMark aliases
|
|
420
|
-
export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
|
|
421
|
-
|
|
422
419
|
// MapPinPen aliases
|
|
423
420
|
export {
|
|
424
421
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
|
|
425
422
|
default as LocationEdit
|
|
426
423
|
} from '../icons/map-pin-pen';
|
|
427
424
|
|
|
428
|
-
//
|
|
429
|
-
export { default as
|
|
430
|
-
|
|
431
|
-
// OctagonAlert aliases
|
|
432
|
-
export { default as AlertOctagon } from '../icons/octagon-alert';
|
|
425
|
+
// MessageCircleQuestionMark aliases
|
|
426
|
+
export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
|
|
433
427
|
|
|
434
428
|
// MicVocal aliases
|
|
435
429
|
export {
|
|
@@ -437,15 +431,21 @@ export {
|
|
|
437
431
|
default as Mic2
|
|
438
432
|
} from '../icons/mic-vocal';
|
|
439
433
|
|
|
434
|
+
// Move3d aliases
|
|
435
|
+
export { default as Move3D } from '../icons/move-3d';
|
|
436
|
+
|
|
437
|
+
// OctagonAlert aliases
|
|
438
|
+
export { default as AlertOctagon } from '../icons/octagon-alert';
|
|
439
|
+
|
|
440
440
|
// OctagonPause aliases
|
|
441
441
|
export { default as PauseOctagon } from '../icons/octagon-pause';
|
|
442
442
|
|
|
443
|
-
// OctagonX aliases
|
|
444
|
-
export { default as XOctagon } from '../icons/octagon-x';
|
|
445
|
-
|
|
446
443
|
// PaintbrushVertical aliases
|
|
447
444
|
export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
|
|
448
445
|
|
|
446
|
+
// OctagonX aliases
|
|
447
|
+
export { default as XOctagon } from '../icons/octagon-x';
|
|
448
|
+
|
|
449
449
|
// PanelBottomDashed aliases
|
|
450
450
|
export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
|
|
451
451
|
|
|
@@ -539,24 +539,24 @@ export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-do
|
|
|
539
539
|
// SquareArrowOutDownRight aliases
|
|
540
540
|
export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
|
|
541
541
|
|
|
542
|
-
// SquareArrowOutUpRight aliases
|
|
543
|
-
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
544
|
-
|
|
545
542
|
// SquareArrowOutUpLeft aliases
|
|
546
543
|
export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
|
|
547
544
|
|
|
545
|
+
// SquareArrowOutUpRight aliases
|
|
546
|
+
export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
|
|
547
|
+
|
|
548
548
|
// SquareArrowRight aliases
|
|
549
549
|
export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
550
550
|
|
|
551
551
|
// SquareArrowUpLeft aliases
|
|
552
552
|
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
553
553
|
|
|
554
|
-
// SquareArrowUpRight aliases
|
|
555
|
-
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
556
|
-
|
|
557
554
|
// SquareArrowUp aliases
|
|
558
555
|
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
559
556
|
|
|
557
|
+
// SquareArrowUpRight aliases
|
|
558
|
+
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
559
|
+
|
|
560
560
|
// SquareAsterisk aliases
|
|
561
561
|
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
562
562
|
|
|
@@ -617,12 +617,12 @@ export { default as KanbanSquare } from '../icons/square-kanban';
|
|
|
617
617
|
// SquareLibrary aliases
|
|
618
618
|
export { default as LibrarySquare } from '../icons/square-library';
|
|
619
619
|
|
|
620
|
-
// SquareM aliases
|
|
621
|
-
export { default as MSquare } from '../icons/square-m';
|
|
622
|
-
|
|
623
620
|
// SquareMenu aliases
|
|
624
621
|
export { default as MenuSquare } from '../icons/square-menu';
|
|
625
622
|
|
|
623
|
+
// SquareM aliases
|
|
624
|
+
export { default as MSquare } from '../icons/square-m';
|
|
625
|
+
|
|
626
626
|
// SquareMinus aliases
|
|
627
627
|
export { default as MinusSquare } from '../icons/square-minus';
|
|
628
628
|
|
|
@@ -653,12 +653,12 @@ export { default as PiSquare } from '../icons/square-pi';
|
|
|
653
653
|
// SquarePilcrow aliases
|
|
654
654
|
export { default as PilcrowSquare } from '../icons/square-pilcrow';
|
|
655
655
|
|
|
656
|
-
// SquarePlay aliases
|
|
657
|
-
export { default as PlaySquare } from '../icons/square-play';
|
|
658
|
-
|
|
659
656
|
// SquarePlus aliases
|
|
660
657
|
export { default as PlusSquare } from '../icons/square-plus';
|
|
661
658
|
|
|
659
|
+
// SquarePlay aliases
|
|
660
|
+
export { default as PlaySquare } from '../icons/square-play';
|
|
661
|
+
|
|
662
662
|
// SquarePower aliases
|
|
663
663
|
export { default as PowerSquare } from '../icons/square-power';
|
|
664
664
|
|
|
@@ -713,18 +713,18 @@ export {
|
|
|
713
713
|
default as Tv2
|
|
714
714
|
} from '../icons/tv-minimal';
|
|
715
715
|
|
|
716
|
-
// UserRoundCheck aliases
|
|
717
|
-
export {
|
|
718
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
719
|
-
default as UserCheck2
|
|
720
|
-
} from '../icons/user-round-check';
|
|
721
|
-
|
|
722
716
|
// University aliases
|
|
723
717
|
export {
|
|
724
718
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
725
719
|
default as School2
|
|
726
720
|
} from '../icons/university';
|
|
727
721
|
|
|
722
|
+
// UserRoundCheck aliases
|
|
723
|
+
export {
|
|
724
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
725
|
+
default as UserCheck2
|
|
726
|
+
} from '../icons/user-round-check';
|
|
727
|
+
|
|
728
728
|
// UserRoundCog aliases
|
|
729
729
|
export {
|
|
730
730
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
@@ -743,20 +743,17 @@ export {
|
|
|
743
743
|
default as UserPlus2
|
|
744
744
|
} from '../icons/user-round-plus';
|
|
745
745
|
|
|
746
|
-
// UserRoundX aliases
|
|
747
|
-
export {
|
|
748
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
749
|
-
default as UserX2
|
|
750
|
-
} from '../icons/user-round-x';
|
|
751
|
-
|
|
752
746
|
// UserRound aliases
|
|
753
747
|
export {
|
|
754
748
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRound} instead. This alias will be removed in v1.0 */
|
|
755
749
|
default as User2
|
|
756
750
|
} from '../icons/user-round';
|
|
757
751
|
|
|
758
|
-
//
|
|
759
|
-
export {
|
|
752
|
+
// UserRoundX aliases
|
|
753
|
+
export {
|
|
754
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
755
|
+
default as UserX2
|
|
756
|
+
} from '../icons/user-round-x';
|
|
760
757
|
|
|
761
758
|
// UsersRound aliases
|
|
762
759
|
export {
|
|
@@ -764,6 +761,9 @@ export {
|
|
|
764
761
|
default as Users2
|
|
765
762
|
} from '../icons/users-round';
|
|
766
763
|
|
|
764
|
+
// UtensilsCrossed aliases
|
|
765
|
+
export { default as ForkKnifeCrossed } from '../icons/utensils-crossed';
|
|
766
|
+
|
|
767
767
|
// Utensils aliases
|
|
768
768
|
export { default as ForkKnife } from '../icons/utensils';
|
|
769
769
|
|