@lucide/astro 0.525.0 → 0.527.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.525.0",
3
+ "version": "0.527.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -11,12 +11,12 @@ export { default as AlarmPlus } from '../icons/alarm-clock-plus';
11
11
  // ArrowDownAZ aliases
12
12
  export { default as ArrowDownAz } from '../icons/arrow-down-a-z';
13
13
 
14
- // ArrowDownZA aliases
15
- export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
16
-
17
14
  // ArrowDownWideNarrow aliases
18
15
  export { default as SortDesc } from '../icons/arrow-down-wide-narrow';
19
16
 
17
+ // ArrowDownZA aliases
18
+ export { default as ArrowDownZa } from '../icons/arrow-down-z-a';
19
+
20
20
  // ArrowUpAZ aliases
21
21
  export { default as ArrowUpAz } from '../icons/arrow-up-a-z';
22
22
 
@@ -128,33 +128,33 @@ export {
128
128
  default as PieChart
129
129
  } from '../icons/chart-pie';
130
130
 
131
- // ChartScatter aliases
132
- export {
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 */
134
- default as ScatterChart
135
- } from '../icons/chart-scatter';
136
-
137
131
  // CircleAlert aliases
138
132
  export { default as AlertCircle } from '../icons/circle-alert';
139
133
 
140
134
  // CircleArrowDown aliases
141
135
  export { default as ArrowDownCircle } from '../icons/circle-arrow-down';
142
136
 
143
- // CircleArrowLeft aliases
144
- export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
137
+ // ChartScatter aliases
138
+ export {
139
+ /** @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
+ default as ScatterChart
141
+ } from '../icons/chart-scatter';
145
142
 
146
143
  // CircleArrowOutDownLeft aliases
147
144
  export { default as ArrowDownLeftFromCircle } from '../icons/circle-arrow-out-down-left';
148
145
 
146
+ // CircleArrowLeft aliases
147
+ export { default as ArrowLeftCircle } from '../icons/circle-arrow-left';
148
+
149
149
  // CircleArrowOutDownRight aliases
150
150
  export { default as ArrowDownRightFromCircle } from '../icons/circle-arrow-out-down-right';
151
151
 
152
- // CircleArrowOutUpLeft aliases
153
- export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
154
-
155
152
  // CircleArrowOutUpRight aliases
156
153
  export { default as ArrowUpRightFromCircle } from '../icons/circle-arrow-out-up-right';
157
154
 
155
+ // CircleArrowOutUpLeft aliases
156
+ export { default as ArrowUpLeftFromCircle } from '../icons/circle-arrow-out-up-left';
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
+
224
227
  // CircleUserRound aliases
225
228
  export {
226
229
  /** @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 */
227
230
  default as UserCircle2
228
231
  } from '../icons/circle-user-round';
229
232
 
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
+
248
251
  // CodeXml aliases
249
252
  export {
250
253
  /** @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 */
251
254
  default as Code2
252
255
  } from '../icons/code-xml';
253
256
 
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
+
266
269
  // ContactRound aliases
267
270
  export {
268
271
  /** @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 */
269
272
  default as Contact2
270
273
  } from '../icons/contact-round';
271
274
 
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
- // Ellipsis aliases
285
- export { default as MoreHorizontal } from '../icons/ellipsis';
286
-
287
- // FileAxis3d aliases
288
- export { default as FileAxis3D } from '../icons/file-axis-3d';
289
-
290
284
  // FileChartColumnIncreasing aliases
291
285
  export {
292
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 */
293
287
  default as FileBarChart
294
288
  } from '../icons/file-chart-column-increasing';
295
289
 
290
+ // Ellipsis aliases
291
+ export { default as MoreHorizontal } from '../icons/ellipsis';
292
+
293
+ // FileAxis3d aliases
294
+ export { default as FileAxis3D } from '../icons/file-axis-3d';
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 */
@@ -383,12 +383,12 @@ export {
383
383
  // IceCreamCone aliases
384
384
  export { default as IceCream } from '../icons/ice-cream-cone';
385
385
 
386
- // IndentDecrease aliases
387
- export { default as Outdent } from '../icons/indent-decrease';
388
-
389
386
  // IndentIncrease aliases
390
387
  export { default as Indent } from '../icons/indent-increase';
391
388
 
389
+ // IndentDecrease aliases
390
+ export { default as Outdent } from '../icons/indent-decrease';
391
+
392
392
  // LaptopMinimal aliases
393
393
  export {
394
394
  /** @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 */
@@ -401,12 +401,12 @@ export { default as Layers3 } from '../icons/layers';
401
401
  // LoaderCircle aliases
402
402
  export { default as Loader2 } from '../icons/loader-circle';
403
403
 
404
- // LockOpen aliases
405
- export { default as Unlock } from '../icons/lock-open';
406
-
407
404
  // LockKeyholeOpen aliases
408
405
  export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
409
406
 
407
+ // LockOpen aliases
408
+ export { default as Unlock } from '../icons/lock-open';
409
+
410
410
  // MailQuestionMark aliases
411
411
  export { default as MailQuestion } from '../icons/mail-question-mark';
412
412
 
@@ -437,27 +437,27 @@ export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
437
437
  // PanelBottomDashed aliases
438
438
  export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
439
439
 
440
- // PanelLeftClose aliases
441
- export { default as SidebarClose } from '../icons/panel-left-close';
442
-
443
440
  // PanelLeftDashed aliases
444
441
  export { default as PanelLeftInactive } from '../icons/panel-left-dashed';
445
442
 
443
+ // PanelLeftClose aliases
444
+ export { default as SidebarClose } from '../icons/panel-left-close';
445
+
446
446
  // PanelLeftOpen aliases
447
447
  export { default as SidebarOpen } from '../icons/panel-left-open';
448
448
 
449
- // PanelLeft aliases
450
- export { default as Sidebar } from '../icons/panel-left';
451
-
452
449
  // PanelRightDashed aliases
453
450
  export { default as PanelRightInactive } from '../icons/panel-right-dashed';
454
451
 
455
- // PanelTopDashed aliases
456
- export { default as PanelTopInactive } from '../icons/panel-top-dashed';
452
+ // PanelLeft aliases
453
+ export { default as Sidebar } from '../icons/panel-left';
457
454
 
458
455
  // PanelsTopLeft aliases
459
456
  export { default as Layout } from '../icons/panels-top-left';
460
457
 
458
+ // PanelTopDashed aliases
459
+ export { default as PanelTopInactive } from '../icons/panel-top-dashed';
460
+
461
461
  // PenLine aliases
462
462
  export {
463
463
  /** @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,18 +470,18 @@ export {
470
470
  default as Edit2
471
471
  } from '../icons/pen';
472
472
 
473
- // PlugZap aliases
474
- export { default as PlugZap2 } from '../icons/plug-zap';
475
-
476
473
  // RectangleEllipsis aliases
477
474
  export { default as FormInput } from '../icons/rectangle-ellipsis';
478
475
 
479
- // Rows2 aliases
480
- export { default as Rows } from '../icons/rows-2';
476
+ // PlugZap aliases
477
+ export { default as PlugZap2 } from '../icons/plug-zap';
481
478
 
482
479
  // Rotate3d aliases
483
480
  export { default as Rotate3D } from '../icons/rotate-3d';
484
481
 
482
+ // Rows2 aliases
483
+ export { default as Rows } from '../icons/rows-2';
484
+
485
485
  // Rows3 aliases
486
486
  export { default as PanelsTopBottom } from '../icons/rows-3';
487
487
 
@@ -524,12 +524,12 @@ export { default as ArrowLeftSquare } from '../icons/square-arrow-left';
524
524
  // SquareArrowOutDownLeft aliases
525
525
  export { default as ArrowDownLeftFromSquare } from '../icons/square-arrow-out-down-left';
526
526
 
527
- // SquareArrowOutUpLeft aliases
528
- export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
529
-
530
527
  // SquareArrowOutDownRight aliases
531
528
  export { default as ArrowDownRightFromSquare } from '../icons/square-arrow-out-down-right';
532
529
 
530
+ // SquareArrowOutUpLeft aliases
531
+ export { default as ArrowUpLeftFromSquare } from '../icons/square-arrow-out-up-left';
532
+
533
533
  // SquareArrowOutUpRight aliases
534
534
  export { default as ArrowUpRightFromSquare } from '../icons/square-arrow-out-up-right';
535
535
 
@@ -542,12 +542,12 @@ export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
542
542
  // SquareArrowUpRight aliases
543
543
  export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
544
544
 
545
- // SquareArrowUp aliases
546
- export { default as ArrowUpSquare } from '../icons/square-arrow-up';
547
-
548
545
  // SquareAsterisk aliases
549
546
  export { default as AsteriskSquare } from '../icons/square-asterisk';
550
547
 
548
+ // SquareArrowUp aliases
549
+ export { default as ArrowUpSquare } from '../icons/square-arrow-up';
550
+
551
551
  // SquareChartGantt aliases
552
552
  export { default as GanttChartSquare } from '../icons/square-chart-gantt';
553
553
 
@@ -596,18 +596,18 @@ export { default as DotSquare } from '../icons/square-dot';
596
596
  // SquareEqual aliases
597
597
  export { default as EqualSquare } from '../icons/square-equal';
598
598
 
599
- // SquareKanban aliases
600
- export { default as KanbanSquare } from '../icons/square-kanban';
601
-
602
599
  // SquareFunction aliases
603
600
  export { default as FunctionSquare } from '../icons/square-function';
604
601
 
605
- // SquareLibrary aliases
606
- export { default as LibrarySquare } from '../icons/square-library';
602
+ // SquareKanban aliases
603
+ export { default as KanbanSquare } from '../icons/square-kanban';
607
604
 
608
605
  // SquareM aliases
609
606
  export { default as MSquare } from '../icons/square-m';
610
607
 
608
+ // SquareLibrary aliases
609
+ export { default as LibrarySquare } from '../icons/square-library';
610
+
611
611
  // SquareMenu aliases
612
612
  export { default as MenuSquare } from '../icons/square-menu';
613
613
 
@@ -635,12 +635,12 @@ export { default as PenSquare } from '../icons/square-pen';
635
635
  // SquarePercent aliases
636
636
  export { default as PercentSquare } from '../icons/square-percent';
637
637
 
638
- // SquarePilcrow aliases
639
- export { default as PilcrowSquare } from '../icons/square-pilcrow';
640
-
641
638
  // SquarePi aliases
642
639
  export { default as PiSquare } from '../icons/square-pi';
643
640
 
641
+ // SquarePilcrow aliases
642
+ export { default as PilcrowSquare } from '../icons/square-pilcrow';
643
+
644
644
  // SquarePlay aliases
645
645
  export { default as PlaySquare } from '../icons/square-play';
646
646
 
@@ -677,15 +677,15 @@ export {
677
677
  // SquareUser aliases
678
678
  export { default as UserSquare } from '../icons/square-user';
679
679
 
680
- // SquareX aliases
681
- export { default as XSquare } from '../icons/square-x';
682
-
683
680
  // TestTubeDiagonal aliases
684
681
  export { default as TestTube2 } from '../icons/test-tube-diagonal';
685
682
 
686
683
  // TextSelect aliases
687
684
  export { default as TextSelection } from '../icons/text-select';
688
685
 
686
+ // SquareX aliases
687
+ export { default as XSquare } from '../icons/square-x';
688
+
689
689
  // TramFront aliases
690
690
  export { default as Train } from '../icons/tram-front';
691
691
 
@@ -731,18 +731,18 @@ export {
731
731
  default as UserPlus2
732
732
  } from '../icons/user-round-plus';
733
733
 
734
- // UserRound aliases
735
- export {
736
- /** @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 */
737
- default as User2
738
- } from '../icons/user-round';
739
-
740
734
  // UserRoundX aliases
741
735
  export {
742
736
  /** @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 */
743
737
  default as UserX2
744
738
  } from '../icons/user-round-x';
745
739
 
740
+ // UserRound aliases
741
+ export {
742
+ /** @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 */
743
+ default as User2
744
+ } from '../icons/user-round';
745
+
746
746
  // UsersRound aliases
747
747
  export {
748
748
  /** @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 */