@lucide/astro 0.532.0 → 0.533.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 +48 -48
- package/src/aliases/prefixed.ts +598 -596
- package/src/aliases/suffixed.ts +924 -922
- package/src/icons/a-large-small.ts +2 -2
- package/src/icons/case-lower.ts +2 -2
- package/src/icons/case-sensitive.ts +2 -2
- package/src/icons/case-upper.ts +2 -2
- package/src/icons/closed-caption.ts +18 -0
- package/src/icons/flag-triangle-left.ts +2 -2
- package/src/icons/flag-triangle-right.ts +2 -2
- package/src/icons/folder-symlink.ts +2 -2
- package/src/icons/gavel.ts +2 -2
- package/src/icons/hammer.ts +2 -2
- package/src/icons/heart-crack.ts +2 -2
- package/src/icons/heart-handshake.ts +2 -2
- package/src/icons/heart-minus.ts +2 -2
- package/src/icons/heart-off.ts +2 -2
- package/src/icons/heart-plus.ts +2 -2
- package/src/icons/heart-pulse.ts +2 -2
- package/src/icons/heart.ts +2 -2
- package/src/icons/index.ts +149 -148
- package/src/icons/pickaxe.ts +2 -2
- package/src/icons/sailboat.ts +2 -2
- package/src/icons/wrench.ts +2 -2
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -47,12 +47,12 @@ export {
|
|
|
47
47
|
default as BetweenHorizonalStart
|
|
48
48
|
} from '../icons/between-horizontal-start';
|
|
49
49
|
|
|
50
|
-
// BookDashed aliases
|
|
51
|
-
export { default as BookTemplate } from '../icons/book-dashed';
|
|
52
|
-
|
|
53
50
|
// Braces aliases
|
|
54
51
|
export { default as CurlyBraces } from '../icons/braces';
|
|
55
52
|
|
|
53
|
+
// BookDashed aliases
|
|
54
|
+
export { default as BookTemplate } from '../icons/book-dashed';
|
|
55
|
+
|
|
56
56
|
// Captions aliases
|
|
57
57
|
export { default as Subtitles } from '../icons/captions';
|
|
58
58
|
|
|
@@ -173,12 +173,12 @@ export { default as ChevronDownCircle } from '../icons/circle-chevron-down';
|
|
|
173
173
|
// CircleChevronLeft aliases
|
|
174
174
|
export { default as ChevronLeftCircle } from '../icons/circle-chevron-left';
|
|
175
175
|
|
|
176
|
-
// CircleChevronUp aliases
|
|
177
|
-
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
178
|
-
|
|
179
176
|
// CircleChevronRight aliases
|
|
180
177
|
export { default as ChevronRightCircle } from '../icons/circle-chevron-right';
|
|
181
178
|
|
|
179
|
+
// CircleChevronUp aliases
|
|
180
|
+
export { default as ChevronUpCircle } from '../icons/circle-chevron-up';
|
|
181
|
+
|
|
182
182
|
// CircleDivide aliases
|
|
183
183
|
export { default as DivideCircle } from '../icons/circle-divide';
|
|
184
184
|
|
|
@@ -215,12 +215,12 @@ export { default as HelpCircle } from '../icons/circle-question-mark';
|
|
|
215
215
|
// CircleQuestionMark aliases
|
|
216
216
|
export { default as CircleHelp } from '../icons/circle-question-mark';
|
|
217
217
|
|
|
218
|
-
// CircleSlash2 aliases
|
|
219
|
-
export { default as CircleSlashed } from '../icons/circle-slash-2';
|
|
220
|
-
|
|
221
218
|
// CircleStop aliases
|
|
222
219
|
export { default as StopCircle } from '../icons/circle-stop';
|
|
223
220
|
|
|
221
|
+
// CircleSlash2 aliases
|
|
222
|
+
export { default as CircleSlashed } from '../icons/circle-slash-2';
|
|
223
|
+
|
|
224
224
|
// CircleUserRound aliases
|
|
225
225
|
export {
|
|
226
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 */
|
|
@@ -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 */
|
|
@@ -299,18 +299,18 @@ export {
|
|
|
299
299
|
default as FileBarChart2
|
|
300
300
|
} from '../icons/file-chart-column';
|
|
301
301
|
|
|
302
|
-
// FileChartPie aliases
|
|
303
|
-
export {
|
|
304
|
-
/** @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 */
|
|
305
|
-
default as FilePieChart
|
|
306
|
-
} from '../icons/file-chart-pie';
|
|
307
|
-
|
|
308
302
|
// FileChartLine aliases
|
|
309
303
|
export {
|
|
310
304
|
/** @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 */
|
|
311
305
|
default as FileLineChart
|
|
312
306
|
} from '../icons/file-chart-line';
|
|
313
307
|
|
|
308
|
+
// FileChartPie aliases
|
|
309
|
+
export {
|
|
310
|
+
/** @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 */
|
|
311
|
+
default as FilePieChart
|
|
312
|
+
} from '../icons/file-chart-pie';
|
|
313
|
+
|
|
314
314
|
// FileCog aliases
|
|
315
315
|
export {
|
|
316
316
|
/** @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 */
|
|
@@ -320,12 +320,12 @@ export {
|
|
|
320
320
|
// FilePenLine aliases
|
|
321
321
|
export { default as FileSignature } from '../icons/file-pen-line';
|
|
322
322
|
|
|
323
|
-
// FilePlay aliases
|
|
324
|
-
export { default as FileVideo } from '../icons/file-play';
|
|
325
|
-
|
|
326
323
|
// FilePen aliases
|
|
327
324
|
export { default as FileEdit } from '../icons/file-pen';
|
|
328
325
|
|
|
326
|
+
// FilePlay aliases
|
|
327
|
+
export { default as FileVideo } from '../icons/file-play';
|
|
328
|
+
|
|
329
329
|
// FileQuestionMark aliases
|
|
330
330
|
export { default as FileQuestion } from '../icons/file-question-mark';
|
|
331
331
|
|
|
@@ -395,15 +395,15 @@ export { default as Outdent } from '../icons/indent-decrease';
|
|
|
395
395
|
// IndentIncrease aliases
|
|
396
396
|
export { default as Indent } from '../icons/indent-increase';
|
|
397
397
|
|
|
398
|
-
// Layers aliases
|
|
399
|
-
export { default as Layers3 } from '../icons/layers';
|
|
400
|
-
|
|
401
398
|
// LaptopMinimal aliases
|
|
402
399
|
export {
|
|
403
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 */
|
|
404
401
|
default as Laptop2
|
|
405
402
|
} from '../icons/laptop-minimal';
|
|
406
403
|
|
|
404
|
+
// Layers aliases
|
|
405
|
+
export { default as Layers3 } from '../icons/layers';
|
|
406
|
+
|
|
407
407
|
// LoaderCircle aliases
|
|
408
408
|
export { default as Loader2 } from '../icons/loader-circle';
|
|
409
409
|
|
|
@@ -413,15 +413,15 @@ export { default as UnlockKeyhole } from '../icons/lock-keyhole-open';
|
|
|
413
413
|
// LockOpen aliases
|
|
414
414
|
export { default as Unlock } from '../icons/lock-open';
|
|
415
415
|
|
|
416
|
-
// MailQuestionMark aliases
|
|
417
|
-
export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
418
|
-
|
|
419
416
|
// MapPinPen aliases
|
|
420
417
|
export {
|
|
421
418
|
/** @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
419
|
default as LocationEdit
|
|
423
420
|
} from '../icons/map-pin-pen';
|
|
424
421
|
|
|
422
|
+
// MailQuestionMark aliases
|
|
423
|
+
export { default as MailQuestion } from '../icons/mail-question-mark';
|
|
424
|
+
|
|
425
425
|
// MessageCircleQuestionMark aliases
|
|
426
426
|
export { default as MessageCircleQuestion } from '../icons/message-circle-question-mark';
|
|
427
427
|
|
|
@@ -440,12 +440,12 @@ export { default as AlertOctagon } from '../icons/octagon-alert';
|
|
|
440
440
|
// OctagonPause aliases
|
|
441
441
|
export { default as PauseOctagon } from '../icons/octagon-pause';
|
|
442
442
|
|
|
443
|
-
// PaintbrushVertical aliases
|
|
444
|
-
export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
|
|
445
|
-
|
|
446
443
|
// OctagonX aliases
|
|
447
444
|
export { default as XOctagon } from '../icons/octagon-x';
|
|
448
445
|
|
|
446
|
+
// PaintbrushVertical aliases
|
|
447
|
+
export { default as Paintbrush2 } from '../icons/paintbrush-vertical';
|
|
448
|
+
|
|
449
449
|
// PanelBottomDashed aliases
|
|
450
450
|
export { default as PanelBottomInactive } from '../icons/panel-bottom-dashed';
|
|
451
451
|
|
|
@@ -482,12 +482,12 @@ export {
|
|
|
482
482
|
default as Edit2
|
|
483
483
|
} from '../icons/pen';
|
|
484
484
|
|
|
485
|
-
// PlugZap aliases
|
|
486
|
-
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
487
|
-
|
|
488
485
|
// RectangleEllipsis aliases
|
|
489
486
|
export { default as FormInput } from '../icons/rectangle-ellipsis';
|
|
490
487
|
|
|
488
|
+
// PlugZap aliases
|
|
489
|
+
export { default as PlugZap2 } from '../icons/plug-zap';
|
|
490
|
+
|
|
491
491
|
// Rotate3d aliases
|
|
492
492
|
export { default as Rotate3D } from '../icons/rotate-3d';
|
|
493
493
|
|
|
@@ -551,12 +551,12 @@ export { default as ArrowRightSquare } from '../icons/square-arrow-right';
|
|
|
551
551
|
// SquareArrowUpLeft aliases
|
|
552
552
|
export { default as ArrowUpLeftSquare } from '../icons/square-arrow-up-left';
|
|
553
553
|
|
|
554
|
-
// SquareArrowUp aliases
|
|
555
|
-
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
556
|
-
|
|
557
554
|
// SquareArrowUpRight aliases
|
|
558
555
|
export { default as ArrowUpRightSquare } from '../icons/square-arrow-up-right';
|
|
559
556
|
|
|
557
|
+
// SquareArrowUp aliases
|
|
558
|
+
export { default as ArrowUpSquare } from '../icons/square-arrow-up';
|
|
559
|
+
|
|
560
560
|
// SquareAsterisk aliases
|
|
561
561
|
export { default as AsteriskSquare } from '../icons/square-asterisk';
|
|
562
562
|
|
|
@@ -617,12 +617,12 @@ export { default as KanbanSquare } from '../icons/square-kanban';
|
|
|
617
617
|
// SquareLibrary aliases
|
|
618
618
|
export { default as LibrarySquare } from '../icons/square-library';
|
|
619
619
|
|
|
620
|
-
// SquareMenu aliases
|
|
621
|
-
export { default as MenuSquare } from '../icons/square-menu';
|
|
622
|
-
|
|
623
620
|
// SquareM aliases
|
|
624
621
|
export { default as MSquare } from '../icons/square-m';
|
|
625
622
|
|
|
623
|
+
// SquareMenu aliases
|
|
624
|
+
export { default as MenuSquare } from '../icons/square-menu';
|
|
625
|
+
|
|
626
626
|
// SquareMinus aliases
|
|
627
627
|
export { default as MinusSquare } from '../icons/square-minus';
|
|
628
628
|
|
|
@@ -653,12 +653,12 @@ export { default as PiSquare } from '../icons/square-pi';
|
|
|
653
653
|
// SquarePilcrow aliases
|
|
654
654
|
export { default as PilcrowSquare } from '../icons/square-pilcrow';
|
|
655
655
|
|
|
656
|
-
// SquarePlus aliases
|
|
657
|
-
export { default as PlusSquare } from '../icons/square-plus';
|
|
658
|
-
|
|
659
656
|
// SquarePlay aliases
|
|
660
657
|
export { default as PlaySquare } from '../icons/square-play';
|
|
661
658
|
|
|
659
|
+
// SquarePlus aliases
|
|
660
|
+
export { default as PlusSquare } from '../icons/square-plus';
|
|
661
|
+
|
|
662
662
|
// SquarePower aliases
|
|
663
663
|
export { default as PowerSquare } from '../icons/square-power';
|
|
664
664
|
|
|
@@ -743,18 +743,18 @@ export {
|
|
|
743
743
|
default as UserPlus2
|
|
744
744
|
} from '../icons/user-round-plus';
|
|
745
745
|
|
|
746
|
-
// UserRound aliases
|
|
747
|
-
export {
|
|
748
|
-
/** @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 */
|
|
749
|
-
default as User2
|
|
750
|
-
} from '../icons/user-round';
|
|
751
|
-
|
|
752
746
|
// UserRoundX aliases
|
|
753
747
|
export {
|
|
754
748
|
/** @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 */
|
|
755
749
|
default as UserX2
|
|
756
750
|
} from '../icons/user-round-x';
|
|
757
751
|
|
|
752
|
+
// UserRound aliases
|
|
753
|
+
export {
|
|
754
|
+
/** @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 */
|
|
755
|
+
default as User2
|
|
756
|
+
} from '../icons/user-round';
|
|
757
|
+
|
|
758
758
|
// UsersRound aliases
|
|
759
759
|
export {
|
|
760
760
|
/** @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 */
|