@lucide/astro 1.15.0 → 1.16.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 +2 -2
- package/src/aliases/aliases.ts +110 -110
- package/src/aliases/prefixed.ts +630 -628
- package/src/aliases/suffixed.ts +964 -962
- package/src/icons/blender.ts +18 -0
- package/src/icons/index.ts +124 -123
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lucide/astro",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.16.0",
|
|
4
4
|
"author": "Moustapha Kebe",
|
|
5
5
|
"description": "A Lucide icon library package for Astro applications.",
|
|
6
6
|
"license": "ISC",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"typescript": "^5.8.3",
|
|
49
49
|
"vite": "^7.3.2",
|
|
50
50
|
"vitest": "^4.1.1",
|
|
51
|
-
"astro": "^6.1.
|
|
51
|
+
"astro": "^6.1.10",
|
|
52
52
|
"@lucide/build-icons": "1.1.0"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
package/src/aliases/aliases.ts
CHANGED
|
@@ -23,18 +23,18 @@ export {
|
|
|
23
23
|
default as ArrowDownAz
|
|
24
24
|
} from '../icons/arrow-down-a-z';
|
|
25
25
|
|
|
26
|
-
// ArrowDownZA aliases
|
|
27
|
-
export {
|
|
28
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
29
|
-
default as ArrowDownZa
|
|
30
|
-
} from '../icons/arrow-down-z-a';
|
|
31
|
-
|
|
32
26
|
// ArrowDownWideNarrow aliases
|
|
33
27
|
export {
|
|
34
28
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. This alias will be removed in v1.0 */
|
|
35
29
|
default as SortDesc
|
|
36
30
|
} from '../icons/arrow-down-wide-narrow';
|
|
37
31
|
|
|
32
|
+
// ArrowDownZA aliases
|
|
33
|
+
export {
|
|
34
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. This alias will be removed in v1.0 */
|
|
35
|
+
default as ArrowDownZa
|
|
36
|
+
} from '../icons/arrow-down-z-a';
|
|
37
|
+
|
|
38
38
|
// ArrowUpAZ aliases
|
|
39
39
|
export {
|
|
40
40
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. This alias will be removed in v1.0 */
|
|
@@ -107,23 +107,17 @@ 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
|
|
|
122
|
-
//
|
|
116
|
+
// ChartBarBig 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 ChartBarBig} instead. This alias will be removed in v1.0 */
|
|
119
|
+
default as BarChartHorizontalBig
|
|
120
|
+
} from '../icons/chart-bar-big';
|
|
127
121
|
|
|
128
122
|
// ChartColumnBig aliases
|
|
129
123
|
export {
|
|
@@ -131,6 +125,12 @@ export {
|
|
|
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 */
|
|
@@ -149,18 +149,18 @@ export {
|
|
|
149
149
|
default as LineChart
|
|
150
150
|
} from '../icons/chart-line';
|
|
151
151
|
|
|
152
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
153
|
-
export {
|
|
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 */
|
|
155
|
-
default as BarChart
|
|
156
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
157
|
-
|
|
158
152
|
// ChartNoAxesColumn aliases
|
|
159
153
|
export {
|
|
160
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 */
|
|
161
155
|
default as BarChart2
|
|
162
156
|
} from '../icons/chart-no-axes-column';
|
|
163
157
|
|
|
158
|
+
// ChartNoAxesColumnIncreasing aliases
|
|
159
|
+
export {
|
|
160
|
+
/** @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
|
+
default as BarChart
|
|
162
|
+
} from '../icons/chart-no-axes-column-increasing';
|
|
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
|
-
// CircleChevronRight aliases
|
|
261
|
-
export {
|
|
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 */
|
|
263
|
-
default as ChevronRightCircle
|
|
264
|
-
} from '../icons/circle-chevron-right';
|
|
265
|
-
|
|
266
260
|
// CircleChevronUp aliases
|
|
267
261
|
export {
|
|
268
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 */
|
|
269
263
|
default as ChevronUpCircle
|
|
270
264
|
} from '../icons/circle-chevron-up';
|
|
271
265
|
|
|
266
|
+
// CircleChevronRight aliases
|
|
267
|
+
export {
|
|
268
|
+
/** @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
|
+
default as ChevronRightCircle
|
|
270
|
+
} from '../icons/circle-chevron-right';
|
|
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 */
|
|
@@ -401,12 +401,6 @@ export {
|
|
|
401
401
|
default as Code2
|
|
402
402
|
} from '../icons/code-xml';
|
|
403
403
|
|
|
404
|
-
// Columns2 aliases
|
|
405
|
-
export {
|
|
406
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
407
|
-
default as Columns
|
|
408
|
-
} from '../icons/columns-2';
|
|
409
|
-
|
|
410
404
|
// Columns3Cog aliases
|
|
411
405
|
export {
|
|
412
406
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -419,6 +413,12 @@ export {
|
|
|
419
413
|
default as TableConfig
|
|
420
414
|
} from '../icons/columns-3-cog';
|
|
421
415
|
|
|
416
|
+
// Columns2 aliases
|
|
417
|
+
export {
|
|
418
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
419
|
+
default as Columns
|
|
420
|
+
} from '../icons/columns-2';
|
|
421
|
+
|
|
422
422
|
// Columns3 aliases
|
|
423
423
|
export {
|
|
424
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 */
|
|
@@ -755,18 +755,18 @@ export {
|
|
|
755
755
|
default as IndentIncrease
|
|
756
756
|
} from '../icons/list-indent-increase';
|
|
757
757
|
|
|
758
|
-
// LockKeyholeOpen aliases
|
|
759
|
-
export {
|
|
760
|
-
/** @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 */
|
|
761
|
-
default as UnlockKeyhole
|
|
762
|
-
} from '../icons/lock-keyhole-open';
|
|
763
|
-
|
|
764
758
|
// LoaderCircle aliases
|
|
765
759
|
export {
|
|
766
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 */
|
|
767
761
|
default as Loader2
|
|
768
762
|
} from '../icons/loader-circle';
|
|
769
763
|
|
|
764
|
+
// LockKeyholeOpen aliases
|
|
765
|
+
export {
|
|
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 */
|
|
767
|
+
default as UnlockKeyhole
|
|
768
|
+
} from '../icons/lock-keyhole-open';
|
|
769
|
+
|
|
770
770
|
// LockOpen aliases
|
|
771
771
|
export {
|
|
772
772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -887,36 +887,36 @@ export {
|
|
|
887
887
|
default as Edit2
|
|
888
888
|
} from '../icons/pen';
|
|
889
889
|
|
|
890
|
-
// PlugZap aliases
|
|
891
|
-
export {
|
|
892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
-
default as PlugZap2
|
|
894
|
-
} from '../icons/plug-zap';
|
|
895
|
-
|
|
896
890
|
// RectangleEllipsis aliases
|
|
897
891
|
export {
|
|
898
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
899
893
|
default as FormInput
|
|
900
894
|
} from '../icons/rectangle-ellipsis';
|
|
901
895
|
|
|
896
|
+
// PlugZap aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
899
|
+
default as PlugZap2
|
|
900
|
+
} from '../icons/plug-zap';
|
|
901
|
+
|
|
902
902
|
// Rotate3d aliases
|
|
903
903
|
export {
|
|
904
904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
905
905
|
default as Rotate3D
|
|
906
906
|
} from '../icons/rotate-3d';
|
|
907
907
|
|
|
908
|
-
// Rows3 aliases
|
|
909
|
-
export {
|
|
910
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
911
|
-
default as PanelsTopBottom
|
|
912
|
-
} from '../icons/rows-3';
|
|
913
|
-
|
|
914
908
|
// Rows2 aliases
|
|
915
909
|
export {
|
|
916
910
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. This alias will be removed in v1.0 */
|
|
917
911
|
default as Rows
|
|
918
912
|
} from '../icons/rows-2';
|
|
919
913
|
|
|
914
|
+
// Rows3 aliases
|
|
915
|
+
export {
|
|
916
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
917
|
+
default as PanelsTopBottom
|
|
918
|
+
} from '../icons/rows-3';
|
|
919
|
+
|
|
920
920
|
// Scale3d aliases
|
|
921
921
|
export {
|
|
922
922
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. This alias will be removed in v1.0 */
|
|
@@ -947,18 +947,18 @@ export {
|
|
|
947
947
|
default as Sliders
|
|
948
948
|
} from '../icons/sliders-vertical';
|
|
949
949
|
|
|
950
|
-
// SquareActivity aliases
|
|
951
|
-
export {
|
|
952
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
953
|
-
default as ActivitySquare
|
|
954
|
-
} from '../icons/square-activity';
|
|
955
|
-
|
|
956
950
|
// Sparkles aliases
|
|
957
951
|
export {
|
|
958
952
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Sparkles} instead. This alias will be removed in v1.0 */
|
|
959
953
|
default as Stars
|
|
960
954
|
} from '../icons/sparkles';
|
|
961
955
|
|
|
956
|
+
// SquareActivity aliases
|
|
957
|
+
export {
|
|
958
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareActivity} instead. This alias will be removed in v1.0 */
|
|
959
|
+
default as ActivitySquare
|
|
960
|
+
} from '../icons/square-activity';
|
|
961
|
+
|
|
962
962
|
// SquareArrowDownLeft aliases
|
|
963
963
|
export {
|
|
964
964
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownLeft} 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
|
-
// 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
|
|
|
1004
|
-
// SquareArrowOutUpRight aliases
|
|
1005
|
-
export {
|
|
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 */
|
|
1007
|
-
default as ArrowUpRightFromSquare
|
|
1008
|
-
} from '../icons/square-arrow-out-up-right';
|
|
1009
|
-
|
|
1010
998
|
// SquareArrowRight aliases
|
|
1011
999
|
export {
|
|
1012
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 */
|
|
1013
1001
|
default as ArrowRightSquare
|
|
1014
1002
|
} from '../icons/square-arrow-right';
|
|
1015
1003
|
|
|
1004
|
+
// SquareArrowOutUpLeft aliases
|
|
1005
|
+
export {
|
|
1006
|
+
/** @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
|
+
default as ArrowUpLeftFromSquare
|
|
1008
|
+
} from '../icons/square-arrow-out-up-left';
|
|
1009
|
+
|
|
1010
|
+
// SquareArrowOutUpRight aliases
|
|
1011
|
+
export {
|
|
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 */
|
|
1013
|
+
default as ArrowUpRightFromSquare
|
|
1014
|
+
} from '../icons/square-arrow-out-up-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 */
|
|
@@ -1157,18 +1157,18 @@ export {
|
|
|
1157
1157
|
default as EqualSquare
|
|
1158
1158
|
} from '../icons/square-equal';
|
|
1159
1159
|
|
|
1160
|
-
// SquareFunction aliases
|
|
1161
|
-
export {
|
|
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 */
|
|
1163
|
-
default as FunctionSquare
|
|
1164
|
-
} from '../icons/square-function';
|
|
1165
|
-
|
|
1166
1160
|
// SquareKanban aliases
|
|
1167
1161
|
export {
|
|
1168
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 */
|
|
1169
1163
|
default as KanbanSquare
|
|
1170
1164
|
} from '../icons/square-kanban';
|
|
1171
1165
|
|
|
1166
|
+
// SquareFunction aliases
|
|
1167
|
+
export {
|
|
1168
|
+
/** @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
|
+
default as FunctionSquare
|
|
1170
|
+
} from '../icons/square-function';
|
|
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 */
|
|
@@ -1181,18 +1181,18 @@ export {
|
|
|
1181
1181
|
default as MSquare
|
|
1182
1182
|
} from '../icons/square-m';
|
|
1183
1183
|
|
|
1184
|
-
// SquareMinus aliases
|
|
1185
|
-
export {
|
|
1186
|
-
/** @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 */
|
|
1187
|
-
default as MinusSquare
|
|
1188
|
-
} from '../icons/square-minus';
|
|
1189
|
-
|
|
1190
1184
|
// SquareMenu aliases
|
|
1191
1185
|
export {
|
|
1192
1186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMenu} instead. This alias will be removed in v1.0 */
|
|
1193
1187
|
default as MenuSquare
|
|
1194
1188
|
} from '../icons/square-menu';
|
|
1195
1189
|
|
|
1190
|
+
// SquareMinus aliases
|
|
1191
|
+
export {
|
|
1192
|
+
/** @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
|
+
default as MinusSquare
|
|
1194
|
+
} from '../icons/square-minus';
|
|
1195
|
+
|
|
1196
1196
|
// SquareMousePointer aliases
|
|
1197
1197
|
export {
|
|
1198
1198
|
/** @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 */
|
|
@@ -1211,12 +1211,6 @@ export {
|
|
|
1211
1211
|
default as ParkingSquare
|
|
1212
1212
|
} from '../icons/square-parking';
|
|
1213
1213
|
|
|
1214
|
-
// SquarePercent aliases
|
|
1215
|
-
export {
|
|
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 */
|
|
1217
|
-
default as PercentSquare
|
|
1218
|
-
} from '../icons/square-percent';
|
|
1219
|
-
|
|
1220
1214
|
// SquarePen aliases
|
|
1221
1215
|
export {
|
|
1222
1216
|
/** @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 */
|
|
@@ -1241,6 +1235,12 @@ export {
|
|
|
1241
1235
|
default as PiSquare
|
|
1242
1236
|
} from '../icons/square-pi';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePercent aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @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
|
+
default as PercentSquare
|
|
1242
|
+
} from '../icons/square-percent';
|
|
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 */
|
|
@@ -1265,18 +1265,18 @@ export {
|
|
|
1265
1265
|
default as PowerSquare
|
|
1266
1266
|
} from '../icons/square-power';
|
|
1267
1267
|
|
|
1268
|
-
// SquareScissors aliases
|
|
1269
|
-
export {
|
|
1270
|
-
/** @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 */
|
|
1271
|
-
default as ScissorsSquare
|
|
1272
|
-
} from '../icons/square-scissors';
|
|
1273
|
-
|
|
1274
1268
|
// SquareSigma aliases
|
|
1275
1269
|
export {
|
|
1276
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 */
|
|
1277
1271
|
default as SigmaSquare
|
|
1278
1272
|
} from '../icons/square-sigma';
|
|
1279
1273
|
|
|
1274
|
+
// SquareScissors aliases
|
|
1275
|
+
export {
|
|
1276
|
+
/** @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
|
+
default as ScissorsSquare
|
|
1278
|
+
} from '../icons/square-scissors';
|
|
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
|
-
// TextAlignEnd aliases
|
|
1335
|
-
export {
|
|
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 */
|
|
1337
|
-
default as AlignRight
|
|
1338
|
-
} from '../icons/text-align-end';
|
|
1339
|
-
|
|
1340
1334
|
// TextAlignJustify aliases
|
|
1341
1335
|
export {
|
|
1342
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 */
|
|
1343
1337
|
default as AlignJustify
|
|
1344
1338
|
} from '../icons/text-align-justify';
|
|
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
|
// 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
|
-
// UserRoundMinus aliases
|
|
1413
|
-
export {
|
|
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 */
|
|
1415
|
-
default as UserMinus2
|
|
1416
|
-
} from '../icons/user-round-minus';
|
|
1417
|
-
|
|
1418
1412
|
// UserRoundPlus aliases
|
|
1419
1413
|
export {
|
|
1420
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 */
|
|
1421
1415
|
default as UserPlus2
|
|
1422
1416
|
} from '../icons/user-round-plus';
|
|
1423
1417
|
|
|
1424
|
-
//
|
|
1418
|
+
// UserRoundMinus 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 UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
1421
|
+
default as UserMinus2
|
|
1422
|
+
} from '../icons/user-round-minus';
|
|
1429
1423
|
|
|
1430
1424
|
// UserRound aliases
|
|
1431
1425
|
export {
|
|
@@ -1433,6 +1427,12 @@ export {
|
|
|
1433
1427
|
default as User2
|
|
1434
1428
|
} from '../icons/user-round';
|
|
1435
1429
|
|
|
1430
|
+
// UserRoundX aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundX} instead. This alias will be removed in v1.0 */
|
|
1433
|
+
default as UserX2
|
|
1434
|
+
} from '../icons/user-round-x';
|
|
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 */
|