@lucide/astro 0.541.0 → 0.543.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 +132 -78
- package/src/aliases/prefixed.ts +646 -606
- package/src/aliases/suffixed.ts +1017 -977
- package/src/icons/bug-off.ts +2 -2
- package/src/icons/bug-play.ts +2 -2
- package/src/icons/bug.ts +2 -2
- package/src/icons/calendar-cog.ts +2 -2
- package/src/icons/chart-no-axes-column-decreasing.ts +2 -2
- package/src/icons/chart-no-axes-column-increasing.ts +2 -2
- package/src/icons/chart-no-axes-column.ts +2 -2
- package/src/icons/chart-no-axes-gantt.ts +2 -2
- package/src/icons/church.ts +2 -2
- package/src/icons/house-heart.ts +18 -0
- package/src/icons/house-plug.ts +2 -2
- package/src/icons/house-plus.ts +2 -2
- package/src/icons/house-wifi.ts +2 -2
- package/src/icons/house.ts +2 -2
- package/src/icons/index.ts +205 -203
- package/src/icons/kanban.ts +2 -2
- package/src/icons/list-check.ts +2 -2
- package/src/icons/list-checks.ts +2 -2
- package/src/icons/list-chevrons-down-up.ts +18 -0
- package/src/icons/list-chevrons-up-down.ts +18 -0
- package/src/icons/list-collapse.ts +2 -2
- package/src/icons/list-end.ts +2 -2
- package/src/icons/list-filter-plus.ts +2 -2
- package/src/icons/list-filter.ts +2 -2
- package/src/icons/list-indent-decrease.ts +18 -0
- package/src/icons/list-indent-increase.ts +18 -0
- package/src/icons/list-minus.ts +2 -2
- package/src/icons/list-music.ts +2 -2
- package/src/icons/list-ordered.ts +2 -2
- package/src/icons/list-plus.ts +2 -2
- package/src/icons/list-restart.ts +2 -2
- package/src/icons/list-start.ts +2 -2
- package/src/icons/list-todo.ts +2 -2
- package/src/icons/list-tree.ts +2 -2
- package/src/icons/list-video.ts +2 -2
- package/src/icons/list-x.ts +2 -2
- package/src/icons/list.ts +2 -2
- package/src/icons/logs.ts +2 -2
- package/src/icons/menu.ts +2 -2
- package/src/icons/message-square-quote.ts +2 -2
- package/src/icons/panel-left-right-dashed.ts +2 -2
- package/src/icons/panel-top-bottom-dashed.ts +2 -2
- package/src/icons/sliders-horizontal.ts +2 -2
- package/src/icons/sliders-vertical.ts +2 -2
- package/src/icons/table-of-contents.ts +2 -2
- package/src/icons/{align-left.ts → text-align-center.ts} +4 -4
- package/src/icons/{align-center.ts → text-align-end.ts} +4 -4
- package/src/icons/{align-right.ts → text-align-justify.ts} +4 -4
- package/src/icons/{align-justify.ts → text-align-start.ts} +4 -4
- package/src/icons/{indent-decrease.ts → text-initial.ts} +4 -4
- package/src/icons/text-quote.ts +2 -2
- package/src/icons/text-search.ts +2 -2
- package/src/icons/text-wrap.ts +18 -0
- package/src/icons/indent-increase.ts +0 -18
- package/src/icons/letter-text.ts +0 -18
- package/src/icons/text.ts +0 -18
- package/src/icons/wrap-text.ts +0 -18
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -47,12 +47,6 @@ export {
|
|
|
47
47
|
default as SortAsc
|
|
48
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
49
49
|
|
|
50
|
-
// Axis3d aliases
|
|
51
|
-
export {
|
|
52
|
-
/** @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 */
|
|
53
|
-
default as Axis3D
|
|
54
|
-
} from '../icons/axis-3d';
|
|
55
|
-
|
|
56
50
|
// ArrowUpZA aliases
|
|
57
51
|
export {
|
|
58
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 */
|
|
@@ -65,24 +59,30 @@ export {
|
|
|
65
59
|
default as Verified
|
|
66
60
|
} from '../icons/badge-check';
|
|
67
61
|
|
|
62
|
+
// Axis3d aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @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 */
|
|
65
|
+
default as Axis3D
|
|
66
|
+
} from '../icons/axis-3d';
|
|
67
|
+
|
|
68
68
|
// BadgeQuestionMark aliases
|
|
69
69
|
export {
|
|
70
70
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. This alias will be removed in v1.0 */
|
|
71
71
|
default as BadgeHelp
|
|
72
72
|
} from '../icons/badge-question-mark';
|
|
73
73
|
|
|
74
|
-
// BetweenHorizontalStart aliases
|
|
75
|
-
export {
|
|
76
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
77
|
-
default as BetweenHorizonalStart
|
|
78
|
-
} from '../icons/between-horizontal-start';
|
|
79
|
-
|
|
80
74
|
// BetweenHorizontalEnd aliases
|
|
81
75
|
export {
|
|
82
76
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
83
77
|
default as BetweenHorizonalEnd
|
|
84
78
|
} from '../icons/between-horizontal-end';
|
|
85
79
|
|
|
80
|
+
// BetweenHorizontalStart aliases
|
|
81
|
+
export {
|
|
82
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
83
|
+
default as BetweenHorizonalStart
|
|
84
|
+
} from '../icons/between-horizontal-start';
|
|
85
|
+
|
|
86
86
|
// BookDashed aliases
|
|
87
87
|
export {
|
|
88
88
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
|
|
@@ -119,18 +119,18 @@ export {
|
|
|
119
119
|
default as BarChartHorizontal
|
|
120
120
|
} from '../icons/chart-bar';
|
|
121
121
|
|
|
122
|
-
// ChartCandlestick aliases
|
|
123
|
-
export {
|
|
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 */
|
|
125
|
-
default as CandlestickChart
|
|
126
|
-
} from '../icons/chart-candlestick';
|
|
127
|
-
|
|
128
122
|
// ChartColumnBig aliases
|
|
129
123
|
export {
|
|
130
124
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartColumnBig} instead. This alias will be removed in v1.0 */
|
|
131
125
|
default as BarChartBig
|
|
132
126
|
} from '../icons/chart-column-big';
|
|
133
127
|
|
|
128
|
+
// ChartCandlestick aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @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 */
|
|
131
|
+
default as CandlestickChart
|
|
132
|
+
} from '../icons/chart-candlestick';
|
|
133
|
+
|
|
134
134
|
// ChartColumnIncreasing aliases
|
|
135
135
|
export {
|
|
136
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,18 +143,18 @@ export {
|
|
|
143
143
|
default as BarChart3
|
|
144
144
|
} from '../icons/chart-column';
|
|
145
145
|
|
|
146
|
-
// ChartLine aliases
|
|
147
|
-
export {
|
|
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 */
|
|
149
|
-
default as LineChart
|
|
150
|
-
} from '../icons/chart-line';
|
|
151
|
-
|
|
152
146
|
// ChartNoAxesColumnIncreasing aliases
|
|
153
147
|
export {
|
|
154
148
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
155
149
|
default as BarChart
|
|
156
150
|
} from '../icons/chart-no-axes-column-increasing';
|
|
157
151
|
|
|
152
|
+
// ChartLine aliases
|
|
153
|
+
export {
|
|
154
|
+
/** @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 */
|
|
155
|
+
default as LineChart
|
|
156
|
+
} from '../icons/chart-line';
|
|
157
|
+
|
|
158
158
|
// ChartNoAxesColumn aliases
|
|
159
159
|
export {
|
|
160
160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -209,18 +209,18 @@ export {
|
|
|
209
209
|
default as ArrowDownLeftFromCircle
|
|
210
210
|
} from '../icons/circle-arrow-out-down-left';
|
|
211
211
|
|
|
212
|
-
// CircleArrowOutDownRight aliases
|
|
213
|
-
export {
|
|
214
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
215
|
-
default as ArrowDownRightFromCircle
|
|
216
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
217
|
-
|
|
218
212
|
// CircleArrowOutUpLeft aliases
|
|
219
213
|
export {
|
|
220
214
|
/** @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 */
|
|
221
215
|
default as ArrowUpLeftFromCircle
|
|
222
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
223
217
|
|
|
218
|
+
// CircleArrowOutDownRight aliases
|
|
219
|
+
export {
|
|
220
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
221
|
+
default as ArrowDownRightFromCircle
|
|
222
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
223
|
+
|
|
224
224
|
// CircleArrowOutUpRight aliases
|
|
225
225
|
export {
|
|
226
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 */
|
|
@@ -239,18 +239,18 @@ export {
|
|
|
239
239
|
default as ArrowUpCircle
|
|
240
240
|
} from '../icons/circle-arrow-up';
|
|
241
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
242
|
// CircleCheck aliases
|
|
249
243
|
export {
|
|
250
244
|
/** @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 */
|
|
251
245
|
default as CheckCircle2
|
|
252
246
|
} from '../icons/circle-check';
|
|
253
247
|
|
|
248
|
+
// CircleCheckBig aliases
|
|
249
|
+
export {
|
|
250
|
+
/** @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 */
|
|
251
|
+
default as CheckCircle
|
|
252
|
+
} from '../icons/circle-check-big';
|
|
253
|
+
|
|
254
254
|
// CircleChevronDown aliases
|
|
255
255
|
export {
|
|
256
256
|
/** @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 */
|
|
@@ -323,18 +323,18 @@ export {
|
|
|
323
323
|
default as PlayCircle
|
|
324
324
|
} from '../icons/circle-play';
|
|
325
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
326
|
// CirclePower aliases
|
|
333
327
|
export {
|
|
334
328
|
/** @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 */
|
|
335
329
|
default as PowerCircle
|
|
336
330
|
} from '../icons/circle-power';
|
|
337
331
|
|
|
332
|
+
// CirclePlus aliases
|
|
333
|
+
export {
|
|
334
|
+
/** @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 */
|
|
335
|
+
default as PlusCircle
|
|
336
|
+
} from '../icons/circle-plus';
|
|
337
|
+
|
|
338
338
|
// CircleQuestionMark aliases
|
|
339
339
|
export {
|
|
340
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 */
|
|
@@ -431,18 +431,18 @@ export {
|
|
|
431
431
|
default as PanelsLeftRight
|
|
432
432
|
} from '../icons/columns-3';
|
|
433
433
|
|
|
434
|
-
// DiamondPercent aliases
|
|
435
|
-
export {
|
|
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 */
|
|
437
|
-
default as PercentDiamond
|
|
438
|
-
} from '../icons/diamond-percent';
|
|
439
|
-
|
|
440
434
|
// ContactRound aliases
|
|
441
435
|
export {
|
|
442
436
|
/** @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 */
|
|
443
437
|
default as Contact2
|
|
444
438
|
} from '../icons/contact-round';
|
|
445
439
|
|
|
440
|
+
// DiamondPercent aliases
|
|
441
|
+
export {
|
|
442
|
+
/** @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 */
|
|
443
|
+
default as PercentDiamond
|
|
444
|
+
} from '../icons/diamond-percent';
|
|
445
|
+
|
|
446
446
|
// Earth aliases
|
|
447
447
|
export {
|
|
448
448
|
/** @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 */
|
|
@@ -563,18 +563,18 @@ export {
|
|
|
563
563
|
default as Grid2X2Check
|
|
564
564
|
} from '../icons/grid-2x2-check';
|
|
565
565
|
|
|
566
|
-
// Grid2x2X aliases
|
|
567
|
-
export {
|
|
568
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
569
|
-
default as Grid2X2X
|
|
570
|
-
} from '../icons/grid-2x2-x';
|
|
571
|
-
|
|
572
566
|
// Grid2x2Plus aliases
|
|
573
567
|
export {
|
|
574
568
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Plus} instead. This alias will be removed in v1.0 */
|
|
575
569
|
default as Grid2X2Plus
|
|
576
570
|
} from '../icons/grid-2x2-plus';
|
|
577
571
|
|
|
572
|
+
// Grid2x2X aliases
|
|
573
|
+
export {
|
|
574
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
575
|
+
default as Grid2X2X
|
|
576
|
+
} from '../icons/grid-2x2-x';
|
|
577
|
+
|
|
578
578
|
// Grid2x2 aliases
|
|
579
579
|
export {
|
|
580
580
|
/** @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 */
|
|
@@ -623,18 +623,6 @@ export {
|
|
|
623
623
|
default as IceCream
|
|
624
624
|
} from '../icons/ice-cream-cone';
|
|
625
625
|
|
|
626
|
-
// IndentDecrease aliases
|
|
627
|
-
export {
|
|
628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentDecrease} instead. This alias will be removed in v1.0 */
|
|
629
|
-
default as Outdent
|
|
630
|
-
} from '../icons/indent-decrease';
|
|
631
|
-
|
|
632
|
-
// IndentIncrease aliases
|
|
633
|
-
export {
|
|
634
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link IndentIncrease} instead. This alias will be removed in v1.0 */
|
|
635
|
-
default as Indent
|
|
636
|
-
} from '../icons/indent-increase';
|
|
637
|
-
|
|
638
626
|
// LaptopMinimal aliases
|
|
639
627
|
export {
|
|
640
628
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
@@ -647,6 +635,30 @@ export {
|
|
|
647
635
|
default as Layers3
|
|
648
636
|
} from '../icons/layers';
|
|
649
637
|
|
|
638
|
+
// ListIndentDecrease aliases
|
|
639
|
+
export {
|
|
640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
641
|
+
default as Outdent
|
|
642
|
+
} from '../icons/list-indent-decrease';
|
|
643
|
+
|
|
644
|
+
// ListIndentDecrease aliases
|
|
645
|
+
export {
|
|
646
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
647
|
+
default as IndentDecrease
|
|
648
|
+
} from '../icons/list-indent-decrease';
|
|
649
|
+
|
|
650
|
+
// ListIndentIncrease aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
653
|
+
default as Indent
|
|
654
|
+
} from '../icons/list-indent-increase';
|
|
655
|
+
|
|
656
|
+
// ListIndentIncrease aliases
|
|
657
|
+
export {
|
|
658
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
659
|
+
default as IndentIncrease
|
|
660
|
+
} from '../icons/list-indent-increase';
|
|
661
|
+
|
|
650
662
|
// LoaderCircle aliases
|
|
651
663
|
export {
|
|
652
664
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
@@ -863,18 +875,18 @@ export {
|
|
|
863
875
|
default as ArrowDownRightSquare
|
|
864
876
|
} from '../icons/square-arrow-down-right';
|
|
865
877
|
|
|
866
|
-
// SquareArrowDown aliases
|
|
867
|
-
export {
|
|
868
|
-
/** @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 */
|
|
869
|
-
default as ArrowDownSquare
|
|
870
|
-
} from '../icons/square-arrow-down';
|
|
871
|
-
|
|
872
878
|
// SquareArrowLeft aliases
|
|
873
879
|
export {
|
|
874
880
|
/** @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 */
|
|
875
881
|
default as ArrowLeftSquare
|
|
876
882
|
} from '../icons/square-arrow-left';
|
|
877
883
|
|
|
884
|
+
// SquareArrowDown aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @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 */
|
|
887
|
+
default as ArrowDownSquare
|
|
888
|
+
} from '../icons/square-arrow-down';
|
|
889
|
+
|
|
878
890
|
// SquareArrowOutDownLeft aliases
|
|
879
891
|
export {
|
|
880
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1055,12 +1067,6 @@ export {
|
|
|
1055
1067
|
default as MenuSquare
|
|
1056
1068
|
} from '../icons/square-menu';
|
|
1057
1069
|
|
|
1058
|
-
// SquareMinus aliases
|
|
1059
|
-
export {
|
|
1060
|
-
/** @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 */
|
|
1061
|
-
default as MinusSquare
|
|
1062
|
-
} from '../icons/square-minus';
|
|
1063
|
-
|
|
1064
1070
|
// SquareMousePointer aliases
|
|
1065
1071
|
export {
|
|
1066
1072
|
/** @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 */
|
|
@@ -1073,6 +1079,12 @@ export {
|
|
|
1073
1079
|
default as ParkingSquareOff
|
|
1074
1080
|
} from '../icons/square-parking-off';
|
|
1075
1081
|
|
|
1082
|
+
// SquareMinus aliases
|
|
1083
|
+
export {
|
|
1084
|
+
/** @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 */
|
|
1085
|
+
default as MinusSquare
|
|
1086
|
+
} from '../icons/square-minus';
|
|
1087
|
+
|
|
1076
1088
|
// SquareParking aliases
|
|
1077
1089
|
export {
|
|
1078
1090
|
/** @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,12 +1205,54 @@ export {
|
|
|
1193
1205
|
default as TestTube2
|
|
1194
1206
|
} from '../icons/test-tube-diagonal';
|
|
1195
1207
|
|
|
1208
|
+
// TextAlignCenter aliases
|
|
1209
|
+
export {
|
|
1210
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. This alias will be removed in v1.0 */
|
|
1211
|
+
default as AlignCenter
|
|
1212
|
+
} from '../icons/text-align-center';
|
|
1213
|
+
|
|
1214
|
+
// TextAlignEnd aliases
|
|
1215
|
+
export {
|
|
1216
|
+
/** @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 */
|
|
1217
|
+
default as AlignRight
|
|
1218
|
+
} from '../icons/text-align-end';
|
|
1219
|
+
|
|
1220
|
+
// TextAlignJustify aliases
|
|
1221
|
+
export {
|
|
1222
|
+
/** @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 */
|
|
1223
|
+
default as AlignJustify
|
|
1224
|
+
} from '../icons/text-align-justify';
|
|
1225
|
+
|
|
1226
|
+
// TextAlignStart aliases
|
|
1227
|
+
export {
|
|
1228
|
+
/** @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 */
|
|
1229
|
+
default as Text
|
|
1230
|
+
} from '../icons/text-align-start';
|
|
1231
|
+
|
|
1232
|
+
// TextAlignStart aliases
|
|
1233
|
+
export {
|
|
1234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignStart} instead. This alias will be removed in v1.0 */
|
|
1235
|
+
default as AlignLeft
|
|
1236
|
+
} from '../icons/text-align-start';
|
|
1237
|
+
|
|
1238
|
+
// TextInitial aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @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 */
|
|
1241
|
+
default as LetterText
|
|
1242
|
+
} from '../icons/text-initial';
|
|
1243
|
+
|
|
1196
1244
|
// TextSelect aliases
|
|
1197
1245
|
export {
|
|
1198
1246
|
/** @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 */
|
|
1199
1247
|
default as TextSelection
|
|
1200
1248
|
} from '../icons/text-select';
|
|
1201
1249
|
|
|
1250
|
+
// TextWrap aliases
|
|
1251
|
+
export {
|
|
1252
|
+
/** @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 */
|
|
1253
|
+
default as WrapText
|
|
1254
|
+
} from '../icons/text-wrap';
|
|
1255
|
+
|
|
1202
1256
|
// TramFront aliases
|
|
1203
1257
|
export {
|
|
1204
1258
|
/** @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 */
|