@lucide/astro 1.5.0 → 1.7.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 +160 -160
- package/src/aliases/prefixed.ts +791 -787
- package/src/aliases/suffixed.ts +1079 -1075
- package/src/icons/index.ts +137 -135
- package/src/icons/map-pin-search.ts +18 -0
- package/src/icons/radio-off.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -5,18 +5,18 @@ export {
|
|
|
5
5
|
default as AlarmCheck
|
|
6
6
|
} from '../icons/alarm-clock-check';
|
|
7
7
|
|
|
8
|
-
// AlarmClockPlus aliases
|
|
9
|
-
export {
|
|
10
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
11
|
-
default as AlarmPlus
|
|
12
|
-
} from '../icons/alarm-clock-plus';
|
|
13
|
-
|
|
14
8
|
// AlarmClockMinus aliases
|
|
15
9
|
export {
|
|
16
10
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockMinus} instead. This alias will be removed in v1.0 */
|
|
17
11
|
default as AlarmMinus
|
|
18
12
|
} from '../icons/alarm-clock-minus';
|
|
19
13
|
|
|
14
|
+
// AlarmClockPlus aliases
|
|
15
|
+
export {
|
|
16
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link AlarmClockPlus} instead. This alias will be removed in v1.0 */
|
|
17
|
+
default as AlarmPlus
|
|
18
|
+
} from '../icons/alarm-clock-plus';
|
|
19
|
+
|
|
20
20
|
// ArrowDownAZ aliases
|
|
21
21
|
export {
|
|
22
22
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownAZ} instead. This alias will be removed in v1.0 */
|
|
@@ -95,18 +95,18 @@ export {
|
|
|
95
95
|
default as CurlyBraces
|
|
96
96
|
} from '../icons/braces';
|
|
97
97
|
|
|
98
|
-
// ChartArea aliases
|
|
99
|
-
export {
|
|
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 */
|
|
101
|
-
default as AreaChart
|
|
102
|
-
} from '../icons/chart-area';
|
|
103
|
-
|
|
104
98
|
// Captions aliases
|
|
105
99
|
export {
|
|
106
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 */
|
|
107
101
|
default as Subtitles
|
|
108
102
|
} from '../icons/captions';
|
|
109
103
|
|
|
104
|
+
// ChartArea aliases
|
|
105
|
+
export {
|
|
106
|
+
/** @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
|
+
default as AreaChart
|
|
108
|
+
} from '../icons/chart-area';
|
|
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 */
|
|
@@ -233,18 +233,18 @@ export {
|
|
|
233
233
|
default as ArrowUpCircle
|
|
234
234
|
} from '../icons/circle-arrow-up';
|
|
235
235
|
|
|
236
|
-
// CircleCheckBig aliases
|
|
237
|
-
export {
|
|
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 */
|
|
239
|
-
default as CheckCircle
|
|
240
|
-
} from '../icons/circle-check-big';
|
|
241
|
-
|
|
242
236
|
// CircleCheck aliases
|
|
243
237
|
export {
|
|
244
238
|
/** @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 */
|
|
245
239
|
default as CheckCircle2
|
|
246
240
|
} from '../icons/circle-check';
|
|
247
241
|
|
|
242
|
+
// CircleCheckBig aliases
|
|
243
|
+
export {
|
|
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
|
+
default as CheckCircle
|
|
246
|
+
} from '../icons/circle-check-big';
|
|
247
|
+
|
|
248
248
|
// CircleChevronDown aliases
|
|
249
249
|
export {
|
|
250
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 */
|
|
@@ -305,23 +305,17 @@ export {
|
|
|
305
305
|
default as PauseCircle
|
|
306
306
|
} from '../icons/circle-pause';
|
|
307
307
|
|
|
308
|
-
// CirclePlay aliases
|
|
309
|
-
export {
|
|
310
|
-
/** @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 */
|
|
311
|
-
default as PlayCircle
|
|
312
|
-
} from '../icons/circle-play';
|
|
313
|
-
|
|
314
308
|
// CirclePercent aliases
|
|
315
309
|
export {
|
|
316
310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePercent} instead. This alias will be removed in v1.0 */
|
|
317
311
|
default as PercentCircle
|
|
318
312
|
} from '../icons/circle-percent';
|
|
319
313
|
|
|
320
|
-
//
|
|
314
|
+
// CirclePlay aliases
|
|
321
315
|
export {
|
|
322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
323
|
-
default as
|
|
324
|
-
} from '../icons/circle-
|
|
316
|
+
/** @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 */
|
|
317
|
+
default as PlayCircle
|
|
318
|
+
} from '../icons/circle-play';
|
|
325
319
|
|
|
326
320
|
// CirclePower aliases
|
|
327
321
|
export {
|
|
@@ -329,6 +323,12 @@ export {
|
|
|
329
323
|
default as PowerCircle
|
|
330
324
|
} from '../icons/circle-power';
|
|
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
|
// CircleQuestionMark aliases
|
|
333
333
|
export {
|
|
334
334
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
@@ -353,18 +353,18 @@ export {
|
|
|
353
353
|
default as StopCircle
|
|
354
354
|
} from '../icons/circle-stop';
|
|
355
355
|
|
|
356
|
-
// CircleUserRound aliases
|
|
357
|
-
export {
|
|
358
|
-
/** @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 */
|
|
359
|
-
default as UserCircle2
|
|
360
|
-
} from '../icons/circle-user-round';
|
|
361
|
-
|
|
362
356
|
// CircleUser aliases
|
|
363
357
|
export {
|
|
364
358
|
/** @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 */
|
|
365
359
|
default as UserCircle
|
|
366
360
|
} from '../icons/circle-user';
|
|
367
361
|
|
|
362
|
+
// CircleUserRound aliases
|
|
363
|
+
export {
|
|
364
|
+
/** @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 */
|
|
365
|
+
default as UserCircle2
|
|
366
|
+
} from '../icons/circle-user-round';
|
|
367
|
+
|
|
368
368
|
// CircleX aliases
|
|
369
369
|
export {
|
|
370
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 */
|
|
@@ -395,18 +395,18 @@ export {
|
|
|
395
395
|
default as UploadCloud
|
|
396
396
|
} from '../icons/cloud-upload';
|
|
397
397
|
|
|
398
|
-
// Columns2 aliases
|
|
399
|
-
export {
|
|
400
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
401
|
-
default as Columns
|
|
402
|
-
} from '../icons/columns-2';
|
|
403
|
-
|
|
404
398
|
// CodeXml aliases
|
|
405
399
|
export {
|
|
406
400
|
/** @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 */
|
|
407
401
|
default as Code2
|
|
408
402
|
} from '../icons/code-xml';
|
|
409
403
|
|
|
404
|
+
// Columns2 aliases
|
|
405
|
+
export {
|
|
406
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns2} instead. This alias will be removed in v1.0 */
|
|
407
|
+
default as Columns
|
|
408
|
+
} from '../icons/columns-2';
|
|
409
|
+
|
|
410
410
|
// Columns3Cog aliases
|
|
411
411
|
export {
|
|
412
412
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Columns3Cog} instead. This alias will be removed in v1.0 */
|
|
@@ -443,18 +443,18 @@ export {
|
|
|
443
443
|
default as Globe2
|
|
444
444
|
} from '../icons/earth';
|
|
445
445
|
|
|
446
|
-
// Ellipsis aliases
|
|
447
|
-
export {
|
|
448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
449
|
-
default as MoreHorizontal
|
|
450
|
-
} from '../icons/ellipsis';
|
|
451
|
-
|
|
452
446
|
// EllipsisVertical aliases
|
|
453
447
|
export {
|
|
454
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. This alias will be removed in v1.0 */
|
|
455
449
|
default as MoreVertical
|
|
456
450
|
} from '../icons/ellipsis-vertical';
|
|
457
451
|
|
|
452
|
+
// Ellipsis aliases
|
|
453
|
+
export {
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Ellipsis} instead. This alias will be removed in v1.0 */
|
|
455
|
+
default as MoreHorizontal
|
|
456
|
+
} from '../icons/ellipsis';
|
|
457
|
+
|
|
458
458
|
// FileAxis3d aliases
|
|
459
459
|
export {
|
|
460
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileAxis3d} instead. This alias will be removed in v1.0 */
|
|
@@ -479,18 +479,18 @@ export {
|
|
|
479
479
|
default as FileJson
|
|
480
480
|
} from '../icons/file-braces';
|
|
481
481
|
|
|
482
|
-
// FileChartColumnIncreasing aliases
|
|
483
|
-
export {
|
|
484
|
-
/** @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 */
|
|
485
|
-
default as FileBarChart
|
|
486
|
-
} from '../icons/file-chart-column-increasing';
|
|
487
|
-
|
|
488
482
|
// FileChartColumn aliases
|
|
489
483
|
export {
|
|
490
484
|
/** @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 */
|
|
491
485
|
default as FileBarChart2
|
|
492
486
|
} from '../icons/file-chart-column';
|
|
493
487
|
|
|
488
|
+
// FileChartColumnIncreasing aliases
|
|
489
|
+
export {
|
|
490
|
+
/** @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 */
|
|
491
|
+
default as FileBarChart
|
|
492
|
+
} from '../icons/file-chart-column-increasing';
|
|
493
|
+
|
|
494
494
|
// FileChartLine aliases
|
|
495
495
|
export {
|
|
496
496
|
/** @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 */
|
|
@@ -587,18 +587,18 @@ export {
|
|
|
587
587
|
default as FileQuestion
|
|
588
588
|
} from '../icons/file-question-mark';
|
|
589
589
|
|
|
590
|
-
// FileSearchCorner aliases
|
|
591
|
-
export {
|
|
592
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
593
|
-
default as FileSearch2
|
|
594
|
-
} from '../icons/file-search-corner';
|
|
595
|
-
|
|
596
590
|
// FileSignal aliases
|
|
597
591
|
export {
|
|
598
592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. This alias will be removed in v1.0 */
|
|
599
593
|
default as FileVolume2
|
|
600
594
|
} from '../icons/file-signal';
|
|
601
595
|
|
|
596
|
+
// FileSearchCorner aliases
|
|
597
|
+
export {
|
|
598
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
599
|
+
default as FileSearch2
|
|
600
|
+
} from '../icons/file-search-corner';
|
|
601
|
+
|
|
602
602
|
// FileTypeCorner aliases
|
|
603
603
|
export {
|
|
604
604
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -617,12 +617,6 @@ export {
|
|
|
617
617
|
default as FileX2
|
|
618
618
|
} from '../icons/file-x-corner';
|
|
619
619
|
|
|
620
|
-
// FingerprintPattern aliases
|
|
621
|
-
export {
|
|
622
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
623
|
-
default as Fingerprint
|
|
624
|
-
} from '../icons/fingerprint-pattern';
|
|
625
|
-
|
|
626
620
|
// FolderCog aliases
|
|
627
621
|
export {
|
|
628
622
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderCog} instead. This alias will be removed in v1.0 */
|
|
@@ -635,24 +629,30 @@ export {
|
|
|
635
629
|
default as FolderEdit
|
|
636
630
|
} from '../icons/folder-pen';
|
|
637
631
|
|
|
632
|
+
// FingerprintPattern aliases
|
|
633
|
+
export {
|
|
634
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. This alias will be removed in v1.0 */
|
|
635
|
+
default as Fingerprint
|
|
636
|
+
} from '../icons/fingerprint-pattern';
|
|
637
|
+
|
|
638
638
|
// FunnelX aliases
|
|
639
639
|
export {
|
|
640
640
|
/** @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 */
|
|
641
641
|
default as FilterX
|
|
642
642
|
} from '../icons/funnel-x';
|
|
643
643
|
|
|
644
|
-
// GitCommitHorizontal aliases
|
|
645
|
-
export {
|
|
646
|
-
/** @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 */
|
|
647
|
-
default as GitCommit
|
|
648
|
-
} from '../icons/git-commit-horizontal';
|
|
649
|
-
|
|
650
644
|
// Funnel aliases
|
|
651
645
|
export {
|
|
652
646
|
/** @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 */
|
|
653
647
|
default as Filter
|
|
654
648
|
} from '../icons/funnel';
|
|
655
649
|
|
|
650
|
+
// GitCommitHorizontal aliases
|
|
651
|
+
export {
|
|
652
|
+
/** @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 */
|
|
653
|
+
default as GitCommit
|
|
654
|
+
} from '../icons/git-commit-horizontal';
|
|
655
|
+
|
|
656
656
|
// Grid2x2Check aliases
|
|
657
657
|
export {
|
|
658
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 */
|
|
@@ -725,6 +725,12 @@ export {
|
|
|
725
725
|
default as Laptop2
|
|
726
726
|
} from '../icons/laptop-minimal';
|
|
727
727
|
|
|
728
|
+
// Layers aliases
|
|
729
|
+
export {
|
|
730
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
731
|
+
default as Layers3
|
|
732
|
+
} from '../icons/layers';
|
|
733
|
+
|
|
728
734
|
// ListIndentDecrease aliases
|
|
729
735
|
export {
|
|
730
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
@@ -737,12 +743,6 @@ export {
|
|
|
737
743
|
default as IndentDecrease
|
|
738
744
|
} from '../icons/list-indent-decrease';
|
|
739
745
|
|
|
740
|
-
// Layers aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
743
|
-
default as Layers3
|
|
744
|
-
} from '../icons/layers';
|
|
745
|
-
|
|
746
746
|
// ListIndentIncrease aliases
|
|
747
747
|
export {
|
|
748
748
|
/** @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 */
|
|
@@ -845,54 +845,54 @@ export {
|
|
|
845
845
|
default as PanelLeftInactive
|
|
846
846
|
} from '../icons/panel-left-dashed';
|
|
847
847
|
|
|
848
|
-
// PanelLeftOpen aliases
|
|
849
|
-
export {
|
|
850
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
851
|
-
default as SidebarOpen
|
|
852
|
-
} from '../icons/panel-left-open';
|
|
853
|
-
|
|
854
848
|
// PanelLeft aliases
|
|
855
849
|
export {
|
|
856
850
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeft} instead. This alias will be removed in v1.0 */
|
|
857
851
|
default as Sidebar
|
|
858
852
|
} from '../icons/panel-left';
|
|
859
853
|
|
|
854
|
+
// PanelLeftOpen aliases
|
|
855
|
+
export {
|
|
856
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelLeftOpen} instead. This alias will be removed in v1.0 */
|
|
857
|
+
default as SidebarOpen
|
|
858
|
+
} from '../icons/panel-left-open';
|
|
859
|
+
|
|
860
860
|
// PanelRightDashed aliases
|
|
861
861
|
export {
|
|
862
862
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelRightDashed} instead. This alias will be removed in v1.0 */
|
|
863
863
|
default as PanelRightInactive
|
|
864
864
|
} from '../icons/panel-right-dashed';
|
|
865
865
|
|
|
866
|
-
// PanelsTopLeft aliases
|
|
867
|
-
export {
|
|
868
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
869
|
-
default as Layout
|
|
870
|
-
} from '../icons/panels-top-left';
|
|
871
|
-
|
|
872
866
|
// PanelTopDashed aliases
|
|
873
867
|
export {
|
|
874
868
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelTopDashed} instead. This alias will be removed in v1.0 */
|
|
875
869
|
default as PanelTopInactive
|
|
876
870
|
} from '../icons/panel-top-dashed';
|
|
877
871
|
|
|
872
|
+
// PanelsTopLeft aliases
|
|
873
|
+
export {
|
|
874
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelsTopLeft} instead. This alias will be removed in v1.0 */
|
|
875
|
+
default as Layout
|
|
876
|
+
} from '../icons/panels-top-left';
|
|
877
|
+
|
|
878
878
|
// PenLine aliases
|
|
879
879
|
export {
|
|
880
880
|
/** @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 */
|
|
881
881
|
default as Edit3
|
|
882
882
|
} from '../icons/pen-line';
|
|
883
883
|
|
|
884
|
-
// PlugZap aliases
|
|
885
|
-
export {
|
|
886
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
887
|
-
default as PlugZap2
|
|
888
|
-
} from '../icons/plug-zap';
|
|
889
|
-
|
|
890
884
|
// Pen aliases
|
|
891
885
|
export {
|
|
892
886
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. This alias will be removed in v1.0 */
|
|
893
887
|
default as Edit2
|
|
894
888
|
} from '../icons/pen';
|
|
895
889
|
|
|
890
|
+
// PlugZap aliases
|
|
891
|
+
export {
|
|
892
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
+
default as PlugZap2
|
|
894
|
+
} from '../icons/plug-zap';
|
|
895
|
+
|
|
896
896
|
// RectangleEllipsis aliases
|
|
897
897
|
export {
|
|
898
898
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
@@ -1019,12 +1019,6 @@ export {
|
|
|
1019
1019
|
default as ArrowUpLeftSquare
|
|
1020
1020
|
} from '../icons/square-arrow-up-left';
|
|
1021
1021
|
|
|
1022
|
-
// SquareAsterisk aliases
|
|
1023
|
-
export {
|
|
1024
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1025
|
-
default as AsteriskSquare
|
|
1026
|
-
} from '../icons/square-asterisk';
|
|
1027
|
-
|
|
1028
1022
|
// SquareArrowUpRight aliases
|
|
1029
1023
|
export {
|
|
1030
1024
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
@@ -1037,6 +1031,12 @@ export {
|
|
|
1037
1031
|
default as ArrowUpSquare
|
|
1038
1032
|
} from '../icons/square-arrow-up';
|
|
1039
1033
|
|
|
1034
|
+
// SquareAsterisk aliases
|
|
1035
|
+
export {
|
|
1036
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. This alias will be removed in v1.0 */
|
|
1037
|
+
default as AsteriskSquare
|
|
1038
|
+
} from '../icons/square-asterisk';
|
|
1039
|
+
|
|
1040
1040
|
// SquareBottomDashedScissors aliases
|
|
1041
1041
|
export {
|
|
1042
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. This alias will be removed in v1.0 */
|
|
@@ -1055,12 +1055,6 @@ export {
|
|
|
1055
1055
|
default as FlipVertical
|
|
1056
1056
|
} from '../icons/square-centerline-dashed-vertical';
|
|
1057
1057
|
|
|
1058
|
-
// SquareCheck aliases
|
|
1059
|
-
export {
|
|
1060
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1061
|
-
default as CheckSquare2
|
|
1062
|
-
} from '../icons/square-check';
|
|
1063
|
-
|
|
1064
1058
|
// SquareChartGantt aliases
|
|
1065
1059
|
export {
|
|
1066
1060
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. This alias will be removed in v1.0 */
|
|
@@ -1073,6 +1067,12 @@ export {
|
|
|
1073
1067
|
default as SquareGanttChart
|
|
1074
1068
|
} from '../icons/square-chart-gantt';
|
|
1075
1069
|
|
|
1070
|
+
// SquareCheck aliases
|
|
1071
|
+
export {
|
|
1072
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1073
|
+
default as CheckSquare2
|
|
1074
|
+
} from '../icons/square-check';
|
|
1075
|
+
|
|
1076
1076
|
// SquareCheckBig aliases
|
|
1077
1077
|
export {
|
|
1078
1078
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. This alias will be removed in v1.0 */
|
|
@@ -1181,24 +1181,30 @@ export {
|
|
|
1181
1181
|
default as MinusSquare
|
|
1182
1182
|
} from '../icons/square-minus';
|
|
1183
1183
|
|
|
1184
|
-
// SquareMousePointer aliases
|
|
1185
|
-
export {
|
|
1186
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
1187
|
-
default as Inspect
|
|
1188
|
-
} from '../icons/square-mouse-pointer';
|
|
1189
|
-
|
|
1190
1184
|
// SquareParkingOff aliases
|
|
1191
1185
|
export {
|
|
1192
1186
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParkingOff} instead. This alias will be removed in v1.0 */
|
|
1193
1187
|
default as ParkingSquareOff
|
|
1194
1188
|
} from '../icons/square-parking-off';
|
|
1195
1189
|
|
|
1190
|
+
// SquareMousePointer aliases
|
|
1191
|
+
export {
|
|
1192
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareMousePointer} instead. This alias will be removed in v1.0 */
|
|
1193
|
+
default as Inspect
|
|
1194
|
+
} from '../icons/square-mouse-pointer';
|
|
1195
|
+
|
|
1196
1196
|
// SquareParking aliases
|
|
1197
1197
|
export {
|
|
1198
1198
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareParking} instead. This alias will be removed in v1.0 */
|
|
1199
1199
|
default as ParkingSquare
|
|
1200
1200
|
} from '../icons/square-parking';
|
|
1201
1201
|
|
|
1202
|
+
// SquarePercent aliases
|
|
1203
|
+
export {
|
|
1204
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1205
|
+
default as PercentSquare
|
|
1206
|
+
} from '../icons/square-percent';
|
|
1207
|
+
|
|
1202
1208
|
// SquarePen aliases
|
|
1203
1209
|
export {
|
|
1204
1210
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePen} instead. This alias will be removed in v1.0 */
|
|
@@ -1217,24 +1223,18 @@ export {
|
|
|
1217
1223
|
default as PenSquare
|
|
1218
1224
|
} from '../icons/square-pen';
|
|
1219
1225
|
|
|
1220
|
-
// SquarePi aliases
|
|
1221
|
-
export {
|
|
1222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1223
|
-
default as PiSquare
|
|
1224
|
-
} from '../icons/square-pi';
|
|
1225
|
-
|
|
1226
|
-
// SquarePercent aliases
|
|
1227
|
-
export {
|
|
1228
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. This alias will be removed in v1.0 */
|
|
1229
|
-
default as PercentSquare
|
|
1230
|
-
} from '../icons/square-percent';
|
|
1231
|
-
|
|
1232
1226
|
// SquarePilcrow aliases
|
|
1233
1227
|
export {
|
|
1234
1228
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
1235
1229
|
default as PilcrowSquare
|
|
1236
1230
|
} from '../icons/square-pilcrow';
|
|
1237
1231
|
|
|
1232
|
+
// SquarePi aliases
|
|
1233
|
+
export {
|
|
1234
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1235
|
+
default as PiSquare
|
|
1236
|
+
} from '../icons/square-pi';
|
|
1237
|
+
|
|
1238
1238
|
// SquarePlay aliases
|
|
1239
1239
|
export {
|
|
1240
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
@@ -1283,24 +1283,30 @@ export {
|
|
|
1283
1283
|
default as SplitSquareVertical
|
|
1284
1284
|
} from '../icons/square-split-vertical';
|
|
1285
1285
|
|
|
1286
|
-
// SquareUserRound aliases
|
|
1287
|
-
export {
|
|
1288
|
-
/** @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 */
|
|
1289
|
-
default as UserSquare2
|
|
1290
|
-
} from '../icons/square-user-round';
|
|
1291
|
-
|
|
1292
1286
|
// SquareTerminal aliases
|
|
1293
1287
|
export {
|
|
1294
1288
|
/** @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 */
|
|
1295
1289
|
default as TerminalSquare
|
|
1296
1290
|
} from '../icons/square-terminal';
|
|
1297
1291
|
|
|
1292
|
+
// SquareUserRound aliases
|
|
1293
|
+
export {
|
|
1294
|
+
/** @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 */
|
|
1295
|
+
default as UserSquare2
|
|
1296
|
+
} from '../icons/square-user-round';
|
|
1297
|
+
|
|
1298
1298
|
// SquareUser aliases
|
|
1299
1299
|
export {
|
|
1300
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
1301
|
default as UserSquare
|
|
1302
1302
|
} from '../icons/square-user';
|
|
1303
1303
|
|
|
1304
|
+
// SquareX aliases
|
|
1305
|
+
export {
|
|
1306
|
+
/** @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 */
|
|
1307
|
+
default as XSquare
|
|
1308
|
+
} from '../icons/square-x';
|
|
1309
|
+
|
|
1304
1310
|
// TestTubeDiagonal aliases
|
|
1305
1311
|
export {
|
|
1306
1312
|
/** @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 */
|
|
@@ -1313,18 +1319,6 @@ export {
|
|
|
1313
1319
|
default as AlignCenter
|
|
1314
1320
|
} from '../icons/text-align-center';
|
|
1315
1321
|
|
|
1316
|
-
// SquareX aliases
|
|
1317
|
-
export {
|
|
1318
|
-
/** @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 */
|
|
1319
|
-
default as XSquare
|
|
1320
|
-
} from '../icons/square-x';
|
|
1321
|
-
|
|
1322
|
-
// TextAlignEnd aliases
|
|
1323
|
-
export {
|
|
1324
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1325
|
-
default as AlignRight
|
|
1326
|
-
} from '../icons/text-align-end';
|
|
1327
|
-
|
|
1328
1322
|
// TextAlignJustify aliases
|
|
1329
1323
|
export {
|
|
1330
1324
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. This alias will be removed in v1.0 */
|
|
@@ -1343,24 +1337,30 @@ export {
|
|
|
1343
1337
|
default as AlignLeft
|
|
1344
1338
|
} from '../icons/text-align-start';
|
|
1345
1339
|
|
|
1340
|
+
// TextAlignEnd aliases
|
|
1341
|
+
export {
|
|
1342
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. This alias will be removed in v1.0 */
|
|
1343
|
+
default as AlignRight
|
|
1344
|
+
} from '../icons/text-align-end';
|
|
1345
|
+
|
|
1346
1346
|
// TextInitial aliases
|
|
1347
1347
|
export {
|
|
1348
1348
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextInitial} instead. This alias will be removed in v1.0 */
|
|
1349
1349
|
default as LetterText
|
|
1350
1350
|
} from '../icons/text-initial';
|
|
1351
1351
|
|
|
1352
|
-
// TextSelect aliases
|
|
1353
|
-
export {
|
|
1354
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
1355
|
-
default as TextSelection
|
|
1356
|
-
} from '../icons/text-select';
|
|
1357
|
-
|
|
1358
1352
|
// TextWrap aliases
|
|
1359
1353
|
export {
|
|
1360
1354
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. This alias will be removed in v1.0 */
|
|
1361
1355
|
default as WrapText
|
|
1362
1356
|
} from '../icons/text-wrap';
|
|
1363
1357
|
|
|
1358
|
+
// TextSelect aliases
|
|
1359
|
+
export {
|
|
1360
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextSelect} instead. This alias will be removed in v1.0 */
|
|
1361
|
+
default as TextSelection
|
|
1362
|
+
} from '../icons/text-select';
|
|
1363
|
+
|
|
1364
1364
|
// TramFront aliases
|
|
1365
1365
|
export {
|
|
1366
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. This alias will be removed in v1.0 */
|
|
@@ -1409,18 +1409,18 @@ export {
|
|
|
1409
1409
|
default as UserMinus2
|
|
1410
1410
|
} from '../icons/user-round-minus';
|
|
1411
1411
|
|
|
1412
|
-
// UserRoundX aliases
|
|
1413
|
-
export {
|
|
1414
|
-
/** @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 */
|
|
1415
|
-
default as UserX2
|
|
1416
|
-
} from '../icons/user-round-x';
|
|
1417
|
-
|
|
1418
1412
|
// UserRoundPlus aliases
|
|
1419
1413
|
export {
|
|
1420
1414
|
/** @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 */
|
|
1421
1415
|
default as UserPlus2
|
|
1422
1416
|
} from '../icons/user-round-plus';
|
|
1423
1417
|
|
|
1418
|
+
// UserRoundX aliases
|
|
1419
|
+
export {
|
|
1420
|
+
/** @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 */
|
|
1421
|
+
default as UserX2
|
|
1422
|
+
} from '../icons/user-round-x';
|
|
1423
|
+
|
|
1424
1424
|
// UserRound aliases
|
|
1425
1425
|
export {
|
|
1426
1426
|
/** @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 */
|
|
@@ -1433,18 +1433,18 @@ export {
|
|
|
1433
1433
|
default as Users2
|
|
1434
1434
|
} from '../icons/users-round';
|
|
1435
1435
|
|
|
1436
|
-
// UtensilsCrossed aliases
|
|
1437
|
-
export {
|
|
1438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
1439
|
-
default as ForkKnifeCrossed
|
|
1440
|
-
} from '../icons/utensils-crossed';
|
|
1441
|
-
|
|
1442
1436
|
// Utensils aliases
|
|
1443
1437
|
export {
|
|
1444
1438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. This alias will be removed in v1.0 */
|
|
1445
1439
|
default as ForkKnife
|
|
1446
1440
|
} from '../icons/utensils';
|
|
1447
1441
|
|
|
1442
|
+
// UtensilsCrossed aliases
|
|
1443
|
+
export {
|
|
1444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. This alias will be removed in v1.0 */
|
|
1445
|
+
default as ForkKnifeCrossed
|
|
1446
|
+
} from '../icons/utensils-crossed';
|
|
1447
|
+
|
|
1448
1448
|
// WalletMinimal aliases
|
|
1449
1449
|
export {
|
|
1450
1450
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. This alias will be removed in v1.0 */
|