@lucide/astro 0.566.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 +162 -162
- package/src/aliases/prefixed.ts +774 -772
- package/src/aliases/suffixed.ts +1174 -1172
- package/src/icons/gift.ts +2 -2
- package/src/icons/index.ts +179 -178
- package/src/icons/line-dot-right-horizontal.ts +18 -0
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -41,18 +41,18 @@ export {
|
|
|
41
41
|
default as ArrowUpAz
|
|
42
42
|
} from '../icons/arrow-up-a-z';
|
|
43
43
|
|
|
44
|
-
// ArrowUpZA aliases
|
|
45
|
-
export {
|
|
46
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
47
|
-
default as ArrowUpZa
|
|
48
|
-
} from '../icons/arrow-up-z-a';
|
|
49
|
-
|
|
50
44
|
// ArrowUpNarrowWide aliases
|
|
51
45
|
export {
|
|
52
46
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpNarrowWide} instead. This alias will be removed in v1.0 */
|
|
53
47
|
default as SortAsc
|
|
54
48
|
} from '../icons/arrow-up-narrow-wide';
|
|
55
49
|
|
|
50
|
+
// ArrowUpZA aliases
|
|
51
|
+
export {
|
|
52
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. This alias will be removed in v1.0 */
|
|
53
|
+
default as ArrowUpZa
|
|
54
|
+
} from '../icons/arrow-up-z-a';
|
|
55
|
+
|
|
56
56
|
// Axis3d aliases
|
|
57
57
|
export {
|
|
58
58
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Axis3d} instead. This alias will be removed in v1.0 */
|
|
@@ -83,18 +83,18 @@ export {
|
|
|
83
83
|
default as BetweenHorizonalStart
|
|
84
84
|
} from '../icons/between-horizontal-start';
|
|
85
85
|
|
|
86
|
-
// BookDashed aliases
|
|
87
|
-
export {
|
|
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 */
|
|
89
|
-
default as BookTemplate
|
|
90
|
-
} from '../icons/book-dashed';
|
|
91
|
-
|
|
92
86
|
// Braces aliases
|
|
93
87
|
export {
|
|
94
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 */
|
|
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 */
|
|
@@ -215,23 +215,17 @@ export {
|
|
|
215
215
|
default as ArrowDownRightFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-down-right';
|
|
217
217
|
|
|
218
|
-
// CircleArrowOutUpRight aliases
|
|
219
|
-
export {
|
|
220
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
221
|
-
default as ArrowUpRightFromCircle
|
|
222
|
-
} from '../icons/circle-arrow-out-up-right';
|
|
223
|
-
|
|
224
218
|
// CircleArrowOutUpLeft aliases
|
|
225
219
|
export {
|
|
226
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpLeft} instead. This alias will be removed in v1.0 */
|
|
227
221
|
default as ArrowUpLeftFromCircle
|
|
228
222
|
} from '../icons/circle-arrow-out-up-left';
|
|
229
223
|
|
|
230
|
-
//
|
|
224
|
+
// CircleArrowOutUpRight aliases
|
|
231
225
|
export {
|
|
232
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
233
|
-
default as
|
|
234
|
-
} from '../icons/circle-arrow-right';
|
|
226
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutUpRight} instead. This alias will be removed in v1.0 */
|
|
227
|
+
default as ArrowUpRightFromCircle
|
|
228
|
+
} from '../icons/circle-arrow-out-up-right';
|
|
235
229
|
|
|
236
230
|
// CircleArrowUp aliases
|
|
237
231
|
export {
|
|
@@ -239,47 +233,47 @@ export {
|
|
|
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
|
|
|
278
|
-
//
|
|
272
|
+
// CircleChevronRight aliases
|
|
279
273
|
export {
|
|
280
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
281
|
-
default as
|
|
282
|
-
} from '../icons/circle-
|
|
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';
|
|
283
277
|
|
|
284
278
|
// CircleDivide aliases
|
|
285
279
|
export {
|
|
@@ -287,12 +281,24 @@ export {
|
|
|
287
281
|
default as DivideCircle
|
|
288
282
|
} from '../icons/circle-divide';
|
|
289
283
|
|
|
284
|
+
// CircleGauge aliases
|
|
285
|
+
export {
|
|
286
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. This alias will be removed in v1.0 */
|
|
287
|
+
default as GaugeCircle
|
|
288
|
+
} from '../icons/circle-gauge';
|
|
289
|
+
|
|
290
290
|
// CircleMinus aliases
|
|
291
291
|
export {
|
|
292
292
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. This alias will be removed in v1.0 */
|
|
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
|
+
|
|
296
302
|
// CircleParkingOff aliases
|
|
297
303
|
export {
|
|
298
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,30 +311,24 @@ export {
|
|
|
305
311
|
default as PauseCircle
|
|
306
312
|
} from '../icons/circle-pause';
|
|
307
313
|
|
|
308
|
-
// CircleParking aliases
|
|
309
|
-
export {
|
|
310
|
-
/** @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 */
|
|
311
|
-
default as ParkingCircle
|
|
312
|
-
} from '../icons/circle-parking';
|
|
313
|
-
|
|
314
314
|
// CirclePercent aliases
|
|
315
315
|
export {
|
|
316
316
|
/** @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
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 */
|
|
@@ -353,23 +353,17 @@ export {
|
|
|
353
353
|
default as CircleSlashed
|
|
354
354
|
} from '../icons/circle-slash-2';
|
|
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
|
// CircleStop aliases
|
|
363
357
|
export {
|
|
364
358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. This alias will be removed in v1.0 */
|
|
365
359
|
default as StopCircle
|
|
366
360
|
} from '../icons/circle-stop';
|
|
367
361
|
|
|
368
|
-
//
|
|
362
|
+
// CircleUserRound aliases
|
|
369
363
|
export {
|
|
370
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
371
|
-
default as
|
|
372
|
-
} from '../icons/circle-user';
|
|
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';
|
|
373
367
|
|
|
374
368
|
// CircleX aliases
|
|
375
369
|
export {
|
|
@@ -377,11 +371,11 @@ export {
|
|
|
377
371
|
default as XCircle
|
|
378
372
|
} from '../icons/circle-x';
|
|
379
373
|
|
|
380
|
-
//
|
|
374
|
+
// CircleUser aliases
|
|
381
375
|
export {
|
|
382
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
383
|
-
default as
|
|
384
|
-
} from '../icons/
|
|
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';
|
|
385
379
|
|
|
386
380
|
// ClipboardPenLine aliases
|
|
387
381
|
export {
|
|
@@ -389,6 +383,12 @@ export {
|
|
|
389
383
|
default as ClipboardSignature
|
|
390
384
|
} from '../icons/clipboard-pen-line';
|
|
391
385
|
|
|
386
|
+
// ClipboardPen aliases
|
|
387
|
+
export {
|
|
388
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ClipboardPen} instead. This alias will be removed in v1.0 */
|
|
389
|
+
default as ClipboardEdit
|
|
390
|
+
} from '../icons/clipboard-pen';
|
|
391
|
+
|
|
392
392
|
// CloudDownload aliases
|
|
393
393
|
export {
|
|
394
394
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CloudDownload} 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
|
-
// FileChartPie aliases
|
|
501
|
-
export {
|
|
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 */
|
|
503
|
-
default as FilePieChart
|
|
504
|
-
} from '../icons/file-chart-pie';
|
|
505
|
-
|
|
506
500
|
// FileChartLine aliases
|
|
507
501
|
export {
|
|
508
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 */
|
|
509
503
|
default as FileLineChart
|
|
510
504
|
} from '../icons/file-chart-line';
|
|
511
505
|
|
|
506
|
+
// FileChartPie aliases
|
|
507
|
+
export {
|
|
508
|
+
/** @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
|
+
default as FilePieChart
|
|
510
|
+
} from '../icons/file-chart-pie';
|
|
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 */
|
|
@@ -563,23 +563,17 @@ export {
|
|
|
563
563
|
default as FileMinus2
|
|
564
564
|
} from '../icons/file-minus-corner';
|
|
565
565
|
|
|
566
|
-
// FilePen aliases
|
|
567
|
-
export {
|
|
568
|
-
/** @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 */
|
|
569
|
-
default as FileEdit
|
|
570
|
-
} from '../icons/file-pen';
|
|
571
|
-
|
|
572
566
|
// FilePenLine aliases
|
|
573
567
|
export {
|
|
574
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 */
|
|
575
569
|
default as FileSignature
|
|
576
570
|
} from '../icons/file-pen-line';
|
|
577
571
|
|
|
578
|
-
//
|
|
572
|
+
// FilePen aliases
|
|
579
573
|
export {
|
|
580
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
581
|
-
default as
|
|
582
|
-
} from '../icons/file-
|
|
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
|
+
default as FileEdit
|
|
576
|
+
} from '../icons/file-pen';
|
|
583
577
|
|
|
584
578
|
// FilePlusCorner aliases
|
|
585
579
|
export {
|
|
@@ -587,6 +581,12 @@ export {
|
|
|
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 */
|
|
@@ -677,6 +677,12 @@ export {
|
|
|
677
677
|
default as Grid2X2X
|
|
678
678
|
} from '../icons/grid-2x2-x';
|
|
679
679
|
|
|
680
|
+
// Grid2x2 aliases
|
|
681
|
+
export {
|
|
682
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. This alias will be removed in v1.0 */
|
|
683
|
+
default as Grid2X2
|
|
684
|
+
} from '../icons/grid-2x2';
|
|
685
|
+
|
|
680
686
|
// Grid3x3 aliases
|
|
681
687
|
export {
|
|
682
688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid3x3} instead. This alias will be removed in v1.0 */
|
|
@@ -689,11 +695,11 @@ export {
|
|
|
689
695
|
default as Grid3X3
|
|
690
696
|
} from '../icons/grid-3x3';
|
|
691
697
|
|
|
692
|
-
//
|
|
698
|
+
// HandHelping aliases
|
|
693
699
|
export {
|
|
694
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
695
|
-
default as
|
|
696
|
-
} from '../icons/
|
|
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';
|
|
697
703
|
|
|
698
704
|
// HandGrab aliases
|
|
699
705
|
export {
|
|
@@ -701,12 +707,6 @@ export {
|
|
|
701
707
|
default as Grab
|
|
702
708
|
} from '../icons/hand-grab';
|
|
703
709
|
|
|
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,6 +749,12 @@ 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
|
+
|
|
752
758
|
// ListIndentIncrease aliases
|
|
753
759
|
export {
|
|
754
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,12 +767,6 @@ export {
|
|
|
761
767
|
default as IndentIncrease
|
|
762
768
|
} from '../icons/list-indent-increase';
|
|
763
769
|
|
|
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
|
-
// 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
|
|
|
806
|
+
// MicVocal aliases
|
|
807
|
+
export {
|
|
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';
|
|
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 */
|
|
@@ -875,18 +875,18 @@ export {
|
|
|
875
875
|
default as PanelTopInactive
|
|
876
876
|
} from '../icons/panel-top-dashed';
|
|
877
877
|
|
|
878
|
-
// PenLine aliases
|
|
879
|
-
export {
|
|
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
|
-
default as Edit3
|
|
882
|
-
} from '../icons/pen-line';
|
|
883
|
-
|
|
884
878
|
// PanelsTopLeft aliases
|
|
885
879
|
export {
|
|
886
880
|
/** @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 */
|
|
887
881
|
default as Layout
|
|
888
882
|
} from '../icons/panels-top-left';
|
|
889
883
|
|
|
884
|
+
// PenLine aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @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 */
|
|
887
|
+
default as Edit3
|
|
888
|
+
} from '../icons/pen-line';
|
|
889
|
+
|
|
890
890
|
// Pen aliases
|
|
891
891
|
export {
|
|
892
892
|
/** @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 */
|
|
@@ -935,18 +935,18 @@ export {
|
|
|
935
935
|
default as SendHorizonal
|
|
936
936
|
} from '../icons/send-horizontal';
|
|
937
937
|
|
|
938
|
-
// ShieldQuestionMark aliases
|
|
939
|
-
export {
|
|
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 */
|
|
941
|
-
default as ShieldQuestion
|
|
942
|
-
} from '../icons/shield-question-mark';
|
|
943
|
-
|
|
944
938
|
// ShieldX aliases
|
|
945
939
|
export {
|
|
946
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 */
|
|
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 */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as CheckSquare
|
|
1068
1068
|
} from '../icons/square-check-big';
|
|
1069
1069
|
|
|
1070
|
-
// SquareChevronDown aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1073
|
-
default as ChevronDownSquare
|
|
1074
|
-
} from '../icons/square-chevron-down';
|
|
1075
|
-
|
|
1076
1070
|
// SquareCheck aliases
|
|
1077
1071
|
export {
|
|
1078
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 */
|
|
1079
1073
|
default as CheckSquare2
|
|
1080
1074
|
} from '../icons/square-check';
|
|
1081
1075
|
|
|
1076
|
+
// SquareChevronDown aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. This alias will be removed in v1.0 */
|
|
1079
|
+
default as ChevronDownSquare
|
|
1080
|
+
} from '../icons/square-chevron-down';
|
|
1081
|
+
|
|
1082
1082
|
// SquareChevronLeft aliases
|
|
1083
1083
|
export {
|
|
1084
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 */
|
|
@@ -1097,18 +1097,18 @@ export {
|
|
|
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,36 +1121,36 @@ 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 */
|
|
1139
1139
|
default as EqualSquare
|
|
1140
1140
|
} from '../icons/square-equal';
|
|
1141
1141
|
|
|
1142
|
-
// SquareKanban aliases
|
|
1143
|
-
export {
|
|
1144
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
1145
|
-
default as KanbanSquare
|
|
1146
|
-
} from '../icons/square-kanban';
|
|
1147
|
-
|
|
1148
1142
|
// SquareFunction aliases
|
|
1149
1143
|
export {
|
|
1150
1144
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareFunction} instead. This alias will be removed in v1.0 */
|
|
1151
1145
|
default as FunctionSquare
|
|
1152
1146
|
} from '../icons/square-function';
|
|
1153
1147
|
|
|
1148
|
+
// SquareKanban aliases
|
|
1149
|
+
export {
|
|
1150
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareKanban} instead. This alias will be removed in v1.0 */
|
|
1151
|
+
default as KanbanSquare
|
|
1152
|
+
} from '../icons/square-kanban';
|
|
1153
|
+
|
|
1154
1154
|
// SquareLibrary aliases
|
|
1155
1155
|
export {
|
|
1156
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareLibrary} instead. This alias will be removed in v1.0 */
|
|
@@ -1229,18 +1229,18 @@ export {
|
|
|
1229
1229
|
default as PilcrowSquare
|
|
1230
1230
|
} from '../icons/square-pilcrow';
|
|
1231
1231
|
|
|
1232
|
-
// SquarePlus aliases
|
|
1233
|
-
export {
|
|
1234
|
-
/** @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 */
|
|
1235
|
-
default as PlusSquare
|
|
1236
|
-
} from '../icons/square-plus';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlay aliases
|
|
1239
1233
|
export {
|
|
1240
1234
|
/** @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 */
|
|
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 */
|
|
@@ -1349,18 +1349,18 @@ export {
|
|
|
1349
1349
|
default as TextSelection
|
|
1350
1350
|
} from '../icons/text-select';
|
|
1351
1351
|
|
|
1352
|
-
// TramFront aliases
|
|
1353
|
-
export {
|
|
1354
|
-
/** @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 */
|
|
1355
|
-
default as Train
|
|
1356
|
-
} from '../icons/tram-front';
|
|
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
|
+
// TramFront aliases
|
|
1359
|
+
export {
|
|
1360
|
+
/** @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 */
|
|
1361
|
+
default as Train
|
|
1362
|
+
} from '../icons/tram-front';
|
|
1363
|
+
|
|
1364
1364
|
// TreePalm aliases
|
|
1365
1365
|
export {
|
|
1366
1366
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TreePalm} instead. This alias will be removed in v1.0 */
|
|
@@ -1421,18 +1421,18 @@ export {
|
|
|
1421
1421
|
default as User2
|
|
1422
1422
|
} from '../icons/user-round';
|
|
1423
1423
|
|
|
1424
|
-
// UtensilsCrossed aliases
|
|
1425
|
-
export {
|
|
1426
|
-
/** @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 */
|
|
1427
|
-
default as ForkKnifeCrossed
|
|
1428
|
-
} from '../icons/utensils-crossed';
|
|
1429
|
-
|
|
1430
1424
|
// UsersRound aliases
|
|
1431
1425
|
export {
|
|
1432
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 */
|
|
1433
1427
|
default as Users2
|
|
1434
1428
|
} from '../icons/users-round';
|
|
1435
1429
|
|
|
1430
|
+
// UtensilsCrossed aliases
|
|
1431
|
+
export {
|
|
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 */
|
|
1433
|
+
default as ForkKnifeCrossed
|
|
1434
|
+
} from '../icons/utensils-crossed';
|
|
1435
|
+
|
|
1436
1436
|
// Utensils aliases
|
|
1437
1437
|
export {
|
|
1438
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 */
|