@lucide/astro 0.527.0 → 0.529.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.
Files changed (44) hide show
  1. package/package.json +1 -1
  2. package/src/aliases/aliases.ts +76 -64
  3. package/src/aliases/prefixed.ts +562 -548
  4. package/src/aliases/suffixed.ts +918 -904
  5. package/src/icons/arrow-big-down-dash.ts +2 -2
  6. package/src/icons/arrow-big-down.ts +2 -2
  7. package/src/icons/arrow-big-left-dash.ts +2 -2
  8. package/src/icons/arrow-big-left.ts +2 -2
  9. package/src/icons/arrow-big-right-dash.ts +2 -2
  10. package/src/icons/arrow-big-right.ts +2 -2
  11. package/src/icons/arrow-big-up-dash.ts +2 -2
  12. package/src/icons/arrow-big-up.ts +2 -2
  13. package/src/icons/bug-play.ts +2 -2
  14. package/src/icons/castle.ts +2 -2
  15. package/src/icons/circle-play.ts +2 -2
  16. package/src/icons/croissant.ts +2 -2
  17. package/src/icons/fast-forward.ts +2 -2
  18. package/src/icons/file-play.ts +18 -0
  19. package/src/icons/{file-video-2.ts → file-video-camera.ts} +4 -4
  20. package/src/icons/gem.ts +2 -2
  21. package/src/icons/hat-glasses.ts +18 -0
  22. package/src/icons/image-play.ts +2 -2
  23. package/src/icons/index.ts +173 -169
  24. package/src/icons/lasso.ts +2 -2
  25. package/src/icons/list-video.ts +2 -2
  26. package/src/icons/map-minus.ts +18 -0
  27. package/src/icons/{location-edit.ts → map-pin-pen.ts} +4 -4
  28. package/src/icons/monitor-play.ts +2 -2
  29. package/src/icons/pause.ts +2 -2
  30. package/src/icons/play.ts +2 -2
  31. package/src/icons/refresh-ccw-dot.ts +2 -2
  32. package/src/icons/rewind.ts +2 -2
  33. package/src/icons/shovel.ts +2 -2
  34. package/src/icons/skip-back.ts +2 -2
  35. package/src/icons/skip-forward.ts +2 -2
  36. package/src/icons/sparkle.ts +2 -2
  37. package/src/icons/sparkles.ts +2 -2
  38. package/src/icons/sprout.ts +2 -2
  39. package/src/icons/square-pause.ts +18 -0
  40. package/src/icons/square-play.ts +2 -2
  41. package/src/icons/{file-video.ts → square-stop.ts} +4 -4
  42. package/src/icons/step-back.ts +2 -2
  43. package/src/icons/step-forward.ts +2 -2
  44. package/src/icons/tv-minimal-play.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.527.0",
3
+ "version": "0.529.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -128,33 +128,33 @@ export {
128
128
  default as PieChart
129
129
  } from '../icons/chart-pie';
130
130
 
131
- // CircleAlert aliases
132
- export { default as AlertCircle } from '../icons/circle-alert';
133
-
134
- // CircleArrowDown aliases
135
- export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
136
-
137
131
  // ChartScatter aliases
138
132
  export {
139
133
  /** @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 */
140
134
  default as ScatterChart
141
135
  } from '../icons/chart-scatter';
142
136
 
143
- // CircleArrowOutDownLeft aliases
144
- export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
137
+ // CircleArrowDown aliases
138
+ export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
139
+
140
+ // CircleAlert aliases
141
+ export { default as AlertCircle } from '../icons/circle-alert';
145
142
 
146
143
  // CircleArrowLeft aliases
147
144
  export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
148
145
 
146
+ // CircleArrowOutDownLeft aliases
147
+ export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
148
+
149
149
  // CircleArrowOutDownRight aliases
150
150
  export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-down-right';
151
151
 
152
- // CircleArrowOutUpRight aliases
153
- export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
154
-
155
152
  // CircleArrowOutUpLeft aliases
156
153
  export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
157
154
 
155
+ // CircleArrowOutUpRight aliases
156
+ export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
157
+
158
158
  // CircleArrowRight aliases
159
159
  export { default as ArrowRightCircle } from '../icons/circle-arrow-right';
160
160
 
@@ -221,15 +221,15 @@ export { default as CircleSlashed } from '../icons/circle-slash-2';
221
221
  // CircleStop aliases
222
222
  export { default as StopCircle } from '../icons/circle-stop';
223
223
 
224
- // CircleUser aliases
225
- export { default as UserCircle } from '../icons/circle-user';
226
-
227
224
  // CircleUserRound aliases
228
225
  export {
229
226
  /** @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 */
230
227
  default as UserCircle2
231
228
  } from '../icons/circle-user-round';
232
229
 
230
+ // CircleUser aliases
231
+ export { default as UserCircle } from '../icons/circle-user';
232
+
233
233
  // CircleX aliases
234
234
  export { default as XCircle } from '../icons/circle-x';
235
235
 
@@ -245,15 +245,15 @@ export { default as DownloadCloud } from '../icons/cloud-download';
245
245
  // CloudUpload aliases
246
246
  export { default as UploadCloud } from '../icons/cloud-upload';
247
247
 
248
- // Columns2 aliases
249
- export { default as Columns } from '../icons/columns-2';
250
-
251
248
  // CodeXml aliases
252
249
  export {
253
250
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CodeXml} instead. This alias will be removed in v1.0 */
254
251
  default as Code2
255
252
  } from '../icons/code-xml';
256
253
 
254
+ // Columns2 aliases
255
+ export { default as Columns } from '../icons/columns-2';
256
+
257
257
  // Columns3Cog aliases
258
258
  export { default as ColumnsSettings } from '../icons/columns-3-cog';
259
259
 
@@ -263,15 +263,15 @@ export { default as TableConfig } from '../icons/columns-3-cog';
263
263
  // Columns3 aliases
264
264
  export { default as PanelsLeftRight } from '../icons/columns-3';
265
265
 
266
- // DiamondPercent aliases
267
- export { default as PercentDiamond } from '../icons/diamond-percent';
268
-
269
266
  // ContactRound aliases
270
267
  export {
271
268
  /** @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 */
272
269
  default as Contact2
273
270
  } from '../icons/contact-round';
274
271
 
272
+ // DiamondPercent aliases
273
+ export { default as PercentDiamond } from '../icons/diamond-percent';
274
+
275
275
  // Earth aliases
276
276
  export {
277
277
  /** @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 */
@@ -281,18 +281,18 @@ export {
281
281
  // EllipsisVertical aliases
282
282
  export { default as MoreVertical } from '../icons/ellipsis-vertical';
283
283
 
284
- // FileChartColumnIncreasing aliases
285
- export {
286
- /** @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 */
287
- default as FileBarChart
288
- } from '../icons/file-chart-column-increasing';
289
-
290
284
  // Ellipsis aliases
291
285
  export { default as MoreHorizontal } from '../icons/ellipsis';
292
286
 
293
287
  // FileAxis3d aliases
294
288
  export { default as FileAxis3D } from '../icons/file-axis-3d';
295
289
 
290
+ // FileChartColumnIncreasing aliases
291
+ export {
292
+ /** @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 */
293
+ default as FileBarChart
294
+ } from '../icons/file-chart-column-increasing';
295
+
296
296
  // FileChartColumn aliases
297
297
  export {
298
298
  /** @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 */
@@ -323,9 +323,15 @@ export { default as FileSignature } from '../icons/file-pen-line';
323
323
  // FilePen aliases
324
324
  export { default as FileEdit } from '../icons/file-pen';
325
325
 
326
+ // FilePlay aliases
327
+ export { default as FileVideo } from '../icons/file-play';
328
+
326
329
  // FileQuestionMark aliases
327
330
  export { default as FileQuestion } from '../icons/file-question-mark';
328
331
 
332
+ // FileVideoCamera aliases
333
+ export { default as FileVideo2 } from '../icons/file-video-camera';
334
+
329
335
  // FolderCog aliases
330
336
  export {
331
337
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
@@ -383,12 +389,12 @@ export {
383
389
  // IceCreamCone aliases
384
390
  export { default as IceCream } from '../icons/ice-cream-cone';
385
391
 
386
- // IndentIncrease aliases
387
- export { default as Indent } from '../icons/indent-increase';
388
-
389
392
  // IndentDecrease aliases
390
393
  export { default as Outdent } from '../icons/indent-decrease';
391
394
 
395
+ // IndentIncrease aliases
396
+ export { default as Indent } from '../icons/indent-increase';
397
+
392
398
  // LaptopMinimal aliases
393
399
  export {
394
400
  /** @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 */
@@ -410,6 +416,12 @@ export { default as Unlock } from '../icons/lock-open';
410
416
  // MailQuestionMark aliases
411
417
  export { default as MailQuestion } from '../icons/mail-question-mark';
412
418
 
419
+ // MapPinPen aliases
420
+ export {
421
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MapPinPen} instead. This alias will be removed in v1.0 */
422
+ default as LocationEdit
423
+ } from '../icons/map-pin-pen';
424
+
413
425
  // MessageCircleQuestionMark aliases
414
426
  export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
415
427
 
@@ -437,12 +449,12 @@ export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
437
449
  // PanelBottomDashed aliases
438
450
  export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
439
451
 
440
- // PanelLeftDashed aliases
441
- export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
442
-
443
452
  // PanelLeftClose aliases
444
453
  export { default as SidebarClose } from '../icons/panel-left-close';
445
454
 
455
+ // PanelLeftDashed aliases
456
+ export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
457
+
446
458
  // PanelLeftOpen aliases
447
459
  export { default as SidebarOpen } from '../icons/panel-left-open';
448
460
 
@@ -452,12 +464,12 @@ export { default as PanelRightInactive } from '../icons/panel-right-dashed';
452
464
  // PanelLeft aliases
453
465
  export { default as Sidebar } from '../icons/panel-left';
454
466
 
455
- // PanelsTopLeft aliases
456
- export { default as Layout } from '../icons/panels-top-left';
457
-
458
467
  // PanelTopDashed aliases
459
468
  export { default as PanelTopInactive } from '../icons/panel-top-dashed';
460
469
 
470
+ // PanelsTopLeft aliases
471
+ export { default as Layout } from '../icons/panels-top-left';
472
+
461
473
  // PenLine aliases
462
474
  export {
463
475
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PenLine} instead. This alias will be removed in v1.0 */
@@ -470,12 +482,12 @@ export {
470
482
  default as Edit2
471
483
  } from '../icons/pen';
472
484
 
473
- // RectangleEllipsis aliases
474
- export { default as FormInput } from '../icons/rectangle-ellipsis';
475
-
476
485
  // PlugZap aliases
477
486
  export { default as PlugZap2 } from '../icons/plug-zap';
478
487
 
488
+ // RectangleEllipsis aliases
489
+ export { default as FormInput } from '../icons/rectangle-ellipsis';
490
+
479
491
  // Rotate3d aliases
480
492
  export { default as Rotate3D } from '../icons/rotate-3d';
481
493
 
@@ -503,12 +515,12 @@ export { default as ShieldClose } from '../icons/shield-x';
503
515
  // SlidersVertical aliases
504
516
  export { default as Sliders } from '../icons/sliders-vertical';
505
517
 
506
- // Sparkles aliases
507
- export { default as Stars } from '../icons/sparkles';
508
-
509
518
  // SquareActivity aliases
510
519
  export { default as ActivitySquare } from '../icons/square-activity';
511
520
 
521
+ // Sparkles aliases
522
+ export { default as Stars } from '../icons/sparkles';
523
+
512
524
  // SquareArrowDownLeft aliases
513
525
  export { default as ArrowDownLeftSquare } from '../icons/square-arrow-down-left';
514
526
 
@@ -533,20 +545,23 @@ export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-l
533
545
  // SquareArrowOutUpRight aliases
534
546
  export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
535
547
 
536
- // SquareArrowRight aliases
537
- export { default as ArrowRightSquare } from '../icons/square-arrow-right';
538
-
539
548
  // SquareArrowUpLeft aliases
540
549
  export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
541
550
 
551
+ // SquareArrowRight aliases
552
+ export { default as ArrowRightSquare } from '../icons/square-arrow-right';
553
+
542
554
  // SquareArrowUpRight aliases
543
555
  export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
544
556
 
557
+ // SquareArrowUp aliases
558
+ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
559
+
545
560
  // SquareAsterisk aliases
546
561
  export { default as AsteriskSquare } from '../icons/square-asterisk';
547
562
 
548
- // SquareArrowUp aliases
549
- export { default as ArrowUpSquare } from '../icons/square-arrow-up';
563
+ // SquareBottomDashedScissors aliases
564
+ export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
550
565
 
551
566
  // SquareChartGantt aliases
552
567
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
@@ -554,9 +569,6 @@ export { default as GanttChartSquare } from '../icons/square-chart-gantt';
554
569
  // SquareChartGantt aliases
555
570
  export { default as SquareGanttChart } from '../icons/square-chart-gantt';
556
571
 
557
- // SquareBottomDashedScissors aliases
558
- export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
559
-
560
572
  // SquareCheckBig aliases
561
573
  export { default as CheckSquare } from '../icons/square-check-big';
562
574
 
@@ -587,27 +599,27 @@ export { default as MousePointerSquareDashed } from '../icons/square-dashed-mous
587
599
  // SquareDashed aliases
588
600
  export { default as BoxSelect } from '../icons/square-dashed';
589
601
 
602
+ // SquareEqual aliases
603
+ export { default as EqualSquare } from '../icons/square-equal';
604
+
590
605
  // SquareDivide aliases
591
606
  export { default as DivideSquare } from '../icons/square-divide';
592
607
 
593
608
  // SquareDot aliases
594
609
  export { default as DotSquare } from '../icons/square-dot';
595
610
 
596
- // SquareEqual aliases
597
- export { default as EqualSquare } from '../icons/square-equal';
598
-
599
611
  // SquareFunction aliases
600
612
  export { default as FunctionSquare } from '../icons/square-function';
601
613
 
602
614
  // SquareKanban aliases
603
615
  export { default as KanbanSquare } from '../icons/square-kanban';
604
616
 
605
- // SquareM aliases
606
- export { default as MSquare } from '../icons/square-m';
607
-
608
617
  // SquareLibrary aliases
609
618
  export { default as LibrarySquare } from '../icons/square-library';
610
619
 
620
+ // SquareM aliases
621
+ export { default as MSquare } from '../icons/square-m';
622
+
611
623
  // SquareMenu aliases
612
624
  export { default as MenuSquare } from '../icons/square-menu';
613
625
 
@@ -677,15 +689,15 @@ export {
677
689
  // SquareUser aliases
678
690
  export { default as UserSquare } from '../icons/square-user';
679
691
 
692
+ // SquareX aliases
693
+ export { default as XSquare } from '../icons/square-x';
694
+
680
695
  // TestTubeDiagonal aliases
681
696
  export { default as TestTube2 } from '../icons/test-tube-diagonal';
682
697
 
683
698
  // TextSelect aliases
684
699
  export { default as TextSelection } from '../icons/text-select';
685
700
 
686
- // SquareX aliases
687
- export { default as XSquare } from '../icons/square-x';
688
-
689
701
  // TramFront aliases
690
702
  export { default as Train } from '../icons/tram-front';
691
703
 
@@ -695,18 +707,18 @@ export { default as Palmtree } from '../icons/tree-palm';
695
707
  // TriangleAlert aliases
696
708
  export { default as AlertTriangle } from '../icons/triangle-alert';
697
709
 
698
- // TvMinimal aliases
699
- export {
700
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
701
- default as Tv2
702
- } from '../icons/tv-minimal';
703
-
704
710
  // University aliases
705
711
  export {
706
712
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
707
713
  default as School2
708
714
  } from '../icons/university';
709
715
 
716
+ // TvMinimal aliases
717
+ export {
718
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. This alias will be removed in v1.0 */
719
+ default as Tv2
720
+ } from '../icons/tv-minimal';
721
+
710
722
  // UserRoundCheck aliases
711
723
  export {
712
724
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */