@lucide/astro 0.527.0 → 0.528.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 (40) hide show
  1. package/package.json +1 -1
  2. package/src/aliases/aliases.ts +66 -60
  3. package/src/aliases/prefixed.ts +600 -592
  4. package/src/aliases/suffixed.ts +906 -898
  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/circle-play.ts +2 -2
  15. package/src/icons/croissant.ts +2 -2
  16. package/src/icons/fast-forward.ts +2 -2
  17. package/src/icons/file-play.ts +18 -0
  18. package/src/icons/{file-video-2.ts → file-video-camera.ts} +4 -4
  19. package/src/icons/gem.ts +2 -2
  20. package/src/icons/hat-glasses.ts +18 -0
  21. package/src/icons/image-play.ts +2 -2
  22. package/src/icons/index.ts +168 -165
  23. package/src/icons/lasso.ts +2 -2
  24. package/src/icons/list-video.ts +2 -2
  25. package/src/icons/monitor-play.ts +2 -2
  26. package/src/icons/pause.ts +2 -2
  27. package/src/icons/play.ts +2 -2
  28. package/src/icons/refresh-ccw-dot.ts +2 -2
  29. package/src/icons/rewind.ts +2 -2
  30. package/src/icons/skip-back.ts +2 -2
  31. package/src/icons/skip-forward.ts +2 -2
  32. package/src/icons/sparkle.ts +2 -2
  33. package/src/icons/sparkles.ts +2 -2
  34. package/src/icons/sprout.ts +2 -2
  35. package/src/icons/square-pause.ts +18 -0
  36. package/src/icons/square-play.ts +2 -2
  37. package/src/icons/{file-video.ts → square-stop.ts} +4 -4
  38. package/src/icons/step-back.ts +2 -2
  39. package/src/icons/step-forward.ts +2 -2
  40. 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.528.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
+ // CircleAlert aliases
138
+ export { default as AlertCircle } from '../icons/circle-alert';
139
+
140
+ // CircleArrowDown aliases
141
+ export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
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,24 +389,24 @@ 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 */
395
401
  default as Laptop2
396
402
  } from '../icons/laptop-minimal';
397
403
 
398
- // Layers aliases
399
- export { default as Layers3 } from '../icons/layers';
400
-
401
404
  // LoaderCircle aliases
402
405
  export { default as Loader2 } from '../icons/loader-circle';
403
406
 
407
+ // Layers aliases
408
+ export { default as Layers3 } from '../icons/layers';
409
+
404
410
  // LockKeyholeOpen aliases
405
411
  export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
406
412
 
@@ -437,33 +443,36 @@ export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
437
443
  // PanelBottomDashed aliases
438
444
  export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
439
445
 
440
- // PanelLeftDashed aliases
441
- export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
442
-
443
446
  // PanelLeftClose aliases
444
447
  export { default as SidebarClose } from '../icons/panel-left-close';
445
448
 
449
+ // PanelLeftDashed aliases
450
+ export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
451
+
446
452
  // PanelLeftOpen aliases
447
453
  export { default as SidebarOpen } from '../icons/panel-left-open';
448
454
 
449
- // PanelRightDashed aliases
450
- export { default as PanelRightInactive } from '../icons/panel-right-dashed';
451
-
452
455
  // PanelLeft aliases
453
456
  export { default as Sidebar } from '../icons/panel-left';
454
457
 
455
- // PanelsTopLeft aliases
456
- export { default as Layout } from '../icons/panels-top-left';
458
+ // PanelRightDashed aliases
459
+ export { default as PanelRightInactive } from '../icons/panel-right-dashed';
457
460
 
458
461
  // PanelTopDashed aliases
459
462
  export { default as PanelTopInactive } from '../icons/panel-top-dashed';
460
463
 
464
+ // PanelsTopLeft aliases
465
+ export { default as Layout } from '../icons/panels-top-left';
466
+
461
467
  // PenLine aliases
462
468
  export {
463
469
  /** @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 */
464
470
  default as Edit3
465
471
  } from '../icons/pen-line';
466
472
 
473
+ // PlugZap aliases
474
+ export { default as PlugZap2 } from '../icons/plug-zap';
475
+
467
476
  // Pen aliases
468
477
  export {
469
478
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
@@ -473,9 +482,6 @@ export {
473
482
  // RectangleEllipsis aliases
474
483
  export { default as FormInput } from '../icons/rectangle-ellipsis';
475
484
 
476
- // PlugZap aliases
477
- export { default as PlugZap2 } from '../icons/plug-zap';
478
-
479
485
  // Rotate3d aliases
480
486
  export { default as Rotate3D } from '../icons/rotate-3d';
481
487
 
@@ -497,12 +503,12 @@ export {
497
503
  // ShieldQuestionMark aliases
498
504
  export { default as ShieldQuestion } from '../icons/shield-question-mark';
499
505
 
500
- // ShieldX aliases
501
- export { default as ShieldClose } from '../icons/shield-x';
502
-
503
506
  // SlidersVertical aliases
504
507
  export { default as Sliders } from '../icons/sliders-vertical';
505
508
 
509
+ // ShieldX aliases
510
+ export { default as ShieldClose } from '../icons/shield-x';
511
+
506
512
  // Sparkles aliases
507
513
  export { default as Stars } from '../icons/sparkles';
508
514
 
@@ -542,11 +548,14 @@ export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
542
548
  // SquareArrowUpRight aliases
543
549
  export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
544
550
 
551
+ // SquareArrowUp aliases
552
+ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
553
+
545
554
  // SquareAsterisk aliases
546
555
  export { default as AsteriskSquare } from '../icons/square-asterisk';
547
556
 
548
- // SquareArrowUp aliases
549
- export { default as ArrowUpSquare } from '../icons/square-arrow-up';
557
+ // SquareBottomDashedScissors aliases
558
+ export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
550
559
 
551
560
  // SquareChartGantt aliases
552
561
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
@@ -554,9 +563,6 @@ export { default as GanttChartSquare } from '../icons/square-chart-gantt';
554
563
  // SquareChartGantt aliases
555
564
  export { default as SquareGanttChart } from '../icons/square-chart-gantt';
556
565
 
557
- // SquareBottomDashedScissors aliases
558
- export { default as ScissorsSquareDashedBottom } from '../icons/square-bottom-dashed-scissors';
559
-
560
566
  // SquareCheckBig aliases
561
567
  export { default as CheckSquare } from '../icons/square-check-big';
562
568
 
@@ -602,12 +608,12 @@ export { default as FunctionSquare } from '../icons/square-function';
602
608
  // SquareKanban aliases
603
609
  export { default as KanbanSquare } from '../icons/square-kanban';
604
610
 
605
- // SquareM aliases
606
- export { default as MSquare } from '../icons/square-m';
607
-
608
611
  // SquareLibrary aliases
609
612
  export { default as LibrarySquare } from '../icons/square-library';
610
613
 
614
+ // SquareM aliases
615
+ export { default as MSquare } from '../icons/square-m';
616
+
611
617
  // SquareMenu aliases
612
618
  export { default as MenuSquare } from '../icons/square-menu';
613
619
 
@@ -656,12 +662,12 @@ export { default as ScissorsSquare } from '../icons/square-scissors';
656
662
  // SquareSigma aliases
657
663
  export { default as SigmaSquare } from '../icons/square-sigma';
658
664
 
659
- // SquareSlash aliases
660
- export { default as SlashSquare } from '../icons/square-slash';
661
-
662
665
  // SquareSplitHorizontal aliases
663
666
  export { default as SplitSquareHorizontal } from '../icons/square-split-horizontal';
664
667
 
668
+ // SquareSlash aliases
669
+ export { default as SlashSquare } from '../icons/square-slash';
670
+
665
671
  // SquareSplitVertical aliases
666
672
  export { default as SplitSquareVertical } from '../icons/square-split-vertical';
667
673
 
@@ -677,15 +683,15 @@ export {
677
683
  // SquareUser aliases
678
684
  export { default as UserSquare } from '../icons/square-user';
679
685
 
686
+ // SquareX aliases
687
+ export { default as XSquare } from '../icons/square-x';
688
+
680
689
  // TestTubeDiagonal aliases
681
690
  export { default as TestTube2 } from '../icons/test-tube-diagonal';
682
691
 
683
692
  // TextSelect aliases
684
693
  export { default as TextSelection } from '../icons/text-select';
685
694
 
686
- // SquareX aliases
687
- export { default as XSquare } from '../icons/square-x';
688
-
689
695
  // TramFront aliases
690
696
  export { default as Train } from '../icons/tram-front';
691
697