@lucide/astro 0.539.0 → 0.541.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  ISC License
2
2
 
3
- Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2022.
3
+ Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2023 as part of Feather (MIT). All other copyright (c) for Lucide are held by Lucide Contributors 2025.
4
4
 
5
5
  Permission to use, copy, modify, and/or distribute this software for any
6
6
  purpose with or without fee is hereby granted, provided that the above
@@ -13,3 +13,27 @@ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13
13
  WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14
14
  ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15
15
  OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
+
17
+ ---
18
+
19
+ The MIT License (MIT) (for portions derived from Feather)
20
+
21
+ Copyright (c) 2013-2023 Cole Bemis
22
+
23
+ Permission is hereby granted, free of charge, to any person obtaining a copy
24
+ of this software and associated documentation files (the "Software"), to deal
25
+ in the Software without restriction, including without limitation the rights
26
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
27
+ copies of the Software, and to permit persons to whom the Software is
28
+ furnished to do so, subject to the following conditions:
29
+
30
+ The above copyright notice and this permission notice shall be included in all
31
+ copies or substantial portions of the Software.
32
+
33
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
34
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
35
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
36
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
37
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
38
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
39
+ SOFTWARE.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucide/astro",
3
- "version": "0.539.0",
3
+ "version": "0.541.0",
4
4
  "author": "Moustapha Kebe",
5
5
  "description": "A Lucide icon library package for Astro applications.",
6
6
  "license": "ISC",
@@ -47,18 +47,18 @@ export {
47
47
  default as SortAsc
48
48
  } from '../icons/arrow-up-narrow-wide';
49
49
 
50
- // ArrowUpZA aliases
51
- export {
52
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
53
- default as ArrowUpZa
54
- } from '../icons/arrow-up-z-a';
55
-
56
50
  // Axis3d aliases
57
51
  export {
58
52
  /** @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 */
59
53
  default as Axis3D
60
54
  } from '../icons/axis-3d';
61
55
 
56
+ // ArrowUpZA aliases
57
+ export {
58
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
59
+ default as ArrowUpZa
60
+ } from '../icons/arrow-up-z-a';
61
+
62
62
  // BadgeCheck aliases
63
63
  export {
64
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 */
@@ -71,18 +71,18 @@ export {
71
71
  default as BadgeHelp
72
72
  } from '../icons/badge-question-mark';
73
73
 
74
- // BetweenHorizontalEnd aliases
75
- export {
76
- /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
77
- default as BetweenHorizonalEnd
78
- } from '../icons/between-horizontal-end';
79
-
80
74
  // BetweenHorizontalStart aliases
81
75
  export {
82
76
  /** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
83
77
  default as BetweenHorizonalStart
84
78
  } from '../icons/between-horizontal-start';
85
79
 
80
+ // BetweenHorizontalEnd aliases
81
+ export {
82
+ /** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
83
+ default as BetweenHorizonalEnd
84
+ } from '../icons/between-horizontal-end';
85
+
86
86
  // BookDashed aliases
87
87
  export {
88
88
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BookDashed} instead. This alias will be removed in v1.0.0 */
@@ -95,18 +95,18 @@ export {
95
95
  default as CurlyBraces
96
96
  } from '../icons/braces';
97
97
 
98
- // Captions aliases
99
- export {
100
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
101
- default as Subtitles
102
- } from '../icons/captions';
103
-
104
98
  // ChartArea aliases
105
99
  export {
106
100
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartArea} instead. This alias will be removed in v1.0 */
107
101
  default as AreaChart
108
102
  } from '../icons/chart-area';
109
103
 
104
+ // Captions aliases
105
+ export {
106
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. This alias will be removed in v1.0 */
107
+ default as Subtitles
108
+ } from '../icons/captions';
109
+
110
110
  // ChartBarBig aliases
111
111
  export {
112
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 */
@@ -179,6 +179,12 @@ export {
179
179
  default as ScatterChart
180
180
  } from '../icons/chart-scatter';
181
181
 
182
+ // Chromium aliases
183
+ export {
184
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Chromium} instead. This alias will be removed in v1.0 */
185
+ default as Chrome
186
+ } from '../icons/chromium';
187
+
182
188
  // CircleAlert aliases
183
189
  export {
184
190
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleAlert} instead. This alias will be removed in v1.0 */
@@ -425,18 +431,18 @@ export {
425
431
  default as PanelsLeftRight
426
432
  } from '../icons/columns-3';
427
433
 
428
- // ContactRound aliases
429
- export {
430
- /** @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 */
431
- default as Contact2
432
- } from '../icons/contact-round';
433
-
434
434
  // DiamondPercent aliases
435
435
  export {
436
436
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. This alias will be removed in v1.0 */
437
437
  default as PercentDiamond
438
438
  } from '../icons/diamond-percent';
439
439
 
440
+ // ContactRound aliases
441
+ export {
442
+ /** @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 */
443
+ default as Contact2
444
+ } from '../icons/contact-round';
445
+
440
446
  // Earth aliases
441
447
  export {
442
448
  /** @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 */
@@ -557,18 +563,18 @@ export {
557
563
  default as Grid2X2Check
558
564
  } from '../icons/grid-2x2-check';
559
565
 
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
-
566
566
  // Grid2x2X aliases
567
567
  export {
568
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
569
  default as Grid2X2X
570
570
  } from '../icons/grid-2x2-x';
571
571
 
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
+
572
578
  // Grid2x2 aliases
573
579
  export {
574
580
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
@@ -803,36 +809,36 @@ export {
803
809
  default as PanelsTopBottom
804
810
  } from '../icons/rows-3';
805
811
 
806
- // SendHorizontal aliases
807
- export {
808
- /** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
809
- default as SendHorizonal
810
- } from '../icons/send-horizontal';
811
-
812
812
  // Scale3d aliases
813
813
  export {
814
814
  /** @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 */
815
815
  default as Scale3D
816
816
  } from '../icons/scale-3d';
817
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
+
818
824
  // ShieldQuestionMark aliases
819
825
  export {
820
826
  /** @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
827
  default as ShieldQuestion
822
828
  } from '../icons/shield-question-mark';
823
829
 
824
- // ShieldX aliases
825
- export {
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 */
827
- default as ShieldClose
828
- } from '../icons/shield-x';
829
-
830
830
  // SlidersVertical aliases
831
831
  export {
832
832
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SlidersVertical} instead. This alias will be removed in v1.0 */
833
833
  default as Sliders
834
834
  } from '../icons/sliders-vertical';
835
835
 
836
+ // ShieldX aliases
837
+ export {
838
+ /** @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 */
839
+ default as ShieldClose
840
+ } from '../icons/shield-x';
841
+
836
842
  // Sparkles aliases
837
843
  export {
838
844
  /** @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 */
@@ -1139,18 +1145,18 @@ export {
1139
1145
  default as SigmaSquare
1140
1146
  } from '../icons/square-sigma';
1141
1147
 
1142
- // SquareSplitHorizontal aliases
1143
- export {
1144
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
1145
- default as SplitSquareHorizontal
1146
- } from '../icons/square-split-horizontal';
1147
-
1148
1148
  // SquareSlash aliases
1149
1149
  export {
1150
1150
  /** @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 */
1151
1151
  default as SlashSquare
1152
1152
  } from '../icons/square-slash';
1153
1153
 
1154
+ // SquareSplitHorizontal aliases
1155
+ export {
1156
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
1157
+ default as SplitSquareHorizontal
1158
+ } from '../icons/square-split-horizontal';
1159
+
1154
1160
  // SquareSplitVertical aliases
1155
1161
  export {
1156
1162
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitVertical} instead. This alias will be removed in v1.0 */
@@ -1199,18 +1205,18 @@ export {
1199
1205
  default as Train
1200
1206
  } from '../icons/tram-front';
1201
1207
 
1202
- // TriangleAlert aliases
1203
- export {
1204
- /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1205
- default as AlertTriangle
1206
- } from '../icons/triangle-alert';
1207
-
1208
1208
  // TreePalm aliases
1209
1209
  export {
1210
1210
  /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
1211
1211
  default as Palmtree
1212
1212
  } from '../icons/tree-palm';
1213
1213
 
1214
+ // TriangleAlert aliases
1215
+ export {
1216
+ /** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
1217
+ default as AlertTriangle
1218
+ } from '../icons/triangle-alert';
1219
+
1214
1220
  // TvMinimal aliases
1215
1221
  export {
1216
1222
  /** @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 */