@lucide/astro 0.566.0 → 0.568.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 +126 -126
- package/src/aliases/prefixed.ts +683 -679
- package/src/aliases/suffixed.ts +1020 -1016
- package/src/icons/clapperboard.ts +2 -2
- package/src/icons/gift.ts +2 -2
- package/src/icons/git-merge-conflict.ts +18 -0
- package/src/icons/index.ts +148 -146
- package/src/icons/line-dot-right-horizontal.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,18 +41,18 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpZA aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
47
|
-
default as ArrowUpZa
|
|
48
|
-
} from '../icons/arrow-up-z-a';
|
|
49
|
-
|
|
50
44
|
// ArrowUpNarrowWide aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
53
47
|
default as SortAsc
|
|
54
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
55
49
|
|
|
50
|
+
// ArrowUpZA aliases
|
|
51
|
+
export {
|
|
52
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
53
|
+
default as ArrowUpZa
|
|
54
|
+
} from '../icons/arrow-up-z-a';
|
|
55
|
+
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
@@ -107,18 +107,18 @@ export {
|
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
|
-
// ChartBarBig aliases
|
|
111
|
-
export {
|
|
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 */
|
|
113
|
-
default as BarChartHorizontalBig
|
|
114
|
-
} from '../icons/chart-bar-big';
|
|
115
|
-
|
|
116
110
|
// ChartBar aliases
|
|
117
111
|
export {
|
|
118
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartBar} instead. This alias will be removed in v1.0 */
|
|
119
113
|
default as BarChartHorizontal
|
|
120
114
|
} from '../icons/chart-bar';
|
|
121
115
|
|
|
116
|
+
// ChartBarBig aliases
|
|
117
|
+
export {
|
|
118
|
+
/** @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 */
|
|
119
|
+
default as BarChartHorizontalBig
|
|
120
|
+
} from '../icons/chart-bar-big';
|
|
121
|
+
|
|
122
122
|
// ChartCandlestick aliases
|
|
123
123
|
export {
|
|
124
124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartCandlestick} instead. This alias will be removed in v1.0 */
|
|
@@ -215,18 +215,18 @@ export {
|
|
|
215
215
|
default as ArrowDownRightFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-down-right';
|
|
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
|
// CircleArrowOutUpLeft aliases
|
|
225
219
|
export {
|
|
226
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
227
221
|
default as ArrowUpLeftFromCircle
|
|
228
222
|
} from '../icons/circle-arrow-out-up-left';
|
|
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
|
// CircleArrowRight aliases
|
|
231
231
|
export {
|
|
232
232
|
/** @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 */
|
|
@@ -275,18 +275,18 @@ export {
|
|
|
275
275
|
default as ChevronUpCircle
|
|
276
276
|
} from '../icons/circle-chevron-up';
|
|
277
277
|
|
|
278
|
-
// CircleGauge aliases
|
|
279
|
-
export {
|
|
280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
281
|
-
default as GaugeCircle
|
|
282
|
-
} from '../icons/circle-gauge';
|
|
283
|
-
|
|
284
278
|
// CircleDivide aliases
|
|
285
279
|
export {
|
|
286
280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
287
281
|
default as DivideCircle
|
|
288
282
|
} from '../icons/circle-divide';
|
|
289
283
|
|
|
284
|
+
// CircleGauge aliases
|
|
285
|
+
export {
|
|
286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
287
|
+
default as GaugeCircle
|
|
288
|
+
} from '../icons/circle-gauge';
|
|
289
|
+
|
|
290
290
|
// CircleMinus aliases
|
|
291
291
|
export {
|
|
292
292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
@@ -299,18 +299,18 @@ export {
|
|
|
299
299
|
default as ParkingCircleOff
|
|
300
300
|
} from '../icons/circle-parking-off';
|
|
301
301
|
|
|
302
|
-
// CirclePause aliases
|
|
303
|
-
export {
|
|
304
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
305
|
-
default as PauseCircle
|
|
306
|
-
} from '../icons/circle-pause';
|
|
307
|
-
|
|
308
302
|
// CircleParking aliases
|
|
309
303
|
export {
|
|
310
304
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
311
305
|
default as ParkingCircle
|
|
312
306
|
} from '../icons/circle-parking';
|
|
313
307
|
|
|
308
|
+
// CirclePause aliases
|
|
309
|
+
export {
|
|
310
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
311
|
+
default as PauseCircle
|
|
312
|
+
} from '../icons/circle-pause';
|
|
313
|
+
|
|
314
314
|
// CirclePercent aliases
|
|
315
315
|
export {
|
|
316
316
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
@@ -353,18 +353,18 @@ export {
|
|
|
353
353
|
default as CircleSlashed
|
|
354
354
|
} from '../icons/circle-slash-2';
|
|
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
|
// CircleStop aliases
|
|
363
357
|
export {
|
|
364
358
|
/** @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 */
|
|
365
359
|
default as StopCircle
|
|
366
360
|
} from '../icons/circle-stop';
|
|
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
|
// CircleUser aliases
|
|
369
369
|
export {
|
|
370
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 */
|
|
@@ -377,18 +377,18 @@ export {
|
|
|
377
377
|
default as XCircle
|
|
378
378
|
} from '../icons/circle-x';
|
|
379
379
|
|
|
380
|
-
// ClipboardPen aliases
|
|
381
|
-
export {
|
|
382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
383
|
-
default as ClipboardEdit
|
|
384
|
-
} from '../icons/clipboard-pen';
|
|
385
|
-
|
|
386
380
|
// ClipboardPenLine aliases
|
|
387
381
|
export {
|
|
388
382
|
/** @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 */
|
|
389
383
|
default as ClipboardSignature
|
|
390
384
|
} from '../icons/clipboard-pen-line';
|
|
391
385
|
|
|
386
|
+
// ClipboardPen aliases
|
|
387
|
+
export {
|
|
388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
389
|
+
default as ClipboardEdit
|
|
390
|
+
} from '../icons/clipboard-pen';
|
|
391
|
+
|
|
392
392
|
// CloudDownload aliases
|
|
393
393
|
export {
|
|
394
394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} instead. This alias will be removed in v1.0 */
|
|
@@ -461,18 +461,18 @@ export {
|
|
|
461
461
|
default as MoreHorizontal
|
|
462
462
|
} from '../icons/ellipsis';
|
|
463
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
464
|
// FileBadge aliases
|
|
471
465
|
export {
|
|
472
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 */
|
|
473
467
|
default as FileBadge2
|
|
474
468
|
} from '../icons/file-badge';
|
|
475
469
|
|
|
470
|
+
// FileAxis3d aliases
|
|
471
|
+
export {
|
|
472
|
+
/** @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 */
|
|
473
|
+
default as FileAxis3D
|
|
474
|
+
} from '../icons/file-axis-3d';
|
|
475
|
+
|
|
476
476
|
// FileBracesCorner aliases
|
|
477
477
|
export {
|
|
478
478
|
/** @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 */
|
|
@@ -497,18 +497,18 @@ export {
|
|
|
497
497
|
default as FileBarChart2
|
|
498
498
|
} from '../icons/file-chart-column';
|
|
499
499
|
|
|
500
|
-
// FileChartPie aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @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 */
|
|
503
|
-
default as FilePieChart
|
|
504
|
-
} from '../icons/file-chart-pie';
|
|
505
|
-
|
|
506
500
|
// FileChartLine aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @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 */
|
|
509
503
|
default as FileLineChart
|
|
510
504
|
} from '../icons/file-chart-line';
|
|
511
505
|
|
|
506
|
+
// FileChartPie aliases
|
|
507
|
+
export {
|
|
508
|
+
/** @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 */
|
|
509
|
+
default as FilePieChart
|
|
510
|
+
} from '../icons/file-chart-pie';
|
|
511
|
+
|
|
512
512
|
// FileCheckCorner aliases
|
|
513
513
|
export {
|
|
514
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -563,18 +563,18 @@ export {
|
|
|
563
563
|
default as FileMinus2
|
|
564
564
|
} from '../icons/file-minus-corner';
|
|
565
565
|
|
|
566
|
-
// FilePen aliases
|
|
567
|
-
export {
|
|
568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
569
|
-
default as FileEdit
|
|
570
|
-
} from '../icons/file-pen';
|
|
571
|
-
|
|
572
566
|
// FilePenLine aliases
|
|
573
567
|
export {
|
|
574
568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
575
569
|
default as FileSignature
|
|
576
570
|
} from '../icons/file-pen-line';
|
|
577
571
|
|
|
572
|
+
// FilePen aliases
|
|
573
|
+
export {
|
|
574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
575
|
+
default as FileEdit
|
|
576
|
+
} from '../icons/file-pen';
|
|
577
|
+
|
|
578
578
|
// FilePlay aliases
|
|
579
579
|
export {
|
|
580
580
|
/** @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 */
|
|
@@ -677,6 +677,12 @@ export {
|
|
|
677
677
|
default as Grid2X2X
|
|
678
678
|
} from '../icons/grid-2x2-x';
|
|
679
679
|
|
|
680
|
+
// Grid2x2 aliases
|
|
681
|
+
export {
|
|
682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
683
|
+
default as Grid2X2
|
|
684
|
+
} from '../icons/grid-2x2';
|
|
685
|
+
|
|
680
686
|
// Grid3x3 aliases
|
|
681
687
|
export {
|
|
682
688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
@@ -689,12 +695,6 @@ export {
|
|
|
689
695
|
default as Grid3X3
|
|
690
696
|
} from '../icons/grid-3x3';
|
|
691
697
|
|
|
692
|
-
// Grid2x2 aliases
|
|
693
|
-
export {
|
|
694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
695
|
-
default as Grid2X2
|
|
696
|
-
} from '../icons/grid-2x2';
|
|
697
|
-
|
|
698
698
|
// HandGrab aliases
|
|
699
699
|
export {
|
|
700
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
@@ -791,18 +791,18 @@ export {
|
|
|
791
791
|
default as LocationEdit
|
|
792
792
|
} from '../icons/map-pin-pen';
|
|
793
793
|
|
|
794
|
-
// MessageCircleQuestionMark aliases
|
|
795
|
-
export {
|
|
796
|
-
/** @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 */
|
|
797
|
-
default as MessageCircleQuestion
|
|
798
|
-
} from '../icons/message-circle-question-mark';
|
|
799
|
-
|
|
800
794
|
// MicVocal aliases
|
|
801
795
|
export {
|
|
802
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 */
|
|
803
797
|
default as Mic2
|
|
804
798
|
} from '../icons/mic-vocal';
|
|
805
799
|
|
|
800
|
+
// MessageCircleQuestionMark aliases
|
|
801
|
+
export {
|
|
802
|
+
/** @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 */
|
|
803
|
+
default as MessageCircleQuestion
|
|
804
|
+
} from '../icons/message-circle-question-mark';
|
|
805
|
+
|
|
806
806
|
// Move3d aliases
|
|
807
807
|
export {
|
|
808
808
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
@@ -875,18 +875,18 @@ export {
|
|
|
875
875
|
default as PanelTopInactive
|
|
876
876
|
} from '../icons/panel-top-dashed';
|
|
877
877
|
|
|
878
|
-
// PenLine aliases
|
|
879
|
-
export {
|
|
880
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
881
|
-
default as Edit3
|
|
882
|
-
} from '../icons/pen-line';
|
|
883
|
-
|
|
884
878
|
// PanelsTopLeft aliases
|
|
885
879
|
export {
|
|
886
880
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
887
881
|
default as Layout
|
|
888
882
|
} from '../icons/panels-top-left';
|
|
889
883
|
|
|
884
|
+
// PenLine aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
|
|
887
|
+
default as Edit3
|
|
888
|
+
} from '../icons/pen-line';
|
|
889
|
+
|
|
890
890
|
// Pen aliases
|
|
891
891
|
export {
|
|
892
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
@@ -971,18 +971,18 @@ export {
|
|
|
971
971
|
default as ArrowDownLeftSquare
|
|
972
972
|
} from '../icons/square-arrow-down-left';
|
|
973
973
|
|
|
974
|
-
// SquareArrowDown aliases
|
|
975
|
-
export {
|
|
976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
977
|
-
default as ArrowDownSquare
|
|
978
|
-
} from '../icons/square-arrow-down';
|
|
979
|
-
|
|
980
974
|
// SquareArrowDownRight aliases
|
|
981
975
|
export {
|
|
982
976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
983
977
|
default as ArrowDownRightSquare
|
|
984
978
|
} from '../icons/square-arrow-down-right';
|
|
985
979
|
|
|
980
|
+
// SquareArrowDown aliases
|
|
981
|
+
export {
|
|
982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
983
|
+
default as ArrowDownSquare
|
|
984
|
+
} from '../icons/square-arrow-down';
|
|
985
|
+
|
|
986
986
|
// SquareArrowLeft aliases
|
|
987
987
|
export {
|
|
988
988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -995,18 +995,18 @@ export {
|
|
|
995
995
|
default as ArrowDownLeftFromSquare
|
|
996
996
|
} from '../icons/square-arrow-out-down-left';
|
|
997
997
|
|
|
998
|
-
// SquareArrowOutDownRight aliases
|
|
999
|
-
export {
|
|
1000
|
-
/** @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
|
-
default as ArrowDownRightFromSquare
|
|
1002
|
-
} from '../icons/square-arrow-out-down-right';
|
|
1003
|
-
|
|
1004
998
|
// SquareArrowOutUpLeft aliases
|
|
1005
999
|
export {
|
|
1006
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 */
|
|
1007
1001
|
default as ArrowUpLeftFromSquare
|
|
1008
1002
|
} from '../icons/square-arrow-out-up-left';
|
|
1009
1003
|
|
|
1004
|
+
// SquareArrowOutDownRight aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @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 */
|
|
1007
|
+
default as ArrowDownRightFromSquare
|
|
1008
|
+
} from '../icons/square-arrow-out-down-right';
|
|
1009
|
+
|
|
1010
1010
|
// SquareArrowOutUpRight aliases
|
|
1011
1011
|
export {
|
|
1012
1012
|
/** @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 CheckSquare
|
|
1068
1068
|
} from '../icons/square-check-big';
|
|
1069
1069
|
|
|
1070
|
-
// SquareChevronDown aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @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 */
|
|
1073
|
-
default as ChevronDownSquare
|
|
1074
|
-
} from '../icons/square-chevron-down';
|
|
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
|
+
// SquareChevronDown aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @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 */
|
|
1079
|
+
default as ChevronDownSquare
|
|
1080
|
+
} from '../icons/square-chevron-down';
|
|
1081
|
+
|
|
1082
1082
|
// SquareChevronLeft aliases
|
|
1083
1083
|
export {
|
|
1084
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1139,18 +1139,18 @@ export {
|
|
|
1139
1139
|
default as EqualSquare
|
|
1140
1140
|
} from '../icons/square-equal';
|
|
1141
1141
|
|
|
1142
|
-
// SquareKanban aliases
|
|
1143
|
-
export {
|
|
1144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
1145
|
-
default as KanbanSquare
|
|
1146
|
-
} from '../icons/square-kanban';
|
|
1147
|
-
|
|
1148
1142
|
// SquareFunction aliases
|
|
1149
1143
|
export {
|
|
1150
1144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1151
1145
|
default as FunctionSquare
|
|
1152
1146
|
} from '../icons/square-function';
|
|
1153
1147
|
|
|
1148
|
+
// SquareKanban aliases
|
|
1149
|
+
export {
|
|
1150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
1151
|
+
default as KanbanSquare
|
|
1152
|
+
} from '../icons/square-kanban';
|
|
1153
|
+
|
|
1154
1154
|
// SquareLibrary aliases
|
|
1155
1155
|
export {
|
|
1156
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
@@ -1187,12 +1187,6 @@ export {
|
|
|
1187
1187
|
default as ParkingSquareOff
|
|
1188
1188
|
} from '../icons/square-parking-off';
|
|
1189
1189
|
|
|
1190
|
-
// SquareParking aliases
|
|
1191
|
-
export {
|
|
1192
|
-
/** @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 */
|
|
1193
|
-
default as ParkingSquare
|
|
1194
|
-
} from '../icons/square-parking';
|
|
1195
|
-
|
|
1196
1190
|
// SquarePen aliases
|
|
1197
1191
|
export {
|
|
1198
1192
|
/** @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 */
|
|
@@ -1211,6 +1205,12 @@ export {
|
|
|
1211
1205
|
default as PenSquare
|
|
1212
1206
|
} from '../icons/square-pen';
|
|
1213
1207
|
|
|
1208
|
+
// SquareParking aliases
|
|
1209
|
+
export {
|
|
1210
|
+
/** @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 */
|
|
1211
|
+
default as ParkingSquare
|
|
1212
|
+
} from '../icons/square-parking';
|
|
1213
|
+
|
|
1214
1214
|
// SquarePercent aliases
|
|
1215
1215
|
export {
|
|
1216
1216
|
/** @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 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PilcrowSquare
|
|
1230
1230
|
} from '../icons/square-pilcrow';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePlus aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @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 */
|
|
1235
|
-
default as PlusSquare
|
|
1236
|
-
} from '../icons/square-plus';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlay aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
1235
|
default as PlaySquare
|
|
1242
1236
|
} from '../icons/square-play';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePlus aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @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 */
|
|
1241
|
+
default as PlusSquare
|
|
1242
|
+
} from '../icons/square-plus';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePower aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @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 */
|
|
@@ -1349,18 +1349,18 @@ export {
|
|
|
1349
1349
|
default as TextSelection
|
|
1350
1350
|
} from '../icons/text-select';
|
|
1351
1351
|
|
|
1352
|
-
// TramFront aliases
|
|
1353
|
-
export {
|
|
1354
|
-
/** @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 */
|
|
1355
|
-
default as Train
|
|
1356
|
-
} from '../icons/tram-front';
|
|
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
|
+
// TramFront aliases
|
|
1359
|
+
export {
|
|
1360
|
+
/** @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 */
|
|
1361
|
+
default as Train
|
|
1362
|
+
} from '../icons/tram-front';
|
|
1363
|
+
|
|
1364
1364
|
// TreePalm aliases
|
|
1365
1365
|
export {
|
|
1366
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
@@ -1421,18 +1421,18 @@ export {
|
|
|
1421
1421
|
default as User2
|
|
1422
1422
|
} from '../icons/user-round';
|
|
1423
1423
|
|
|
1424
|
-
// UtensilsCrossed aliases
|
|
1425
|
-
export {
|
|
1426
|
-
/** @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 */
|
|
1427
|
-
default as ForkKnifeCrossed
|
|
1428
|
-
} from '../icons/utensils-crossed';
|
|
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
|
+
// UtensilsCrossed aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @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 */
|
|
1433
|
+
default as ForkKnifeCrossed
|
|
1434
|
+
} from '../icons/utensils-crossed';
|
|
1435
|
+
|
|
1436
1436
|
// Utensils aliases
|
|
1437
1437
|
export {
|
|
1438
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 */
|