@lucide/astro 1.2.0 → 1.4.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 +124 -124
- package/src/aliases/prefixed.ts +661 -655
- package/src/aliases/suffixed.ts +995 -989
- package/src/icons/index.ts +163 -160
- package/src/icons/shield-cog-corner.ts +18 -0
- package/src/icons/shield-cog.ts +18 -0
- package/src/icons/sport-shoe.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -131,18 +131,18 @@ export {
|
|
|
131
131
|
default as BarChartBig
|
|
132
132
|
} from '../icons/chart-column-big';
|
|
133
133
|
|
|
134
|
-
// ChartColumn aliases
|
|
135
|
-
export {
|
|
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 */
|
|
137
|
-
default as BarChart3
|
|
138
|
-
} from '../icons/chart-column';
|
|
139
|
-
|
|
140
134
|
// ChartColumnIncreasing aliases
|
|
141
135
|
export {
|
|
142
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 */
|
|
143
137
|
default as BarChart4
|
|
144
138
|
} from '../icons/chart-column-increasing';
|
|
145
139
|
|
|
140
|
+
// ChartColumn aliases
|
|
141
|
+
export {
|
|
142
|
+
/** @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
|
+
default as BarChart3
|
|
144
|
+
} from '../icons/chart-column';
|
|
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 */
|
|
@@ -215,18 +215,18 @@ export {
|
|
|
215
215
|
default as ArrowUpLeftFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
217
217
|
|
|
218
|
-
// CircleArrowOutUpRight aliases
|
|
219
|
-
export {
|
|
220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
221
|
-
default as ArrowUpRightFromCircle
|
|
222
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
223
|
-
|
|
224
218
|
// CircleArrowRight aliases
|
|
225
219
|
export {
|
|
226
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. This alias will be removed in v1.0 */
|
|
227
221
|
default as ArrowRightCircle
|
|
228
222
|
} from '../icons/circle-arrow-right';
|
|
229
223
|
|
|
224
|
+
// CircleArrowOutUpRight aliases
|
|
225
|
+
export {
|
|
226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
227
|
+
default as ArrowUpRightFromCircle
|
|
228
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
229
|
+
|
|
230
230
|
// CircleArrowUp aliases
|
|
231
231
|
export {
|
|
232
232
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
@@ -329,6 +329,12 @@ export {
|
|
|
329
329
|
default as PowerCircle
|
|
330
330
|
} from '../icons/circle-power';
|
|
331
331
|
|
|
332
|
+
// CircleSlash2 aliases
|
|
333
|
+
export {
|
|
334
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
335
|
+
default as CircleSlashed
|
|
336
|
+
} from '../icons/circle-slash-2';
|
|
337
|
+
|
|
332
338
|
// CircleQuestionMark aliases
|
|
333
339
|
export {
|
|
334
340
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -341,12 +347,6 @@ export {
|
|
|
341
347
|
default as CircleHelp
|
|
342
348
|
} from '../icons/circle-question-mark';
|
|
343
349
|
|
|
344
|
-
// CircleSlash2 aliases
|
|
345
|
-
export {
|
|
346
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. This alias will be removed in v1.0 */
|
|
347
|
-
default as CircleSlashed
|
|
348
|
-
} from '../icons/circle-slash-2';
|
|
349
|
-
|
|
350
350
|
// CircleStop aliases
|
|
351
351
|
export {
|
|
352
352
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} 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
|
-
// CircleX aliases
|
|
363
|
-
export {
|
|
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 */
|
|
365
|
-
default as XCircle
|
|
366
|
-
} from '../icons/circle-x';
|
|
367
|
-
|
|
368
362
|
// CircleUser aliases
|
|
369
363
|
export {
|
|
370
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 */
|
|
371
365
|
default as UserCircle
|
|
372
366
|
} from '../icons/circle-user';
|
|
373
367
|
|
|
368
|
+
// CircleX aliases
|
|
369
|
+
export {
|
|
370
|
+
/** @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
|
+
default as XCircle
|
|
372
|
+
} from '../icons/circle-x';
|
|
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
|
-
// ContactRound aliases
|
|
423
|
-
export {
|
|
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 */
|
|
425
|
-
default as Contact2
|
|
426
|
-
} from '../icons/contact-round';
|
|
427
|
-
|
|
428
422
|
// Columns3 aliases
|
|
429
423
|
export {
|
|
430
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 */
|
|
431
425
|
default as PanelsLeftRight
|
|
432
426
|
} from '../icons/columns-3';
|
|
433
427
|
|
|
428
|
+
// ContactRound aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @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
|
+
default as Contact2
|
|
432
|
+
} from '../icons/contact-round';
|
|
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,36 +455,36 @@ export {
|
|
|
455
455
|
default as MoreHorizontal
|
|
456
456
|
} from '../icons/ellipsis';
|
|
457
457
|
|
|
458
|
-
// FileBadge aliases
|
|
459
|
-
export {
|
|
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 */
|
|
461
|
-
default as FileBadge2
|
|
462
|
-
} from '../icons/file-badge';
|
|
463
|
-
|
|
464
458
|
// FileAxis3d aliases
|
|
465
459
|
export {
|
|
466
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 */
|
|
467
461
|
default as FileAxis3D
|
|
468
462
|
} from '../icons/file-axis-3d';
|
|
469
463
|
|
|
464
|
+
// FileBadge aliases
|
|
465
|
+
export {
|
|
466
|
+
/** @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
|
+
default as FileBadge2
|
|
468
|
+
} from '../icons/file-badge';
|
|
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 */
|
|
473
473
|
default as FileJson2
|
|
474
474
|
} from '../icons/file-braces-corner';
|
|
475
475
|
|
|
476
|
-
// FileBraces aliases
|
|
477
|
-
export {
|
|
478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
479
|
-
default as FileJson
|
|
480
|
-
} from '../icons/file-braces';
|
|
481
|
-
|
|
482
476
|
// FileChartColumnIncreasing aliases
|
|
483
477
|
export {
|
|
484
478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
485
479
|
default as FileBarChart
|
|
486
480
|
} from '../icons/file-chart-column-increasing';
|
|
487
481
|
|
|
482
|
+
// FileBraces aliases
|
|
483
|
+
export {
|
|
484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
485
|
+
default as FileJson
|
|
486
|
+
} from '../icons/file-braces';
|
|
487
|
+
|
|
488
488
|
// FileChartColumn aliases
|
|
489
489
|
export {
|
|
490
490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -575,12 +575,6 @@ 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
|
-
|
|
584
578
|
// FilePlusCorner aliases
|
|
585
579
|
export {
|
|
586
580
|
/** @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 */
|
|
@@ -593,6 +587,12 @@ export {
|
|
|
593
587
|
default as FileSearch2
|
|
594
588
|
} from '../icons/file-search-corner';
|
|
595
589
|
|
|
590
|
+
// FileQuestionMark aliases
|
|
591
|
+
export {
|
|
592
|
+
/** @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 */
|
|
593
|
+
default as FileQuestion
|
|
594
|
+
} from '../icons/file-question-mark';
|
|
595
|
+
|
|
596
596
|
// FileSignal aliases
|
|
597
597
|
export {
|
|
598
598
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} 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
|
-
// GitCommitHorizontal aliases
|
|
645
|
-
export {
|
|
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 */
|
|
647
|
-
default as GitCommit
|
|
648
|
-
} from '../icons/git-commit-horizontal';
|
|
649
|
-
|
|
650
644
|
// Funnel aliases
|
|
651
645
|
export {
|
|
652
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 */
|
|
653
647
|
default as Filter
|
|
654
648
|
} from '../icons/funnel';
|
|
655
649
|
|
|
650
|
+
// GitCommitHorizontal aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @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
|
+
default as GitCommit
|
|
654
|
+
} from '../icons/git-commit-horizontal';
|
|
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
|
-
// House aliases
|
|
699
|
-
export {
|
|
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 */
|
|
701
|
-
default as Home
|
|
702
|
-
} from '../icons/house';
|
|
703
|
-
|
|
704
698
|
// HandHelping aliases
|
|
705
699
|
export {
|
|
706
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 */
|
|
707
701
|
default as HelpingHand
|
|
708
702
|
} from '../icons/hand-helping';
|
|
709
703
|
|
|
704
|
+
// House aliases
|
|
705
|
+
export {
|
|
706
|
+
/** @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
|
+
default as Home
|
|
708
|
+
} from '../icons/house';
|
|
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 */
|
|
@@ -803,18 +803,18 @@ export {
|
|
|
803
803
|
default as Move3D
|
|
804
804
|
} from '../icons/move-3d';
|
|
805
805
|
|
|
806
|
-
// OctagonAlert aliases
|
|
807
|
-
export {
|
|
808
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
809
|
-
default as AlertOctagon
|
|
810
|
-
} from '../icons/octagon-alert';
|
|
811
|
-
|
|
812
806
|
// OctagonPause aliases
|
|
813
807
|
export {
|
|
814
808
|
/** @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 */
|
|
815
809
|
default as PauseOctagon
|
|
816
810
|
} from '../icons/octagon-pause';
|
|
817
811
|
|
|
812
|
+
// OctagonAlert aliases
|
|
813
|
+
export {
|
|
814
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
815
|
+
default as AlertOctagon
|
|
816
|
+
} from '../icons/octagon-alert';
|
|
817
|
+
|
|
818
818
|
// OctagonX aliases
|
|
819
819
|
export {
|
|
820
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 */
|
|
@@ -887,18 +887,18 @@ export {
|
|
|
887
887
|
default as Edit2
|
|
888
888
|
} from '../icons/pen';
|
|
889
889
|
|
|
890
|
-
// PlugZap aliases
|
|
891
|
-
export {
|
|
892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
-
default as PlugZap2
|
|
894
|
-
} from '../icons/plug-zap';
|
|
895
|
-
|
|
896
890
|
// RectangleEllipsis aliases
|
|
897
891
|
export {
|
|
898
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
899
893
|
default as FormInput
|
|
900
894
|
} from '../icons/rectangle-ellipsis';
|
|
901
895
|
|
|
896
|
+
// PlugZap aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
899
|
+
default as PlugZap2
|
|
900
|
+
} from '../icons/plug-zap';
|
|
901
|
+
|
|
902
902
|
// Rotate3d aliases
|
|
903
903
|
export {
|
|
904
904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
@@ -1031,12 +1031,6 @@ export {
|
|
|
1031
1031
|
default as ArrowUpSquare
|
|
1032
1032
|
} from '../icons/square-arrow-up';
|
|
1033
1033
|
|
|
1034
|
-
// SquareBottomDashedScissors aliases
|
|
1035
|
-
export {
|
|
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 */
|
|
1037
|
-
default as ScissorsSquareDashedBottom
|
|
1038
|
-
} from '../icons/square-bottom-dashed-scissors';
|
|
1039
|
-
|
|
1040
1034
|
// SquareAsterisk aliases
|
|
1041
1035
|
export {
|
|
1042
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 */
|
|
@@ -1049,6 +1043,12 @@ export {
|
|
|
1049
1043
|
default as FlipHorizontal
|
|
1050
1044
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
1051
1045
|
|
|
1046
|
+
// SquareBottomDashedScissors aliases
|
|
1047
|
+
export {
|
|
1048
|
+
/** @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 */
|
|
1049
|
+
default as ScissorsSquareDashedBottom
|
|
1050
|
+
} from '../icons/square-bottom-dashed-scissors';
|
|
1051
|
+
|
|
1052
1052
|
// SquareCenterlineDashedVertical aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} 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
|
-
// SquareDashedMousePointer aliases
|
|
1119
|
-
export {
|
|
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 */
|
|
1121
|
-
default as MousePointerSquareDashed
|
|
1122
|
-
} from '../icons/square-dashed-mouse-pointer';
|
|
1123
|
-
|
|
1124
1118
|
// SquareDashed aliases
|
|
1125
1119
|
export {
|
|
1126
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 */
|
|
1127
1121
|
default as BoxSelect
|
|
1128
1122
|
} from '../icons/square-dashed';
|
|
1129
1123
|
|
|
1124
|
+
// SquareDashedMousePointer aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @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
|
+
default as MousePointerSquareDashed
|
|
1128
|
+
} from '../icons/square-dashed-mouse-pointer';
|
|
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 */
|
|
@@ -1253,24 +1253,30 @@ export {
|
|
|
1253
1253
|
default as PowerSquare
|
|
1254
1254
|
} from '../icons/square-power';
|
|
1255
1255
|
|
|
1256
|
-
// SquareScissors aliases
|
|
1257
|
-
export {
|
|
1258
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1259
|
-
default as ScissorsSquare
|
|
1260
|
-
} from '../icons/square-scissors';
|
|
1261
|
-
|
|
1262
1256
|
// SquareSigma aliases
|
|
1263
1257
|
export {
|
|
1264
1258
|
/** @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 */
|
|
1265
1259
|
default as SigmaSquare
|
|
1266
1260
|
} from '../icons/square-sigma';
|
|
1267
1261
|
|
|
1262
|
+
// SquareScissors aliases
|
|
1263
|
+
export {
|
|
1264
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1265
|
+
default as ScissorsSquare
|
|
1266
|
+
} from '../icons/square-scissors';
|
|
1267
|
+
|
|
1268
1268
|
// SquareSlash aliases
|
|
1269
1269
|
export {
|
|
1270
1270
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1271
1271
|
default as SlashSquare
|
|
1272
1272
|
} from '../icons/square-slash';
|
|
1273
1273
|
|
|
1274
|
+
// SquareSplitVertical aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @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 */
|
|
1277
|
+
default as SplitSquareVertical
|
|
1278
|
+
} from '../icons/square-split-vertical';
|
|
1279
|
+
|
|
1274
1280
|
// SquareSplitHorizontal aliases
|
|
1275
1281
|
export {
|
|
1276
1282
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
@@ -1283,12 +1289,6 @@ export {
|
|
|
1283
1289
|
default as TerminalSquare
|
|
1284
1290
|
} from '../icons/square-terminal';
|
|
1285
1291
|
|
|
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 */
|
|
@@ -1325,18 +1325,6 @@ export {
|
|
|
1325
1325
|
default as AlignRight
|
|
1326
1326
|
} from '../icons/text-align-end';
|
|
1327
1327
|
|
|
1328
|
-
// TextAlignJustify aliases
|
|
1329
|
-
export {
|
|
1330
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
1331
|
-
default as AlignJustify
|
|
1332
|
-
} from '../icons/text-align-justify';
|
|
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
|
-
|
|
1340
1328
|
// TextAlignStart aliases
|
|
1341
1329
|
export {
|
|
1342
1330
|
/** @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,11 +1337,17 @@ export {
|
|
|
1349
1337
|
default as AlignLeft
|
|
1350
1338
|
} from '../icons/text-align-start';
|
|
1351
1339
|
|
|
1352
|
-
//
|
|
1340
|
+
// TextAlignJustify aliases
|
|
1353
1341
|
export {
|
|
1354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1355
|
-
default as
|
|
1356
|
-
} from '../icons/text-
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
1343
|
+
default as AlignJustify
|
|
1344
|
+
} from '../icons/text-align-justify';
|
|
1345
|
+
|
|
1346
|
+
// TextInitial aliases
|
|
1347
|
+
export {
|
|
1348
|
+
/** @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 */
|
|
1349
|
+
default as LetterText
|
|
1350
|
+
} from '../icons/text-initial';
|
|
1357
1351
|
|
|
1358
1352
|
// TextWrap aliases
|
|
1359
1353
|
export {
|
|
@@ -1361,6 +1355,12 @@ export {
|
|
|
1361
1355
|
default as WrapText
|
|
1362
1356
|
} from '../icons/text-wrap';
|
|
1363
1357
|
|
|
1358
|
+
// TextSelect aliases
|
|
1359
|
+
export {
|
|
1360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
1361
|
+
default as TextSelection
|
|
1362
|
+
} from '../icons/text-select';
|
|
1363
|
+
|
|
1364
1364
|
// TramFront aliases
|
|
1365
1365
|
export {
|
|
1366
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} 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
|
-
// UserRoundCog aliases
|
|
1395
|
-
export {
|
|
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 */
|
|
1397
|
-
default as UserCog2
|
|
1398
|
-
} from '../icons/user-round-cog';
|
|
1399
|
-
|
|
1400
1394
|
// UserRoundCheck aliases
|
|
1401
1395
|
export {
|
|
1402
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 */
|
|
1403
1397
|
default as UserCheck2
|
|
1404
1398
|
} from '../icons/user-round-check';
|
|
1405
1399
|
|
|
1400
|
+
// UserRoundCog aliases
|
|
1401
|
+
export {
|
|
1402
|
+
/** @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
|
+
default as UserCog2
|
|
1404
|
+
} from '../icons/user-round-cog';
|
|
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 */
|
|
@@ -1421,18 +1421,18 @@ export {
|
|
|
1421
1421
|
default as UserX2
|
|
1422
1422
|
} from '../icons/user-round-x';
|
|
1423
1423
|
|
|
1424
|
-
// UserRound aliases
|
|
1425
|
-
export {
|
|
1426
|
-
/** @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 */
|
|
1427
|
-
default as User2
|
|
1428
|
-
} from '../icons/user-round';
|
|
1429
|
-
|
|
1430
1424
|
// UsersRound aliases
|
|
1431
1425
|
export {
|
|
1432
1426
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UsersRound} instead. This alias will be removed in v1.0 */
|
|
1433
1427
|
default as Users2
|
|
1434
1428
|
} from '../icons/users-round';
|
|
1435
1429
|
|
|
1430
|
+
// UserRound aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @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 */
|
|
1433
|
+
default as User2
|
|
1434
|
+
} from '../icons/user-round';
|
|
1435
|
+
|
|
1436
1436
|
// UtensilsCrossed aliases
|
|
1437
1437
|
export {
|
|
1438
1438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|