@lucide/astro 1.0.1 → 1.2.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 +5 -4
- package/src/aliases/aliases.ts +126 -126
- package/src/aliases/prefixed.ts +759 -755
- package/src/aliases/suffixed.ts +1113 -1109
- package/src/icons/arrow-big-down-dash.ts +2 -2
- package/src/icons/arrow-big-down.ts +2 -2
- package/src/icons/arrow-big-left-dash.ts +2 -2
- package/src/icons/arrow-big-left.ts +2 -2
- package/src/icons/arrow-big-right-dash.ts +2 -2
- package/src/icons/arrow-big-right.ts +2 -2
- package/src/icons/arrow-big-up-dash.ts +2 -2
- package/src/icons/arrow-big-up.ts +2 -2
- package/src/icons/circle-user-round.ts +2 -2
- package/src/icons/index.ts +118 -116
- package/src/icons/line-style.ts +18 -0
- package/src/icons/milestone.ts +2 -2
- package/src/icons/road.ts +18 -0
- package/src/icons/signpost.ts +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -46,12 +46,13 @@
|
|
|
46
46
|
"linkedom": "^0.18.5",
|
|
47
47
|
"prettier": "^3.4.2",
|
|
48
48
|
"typescript": "^5.8.3",
|
|
49
|
-
"vite": "^
|
|
50
|
-
"
|
|
49
|
+
"vite": "^7.3.1",
|
|
50
|
+
"vitest": "^4.1.1",
|
|
51
|
+
"astro": "^6.0.8",
|
|
51
52
|
"@lucide/build-icons": "1.1.0"
|
|
52
53
|
},
|
|
53
54
|
"peerDependencies": {
|
|
54
|
-
"astro": "^4 || ^5"
|
|
55
|
+
"astro": "^4 || ^5 || ^6"
|
|
55
56
|
},
|
|
56
57
|
"scripts": {
|
|
57
58
|
"build": "pnpm clean && pnpm copy:license && pnpm copy:utils && pnpm build:icons",
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -89,18 +89,18 @@ export {
|
|
|
89
89
|
default as BookTemplate
|
|
90
90
|
} from '../icons/book-dashed';
|
|
91
91
|
|
|
92
|
-
// Captions aliases
|
|
93
|
-
export {
|
|
94
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
95
|
-
default as Subtitles
|
|
96
|
-
} from '../icons/captions';
|
|
97
|
-
|
|
98
92
|
// Braces aliases
|
|
99
93
|
export {
|
|
100
94
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
101
95
|
default as CurlyBraces
|
|
102
96
|
} from '../icons/braces';
|
|
103
97
|
|
|
98
|
+
// Captions aliases
|
|
99
|
+
export {
|
|
100
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
|
|
101
|
+
default as Subtitles
|
|
102
|
+
} from '../icons/captions';
|
|
103
|
+
|
|
104
104
|
// ChartArea aliases
|
|
105
105
|
export {
|
|
106
106
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
|
|
@@ -131,18 +131,18 @@ export {
|
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumnIncreasing aliases
|
|
135
|
-
export {
|
|
136
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
137
|
-
default as BarChart4
|
|
138
|
-
} from '../icons/chart-column-increasing';
|
|
139
|
-
|
|
140
134
|
// ChartColumn aliases
|
|
141
135
|
export {
|
|
142
136
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumn} instead. This alias will be removed in v1.0 */
|
|
143
137
|
default as BarChart3
|
|
144
138
|
} from '../icons/chart-column';
|
|
145
139
|
|
|
140
|
+
// ChartColumnIncreasing aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
143
|
+
default as BarChart4
|
|
144
|
+
} from '../icons/chart-column-increasing';
|
|
145
|
+
|
|
146
146
|
// ChartLine aliases
|
|
147
147
|
export {
|
|
148
148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. This alias will be removed in v1.0 */
|
|
@@ -251,18 +251,18 @@ export {
|
|
|
251
251
|
default as ChevronDownCircle
|
|
252
252
|
} from '../icons/circle-chevron-down';
|
|
253
253
|
|
|
254
|
-
// CircleChevronRight aliases
|
|
255
|
-
export {
|
|
256
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
257
|
-
default as ChevronRightCircle
|
|
258
|
-
} from '../icons/circle-chevron-right';
|
|
259
|
-
|
|
260
254
|
// CircleChevronLeft aliases
|
|
261
255
|
export {
|
|
262
256
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
263
257
|
default as ChevronLeftCircle
|
|
264
258
|
} from '../icons/circle-chevron-left';
|
|
265
259
|
|
|
260
|
+
// CircleChevronRight aliases
|
|
261
|
+
export {
|
|
262
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
263
|
+
default as ChevronRightCircle
|
|
264
|
+
} from '../icons/circle-chevron-right';
|
|
265
|
+
|
|
266
266
|
// CircleChevronUp aliases
|
|
267
267
|
export {
|
|
268
268
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
@@ -359,18 +359,18 @@ export {
|
|
|
359
359
|
default as UserCircle2
|
|
360
360
|
} from '../icons/circle-user-round';
|
|
361
361
|
|
|
362
|
-
// CircleUser aliases
|
|
363
|
-
export {
|
|
364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
365
|
-
default as UserCircle
|
|
366
|
-
} from '../icons/circle-user';
|
|
367
|
-
|
|
368
362
|
// CircleX aliases
|
|
369
363
|
export {
|
|
370
364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
371
365
|
default as XCircle
|
|
372
366
|
} from '../icons/circle-x';
|
|
373
367
|
|
|
368
|
+
// CircleUser aliases
|
|
369
|
+
export {
|
|
370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
371
|
+
default as UserCircle
|
|
372
|
+
} from '../icons/circle-user';
|
|
373
|
+
|
|
374
374
|
// ClipboardPenLine aliases
|
|
375
375
|
export {
|
|
376
376
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
@@ -419,18 +419,18 @@ export {
|
|
|
419
419
|
default as TableConfig
|
|
420
420
|
} from '../icons/columns-3-cog';
|
|
421
421
|
|
|
422
|
-
// Columns3 aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
425
|
-
default as PanelsLeftRight
|
|
426
|
-
} from '../icons/columns-3';
|
|
427
|
-
|
|
428
422
|
// ContactRound aliases
|
|
429
423
|
export {
|
|
430
424
|
/** @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 */
|
|
431
425
|
default as Contact2
|
|
432
426
|
} from '../icons/contact-round';
|
|
433
427
|
|
|
428
|
+
// Columns3 aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
|
+
default as PanelsLeftRight
|
|
432
|
+
} from '../icons/columns-3';
|
|
433
|
+
|
|
434
434
|
// DiamondPercent aliases
|
|
435
435
|
export {
|
|
436
436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
@@ -455,18 +455,18 @@ export {
|
|
|
455
455
|
default as MoreHorizontal
|
|
456
456
|
} from '../icons/ellipsis';
|
|
457
457
|
|
|
458
|
-
// FileAxis3d aliases
|
|
459
|
-
export {
|
|
460
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
461
|
-
default as FileAxis3D
|
|
462
|
-
} from '../icons/file-axis-3d';
|
|
463
|
-
|
|
464
458
|
// FileBadge aliases
|
|
465
459
|
export {
|
|
466
460
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileBadge} instead. This alias will be removed in v1.0 */
|
|
467
461
|
default as FileBadge2
|
|
468
462
|
} from '../icons/file-badge';
|
|
469
463
|
|
|
464
|
+
// FileAxis3d aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
467
|
+
default as FileAxis3D
|
|
468
|
+
} from '../icons/file-axis-3d';
|
|
469
|
+
|
|
470
470
|
// FileBracesCorner aliases
|
|
471
471
|
export {
|
|
472
472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBracesCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -575,17 +575,23 @@ export {
|
|
|
575
575
|
default as FileVideo
|
|
576
576
|
} from '../icons/file-play';
|
|
577
577
|
|
|
578
|
+
// FileQuestionMark aliases
|
|
579
|
+
export {
|
|
580
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
581
|
+
default as FileQuestion
|
|
582
|
+
} from '../icons/file-question-mark';
|
|
583
|
+
|
|
578
584
|
// FilePlusCorner aliases
|
|
579
585
|
export {
|
|
580
586
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
581
587
|
default as FilePlus2
|
|
582
588
|
} from '../icons/file-plus-corner';
|
|
583
589
|
|
|
584
|
-
//
|
|
590
|
+
// FileSearchCorner aliases
|
|
585
591
|
export {
|
|
586
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
587
|
-
default as
|
|
588
|
-
} from '../icons/file-
|
|
592
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
593
|
+
default as FileSearch2
|
|
594
|
+
} from '../icons/file-search-corner';
|
|
589
595
|
|
|
590
596
|
// FileSignal aliases
|
|
591
597
|
export {
|
|
@@ -599,12 +605,6 @@ export {
|
|
|
599
605
|
default as FileType2
|
|
600
606
|
} from '../icons/file-type-corner';
|
|
601
607
|
|
|
602
|
-
// FileSearchCorner aliases
|
|
603
|
-
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
605
|
-
default as FileSearch2
|
|
606
|
-
} from '../icons/file-search-corner';
|
|
607
|
-
|
|
608
608
|
// FileVideoCamera aliases
|
|
609
609
|
export {
|
|
610
610
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileVideoCamera} instead. This alias will be removed in v1.0 */
|
|
@@ -641,18 +641,18 @@ export {
|
|
|
641
641
|
default as FilterX
|
|
642
642
|
} from '../icons/funnel-x';
|
|
643
643
|
|
|
644
|
-
// Funnel aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
647
|
-
default as Filter
|
|
648
|
-
} from '../icons/funnel';
|
|
649
|
-
|
|
650
644
|
// GitCommitHorizontal aliases
|
|
651
645
|
export {
|
|
652
646
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
653
647
|
default as GitCommit
|
|
654
648
|
} from '../icons/git-commit-horizontal';
|
|
655
649
|
|
|
650
|
+
// Funnel aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
653
|
+
default as Filter
|
|
654
|
+
} from '../icons/funnel';
|
|
655
|
+
|
|
656
656
|
// Grid2x2Check aliases
|
|
657
657
|
export {
|
|
658
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
@@ -695,18 +695,18 @@ export {
|
|
|
695
695
|
default as Grab
|
|
696
696
|
} from '../icons/hand-grab';
|
|
697
697
|
|
|
698
|
-
// HandHelping aliases
|
|
699
|
-
export {
|
|
700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
701
|
-
default as HelpingHand
|
|
702
|
-
} from '../icons/hand-helping';
|
|
703
|
-
|
|
704
698
|
// House aliases
|
|
705
699
|
export {
|
|
706
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
707
701
|
default as Home
|
|
708
702
|
} from '../icons/house';
|
|
709
703
|
|
|
704
|
+
// HandHelping aliases
|
|
705
|
+
export {
|
|
706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
707
|
+
default as HelpingHand
|
|
708
|
+
} from '../icons/hand-helping';
|
|
709
|
+
|
|
710
710
|
// IceCreamBowl aliases
|
|
711
711
|
export {
|
|
712
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IceCreamBowl} instead. This alias will be removed in v1.0 */
|
|
@@ -779,18 +779,18 @@ export {
|
|
|
779
779
|
default as MailQuestion
|
|
780
780
|
} from '../icons/mail-question-mark';
|
|
781
781
|
|
|
782
|
-
// MessageCircleQuestionMark aliases
|
|
783
|
-
export {
|
|
784
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
785
|
-
default as MessageCircleQuestion
|
|
786
|
-
} from '../icons/message-circle-question-mark';
|
|
787
|
-
|
|
788
782
|
// MapPinPen aliases
|
|
789
783
|
export {
|
|
790
784
|
/** @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 */
|
|
791
785
|
default as LocationEdit
|
|
792
786
|
} from '../icons/map-pin-pen';
|
|
793
787
|
|
|
788
|
+
// MessageCircleQuestionMark aliases
|
|
789
|
+
export {
|
|
790
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
791
|
+
default as MessageCircleQuestion
|
|
792
|
+
} from '../icons/message-circle-question-mark';
|
|
793
|
+
|
|
794
794
|
// MicVocal aliases
|
|
795
795
|
export {
|
|
796
796
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
@@ -809,18 +809,18 @@ export {
|
|
|
809
809
|
default as AlertOctagon
|
|
810
810
|
} from '../icons/octagon-alert';
|
|
811
811
|
|
|
812
|
-
// OctagonX aliases
|
|
813
|
-
export {
|
|
814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
815
|
-
default as XOctagon
|
|
816
|
-
} from '../icons/octagon-x';
|
|
817
|
-
|
|
818
812
|
// OctagonPause aliases
|
|
819
813
|
export {
|
|
820
814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
821
815
|
default as PauseOctagon
|
|
822
816
|
} from '../icons/octagon-pause';
|
|
823
817
|
|
|
818
|
+
// OctagonX aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
821
|
+
default as XOctagon
|
|
822
|
+
} from '../icons/octagon-x';
|
|
823
|
+
|
|
824
824
|
// PaintbrushVertical aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
@@ -1001,11 +1001,11 @@ export {
|
|
|
1001
1001
|
default as ArrowUpLeftFromSquare
|
|
1002
1002
|
} from '../icons/square-arrow-out-up-left';
|
|
1003
1003
|
|
|
1004
|
-
//
|
|
1004
|
+
// SquareArrowOutUpRight aliases
|
|
1005
1005
|
export {
|
|
1006
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1007
|
-
default as
|
|
1008
|
-
} from '../icons/square-arrow-up-
|
|
1006
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
1007
|
+
default as ArrowUpRightFromSquare
|
|
1008
|
+
} from '../icons/square-arrow-out-up-right';
|
|
1009
1009
|
|
|
1010
1010
|
// SquareArrowRight aliases
|
|
1011
1011
|
export {
|
|
@@ -1013,11 +1013,11 @@ export {
|
|
|
1013
1013
|
default as ArrowRightSquare
|
|
1014
1014
|
} from '../icons/square-arrow-right';
|
|
1015
1015
|
|
|
1016
|
-
//
|
|
1016
|
+
// SquareArrowUpLeft aliases
|
|
1017
1017
|
export {
|
|
1018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1019
|
-
default as
|
|
1020
|
-
} from '../icons/square-arrow-
|
|
1018
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
1019
|
+
default as ArrowUpLeftSquare
|
|
1020
|
+
} from '../icons/square-arrow-up-left';
|
|
1021
1021
|
|
|
1022
1022
|
// SquareArrowUpRight aliases
|
|
1023
1023
|
export {
|
|
@@ -1031,18 +1031,18 @@ export {
|
|
|
1031
1031
|
default as ArrowUpSquare
|
|
1032
1032
|
} from '../icons/square-arrow-up';
|
|
1033
1033
|
|
|
1034
|
-
// SquareAsterisk aliases
|
|
1035
|
-
export {
|
|
1036
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1037
|
-
default as AsteriskSquare
|
|
1038
|
-
} from '../icons/square-asterisk';
|
|
1039
|
-
|
|
1040
1034
|
// SquareBottomDashedScissors aliases
|
|
1041
1035
|
export {
|
|
1042
1036
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
1043
1037
|
default as ScissorsSquareDashedBottom
|
|
1044
1038
|
} from '../icons/square-bottom-dashed-scissors';
|
|
1045
1039
|
|
|
1040
|
+
// SquareAsterisk aliases
|
|
1041
|
+
export {
|
|
1042
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1043
|
+
default as AsteriskSquare
|
|
1044
|
+
} from '../icons/square-asterisk';
|
|
1045
|
+
|
|
1046
1046
|
// SquareCenterlineDashedHorizontal aliases
|
|
1047
1047
|
export {
|
|
1048
1048
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedHorizontal} instead. This alias will be removed in v1.0 */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as SquareGanttChart
|
|
1068
1068
|
} from '../icons/square-chart-gantt';
|
|
1069
1069
|
|
|
1070
|
-
// SquareCheck aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1073
|
-
default as CheckSquare2
|
|
1074
|
-
} from '../icons/square-check';
|
|
1075
|
-
|
|
1076
1070
|
// SquareCheckBig aliases
|
|
1077
1071
|
export {
|
|
1078
1072
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
1079
1073
|
default as CheckSquare
|
|
1080
1074
|
} from '../icons/square-check-big';
|
|
1081
1075
|
|
|
1076
|
+
// SquareCheck aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1079
|
+
default as CheckSquare2
|
|
1080
|
+
} from '../icons/square-check';
|
|
1081
|
+
|
|
1082
1082
|
// SquareChevronDown aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
@@ -1115,18 +1115,18 @@ export {
|
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
|
-
// SquareDashed aliases
|
|
1119
|
-
export {
|
|
1120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
1121
|
-
default as BoxSelect
|
|
1122
|
-
} from '../icons/square-dashed';
|
|
1123
|
-
|
|
1124
1118
|
// SquareDashedMousePointer aliases
|
|
1125
1119
|
export {
|
|
1126
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
1127
1121
|
default as MousePointerSquareDashed
|
|
1128
1122
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1129
1123
|
|
|
1124
|
+
// SquareDashed aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
1127
|
+
default as BoxSelect
|
|
1128
|
+
} from '../icons/square-dashed';
|
|
1129
|
+
|
|
1130
1130
|
// SquareDivide aliases
|
|
1131
1131
|
export {
|
|
1132
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
@@ -1241,6 +1241,12 @@ export {
|
|
|
1241
1241
|
default as PlaySquare
|
|
1242
1242
|
} from '../icons/square-play';
|
|
1243
1243
|
|
|
1244
|
+
// SquarePlus aliases
|
|
1245
|
+
export {
|
|
1246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1247
|
+
default as PlusSquare
|
|
1248
|
+
} from '../icons/square-plus';
|
|
1249
|
+
|
|
1244
1250
|
// SquarePower aliases
|
|
1245
1251
|
export {
|
|
1246
1252
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
@@ -1253,12 +1259,6 @@ export {
|
|
|
1253
1259
|
default as ScissorsSquare
|
|
1254
1260
|
} from '../icons/square-scissors';
|
|
1255
1261
|
|
|
1256
|
-
// SquarePlus aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1259
|
-
default as PlusSquare
|
|
1260
|
-
} from '../icons/square-plus';
|
|
1261
|
-
|
|
1262
1262
|
// SquareSigma aliases
|
|
1263
1263
|
export {
|
|
1264
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
@@ -1277,18 +1277,18 @@ export {
|
|
|
1277
1277
|
default as SplitSquareHorizontal
|
|
1278
1278
|
} from '../icons/square-split-horizontal';
|
|
1279
1279
|
|
|
1280
|
-
// SquareSplitVertical aliases
|
|
1281
|
-
export {
|
|
1282
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
1283
|
-
default as SplitSquareVertical
|
|
1284
|
-
} from '../icons/square-split-vertical';
|
|
1285
|
-
|
|
1286
1280
|
// SquareTerminal aliases
|
|
1287
1281
|
export {
|
|
1288
1282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1289
1283
|
default as TerminalSquare
|
|
1290
1284
|
} from '../icons/square-terminal';
|
|
1291
1285
|
|
|
1286
|
+
// SquareSplitVertical aliases
|
|
1287
|
+
export {
|
|
1288
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
|
|
1289
|
+
default as SplitSquareVertical
|
|
1290
|
+
} from '../icons/square-split-vertical';
|
|
1291
|
+
|
|
1292
1292
|
// SquareUserRound aliases
|
|
1293
1293
|
export {
|
|
1294
1294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
@@ -1331,6 +1331,12 @@ export {
|
|
|
1331
1331
|
default as AlignJustify
|
|
1332
1332
|
} from '../icons/text-align-justify';
|
|
1333
1333
|
|
|
1334
|
+
// TextInitial aliases
|
|
1335
|
+
export {
|
|
1336
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1337
|
+
default as LetterText
|
|
1338
|
+
} from '../icons/text-initial';
|
|
1339
|
+
|
|
1334
1340
|
// TextAlignStart aliases
|
|
1335
1341
|
export {
|
|
1336
1342
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
@@ -1349,12 +1355,6 @@ export {
|
|
|
1349
1355
|
default as TextSelection
|
|
1350
1356
|
} from '../icons/text-select';
|
|
1351
1357
|
|
|
1352
|
-
// TextInitial aliases
|
|
1353
|
-
export {
|
|
1354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1355
|
-
default as LetterText
|
|
1356
|
-
} from '../icons/text-initial';
|
|
1357
|
-
|
|
1358
1358
|
// TextWrap aliases
|
|
1359
1359
|
export {
|
|
1360
1360
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
@@ -1391,18 +1391,18 @@ export {
|
|
|
1391
1391
|
default as School2
|
|
1392
1392
|
} from '../icons/university';
|
|
1393
1393
|
|
|
1394
|
-
// UserRoundCheck aliases
|
|
1395
|
-
export {
|
|
1396
|
-
/** @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 */
|
|
1397
|
-
default as UserCheck2
|
|
1398
|
-
} from '../icons/user-round-check';
|
|
1399
|
-
|
|
1400
1394
|
// UserRoundCog aliases
|
|
1401
1395
|
export {
|
|
1402
1396
|
/** @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 */
|
|
1403
1397
|
default as UserCog2
|
|
1404
1398
|
} from '../icons/user-round-cog';
|
|
1405
1399
|
|
|
1400
|
+
// UserRoundCheck aliases
|
|
1401
|
+
export {
|
|
1402
|
+
/** @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 */
|
|
1403
|
+
default as UserCheck2
|
|
1404
|
+
} from '../icons/user-round-check';
|
|
1405
|
+
|
|
1406
1406
|
// UserRoundMinus aliases
|
|
1407
1407
|
export {
|
|
1408
1408
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
@@ -1439,18 +1439,18 @@ export {
|
|
|
1439
1439
|
default as ForkKnifeCrossed
|
|
1440
1440
|
} from '../icons/utensils-crossed';
|
|
1441
1441
|
|
|
1442
|
-
// WalletMinimal aliases
|
|
1443
|
-
export {
|
|
1444
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1445
|
-
default as Wallet2
|
|
1446
|
-
} from '../icons/wallet-minimal';
|
|
1447
|
-
|
|
1448
1442
|
// Utensils aliases
|
|
1449
1443
|
export {
|
|
1450
1444
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1451
1445
|
default as ForkKnife
|
|
1452
1446
|
} from '../icons/utensils';
|
|
1453
1447
|
|
|
1448
|
+
// WalletMinimal aliases
|
|
1449
|
+
export {
|
|
1450
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|
|
1451
|
+
default as Wallet2
|
|
1452
|
+
} from '../icons/wallet-minimal';
|
|
1453
|
+
|
|
1454
1454
|
// WandSparkles aliases
|
|
1455
1455
|
export {
|
|
1456
1456
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|