@lucide/astro 1.6.0 → 1.7.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 +118 -118
- package/src/aliases/prefixed.ts +746 -744
- package/src/aliases/suffixed.ts +1135 -1133
- package/src/icons/index.ts +187 -186
- package/src/icons/map-pin-search.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -95,18 +95,18 @@ export {
|
|
|
95
95
|
default as CurlyBraces
|
|
96
96
|
} from '../icons/braces';
|
|
97
97
|
|
|
98
|
-
// ChartArea aliases
|
|
99
|
-
export {
|
|
100
|
-
/** @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 */
|
|
101
|
-
default as AreaChart
|
|
102
|
-
} from '../icons/chart-area';
|
|
103
|
-
|
|
104
98
|
// Captions aliases
|
|
105
99
|
export {
|
|
106
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 */
|
|
107
101
|
default as Subtitles
|
|
108
102
|
} from '../icons/captions';
|
|
109
103
|
|
|
104
|
+
// ChartArea aliases
|
|
105
|
+
export {
|
|
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 */
|
|
107
|
+
default as AreaChart
|
|
108
|
+
} from '../icons/chart-area';
|
|
109
|
+
|
|
110
110
|
// ChartBarBig aliases
|
|
111
111
|
export {
|
|
112
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
@@ -233,18 +233,18 @@ export {
|
|
|
233
233
|
default as ArrowUpCircle
|
|
234
234
|
} from '../icons/circle-arrow-up';
|
|
235
235
|
|
|
236
|
-
// CircleCheckBig aliases
|
|
237
|
-
export {
|
|
238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
239
|
-
default as CheckCircle
|
|
240
|
-
} from '../icons/circle-check-big';
|
|
241
|
-
|
|
242
236
|
// CircleCheck aliases
|
|
243
237
|
export {
|
|
244
238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
245
239
|
default as CheckCircle2
|
|
246
240
|
} from '../icons/circle-check';
|
|
247
241
|
|
|
242
|
+
// CircleCheckBig aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
245
|
+
default as CheckCircle
|
|
246
|
+
} from '../icons/circle-check-big';
|
|
247
|
+
|
|
248
248
|
// CircleChevronDown aliases
|
|
249
249
|
export {
|
|
250
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
@@ -317,18 +317,18 @@ export {
|
|
|
317
317
|
default as PlayCircle
|
|
318
318
|
} from '../icons/circle-play';
|
|
319
319
|
|
|
320
|
-
// CirclePlus aliases
|
|
321
|
-
export {
|
|
322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
323
|
-
default as PlusCircle
|
|
324
|
-
} from '../icons/circle-plus';
|
|
325
|
-
|
|
326
320
|
// CirclePower aliases
|
|
327
321
|
export {
|
|
328
322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
329
323
|
default as PowerCircle
|
|
330
324
|
} from '../icons/circle-power';
|
|
331
325
|
|
|
326
|
+
// CirclePlus aliases
|
|
327
|
+
export {
|
|
328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
329
|
+
default as PlusCircle
|
|
330
|
+
} from '../icons/circle-plus';
|
|
331
|
+
|
|
332
332
|
// CircleQuestionMark aliases
|
|
333
333
|
export {
|
|
334
334
|
/** @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 */
|
|
@@ -353,18 +353,18 @@ export {
|
|
|
353
353
|
default as StopCircle
|
|
354
354
|
} from '../icons/circle-stop';
|
|
355
355
|
|
|
356
|
-
// CircleUserRound aliases
|
|
357
|
-
export {
|
|
358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
359
|
-
default as UserCircle2
|
|
360
|
-
} from '../icons/circle-user-round';
|
|
361
|
-
|
|
362
356
|
// CircleUser aliases
|
|
363
357
|
export {
|
|
364
358
|
/** @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
359
|
default as UserCircle
|
|
366
360
|
} from '../icons/circle-user';
|
|
367
361
|
|
|
362
|
+
// CircleUserRound aliases
|
|
363
|
+
export {
|
|
364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. This alias will be removed in v1.0 */
|
|
365
|
+
default as UserCircle2
|
|
366
|
+
} from '../icons/circle-user-round';
|
|
367
|
+
|
|
368
368
|
// CircleX aliases
|
|
369
369
|
export {
|
|
370
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 */
|
|
@@ -437,18 +437,18 @@ export {
|
|
|
437
437
|
default as PercentDiamond
|
|
438
438
|
} from '../icons/diamond-percent';
|
|
439
439
|
|
|
440
|
-
// EllipsisVertical aliases
|
|
441
|
-
export {
|
|
442
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
443
|
-
default as MoreVertical
|
|
444
|
-
} from '../icons/ellipsis-vertical';
|
|
445
|
-
|
|
446
440
|
// Earth aliases
|
|
447
441
|
export {
|
|
448
442
|
/** @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 */
|
|
449
443
|
default as Globe2
|
|
450
444
|
} from '../icons/earth';
|
|
451
445
|
|
|
446
|
+
// EllipsisVertical aliases
|
|
447
|
+
export {
|
|
448
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
449
|
+
default as MoreVertical
|
|
450
|
+
} from '../icons/ellipsis-vertical';
|
|
451
|
+
|
|
452
452
|
// Ellipsis aliases
|
|
453
453
|
export {
|
|
454
454
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
@@ -479,18 +479,18 @@ export {
|
|
|
479
479
|
default as FileJson
|
|
480
480
|
} from '../icons/file-braces';
|
|
481
481
|
|
|
482
|
-
// FileChartColumnIncreasing aliases
|
|
483
|
-
export {
|
|
484
|
-
/** @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
|
-
default as FileBarChart
|
|
486
|
-
} from '../icons/file-chart-column-increasing';
|
|
487
|
-
|
|
488
482
|
// FileChartColumn aliases
|
|
489
483
|
export {
|
|
490
484
|
/** @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 */
|
|
491
485
|
default as FileBarChart2
|
|
492
486
|
} from '../icons/file-chart-column';
|
|
493
487
|
|
|
488
|
+
// FileChartColumnIncreasing aliases
|
|
489
|
+
export {
|
|
490
|
+
/** @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 */
|
|
491
|
+
default as FileBarChart
|
|
492
|
+
} from '../icons/file-chart-column-increasing';
|
|
493
|
+
|
|
494
494
|
// FileChartLine aliases
|
|
495
495
|
export {
|
|
496
496
|
/** @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 */
|
|
@@ -569,60 +569,54 @@ export {
|
|
|
569
569
|
default as FileEdit
|
|
570
570
|
} from '../icons/file-pen';
|
|
571
571
|
|
|
572
|
-
// FilePlusCorner aliases
|
|
573
|
-
export {
|
|
574
|
-
/** @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 */
|
|
575
|
-
default as FilePlus2
|
|
576
|
-
} from '../icons/file-plus-corner';
|
|
577
|
-
|
|
578
572
|
// FilePlay aliases
|
|
579
573
|
export {
|
|
580
574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
581
575
|
default as FileVideo
|
|
582
576
|
} from '../icons/file-play';
|
|
583
577
|
|
|
578
|
+
// FilePlusCorner aliases
|
|
579
|
+
export {
|
|
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 */
|
|
581
|
+
default as FilePlus2
|
|
582
|
+
} from '../icons/file-plus-corner';
|
|
583
|
+
|
|
584
584
|
// FileQuestionMark aliases
|
|
585
585
|
export {
|
|
586
586
|
/** @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 */
|
|
587
587
|
default as FileQuestion
|
|
588
588
|
} from '../icons/file-question-mark';
|
|
589
589
|
|
|
590
|
-
// FileSearchCorner aliases
|
|
591
|
-
export {
|
|
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';
|
|
595
|
-
|
|
596
590
|
// FileSignal aliases
|
|
597
591
|
export {
|
|
598
592
|
/** @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 */
|
|
599
593
|
default as FileVolume2
|
|
600
594
|
} from '../icons/file-signal';
|
|
601
595
|
|
|
596
|
+
// FileSearchCorner aliases
|
|
597
|
+
export {
|
|
598
|
+
/** @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 */
|
|
599
|
+
default as FileSearch2
|
|
600
|
+
} from '../icons/file-search-corner';
|
|
601
|
+
|
|
602
602
|
// FileTypeCorner aliases
|
|
603
603
|
export {
|
|
604
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
605
605
|
default as FileType2
|
|
606
606
|
} from '../icons/file-type-corner';
|
|
607
607
|
|
|
608
|
-
// FileXCorner aliases
|
|
609
|
-
export {
|
|
610
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
611
|
-
default as FileX2
|
|
612
|
-
} from '../icons/file-x-corner';
|
|
613
|
-
|
|
614
|
-
// FingerprintPattern aliases
|
|
615
|
-
export {
|
|
616
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
617
|
-
default as Fingerprint
|
|
618
|
-
} from '../icons/fingerprint-pattern';
|
|
619
|
-
|
|
620
608
|
// FileVideoCamera aliases
|
|
621
609
|
export {
|
|
622
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 */
|
|
623
611
|
default as FileVideo2
|
|
624
612
|
} from '../icons/file-video-camera';
|
|
625
613
|
|
|
614
|
+
// FileXCorner aliases
|
|
615
|
+
export {
|
|
616
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileXCorner} instead. This alias will be removed in v1.0 */
|
|
617
|
+
default as FileX2
|
|
618
|
+
} from '../icons/file-x-corner';
|
|
619
|
+
|
|
626
620
|
// FolderCog aliases
|
|
627
621
|
export {
|
|
628
622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
@@ -635,6 +629,12 @@ export {
|
|
|
635
629
|
default as FolderEdit
|
|
636
630
|
} from '../icons/folder-pen';
|
|
637
631
|
|
|
632
|
+
// FingerprintPattern aliases
|
|
633
|
+
export {
|
|
634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
635
|
+
default as Fingerprint
|
|
636
|
+
} from '../icons/fingerprint-pattern';
|
|
637
|
+
|
|
638
638
|
// FunnelX aliases
|
|
639
639
|
export {
|
|
640
640
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
@@ -845,18 +845,18 @@ export {
|
|
|
845
845
|
default as PanelLeftInactive
|
|
846
846
|
} from '../icons/panel-left-dashed';
|
|
847
847
|
|
|
848
|
-
// PanelLeftOpen aliases
|
|
849
|
-
export {
|
|
850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
851
|
-
default as SidebarOpen
|
|
852
|
-
} from '../icons/panel-left-open';
|
|
853
|
-
|
|
854
848
|
// PanelLeft aliases
|
|
855
849
|
export {
|
|
856
850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
857
851
|
default as Sidebar
|
|
858
852
|
} from '../icons/panel-left';
|
|
859
853
|
|
|
854
|
+
// PanelLeftOpen aliases
|
|
855
|
+
export {
|
|
856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
857
|
+
default as SidebarOpen
|
|
858
|
+
} from '../icons/panel-left-open';
|
|
859
|
+
|
|
860
860
|
// PanelRightDashed aliases
|
|
861
861
|
export {
|
|
862
862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
@@ -989,18 +989,18 @@ export {
|
|
|
989
989
|
default as ArrowDownLeftFromSquare
|
|
990
990
|
} from '../icons/square-arrow-out-down-left';
|
|
991
991
|
|
|
992
|
-
// SquareArrowOutUpLeft aliases
|
|
993
|
-
export {
|
|
994
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
995
|
-
default as ArrowUpLeftFromSquare
|
|
996
|
-
} from '../icons/square-arrow-out-up-left';
|
|
997
|
-
|
|
998
992
|
// SquareArrowOutDownRight aliases
|
|
999
993
|
export {
|
|
1000
994
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
1001
995
|
default as ArrowDownRightFromSquare
|
|
1002
996
|
} from '../icons/square-arrow-out-down-right';
|
|
1003
997
|
|
|
998
|
+
// SquareArrowOutUpLeft aliases
|
|
999
|
+
export {
|
|
1000
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
1001
|
+
default as ArrowUpLeftFromSquare
|
|
1002
|
+
} from '../icons/square-arrow-out-up-left';
|
|
1003
|
+
|
|
1004
1004
|
// SquareArrowOutUpRight aliases
|
|
1005
1005
|
export {
|
|
1006
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 */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as SquareGanttChart
|
|
1068
1068
|
} from '../icons/square-chart-gantt';
|
|
1069
1069
|
|
|
1070
|
-
// SquareCheckBig aliases
|
|
1071
|
-
export {
|
|
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 */
|
|
1073
|
-
default as CheckSquare
|
|
1074
|
-
} from '../icons/square-check-big';
|
|
1075
|
-
|
|
1076
1070
|
// SquareCheck aliases
|
|
1077
1071
|
export {
|
|
1078
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 */
|
|
1079
1073
|
default as CheckSquare2
|
|
1080
1074
|
} from '../icons/square-check';
|
|
1081
1075
|
|
|
1076
|
+
// SquareCheckBig aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @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
|
+
default as CheckSquare
|
|
1080
|
+
} from '../icons/square-check-big';
|
|
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 */
|
|
@@ -1175,12 +1175,6 @@ export {
|
|
|
1175
1175
|
default as MenuSquare
|
|
1176
1176
|
} from '../icons/square-menu';
|
|
1177
1177
|
|
|
1178
|
-
// SquareMousePointer aliases
|
|
1179
|
-
export {
|
|
1180
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
1181
|
-
default as Inspect
|
|
1182
|
-
} from '../icons/square-mouse-pointer';
|
|
1183
|
-
|
|
1184
1178
|
// SquareMinus aliases
|
|
1185
1179
|
export {
|
|
1186
1180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMinus} instead. This alias will be removed in v1.0 */
|
|
@@ -1193,12 +1187,24 @@ export {
|
|
|
1193
1187
|
default as ParkingSquareOff
|
|
1194
1188
|
} from '../icons/square-parking-off';
|
|
1195
1189
|
|
|
1190
|
+
// SquareMousePointer aliases
|
|
1191
|
+
export {
|
|
1192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
1193
|
+
default as Inspect
|
|
1194
|
+
} from '../icons/square-mouse-pointer';
|
|
1195
|
+
|
|
1196
1196
|
// SquareParking aliases
|
|
1197
1197
|
export {
|
|
1198
1198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
1199
1199
|
default as ParkingSquare
|
|
1200
1200
|
} from '../icons/square-parking';
|
|
1201
1201
|
|
|
1202
|
+
// SquarePercent aliases
|
|
1203
|
+
export {
|
|
1204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1205
|
+
default as PercentSquare
|
|
1206
|
+
} from '../icons/square-percent';
|
|
1207
|
+
|
|
1202
1208
|
// SquarePen aliases
|
|
1203
1209
|
export {
|
|
1204
1210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
@@ -1217,11 +1223,11 @@ export {
|
|
|
1217
1223
|
default as PenSquare
|
|
1218
1224
|
} from '../icons/square-pen';
|
|
1219
1225
|
|
|
1220
|
-
//
|
|
1226
|
+
// SquarePilcrow aliases
|
|
1221
1227
|
export {
|
|
1222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1223
|
-
default as
|
|
1224
|
-
} from '../icons/square-
|
|
1228
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
1229
|
+
default as PilcrowSquare
|
|
1230
|
+
} from '../icons/square-pilcrow';
|
|
1225
1231
|
|
|
1226
1232
|
// SquarePi aliases
|
|
1227
1233
|
export {
|
|
@@ -1235,12 +1241,6 @@ export {
|
|
|
1235
1241
|
default as PlaySquare
|
|
1236
1242
|
} from '../icons/square-play';
|
|
1237
1243
|
|
|
1238
|
-
// SquarePilcrow aliases
|
|
1239
|
-
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
1241
|
-
default as PilcrowSquare
|
|
1242
|
-
} from '../icons/square-pilcrow';
|
|
1243
|
-
|
|
1244
1244
|
// SquarePlus aliases
|
|
1245
1245
|
export {
|
|
1246
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 */
|
|
@@ -1319,12 +1319,6 @@ export {
|
|
|
1319
1319
|
default as AlignCenter
|
|
1320
1320
|
} from '../icons/text-align-center';
|
|
1321
1321
|
|
|
1322
|
-
// TextAlignEnd aliases
|
|
1323
|
-
export {
|
|
1324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1325
|
-
default as AlignRight
|
|
1326
|
-
} from '../icons/text-align-end';
|
|
1327
|
-
|
|
1328
1322
|
// TextAlignJustify aliases
|
|
1329
1323
|
export {
|
|
1330
1324
|
/** @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,24 +1337,30 @@ export {
|
|
|
1343
1337
|
default as AlignLeft
|
|
1344
1338
|
} from '../icons/text-align-start';
|
|
1345
1339
|
|
|
1340
|
+
// TextAlignEnd aliases
|
|
1341
|
+
export {
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1343
|
+
default as AlignRight
|
|
1344
|
+
} from '../icons/text-align-end';
|
|
1345
|
+
|
|
1346
1346
|
// TextInitial aliases
|
|
1347
1347
|
export {
|
|
1348
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
1349
|
default as LetterText
|
|
1350
1350
|
} from '../icons/text-initial';
|
|
1351
1351
|
|
|
1352
|
-
// TextSelect aliases
|
|
1353
|
-
export {
|
|
1354
|
-
/** @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 */
|
|
1355
|
-
default as TextSelection
|
|
1356
|
-
} from '../icons/text-select';
|
|
1357
|
-
|
|
1358
1352
|
// TextWrap aliases
|
|
1359
1353
|
export {
|
|
1360
1354
|
/** @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 */
|
|
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 */
|
|
@@ -1397,18 +1397,18 @@ export {
|
|
|
1397
1397
|
default as UserCheck2
|
|
1398
1398
|
} from '../icons/user-round-check';
|
|
1399
1399
|
|
|
1400
|
-
// UserRoundMinus aliases
|
|
1401
|
-
export {
|
|
1402
|
-
/** @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 */
|
|
1403
|
-
default as UserMinus2
|
|
1404
|
-
} from '../icons/user-round-minus';
|
|
1405
|
-
|
|
1406
1400
|
// UserRoundCog aliases
|
|
1407
1401
|
export {
|
|
1408
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 */
|
|
1409
1403
|
default as UserCog2
|
|
1410
1404
|
} from '../icons/user-round-cog';
|
|
1411
1405
|
|
|
1406
|
+
// UserRoundMinus aliases
|
|
1407
|
+
export {
|
|
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 */
|
|
1409
|
+
default as UserMinus2
|
|
1410
|
+
} from '../icons/user-round-minus';
|
|
1411
|
+
|
|
1412
1412
|
// UserRoundPlus aliases
|
|
1413
1413
|
export {
|
|
1414
1414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|
|
@@ -1433,18 +1433,18 @@ export {
|
|
|
1433
1433
|
default as Users2
|
|
1434
1434
|
} from '../icons/users-round';
|
|
1435
1435
|
|
|
1436
|
-
// UtensilsCrossed aliases
|
|
1437
|
-
export {
|
|
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 */
|
|
1439
|
-
default as ForkKnifeCrossed
|
|
1440
|
-
} from '../icons/utensils-crossed';
|
|
1441
|
-
|
|
1442
1436
|
// Utensils aliases
|
|
1443
1437
|
export {
|
|
1444
1438
|
/** @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 */
|
|
1445
1439
|
default as ForkKnife
|
|
1446
1440
|
} from '../icons/utensils';
|
|
1447
1441
|
|
|
1442
|
+
// UtensilsCrossed aliases
|
|
1443
|
+
export {
|
|
1444
|
+
/** @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 */
|
|
1445
|
+
default as ForkKnifeCrossed
|
|
1446
|
+
} from '../icons/utensils-crossed';
|
|
1447
|
+
|
|
1448
1448
|
// WalletMinimal aliases
|
|
1449
1449
|
export {
|
|
1450
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 */
|