@lucide/astro 0.535.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 +52 -52
- package/src/aliases/prefixed.ts +534 -528
- package/src/aliases/suffixed.ts +878 -872
- package/src/icons/a-arrow-down.ts +2 -2
- package/src/icons/a-arrow-up.ts +2 -2
- package/src/icons/bot-message-square.ts +2 -2
- package/src/icons/cake-slice.ts +2 -2
- package/src/icons/circle-star.ts +18 -0
- package/src/icons/hospital.ts +2 -2
- package/src/icons/index.ts +194 -191
- package/src/icons/message-circle-code.ts +2 -2
- package/src/icons/message-circle-dashed.ts +2 -2
- package/src/icons/message-circle-heart.ts +2 -2
- package/src/icons/message-circle-more.ts +2 -2
- package/src/icons/message-circle-off.ts +2 -2
- package/src/icons/message-circle-plus.ts +2 -2
- package/src/icons/message-circle-question-mark.ts +2 -2
- package/src/icons/message-circle-reply.ts +2 -2
- package/src/icons/message-circle-warning.ts +2 -2
- package/src/icons/message-circle-x.ts +2 -2
- package/src/icons/message-circle.ts +2 -2
- package/src/icons/message-square-code.ts +2 -2
- package/src/icons/message-square-dashed.ts +2 -2
- package/src/icons/message-square-diff.ts +2 -2
- package/src/icons/message-square-dot.ts +2 -2
- package/src/icons/message-square-heart.ts +2 -2
- package/src/icons/message-square-lock.ts +2 -2
- package/src/icons/message-square-more.ts +2 -2
- package/src/icons/message-square-off.ts +2 -2
- package/src/icons/message-square-plus.ts +2 -2
- package/src/icons/message-square-quote.ts +2 -2
- package/src/icons/message-square-reply.ts +2 -2
- package/src/icons/message-square-share.ts +2 -2
- package/src/icons/message-square-text.ts +2 -2
- package/src/icons/message-square-warning.ts +2 -2
- package/src/icons/message-square-x.ts +2 -2
- package/src/icons/message-square.ts +2 -2
- package/src/icons/messages-square.ts +2 -2
- package/src/icons/school.ts +2 -2
- package/src/icons/spade.ts +2 -2
- package/src/icons/square-star.ts +18 -0
- package/src/icons/turntable.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -221,18 +221,18 @@ export {
|
|
|
221
221
|
default as ArrowUpRightFromCircle
|
|
222
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
223
223
|
|
|
224
|
-
// CircleArrowRight aliases
|
|
225
|
-
export {
|
|
226
|
-
/** @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 */
|
|
227
|
-
default as ArrowRightCircle
|
|
228
|
-
} from '../icons/circle-arrow-right';
|
|
229
|
-
|
|
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 */
|
|
@@ -245,18 +245,18 @@ export {
|
|
|
245
245
|
default as CheckCircle2
|
|
246
246
|
} from '../icons/circle-check';
|
|
247
247
|
|
|
248
|
-
// CircleChevronLeft aliases
|
|
249
|
-
export {
|
|
250
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
251
|
-
default as ChevronLeftCircle
|
|
252
|
-
} from '../icons/circle-chevron-left';
|
|
253
|
-
|
|
254
248
|
// CircleChevronDown aliases
|
|
255
249
|
export {
|
|
256
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. This alias will be removed in v1.0 */
|
|
257
251
|
default as ChevronDownCircle
|
|
258
252
|
} from '../icons/circle-chevron-down';
|
|
259
253
|
|
|
254
|
+
// CircleChevronLeft aliases
|
|
255
|
+
export {
|
|
256
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. This alias will be removed in v1.0 */
|
|
257
|
+
default as ChevronLeftCircle
|
|
258
|
+
} from '../icons/circle-chevron-left';
|
|
259
|
+
|
|
260
260
|
// CircleChevronRight aliases
|
|
261
261
|
export {
|
|
262
262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. This alias will be removed in v1.0 */
|
|
@@ -419,18 +419,18 @@ export {
|
|
|
419
419
|
default as TableConfig
|
|
420
420
|
} from '../icons/columns-3-cog';
|
|
421
421
|
|
|
422
|
-
// ContactRound aliases
|
|
423
|
-
export {
|
|
424
|
-
/** @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 */
|
|
425
|
-
default as Contact2
|
|
426
|
-
} from '../icons/contact-round';
|
|
427
|
-
|
|
428
422
|
// Columns3 aliases
|
|
429
423
|
export {
|
|
430
424
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3} instead. This alias will be removed in v1.0 */
|
|
431
425
|
default as PanelsLeftRight
|
|
432
426
|
} from '../icons/columns-3';
|
|
433
427
|
|
|
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 */
|
|
@@ -473,18 +473,18 @@ export {
|
|
|
473
473
|
default as FileBarChart2
|
|
474
474
|
} from '../icons/file-chart-column';
|
|
475
475
|
|
|
476
|
-
// FileChartLine aliases
|
|
477
|
-
export {
|
|
478
|
-
/** @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 */
|
|
479
|
-
default as FileLineChart
|
|
480
|
-
} from '../icons/file-chart-line';
|
|
481
|
-
|
|
482
476
|
// FileChartPie aliases
|
|
483
477
|
export {
|
|
484
478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
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 */
|
|
@@ -527,18 +527,18 @@ export {
|
|
|
527
527
|
default as FolderCog2
|
|
528
528
|
} from '../icons/folder-cog';
|
|
529
529
|
|
|
530
|
-
// FunnelX aliases
|
|
531
|
-
export {
|
|
532
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
533
|
-
default as FilterX
|
|
534
|
-
} from '../icons/funnel-x';
|
|
535
|
-
|
|
536
530
|
// FolderPen aliases
|
|
537
531
|
export {
|
|
538
532
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. This alias will be removed in v1.0 */
|
|
539
533
|
default as FolderEdit
|
|
540
534
|
} from '../icons/folder-pen';
|
|
541
535
|
|
|
536
|
+
// FunnelX aliases
|
|
537
|
+
export {
|
|
538
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. This alias will be removed in v1.0 */
|
|
539
|
+
default as FilterX
|
|
540
|
+
} from '../icons/funnel-x';
|
|
541
|
+
|
|
542
542
|
// Funnel aliases
|
|
543
543
|
export {
|
|
544
544
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. This alias will be removed in v1.0 */
|
|
@@ -797,23 +797,17 @@ export {
|
|
|
797
797
|
default as Rows
|
|
798
798
|
} from '../icons/rows-2';
|
|
799
799
|
|
|
800
|
-
// Scale3d aliases
|
|
801
|
-
export {
|
|
802
|
-
/** @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 */
|
|
803
|
-
default as Scale3D
|
|
804
|
-
} from '../icons/scale-3d';
|
|
805
|
-
|
|
806
800
|
// Rows3 aliases
|
|
807
801
|
export {
|
|
808
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows3} instead. This alias will be removed in v1.0 */
|
|
809
803
|
default as PanelsTopBottom
|
|
810
804
|
} from '../icons/rows-3';
|
|
811
805
|
|
|
812
|
-
//
|
|
806
|
+
// Scale3d aliases
|
|
813
807
|
export {
|
|
814
|
-
/** @deprecated
|
|
815
|
-
default as
|
|
816
|
-
} from '../icons/
|
|
808
|
+
/** @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 */
|
|
809
|
+
default as Scale3D
|
|
810
|
+
} from '../icons/scale-3d';
|
|
817
811
|
|
|
818
812
|
// ShieldQuestionMark aliases
|
|
819
813
|
export {
|
|
@@ -821,6 +815,12 @@ export {
|
|
|
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 */
|
|
@@ -1157,18 +1157,18 @@ export {
|
|
|
1157
1157
|
default as SplitSquareVertical
|
|
1158
1158
|
} from '../icons/square-split-vertical';
|
|
1159
1159
|
|
|
1160
|
-
// SquareUserRound aliases
|
|
1161
|
-
export {
|
|
1162
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
1163
|
-
default as UserSquare2
|
|
1164
|
-
} from '../icons/square-user-round';
|
|
1165
|
-
|
|
1166
1160
|
// SquareTerminal aliases
|
|
1167
1161
|
export {
|
|
1168
1162
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareTerminal} instead. This alias will be removed in v1.0 */
|
|
1169
1163
|
default as TerminalSquare
|
|
1170
1164
|
} from '../icons/square-terminal';
|
|
1171
1165
|
|
|
1166
|
+
// SquareUserRound aliases
|
|
1167
|
+
export {
|
|
1168
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUserRound} instead. This alias will be removed in v1.0 */
|
|
1169
|
+
default as UserSquare2
|
|
1170
|
+
} from '../icons/square-user-round';
|
|
1171
|
+
|
|
1172
1172
|
// SquareUser aliases
|
|
1173
1173
|
export {
|
|
1174
1174
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareUser} instead. This alias will be removed in v1.0 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as UserCheck2
|
|
1230
1230
|
} from '../icons/user-round-check';
|
|
1231
1231
|
|
|
1232
|
-
// UserRoundMinus aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
1235
|
-
default as UserMinus2
|
|
1236
|
-
} from '../icons/user-round-minus';
|
|
1237
|
-
|
|
1238
1232
|
// UserRoundCog aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCog} instead. This alias will be removed in v1.0 */
|
|
1241
1235
|
default as UserCog2
|
|
1242
1236
|
} from '../icons/user-round-cog';
|
|
1243
1237
|
|
|
1238
|
+
// UserRoundMinus aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundMinus} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as UserMinus2
|
|
1242
|
+
} from '../icons/user-round-minus';
|
|
1243
|
+
|
|
1244
1244
|
// UserRoundPlus aliases
|
|
1245
1245
|
export {
|
|
1246
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundPlus} instead. This alias will be removed in v1.0 */
|