@lucide/astro 0.536.0 → 0.537.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 +82 -82
- package/src/aliases/prefixed.ts +419 -415
- package/src/aliases/suffixed.ts +729 -725
- package/src/icons/circle-star.ts +18 -0
- package/src/icons/index.ts +174 -172
- package/src/icons/school.ts +2 -2
- package/src/icons/spade.ts +2 -2
- package/src/icons/square-star.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -5,18 +5,18 @@ export {
|
|
|
5
5
|
default as AlarmCheck
|
|
6
6
|
} from '../icons/alarm-clock-check';
|
|
7
7
|
|
|
8
|
-
// AlarmClockPlus aliases
|
|
9
|
-
export {
|
|
10
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
11
|
-
default as AlarmPlus
|
|
12
|
-
} from '../icons/alarm-clock-plus';
|
|
13
|
-
|
|
14
8
|
// AlarmClockMinus aliases
|
|
15
9
|
export {
|
|
16
10
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
17
11
|
default as AlarmMinus
|
|
18
12
|
} from '../icons/alarm-clock-minus';
|
|
19
13
|
|
|
14
|
+
// AlarmClockPlus aliases
|
|
15
|
+
export {
|
|
16
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
17
|
+
default as AlarmPlus
|
|
18
|
+
} from '../icons/alarm-clock-plus';
|
|
19
|
+
|
|
20
20
|
// ArrowDownAZ aliases
|
|
21
21
|
export {
|
|
22
22
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
@@ -53,18 +53,18 @@ export {
|
|
|
53
53
|
default as ArrowUpZa
|
|
54
54
|
} from '../icons/arrow-up-z-a';
|
|
55
55
|
|
|
56
|
-
// BadgeCheck aliases
|
|
57
|
-
export {
|
|
58
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
59
|
-
default as Verified
|
|
60
|
-
} from '../icons/badge-check';
|
|
61
|
-
|
|
62
56
|
// Axis3d aliases
|
|
63
57
|
export {
|
|
64
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 */
|
|
65
59
|
default as Axis3D
|
|
66
60
|
} from '../icons/axis-3d';
|
|
67
61
|
|
|
62
|
+
// BadgeCheck aliases
|
|
63
|
+
export {
|
|
64
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeCheck} instead. This alias will be removed in v1.0 */
|
|
65
|
+
default as Verified
|
|
66
|
+
} from '../icons/badge-check';
|
|
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 */
|
|
@@ -143,36 +143,36 @@ export {
|
|
|
143
143
|
default as BarChart3
|
|
144
144
|
} from '../icons/chart-column';
|
|
145
145
|
|
|
146
|
-
// ChartNoAxesColumnIncreasing aliases
|
|
147
|
-
export {
|
|
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 */
|
|
149
|
-
default as BarChart
|
|
150
|
-
} from '../icons/chart-no-axes-column-increasing';
|
|
151
|
-
|
|
152
146
|
// ChartLine aliases
|
|
153
147
|
export {
|
|
154
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 */
|
|
155
149
|
default as LineChart
|
|
156
150
|
} from '../icons/chart-line';
|
|
157
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
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 */
|
|
161
161
|
default as BarChart2
|
|
162
162
|
} from '../icons/chart-no-axes-column';
|
|
163
163
|
|
|
164
|
-
// ChartPie aliases
|
|
165
|
-
export {
|
|
166
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
167
|
-
default as PieChart
|
|
168
|
-
} from '../icons/chart-pie';
|
|
169
|
-
|
|
170
164
|
// ChartNoAxesGantt aliases
|
|
171
165
|
export {
|
|
172
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 */
|
|
173
167
|
default as GanttChart
|
|
174
168
|
} from '../icons/chart-no-axes-gantt';
|
|
175
169
|
|
|
170
|
+
// ChartPie aliases
|
|
171
|
+
export {
|
|
172
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} instead. This alias will be removed in v1.0 */
|
|
173
|
+
default as PieChart
|
|
174
|
+
} from '../icons/chart-pie';
|
|
175
|
+
|
|
176
176
|
// ChartScatter aliases
|
|
177
177
|
export {
|
|
178
178
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartScatter} instead. This alias will be removed in v1.0 */
|
|
@@ -209,30 +209,30 @@ export {
|
|
|
209
209
|
default as ArrowDownRightFromCircle
|
|
210
210
|
} from '../icons/circle-arrow-out-down-right';
|
|
211
211
|
|
|
212
|
-
// CircleArrowOutUpRight aliases
|
|
213
|
-
export {
|
|
214
|
-
/** @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 */
|
|
215
|
-
default as ArrowUpRightFromCircle
|
|
216
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
217
|
-
|
|
218
|
-
// CircleArrowRight aliases
|
|
219
|
-
export {
|
|
220
|
-
/** @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 */
|
|
221
|
-
default as ArrowRightCircle
|
|
222
|
-
} from '../icons/circle-arrow-right';
|
|
223
|
-
|
|
224
212
|
// CircleArrowOutUpLeft aliases
|
|
225
213
|
export {
|
|
226
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 */
|
|
227
215
|
default as ArrowUpLeftFromCircle
|
|
228
216
|
} from '../icons/circle-arrow-out-up-left';
|
|
229
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
|
+
|
|
230
224
|
// CircleArrowUp aliases
|
|
231
225
|
export {
|
|
232
226
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. This alias will be removed in v1.0 */
|
|
233
227
|
default as ArrowUpCircle
|
|
234
228
|
} from '../icons/circle-arrow-up';
|
|
235
229
|
|
|
230
|
+
// CircleArrowRight aliases
|
|
231
|
+
export {
|
|
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 */
|
|
233
|
+
default as ArrowRightCircle
|
|
234
|
+
} from '../icons/circle-arrow-right';
|
|
235
|
+
|
|
236
236
|
// CircleCheckBig aliases
|
|
237
237
|
export {
|
|
238
238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. This alias will be removed in v1.0 */
|
|
@@ -281,23 +281,17 @@ export {
|
|
|
281
281
|
default as GaugeCircle
|
|
282
282
|
} from '../icons/circle-gauge';
|
|
283
283
|
|
|
284
|
-
// CircleParkingOff aliases
|
|
285
|
-
export {
|
|
286
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
287
|
-
default as ParkingCircleOff
|
|
288
|
-
} from '../icons/circle-parking-off';
|
|
289
|
-
|
|
290
284
|
// CircleMinus aliases
|
|
291
285
|
export {
|
|
292
286
|
/** @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 */
|
|
293
287
|
default as MinusCircle
|
|
294
288
|
} from '../icons/circle-minus';
|
|
295
289
|
|
|
296
|
-
//
|
|
290
|
+
// CircleParkingOff aliases
|
|
297
291
|
export {
|
|
298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
299
|
-
default as
|
|
300
|
-
} from '../icons/circle-
|
|
292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
293
|
+
default as ParkingCircleOff
|
|
294
|
+
} from '../icons/circle-parking-off';
|
|
301
295
|
|
|
302
296
|
// CircleParking aliases
|
|
303
297
|
export {
|
|
@@ -305,6 +299,12 @@ export {
|
|
|
305
299
|
default as ParkingCircle
|
|
306
300
|
} from '../icons/circle-parking';
|
|
307
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
308
|
// CirclePercent aliases
|
|
309
309
|
export {
|
|
310
310
|
/** @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 */
|
|
@@ -347,18 +347,18 @@ export {
|
|
|
347
347
|
default as CircleSlashed
|
|
348
348
|
} from '../icons/circle-slash-2';
|
|
349
349
|
|
|
350
|
-
// CircleUserRound aliases
|
|
351
|
-
export {
|
|
352
|
-
/** @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 */
|
|
353
|
-
default as UserCircle2
|
|
354
|
-
} from '../icons/circle-user-round';
|
|
355
|
-
|
|
356
350
|
// CircleStop aliases
|
|
357
351
|
export {
|
|
358
352
|
/** @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 */
|
|
359
353
|
default as StopCircle
|
|
360
354
|
} from '../icons/circle-stop';
|
|
361
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
362
|
// CircleUser aliases
|
|
363
363
|
export {
|
|
364
364
|
/** @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 */
|
|
@@ -449,30 +449,24 @@ export {
|
|
|
449
449
|
default as MoreVertical
|
|
450
450
|
} from '../icons/ellipsis-vertical';
|
|
451
451
|
|
|
452
|
-
// FileAxis3d aliases
|
|
453
|
-
export {
|
|
454
|
-
/** @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 */
|
|
455
|
-
default as FileAxis3D
|
|
456
|
-
} from '../icons/file-axis-3d';
|
|
457
|
-
|
|
458
452
|
// Ellipsis aliases
|
|
459
453
|
export {
|
|
460
454
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
461
455
|
default as MoreHorizontal
|
|
462
456
|
} from '../icons/ellipsis';
|
|
463
457
|
|
|
458
|
+
// FileAxis3d aliases
|
|
459
|
+
export {
|
|
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 */
|
|
461
|
+
default as FileAxis3D
|
|
462
|
+
} from '../icons/file-axis-3d';
|
|
463
|
+
|
|
464
464
|
// FileChartColumnIncreasing aliases
|
|
465
465
|
export {
|
|
466
466
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
467
467
|
default as FileBarChart
|
|
468
468
|
} from '../icons/file-chart-column-increasing';
|
|
469
469
|
|
|
470
|
-
// FileChartLine aliases
|
|
471
|
-
export {
|
|
472
|
-
/** @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 */
|
|
473
|
-
default as FileLineChart
|
|
474
|
-
} from '../icons/file-chart-line';
|
|
475
|
-
|
|
476
470
|
// FileChartColumn aliases
|
|
477
471
|
export {
|
|
478
472
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. This alias will be removed in v1.0 */
|
|
@@ -485,24 +479,30 @@ export {
|
|
|
485
479
|
default as FilePieChart
|
|
486
480
|
} from '../icons/file-chart-pie';
|
|
487
481
|
|
|
482
|
+
// FileChartLine aliases
|
|
483
|
+
export {
|
|
484
|
+
/** @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 */
|
|
485
|
+
default as FileLineChart
|
|
486
|
+
} from '../icons/file-chart-line';
|
|
487
|
+
|
|
488
488
|
// FileCog aliases
|
|
489
489
|
export {
|
|
490
490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCog} instead. This alias will be removed in v1.0 */
|
|
491
491
|
default as FileCog2
|
|
492
492
|
} from '../icons/file-cog';
|
|
493
493
|
|
|
494
|
-
// FilePen aliases
|
|
495
|
-
export {
|
|
496
|
-
/** @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 */
|
|
497
|
-
default as FileEdit
|
|
498
|
-
} from '../icons/file-pen';
|
|
499
|
-
|
|
500
494
|
// FilePenLine aliases
|
|
501
495
|
export {
|
|
502
496
|
/** @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 */
|
|
503
497
|
default as FileSignature
|
|
504
498
|
} from '../icons/file-pen-line';
|
|
505
499
|
|
|
500
|
+
// FilePen aliases
|
|
501
|
+
export {
|
|
502
|
+
/** @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 */
|
|
503
|
+
default as FileEdit
|
|
504
|
+
} from '../icons/file-pen';
|
|
505
|
+
|
|
506
506
|
// FilePlay aliases
|
|
507
507
|
export {
|
|
508
508
|
/** @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 */
|
|
@@ -557,6 +557,12 @@ export {
|
|
|
557
557
|
default as Grid2X2Check
|
|
558
558
|
} from '../icons/grid-2x2-check';
|
|
559
559
|
|
|
560
|
+
// Grid2x2Plus aliases
|
|
561
|
+
export {
|
|
562
|
+
/** @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 */
|
|
563
|
+
default as Grid2X2Plus
|
|
564
|
+
} from '../icons/grid-2x2-plus';
|
|
565
|
+
|
|
560
566
|
// Grid2x2X aliases
|
|
561
567
|
export {
|
|
562
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,12 +575,6 @@ export {
|
|
|
569
575
|
default as Grid2X2
|
|
570
576
|
} from '../icons/grid-2x2';
|
|
571
577
|
|
|
572
|
-
// Grid2x2Plus aliases
|
|
573
|
-
export {
|
|
574
|
-
/** @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
|
-
default as Grid2X2Plus
|
|
576
|
-
} from '../icons/grid-2x2-plus';
|
|
577
|
-
|
|
578
578
|
// Grid3x3 aliases
|
|
579
579
|
export {
|
|
580
580
|
/** @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 */
|
|
@@ -809,18 +809,18 @@ export {
|
|
|
809
809
|
default as Scale3D
|
|
810
810
|
} from '../icons/scale-3d';
|
|
811
811
|
|
|
812
|
-
// SendHorizontal aliases
|
|
813
|
-
export {
|
|
814
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
815
|
-
default as SendHorizonal
|
|
816
|
-
} from '../icons/send-horizontal';
|
|
817
|
-
|
|
818
812
|
// ShieldQuestionMark aliases
|
|
819
813
|
export {
|
|
820
814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldQuestionMark} instead. This alias will be removed in v1.0 */
|
|
821
815
|
default as ShieldQuestion
|
|
822
816
|
} from '../icons/shield-question-mark';
|
|
823
817
|
|
|
818
|
+
// SendHorizontal aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
821
|
+
default as SendHorizonal
|
|
822
|
+
} from '../icons/send-horizontal';
|
|
823
|
+
|
|
824
824
|
// ShieldX aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ShieldX} instead. This alias will be removed in v1.0 */
|