@lucide/astro 0.565.0 → 0.567.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 +178 -178
- package/src/aliases/prefixed.ts +740 -736
- package/src/aliases/suffixed.ts +1099 -1095
- package/src/icons/forklift.ts +2 -2
- package/src/icons/gift.ts +2 -2
- package/src/icons/globe-off.ts +18 -0
- package/src/icons/index.ts +179 -177
- package/src/icons/line-dot-right-horizontal.ts +18 -0
- package/src/icons/rocket.ts +2 -2
package/src/aliases/aliases.ts
CHANGED
|
@@ -71,23 +71,17 @@ export {
|
|
|
71
71
|
default as BadgeHelp
|
|
72
72
|
} from '../icons/badge-question-mark';
|
|
73
73
|
|
|
74
|
-
// BetweenHorizontalStart aliases
|
|
75
|
-
export {
|
|
76
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
77
|
-
default as BetweenHorizonalStart
|
|
78
|
-
} from '../icons/between-horizontal-start';
|
|
79
|
-
|
|
80
74
|
// BetweenHorizontalEnd aliases
|
|
81
75
|
export {
|
|
82
76
|
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. This alias will be removed in v1.0 */
|
|
83
77
|
default as BetweenHorizonalEnd
|
|
84
78
|
} from '../icons/between-horizontal-end';
|
|
85
79
|
|
|
86
|
-
//
|
|
80
|
+
// BetweenHorizontalStart aliases
|
|
87
81
|
export {
|
|
88
|
-
/** @deprecated
|
|
89
|
-
default as
|
|
90
|
-
} from '../icons/
|
|
82
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
83
|
+
default as BetweenHorizonalStart
|
|
84
|
+
} from '../icons/between-horizontal-start';
|
|
91
85
|
|
|
92
86
|
// Braces aliases
|
|
93
87
|
export {
|
|
@@ -95,6 +89,12 @@ export {
|
|
|
95
89
|
default as CurlyBraces
|
|
96
90
|
} from '../icons/braces';
|
|
97
91
|
|
|
92
|
+
// BookDashed aliases
|
|
93
|
+
export {
|
|
94
|
+
/** @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
|
+
default as BookTemplate
|
|
96
|
+
} from '../icons/book-dashed';
|
|
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 */
|
|
@@ -155,18 +155,18 @@ export {
|
|
|
155
155
|
default as BarChart
|
|
156
156
|
} from '../icons/chart-no-axes-column-increasing';
|
|
157
157
|
|
|
158
|
-
// ChartNoAxesGantt aliases
|
|
159
|
-
export {
|
|
160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
161
|
-
default as GanttChart
|
|
162
|
-
} from '../icons/chart-no-axes-gantt';
|
|
163
|
-
|
|
164
158
|
// ChartNoAxesColumn aliases
|
|
165
159
|
export {
|
|
166
160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. This alias will be removed in v1.0 */
|
|
167
161
|
default as BarChart2
|
|
168
162
|
} from '../icons/chart-no-axes-column';
|
|
169
163
|
|
|
164
|
+
// ChartNoAxesGantt aliases
|
|
165
|
+
export {
|
|
166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesGantt} instead. This alias will be removed in v1.0 */
|
|
167
|
+
default as GanttChart
|
|
168
|
+
} from '../icons/chart-no-axes-gantt';
|
|
169
|
+
|
|
170
170
|
// ChartPie aliases
|
|
171
171
|
export {
|
|
172
172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartPie} 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
|
-
// 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
230
|
// CircleArrowUp aliases
|
|
237
231
|
export {
|
|
238
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 */
|
|
239
233
|
default as ArrowUpCircle
|
|
240
234
|
} from '../icons/circle-arrow-up';
|
|
241
235
|
|
|
236
|
+
// CircleArrowRight aliases
|
|
237
|
+
export {
|
|
238
|
+
/** @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
|
+
default as ArrowRightCircle
|
|
240
|
+
} from '../icons/circle-arrow-right';
|
|
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
|
-
// CircleCheck aliases
|
|
249
|
-
export {
|
|
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 */
|
|
251
|
-
default as CheckCircle2
|
|
252
|
-
} from '../icons/circle-check';
|
|
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
|
+
// CircleCheck aliases
|
|
255
|
+
export {
|
|
256
|
+
/** @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
|
+
default as CheckCircle2
|
|
258
|
+
} from '../icons/circle-check';
|
|
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
|
-
// CircleChevronRight aliases
|
|
267
|
-
export {
|
|
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 */
|
|
269
|
-
default as ChevronRightCircle
|
|
270
|
-
} from '../icons/circle-chevron-right';
|
|
271
|
-
|
|
272
266
|
// CircleChevronUp aliases
|
|
273
267
|
export {
|
|
274
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 */
|
|
275
269
|
default as ChevronUpCircle
|
|
276
270
|
} from '../icons/circle-chevron-up';
|
|
277
271
|
|
|
272
|
+
// CircleChevronRight aliases
|
|
273
|
+
export {
|
|
274
|
+
/** @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
|
+
default as ChevronRightCircle
|
|
276
|
+
} from '../icons/circle-chevron-right';
|
|
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
|
-
// CircleParkingOff aliases
|
|
297
|
-
export {
|
|
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 */
|
|
299
|
-
default as ParkingCircleOff
|
|
300
|
-
} from '../icons/circle-parking-off';
|
|
301
|
-
|
|
302
296
|
// CircleParking aliases
|
|
303
297
|
export {
|
|
304
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 */
|
|
305
299
|
default as ParkingCircle
|
|
306
300
|
} from '../icons/circle-parking';
|
|
307
301
|
|
|
302
|
+
// CircleParkingOff aliases
|
|
303
|
+
export {
|
|
304
|
+
/** @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
|
+
default as ParkingCircleOff
|
|
306
|
+
} from '../icons/circle-parking-off';
|
|
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
|
-
// CirclePlay aliases
|
|
321
|
-
export {
|
|
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 */
|
|
323
|
-
default as PlayCircle
|
|
324
|
-
} from '../icons/circle-play';
|
|
325
|
-
|
|
326
320
|
// CirclePlus aliases
|
|
327
321
|
export {
|
|
328
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 */
|
|
329
323
|
default as PlusCircle
|
|
330
324
|
} from '../icons/circle-plus';
|
|
331
325
|
|
|
326
|
+
// CirclePlay aliases
|
|
327
|
+
export {
|
|
328
|
+
/** @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
|
+
default as PlayCircle
|
|
330
|
+
} from '../icons/circle-play';
|
|
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
|
-
// CircleUser aliases
|
|
369
|
-
export {
|
|
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 */
|
|
371
|
-
default as UserCircle
|
|
372
|
-
} from '../icons/circle-user';
|
|
373
|
-
|
|
374
368
|
// CircleX aliases
|
|
375
369
|
export {
|
|
376
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 */
|
|
377
371
|
default as XCircle
|
|
378
372
|
} from '../icons/circle-x';
|
|
379
373
|
|
|
374
|
+
// CircleUser aliases
|
|
375
|
+
export {
|
|
376
|
+
/** @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
|
+
default as UserCircle
|
|
378
|
+
} from '../icons/circle-user';
|
|
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 */
|
|
@@ -479,18 +479,18 @@ export {
|
|
|
479
479
|
default as FileJson2
|
|
480
480
|
} from '../icons/file-braces-corner';
|
|
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
|
// FileBraces aliases
|
|
489
483
|
export {
|
|
490
484
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileBraces} instead. This alias will be removed in v1.0 */
|
|
491
485
|
default as FileJson
|
|
492
486
|
} from '../icons/file-braces';
|
|
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
|
// FileChartColumn aliases
|
|
495
495
|
export {
|
|
496
496
|
/** @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 */
|
|
@@ -557,36 +557,36 @@ export {
|
|
|
557
557
|
default as FileLock2
|
|
558
558
|
} from '../icons/file-lock';
|
|
559
559
|
|
|
560
|
-
// FilePenLine aliases
|
|
561
|
-
export {
|
|
562
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
563
|
-
default as FileSignature
|
|
564
|
-
} from '../icons/file-pen-line';
|
|
565
|
-
|
|
566
560
|
// FileMinusCorner aliases
|
|
567
561
|
export {
|
|
568
562
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. This alias will be removed in v1.0 */
|
|
569
563
|
default as FileMinus2
|
|
570
564
|
} from '../icons/file-minus-corner';
|
|
571
565
|
|
|
566
|
+
// FilePenLine aliases
|
|
567
|
+
export {
|
|
568
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. This alias will be removed in v1.0 */
|
|
569
|
+
default as FileSignature
|
|
570
|
+
} from '../icons/file-pen-line';
|
|
571
|
+
|
|
572
572
|
// FilePen aliases
|
|
573
573
|
export {
|
|
574
574
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePen} instead. This alias will be removed in v1.0 */
|
|
575
575
|
default as FileEdit
|
|
576
576
|
} from '../icons/file-pen';
|
|
577
577
|
|
|
578
|
-
// FilePlay aliases
|
|
579
|
-
export {
|
|
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 */
|
|
581
|
-
default as FileVideo
|
|
582
|
-
} from '../icons/file-play';
|
|
583
|
-
|
|
584
578
|
// FilePlusCorner aliases
|
|
585
579
|
export {
|
|
586
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 */
|
|
587
581
|
default as FilePlus2
|
|
588
582
|
} from '../icons/file-plus-corner';
|
|
589
583
|
|
|
584
|
+
// FilePlay aliases
|
|
585
|
+
export {
|
|
586
|
+
/** @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
|
+
default as FileVideo
|
|
588
|
+
} from '../icons/file-play';
|
|
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
|
-
// GitCommitHorizontal aliases
|
|
657
|
-
export {
|
|
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 */
|
|
659
|
-
default as GitCommit
|
|
660
|
-
} from '../icons/git-commit-horizontal';
|
|
661
|
-
|
|
662
656
|
// Grid2x2Check aliases
|
|
663
657
|
export {
|
|
664
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 */
|
|
665
659
|
default as Grid2X2Check
|
|
666
660
|
} from '../icons/grid-2x2-check';
|
|
667
661
|
|
|
662
|
+
// GitCommitHorizontal aliases
|
|
663
|
+
export {
|
|
664
|
+
/** @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
|
+
default as GitCommit
|
|
666
|
+
} from '../icons/git-commit-horizontal';
|
|
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
|
-
// HandGrab aliases
|
|
699
|
-
export {
|
|
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 */
|
|
701
|
-
default as Grab
|
|
702
|
-
} from '../icons/hand-grab';
|
|
703
|
-
|
|
704
698
|
// HandHelping aliases
|
|
705
699
|
export {
|
|
706
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 */
|
|
707
701
|
default as HelpingHand
|
|
708
702
|
} from '../icons/hand-helping';
|
|
709
703
|
|
|
704
|
+
// HandGrab aliases
|
|
705
|
+
export {
|
|
706
|
+
/** @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
|
+
default as Grab
|
|
708
|
+
} from '../icons/hand-grab';
|
|
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 */
|
|
@@ -737,18 +737,6 @@ export {
|
|
|
737
737
|
default as Layers3
|
|
738
738
|
} from '../icons/layers';
|
|
739
739
|
|
|
740
|
-
// ListIndentIncrease aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @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 */
|
|
743
|
-
default as Indent
|
|
744
|
-
} from '../icons/list-indent-increase';
|
|
745
|
-
|
|
746
|
-
// ListIndentIncrease aliases
|
|
747
|
-
export {
|
|
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 */
|
|
749
|
-
default as IndentIncrease
|
|
750
|
-
} from '../icons/list-indent-increase';
|
|
751
|
-
|
|
752
740
|
// ListIndentDecrease aliases
|
|
753
741
|
export {
|
|
754
742
|
/** @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 */
|
|
@@ -767,6 +755,18 @@ export {
|
|
|
767
755
|
default as Loader2
|
|
768
756
|
} from '../icons/loader-circle';
|
|
769
757
|
|
|
758
|
+
// ListIndentIncrease aliases
|
|
759
|
+
export {
|
|
760
|
+
/** @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 */
|
|
761
|
+
default as Indent
|
|
762
|
+
} from '../icons/list-indent-increase';
|
|
763
|
+
|
|
764
|
+
// ListIndentIncrease aliases
|
|
765
|
+
export {
|
|
766
|
+
/** @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
|
+
default as IndentIncrease
|
|
768
|
+
} from '../icons/list-indent-increase';
|
|
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,23 +797,17 @@ export {
|
|
|
797
797
|
default as MessageCircleQuestion
|
|
798
798
|
} from '../icons/message-circle-question-mark';
|
|
799
799
|
|
|
800
|
-
// MicVocal aliases
|
|
801
|
-
export {
|
|
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 */
|
|
803
|
-
default as Mic2
|
|
804
|
-
} from '../icons/mic-vocal';
|
|
805
|
-
|
|
806
800
|
// Move3d aliases
|
|
807
801
|
export {
|
|
808
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 */
|
|
809
803
|
default as Move3D
|
|
810
804
|
} from '../icons/move-3d';
|
|
811
805
|
|
|
812
|
-
//
|
|
806
|
+
// MicVocal aliases
|
|
813
807
|
export {
|
|
814
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
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 MicVocal} instead. This alias will be removed in v1.0 */
|
|
809
|
+
default as Mic2
|
|
810
|
+
} from '../icons/mic-vocal';
|
|
817
811
|
|
|
818
812
|
// OctagonAlert aliases
|
|
819
813
|
export {
|
|
@@ -821,6 +815,12 @@ export {
|
|
|
821
815
|
default as AlertOctagon
|
|
822
816
|
} from '../icons/octagon-alert';
|
|
823
817
|
|
|
818
|
+
// OctagonPause aliases
|
|
819
|
+
export {
|
|
820
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonPause} instead. This alias will be removed in v1.0 */
|
|
821
|
+
default as PauseOctagon
|
|
822
|
+
} from '../icons/octagon-pause';
|
|
823
|
+
|
|
824
824
|
// OctagonX aliases
|
|
825
825
|
export {
|
|
826
826
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
@@ -923,23 +923,17 @@ export {
|
|
|
923
923
|
default as PanelsTopBottom
|
|
924
924
|
} from '../icons/rows-3';
|
|
925
925
|
|
|
926
|
-
// SendHorizontal aliases
|
|
927
|
-
export {
|
|
928
|
-
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
929
|
-
default as SendHorizonal
|
|
930
|
-
} from '../icons/send-horizontal';
|
|
931
|
-
|
|
932
926
|
// Scale3d aliases
|
|
933
927
|
export {
|
|
934
928
|
/** @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 */
|
|
935
929
|
default as Scale3D
|
|
936
930
|
} from '../icons/scale-3d';
|
|
937
931
|
|
|
938
|
-
//
|
|
932
|
+
// SendHorizontal aliases
|
|
939
933
|
export {
|
|
940
|
-
/** @deprecated
|
|
941
|
-
default as
|
|
942
|
-
} from '../icons/
|
|
934
|
+
/** @deprecated Renamed because of typo, use {@link SendHorizontal} instead. This alias will be removed in v1.0 */
|
|
935
|
+
default as SendHorizonal
|
|
936
|
+
} from '../icons/send-horizontal';
|
|
943
937
|
|
|
944
938
|
// ShieldX aliases
|
|
945
939
|
export {
|
|
@@ -947,6 +941,12 @@ export {
|
|
|
947
941
|
default as ShieldClose
|
|
948
942
|
} from '../icons/shield-x';
|
|
949
943
|
|
|
944
|
+
// ShieldQuestionMark aliases
|
|
945
|
+
export {
|
|
946
|
+
/** @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
|
+
default as ShieldQuestion
|
|
948
|
+
} from '../icons/shield-question-mark';
|
|
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
|
-
// SquareArrowDownRight aliases
|
|
975
|
-
export {
|
|
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 */
|
|
977
|
-
default as ArrowDownRightSquare
|
|
978
|
-
} from '../icons/square-arrow-down-right';
|
|
979
|
-
|
|
980
974
|
// SquareArrowDown aliases
|
|
981
975
|
export {
|
|
982
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 */
|
|
983
977
|
default as ArrowDownSquare
|
|
984
978
|
} from '../icons/square-arrow-down';
|
|
985
979
|
|
|
980
|
+
// SquareArrowDownRight aliases
|
|
981
|
+
export {
|
|
982
|
+
/** @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
|
+
default as ArrowDownRightSquare
|
|
984
|
+
} from '../icons/square-arrow-down-right';
|
|
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 */
|
|
@@ -1079,36 +1079,36 @@ export {
|
|
|
1079
1079
|
default as ChevronDownSquare
|
|
1080
1080
|
} from '../icons/square-chevron-down';
|
|
1081
1081
|
|
|
1082
|
-
// SquareChevronRight aliases
|
|
1083
|
-
export {
|
|
1084
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
1085
|
-
default as ChevronRightSquare
|
|
1086
|
-
} from '../icons/square-chevron-right';
|
|
1087
|
-
|
|
1088
1082
|
// SquareChevronLeft aliases
|
|
1089
1083
|
export {
|
|
1090
1084
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronLeft} instead. This alias will be removed in v1.0 */
|
|
1091
1085
|
default as ChevronLeftSquare
|
|
1092
1086
|
} from '../icons/square-chevron-left';
|
|
1093
1087
|
|
|
1088
|
+
// SquareChevronRight aliases
|
|
1089
|
+
export {
|
|
1090
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. This alias will be removed in v1.0 */
|
|
1091
|
+
default as ChevronRightSquare
|
|
1092
|
+
} from '../icons/square-chevron-right';
|
|
1093
|
+
|
|
1094
1094
|
// SquareChevronUp aliases
|
|
1095
1095
|
export {
|
|
1096
1096
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. This alias will be removed in v1.0 */
|
|
1097
1097
|
default as ChevronUpSquare
|
|
1098
1098
|
} from '../icons/square-chevron-up';
|
|
1099
1099
|
|
|
1100
|
-
// SquareCode aliases
|
|
1101
|
-
export {
|
|
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 */
|
|
1103
|
-
default as CodeSquare
|
|
1104
|
-
} from '../icons/square-code';
|
|
1105
|
-
|
|
1106
1100
|
// SquareDashedKanban aliases
|
|
1107
1101
|
export {
|
|
1108
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 */
|
|
1109
1103
|
default as KanbanSquareDashed
|
|
1110
1104
|
} from '../icons/square-dashed-kanban';
|
|
1111
1105
|
|
|
1106
|
+
// SquareCode aliases
|
|
1107
|
+
export {
|
|
1108
|
+
/** @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 */
|
|
1109
|
+
default as CodeSquare
|
|
1110
|
+
} from '../icons/square-code';
|
|
1111
|
+
|
|
1112
1112
|
// SquareDashedMousePointer aliases
|
|
1113
1113
|
export {
|
|
1114
1114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedMousePointer} instead. This alias will be removed in v1.0 */
|
|
@@ -1121,18 +1121,18 @@ export {
|
|
|
1121
1121
|
default as BoxSelect
|
|
1122
1122
|
} from '../icons/square-dashed';
|
|
1123
1123
|
|
|
1124
|
-
// SquareDivide aliases
|
|
1125
|
-
export {
|
|
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 */
|
|
1127
|
-
default as DivideSquare
|
|
1128
|
-
} from '../icons/square-divide';
|
|
1129
|
-
|
|
1130
1124
|
// SquareDot aliases
|
|
1131
1125
|
export {
|
|
1132
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 */
|
|
1133
1127
|
default as DotSquare
|
|
1134
1128
|
} from '../icons/square-dot';
|
|
1135
1129
|
|
|
1130
|
+
// SquareDivide aliases
|
|
1131
|
+
export {
|
|
1132
|
+
/** @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
|
+
default as DivideSquare
|
|
1134
|
+
} from '../icons/square-divide';
|
|
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 */
|
|
@@ -1193,12 +1193,6 @@ export {
|
|
|
1193
1193
|
default as ParkingSquare
|
|
1194
1194
|
} from '../icons/square-parking';
|
|
1195
1195
|
|
|
1196
|
-
// SquarePercent aliases
|
|
1197
|
-
export {
|
|
1198
|
-
/** @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 */
|
|
1199
|
-
default as PercentSquare
|
|
1200
|
-
} from '../icons/square-percent';
|
|
1201
|
-
|
|
1202
1196
|
// SquarePen aliases
|
|
1203
1197
|
export {
|
|
1204
1198
|
/** @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,11 +1211,11 @@ export {
|
|
|
1217
1211
|
default as PenSquare
|
|
1218
1212
|
} from '../icons/square-pen';
|
|
1219
1213
|
|
|
1220
|
-
//
|
|
1214
|
+
// SquarePercent aliases
|
|
1221
1215
|
export {
|
|
1222
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1223
|
-
default as
|
|
1224
|
-
} from '../icons/square-
|
|
1216
|
+
/** @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 */
|
|
1217
|
+
default as PercentSquare
|
|
1218
|
+
} from '../icons/square-percent';
|
|
1225
1219
|
|
|
1226
1220
|
// SquarePi aliases
|
|
1227
1221
|
export {
|
|
@@ -1229,11 +1223,11 @@ export {
|
|
|
1229
1223
|
default as PiSquare
|
|
1230
1224
|
} from '../icons/square-pi';
|
|
1231
1225
|
|
|
1232
|
-
//
|
|
1226
|
+
// SquarePilcrow aliases
|
|
1233
1227
|
export {
|
|
1234
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1235
|
-
default as
|
|
1236
|
-
} from '../icons/square-
|
|
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 */
|
|
1229
|
+
default as PilcrowSquare
|
|
1230
|
+
} from '../icons/square-pilcrow';
|
|
1237
1231
|
|
|
1238
1232
|
// SquarePlay aliases
|
|
1239
1233
|
export {
|
|
@@ -1241,6 +1235,12 @@ export {
|
|
|
1241
1235
|
default as PlaySquare
|
|
1242
1236
|
} from '../icons/square-play';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePlus aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlus} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as PlusSquare
|
|
1242
|
+
} from '../icons/square-plus';
|
|
1243
|
+
|
|
1244
1244
|
// SquarePower aliases
|
|
1245
1245
|
export {
|
|
1246
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 */
|
|
@@ -1259,23 +1259,17 @@ export {
|
|
|
1259
1259
|
default as SigmaSquare
|
|
1260
1260
|
} from '../icons/square-sigma';
|
|
1261
1261
|
|
|
1262
|
-
// SquareSplitHorizontal aliases
|
|
1263
|
-
export {
|
|
1264
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1265
|
-
default as SplitSquareHorizontal
|
|
1266
|
-
} from '../icons/square-split-horizontal';
|
|
1267
|
-
|
|
1268
1262
|
// SquareSlash aliases
|
|
1269
1263
|
export {
|
|
1270
1264
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSlash} instead. This alias will be removed in v1.0 */
|
|
1271
1265
|
default as SlashSquare
|
|
1272
1266
|
} from '../icons/square-slash';
|
|
1273
1267
|
|
|
1274
|
-
//
|
|
1268
|
+
// SquareSplitHorizontal aliases
|
|
1275
1269
|
export {
|
|
1276
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1277
|
-
default as
|
|
1278
|
-
} from '../icons/square-
|
|
1270
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareSplitHorizontal} instead. This alias will be removed in v1.0 */
|
|
1271
|
+
default as SplitSquareHorizontal
|
|
1272
|
+
} from '../icons/square-split-horizontal';
|
|
1279
1273
|
|
|
1280
1274
|
// SquareSplitVertical aliases
|
|
1281
1275
|
export {
|
|
@@ -1283,6 +1277,12 @@ export {
|
|
|
1283
1277
|
default as SplitSquareVertical
|
|
1284
1278
|
} from '../icons/square-split-vertical';
|
|
1285
1279
|
|
|
1280
|
+
// SquareTerminal aliases
|
|
1281
|
+
export {
|
|
1282
|
+
/** @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 */
|
|
1283
|
+
default as TerminalSquare
|
|
1284
|
+
} from '../icons/square-terminal';
|
|
1285
|
+
|
|
1286
1286
|
// SquareUserRound aliases
|
|
1287
1287
|
export {
|
|
1288
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 */
|
|
@@ -1385,41 +1385,35 @@ export {
|
|
|
1385
1385
|
default as School2
|
|
1386
1386
|
} from '../icons/university';
|
|
1387
1387
|
|
|
1388
|
-
// UserRoundCog aliases
|
|
1389
|
-
export {
|
|
1390
|
-
/** @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 */
|
|
1391
|
-
default as UserCog2
|
|
1392
|
-
} from '../icons/user-round-cog';
|
|
1393
|
-
|
|
1394
1388
|
// UserRoundCheck aliases
|
|
1395
1389
|
export {
|
|
1396
1390
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. This alias will be removed in v1.0 */
|
|
1397
1391
|
default as UserCheck2
|
|
1398
1392
|
} from '../icons/user-round-check';
|
|
1399
1393
|
|
|
1394
|
+
// UserRoundCog aliases
|
|
1395
|
+
export {
|
|
1396
|
+
/** @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 */
|
|
1397
|
+
default as UserCog2
|
|
1398
|
+
} from '../icons/user-round-cog';
|
|
1399
|
+
|
|
1400
1400
|
// UserRoundMinus aliases
|
|
1401
1401
|
export {
|
|
1402
1402
|
/** @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 */
|
|
1403
1403
|
default as UserMinus2
|
|
1404
1404
|
} from '../icons/user-round-minus';
|
|
1405
1405
|
|
|
1406
|
-
// UserRoundX aliases
|
|
1407
|
-
export {
|
|
1408
|
-
/** @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 */
|
|
1409
|
-
default as UserX2
|
|
1410
|
-
} from '../icons/user-round-x';
|
|
1411
|
-
|
|
1412
1406
|
// UserRoundPlus aliases
|
|
1413
1407
|
export {
|
|
1414
1408
|
/** @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 */
|
|
1415
1409
|
default as UserPlus2
|
|
1416
1410
|
} from '../icons/user-round-plus';
|
|
1417
1411
|
|
|
1418
|
-
//
|
|
1412
|
+
// UserRoundX aliases
|
|
1419
1413
|
export {
|
|
1420
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1421
|
-
default as
|
|
1422
|
-
} from '../icons/
|
|
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';
|
|
1423
1417
|
|
|
1424
1418
|
// UserRound aliases
|
|
1425
1419
|
export {
|
|
@@ -1427,6 +1421,12 @@ export {
|
|
|
1427
1421
|
default as User2
|
|
1428
1422
|
} from '../icons/user-round';
|
|
1429
1423
|
|
|
1424
|
+
// UsersRound aliases
|
|
1425
|
+
export {
|
|
1426
|
+
/** @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 */
|
|
1427
|
+
default as Users2
|
|
1428
|
+
} from '../icons/users-round';
|
|
1429
|
+
|
|
1430
1430
|
// UtensilsCrossed aliases
|
|
1431
1431
|
export {
|
|
1432
1432
|
/** @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 */
|