@lucide/astro 0.567.0 → 0.569.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 +114 -114
- package/src/aliases/prefixed.ts +614 -608
- package/src/aliases/suffixed.ts +926 -920
- package/src/icons/clapperboard.ts +2 -2
- package/src/icons/clipboard-pen.ts +2 -2
- package/src/icons/git-merge-conflict.ts +18 -0
- package/src/icons/index.ts +149 -146
- package/src/icons/mirror-rectangular.ts +18 -0
- package/src/icons/mirror-round.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -83,18 +83,18 @@ export {
|
|
|
83
83
|
default as BetweenHorizonalStart
|
|
84
84
|
} from '../icons/between-horizontal-start';
|
|
85
85
|
|
|
86
|
-
// Braces aliases
|
|
87
|
-
export {
|
|
88
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
89
|
-
default as CurlyBraces
|
|
90
|
-
} from '../icons/braces';
|
|
91
|
-
|
|
92
86
|
// BookDashed aliases
|
|
93
87
|
export {
|
|
94
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
89
|
default as BookTemplate
|
|
96
90
|
} from '../icons/book-dashed';
|
|
97
91
|
|
|
92
|
+
// Braces aliases
|
|
93
|
+
export {
|
|
94
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. This alias will be removed in v1.0 */
|
|
95
|
+
default as CurlyBraces
|
|
96
|
+
} from '../icons/braces';
|
|
97
|
+
|
|
98
98
|
// Captions aliases
|
|
99
99
|
export {
|
|
100
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 */
|
|
@@ -227,54 +227,54 @@ export {
|
|
|
227
227
|
default as ArrowUpRightFromCircle
|
|
228
228
|
} from '../icons/circle-arrow-out-up-right';
|
|
229
229
|
|
|
230
|
-
// CircleArrowUp aliases
|
|
231
|
-
export {
|
|
232
|
-
/** @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
|
-
default as ArrowUpCircle
|
|
234
|
-
} from '../icons/circle-arrow-up';
|
|
235
|
-
|
|
236
230
|
// CircleArrowRight aliases
|
|
237
231
|
export {
|
|
238
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 */
|
|
239
233
|
default as ArrowRightCircle
|
|
240
234
|
} from '../icons/circle-arrow-right';
|
|
241
235
|
|
|
236
|
+
// CircleArrowUp aliases
|
|
237
|
+
export {
|
|
238
|
+
/** @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 */
|
|
239
|
+
default as ArrowUpCircle
|
|
240
|
+
} from '../icons/circle-arrow-up';
|
|
241
|
+
|
|
242
242
|
// CircleCheckBig aliases
|
|
243
243
|
export {
|
|
244
244
|
/** @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
245
|
default as CheckCircle
|
|
246
246
|
} from '../icons/circle-check-big';
|
|
247
247
|
|
|
248
|
-
// CircleChevronDown aliases
|
|
249
|
-
export {
|
|
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 */
|
|
251
|
-
default as ChevronDownCircle
|
|
252
|
-
} from '../icons/circle-chevron-down';
|
|
253
|
-
|
|
254
248
|
// CircleCheck aliases
|
|
255
249
|
export {
|
|
256
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheck} instead. This alias will be removed in v1.0 */
|
|
257
251
|
default as CheckCircle2
|
|
258
252
|
} from '../icons/circle-check';
|
|
259
253
|
|
|
254
|
+
// CircleChevronDown aliases
|
|
255
|
+
export {
|
|
256
|
+
/** @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
|
+
default as ChevronDownCircle
|
|
258
|
+
} from '../icons/circle-chevron-down';
|
|
259
|
+
|
|
260
260
|
// CircleChevronLeft aliases
|
|
261
261
|
export {
|
|
262
262
|
/** @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 */
|
|
263
263
|
default as ChevronLeftCircle
|
|
264
264
|
} from '../icons/circle-chevron-left';
|
|
265
265
|
|
|
266
|
-
// CircleChevronUp aliases
|
|
267
|
-
export {
|
|
268
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
269
|
-
default as ChevronUpCircle
|
|
270
|
-
} from '../icons/circle-chevron-up';
|
|
271
|
-
|
|
272
266
|
// CircleChevronRight aliases
|
|
273
267
|
export {
|
|
274
268
|
/** @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 */
|
|
275
269
|
default as ChevronRightCircle
|
|
276
270
|
} from '../icons/circle-chevron-right';
|
|
277
271
|
|
|
272
|
+
// CircleChevronUp aliases
|
|
273
|
+
export {
|
|
274
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronUp} instead. This alias will be removed in v1.0 */
|
|
275
|
+
default as ChevronUpCircle
|
|
276
|
+
} from '../icons/circle-chevron-up';
|
|
277
|
+
|
|
278
278
|
// CircleDivide aliases
|
|
279
279
|
export {
|
|
280
280
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. This alias will be removed in v1.0 */
|
|
@@ -293,18 +293,18 @@ export {
|
|
|
293
293
|
default as MinusCircle
|
|
294
294
|
} from '../icons/circle-minus';
|
|
295
295
|
|
|
296
|
-
// CircleParking aliases
|
|
297
|
-
export {
|
|
298
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
299
|
-
default as ParkingCircle
|
|
300
|
-
} from '../icons/circle-parking';
|
|
301
|
-
|
|
302
296
|
// CircleParkingOff aliases
|
|
303
297
|
export {
|
|
304
298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. This alias will be removed in v1.0 */
|
|
305
299
|
default as ParkingCircleOff
|
|
306
300
|
} from '../icons/circle-parking-off';
|
|
307
301
|
|
|
302
|
+
// CircleParking aliases
|
|
303
|
+
export {
|
|
304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. This alias will be removed in v1.0 */
|
|
305
|
+
default as ParkingCircle
|
|
306
|
+
} from '../icons/circle-parking';
|
|
307
|
+
|
|
308
308
|
// CirclePause aliases
|
|
309
309
|
export {
|
|
310
310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePause} instead. This alias will be removed in v1.0 */
|
|
@@ -317,18 +317,18 @@ export {
|
|
|
317
317
|
default as PercentCircle
|
|
318
318
|
} from '../icons/circle-percent';
|
|
319
319
|
|
|
320
|
-
// CirclePlus aliases
|
|
321
|
-
export {
|
|
322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
323
|
-
default as PlusCircle
|
|
324
|
-
} from '../icons/circle-plus';
|
|
325
|
-
|
|
326
320
|
// CirclePlay aliases
|
|
327
321
|
export {
|
|
328
322
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. This alias will be removed in v1.0 */
|
|
329
323
|
default as PlayCircle
|
|
330
324
|
} from '../icons/circle-play';
|
|
331
325
|
|
|
326
|
+
// CirclePlus aliases
|
|
327
|
+
export {
|
|
328
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlus} instead. This alias will be removed in v1.0 */
|
|
329
|
+
default as PlusCircle
|
|
330
|
+
} from '../icons/circle-plus';
|
|
331
|
+
|
|
332
332
|
// CirclePower aliases
|
|
333
333
|
export {
|
|
334
334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePower} instead. This alias will be removed in v1.0 */
|
|
@@ -365,18 +365,18 @@ export {
|
|
|
365
365
|
default as UserCircle2
|
|
366
366
|
} from '../icons/circle-user-round';
|
|
367
367
|
|
|
368
|
-
// CircleX aliases
|
|
369
|
-
export {
|
|
370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
371
|
-
default as XCircle
|
|
372
|
-
} from '../icons/circle-x';
|
|
373
|
-
|
|
374
368
|
// CircleUser aliases
|
|
375
369
|
export {
|
|
376
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
377
371
|
default as UserCircle
|
|
378
372
|
} from '../icons/circle-user';
|
|
379
373
|
|
|
374
|
+
// CircleX aliases
|
|
375
|
+
export {
|
|
376
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
377
|
+
default as XCircle
|
|
378
|
+
} from '../icons/circle-x';
|
|
379
|
+
|
|
380
380
|
// ClipboardPenLine aliases
|
|
381
381
|
export {
|
|
382
382
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPenLine} instead. This alias will be removed in v1.0 */
|
|
@@ -497,18 +497,18 @@ export {
|
|
|
497
497
|
default as FileBarChart2
|
|
498
498
|
} from '../icons/file-chart-column';
|
|
499
499
|
|
|
500
|
-
// FileChartLine aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @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 */
|
|
503
|
-
default as FileLineChart
|
|
504
|
-
} from '../icons/file-chart-line';
|
|
505
|
-
|
|
506
500
|
// FileChartPie aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @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 */
|
|
509
503
|
default as FilePieChart
|
|
510
504
|
} from '../icons/file-chart-pie';
|
|
511
505
|
|
|
506
|
+
// FileChartLine aliases
|
|
507
|
+
export {
|
|
508
|
+
/** @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 */
|
|
509
|
+
default as FileLineChart
|
|
510
|
+
} from '../icons/file-chart-line';
|
|
511
|
+
|
|
512
512
|
// FileCheckCorner aliases
|
|
513
513
|
export {
|
|
514
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -575,18 +575,18 @@ export {
|
|
|
575
575
|
default as FileEdit
|
|
576
576
|
} from '../icons/file-pen';
|
|
577
577
|
|
|
578
|
-
// FilePlusCorner aliases
|
|
579
|
-
export {
|
|
580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
581
|
-
default as FilePlus2
|
|
582
|
-
} from '../icons/file-plus-corner';
|
|
583
|
-
|
|
584
578
|
// FilePlay aliases
|
|
585
579
|
export {
|
|
586
580
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. This alias will be removed in v1.0 */
|
|
587
581
|
default as FileVideo
|
|
588
582
|
} from '../icons/file-play';
|
|
589
583
|
|
|
584
|
+
// FilePlusCorner aliases
|
|
585
|
+
export {
|
|
586
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. This alias will be removed in v1.0 */
|
|
587
|
+
default as FilePlus2
|
|
588
|
+
} from '../icons/file-plus-corner';
|
|
589
|
+
|
|
590
590
|
// FileQuestionMark aliases
|
|
591
591
|
export {
|
|
592
592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -653,18 +653,18 @@ export {
|
|
|
653
653
|
default as Filter
|
|
654
654
|
} from '../icons/funnel';
|
|
655
655
|
|
|
656
|
-
// Grid2x2Check aliases
|
|
657
|
-
export {
|
|
658
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
659
|
-
default as Grid2X2Check
|
|
660
|
-
} from '../icons/grid-2x2-check';
|
|
661
|
-
|
|
662
656
|
// GitCommitHorizontal aliases
|
|
663
657
|
export {
|
|
664
658
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link GitCommitHorizontal} instead. This alias will be removed in v1.0 */
|
|
665
659
|
default as GitCommit
|
|
666
660
|
} from '../icons/git-commit-horizontal';
|
|
667
661
|
|
|
662
|
+
// Grid2x2Check aliases
|
|
663
|
+
export {
|
|
664
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2Check} instead. This alias will be removed in v1.0 */
|
|
665
|
+
default as Grid2X2Check
|
|
666
|
+
} from '../icons/grid-2x2-check';
|
|
667
|
+
|
|
668
668
|
// Grid2x2Plus aliases
|
|
669
669
|
export {
|
|
670
670
|
/** @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 */
|
|
@@ -695,18 +695,18 @@ export {
|
|
|
695
695
|
default as Grid3X3
|
|
696
696
|
} from '../icons/grid-3x3';
|
|
697
697
|
|
|
698
|
-
// HandHelping aliases
|
|
699
|
-
export {
|
|
700
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
701
|
-
default as HelpingHand
|
|
702
|
-
} from '../icons/hand-helping';
|
|
703
|
-
|
|
704
698
|
// HandGrab aliases
|
|
705
699
|
export {
|
|
706
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
707
701
|
default as Grab
|
|
708
702
|
} from '../icons/hand-grab';
|
|
709
703
|
|
|
704
|
+
// HandHelping aliases
|
|
705
|
+
export {
|
|
706
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. This alias will be removed in v1.0 */
|
|
707
|
+
default as HelpingHand
|
|
708
|
+
} from '../icons/hand-helping';
|
|
709
|
+
|
|
710
710
|
// House aliases
|
|
711
711
|
export {
|
|
712
712
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link House} instead. This alias will be removed in v1.0 */
|
|
@@ -749,12 +749,6 @@ export {
|
|
|
749
749
|
default as IndentDecrease
|
|
750
750
|
} from '../icons/list-indent-decrease';
|
|
751
751
|
|
|
752
|
-
// LoaderCircle aliases
|
|
753
|
-
export {
|
|
754
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
755
|
-
default as Loader2
|
|
756
|
-
} from '../icons/loader-circle';
|
|
757
|
-
|
|
758
752
|
// ListIndentIncrease aliases
|
|
759
753
|
export {
|
|
760
754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -767,6 +761,12 @@ export {
|
|
|
767
761
|
default as IndentIncrease
|
|
768
762
|
} from '../icons/list-indent-increase';
|
|
769
763
|
|
|
764
|
+
// LoaderCircle aliases
|
|
765
|
+
export {
|
|
766
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LoaderCircle} instead. This alias will be removed in v1.0 */
|
|
767
|
+
default as Loader2
|
|
768
|
+
} from '../icons/loader-circle';
|
|
769
|
+
|
|
770
770
|
// LockKeyholeOpen aliases
|
|
771
771
|
export {
|
|
772
772
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LockKeyholeOpen} instead. This alias will be removed in v1.0 */
|
|
@@ -797,18 +797,18 @@ export {
|
|
|
797
797
|
default as MessageCircleQuestion
|
|
798
798
|
} from '../icons/message-circle-question-mark';
|
|
799
799
|
|
|
800
|
-
// Move3d aliases
|
|
801
|
-
export {
|
|
802
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
803
|
-
default as Move3D
|
|
804
|
-
} from '../icons/move-3d';
|
|
805
|
-
|
|
806
800
|
// MicVocal aliases
|
|
807
801
|
export {
|
|
808
802
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MicVocal} instead. This alias will be removed in v1.0 */
|
|
809
803
|
default as Mic2
|
|
810
804
|
} from '../icons/mic-vocal';
|
|
811
805
|
|
|
806
|
+
// Move3d aliases
|
|
807
|
+
export {
|
|
808
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Move3d} instead. This alias will be removed in v1.0 */
|
|
809
|
+
default as Move3D
|
|
810
|
+
} from '../icons/move-3d';
|
|
811
|
+
|
|
812
812
|
// OctagonAlert aliases
|
|
813
813
|
export {
|
|
814
814
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonAlert} instead. This alias will be removed in v1.0 */
|
|
@@ -935,18 +935,18 @@ export {
|
|
|
935
935
|
default as SendHorizonal
|
|
936
936
|
} from '../icons/send-horizontal';
|
|
937
937
|
|
|
938
|
-
// ShieldX aliases
|
|
939
|
-
export {
|
|
940
|
-
/** @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 */
|
|
941
|
-
default as ShieldClose
|
|
942
|
-
} from '../icons/shield-x';
|
|
943
|
-
|
|
944
938
|
// ShieldQuestionMark aliases
|
|
945
939
|
export {
|
|
946
940
|
/** @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 */
|
|
947
941
|
default as ShieldQuestion
|
|
948
942
|
} from '../icons/shield-question-mark';
|
|
949
943
|
|
|
944
|
+
// ShieldX aliases
|
|
945
|
+
export {
|
|
946
|
+
/** @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 */
|
|
947
|
+
default as ShieldClose
|
|
948
|
+
} from '../icons/shield-x';
|
|
949
|
+
|
|
950
950
|
// SlidersVertical aliases
|
|
951
951
|
export {
|
|
952
952
|
/** @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 */
|
|
@@ -971,18 +971,18 @@ export {
|
|
|
971
971
|
default as ArrowDownLeftSquare
|
|
972
972
|
} from '../icons/square-arrow-down-left';
|
|
973
973
|
|
|
974
|
-
// SquareArrowDown aliases
|
|
975
|
-
export {
|
|
976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
977
|
-
default as ArrowDownSquare
|
|
978
|
-
} from '../icons/square-arrow-down';
|
|
979
|
-
|
|
980
974
|
// SquareArrowDownRight aliases
|
|
981
975
|
export {
|
|
982
976
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDownRight} instead. This alias will be removed in v1.0 */
|
|
983
977
|
default as ArrowDownRightSquare
|
|
984
978
|
} from '../icons/square-arrow-down-right';
|
|
985
979
|
|
|
980
|
+
// SquareArrowDown aliases
|
|
981
|
+
export {
|
|
982
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. This alias will be removed in v1.0 */
|
|
983
|
+
default as ArrowDownSquare
|
|
984
|
+
} from '../icons/square-arrow-down';
|
|
985
|
+
|
|
986
986
|
// SquareArrowLeft aliases
|
|
987
987
|
export {
|
|
988
988
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -1097,12 +1097,6 @@ export {
|
|
|
1097
1097
|
default as ChevronUpSquare
|
|
1098
1098
|
} from '../icons/square-chevron-up';
|
|
1099
1099
|
|
|
1100
|
-
// SquareDashedKanban aliases
|
|
1101
|
-
export {
|
|
1102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
1103
|
-
default as KanbanSquareDashed
|
|
1104
|
-
} from '../icons/square-dashed-kanban';
|
|
1105
|
-
|
|
1106
1100
|
// SquareCode aliases
|
|
1107
1101
|
export {
|
|
1108
1102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. This alias will be removed in v1.0 */
|
|
@@ -1115,24 +1109,30 @@ export {
|
|
|
1115
1109
|
default as MousePointerSquareDashed
|
|
1116
1110
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1117
1111
|
|
|
1112
|
+
// SquareDashedKanban aliases
|
|
1113
|
+
export {
|
|
1114
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedKanban} instead. This alias will be removed in v1.0 */
|
|
1115
|
+
default as KanbanSquareDashed
|
|
1116
|
+
} from '../icons/square-dashed-kanban';
|
|
1117
|
+
|
|
1118
1118
|
// SquareDashed aliases
|
|
1119
1119
|
export {
|
|
1120
1120
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. This alias will be removed in v1.0 */
|
|
1121
1121
|
default as BoxSelect
|
|
1122
1122
|
} from '../icons/square-dashed';
|
|
1123
1123
|
|
|
1124
|
-
// SquareDot aliases
|
|
1125
|
-
export {
|
|
1126
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
1127
|
-
default as DotSquare
|
|
1128
|
-
} from '../icons/square-dot';
|
|
1129
|
-
|
|
1130
1124
|
// SquareDivide aliases
|
|
1131
1125
|
export {
|
|
1132
1126
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. This alias will be removed in v1.0 */
|
|
1133
1127
|
default as DivideSquare
|
|
1134
1128
|
} from '../icons/square-divide';
|
|
1135
1129
|
|
|
1130
|
+
// SquareDot aliases
|
|
1131
|
+
export {
|
|
1132
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDot} instead. This alias will be removed in v1.0 */
|
|
1133
|
+
default as DotSquare
|
|
1134
|
+
} from '../icons/square-dot';
|
|
1135
|
+
|
|
1136
1136
|
// SquareEqual aliases
|
|
1137
1137
|
export {
|
|
1138
1138
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareEqual} instead. This alias will be removed in v1.0 */
|
|
@@ -1241,18 +1241,18 @@ export {
|
|
|
1241
1241
|
default as PlusSquare
|
|
1242
1242
|
} from '../icons/square-plus';
|
|
1243
1243
|
|
|
1244
|
-
// SquarePower aliases
|
|
1245
|
-
export {
|
|
1246
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
1247
|
-
default as PowerSquare
|
|
1248
|
-
} from '../icons/square-power';
|
|
1249
|
-
|
|
1250
1244
|
// SquareScissors aliases
|
|
1251
1245
|
export {
|
|
1252
1246
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareScissors} instead. This alias will be removed in v1.0 */
|
|
1253
1247
|
default as ScissorsSquare
|
|
1254
1248
|
} from '../icons/square-scissors';
|
|
1255
1249
|
|
|
1250
|
+
// SquarePower aliases
|
|
1251
|
+
export {
|
|
1252
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePower} instead. This alias will be removed in v1.0 */
|
|
1253
|
+
default as PowerSquare
|
|
1254
|
+
} from '../icons/square-power';
|
|
1255
|
+
|
|
1256
1256
|
// SquareSigma aliases
|
|
1257
1257
|
export {
|
|
1258
1258
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSigma} instead. This alias will be removed in v1.0 */
|
|
@@ -1289,18 +1289,18 @@ export {
|
|
|
1289
1289
|
default as UserSquare2
|
|
1290
1290
|
} from '../icons/square-user-round';
|
|
1291
1291
|
|
|
1292
|
-
// SquareUser aliases
|
|
1293
|
-
export {
|
|
1294
|
-
/** @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 */
|
|
1295
|
-
default as UserSquare
|
|
1296
|
-
} from '../icons/square-user';
|
|
1297
|
-
|
|
1298
1292
|
// SquareX aliases
|
|
1299
1293
|
export {
|
|
1300
1294
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareX} instead. This alias will be removed in v1.0 */
|
|
1301
1295
|
default as XSquare
|
|
1302
1296
|
} from '../icons/square-x';
|
|
1303
1297
|
|
|
1298
|
+
// SquareUser aliases
|
|
1299
|
+
export {
|
|
1300
|
+
/** @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 */
|
|
1301
|
+
default as UserSquare
|
|
1302
|
+
} from '../icons/square-user';
|
|
1303
|
+
|
|
1304
1304
|
// TestTubeDiagonal aliases
|
|
1305
1305
|
export {
|
|
1306
1306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TestTubeDiagonal} instead. This alias will be removed in v1.0 */
|