@lucide/astro 1.16.0 → 1.18.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 +120 -120
- package/src/aliases/prefixed.ts +753 -745
- package/src/aliases/suffixed.ts +1066 -1058
- package/src/icons/globe-check.ts +18 -0
- package/src/icons/index.ts +190 -186
- package/src/icons/martini.ts +2 -2
- package/src/icons/parasol.ts +18 -0
- package/src/icons/play-off.ts +18 -0
- package/src/icons/webcam-off.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -107,23 +107,17 @@ export {
|
|
|
107
107
|
default as AreaChart
|
|
108
108
|
} from '../icons/chart-area';
|
|
109
109
|
|
|
110
|
-
// ChartBar aliases
|
|
111
|
-
export {
|
|
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 */
|
|
113
|
-
default as BarChartHorizontal
|
|
114
|
-
} from '../icons/chart-bar';
|
|
115
|
-
|
|
116
110
|
// ChartBarBig aliases
|
|
117
111
|
export {
|
|
118
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 */
|
|
119
113
|
default as BarChartHorizontalBig
|
|
120
114
|
} from '../icons/chart-bar-big';
|
|
121
115
|
|
|
122
|
-
//
|
|
116
|
+
// ChartBar aliases
|
|
123
117
|
export {
|
|
124
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
125
|
-
default as
|
|
126
|
-
} from '../icons/chart-
|
|
118
|
+
/** @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
|
+
default as BarChartHorizontal
|
|
120
|
+
} from '../icons/chart-bar';
|
|
127
121
|
|
|
128
122
|
// ChartCandlestick aliases
|
|
129
123
|
export {
|
|
@@ -131,6 +125,12 @@ export {
|
|
|
131
125
|
default as CandlestickChart
|
|
132
126
|
} from '../icons/chart-candlestick';
|
|
133
127
|
|
|
128
|
+
// ChartColumnBig aliases
|
|
129
|
+
export {
|
|
130
|
+
/** @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
|
+
default as BarChartBig
|
|
132
|
+
} from '../icons/chart-column-big';
|
|
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 */
|
|
@@ -149,18 +149,18 @@ export {
|
|
|
149
149
|
default as LineChart
|
|
150
150
|
} from '../icons/chart-line';
|
|
151
151
|
|
|
152
|
-
// ChartNoAxesColumn aliases
|
|
153
|
-
export {
|
|
154
|
-
/** @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 */
|
|
155
|
-
default as BarChart2
|
|
156
|
-
} from '../icons/chart-no-axes-column';
|
|
157
|
-
|
|
158
152
|
// ChartNoAxesColumnIncreasing aliases
|
|
159
153
|
export {
|
|
160
154
|
/** @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 */
|
|
161
155
|
default as BarChart
|
|
162
156
|
} from '../icons/chart-no-axes-column-increasing';
|
|
163
157
|
|
|
158
|
+
// ChartNoAxesColumn aliases
|
|
159
|
+
export {
|
|
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 */
|
|
161
|
+
default as BarChart2
|
|
162
|
+
} from '../icons/chart-no-axes-column';
|
|
163
|
+
|
|
164
164
|
// ChartNoAxesGantt aliases
|
|
165
165
|
export {
|
|
166
166
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -257,18 +257,18 @@ export {
|
|
|
257
257
|
default as ChevronLeftCircle
|
|
258
258
|
} from '../icons/circle-chevron-left';
|
|
259
259
|
|
|
260
|
-
// CircleChevronUp aliases
|
|
261
|
-
export {
|
|
262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
263
|
-
default as ChevronUpCircle
|
|
264
|
-
} from '../icons/circle-chevron-up';
|
|
265
|
-
|
|
266
260
|
// CircleChevronRight aliases
|
|
267
261
|
export {
|
|
268
262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
269
263
|
default as ChevronRightCircle
|
|
270
264
|
} from '../icons/circle-chevron-right';
|
|
271
265
|
|
|
266
|
+
// CircleChevronUp aliases
|
|
267
|
+
export {
|
|
268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
269
|
+
default as ChevronUpCircle
|
|
270
|
+
} from '../icons/circle-chevron-up';
|
|
271
|
+
|
|
272
272
|
// CircleDivide aliases
|
|
273
273
|
export {
|
|
274
274
|
/** @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 */
|
|
@@ -419,18 +419,18 @@ export {
|
|
|
419
419
|
default as Columns
|
|
420
420
|
} from '../icons/columns-2';
|
|
421
421
|
|
|
422
|
-
// Columns3 aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
425
|
-
default as PanelsLeftRight
|
|
426
|
-
} from '../icons/columns-3';
|
|
427
|
-
|
|
428
422
|
// ContactRound aliases
|
|
429
423
|
export {
|
|
430
424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ContactRound} instead. This alias will be removed in v1.0 */
|
|
431
425
|
default as Contact2
|
|
432
426
|
} from '../icons/contact-round';
|
|
433
427
|
|
|
428
|
+
// Columns3 aliases
|
|
429
|
+
export {
|
|
430
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
|
+
default as PanelsLeftRight
|
|
432
|
+
} from '../icons/columns-3';
|
|
433
|
+
|
|
434
434
|
// DiamondPercent aliases
|
|
435
435
|
export {
|
|
436
436
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
|
|
@@ -443,18 +443,18 @@ export {
|
|
|
443
443
|
default as Globe2
|
|
444
444
|
} from '../icons/earth';
|
|
445
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
446
|
// Ellipsis aliases
|
|
453
447
|
export {
|
|
454
448
|
/** @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 */
|
|
455
449
|
default as MoreHorizontal
|
|
456
450
|
} from '../icons/ellipsis';
|
|
457
451
|
|
|
452
|
+
// EllipsisVertical aliases
|
|
453
|
+
export {
|
|
454
|
+
/** @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 */
|
|
455
|
+
default as MoreVertical
|
|
456
|
+
} from '../icons/ellipsis-vertical';
|
|
457
|
+
|
|
458
458
|
// FileAxis3d aliases
|
|
459
459
|
export {
|
|
460
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 */
|
|
@@ -743,6 +743,12 @@ export {
|
|
|
743
743
|
default as IndentDecrease
|
|
744
744
|
} from '../icons/list-indent-decrease';
|
|
745
745
|
|
|
746
|
+
// LoaderCircle aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @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 */
|
|
749
|
+
default as Loader2
|
|
750
|
+
} from '../icons/loader-circle';
|
|
751
|
+
|
|
746
752
|
// ListIndentIncrease aliases
|
|
747
753
|
export {
|
|
748
754
|
/** @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 */
|
|
@@ -755,12 +761,6 @@ export {
|
|
|
755
761
|
default as IndentIncrease
|
|
756
762
|
} from '../icons/list-indent-increase';
|
|
757
763
|
|
|
758
|
-
// LoaderCircle aliases
|
|
759
|
-
export {
|
|
760
|
-
/** @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 */
|
|
761
|
-
default as Loader2
|
|
762
|
-
} from '../icons/loader-circle';
|
|
763
|
-
|
|
764
764
|
// LockKeyholeOpen aliases
|
|
765
765
|
export {
|
|
766
766
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -827,12 +827,6 @@ export {
|
|
|
827
827
|
default as Paintbrush2
|
|
828
828
|
} from '../icons/paintbrush-vertical';
|
|
829
829
|
|
|
830
|
-
// PanelBottomDashed aliases
|
|
831
|
-
export {
|
|
832
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
833
|
-
default as PanelBottomInactive
|
|
834
|
-
} from '../icons/panel-bottom-dashed';
|
|
835
|
-
|
|
836
830
|
// PanelLeftClose aliases
|
|
837
831
|
export {
|
|
838
832
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftClose} instead. This alias will be removed in v1.0 */
|
|
@@ -845,11 +839,11 @@ export {
|
|
|
845
839
|
default as PanelLeftInactive
|
|
846
840
|
} from '../icons/panel-left-dashed';
|
|
847
841
|
|
|
848
|
-
//
|
|
842
|
+
// PanelBottomDashed aliases
|
|
849
843
|
export {
|
|
850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
851
|
-
default as
|
|
852
|
-
} from '../icons/panel-
|
|
844
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
845
|
+
default as PanelBottomInactive
|
|
846
|
+
} from '../icons/panel-bottom-dashed';
|
|
853
847
|
|
|
854
848
|
// PanelLeft aliases
|
|
855
849
|
export {
|
|
@@ -857,6 +851,12 @@ export {
|
|
|
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 */
|
|
@@ -887,18 +887,18 @@ export {
|
|
|
887
887
|
default as Edit2
|
|
888
888
|
} from '../icons/pen';
|
|
889
889
|
|
|
890
|
-
// RectangleEllipsis aliases
|
|
891
|
-
export {
|
|
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 */
|
|
893
|
-
default as FormInput
|
|
894
|
-
} from '../icons/rectangle-ellipsis';
|
|
895
|
-
|
|
896
890
|
// PlugZap aliases
|
|
897
891
|
export {
|
|
898
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 */
|
|
899
893
|
default as PlugZap2
|
|
900
894
|
} from '../icons/plug-zap';
|
|
901
895
|
|
|
896
|
+
// RectangleEllipsis aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @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
|
+
default as FormInput
|
|
900
|
+
} from '../icons/rectangle-ellipsis';
|
|
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 */
|
|
@@ -989,30 +989,30 @@ export {
|
|
|
989
989
|
default as ArrowDownLeftFromSquare
|
|
990
990
|
} from '../icons/square-arrow-out-down-left';
|
|
991
991
|
|
|
992
|
-
// SquareArrowOutDownRight aliases
|
|
993
|
-
export {
|
|
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 */
|
|
995
|
-
default as ArrowDownRightFromSquare
|
|
996
|
-
} from '../icons/square-arrow-out-down-right';
|
|
997
|
-
|
|
998
|
-
// SquareArrowRight aliases
|
|
999
|
-
export {
|
|
1000
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
1001
|
-
default as ArrowRightSquare
|
|
1002
|
-
} from '../icons/square-arrow-right';
|
|
1003
|
-
|
|
1004
992
|
// SquareArrowOutUpLeft aliases
|
|
1005
993
|
export {
|
|
1006
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 */
|
|
1007
995
|
default as ArrowUpLeftFromSquare
|
|
1008
996
|
} from '../icons/square-arrow-out-up-left';
|
|
1009
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
|
+
|
|
1010
1004
|
// SquareArrowOutUpRight aliases
|
|
1011
1005
|
export {
|
|
1012
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 */
|
|
1013
1007
|
default as ArrowUpRightFromSquare
|
|
1014
1008
|
} from '../icons/square-arrow-out-up-right';
|
|
1015
1009
|
|
|
1010
|
+
// SquareArrowRight aliases
|
|
1011
|
+
export {
|
|
1012
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowRight} instead. This alias will be removed in v1.0 */
|
|
1013
|
+
default as ArrowRightSquare
|
|
1014
|
+
} from '../icons/square-arrow-right';
|
|
1015
|
+
|
|
1016
1016
|
// SquareArrowUpLeft aliases
|
|
1017
1017
|
export {
|
|
1018
1018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1115,18 +1115,6 @@ export {
|
|
|
1115
1115
|
default as KanbanSquareDashed
|
|
1116
1116
|
} from '../icons/square-dashed-kanban';
|
|
1117
1117
|
|
|
1118
|
-
// SquareDashedText aliases
|
|
1119
|
-
export {
|
|
1120
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
1121
|
-
default as TextSelection
|
|
1122
|
-
} from '../icons/square-dashed-text';
|
|
1123
|
-
|
|
1124
|
-
// SquareDashedText aliases
|
|
1125
|
-
export {
|
|
1126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
1127
|
-
default as TextSelect
|
|
1128
|
-
} from '../icons/square-dashed-text';
|
|
1129
|
-
|
|
1130
1118
|
// SquareDashedMousePointer aliases
|
|
1131
1119
|
export {
|
|
1132
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 */
|
|
@@ -1139,6 +1127,18 @@ export {
|
|
|
1139
1127
|
default as BoxSelect
|
|
1140
1128
|
} from '../icons/square-dashed';
|
|
1141
1129
|
|
|
1130
|
+
// SquareDashedText aliases
|
|
1131
|
+
export {
|
|
1132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
1133
|
+
default as TextSelection
|
|
1134
|
+
} from '../icons/square-dashed-text';
|
|
1135
|
+
|
|
1136
|
+
// SquareDashedText aliases
|
|
1137
|
+
export {
|
|
1138
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. This alias will be removed in v1.0 */
|
|
1139
|
+
default as TextSelect
|
|
1140
|
+
} from '../icons/square-dashed-text';
|
|
1141
|
+
|
|
1142
1142
|
// SquareDivide aliases
|
|
1143
1143
|
export {
|
|
1144
1144
|
/** @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 */
|
|
@@ -1157,18 +1157,18 @@ export {
|
|
|
1157
1157
|
default as EqualSquare
|
|
1158
1158
|
} from '../icons/square-equal';
|
|
1159
1159
|
|
|
1160
|
-
// SquareKanban aliases
|
|
1161
|
-
export {
|
|
1162
|
-
/** @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 */
|
|
1163
|
-
default as KanbanSquare
|
|
1164
|
-
} from '../icons/square-kanban';
|
|
1165
|
-
|
|
1166
1160
|
// SquareFunction aliases
|
|
1167
1161
|
export {
|
|
1168
1162
|
/** @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 */
|
|
1169
1163
|
default as FunctionSquare
|
|
1170
1164
|
} from '../icons/square-function';
|
|
1171
1165
|
|
|
1166
|
+
// SquareKanban aliases
|
|
1167
|
+
export {
|
|
1168
|
+
/** @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 */
|
|
1169
|
+
default as KanbanSquare
|
|
1170
|
+
} from '../icons/square-kanban';
|
|
1171
|
+
|
|
1172
1172
|
// SquareLibrary aliases
|
|
1173
1173
|
export {
|
|
1174
1174
|
/** @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 */
|
|
@@ -1229,30 +1229,24 @@ export {
|
|
|
1229
1229
|
default as PenSquare
|
|
1230
1230
|
} from '../icons/square-pen';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePi aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1235
|
-
default as PiSquare
|
|
1236
|
-
} from '../icons/square-pi';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePercent aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @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 */
|
|
1241
1235
|
default as PercentSquare
|
|
1242
1236
|
} from '../icons/square-percent';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePi aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as PiSquare
|
|
1242
|
+
} from '../icons/square-pi';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePilcrow aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @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 */
|
|
1247
1247
|
default as PilcrowSquare
|
|
1248
1248
|
} from '../icons/square-pilcrow';
|
|
1249
1249
|
|
|
1250
|
-
// SquarePlay aliases
|
|
1251
|
-
export {
|
|
1252
|
-
/** @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 */
|
|
1253
|
-
default as PlaySquare
|
|
1254
|
-
} from '../icons/square-play';
|
|
1255
|
-
|
|
1256
1250
|
// SquarePlus aliases
|
|
1257
1251
|
export {
|
|
1258
1252
|
/** @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 */
|
|
@@ -1265,18 +1259,24 @@ export {
|
|
|
1265
1259
|
default as PowerSquare
|
|
1266
1260
|
} from '../icons/square-power';
|
|
1267
1261
|
|
|
1268
|
-
// SquareSigma aliases
|
|
1269
|
-
export {
|
|
1270
|
-
/** @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 */
|
|
1271
|
-
default as SigmaSquare
|
|
1272
|
-
} from '../icons/square-sigma';
|
|
1273
|
-
|
|
1274
1262
|
// SquareScissors aliases
|
|
1275
1263
|
export {
|
|
1276
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 */
|
|
1277
1265
|
default as ScissorsSquare
|
|
1278
1266
|
} from '../icons/square-scissors';
|
|
1279
1267
|
|
|
1268
|
+
// SquarePlay aliases
|
|
1269
|
+
export {
|
|
1270
|
+
/** @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 */
|
|
1271
|
+
default as PlaySquare
|
|
1272
|
+
} from '../icons/square-play';
|
|
1273
|
+
|
|
1274
|
+
// SquareSigma aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
1277
|
+
default as SigmaSquare
|
|
1278
|
+
} from '../icons/square-sigma';
|
|
1279
|
+
|
|
1280
1280
|
// SquareSlash aliases
|
|
1281
1281
|
export {
|
|
1282
1282
|
/** @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 */
|
|
@@ -1331,18 +1331,18 @@ export {
|
|
|
1331
1331
|
default as AlignCenter
|
|
1332
1332
|
} from '../icons/text-align-center';
|
|
1333
1333
|
|
|
1334
|
-
// TextAlignJustify aliases
|
|
1335
|
-
export {
|
|
1336
|
-
/** @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 */
|
|
1337
|
-
default as AlignJustify
|
|
1338
|
-
} from '../icons/text-align-justify';
|
|
1339
|
-
|
|
1340
1334
|
// TextAlignEnd aliases
|
|
1341
1335
|
export {
|
|
1342
1336
|
/** @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
1337
|
default as AlignRight
|
|
1344
1338
|
} from '../icons/text-align-end';
|
|
1345
1339
|
|
|
1340
|
+
// TextAlignJustify aliases
|
|
1341
|
+
export {
|
|
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
1346
|
// TextAlignStart aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @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 */
|
|
@@ -1409,23 +1409,17 @@ export {
|
|
|
1409
1409
|
default as UserCog2
|
|
1410
1410
|
} from '../icons/user-round-cog';
|
|
1411
1411
|
|
|
1412
|
-
// UserRoundPlus aliases
|
|
1413
|
-
export {
|
|
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 */
|
|
1415
|
-
default as UserPlus2
|
|
1416
|
-
} from '../icons/user-round-plus';
|
|
1417
|
-
|
|
1418
1412
|
// UserRoundMinus aliases
|
|
1419
1413
|
export {
|
|
1420
1414
|
/** @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
1415
|
default as UserMinus2
|
|
1422
1416
|
} from '../icons/user-round-minus';
|
|
1423
1417
|
|
|
1424
|
-
//
|
|
1418
|
+
// UserRoundPlus aliases
|
|
1425
1419
|
export {
|
|
1426
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1427
|
-
default as
|
|
1428
|
-
} from '../icons/user-round';
|
|
1420
|
+
/** @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 */
|
|
1421
|
+
default as UserPlus2
|
|
1422
|
+
} from '../icons/user-round-plus';
|
|
1429
1423
|
|
|
1430
1424
|
// UserRoundX aliases
|
|
1431
1425
|
export {
|
|
@@ -1433,6 +1427,12 @@ export {
|
|
|
1433
1427
|
default as UserX2
|
|
1434
1428
|
} from '../icons/user-round-x';
|
|
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
|
// UsersRound aliases
|
|
1437
1437
|
export {
|
|
1438
1438
|
/** @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 */
|