@ycloud-web/icons-astro 0.1.3 → 0.1.5
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/README.md +6 -0
- package/package.json +1 -1
- package/src/aliases/aliases.ts +106 -106
- package/src/aliases/prefixed.ts +518 -518
- package/src/aliases/suffixed.ts +787 -787
- package/src/icons/index.ts +235 -235
package/README.md
CHANGED
|
@@ -30,6 +30,10 @@
|
|
|
30
30
|
|
|
31
31
|
适用于 Astro 应用的 YCloud Icons 实现。
|
|
32
32
|
|
|
33
|
+
## 版本要求
|
|
34
|
+
|
|
35
|
+
Astro `^4 || ^5 || ^6`。文档示例使用当前最新 Astro 版本。
|
|
36
|
+
|
|
33
37
|
## 安装
|
|
34
38
|
|
|
35
39
|
```sh
|
|
@@ -54,4 +58,6 @@ bun add @ycloud-web/icons-astro@latest
|
|
|
54
58
|
|
|
55
59
|
## 许可证
|
|
56
60
|
|
|
61
|
+
YCloud Icons 基于 [Lucide](https://github.com/lucide-icons/lucide) 二次开发,保留上游 ISC 许可证与必要的第三方授权说明。本包在此基础上提供适用于 Astro 站点和应用的图标组件。
|
|
62
|
+
|
|
57
63
|
YCloud Icons 使用 ISC 许可证发布。详见 [LICENSE](https://tianjianjun0727.github.io/ycloud-icons/license)。
|
package/package.json
CHANGED
package/src/aliases/aliases.ts
CHANGED
|
@@ -77,18 +77,18 @@ export {
|
|
|
77
77
|
default as BetweenHorizonalEnd
|
|
78
78
|
} from '../icons/between-horizontal-end';
|
|
79
79
|
|
|
80
|
-
// BetweenHorizontalStart aliases
|
|
81
|
-
export {
|
|
82
|
-
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
83
|
-
default as BetweenHorizonalStart
|
|
84
|
-
} from '../icons/between-horizontal-start';
|
|
85
|
-
|
|
86
80
|
// BookDashed aliases
|
|
87
81
|
export {
|
|
88
82
|
/** @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
83
|
default as BookTemplate
|
|
90
84
|
} from '../icons/book-dashed';
|
|
91
85
|
|
|
86
|
+
// BetweenHorizontalStart aliases
|
|
87
|
+
export {
|
|
88
|
+
/** @deprecated Renamed because of typo, use {@link BetweenHorizontalStart} instead. This alias will be removed in v1.0 */
|
|
89
|
+
default as BetweenHorizonalStart
|
|
90
|
+
} from '../icons/between-horizontal-start';
|
|
91
|
+
|
|
92
92
|
// Braces aliases
|
|
93
93
|
export {
|
|
94
94
|
/** @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 */
|
|
@@ -203,18 +203,18 @@ export {
|
|
|
203
203
|
default as ArrowDownLeftFromCircle
|
|
204
204
|
} from '../icons/circle-arrow-out-down-left';
|
|
205
205
|
|
|
206
|
-
// CircleArrowOutDownRight aliases
|
|
207
|
-
export {
|
|
208
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
209
|
-
default as ArrowDownRightFromCircle
|
|
210
|
-
} from '../icons/circle-arrow-out-down-right';
|
|
211
|
-
|
|
212
206
|
// CircleArrowOutUpLeft aliases
|
|
213
207
|
export {
|
|
214
208
|
/** @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 */
|
|
215
209
|
default as ArrowUpLeftFromCircle
|
|
216
210
|
} from '../icons/circle-arrow-out-up-left';
|
|
217
211
|
|
|
212
|
+
// CircleArrowOutDownRight aliases
|
|
213
|
+
export {
|
|
214
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleArrowOutDownRight} instead. This alias will be removed in v1.0 */
|
|
215
|
+
default as ArrowDownRightFromCircle
|
|
216
|
+
} from '../icons/circle-arrow-out-down-right';
|
|
217
|
+
|
|
218
218
|
// CircleArrowOutUpRight aliases
|
|
219
219
|
export {
|
|
220
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 */
|
|
@@ -281,18 +281,18 @@ export {
|
|
|
281
281
|
default as GaugeCircle
|
|
282
282
|
} from '../icons/circle-gauge';
|
|
283
283
|
|
|
284
|
-
// CircleMinus aliases
|
|
285
|
-
export {
|
|
286
|
-
/** @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 */
|
|
287
|
-
default as MinusCircle
|
|
288
|
-
} from '../icons/circle-minus';
|
|
289
|
-
|
|
290
284
|
// CircleParkingOff aliases
|
|
291
285
|
export {
|
|
292
286
|
/** @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 */
|
|
293
287
|
default as ParkingCircleOff
|
|
294
288
|
} from '../icons/circle-parking-off';
|
|
295
289
|
|
|
290
|
+
// CircleMinus aliases
|
|
291
|
+
export {
|
|
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
|
+
default as MinusCircle
|
|
294
|
+
} from '../icons/circle-minus';
|
|
295
|
+
|
|
296
296
|
// CircleParking aliases
|
|
297
297
|
export {
|
|
298
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 */
|
|
@@ -359,23 +359,17 @@ export {
|
|
|
359
359
|
default as UserCircle2
|
|
360
360
|
} from '../icons/circle-user-round';
|
|
361
361
|
|
|
362
|
-
// CircleUser aliases
|
|
363
|
-
export {
|
|
364
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
365
|
-
default as UserCircle
|
|
366
|
-
} from '../icons/circle-user';
|
|
367
|
-
|
|
368
362
|
// CircleX aliases
|
|
369
363
|
export {
|
|
370
364
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleX} instead. This alias will be removed in v1.0 */
|
|
371
365
|
default as XCircle
|
|
372
366
|
} from '../icons/circle-x';
|
|
373
367
|
|
|
374
|
-
//
|
|
368
|
+
// CircleUser aliases
|
|
375
369
|
export {
|
|
376
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link
|
|
377
|
-
default as
|
|
378
|
-
} from '../icons/
|
|
370
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link CircleUser} instead. This alias will be removed in v1.0 */
|
|
371
|
+
default as UserCircle
|
|
372
|
+
} from '../icons/circle-user';
|
|
379
373
|
|
|
380
374
|
// ClipboardPen aliases
|
|
381
375
|
export {
|
|
@@ -383,6 +377,12 @@ export {
|
|
|
383
377
|
default as ClipboardEdit
|
|
384
378
|
} from '../icons/clipboard-pen';
|
|
385
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
386
|
// CloudDownload aliases
|
|
387
387
|
export {
|
|
388
388
|
/** @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 */
|
|
@@ -527,6 +527,12 @@ export {
|
|
|
527
527
|
default as FileWarning
|
|
528
528
|
} from '../icons/file-exclamation-point';
|
|
529
529
|
|
|
530
|
+
// FileKey aliases
|
|
531
|
+
export {
|
|
532
|
+
/** @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 */
|
|
533
|
+
default as FileKey2
|
|
534
|
+
} from '../icons/file-key';
|
|
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
|
-
// FileKey aliases
|
|
543
|
-
export {
|
|
544
|
-
/** @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 */
|
|
545
|
-
default as FileKey2
|
|
546
|
-
} from '../icons/file-key';
|
|
547
|
-
|
|
548
548
|
// FileLock aliases
|
|
549
549
|
export {
|
|
550
550
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link FileLock} instead. This alias will be removed in v1.0 */
|
|
@@ -563,12 +563,6 @@ export {
|
|
|
563
563
|
default as FileSignature
|
|
564
564
|
} from '../icons/file-pen-line';
|
|
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
|
// FilePlay aliases
|
|
573
567
|
export {
|
|
574
568
|
/** @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,6 +581,12 @@ export {
|
|
|
587
581
|
default as FileQuestion
|
|
588
582
|
} from '../icons/file-question-mark';
|
|
589
583
|
|
|
584
|
+
// FilePen aliases
|
|
585
|
+
export {
|
|
586
|
+
/** @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 */
|
|
587
|
+
default as FileEdit
|
|
588
|
+
} from '../icons/file-pen';
|
|
589
|
+
|
|
590
590
|
// FileSearchCorner aliases
|
|
591
591
|
export {
|
|
592
592
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link FileSearchCorner} instead. This alias will be removed in v1.0 */
|
|
@@ -689,18 +689,18 @@ export {
|
|
|
689
689
|
default as Grid3X3
|
|
690
690
|
} from '../icons/grid-3x3';
|
|
691
691
|
|
|
692
|
-
// HandGrab aliases
|
|
693
|
-
export {
|
|
694
|
-
/** @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 */
|
|
695
|
-
default as Grab
|
|
696
|
-
} from '../icons/hand-grab';
|
|
697
|
-
|
|
698
692
|
// HandHelping aliases
|
|
699
693
|
export {
|
|
700
694
|
/** @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
695
|
default as HelpingHand
|
|
702
696
|
} from '../icons/hand-helping';
|
|
703
697
|
|
|
698
|
+
// HandGrab aliases
|
|
699
|
+
export {
|
|
700
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link HandGrab} instead. This alias will be removed in v1.0 */
|
|
701
|
+
default as Grab
|
|
702
|
+
} from '../icons/hand-grab';
|
|
703
|
+
|
|
704
704
|
// House aliases
|
|
705
705
|
export {
|
|
706
706
|
/** @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 */
|
|
@@ -719,18 +719,18 @@ export {
|
|
|
719
719
|
default as IceCream
|
|
720
720
|
} from '../icons/ice-cream-cone';
|
|
721
721
|
|
|
722
|
-
// LaptopMinimal aliases
|
|
723
|
-
export {
|
|
724
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
725
|
-
default as Laptop2
|
|
726
|
-
} from '../icons/laptop-minimal';
|
|
727
|
-
|
|
728
722
|
// Layers aliases
|
|
729
723
|
export {
|
|
730
724
|
/** @deprecated The icon was combined with another icon that shares the same use case, use {@link Layers} instead. This alias will be removed in v1.0 */
|
|
731
725
|
default as Layers3
|
|
732
726
|
} from '../icons/layers';
|
|
733
727
|
|
|
728
|
+
// LaptopMinimal aliases
|
|
729
|
+
export {
|
|
730
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link LaptopMinimal} instead. This alias will be removed in v1.0 */
|
|
731
|
+
default as Laptop2
|
|
732
|
+
} from '../icons/laptop-minimal';
|
|
733
|
+
|
|
734
734
|
// ListIndentDecrease aliases
|
|
735
735
|
export {
|
|
736
736
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link ListIndentDecrease} instead. This alias will be removed in v1.0 */
|
|
@@ -785,18 +785,18 @@ export {
|
|
|
785
785
|
default as LocationEdit
|
|
786
786
|
} from '../icons/map-pin-pen';
|
|
787
787
|
|
|
788
|
-
// MessageCircleQuestionMark aliases
|
|
789
|
-
export {
|
|
790
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
791
|
-
default as MessageCircleQuestion
|
|
792
|
-
} from '../icons/message-circle-question-mark';
|
|
793
|
-
|
|
794
788
|
// MicVocal aliases
|
|
795
789
|
export {
|
|
796
790
|
/** @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 */
|
|
797
791
|
default as Mic2
|
|
798
792
|
} from '../icons/mic-vocal';
|
|
799
793
|
|
|
794
|
+
// MessageCircleQuestionMark aliases
|
|
795
|
+
export {
|
|
796
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link MessageCircleQuestionMark} instead. This alias will be removed in v1.0 */
|
|
797
|
+
default as MessageCircleQuestion
|
|
798
|
+
} from '../icons/message-circle-question-mark';
|
|
799
|
+
|
|
800
800
|
// Move3d aliases
|
|
801
801
|
export {
|
|
802
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 */
|
|
@@ -815,18 +815,18 @@ export {
|
|
|
815
815
|
default as PauseOctagon
|
|
816
816
|
} from '../icons/octagon-pause';
|
|
817
817
|
|
|
818
|
-
// OctagonX aliases
|
|
819
|
-
export {
|
|
820
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
821
|
-
default as XOctagon
|
|
822
|
-
} from '../icons/octagon-x';
|
|
823
|
-
|
|
824
818
|
// PaintbrushVertical aliases
|
|
825
819
|
export {
|
|
826
820
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PaintbrushVertical} instead. This alias will be removed in v1.0 */
|
|
827
821
|
default as Paintbrush2
|
|
828
822
|
} from '../icons/paintbrush-vertical';
|
|
829
823
|
|
|
824
|
+
// OctagonX aliases
|
|
825
|
+
export {
|
|
826
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link OctagonX} instead. This alias will be removed in v1.0 */
|
|
827
|
+
default as XOctagon
|
|
828
|
+
} from '../icons/octagon-x';
|
|
829
|
+
|
|
830
830
|
// PanelBottomDashed aliases
|
|
831
831
|
export {
|
|
832
832
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PanelBottomDashed} instead. This alias will be removed in v1.0 */
|
|
@@ -887,18 +887,18 @@ export {
|
|
|
887
887
|
default as Edit2
|
|
888
888
|
} from '../icons/pen';
|
|
889
889
|
|
|
890
|
-
// PlugZap aliases
|
|
891
|
-
export {
|
|
892
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
893
|
-
default as PlugZap2
|
|
894
|
-
} from '../icons/plug-zap';
|
|
895
|
-
|
|
896
890
|
// RectangleEllipsis aliases
|
|
897
891
|
export {
|
|
898
892
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link RectangleEllipsis} instead. This alias will be removed in v1.0 */
|
|
899
893
|
default as FormInput
|
|
900
894
|
} from '../icons/rectangle-ellipsis';
|
|
901
895
|
|
|
896
|
+
// PlugZap aliases
|
|
897
|
+
export {
|
|
898
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link PlugZap} instead. This alias will be removed in v1.0 */
|
|
899
|
+
default as PlugZap2
|
|
900
|
+
} from '../icons/plug-zap';
|
|
901
|
+
|
|
902
902
|
// Rotate3d aliases
|
|
903
903
|
export {
|
|
904
904
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link Rotate3d} instead. This alias will be removed in v1.0 */
|
|
@@ -965,18 +965,18 @@ export {
|
|
|
965
965
|
default as ArrowDownLeftSquare
|
|
966
966
|
} from '../icons/square-arrow-down-left';
|
|
967
967
|
|
|
968
|
-
// SquareArrowDownRight aliases
|
|
969
|
-
export {
|
|
970
|
-
/** @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 */
|
|
971
|
-
default as ArrowDownRightSquare
|
|
972
|
-
} from '../icons/square-arrow-down-right';
|
|
973
|
-
|
|
974
968
|
// SquareArrowDown aliases
|
|
975
969
|
export {
|
|
976
970
|
/** @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 */
|
|
977
971
|
default as ArrowDownSquare
|
|
978
972
|
} from '../icons/square-arrow-down';
|
|
979
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
980
|
// SquareArrowLeft aliases
|
|
981
981
|
export {
|
|
982
982
|
/** @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 */
|
|
@@ -1013,18 +1013,18 @@ export {
|
|
|
1013
1013
|
default as ArrowRightSquare
|
|
1014
1014
|
} from '../icons/square-arrow-right';
|
|
1015
1015
|
|
|
1016
|
-
// SquareArrowUpLeft aliases
|
|
1017
|
-
export {
|
|
1018
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
1019
|
-
default as ArrowUpLeftSquare
|
|
1020
|
-
} from '../icons/square-arrow-up-left';
|
|
1021
|
-
|
|
1022
1016
|
// SquareArrowUpRight aliases
|
|
1023
1017
|
export {
|
|
1024
1018
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpRight} instead. This alias will be removed in v1.0 */
|
|
1025
1019
|
default as ArrowUpRightSquare
|
|
1026
1020
|
} from '../icons/square-arrow-up-right';
|
|
1027
1021
|
|
|
1022
|
+
// SquareArrowUpLeft aliases
|
|
1023
|
+
export {
|
|
1024
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUpLeft} instead. This alias will be removed in v1.0 */
|
|
1025
|
+
default as ArrowUpLeftSquare
|
|
1026
|
+
} from '../icons/square-arrow-up-left';
|
|
1027
|
+
|
|
1028
1028
|
// SquareArrowUp aliases
|
|
1029
1029
|
export {
|
|
1030
1030
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquareArrowUp} instead. This alias will be removed in v1.0 */
|
|
@@ -1139,18 +1139,18 @@ export {
|
|
|
1139
1139
|
default as BoxSelect
|
|
1140
1140
|
} from '../icons/square-dashed';
|
|
1141
1141
|
|
|
1142
|
-
// SquareDivide aliases
|
|
1143
|
-
export {
|
|
1144
|
-
/** @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 */
|
|
1145
|
-
default as DivideSquare
|
|
1146
|
-
} from '../icons/square-divide';
|
|
1147
|
-
|
|
1148
1142
|
// SquareDot aliases
|
|
1149
1143
|
export {
|
|
1150
1144
|
/** @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 */
|
|
1151
1145
|
default as DotSquare
|
|
1152
1146
|
} from '../icons/square-dot';
|
|
1153
1147
|
|
|
1148
|
+
// SquareDivide aliases
|
|
1149
|
+
export {
|
|
1150
|
+
/** @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 */
|
|
1151
|
+
default as DivideSquare
|
|
1152
|
+
} from '../icons/square-divide';
|
|
1153
|
+
|
|
1154
1154
|
// SquareEqual aliases
|
|
1155
1155
|
export {
|
|
1156
1156
|
/** @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 */
|
|
@@ -1235,18 +1235,18 @@ export {
|
|
|
1235
1235
|
default as PercentSquare
|
|
1236
1236
|
} from '../icons/square-percent';
|
|
1237
1237
|
|
|
1238
|
-
// SquarePi aliases
|
|
1239
|
-
export {
|
|
1240
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1241
|
-
default as PiSquare
|
|
1242
|
-
} from '../icons/square-pi';
|
|
1243
|
-
|
|
1244
1238
|
// SquarePilcrow aliases
|
|
1245
1239
|
export {
|
|
1246
1240
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePilcrow} instead. This alias will be removed in v1.0 */
|
|
1247
1241
|
default as PilcrowSquare
|
|
1248
1242
|
} from '../icons/square-pilcrow';
|
|
1249
1243
|
|
|
1244
|
+
// SquarePi aliases
|
|
1245
|
+
export {
|
|
1246
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link SquarePi} instead. This alias will be removed in v1.0 */
|
|
1247
|
+
default as PiSquare
|
|
1248
|
+
} from '../icons/square-pi';
|
|
1249
|
+
|
|
1250
1250
|
// SquarePlay aliases
|
|
1251
1251
|
export {
|
|
1252
1252
|
/** @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 */
|
|
@@ -1373,12 +1373,6 @@ export {
|
|
|
1373
1373
|
default as Train
|
|
1374
1374
|
} from '../icons/tram-front';
|
|
1375
1375
|
|
|
1376
|
-
// TreePalm aliases
|
|
1377
|
-
export {
|
|
1378
|
-
/** @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 */
|
|
1379
|
-
default as Palmtree
|
|
1380
|
-
} from '../icons/tree-palm';
|
|
1381
|
-
|
|
1382
1376
|
// TriangleAlert aliases
|
|
1383
1377
|
export {
|
|
1384
1378
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link TriangleAlert} instead. This alias will be removed in v1.0 */
|
|
@@ -1391,6 +1385,12 @@ export {
|
|
|
1391
1385
|
default as Tv2
|
|
1392
1386
|
} from '../icons/tv-minimal';
|
|
1393
1387
|
|
|
1388
|
+
// TreePalm aliases
|
|
1389
|
+
export {
|
|
1390
|
+
/** @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 */
|
|
1391
|
+
default as Palmtree
|
|
1392
|
+
} from '../icons/tree-palm';
|
|
1393
|
+
|
|
1394
1394
|
// University aliases
|
|
1395
1395
|
export {
|
|
1396
1396
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link University} instead. This alias will be removed in v1.0 */
|
|
@@ -1457,15 +1457,15 @@ export {
|
|
|
1457
1457
|
default as Wallet2
|
|
1458
1458
|
} from '../icons/wallet-minimal';
|
|
1459
1459
|
|
|
1460
|
-
// WandSparkles aliases
|
|
1461
|
-
export {
|
|
1462
|
-
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
1463
|
-
default as Wand2
|
|
1464
|
-
} from '../icons/wand-sparkles';
|
|
1465
|
-
|
|
1466
1460
|
// WavesHorizontal aliases
|
|
1467
1461
|
export {
|
|
1468
1462
|
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WavesHorizontal} instead. This alias will be removed in v1.0 */
|
|
1469
1463
|
default as Waves
|
|
1470
1464
|
} from '../icons/waves-horizontal';
|
|
1471
1465
|
|
|
1466
|
+
// WandSparkles aliases
|
|
1467
|
+
export {
|
|
1468
|
+
/** @deprecated The name of this icon was changed because it didn't meet our guidelines anymore, use {@link WandSparkles} instead. This alias will be removed in v1.0 */
|
|
1469
|
+
default as Wand2
|
|
1470
|
+
} from '../icons/wand-sparkles';
|
|
1471
|
+
|