@lucide/astro 0.564.0 → 0.566.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 +124 -124
- package/src/aliases/prefixed.ts +735 -729
- package/src/aliases/suffixed.ts +1191 -1185
- package/src/icons/forklift.ts +2 -2
- package/src/icons/globe-off.ts +18 -0
- package/src/icons/index.ts +173 -170
- package/src/icons/lens-concave.ts +18 -0
- package/src/icons/lens-convex.ts +18 -0
- package/src/icons/rocket.ts +2 -2
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
|
-
// ArrowUpNarrowWide aliases
|
|
45
|
-
export {
|
|
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 */
|
|
47
|
-
default as SortAsc
|
|
48
|
-
} from '../icons/arrow-up-narrow-wide';
|
|
49
|
-
|
|
50
44
|
// ArrowUpZA aliases
|
|
51
45
|
export {
|
|
52
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 */
|
|
53
47
|
default as ArrowUpZa
|
|
54
48
|
} from '../icons/arrow-up-z-a';
|
|
55
49
|
|
|
50
|
+
// ArrowUpNarrowWide aliases
|
|
51
|
+
export {
|
|
52
|
+
/** @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
|
+
default as SortAsc
|
|
54
|
+
} from '../icons/arrow-up-narrow-wide';
|
|
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 */
|
|
@@ -149,18 +149,18 @@ export {
|
|
|
149
149
|
default as LineChart
|
|
150
150
|
} from '../icons/chart-line';
|
|
151
151
|
|
|
152
|
-
// ChartNoAxesColumn aliases
|
|
153
|
-
export {
|
|
154
|
-
/** @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 */
|
|
155
|
-
default as BarChart2
|
|
156
|
-
} from '../icons/chart-no-axes-column';
|
|
157
|
-
|
|
158
152
|
// ChartNoAxesColumnIncreasing aliases
|
|
159
153
|
export {
|
|
160
154
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ChartNoAxesColumnIncreasing} instead. This alias will be removed in v1.0 */
|
|
161
155
|
default as BarChart
|
|
162
156
|
} from '../icons/chart-no-axes-column-increasing';
|
|
163
157
|
|
|
158
|
+
// ChartNoAxesColumn aliases
|
|
159
|
+
export {
|
|
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 */
|
|
161
|
+
default as BarChart2
|
|
162
|
+
} from '../icons/chart-no-axes-column';
|
|
163
|
+
|
|
164
164
|
// ChartNoAxesGantt aliases
|
|
165
165
|
export {
|
|
166
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 */
|
|
@@ -191,18 +191,18 @@ export {
|
|
|
191
191
|
default as AlertCircle
|
|
192
192
|
} from '../icons/circle-alert';
|
|
193
193
|
|
|
194
|
-
// CircleArrowLeft aliases
|
|
195
|
-
export {
|
|
196
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
197
|
-
default as ArrowLeftCircle
|
|
198
|
-
} from '../icons/circle-arrow-left';
|
|
199
|
-
|
|
200
194
|
// CircleArrowDown aliases
|
|
201
195
|
export {
|
|
202
196
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowDown} instead. This alias will be removed in v1.0 */
|
|
203
197
|
default as ArrowDownCircle
|
|
204
198
|
} from '../icons/circle-arrow-down';
|
|
205
199
|
|
|
200
|
+
// CircleArrowLeft aliases
|
|
201
|
+
export {
|
|
202
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowLeft} instead. This alias will be removed in v1.0 */
|
|
203
|
+
default as ArrowLeftCircle
|
|
204
|
+
} from '../icons/circle-arrow-left';
|
|
205
|
+
|
|
206
206
|
// CircleArrowOutDownLeft aliases
|
|
207
207
|
export {
|
|
208
208
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownLeft} instead. This alias will be removed in v1.0 */
|
|
@@ -215,18 +215,18 @@ export {
|
|
|
215
215
|
default as ArrowDownRightFromCircle
|
|
216
216
|
} from '../icons/circle-arrow-out-down-right';
|
|
217
217
|
|
|
218
|
-
// CircleArrowOutUpLeft aliases
|
|
219
|
-
export {
|
|
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 */
|
|
221
|
-
default as ArrowUpLeftFromCircle
|
|
222
|
-
} from '../icons/circle-arrow-out-up-left';
|
|
223
|
-
|
|
224
218
|
// CircleArrowOutUpRight aliases
|
|
225
219
|
export {
|
|
226
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 */
|
|
227
221
|
default as ArrowUpRightFromCircle
|
|
228
222
|
} from '../icons/circle-arrow-out-up-right';
|
|
229
223
|
|
|
224
|
+
// CircleArrowOutUpLeft aliases
|
|
225
|
+
export {
|
|
226
|
+
/** @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
|
+
default as ArrowUpLeftFromCircle
|
|
228
|
+
} from '../icons/circle-arrow-out-up-left';
|
|
229
|
+
|
|
230
230
|
// CircleArrowRight aliases
|
|
231
231
|
export {
|
|
232
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 */
|
|
@@ -275,18 +275,18 @@ export {
|
|
|
275
275
|
default as ChevronUpCircle
|
|
276
276
|
} from '../icons/circle-chevron-up';
|
|
277
277
|
|
|
278
|
-
// CircleDivide aliases
|
|
279
|
-
export {
|
|
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 */
|
|
281
|
-
default as DivideCircle
|
|
282
|
-
} from '../icons/circle-divide';
|
|
283
|
-
|
|
284
278
|
// CircleGauge aliases
|
|
285
279
|
export {
|
|
286
280
|
/** @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
281
|
default as GaugeCircle
|
|
288
282
|
} from '../icons/circle-gauge';
|
|
289
283
|
|
|
284
|
+
// CircleDivide aliases
|
|
285
|
+
export {
|
|
286
|
+
/** @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 */
|
|
287
|
+
default as DivideCircle
|
|
288
|
+
} from '../icons/circle-divide';
|
|
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 */
|
|
@@ -299,18 +299,18 @@ export {
|
|
|
299
299
|
default as ParkingCircleOff
|
|
300
300
|
} from '../icons/circle-parking-off';
|
|
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. This alias will be removed in v1.0 */
|
|
305
|
-
default as ParkingCircle
|
|
306
|
-
} from '../icons/circle-parking';
|
|
307
|
-
|
|
308
302
|
// CirclePause aliases
|
|
309
303
|
export {
|
|
310
304
|
/** @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 */
|
|
311
305
|
default as PauseCircle
|
|
312
306
|
} from '../icons/circle-pause';
|
|
313
307
|
|
|
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 */
|
|
@@ -353,18 +353,18 @@ export {
|
|
|
353
353
|
default as CircleSlashed
|
|
354
354
|
} from '../icons/circle-slash-2';
|
|
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. This alias will be removed in v1.0 */
|
|
359
|
-
default as StopCircle
|
|
360
|
-
} from '../icons/circle-stop';
|
|
361
|
-
|
|
362
356
|
// CircleUserRound aliases
|
|
363
357
|
export {
|
|
364
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 */
|
|
365
359
|
default as UserCircle2
|
|
366
360
|
} from '../icons/circle-user-round';
|
|
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. This alias will be removed in v1.0 */
|
|
365
|
+
default as StopCircle
|
|
366
|
+
} from '../icons/circle-stop';
|
|
367
|
+
|
|
368
368
|
// CircleUser aliases
|
|
369
369
|
export {
|
|
370
370
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
@@ -377,18 +377,18 @@ export {
|
|
|
377
377
|
default as XCircle
|
|
378
378
|
} from '../icons/circle-x';
|
|
379
379
|
|
|
380
|
-
// ClipboardPenLine aliases
|
|
381
|
-
export {
|
|
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 */
|
|
383
|
-
default as ClipboardSignature
|
|
384
|
-
} from '../icons/clipboard-pen-line';
|
|
385
|
-
|
|
386
380
|
// ClipboardPen aliases
|
|
387
381
|
export {
|
|
388
382
|
/** @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
383
|
default as ClipboardEdit
|
|
390
384
|
} from '../icons/clipboard-pen';
|
|
391
385
|
|
|
386
|
+
// ClipboardPenLine aliases
|
|
387
|
+
export {
|
|
388
|
+
/** @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 */
|
|
389
|
+
default as ClipboardSignature
|
|
390
|
+
} from '../icons/clipboard-pen-line';
|
|
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
|
-
// FileChartLine aliases
|
|
501
|
-
export {
|
|
502
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
503
|
-
default as FileLineChart
|
|
504
|
-
} from '../icons/file-chart-line';
|
|
505
|
-
|
|
506
500
|
// FileChartPie aliases
|
|
507
501
|
export {
|
|
508
502
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartPie} instead. This alias will be removed in v1.0 */
|
|
509
503
|
default as FilePieChart
|
|
510
504
|
} from '../icons/file-chart-pie';
|
|
511
505
|
|
|
506
|
+
// FileChartLine aliases
|
|
507
|
+
export {
|
|
508
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileChartLine} instead. This alias will be removed in v1.0 */
|
|
509
|
+
default as FileLineChart
|
|
510
|
+
} from '../icons/file-chart-line';
|
|
511
|
+
|
|
512
512
|
// FileCheckCorner aliases
|
|
513
513
|
export {
|
|
514
514
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileCheckCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -527,6 +527,12 @@ export {
|
|
|
527
527
|
default as FileCog2
|
|
528
528
|
} from '../icons/file-cog';
|
|
529
529
|
|
|
530
|
+
// FileExclamationPoint aliases
|
|
531
|
+
export {
|
|
532
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
533
|
+
default as FileWarning
|
|
534
|
+
} from '../icons/file-exclamation-point';
|
|
535
|
+
|
|
530
536
|
// FileHeadphone aliases
|
|
531
537
|
export {
|
|
532
538
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileHeadphone} instead. This alias will be removed in v1.0 */
|
|
@@ -539,12 +545,6 @@ export {
|
|
|
539
545
|
default as FileAudio2
|
|
540
546
|
} from '../icons/file-headphone';
|
|
541
547
|
|
|
542
|
-
// FileExclamationPoint aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileExclamationPoint} instead. This alias will be removed in v1.0 */
|
|
545
|
-
default as FileWarning
|
|
546
|
-
} from '../icons/file-exclamation-point';
|
|
547
|
-
|
|
548
548
|
// FileKey aliases
|
|
549
549
|
export {
|
|
550
550
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileKey} instead. This alias will be removed in v1.0 */
|
|
@@ -563,18 +563,18 @@ export {
|
|
|
563
563
|
default as FileMinus2
|
|
564
564
|
} from '../icons/file-minus-corner';
|
|
565
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
566
|
// FilePen aliases
|
|
573
567
|
export {
|
|
574
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 */
|
|
575
569
|
default as FileEdit
|
|
576
570
|
} from '../icons/file-pen';
|
|
577
571
|
|
|
572
|
+
// FilePenLine aliases
|
|
573
|
+
export {
|
|
574
|
+
/** @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
|
+
default as FileSignature
|
|
576
|
+
} from '../icons/file-pen-line';
|
|
577
|
+
|
|
578
578
|
// FilePlay aliases
|
|
579
579
|
export {
|
|
580
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 */
|
|
@@ -665,23 +665,17 @@ export {
|
|
|
665
665
|
default as Grid2X2Check
|
|
666
666
|
} from '../icons/grid-2x2-check';
|
|
667
667
|
|
|
668
|
-
// Grid2x2X aliases
|
|
669
|
-
export {
|
|
670
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
671
|
-
default as Grid2X2X
|
|
672
|
-
} from '../icons/grid-2x2-x';
|
|
673
|
-
|
|
674
668
|
// Grid2x2Plus aliases
|
|
675
669
|
export {
|
|
676
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
671
|
default as Grid2X2Plus
|
|
678
672
|
} from '../icons/grid-2x2-plus';
|
|
679
673
|
|
|
680
|
-
//
|
|
674
|
+
// Grid2x2X aliases
|
|
681
675
|
export {
|
|
682
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
683
|
-
default as
|
|
684
|
-
} from '../icons/grid-2x2';
|
|
676
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Grid2x2X} instead. This alias will be removed in v1.0 */
|
|
677
|
+
default as Grid2X2X
|
|
678
|
+
} from '../icons/grid-2x2-x';
|
|
685
679
|
|
|
686
680
|
// Grid3x3 aliases
|
|
687
681
|
export {
|
|
@@ -695,6 +689,12 @@ export {
|
|
|
695
689
|
default as Grid3X3
|
|
696
690
|
} from '../icons/grid-3x3';
|
|
697
691
|
|
|
692
|
+
// Grid2x2 aliases
|
|
693
|
+
export {
|
|
694
|
+
/** @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 */
|
|
695
|
+
default as Grid2X2
|
|
696
|
+
} from '../icons/grid-2x2';
|
|
697
|
+
|
|
698
698
|
// HandGrab aliases
|
|
699
699
|
export {
|
|
700
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 */
|
|
@@ -731,6 +731,12 @@ export {
|
|
|
731
731
|
default as Laptop2
|
|
732
732
|
} from '../icons/laptop-minimal';
|
|
733
733
|
|
|
734
|
+
// Layers aliases
|
|
735
|
+
export {
|
|
736
|
+
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
737
|
+
default as Layers3
|
|
738
|
+
} from '../icons/layers';
|
|
739
|
+
|
|
734
740
|
// ListIndentDecrease aliases
|
|
735
741
|
export {
|
|
736
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 */
|
|
@@ -743,12 +749,6 @@ export {
|
|
|
743
749
|
default as IndentDecrease
|
|
744
750
|
} from '../icons/list-indent-decrease';
|
|
745
751
|
|
|
746
|
-
// Layers aliases
|
|
747
|
-
export {
|
|
748
|
-
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
749
|
-
default as Layers3
|
|
750
|
-
} from '../icons/layers';
|
|
751
|
-
|
|
752
752
|
// ListIndentIncrease aliases
|
|
753
753
|
export {
|
|
754
754
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentIncrease} instead. This alias will be removed in v1.0 */
|
|
@@ -875,18 +875,18 @@ export {
|
|
|
875
875
|
default as PanelTopInactive
|
|
876
876
|
} from '../icons/panel-top-dashed';
|
|
877
877
|
|
|
878
|
-
// PanelsTopLeft aliases
|
|
879
|
-
export {
|
|
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 */
|
|
881
|
-
default as Layout
|
|
882
|
-
} from '../icons/panels-top-left';
|
|
883
|
-
|
|
884
878
|
// PenLine aliases
|
|
885
879
|
export {
|
|
886
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 */
|
|
887
881
|
default as Edit3
|
|
888
882
|
} from '../icons/pen-line';
|
|
889
883
|
|
|
884
|
+
// PanelsTopLeft aliases
|
|
885
|
+
export {
|
|
886
|
+
/** @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
|
+
default as Layout
|
|
888
|
+
} from '../icons/panels-top-left';
|
|
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 */
|
|
@@ -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 */
|
|
@@ -1067,18 +1067,18 @@ export {
|
|
|
1067
1067
|
default as CheckSquare
|
|
1068
1068
|
} from '../icons/square-check-big';
|
|
1069
1069
|
|
|
1070
|
-
// SquareCheck aliases
|
|
1071
|
-
export {
|
|
1072
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareCheck} instead. This alias will be removed in v1.0 */
|
|
1073
|
-
default as CheckSquare2
|
|
1074
|
-
} from '../icons/square-check';
|
|
1075
|
-
|
|
1076
1070
|
// SquareChevronDown aliases
|
|
1077
1071
|
export {
|
|
1078
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 */
|
|
1079
1073
|
default as ChevronDownSquare
|
|
1080
1074
|
} from '../icons/square-chevron-down';
|
|
1081
1075
|
|
|
1076
|
+
// SquareCheck aliases
|
|
1077
|
+
export {
|
|
1078
|
+
/** @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
|
+
default as CheckSquare2
|
|
1080
|
+
} from '../icons/square-check';
|
|
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 */
|
|
@@ -1139,18 +1139,18 @@ export {
|
|
|
1139
1139
|
default as EqualSquare
|
|
1140
1140
|
} from '../icons/square-equal';
|
|
1141
1141
|
|
|
1142
|
-
// SquareFunction aliases
|
|
1143
|
-
export {
|
|
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 */
|
|
1145
|
-
default as FunctionSquare
|
|
1146
|
-
} from '../icons/square-function';
|
|
1147
|
-
|
|
1148
1142
|
// SquareKanban aliases
|
|
1149
1143
|
export {
|
|
1150
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 */
|
|
1151
1145
|
default as KanbanSquare
|
|
1152
1146
|
} from '../icons/square-kanban';
|
|
1153
1147
|
|
|
1148
|
+
// SquareFunction aliases
|
|
1149
|
+
export {
|
|
1150
|
+
/** @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
|
+
default as FunctionSquare
|
|
1152
|
+
} from '../icons/square-function';
|
|
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
|
-
// SquarePlay aliases
|
|
1233
|
-
export {
|
|
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 */
|
|
1235
|
-
default as PlaySquare
|
|
1236
|
-
} from '../icons/square-play';
|
|
1237
|
-
|
|
1238
1232
|
// SquarePlus aliases
|
|
1239
1233
|
export {
|
|
1240
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 */
|
|
1241
1235
|
default as PlusSquare
|
|
1242
1236
|
} from '../icons/square-plus';
|
|
1243
1237
|
|
|
1238
|
+
// SquarePlay aliases
|
|
1239
|
+
export {
|
|
1240
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePlay} instead. This alias will be removed in v1.0 */
|
|
1241
|
+
default as PlaySquare
|
|
1242
|
+
} from '../icons/square-play';
|
|
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
|
-
// TextWrap aliases
|
|
1353
|
-
export {
|
|
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 */
|
|
1355
|
-
default as WrapText
|
|
1356
|
-
} from '../icons/text-wrap';
|
|
1357
|
-
|
|
1358
1352
|
// TramFront aliases
|
|
1359
1353
|
export {
|
|
1360
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 */
|
|
1361
1355
|
default as Train
|
|
1362
1356
|
} from '../icons/tram-front';
|
|
1363
1357
|
|
|
1358
|
+
// TextWrap aliases
|
|
1359
|
+
export {
|
|
1360
|
+
/** @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
|
+
default as WrapText
|
|
1362
|
+
} from '../icons/text-wrap';
|
|
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
|
-
// 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
1424
|
// UtensilsCrossed aliases
|
|
1431
1425
|
export {
|
|
1432
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 */
|
|
1433
1427
|
default as ForkKnifeCrossed
|
|
1434
1428
|
} from '../icons/utensils-crossed';
|
|
1435
1429
|
|
|
1430
|
+
// UsersRound aliases
|
|
1431
|
+
export {
|
|
1432
|
+
/** @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
|
+
default as Users2
|
|
1434
|
+
} from '../icons/users-round';
|
|
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 */
|