@lucide/astro 1.45.0 → 1.46.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 +2 -2
- package/src/aliases/aliases.ts +206 -206
- package/src/aliases/prefixed.ts +731 -723
- package/src/aliases/suffixed.ts +1009 -1001
- package/src/icons/clef-alto.ts +20 -0
- package/src/icons/clef-bass.ts +20 -0
- package/src/icons/clef-treble.ts +20 -0
- package/src/icons/index.ts +176 -172
- package/src/icons/monitor-pc.ts +20 -0
package/src/aliases/aliases.ts
CHANGED
|
@@ -23,23 +23,17 @@ export {
|
|
|
23
23
|
default as ArrowDownAz
|
|
24
24
|
} from '../icons/arrow-down-a-z';
|
|
25
25
|
|
|
26
|
-
// ArrowDownZA aliases
|
|
27
|
-
export {
|
|
28
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
29
|
-
default as ArrowDownZa
|
|
30
|
-
} from '../icons/arrow-down-z-a';
|
|
31
|
-
|
|
32
26
|
// ArrowDownWideNarrow aliases
|
|
33
27
|
export {
|
|
34
28
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownWideNarrow} instead. */
|
|
35
29
|
default as SortDesc
|
|
36
30
|
} from '../icons/arrow-down-wide-narrow';
|
|
37
31
|
|
|
38
|
-
//
|
|
32
|
+
// ArrowDownZA aliases
|
|
39
33
|
export {
|
|
40
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
41
|
-
default as
|
|
42
|
-
} from '../icons/arrow-
|
|
34
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowDownZA} instead. */
|
|
35
|
+
default as ArrowDownZa
|
|
36
|
+
} from '../icons/arrow-down-z-a';
|
|
43
37
|
|
|
44
38
|
// ArrowUpNarrowWide aliases
|
|
45
39
|
export {
|
|
@@ -47,6 +41,12 @@ export {
|
|
|
47
41
|
default as SortAsc
|
|
48
42
|
} from '../icons/arrow-up-narrow-wide';
|
|
49
43
|
|
|
44
|
+
// ArrowUpAZ aliases
|
|
45
|
+
export {
|
|
46
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpAZ} instead. */
|
|
47
|
+
default as ArrowUpAz
|
|
48
|
+
} from '../icons/arrow-up-a-z';
|
|
49
|
+
|
|
50
50
|
// ArrowUpZA aliases
|
|
51
51
|
export {
|
|
52
52
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ArrowUpZA} instead. */
|
|
@@ -65,23 +65,17 @@ export {
|
|
|
65
65
|
default as Verified
|
|
66
66
|
} from '../icons/badge-check';
|
|
67
67
|
|
|
68
|
-
// BetweenHorizontalEnd aliases
|
|
69
|
-
export {
|
|
70
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
71
|
-
default as BetweenHorizonalEnd
|
|
72
|
-
} from '../icons/between-horizontal-end';
|
|
73
|
-
|
|
74
68
|
// BadgeQuestionMark aliases
|
|
75
69
|
export {
|
|
76
70
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link BadgeQuestionMark} instead. */
|
|
77
71
|
default as BadgeHelp
|
|
78
72
|
} from '../icons/badge-question-mark';
|
|
79
73
|
|
|
80
|
-
//
|
|
74
|
+
// BetweenHorizontalEnd aliases
|
|
81
75
|
export {
|
|
82
|
-
/** @deprecated Renamed because of typo, use {@link
|
|
83
|
-
default as
|
|
84
|
-
} from '../icons/between-horizontal-
|
|
76
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalEnd} instead. */
|
|
77
|
+
default as BetweenHorizonalEnd
|
|
78
|
+
} from '../icons/between-horizontal-end';
|
|
85
79
|
|
|
86
80
|
// BookBookmark aliases
|
|
87
81
|
export {
|
|
@@ -95,11 +89,11 @@ export {
|
|
|
95
89
|
default as BookTemplate
|
|
96
90
|
} from '../icons/book-dashed';
|
|
97
91
|
|
|
98
|
-
//
|
|
92
|
+
// BetweenHorizontalStart aliases
|
|
99
93
|
export {
|
|
100
|
-
/** @deprecated
|
|
101
|
-
default as
|
|
102
|
-
} from '../icons/
|
|
94
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. */
|
|
95
|
+
default as BetweenHorizonalStart
|
|
96
|
+
} from '../icons/between-horizontal-start';
|
|
103
97
|
|
|
104
98
|
// BuildingComplex aliases
|
|
105
99
|
export {
|
|
@@ -107,6 +101,12 @@ export {
|
|
|
107
101
|
default as Building2
|
|
108
102
|
} from '../icons/building-complex';
|
|
109
103
|
|
|
104
|
+
// Braces aliases
|
|
105
|
+
export {
|
|
106
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Braces} instead. */
|
|
107
|
+
default as CurlyBraces
|
|
108
|
+
} from '../icons/braces';
|
|
109
|
+
|
|
110
110
|
// Captions aliases
|
|
111
111
|
export {
|
|
112
112
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Captions} instead. */
|
|
@@ -155,18 +155,18 @@ export {
|
|
|
155
155
|
default as BarChart3
|
|
156
156
|
} from '../icons/chart-column';
|
|
157
157
|
|
|
158
|
-
// ChartLine aliases
|
|
159
|
-
export {
|
|
160
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
161
|
-
default as LineChart
|
|
162
|
-
} from '../icons/chart-line';
|
|
163
|
-
|
|
164
158
|
// ChartNoAxesColumnIncreasing aliases
|
|
165
159
|
export {
|
|
166
160
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. */
|
|
167
161
|
default as BarChart
|
|
168
162
|
} from '../icons/chart-no-axes-column-increasing';
|
|
169
163
|
|
|
164
|
+
// ChartLine aliases
|
|
165
|
+
export {
|
|
166
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartLine} instead. */
|
|
167
|
+
default as LineChart
|
|
168
|
+
} from '../icons/chart-line';
|
|
169
|
+
|
|
170
170
|
// ChartNoAxesColumn aliases
|
|
171
171
|
export {
|
|
172
172
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumn} instead. */
|
|
@@ -203,18 +203,18 @@ export {
|
|
|
203
203
|
default as ArrowDownCircle
|
|
204
204
|
} from '../icons/circle-arrow-down';
|
|
205
205
|
|
|
206
|
-
// CircleArrowLeft aliases
|
|
207
|
-
export {
|
|
208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
209
|
-
default as ArrowLeftCircle
|
|
210
|
-
} from '../icons/circle-arrow-left';
|
|
211
|
-
|
|
212
206
|
// CircleArrowOutDownLeft aliases
|
|
213
207
|
export {
|
|
214
208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. */
|
|
215
209
|
default as ArrowDownLeftFromCircle
|
|
216
210
|
} from '../icons/circle-arrow-out-down-left';
|
|
217
211
|
|
|
212
|
+
// CircleArrowLeft aliases
|
|
213
|
+
export {
|
|
214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. */
|
|
215
|
+
default as ArrowLeftCircle
|
|
216
|
+
} from '../icons/circle-arrow-left';
|
|
217
|
+
|
|
218
218
|
// CircleArrowOutDownRight aliases
|
|
219
219
|
export {
|
|
220
220
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. */
|
|
@@ -233,18 +233,18 @@ export {
|
|
|
233
233
|
default as ArrowUpRightFromCircle
|
|
234
234
|
} from '../icons/circle-arrow-out-up-right';
|
|
235
235
|
|
|
236
|
-
// CircleArrowUp aliases
|
|
237
|
-
export {
|
|
238
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
239
|
-
default as ArrowUpCircle
|
|
240
|
-
} from '../icons/circle-arrow-up';
|
|
241
|
-
|
|
242
236
|
// CircleArrowRight aliases
|
|
243
237
|
export {
|
|
244
238
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowRight} instead. */
|
|
245
239
|
default as ArrowRightCircle
|
|
246
240
|
} from '../icons/circle-arrow-right';
|
|
247
241
|
|
|
242
|
+
// CircleArrowUp aliases
|
|
243
|
+
export {
|
|
244
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowUp} instead. */
|
|
245
|
+
default as ArrowUpCircle
|
|
246
|
+
} from '../icons/circle-arrow-up';
|
|
247
|
+
|
|
248
248
|
// CircleCheckBig aliases
|
|
249
249
|
export {
|
|
250
250
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleCheckBig} instead. */
|
|
@@ -257,18 +257,18 @@ export {
|
|
|
257
257
|
default as CheckCircle2
|
|
258
258
|
} from '../icons/circle-check';
|
|
259
259
|
|
|
260
|
-
// CircleChevronDown aliases
|
|
261
|
-
export {
|
|
262
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
263
|
-
default as ChevronDownCircle
|
|
264
|
-
} from '../icons/circle-chevron-down';
|
|
265
|
-
|
|
266
260
|
// CircleChevronLeft aliases
|
|
267
261
|
export {
|
|
268
262
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronLeft} instead. */
|
|
269
263
|
default as ChevronLeftCircle
|
|
270
264
|
} from '../icons/circle-chevron-left';
|
|
271
265
|
|
|
266
|
+
// CircleChevronDown aliases
|
|
267
|
+
export {
|
|
268
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronDown} instead. */
|
|
269
|
+
default as ChevronDownCircle
|
|
270
|
+
} from '../icons/circle-chevron-down';
|
|
271
|
+
|
|
272
272
|
// CircleChevronRight aliases
|
|
273
273
|
export {
|
|
274
274
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleChevronRight} instead. */
|
|
@@ -281,24 +281,30 @@ export {
|
|
|
281
281
|
default as ChevronUpCircle
|
|
282
282
|
} from '../icons/circle-chevron-up';
|
|
283
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. */
|
|
287
|
-
default as GaugeCircle
|
|
288
|
-
} from '../icons/circle-gauge';
|
|
289
|
-
|
|
290
284
|
// CircleDivide aliases
|
|
291
285
|
export {
|
|
292
286
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleDivide} instead. */
|
|
293
287
|
default as DivideCircle
|
|
294
288
|
} from '../icons/circle-divide';
|
|
295
289
|
|
|
290
|
+
// CircleGauge aliases
|
|
291
|
+
export {
|
|
292
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleGauge} instead. */
|
|
293
|
+
default as GaugeCircle
|
|
294
|
+
} from '../icons/circle-gauge';
|
|
295
|
+
|
|
296
296
|
// CircleMinus aliases
|
|
297
297
|
export {
|
|
298
298
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleMinus} instead. */
|
|
299
299
|
default as MinusCircle
|
|
300
300
|
} from '../icons/circle-minus';
|
|
301
301
|
|
|
302
|
+
// CircleParking aliases
|
|
303
|
+
export {
|
|
304
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
305
|
+
default as ParkingCircle
|
|
306
|
+
} from '../icons/circle-parking';
|
|
307
|
+
|
|
302
308
|
// CircleParkingOff aliases
|
|
303
309
|
export {
|
|
304
310
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParkingOff} instead. */
|
|
@@ -317,12 +323,6 @@ export {
|
|
|
317
323
|
default as PercentCircle
|
|
318
324
|
} from '../icons/circle-percent';
|
|
319
325
|
|
|
320
|
-
// CircleParking aliases
|
|
321
|
-
export {
|
|
322
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleParking} instead. */
|
|
323
|
-
default as ParkingCircle
|
|
324
|
-
} from '../icons/circle-parking';
|
|
325
|
-
|
|
326
326
|
// CirclePlay aliases
|
|
327
327
|
export {
|
|
328
328
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CirclePlay} instead. */
|
|
@@ -353,18 +353,18 @@ export {
|
|
|
353
353
|
default as CircleHelp
|
|
354
354
|
} from '../icons/circle-question-mark';
|
|
355
355
|
|
|
356
|
-
// CircleStop aliases
|
|
357
|
-
export {
|
|
358
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
359
|
-
default as StopCircle
|
|
360
|
-
} from '../icons/circle-stop';
|
|
361
|
-
|
|
362
356
|
// CircleSlash2 aliases
|
|
363
357
|
export {
|
|
364
358
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleSlash2} instead. */
|
|
365
359
|
default as CircleSlashed
|
|
366
360
|
} from '../icons/circle-slash-2';
|
|
367
361
|
|
|
362
|
+
// CircleStop aliases
|
|
363
|
+
export {
|
|
364
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleStop} instead. */
|
|
365
|
+
default as StopCircle
|
|
366
|
+
} from '../icons/circle-stop';
|
|
367
|
+
|
|
368
368
|
// CircleUserRound aliases
|
|
369
369
|
export {
|
|
370
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUserRound} instead. */
|
|
@@ -443,18 +443,18 @@ export {
|
|
|
443
443
|
default as Contact2
|
|
444
444
|
} from '../icons/contact-round';
|
|
445
445
|
|
|
446
|
-
// DiamondPercent aliases
|
|
447
|
-
export {
|
|
448
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
449
|
-
default as PercentDiamond
|
|
450
|
-
} from '../icons/diamond-percent';
|
|
451
|
-
|
|
452
446
|
// Earth aliases
|
|
453
447
|
export {
|
|
454
448
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Earth} instead. */
|
|
455
449
|
default as Globe2
|
|
456
450
|
} from '../icons/earth';
|
|
457
451
|
|
|
452
|
+
// DiamondPercent aliases
|
|
453
|
+
export {
|
|
454
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link DiamondPercent} instead. */
|
|
455
|
+
default as PercentDiamond
|
|
456
|
+
} from '../icons/diamond-percent';
|
|
457
|
+
|
|
458
458
|
// EllipsisVertical aliases
|
|
459
459
|
export {
|
|
460
460
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link EllipsisVertical} instead. */
|
|
@@ -473,18 +473,18 @@ export {
|
|
|
473
473
|
default as Angry
|
|
474
474
|
} from '../icons/face-angry';
|
|
475
475
|
|
|
476
|
-
// FaceExpressionless aliases
|
|
477
|
-
export {
|
|
478
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
479
|
-
default as Annoyed
|
|
480
|
-
} from '../icons/face-expressionless';
|
|
481
|
-
|
|
482
476
|
// FaceGrinning aliases
|
|
483
477
|
export {
|
|
484
478
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceGrinning} instead. */
|
|
485
479
|
default as Laugh
|
|
486
480
|
} from '../icons/face-grinning';
|
|
487
481
|
|
|
482
|
+
// FaceExpressionless aliases
|
|
483
|
+
export {
|
|
484
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceExpressionless} instead. */
|
|
485
|
+
default as Annoyed
|
|
486
|
+
} from '../icons/face-expressionless';
|
|
487
|
+
|
|
488
488
|
// FaceNeutral aliases
|
|
489
489
|
export {
|
|
490
490
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FaceNeutral} instead. */
|
|
@@ -533,18 +533,18 @@ export {
|
|
|
533
533
|
default as FileJson
|
|
534
534
|
} from '../icons/file-braces';
|
|
535
535
|
|
|
536
|
-
// FileChartColumnIncreasing aliases
|
|
537
|
-
export {
|
|
538
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
539
|
-
default as FileBarChart
|
|
540
|
-
} from '../icons/file-chart-column-increasing';
|
|
541
|
-
|
|
542
536
|
// FileChartColumn aliases
|
|
543
537
|
export {
|
|
544
538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumn} instead. */
|
|
545
539
|
default as FileBarChart2
|
|
546
540
|
} from '../icons/file-chart-column';
|
|
547
541
|
|
|
542
|
+
// FileChartColumnIncreasing aliases
|
|
543
|
+
export {
|
|
544
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartColumnIncreasing} instead. */
|
|
545
|
+
default as FileBarChart
|
|
546
|
+
} from '../icons/file-chart-column-increasing';
|
|
547
|
+
|
|
548
548
|
// FileChartLine aliases
|
|
549
549
|
export {
|
|
550
550
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. */
|
|
@@ -599,18 +599,18 @@ export {
|
|
|
599
599
|
default as FileKey2
|
|
600
600
|
} from '../icons/file-key';
|
|
601
601
|
|
|
602
|
-
// FileMinusCorner aliases
|
|
603
|
-
export {
|
|
604
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
605
|
-
default as FileMinus2
|
|
606
|
-
} from '../icons/file-minus-corner';
|
|
607
|
-
|
|
608
602
|
// FileLock aliases
|
|
609
603
|
export {
|
|
610
604
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. */
|
|
611
605
|
default as FileLock2
|
|
612
606
|
} from '../icons/file-lock';
|
|
613
607
|
|
|
608
|
+
// FileMinusCorner aliases
|
|
609
|
+
export {
|
|
610
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileMinusCorner} instead. */
|
|
611
|
+
default as FileMinus2
|
|
612
|
+
} from '../icons/file-minus-corner';
|
|
613
|
+
|
|
614
614
|
// FilePenLine aliases
|
|
615
615
|
export {
|
|
616
616
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePenLine} instead. */
|
|
@@ -623,11 +623,11 @@ export {
|
|
|
623
623
|
default as FileEdit
|
|
624
624
|
} from '../icons/file-pen';
|
|
625
625
|
|
|
626
|
-
//
|
|
626
|
+
// FilePlusCorner aliases
|
|
627
627
|
export {
|
|
628
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
629
|
-
default as
|
|
630
|
-
} from '../icons/file-
|
|
628
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlusCorner} instead. */
|
|
629
|
+
default as FilePlus2
|
|
630
|
+
} from '../icons/file-plus-corner';
|
|
631
631
|
|
|
632
632
|
// FileQuestionMark aliases
|
|
633
633
|
export {
|
|
@@ -635,11 +635,11 @@ export {
|
|
|
635
635
|
default as FileQuestion
|
|
636
636
|
} from '../icons/file-question-mark';
|
|
637
637
|
|
|
638
|
-
//
|
|
638
|
+
// FilePlay aliases
|
|
639
639
|
export {
|
|
640
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
641
|
-
default as
|
|
642
|
-
} from '../icons/file-
|
|
640
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FilePlay} instead. */
|
|
641
|
+
default as FileVideo
|
|
642
|
+
} from '../icons/file-play';
|
|
643
643
|
|
|
644
644
|
// FileSearchCorner aliases
|
|
645
645
|
export {
|
|
@@ -647,12 +647,6 @@ export {
|
|
|
647
647
|
default as FileSearch2
|
|
648
648
|
} from '../icons/file-search-corner';
|
|
649
649
|
|
|
650
|
-
// FileTypeCorner aliases
|
|
651
|
-
export {
|
|
652
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
653
|
-
default as FileType2
|
|
654
|
-
} from '../icons/file-type-corner';
|
|
655
|
-
|
|
656
650
|
// FileSignal aliases
|
|
657
651
|
export {
|
|
658
652
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSignal} instead. */
|
|
@@ -671,6 +665,12 @@ export {
|
|
|
671
665
|
default as FileX2
|
|
672
666
|
} from '../icons/file-x-corner';
|
|
673
667
|
|
|
668
|
+
// FileTypeCorner aliases
|
|
669
|
+
export {
|
|
670
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileTypeCorner} instead. */
|
|
671
|
+
default as FileType2
|
|
672
|
+
} from '../icons/file-type-corner';
|
|
673
|
+
|
|
674
674
|
// FingerprintPattern aliases
|
|
675
675
|
export {
|
|
676
676
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FingerprintPattern} instead. */
|
|
@@ -683,18 +683,18 @@ export {
|
|
|
683
683
|
default as FolderCog2
|
|
684
684
|
} from '../icons/folder-cog';
|
|
685
685
|
|
|
686
|
-
// FunnelX aliases
|
|
687
|
-
export {
|
|
688
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
689
|
-
default as FilterX
|
|
690
|
-
} from '../icons/funnel-x';
|
|
691
|
-
|
|
692
686
|
// FolderPen aliases
|
|
693
687
|
export {
|
|
694
688
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FolderPen} instead. */
|
|
695
689
|
default as FolderEdit
|
|
696
690
|
} from '../icons/folder-pen';
|
|
697
691
|
|
|
692
|
+
// FunnelX aliases
|
|
693
|
+
export {
|
|
694
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FunnelX} instead. */
|
|
695
|
+
default as FilterX
|
|
696
|
+
} from '../icons/funnel-x';
|
|
697
|
+
|
|
698
698
|
// Funnel aliases
|
|
699
699
|
export {
|
|
700
700
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Funnel} instead. */
|
|
@@ -737,18 +737,18 @@ export {
|
|
|
737
737
|
default as Grid3X3
|
|
738
738
|
} from '../icons/grid-3x3';
|
|
739
739
|
|
|
740
|
-
// HandGrab aliases
|
|
741
|
-
export {
|
|
742
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
743
|
-
default as Grab
|
|
744
|
-
} from '../icons/hand-grab';
|
|
745
|
-
|
|
746
740
|
// Grid2x2 aliases
|
|
747
741
|
export {
|
|
748
742
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2} instead. */
|
|
749
743
|
default as Grid2X2
|
|
750
744
|
} from '../icons/grid-2x2';
|
|
751
745
|
|
|
746
|
+
// HandGrab aliases
|
|
747
|
+
export {
|
|
748
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. */
|
|
749
|
+
default as Grab
|
|
750
|
+
} from '../icons/hand-grab';
|
|
751
|
+
|
|
752
752
|
// HandHelping aliases
|
|
753
753
|
export {
|
|
754
754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandHelping} instead. */
|
|
@@ -941,23 +941,17 @@ export {
|
|
|
941
941
|
default as Edit3
|
|
942
942
|
} from '../icons/pen-line';
|
|
943
943
|
|
|
944
|
-
// PlugZap aliases
|
|
945
|
-
export {
|
|
946
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
947
|
-
default as PlugZap2
|
|
948
|
-
} from '../icons/plug-zap';
|
|
949
|
-
|
|
950
944
|
// Pen aliases
|
|
951
945
|
export {
|
|
952
946
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Pen} instead. */
|
|
953
947
|
default as Edit2
|
|
954
948
|
} from '../icons/pen';
|
|
955
949
|
|
|
956
|
-
//
|
|
950
|
+
// PlugZap aliases
|
|
957
951
|
export {
|
|
958
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
959
|
-
default as
|
|
960
|
-
} from '../icons/
|
|
952
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. */
|
|
953
|
+
default as PlugZap2
|
|
954
|
+
} from '../icons/plug-zap';
|
|
961
955
|
|
|
962
956
|
// Rotate3d aliases
|
|
963
957
|
export {
|
|
@@ -965,17 +959,23 @@ export {
|
|
|
965
959
|
default as Rotate3D
|
|
966
960
|
} from '../icons/rotate-3d';
|
|
967
961
|
|
|
962
|
+
// RectangleEllipsis aliases
|
|
963
|
+
export {
|
|
964
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. */
|
|
965
|
+
default as FormInput
|
|
966
|
+
} from '../icons/rectangle-ellipsis';
|
|
967
|
+
|
|
968
968
|
// RotateCcwClock aliases
|
|
969
969
|
export {
|
|
970
970
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RotateCcwClock} instead. */
|
|
971
971
|
default as History
|
|
972
972
|
} from '../icons/rotate-ccw-clock';
|
|
973
973
|
|
|
974
|
-
//
|
|
974
|
+
// Scale3d aliases
|
|
975
975
|
export {
|
|
976
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
977
|
-
default as
|
|
978
|
-
} from '../icons/
|
|
976
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Scale3d} instead. */
|
|
977
|
+
default as Scale3D
|
|
978
|
+
} from '../icons/scale-3d';
|
|
979
979
|
|
|
980
980
|
// Rows3 aliases
|
|
981
981
|
export {
|
|
@@ -983,11 +983,11 @@ export {
|
|
|
983
983
|
default as PanelsTopBottom
|
|
984
984
|
} from '../icons/rows-3';
|
|
985
985
|
|
|
986
|
-
//
|
|
986
|
+
// Rows2 aliases
|
|
987
987
|
export {
|
|
988
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
989
|
-
default as
|
|
990
|
-
} from '../icons/
|
|
988
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rows2} instead. */
|
|
989
|
+
default as Rows
|
|
990
|
+
} from '../icons/rows-2';
|
|
991
991
|
|
|
992
992
|
// SendHorizontal aliases
|
|
993
993
|
export {
|
|
@@ -1037,18 +1037,18 @@ export {
|
|
|
1037
1037
|
default as ArrowDownRightSquare
|
|
1038
1038
|
} from '../icons/square-arrow-down-right';
|
|
1039
1039
|
|
|
1040
|
-
// SquareArrowDown aliases
|
|
1041
|
-
export {
|
|
1042
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
1043
|
-
default as ArrowDownSquare
|
|
1044
|
-
} from '../icons/square-arrow-down';
|
|
1045
|
-
|
|
1046
1040
|
// SquareArrowLeft aliases
|
|
1047
1041
|
export {
|
|
1048
1042
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowLeft} instead. */
|
|
1049
1043
|
default as ArrowLeftSquare
|
|
1050
1044
|
} from '../icons/square-arrow-left';
|
|
1051
1045
|
|
|
1046
|
+
// SquareArrowDown aliases
|
|
1047
|
+
export {
|
|
1048
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowDown} instead. */
|
|
1049
|
+
default as ArrowDownSquare
|
|
1050
|
+
} from '../icons/square-arrow-down';
|
|
1051
|
+
|
|
1052
1052
|
// SquareArrowOutDownLeft aliases
|
|
1053
1053
|
export {
|
|
1054
1054
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowOutDownLeft} instead. */
|
|
@@ -1097,18 +1097,18 @@ export {
|
|
|
1097
1097
|
default as ArrowUpSquare
|
|
1098
1098
|
} from '../icons/square-arrow-up';
|
|
1099
1099
|
|
|
1100
|
-
// SquareAsterisk aliases
|
|
1101
|
-
export {
|
|
1102
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
1103
|
-
default as AsteriskSquare
|
|
1104
|
-
} from '../icons/square-asterisk';
|
|
1105
|
-
|
|
1106
1100
|
// SquareBookmark aliases
|
|
1107
1101
|
export {
|
|
1108
1102
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBookmark} instead. */
|
|
1109
1103
|
default as Album
|
|
1110
1104
|
} from '../icons/square-bookmark';
|
|
1111
1105
|
|
|
1106
|
+
// SquareAsterisk aliases
|
|
1107
|
+
export {
|
|
1108
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareAsterisk} instead. */
|
|
1109
|
+
default as AsteriskSquare
|
|
1110
|
+
} from '../icons/square-asterisk';
|
|
1111
|
+
|
|
1112
1112
|
// SquareBottomDashedScissors aliases
|
|
1113
1113
|
export {
|
|
1114
1114
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareBottomDashedScissors} instead. */
|
|
@@ -1121,6 +1121,12 @@ export {
|
|
|
1121
1121
|
default as FlipHorizontal
|
|
1122
1122
|
} from '../icons/square-centerline-dashed-horizontal';
|
|
1123
1123
|
|
|
1124
|
+
// SquareCenterlineDashedVertical aliases
|
|
1125
|
+
export {
|
|
1126
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCenterlineDashedVertical} instead. */
|
|
1127
|
+
default as FlipVertical
|
|
1128
|
+
} from '../icons/square-centerline-dashed-vertical';
|
|
1129
|
+
|
|
1124
1130
|
// SquareChartGantt aliases
|
|
1125
1131
|
export {
|
|
1126
1132
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChartGantt} instead. */
|
|
@@ -1133,11 +1139,11 @@ export {
|
|
|
1133
1139
|
default as SquareGanttChart
|
|
1134
1140
|
} from '../icons/square-chart-gantt';
|
|
1135
1141
|
|
|
1136
|
-
//
|
|
1142
|
+
// SquareCheckBig aliases
|
|
1137
1143
|
export {
|
|
1138
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1139
|
-
default as
|
|
1140
|
-
} from '../icons/square-
|
|
1144
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1145
|
+
default as CheckSquare
|
|
1146
|
+
} from '../icons/square-check-big';
|
|
1141
1147
|
|
|
1142
1148
|
// SquareCheck aliases
|
|
1143
1149
|
export {
|
|
@@ -1145,12 +1151,6 @@ export {
|
|
|
1145
1151
|
default as CheckSquare2
|
|
1146
1152
|
} from '../icons/square-check';
|
|
1147
1153
|
|
|
1148
|
-
// SquareCheckBig aliases
|
|
1149
|
-
export {
|
|
1150
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheckBig} instead. */
|
|
1151
|
-
default as CheckSquare
|
|
1152
|
-
} from '../icons/square-check-big';
|
|
1153
|
-
|
|
1154
1154
|
// SquareChevronDown aliases
|
|
1155
1155
|
export {
|
|
1156
1156
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronDown} instead. */
|
|
@@ -1163,18 +1163,18 @@ export {
|
|
|
1163
1163
|
default as ChevronLeftSquare
|
|
1164
1164
|
} from '../icons/square-chevron-left';
|
|
1165
1165
|
|
|
1166
|
-
// SquareChevronRight aliases
|
|
1167
|
-
export {
|
|
1168
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
1169
|
-
default as ChevronRightSquare
|
|
1170
|
-
} from '../icons/square-chevron-right';
|
|
1171
|
-
|
|
1172
1166
|
// SquareChevronUp aliases
|
|
1173
1167
|
export {
|
|
1174
1168
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronUp} instead. */
|
|
1175
1169
|
default as ChevronUpSquare
|
|
1176
1170
|
} from '../icons/square-chevron-up';
|
|
1177
1171
|
|
|
1172
|
+
// SquareChevronRight aliases
|
|
1173
|
+
export {
|
|
1174
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareChevronRight} instead. */
|
|
1175
|
+
default as ChevronRightSquare
|
|
1176
|
+
} from '../icons/square-chevron-right';
|
|
1177
|
+
|
|
1178
1178
|
// SquareCode aliases
|
|
1179
1179
|
export {
|
|
1180
1180
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCode} instead. */
|
|
@@ -1193,6 +1193,12 @@ export {
|
|
|
1193
1193
|
default as MousePointerSquareDashed
|
|
1194
1194
|
} from '../icons/square-dashed-mouse-pointer';
|
|
1195
1195
|
|
|
1196
|
+
// SquareDashed aliases
|
|
1197
|
+
export {
|
|
1198
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1199
|
+
default as BoxSelect
|
|
1200
|
+
} from '../icons/square-dashed';
|
|
1201
|
+
|
|
1196
1202
|
// SquareDashedText aliases
|
|
1197
1203
|
export {
|
|
1198
1204
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashedText} instead. */
|
|
@@ -1205,12 +1211,6 @@ export {
|
|
|
1205
1211
|
default as TextSelect
|
|
1206
1212
|
} from '../icons/square-dashed-text';
|
|
1207
1213
|
|
|
1208
|
-
// SquareDashed aliases
|
|
1209
|
-
export {
|
|
1210
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDashed} instead. */
|
|
1211
|
-
default as BoxSelect
|
|
1212
|
-
} from '../icons/square-dashed';
|
|
1213
|
-
|
|
1214
1214
|
// SquareDivide aliases
|
|
1215
1215
|
export {
|
|
1216
1216
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareDivide} instead. */
|
|
@@ -1301,18 +1301,18 @@ export {
|
|
|
1301
1301
|
default as PenSquare
|
|
1302
1302
|
} from '../icons/square-pen';
|
|
1303
1303
|
|
|
1304
|
-
// SquarePi aliases
|
|
1305
|
-
export {
|
|
1306
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1307
|
-
default as PiSquare
|
|
1308
|
-
} from '../icons/square-pi';
|
|
1309
|
-
|
|
1310
1304
|
// SquarePercent aliases
|
|
1311
1305
|
export {
|
|
1312
1306
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePercent} instead. */
|
|
1313
1307
|
default as PercentSquare
|
|
1314
1308
|
} from '../icons/square-percent';
|
|
1315
1309
|
|
|
1310
|
+
// SquarePi aliases
|
|
1311
|
+
export {
|
|
1312
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. */
|
|
1313
|
+
default as PiSquare
|
|
1314
|
+
} from '../icons/square-pi';
|
|
1315
|
+
|
|
1316
1316
|
// SquarePilcrow aliases
|
|
1317
1317
|
export {
|
|
1318
1318
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. */
|
|
@@ -1397,18 +1397,18 @@ export {
|
|
|
1397
1397
|
default as TestTube2
|
|
1398
1398
|
} from '../icons/test-tube-diagonal';
|
|
1399
1399
|
|
|
1400
|
-
// TextAlignCenter aliases
|
|
1401
|
-
export {
|
|
1402
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
1403
|
-
default as AlignCenter
|
|
1404
|
-
} from '../icons/text-align-center';
|
|
1405
|
-
|
|
1406
1400
|
// TextAlignEnd aliases
|
|
1407
1401
|
export {
|
|
1408
1402
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignEnd} instead. */
|
|
1409
1403
|
default as AlignRight
|
|
1410
1404
|
} from '../icons/text-align-end';
|
|
1411
1405
|
|
|
1406
|
+
// TextAlignCenter aliases
|
|
1407
|
+
export {
|
|
1408
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignCenter} instead. */
|
|
1409
|
+
default as AlignCenter
|
|
1410
|
+
} from '../icons/text-align-center';
|
|
1411
|
+
|
|
1412
1412
|
// TextAlignJustify aliases
|
|
1413
1413
|
export {
|
|
1414
1414
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextAlignJustify} instead. */
|
|
@@ -1433,23 +1433,17 @@ export {
|
|
|
1433
1433
|
default as LetterText
|
|
1434
1434
|
} from '../icons/text-initial';
|
|
1435
1435
|
|
|
1436
|
-
// TextWrap aliases
|
|
1437
|
-
export {
|
|
1438
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
1439
|
-
default as WrapText
|
|
1440
|
-
} from '../icons/text-wrap';
|
|
1441
|
-
|
|
1442
1436
|
// TramFront aliases
|
|
1443
1437
|
export {
|
|
1444
1438
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TramFront} instead. */
|
|
1445
1439
|
default as Train
|
|
1446
1440
|
} from '../icons/tram-front';
|
|
1447
1441
|
|
|
1448
|
-
//
|
|
1442
|
+
// TextWrap aliases
|
|
1449
1443
|
export {
|
|
1450
|
-
/** @deprecated The icon was
|
|
1451
|
-
default as
|
|
1452
|
-
} from '../icons/
|
|
1444
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TextWrap} instead. */
|
|
1445
|
+
default as WrapText
|
|
1446
|
+
} from '../icons/text-wrap';
|
|
1453
1447
|
|
|
1454
1448
|
// TreePalm aliases
|
|
1455
1449
|
export {
|
|
@@ -1457,6 +1451,12 @@ export {
|
|
|
1457
1451
|
default as Palmtree
|
|
1458
1452
|
} from '../icons/tree-palm';
|
|
1459
1453
|
|
|
1454
|
+
// Trash aliases
|
|
1455
|
+
export {
|
|
1456
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Trash} instead. */
|
|
1457
|
+
default as Trash2
|
|
1458
|
+
} from '../icons/trash';
|
|
1459
|
+
|
|
1460
1460
|
// TriangleAlert aliases
|
|
1461
1461
|
export {
|
|
1462
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. */
|
|
@@ -1475,18 +1475,18 @@ export {
|
|
|
1475
1475
|
default as FlipVertical2
|
|
1476
1476
|
} from '../icons/triangles-centerline-dashed-vertical';
|
|
1477
1477
|
|
|
1478
|
-
// University aliases
|
|
1479
|
-
export {
|
|
1480
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
1481
|
-
default as School2
|
|
1482
|
-
} from '../icons/university';
|
|
1483
|
-
|
|
1484
1478
|
// TvMinimal aliases
|
|
1485
1479
|
export {
|
|
1486
1480
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TvMinimal} instead. */
|
|
1487
1481
|
default as Tv2
|
|
1488
1482
|
} from '../icons/tv-minimal';
|
|
1489
1483
|
|
|
1484
|
+
// University aliases
|
|
1485
|
+
export {
|
|
1486
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. */
|
|
1487
|
+
default as School2
|
|
1488
|
+
} from '../icons/university';
|
|
1489
|
+
|
|
1490
1490
|
// UserRoundCheck aliases
|
|
1491
1491
|
export {
|
|
1492
1492
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UserRoundCheck} instead. */
|
|
@@ -1529,23 +1529,17 @@ export {
|
|
|
1529
1529
|
default as Users2
|
|
1530
1530
|
} from '../icons/users-round';
|
|
1531
1531
|
|
|
1532
|
-
// UtensilsCrossed aliases
|
|
1533
|
-
export {
|
|
1534
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
1535
|
-
default as ForkKnifeCrossed
|
|
1536
|
-
} from '../icons/utensils-crossed';
|
|
1537
|
-
|
|
1538
1532
|
// Utensils aliases
|
|
1539
1533
|
export {
|
|
1540
1534
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Utensils} instead. */
|
|
1541
1535
|
default as ForkKnife
|
|
1542
1536
|
} from '../icons/utensils';
|
|
1543
1537
|
|
|
1544
|
-
//
|
|
1538
|
+
// UtensilsCrossed aliases
|
|
1545
1539
|
export {
|
|
1546
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
1547
|
-
default as
|
|
1548
|
-
} from '../icons/
|
|
1540
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link UtensilsCrossed} instead. */
|
|
1541
|
+
default as ForkKnifeCrossed
|
|
1542
|
+
} from '../icons/utensils-crossed';
|
|
1549
1543
|
|
|
1550
1544
|
// WandSparkles aliases
|
|
1551
1545
|
export {
|
|
@@ -1559,3 +1553,9 @@ export {
|
|
|
1559
1553
|
default as Waves
|
|
1560
1554
|
} from '../icons/waves-horizontal';
|
|
1561
1555
|
|
|
1556
|
+
// WalletMinimal aliases
|
|
1557
|
+
export {
|
|
1558
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WalletMinimal} instead. */
|
|
1559
|
+
default as Wallet2
|
|
1560
|
+
} from '../icons/wallet-minimal';
|
|
1561
|
+
|