@foxford/ui 2.116.0 → 2.117.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/components/AccordionItem/AccordionItem.js +1 -1
- package/components/AccordionItem/AccordionItem.js.map +1 -1
- package/components/AccordionItem/AccordionItem.mjs +1 -1
- package/components/AccordionItem/AccordionItem.mjs.map +1 -1
- package/components/AccordionItem/style.js +1 -1
- package/components/AccordionItem/style.js.map +1 -1
- package/components/AccordionItem/style.mjs +1 -1
- package/components/AccordionItem/style.mjs.map +1 -1
- package/components/ActionBtn/ActionBtn.js +1 -1
- package/components/ActionBtn/ActionBtn.js.map +1 -1
- package/components/ActionBtn/ActionBtn.mjs +1 -1
- package/components/ActionBtn/ActionBtn.mjs.map +1 -1
- package/components/Anchor/Anchor.js +1 -1
- package/components/Anchor/Anchor.js.map +1 -1
- package/components/Anchor/Anchor.mjs +1 -1
- package/components/Anchor/Anchor.mjs.map +1 -1
- package/components/Badge/Badge.js +1 -1
- package/components/Badge/Badge.js.map +1 -1
- package/components/Badge/Badge.mjs +1 -1
- package/components/Badge/Badge.mjs.map +1 -1
- package/components/Button/Button.js +1 -1
- package/components/Button/Button.js.map +1 -1
- package/components/Button/Button.mjs +1 -1
- package/components/Button/Button.mjs.map +1 -1
- package/components/Chip/Chip.js +1 -1
- package/components/Chip/Chip.js.map +1 -1
- package/components/Chip/Chip.mjs +1 -1
- package/components/Chip/Chip.mjs.map +1 -1
- package/components/Dropdown/Dropdown.js +1 -1
- package/components/Dropdown/Dropdown.js.map +1 -1
- package/components/Dropdown/Dropdown.mjs +1 -1
- package/components/Dropdown/Dropdown.mjs.map +1 -1
- package/components/Dropdown/DropdownMenuNoOptions.js +1 -1
- package/components/Dropdown/DropdownMenuNoOptions.js.map +1 -1
- package/components/Dropdown/DropdownMenuNoOptions.mjs +1 -1
- package/components/Dropdown/DropdownMenuNoOptions.mjs.map +1 -1
- package/components/Dropdown/style.js +1 -1
- package/components/Dropdown/style.js.map +1 -1
- package/components/Dropdown/style.mjs +1 -1
- package/components/Dropdown/style.mjs.map +1 -1
- package/components/Icon/style.js +1 -1
- package/components/Icon/style.js.map +1 -1
- package/components/Icon/style.mjs +1 -1
- package/components/Icon/style.mjs.map +1 -1
- package/components/ListItem/ListItem.js +1 -1
- package/components/ListItem/ListItem.js.map +1 -1
- package/components/ListItem/ListItem.mjs +1 -1
- package/components/ListItem/ListItem.mjs.map +1 -1
- package/components/TabList/TabList.js +1 -1
- package/components/TabList/TabList.js.map +1 -1
- package/components/TabList/TabList.mjs +1 -1
- package/components/TabList/TabList.mjs.map +1 -1
- package/components/TabList/TabListMenuTab.js +1 -1
- package/components/TabList/TabListMenuTab.js.map +1 -1
- package/components/TabList/TabListMenuTab.mjs +1 -1
- package/components/TabList/TabListMenuTab.mjs.map +1 -1
- package/components/TabList/style.js +1 -1
- package/components/TabList/style.js.map +1 -1
- package/components/TabList/style.mjs +1 -1
- package/components/TabList/style.mjs.map +1 -1
- package/dts/index.d.ts +36 -694
- package/icon-pack/src/collection.json.js +1 -1
- package/icon-pack/src/collection.json.mjs +1 -1
- package/icon-pack/src/icons/ChevronUp/index.js +2 -0
- package/icon-pack/src/icons/ChevronUp/index.js.map +1 -0
- package/icon-pack/src/icons/ChevronUp/index.mjs +2 -0
- package/icon-pack/src/icons/ChevronUp/index.mjs.map +1 -0
- package/icon-pack/src/icons/Undo/index.js +2 -0
- package/icon-pack/src/icons/Undo/index.js.map +1 -0
- package/icon-pack/src/icons/Undo/index.mjs +2 -0
- package/icon-pack/src/icons/Undo/index.mjs.map +1 -0
- package/package.json +2 -2
- package/icon-pack/src/icons/ChevronDown/index.js +0 -2
- package/icon-pack/src/icons/ChevronDown/index.js.map +0 -1
- package/icon-pack/src/icons/ChevronDown/index.mjs +0 -2
- package/icon-pack/src/icons/ChevronDown/index.mjs.map +0 -1
- package/icon-pack/src/icons/ChevronLeft/index.js +0 -2
- package/icon-pack/src/icons/ChevronLeft/index.js.map +0 -1
- package/icon-pack/src/icons/ChevronLeft/index.mjs +0 -2
- package/icon-pack/src/icons/ChevronLeft/index.mjs.map +0 -1
- package/icon-pack/src/icons/ChevronRight/index.js +0 -2
- package/icon-pack/src/icons/ChevronRight/index.js.map +0 -1
- package/icon-pack/src/icons/ChevronRight/index.mjs +0 -2
- package/icon-pack/src/icons/ChevronRight/index.mjs.map +0 -1
- package/icon-pack/src/icons/Redo/index.js +0 -2
- package/icon-pack/src/icons/Redo/index.js.map +0 -1
- package/icon-pack/src/icons/Redo/index.mjs +0 -2
- package/icon-pack/src/icons/Redo/index.mjs.map +0 -1
package/dts/index.d.ts
CHANGED
|
@@ -552,18 +552,13 @@ type IconName$1 =
|
|
|
552
552
|
| 'clockFill'
|
|
553
553
|
| 'rocketFill'
|
|
554
554
|
| 'studentFill'
|
|
555
|
-
| 'faceHappyFill'
|
|
556
555
|
| 'userFill'
|
|
557
556
|
| 'faceSmileFill'
|
|
558
|
-
| 'faceNeutralFill'
|
|
559
|
-
| 'faceFrownFill'
|
|
560
557
|
| 'stopFill'
|
|
561
558
|
| 'pauseThinFill'
|
|
562
559
|
| 'pauseFill'
|
|
563
560
|
| 'playFill'
|
|
564
|
-
| 'houseAltFill'
|
|
565
561
|
| 'lockFill'
|
|
566
|
-
| 'arrowSpinFill'
|
|
567
562
|
| 'loaderFill'
|
|
568
563
|
| 'helpFill'
|
|
569
564
|
| 'phoneFill'
|
|
@@ -576,29 +571,16 @@ type IconName$1 =
|
|
|
576
571
|
| 'circleUserFill'
|
|
577
572
|
| 'fireSmallFill'
|
|
578
573
|
| 'fireFill'
|
|
579
|
-
| 'moonFill'
|
|
580
|
-
| 'brightFullFill'
|
|
581
|
-
| 'brightLowFill'
|
|
582
574
|
| 'lightningFill'
|
|
583
|
-
| 'boltFill'
|
|
584
|
-
| 'linkFill'
|
|
585
575
|
| 'powerOffFill'
|
|
586
|
-
| 'lampChargeFill'
|
|
587
|
-
| 'lampOffFill'
|
|
588
|
-
| 'lampWarningFill'
|
|
589
|
-
| 'heartCircleFill'
|
|
590
|
-
| 'lampOnFill'
|
|
591
576
|
| 'eyeSlashFill'
|
|
592
577
|
| 'eyeFill'
|
|
593
|
-
| 'eyeCloseFill'
|
|
594
578
|
| 'heartFill'
|
|
595
579
|
| 'notifFill'
|
|
596
580
|
| 'notifOffFill'
|
|
597
581
|
| 'warningCircleFill'
|
|
598
582
|
| 'warningTriangleFill'
|
|
599
583
|
| 'helpCircleFill'
|
|
600
|
-
| 'helpSealFill'
|
|
601
|
-
| 'warningSealFill'
|
|
602
584
|
| 'infoCircleFill'
|
|
603
585
|
| 'pinFill'
|
|
604
586
|
| 'tagFill'
|
|
@@ -606,20 +588,9 @@ type IconName$1 =
|
|
|
606
588
|
| 'minusFill'
|
|
607
589
|
| 'editPenFill'
|
|
608
590
|
| 'gridFill'
|
|
609
|
-
| 'gridCircleFill'
|
|
610
591
|
| 'moreHorizontalFill'
|
|
611
|
-
| 'squareMinusFill'
|
|
612
|
-
| 'trashXmarkFill'
|
|
613
|
-
| 'trashSlashFill'
|
|
614
|
-
| 'trashListFill'
|
|
615
|
-
| 'trashArrowUpFill'
|
|
616
|
-
| 'trashFill'
|
|
617
|
-
| 'trashCheckFill'
|
|
618
592
|
| 'trashBlankFill'
|
|
619
593
|
| 'trashUndoFill'
|
|
620
|
-
| 'trashPlusFill'
|
|
621
|
-
| 'moreVerticalFill'
|
|
622
|
-
| 'deleteFill'
|
|
623
594
|
| 'plusCircleFill'
|
|
624
595
|
| 'minusCircleFill'
|
|
625
596
|
| 'closeCirlceFill'
|
|
@@ -631,16 +602,11 @@ type IconName$1 =
|
|
|
631
602
|
| 'checkCircleFill'
|
|
632
603
|
| 'checkDoubleFill'
|
|
633
604
|
| 'settingsFill'
|
|
634
|
-
| 'paletteFill'
|
|
635
605
|
| 'gripDotsVerticalFill'
|
|
636
|
-
| 'rectanglesMixedFill'
|
|
637
|
-
| 'closeLargeFill'
|
|
638
606
|
| 'closeFill'
|
|
639
|
-
| 'gripDotsFill'
|
|
640
607
|
| 'plusLargeFill'
|
|
641
608
|
| 'plusFill'
|
|
642
609
|
| 'editFill'
|
|
643
|
-
| 'gridPlusFill'
|
|
644
610
|
| 'sbMono'
|
|
645
611
|
| 'maxSocial'
|
|
646
612
|
| 'youtubeAltSocial'
|
|
@@ -663,95 +629,29 @@ type IconName$1 =
|
|
|
663
629
|
| 'houseFill'
|
|
664
630
|
| 'doubleXpFill'
|
|
665
631
|
| 'medalFill'
|
|
666
|
-
| 'rightAlignmentFill'
|
|
667
632
|
| 'arrowShiftCapsFill'
|
|
668
633
|
| 'arrowShiftFill'
|
|
669
|
-
| 'chevronDownSmallFill'
|
|
670
634
|
| 'chevronUpSmallFill'
|
|
671
|
-
| 'chevronRightSmallFill'
|
|
672
|
-
| 'chevronLeftSmallFill'
|
|
673
635
|
| 'logInFill'
|
|
674
636
|
| 'logOutFill'
|
|
675
637
|
| 'uploadFill'
|
|
676
|
-
| 'arrowSquareDownLeftFill'
|
|
677
|
-
| 'arrowSquareUpRightFill'
|
|
678
|
-
| 'arrowSquareRightFill'
|
|
679
|
-
| 'arrowSmLeftFill'
|
|
680
|
-
| 'arrowSquareLeftFill'
|
|
681
|
-
| 'arrowRightFill'
|
|
682
|
-
| 'arrowUpRightFill'
|
|
683
|
-
| 'arrowSmRightFill'
|
|
684
|
-
| 'arrowSquareDownRightFill'
|
|
685
|
-
| 'arrowSquareUpLeftFill'
|
|
686
638
|
| 'arrowNarrowUpFill'
|
|
687
|
-
| 'arrowSquareUpFill'
|
|
688
|
-
| 'arrowSmDownFill'
|
|
689
|
-
| 'arrowSquareDownFill'
|
|
690
639
|
| 'arrowUpFill'
|
|
691
|
-
| 'arrowUpLeftFill'
|
|
692
640
|
| 'externalLinkFill'
|
|
693
641
|
| 'arrowSmUpFill'
|
|
694
642
|
| 'downloadFill'
|
|
695
|
-
| 'arrowNarrowRightFill'
|
|
696
|
-
| 'arrowCircleDownLeftFillTinFill'
|
|
697
|
-
| 'arrowCircleDownLeftFill'
|
|
698
|
-
| 'arrowNarrowLeftFill'
|
|
699
|
-
| 'arrowCircleLeftFillTinFill'
|
|
700
|
-
| 'arrowCircleLeftFill'
|
|
701
|
-
| 'arrowLeftFill'
|
|
702
|
-
| 'arrowDownLeftFill'
|
|
703
|
-
| 'arrowCircleUpRightFillTinFill'
|
|
704
|
-
| 'arrowCircleUpRightFill'
|
|
705
|
-
| 'arrowCircleRightFillTinFill'
|
|
706
|
-
| 'arrowCircleRightFill'
|
|
707
|
-
| 'arrowCircleDownRightFillTinFill'
|
|
708
|
-
| 'arrowCircleDownRightFill'
|
|
709
|
-
| 'arrowNarrowDownFill'
|
|
710
|
-
| 'arrowCircleDownFillTinFill'
|
|
711
|
-
| 'arrowCircleDownFill'
|
|
712
|
-
| 'arrowDownFill'
|
|
713
|
-
| 'arrowDownRightFill'
|
|
714
|
-
| 'arrowCircleUpLeftFillTinFill'
|
|
715
|
-
| 'arrowCircleUpLeftFill'
|
|
716
643
|
| 'arrowCircleUpFillTinFill'
|
|
717
644
|
| 'arrowCircleUpFill'
|
|
718
645
|
| 'caretUpFill'
|
|
719
646
|
| 'rotateRightFill'
|
|
720
|
-
| 'caretRightFill'
|
|
721
647
|
| 'shareFill'
|
|
722
|
-
| 'exportServerFill'
|
|
723
|
-
| 'sortDownFill'
|
|
724
648
|
| 'caretRightToLineFill'
|
|
725
|
-
| 'chevronDownFill'
|
|
726
|
-
| 'cornerRightDownFill'
|
|
727
649
|
| 'cornerRightUpFill'
|
|
728
650
|
| 'refreshFill'
|
|
729
|
-
| 'chevronUpRightFill'
|
|
730
651
|
| 'undoFill'
|
|
731
652
|
| 'sortFill'
|
|
732
|
-
| 'rotateLeftFill'
|
|
733
653
|
| 'chevronUpFill'
|
|
734
|
-
| 'cornerUpLeftFill'
|
|
735
|
-
| 'chevronDownLeftFill'
|
|
736
|
-
| 'enterFill'
|
|
737
|
-
| 'cornerDownLeftFill'
|
|
738
|
-
| 'caretDownFill'
|
|
739
|
-
| 'caretLeftFill'
|
|
740
|
-
| 'importServerFill'
|
|
741
|
-
| 'redoFill'
|
|
742
|
-
| 'sortUpFill'
|
|
743
|
-
| 'caretLeftToLineFill'
|
|
744
|
-
| 'chevronRightFill'
|
|
745
|
-
| 'cornerLeftDownFill'
|
|
746
|
-
| 'cornerLeftUpFill'
|
|
747
|
-
| 'forwardFill'
|
|
748
|
-
| 'cornerUpRightFill'
|
|
749
|
-
| 'chevronUpLeftFill'
|
|
750
|
-
| 'cursorFill'
|
|
751
|
-
| 'chevronLeftFill'
|
|
752
654
|
| 'rotateFill'
|
|
753
|
-
| 'chevronDownRightFill'
|
|
754
|
-
| 'cornerDownRightFill'
|
|
755
655
|
| 'algoritmikaLogo'
|
|
756
656
|
| 'foxCoin'
|
|
757
657
|
| 'maxSocialColor'
|
|
@@ -788,143 +688,41 @@ type IconName$1 =
|
|
|
788
688
|
| 'tinkoffAuthorization'
|
|
789
689
|
| 'arrowShiftCaps'
|
|
790
690
|
| 'arrowShift'
|
|
791
|
-
| 'backArrow'
|
|
792
691
|
| 'backChevron'
|
|
793
|
-
| 'chevronDownSmall'
|
|
794
692
|
| 'chevronUpSmall'
|
|
795
|
-
| 'chevronRightSmall'
|
|
796
|
-
| 'chevronLeftSmall'
|
|
797
|
-
| 'arrowsLeftRight'
|
|
798
693
|
| 'arrowsUpDown'
|
|
799
|
-
| 'arrowUpWideShort'
|
|
800
|
-
| 'arrowUpShortWide'
|
|
801
|
-
| 'arrowUp91'
|
|
802
|
-
| 'arrowUp19'
|
|
803
694
|
| 'logIn'
|
|
804
695
|
| 'logOut'
|
|
805
696
|
| 'upload'
|
|
806
|
-
| 'arrowSquareDownLeft'
|
|
807
|
-
| 'arrowSquareUpRight'
|
|
808
|
-
| 'arrowSquareRight'
|
|
809
|
-
| 'arrowSmLeft'
|
|
810
|
-
| 'moveRight'
|
|
811
|
-
| 'arrowSquareLeft'
|
|
812
|
-
| 'arrowRight'
|
|
813
|
-
| 'arrowUpRight'
|
|
814
|
-
| 'arrowSmRight'
|
|
815
|
-
| 'topAlignment'
|
|
816
|
-
| 'arrowSquareDownRight'
|
|
817
|
-
| 'arrowSquareUpLeft'
|
|
818
697
|
| 'arrowNarrowUp'
|
|
819
|
-
| 'arrowSquareUp'
|
|
820
|
-
| 'arrowSmDown'
|
|
821
|
-
| 'moveUp'
|
|
822
698
|
| 'arrowSquareDown'
|
|
823
699
|
| 'arrowUp'
|
|
824
|
-
| 'arrowUpLeft'
|
|
825
700
|
| 'externalLink'
|
|
826
701
|
| 'arrowSmUp'
|
|
827
|
-
| 'arrowDownWideShort'
|
|
828
702
|
| 'download'
|
|
829
|
-
| 'arrowDownShortWide'
|
|
830
|
-
| 'rightAlignment'
|
|
831
|
-
| 'moveLeft'
|
|
832
|
-
| 'arrowNarrowRight'
|
|
833
|
-
| 'arrowCircleDownLeft'
|
|
834
|
-
| 'arrowNarrowLeft'
|
|
835
|
-
| 'arrowCircleLeft'
|
|
836
|
-
| 'arrowLeft'
|
|
837
|
-
| 'arrowDownLeft'
|
|
838
|
-
| 'arrowCircleUpRight'
|
|
839
|
-
| 'arrowCircleRight'
|
|
840
|
-
| 'leftAlignment'
|
|
841
|
-
| 'arrowDownArrowUp'
|
|
842
|
-
| 'moveDown'
|
|
843
|
-
| 'arrowCircleDownRight'
|
|
844
|
-
| 'arrowNarrowDown'
|
|
845
|
-
| 'arrowCircleDown'
|
|
846
|
-
| 'arrowDown'
|
|
847
|
-
| 'arrowDownRight'
|
|
848
|
-
| 'arrowCircleUpLeft'
|
|
849
703
|
| 'arrowCircleUp'
|
|
850
|
-
| 'bottomAlignment'
|
|
851
704
|
| 'caretUp'
|
|
852
705
|
| 'rotateRight'
|
|
853
|
-
| 'chevronSelectorHorizontal'
|
|
854
|
-
| 'caretRight'
|
|
855
706
|
| 'repeat'
|
|
856
|
-
| 'loading'
|
|
857
707
|
| 'share'
|
|
858
|
-
| 'exportServer'
|
|
859
|
-
| 'infinitySymbol'
|
|
860
|
-
| 'sortDown'
|
|
861
708
|
| 'switchVertical'
|
|
862
709
|
| 'caretRightToLine'
|
|
863
|
-
| 'chevronDown'
|
|
864
|
-
| 'cornerRightDown'
|
|
865
710
|
| 'cornerRightUp'
|
|
866
|
-
| 'reply'
|
|
867
711
|
| 'refresh'
|
|
868
|
-
| 'chevronUpRight'
|
|
869
712
|
| 'move'
|
|
870
713
|
| 'loop'
|
|
871
714
|
| 'undo'
|
|
872
715
|
| 'sort'
|
|
873
|
-
| 'rotateLeft'
|
|
874
716
|
| 'chevronUp'
|
|
875
|
-
| 'cornerUpLeft'
|
|
876
|
-
| 'chevronDownLeft'
|
|
877
|
-
| 'enter'
|
|
878
|
-
| 'cornerDownLeft'
|
|
879
717
|
| 'maximize'
|
|
880
|
-
| 'chevronSelectorVertical'
|
|
881
|
-
| 'caretDown'
|
|
882
|
-
| 'repeatVertical'
|
|
883
|
-
| 'caretLeft'
|
|
884
|
-
| 'importServer'
|
|
885
|
-
| 'redo'
|
|
886
|
-
| 'sortUp'
|
|
887
|
-
| 'caretLeftToLine'
|
|
888
|
-
| 'chevronRight'
|
|
889
|
-
| 'cornerLeftDown'
|
|
890
|
-
| 'cornerLeftUp'
|
|
891
|
-
| 'forward'
|
|
892
|
-
| 'cornerUpRight'
|
|
893
|
-
| 'chevronUpLeft'
|
|
894
718
|
| 'minimize'
|
|
895
|
-
| 'switchHorizontal'
|
|
896
|
-
| 'cursor'
|
|
897
|
-
| 'chevronLeft'
|
|
898
719
|
| 'rotate'
|
|
899
|
-
| 'subdirectory'
|
|
900
|
-
| 'chevronDownRight'
|
|
901
|
-
| 'cornerDownRight'
|
|
902
720
|
| 'fireAlt'
|
|
903
721
|
| 'fire'
|
|
904
|
-
| 'moon'
|
|
905
722
|
| 'briightFull'
|
|
906
|
-
| 'briightLow'
|
|
907
723
|
| 'lightning'
|
|
908
|
-
| 'bolt'
|
|
909
|
-
| 'wifiWarning'
|
|
910
|
-
| 'wifi'
|
|
911
|
-
| 'link'
|
|
912
|
-
| 'linkSlash'
|
|
913
|
-
| 'powerOff'
|
|
914
|
-
| 'wifiOff'
|
|
915
|
-
| 'signalOff'
|
|
916
|
-
| 'signal'
|
|
917
724
|
| 'lampCharge'
|
|
918
725
|
| 'lampOff'
|
|
919
|
-
| 'lampWarning'
|
|
920
|
-
| 'heartCircle'
|
|
921
|
-
| 'lampOn'
|
|
922
|
-
| 'signalSteamOff'
|
|
923
|
-
| 'signalWarning'
|
|
924
|
-
| 'bluetoothOff'
|
|
925
|
-
| 'bluetoothOn'
|
|
926
|
-
| 'signalSteamWarning'
|
|
927
|
-
| 'signalSteam'
|
|
928
726
|
| 'eyeSlash'
|
|
929
727
|
| 'eye'
|
|
930
728
|
| 'eyeClose'
|
|
@@ -933,12 +731,9 @@ type IconName$1 =
|
|
|
933
731
|
| 'notifOff'
|
|
934
732
|
| 'warningCircle'
|
|
935
733
|
| 'warningTriangle'
|
|
936
|
-
| 'warningCircleCheck'
|
|
937
734
|
| 'warning'
|
|
938
735
|
| 'help'
|
|
939
736
|
| 'helpCircle'
|
|
940
|
-
| 'helpSeal'
|
|
941
|
-
| 'warningSeal'
|
|
942
737
|
| 'infoCircle'
|
|
943
738
|
| 'information'
|
|
944
739
|
| 'pin'
|
|
@@ -947,21 +742,9 @@ type IconName$1 =
|
|
|
947
742
|
| 'minus'
|
|
948
743
|
| 'editPen'
|
|
949
744
|
| 'grid'
|
|
950
|
-
| 'gridCircle'
|
|
951
745
|
| 'moreHorizontal'
|
|
952
|
-
| 'squareMinus'
|
|
953
|
-
| 'trashXmark'
|
|
954
|
-
| 'trashSlash'
|
|
955
|
-
| 'trashList'
|
|
956
|
-
| 'trashArrowUp'
|
|
957
746
|
| 'trash'
|
|
958
|
-
| 'trashCheck'
|
|
959
|
-
| 'trashBlank'
|
|
960
747
|
| 'trashUndo'
|
|
961
|
-
| 'trashClock'
|
|
962
|
-
| 'trashPlus'
|
|
963
|
-
| 'moreVertical'
|
|
964
|
-
| 'delete'
|
|
965
748
|
| 'plusCircle'
|
|
966
749
|
| 'minusCircle'
|
|
967
750
|
| 'closeCirlce'
|
|
@@ -973,186 +756,69 @@ type IconName$1 =
|
|
|
973
756
|
| 'checkCircle'
|
|
974
757
|
| 'checkDouble'
|
|
975
758
|
| 'settings'
|
|
976
|
-
| 'palette'
|
|
977
759
|
| 'gripDotsVertical'
|
|
978
|
-
| 'rectanglesMixed'
|
|
979
760
|
| 'closeLarge'
|
|
980
761
|
| 'close'
|
|
981
|
-
| 'gripDots'
|
|
982
762
|
| 'plusLarge'
|
|
983
763
|
| 'plus'
|
|
984
764
|
| 'edit'
|
|
985
|
-
| 'gridPlus'
|
|
986
|
-
| 'chartMixed'
|
|
987
765
|
| 'chartPie'
|
|
988
|
-
| 'chartLineDown'
|
|
989
766
|
| 'chartLine'
|
|
990
|
-
| 'diagramNext'
|
|
991
|
-
| 'circleQuarter'
|
|
992
|
-
| 'diagramCells'
|
|
993
|
-
| 'diagramNested'
|
|
994
|
-
| 'diagramLeanCanvas'
|
|
995
|
-
| 'diagramSuccessor'
|
|
996
|
-
| 'chartArea'
|
|
997
|
-
| 'chartGantt'
|
|
998
|
-
| 'squarePollHorizontal'
|
|
999
|
-
| 'chartScatterBubble'
|
|
1000
|
-
| 'barsProgress'
|
|
1001
|
-
| 'chartTreeMap'
|
|
1002
|
-
| 'chartColumn'
|
|
1003
|
-
| 'chartRadar'
|
|
1004
|
-
| 'diagramVenn'
|
|
1005
|
-
| 'chartScatter3D'
|
|
1006
|
-
| 'chartBullet'
|
|
1007
|
-
| 'diagramProject'
|
|
1008
|
-
| 'chartSimpleHorizontal'
|
|
1009
|
-
| 'squarePollVertical'
|
|
1010
|
-
| 'chartUserSquare'
|
|
1011
|
-
| 'chartNetwork'
|
|
1012
|
-
| 'squareKanban'
|
|
1013
767
|
| 'chartSimple'
|
|
1014
|
-
| 'diagramSankey'
|
|
1015
|
-
| 'diagramPredecessor'
|
|
1016
|
-
| 'chartPyramid'
|
|
1017
|
-
| 'chartScatter'
|
|
1018
768
|
| 'chartLineUp'
|
|
1019
|
-
| 'chartWaterfall'
|
|
1020
|
-
| 'diagramSubtask'
|
|
1021
|
-
| 'chartBar'
|
|
1022
|
-
| 'diagramPrevious'
|
|
1023
|
-
| 'radar'
|
|
1024
|
-
| 'compass'
|
|
1025
|
-
| 'mapMarkerOff'
|
|
1026
|
-
| 'mapMarkerError'
|
|
1027
|
-
| 'mapMarkerAdd'
|
|
1028
769
|
| 'searchZoom'
|
|
1029
770
|
| 'flag'
|
|
1030
|
-
| 'gpsOff'
|
|
1031
771
|
| 'mapMarker'
|
|
1032
|
-
| 'navigationForward'
|
|
1033
772
|
| 'search'
|
|
1034
|
-
| 'gps'
|
|
1035
|
-
| 'mapMarkerRemove'
|
|
1036
773
|
| 'searchOut'
|
|
1037
|
-
| 'mapMarkerWarning'
|
|
1038
|
-
| 'pinLocation'
|
|
1039
774
|
| 'map'
|
|
1040
775
|
| 'navigation'
|
|
1041
|
-
| 'locationCheck'
|
|
1042
776
|
| 'globe'
|
|
1043
|
-
| 'route'
|
|
1044
|
-
| 'mapLocationPin'
|
|
1045
777
|
| 'house'
|
|
1046
778
|
| 'houseEmpty'
|
|
1047
|
-
| 'shop'
|
|
1048
|
-
| 'industry'
|
|
1049
|
-
| 'bank'
|
|
1050
|
-
| 'hotel'
|
|
1051
|
-
| 'building'
|
|
1052
779
|
| 'city'
|
|
1053
|
-
| 'faceHappy'
|
|
1054
|
-
| 'faceNeutral'
|
|
1055
|
-
| 'userLock'
|
|
1056
|
-
| 'userRemove'
|
|
1057
780
|
| 'handSlash'
|
|
1058
|
-
| 'handLeft'
|
|
1059
|
-
| 'pointerLeft'
|
|
1060
|
-
| 'pointerRight'
|
|
1061
|
-
| 'pointerDown'
|
|
1062
781
|
| 'pointerUp'
|
|
1063
782
|
| 'handRight'
|
|
1064
|
-
| 'dislike'
|
|
1065
783
|
| 'like'
|
|
1066
784
|
| 'people'
|
|
1067
785
|
| 'users'
|
|
1068
786
|
| 'userEdit'
|
|
1069
|
-
| 'userMinus'
|
|
1070
|
-
| 'userQuestion'
|
|
1071
|
-
| 'addReaction'
|
|
1072
787
|
| 'faceSmile'
|
|
1073
|
-
| 'faceFrown'
|
|
1074
788
|
| 'userAdd'
|
|
1075
789
|
| 'userHeart'
|
|
1076
790
|
| 'userSquare'
|
|
1077
|
-
| 'userTick'
|
|
1078
|
-
| 'userBlock'
|
|
1079
791
|
| 'user'
|
|
1080
792
|
| 'userCircle'
|
|
1081
|
-
| 'rectangleCode'
|
|
1082
|
-
| 'rectangleTerminal'
|
|
1083
|
-
| 'bracketCurlyRight'
|
|
1084
|
-
| 'bracketSquareRight'
|
|
1085
|
-
| 'bracketCurly'
|
|
1086
|
-
| 'bracketSquare'
|
|
1087
|
-
| 'bracketRoundRight'
|
|
1088
|
-
| 'squareTerminal'
|
|
1089
|
-
| 'bracketsRound'
|
|
1090
793
|
| 'stepApproach'
|
|
1091
794
|
| 'bug'
|
|
1092
|
-
| 'terminal'
|
|
1093
795
|
| 'code'
|
|
1094
|
-
| 'bracketsCurly'
|
|
1095
|
-
| 'bracketRound'
|
|
1096
|
-
| 'squareCode'
|
|
1097
|
-
| 'bracketsSquare'
|
|
1098
796
|
| 'playSquare'
|
|
1099
|
-
| 'circlePlay'
|
|
1100
|
-
| 'pauseSquare'
|
|
1101
|
-
| 'circlePause'
|
|
1102
|
-
| 'imageUser'
|
|
1103
797
|
| 'rss'
|
|
1104
|
-
| 'airplay'
|
|
1105
798
|
| 'stop'
|
|
1106
|
-
| 'sliders'
|
|
1107
|
-
| 'videoImport'
|
|
1108
|
-
| 'videoExport'
|
|
1109
|
-
| 'videoAdd'
|
|
1110
799
|
| 'playCircle'
|
|
1111
800
|
| 'pauseCircle'
|
|
1112
|
-
| 'playPause'
|
|
1113
801
|
| 'expand'
|
|
1114
802
|
| 'constrict'
|
|
1115
803
|
| 'screenRemove'
|
|
1116
804
|
| 'screenExport'
|
|
1117
805
|
| 'screenImport'
|
|
1118
806
|
| 'screenSharing'
|
|
1119
|
-
| 'nextFast'
|
|
1120
|
-
| 'previousFast'
|
|
1121
|
-
| 'rewindingRight'
|
|
1122
|
-
| 'rewindingLeft'
|
|
1123
807
|
| 'next'
|
|
1124
808
|
| 'previous'
|
|
1125
|
-
| 'seconds15Right'
|
|
1126
|
-
| 'seconds15'
|
|
1127
|
-
| 'seconds10Right'
|
|
1128
|
-
| 'seconds10'
|
|
1129
|
-
| 'seconds5Right'
|
|
1130
|
-
| 'seconds5'
|
|
1131
809
|
| 'pauseThin'
|
|
1132
810
|
| 'pause'
|
|
1133
811
|
| 'play'
|
|
1134
812
|
| 'slide'
|
|
1135
813
|
| 'screencast'
|
|
1136
|
-
| 'imageEdit'
|
|
1137
|
-
| 'imageRemove'
|
|
1138
|
-
| 'imageImport'
|
|
1139
|
-
| 'imageExport'
|
|
1140
|
-
| 'imageError'
|
|
1141
|
-
| 'imageTick'
|
|
1142
814
|
| 'image'
|
|
1143
|
-
| 'imageAdd'
|
|
1144
815
|
| 'microphoneOff'
|
|
1145
816
|
| 'microphone'
|
|
1146
817
|
| 'support'
|
|
1147
818
|
| 'headphones'
|
|
1148
|
-
| 'musicNote'
|
|
1149
819
|
| 'music'
|
|
1150
|
-
| 'musicNoteOff'
|
|
1151
|
-
| 'mix'
|
|
1152
820
|
| 'cameraOff'
|
|
1153
821
|
| 'camera'
|
|
1154
|
-
| 'photoOff'
|
|
1155
|
-
| 'photo'
|
|
1156
822
|
| 'volumeMinus'
|
|
1157
823
|
| 'volumeMin'
|
|
1158
824
|
| 'volume'
|
|
@@ -1161,358 +827,87 @@ type IconName$1 =
|
|
|
1161
827
|
| 'volumeAdd'
|
|
1162
828
|
| 'arrowSpin'
|
|
1163
829
|
| 'loader'
|
|
1164
|
-
| 'family'
|
|
1165
|
-
| 'familyHouse'
|
|
1166
830
|
| 'parent'
|
|
1167
|
-
| 'items'
|
|
1168
|
-
| 'algebra'
|
|
1169
|
-
| 'literature'
|
|
1170
|
-
| 'ecology'
|
|
1171
831
|
| 'programming'
|
|
1172
|
-
| 'parchment'
|
|
1173
832
|
| 'textNote'
|
|
1174
833
|
| 'trophy'
|
|
1175
834
|
| 'giftBox'
|
|
1176
835
|
| 'gift'
|
|
1177
|
-
| 'motorcycle'
|
|
1178
836
|
| 'medal'
|
|
1179
|
-
| 'teacher'
|
|
1180
837
|
| 'bookOpen'
|
|
1181
838
|
| 'books'
|
|
1182
|
-
| 'train'
|
|
1183
839
|
| 'rocket'
|
|
1184
|
-
| 'bus'
|
|
1185
|
-
| 'sport'
|
|
1186
|
-
| 'english'
|
|
1187
|
-
| 'hat'
|
|
1188
|
-
| 'children'
|
|
1189
840
|
| 'student'
|
|
1190
841
|
| 'blackboard'
|
|
1191
|
-
| 'car'
|
|
1192
|
-
| 'history'
|
|
1193
|
-
| 'camp'
|
|
1194
|
-
| 'geography'
|
|
1195
842
|
| 'physics'
|
|
1196
|
-
| 'podium'
|
|
1197
|
-
| 'chemistry'
|
|
1198
|
-
| 'biology'
|
|
1199
843
|
| 'schoolBag'
|
|
1200
844
|
| 'mathematics'
|
|
1201
845
|
| 'work'
|
|
1202
846
|
| 'goal'
|
|
1203
847
|
| 'school'
|
|
1204
848
|
| 'university'
|
|
1205
|
-
| 'structure'
|
|
1206
849
|
| 'presentation'
|
|
1207
|
-
| 'presentationChart'
|
|
1208
|
-
| 'shieldSlash'
|
|
1209
|
-
| 'shieldPlus'
|
|
1210
|
-
| 'shieldError'
|
|
1211
850
|
| 'unlock'
|
|
1212
|
-
| 'lightWarningOn'
|
|
1213
|
-
| 'shieldMinus'
|
|
1214
851
|
| 'keyTiny'
|
|
1215
|
-
| 'shieldKeyhole'
|
|
1216
|
-
| 'lightWarning'
|
|
1217
852
|
| 'key'
|
|
1218
853
|
| 'ban'
|
|
1219
|
-
| 'lockSlash'
|
|
1220
|
-
| 'fingerprint'
|
|
1221
|
-
| 'shieldWarning'
|
|
1222
|
-
| 'doorOpen'
|
|
1223
|
-
| 'shieldCheck'
|
|
1224
|
-
| 'scan'
|
|
1225
|
-
| 'doorClosed'
|
|
1226
|
-
| 'shield'
|
|
1227
854
|
| 'lock'
|
|
1228
855
|
| 'faceId'
|
|
1229
|
-
| 'slashFlip'
|
|
1230
|
-
| 'slash'
|
|
1231
856
|
| 'badgeCheck'
|
|
1232
|
-
| 'circleNotch'
|
|
1233
857
|
| 'certificateCheck'
|
|
1234
858
|
| 'certificate'
|
|
1235
859
|
| 'badge'
|
|
1236
|
-
| 'cube'
|
|
1237
|
-
| 'starCircle'
|
|
1238
860
|
| 'star'
|
|
1239
|
-
| 'starHalf'
|
|
1240
|
-
| 'starWarning'
|
|
1241
|
-
| 'starHalfStroke'
|
|
1242
861
|
| 'stars'
|
|
1243
|
-
| 'ticketSimple'
|
|
1244
|
-
| 'heartCrack'
|
|
1245
|
-
| 'squareSmall'
|
|
1246
|
-
| 'heartHalf'
|
|
1247
|
-
| 'squareRing'
|
|
1248
862
|
| 'starSparkle'
|
|
1249
|
-
| 'starBlink'
|
|
1250
|
-
| 'hexagon'
|
|
1251
|
-
| 'triangle'
|
|
1252
|
-
| 'heartHalfStroke'
|
|
1253
|
-
| 'rhombus'
|
|
1254
|
-
| 'club'
|
|
1255
|
-
| 'square'
|
|
1256
|
-
| 'diceFour'
|
|
1257
|
-
| 'diceThree'
|
|
1258
|
-
| 'circleThreeQuarters'
|
|
1259
|
-
| 'seal'
|
|
1260
863
|
| 'diceFive'
|
|
1261
|
-
| 'circleQuarters'
|
|
1262
|
-
| 'pentagon'
|
|
1263
|
-
| 'diceSix'
|
|
1264
|
-
| 'squareQuarters'
|
|
1265
|
-
| 'squareDazzle'
|
|
1266
|
-
| 'diceTwo'
|
|
1267
|
-
| 'cubeSharp'
|
|
1268
864
|
| 'shapes'
|
|
1269
|
-
| 'diceOne'
|
|
1270
|
-
| 'rectangleVertical'
|
|
1271
|
-
| 'linesLeaning'
|
|
1272
|
-
| 'gem'
|
|
1273
865
|
| 'crown'
|
|
1274
|
-
| 'figma'
|
|
1275
|
-
| 'rectangleWide'
|
|
1276
|
-
| 'octagon'
|
|
1277
|
-
| 'cubeVr'
|
|
1278
|
-
| 'hourglassEnd'
|
|
1279
|
-
| 'hourglassHalf'
|
|
1280
|
-
| 'hourglassStart'
|
|
1281
|
-
| 'hourglass'
|
|
1282
866
|
| 'refreshClock'
|
|
1283
|
-
| 'fastTimer'
|
|
1284
|
-
| 'clockRemove'
|
|
1285
867
|
| 'timer'
|
|
1286
868
|
| 'alarmClock'
|
|
1287
869
|
| 'stopwatch'
|
|
1288
|
-
| 'timeOff'
|
|
1289
|
-
| 'alarmAdd'
|
|
1290
|
-
| 'clockWarning'
|
|
1291
|
-
| 'clockDone'
|
|
1292
870
|
| 'clock'
|
|
1293
|
-
| 'alarmWarning'
|
|
1294
|
-
| 'clockAdd'
|
|
1295
|
-
| 'calendars'
|
|
1296
|
-
| 'calendarUser'
|
|
1297
871
|
| 'calendarRemove'
|
|
1298
872
|
| 'calendar'
|
|
1299
873
|
| 'calendarEdit'
|
|
1300
874
|
| 'calendarTick'
|
|
1301
|
-
| 'calendarExport'
|
|
1302
|
-
| 'calendarMinus'
|
|
1303
875
|
| 'calendarAdd'
|
|
1304
|
-
| 'calendarWarning'
|
|
1305
|
-
| 'calendarImport'
|
|
1306
876
|
| 'foxCoins'
|
|
1307
|
-
| 'diamondSimple'
|
|
1308
877
|
| 'diamond'
|
|
1309
878
|
| 'giftCard'
|
|
1310
879
|
| 'percentage'
|
|
1311
|
-
| 'bagShopping'
|
|
1312
|
-
| 'cartNotif'
|
|
1313
880
|
| 'cart'
|
|
1314
|
-
| 'cartClose'
|
|
1315
|
-
| 'basketShopping'
|
|
1316
|
-
| 'cartArrowUp'
|
|
1317
|
-
| 'cartPlus'
|
|
1318
|
-
| 'cartFast'
|
|
1319
|
-
| 'cartMinus'
|
|
1320
|
-
| 'cartArrowDown'
|
|
1321
|
-
| 'cartTick'
|
|
1322
|
-
| 'creditCardScan'
|
|
1323
|
-
| 'gold'
|
|
1324
|
-
| 'vault'
|
|
1325
|
-
| 'walletTransfer'
|
|
1326
|
-
| 'coinVertical'
|
|
1327
881
|
| 'coins'
|
|
1328
|
-
| 'walletAdd'
|
|
1329
|
-
| 'walletRemove'
|
|
1330
882
|
| 'wallet'
|
|
1331
|
-
| 'creditCardRemove'
|
|
1332
|
-
| 'circleDollar'
|
|
1333
|
-
| 'creditCardAdd'
|
|
1334
|
-
| 'discountCircle'
|
|
1335
|
-
| 'circleDollarToSlot'
|
|
1336
|
-
| 'outcome'
|
|
1337
883
|
| 'creditCard'
|
|
1338
884
|
| 'coin'
|
|
1339
|
-
| 'income'
|
|
1340
885
|
| 'discountBadge'
|
|
1341
|
-
| 'squareALock'
|
|
1342
|
-
| 'h2'
|
|
1343
|
-
| 'h1'
|
|
1344
|
-
| 'strikethrough'
|
|
1345
|
-
| 'heading'
|
|
1346
|
-
| 'tableCells'
|
|
1347
|
-
| 'italic'
|
|
1348
|
-
| 'subscript'
|
|
1349
|
-
| 'horizontalRule'
|
|
1350
|
-
| 'superscript'
|
|
1351
|
-
| 'iCursor'
|
|
1352
|
-
| 'listUlLevel'
|
|
1353
|
-
| 'textWidth'
|
|
1354
|
-
| 'listOl'
|
|
1355
|
-
| 'columns2'
|
|
1356
|
-
| 'borderVertical'
|
|
1357
886
|
| 'sortAmountUp'
|
|
1358
|
-
| 'textMoveRight'
|
|
1359
|
-
| 'fontCase'
|
|
1360
|
-
| 'spellCheck'
|
|
1361
|
-
| 'overline'
|
|
1362
|
-
| 'font'
|
|
1363
|
-
| 'squareList'
|
|
1364
|
-
| 'hashtagLock'
|
|
1365
|
-
| 'hashtag'
|
|
1366
|
-
| 'table'
|
|
1367
|
-
| 'indent'
|
|
1368
|
-
| 'sigma'
|
|
1369
887
|
| 'sortAmountDown'
|
|
1370
|
-
| 'textMoveLeft'
|
|
1371
|
-
| 'rightIndent'
|
|
1372
|
-
| 'underline'
|
|
1373
|
-
| 'textSize'
|
|
1374
888
|
| 'test'
|
|
1375
|
-
| 'rightToLeftTextDirection'
|
|
1376
889
|
| 'resizeHandle'
|
|
1377
|
-
| 'lockA'
|
|
1378
890
|
| 'listUl'
|
|
1379
|
-
| 'paragraph'
|
|
1380
|
-
| 'lockHashtag'
|
|
1381
|
-
| 'documentLayoutRight'
|
|
1382
|
-
| 'alignCenter'
|
|
1383
|
-
| 'tableRows'
|
|
1384
|
-
| 'lineColumns'
|
|
1385
|
-
| 'tableLayout'
|
|
1386
|
-
| 'letterChineseA'
|
|
1387
|
-
| 'alignLeft'
|
|
1388
|
-
| 'borderInner'
|
|
1389
|
-
| 'borderRight'
|
|
1390
|
-
| 'alignJustify'
|
|
1391
|
-
| 'tableCellsLarge'
|
|
1392
|
-
| 'leftIndent'
|
|
1393
|
-
| 'borderBottom'
|
|
1394
|
-
| 'englishToChinese'
|
|
1395
|
-
| 'borderHorizontal'
|
|
1396
|
-
| 'alignCenterJustify'
|
|
1397
|
-
| 'dialpadSquare'
|
|
1398
|
-
| 'borderOuter'
|
|
1399
|
-
| 'borderTop'
|
|
1400
|
-
| 'textHeight'
|
|
1401
|
-
| 'listCircle'
|
|
1402
891
|
| 'list'
|
|
1403
|
-
| 'textBig'
|
|
1404
|
-
| 'textSmall'
|
|
1405
|
-
| 'tableColumns'
|
|
1406
|
-
| 'leftToRightTextDirection'
|
|
1407
|
-
| 'borderLeft'
|
|
1408
|
-
| 'documentLayoutCenter'
|
|
1409
|
-
| 'tableList'
|
|
1410
|
-
| 'bold'
|
|
1411
|
-
| 'columns3'
|
|
1412
|
-
| 'borderClear'
|
|
1413
|
-
| 'alignRightJustify'
|
|
1414
|
-
| 'alignLeftJustify'
|
|
1415
|
-
| 'kerning'
|
|
1416
|
-
| 'borderTopLeft'
|
|
1417
|
-
| 'documentLayoutLeft'
|
|
1418
|
-
| 'dialpadCircle'
|
|
1419
|
-
| 'alignRight'
|
|
1420
892
|
| 'eraser'
|
|
1421
|
-
| 'textErase'
|
|
1422
893
|
| 'text'
|
|
1423
|
-
| 'lineHeight'
|
|
1424
894
|
| 'wandMagicSparkles'
|
|
1425
|
-
| 'squareT'
|
|
1426
|
-
| 'wandMagic'
|
|
1427
|
-
| 'lasso'
|
|
1428
|
-
| 'objectsColumn'
|
|
1429
|
-
| 'scissors'
|
|
1430
|
-
| 'scribble'
|
|
1431
|
-
| 'squareDashed'
|
|
1432
|
-
| 'signature'
|
|
1433
|
-
| 'drawSquare'
|
|
1434
|
-
| 'penRuler'
|
|
1435
895
|
| 'penSlash'
|
|
1436
896
|
| 'pencil'
|
|
1437
|
-
| 'objectsAlignBottom'
|
|
1438
897
|
| 'penNib'
|
|
1439
|
-
| 'penNibOff'
|
|
1440
|
-
| 'paintRoller'
|
|
1441
898
|
| 'pen'
|
|
1442
|
-
| 'pencilOff'
|
|
1443
|
-
| 'paintbrush'
|
|
1444
|
-
| 'brush'
|
|
1445
|
-
| 'objectsAlignRight'
|
|
1446
|
-
| 'crop'
|
|
1447
899
|
| 'dash'
|
|
1448
|
-
| 'eyeDropperFull'
|
|
1449
|
-
| 'distributeSpacingHorizontal'
|
|
1450
|
-
| 'distributeSpacingVertical'
|
|
1451
|
-
| 'objectsAlignTop'
|
|
1452
|
-
| 'objectsAlignLeft'
|
|
1453
|
-
| 'objectsAlignCenterVertical'
|
|
1454
|
-
| 'eyeDropperHalf'
|
|
1455
|
-
| 'drawSquareT'
|
|
1456
|
-
| 'objectsAlignCenterHorizontal'
|
|
1457
|
-
| 'galleryThumbnails'
|
|
1458
|
-
| 'eyeDropper'
|
|
1459
|
-
| 'phoneOffice'
|
|
1460
900
|
| 'browser'
|
|
1461
|
-
| 'sidebar'
|
|
1462
|
-
| 'window'
|
|
1463
|
-
| 'batteryWarning'
|
|
1464
|
-
| 'batteryOff'
|
|
1465
|
-
| 'batteryBolt'
|
|
1466
|
-
| 'batteryFull'
|
|
1467
|
-
| 'batteryEmpty'
|
|
1468
|
-
| 'mobileSignalOut'
|
|
1469
|
-
| 'mobileSignal'
|
|
1470
901
|
| 'screen'
|
|
1471
|
-
| 'computer'
|
|
1472
|
-
| 'hardDrive'
|
|
1473
902
|
| 'mobile'
|
|
1474
|
-
| 'usbFlashDrive'
|
|
1475
|
-
| 'powerBank'
|
|
1476
903
|
| 'webcam'
|
|
1477
904
|
| 'print'
|
|
1478
|
-
| 'mobileTick'
|
|
1479
|
-
| 'weight'
|
|
1480
|
-
| 'plug'
|
|
1481
|
-
| 'tv'
|
|
1482
905
|
| 'webcamSlashOff'
|
|
1483
|
-
| 'server'
|
|
1484
|
-
| 'watch'
|
|
1485
|
-
| 'mouse'
|
|
1486
|
-
| 'tablet'
|
|
1487
|
-
| 'projector'
|
|
1488
|
-
| 'laptopExclamation'
|
|
1489
|
-
| 'modem'
|
|
1490
906
|
| 'mobileSlash'
|
|
1491
|
-
| 'mobileRemove'
|
|
1492
|
-
| 'mobileBolt'
|
|
1493
|
-
| 'laptopArrowDown'
|
|
1494
|
-
| 'laptopError'
|
|
1495
|
-
| 'game'
|
|
1496
|
-
| 'disc'
|
|
1497
|
-
| 'flashlight'
|
|
1498
|
-
| 'laptopTick'
|
|
1499
|
-
| 'laptopArrowUp'
|
|
1500
|
-
| 'keyboardClose'
|
|
1501
907
|
| 'keyboard'
|
|
1502
|
-
| 'drawingTablet'
|
|
1503
|
-
| 'laptopSignal'
|
|
1504
908
|
| 'laptop'
|
|
1505
|
-
| 'clipboardExport'
|
|
1506
909
|
| 'clipboard'
|
|
1507
|
-
| 'clipboardListAlt'
|
|
1508
|
-
| 'clipboardImport'
|
|
1509
|
-
| 'clipboardPlus'
|
|
1510
|
-
| 'clipboardMinus'
|
|
1511
|
-
| 'clipboardText'
|
|
1512
|
-
| 'cloudBolt'
|
|
1513
910
|
| 'cloudDownload'
|
|
1514
|
-
| 'cardFlip'
|
|
1515
|
-
| 'flashCards'
|
|
1516
911
|
| 'cloudUpload'
|
|
1517
912
|
| 'cloud'
|
|
1518
913
|
| 'memoCheck'
|
|
@@ -1520,50 +915,26 @@ type IconName$1 =
|
|
|
1520
915
|
| 'bookmarkStack'
|
|
1521
916
|
| 'bookmark'
|
|
1522
917
|
| 'reciept'
|
|
1523
|
-
| 'paperclipSlash'
|
|
1524
|
-
| 'noteSticky'
|
|
1525
918
|
| 'notebook'
|
|
1526
919
|
| 'paperclip'
|
|
1527
920
|
| 'book'
|
|
1528
|
-
| 'cloudOff'
|
|
1529
|
-
| 'cloudRemove'
|
|
1530
|
-
| 'cloudQuestion'
|
|
1531
|
-
| 'cloudAdd'
|
|
1532
|
-
| 'cloudExport'
|
|
1533
921
|
| 'cloudError'
|
|
1534
|
-
| 'cloudImport'
|
|
1535
922
|
| 'cloudDone'
|
|
1536
|
-
| 'cloudWarning'
|
|
1537
|
-
| 'fileWarning'
|
|
1538
|
-
| 'fileHorizontal'
|
|
1539
|
-
| 'fileQuestionCorner'
|
|
1540
923
|
| 'fileAddAlt1'
|
|
1541
924
|
| 'files'
|
|
1542
925
|
| 'fileTick'
|
|
1543
926
|
| 'fileEditCorner'
|
|
1544
|
-
| 'fileZipper'
|
|
1545
|
-
| 'fileMove'
|
|
1546
|
-
| 'fileExclamationCorner'
|
|
1547
927
|
| 'fileRemove'
|
|
1548
|
-
| 'fileBookmark'
|
|
1549
928
|
| 'folder'
|
|
1550
|
-
| 'folderWarning'
|
|
1551
929
|
| 'doc'
|
|
1552
930
|
| 'fileOff'
|
|
1553
|
-
| 'fileUpload'
|
|
1554
931
|
| 'folderImport'
|
|
1555
|
-
| 'fileQuestion'
|
|
1556
932
|
| 'folderAdd'
|
|
1557
|
-
| 'folderMove'
|
|
1558
933
|
| 'folderMinus'
|
|
1559
|
-
| 'folderInfo'
|
|
1560
934
|
| 'folderTick'
|
|
1561
|
-
| 'folderNotif'
|
|
1562
935
|
| 'folderRemove'
|
|
1563
|
-
| 'folderQuestion'
|
|
1564
936
|
| 'folderExport'
|
|
1565
937
|
| 'fileEdit'
|
|
1566
|
-
| 'fileInfoCorner'
|
|
1567
938
|
| 'file'
|
|
1568
939
|
| 'archive'
|
|
1569
940
|
| 'fileInfo'
|
|
@@ -1571,83 +942,19 @@ type IconName$1 =
|
|
|
1571
942
|
| 'fileText'
|
|
1572
943
|
| 'filePdf'
|
|
1573
944
|
| 'fileAdd'
|
|
1574
|
-
| 'fileLink'
|
|
1575
945
|
| 'fileDownload'
|
|
1576
|
-
| 'fileShredder'
|
|
1577
946
|
| 'fileMinus'
|
|
1578
947
|
| 'fileImport'
|
|
1579
|
-
| 'fileDashedLine'
|
|
1580
|
-
| 'fileMinusCorner'
|
|
1581
|
-
| 'inboxAdd'
|
|
1582
|
-
| 'inboxWarning'
|
|
1583
|
-
| 'inboxMinus'
|
|
1584
|
-
| 'inboxInformation'
|
|
1585
|
-
| 'inboxImport'
|
|
1586
|
-
| 'inboxMove'
|
|
1587
|
-
| 'inboxCheck'
|
|
1588
|
-
| 'inboxRemove'
|
|
1589
|
-
| 'inboxExport'
|
|
1590
948
|
| 'messageCircleChat'
|
|
1591
|
-
| 'messageCircleExport'
|
|
1592
949
|
| 'mail'
|
|
1593
950
|
| 'messageCircleQuestion'
|
|
1594
|
-
| 'mailOpen'
|
|
1595
951
|
| 'messageCircleNotif'
|
|
1596
|
-
| 'messageCircleMinus'
|
|
1597
|
-
| 'messageCirclePlus'
|
|
1598
|
-
| 'messageSquareArrowDown'
|
|
1599
|
-
| 'messageSquareExport'
|
|
1600
|
-
| 'messageSquareChat'
|
|
1601
|
-
| 'messageSquareQuestion'
|
|
1602
|
-
| 'messageCircleInfo'
|
|
1603
952
|
| 'messageCircleLines'
|
|
1604
|
-
| 'messageCircle'
|
|
1605
|
-
| 'messageSquareWarning'
|
|
1606
|
-
| 'messageSquareTick'
|
|
1607
|
-
| 'messageCircleXmark'
|
|
1608
953
|
| 'messageSquareLines'
|
|
1609
|
-
| 'messageCircleWarning'
|
|
1610
954
|
| 'messageSquare'
|
|
1611
|
-
| 'messageCircleImport'
|
|
1612
|
-
| 'messageSquareMinus'
|
|
1613
|
-
| 'messageSquarePlus'
|
|
1614
|
-
| 'messageCircleTick'
|
|
1615
|
-
| 'messageSquareRemove'
|
|
1616
|
-
| 'messageSquareInfo'
|
|
1617
|
-
| 'messageSquareNotif'
|
|
1618
|
-
| 'mailWarning'
|
|
1619
|
-
| 'mailNotif'
|
|
1620
|
-
| 'mailRemove'
|
|
1621
|
-
| 'phoneSlash'
|
|
1622
|
-
| 'inboxNotif'
|
|
1623
|
-
| 'inbox'
|
|
1624
|
-
| 'atSign'
|
|
1625
|
-
| 'phoneFlip'
|
|
1626
|
-
| 'phoneReceived'
|
|
1627
|
-
| 'phoneAdd'
|
|
1628
|
-
| 'mailAdd'
|
|
1629
|
-
| 'voicemail'
|
|
1630
|
-
| 'annotationUser'
|
|
1631
|
-
| 'mailBlock'
|
|
1632
|
-
| 'sendAngle'
|
|
1633
|
-
| 'mailMinus'
|
|
1634
|
-
| 'sendingRight'
|
|
1635
|
-
| 'phoneOutgoing'
|
|
1636
|
-
| 'mailInfo'
|
|
1637
|
-
| 'phoneIncoming'
|
|
1638
|
-
| 'mailRefresh'
|
|
1639
|
-
| 'podcast'
|
|
1640
955
|
| 'phone'
|
|
1641
956
|
| 'send'
|
|
1642
|
-
| 'sendForward'
|
|
1643
|
-
| 'sendingLeft'
|
|
1644
957
|
| 'phoneCall'
|
|
1645
|
-
| 'phonePause'
|
|
1646
|
-
| 'mailEdit'
|
|
1647
|
-
| 'mailTick'
|
|
1648
|
-
| 'annotation'
|
|
1649
|
-
| 'phoneMissed'
|
|
1650
|
-
| 'phoneRemove'
|
|
1651
958
|
| 'blogging'
|
|
1652
959
|
| 'blogerColor'
|
|
1653
960
|
| 'financialBattleColor'
|
|
@@ -2043,6 +1350,24 @@ interface IconBaseProps extends ResponsiveSizeProps<SizeIcon, Size$v>, Responsiv
|
|
|
2043
1350
|
*
|
|
2044
1351
|
* @default 'baseline' */
|
|
2045
1352
|
vAlign?: 'top' | 'middle' | 'bottom' | 'text-top' | 'text-bottom' | 'baseline';
|
|
1353
|
+
/**
|
|
1354
|
+
* Вращение иконки.
|
|
1355
|
+
*
|
|
1356
|
+
* @general
|
|
1357
|
+
* @default 'undefined' */
|
|
1358
|
+
rotate?: string;
|
|
1359
|
+
/**
|
|
1360
|
+
* Зеркальное отражение по оси "x"
|
|
1361
|
+
*
|
|
1362
|
+
* @general
|
|
1363
|
+
* @default 'undefined' */
|
|
1364
|
+
flipX?: boolean;
|
|
1365
|
+
/**
|
|
1366
|
+
* Зеркальное отражение по оси "y"
|
|
1367
|
+
*
|
|
1368
|
+
* @general
|
|
1369
|
+
* @default 'undefined' */
|
|
1370
|
+
flipY?: boolean;
|
|
2046
1371
|
/**
|
|
2047
1372
|
* Размер.
|
|
2048
1373
|
*
|
|
@@ -2382,6 +1707,10 @@ DisplayProperty {
|
|
|
2382
1707
|
*
|
|
2383
1708
|
* @default undefined */
|
|
2384
1709
|
marginXL?: Margin$j;
|
|
1710
|
+
/** @ignore */
|
|
1711
|
+
leftIconProps?: IconProps;
|
|
1712
|
+
/** @ignore */
|
|
1713
|
+
rightIconProps?: IconProps;
|
|
2385
1714
|
/** @ignore @deprecated */
|
|
2386
1715
|
replace?: boolean;
|
|
2387
1716
|
/** @ignore */
|
|
@@ -2660,6 +1989,10 @@ ResponsiveNamedProperty<'height', 'l' | 'm' | 's' | 'xs' | number> {
|
|
|
2660
1989
|
secondary?: boolean;
|
|
2661
1990
|
/** @ignore */
|
|
2662
1991
|
inverted?: boolean;
|
|
1992
|
+
/** @ignore */
|
|
1993
|
+
leftIconProps?: IconProps;
|
|
1994
|
+
/** @ignore */
|
|
1995
|
+
rightIconProps?: IconProps;
|
|
2663
1996
|
/** @ignore @deprecated */
|
|
2664
1997
|
onColored?: boolean;
|
|
2665
1998
|
/** @ignore @deprecated */
|
|
@@ -3764,6 +3097,10 @@ DisplayProperty {
|
|
|
3764
3097
|
marginXL?: Margin$e;
|
|
3765
3098
|
/** @ignore Internal */
|
|
3766
3099
|
cursor?: string;
|
|
3100
|
+
/** @ignore @deprecated */
|
|
3101
|
+
leftIconProps?: IconProps;
|
|
3102
|
+
/** @ignore @deprecated */
|
|
3103
|
+
rightIconProps?: IconProps;
|
|
3767
3104
|
/** @ignore @deprecated Use children */
|
|
3768
3105
|
content?: string | React.ReactNode;
|
|
3769
3106
|
/** @ignore @deprecated Use children */
|
|
@@ -5676,6 +5013,10 @@ interface ChipProps extends ResponsiveSizeProps<Size$e>, ResponsiveMarginProps {
|
|
|
5676
5013
|
marginXL?: Margin$9;
|
|
5677
5014
|
/** @ignore */
|
|
5678
5015
|
cursor?: string;
|
|
5016
|
+
/** @ignore @deprecated */
|
|
5017
|
+
leftIconProps?: IconProps;
|
|
5018
|
+
/** @ignore @deprecated */
|
|
5019
|
+
rightIconProps?: IconProps;
|
|
5679
5020
|
/** @deprecated @ignore */
|
|
5680
5021
|
children?: React.ReactNode | ((props: {
|
|
5681
5022
|
textProps: TextProps;
|
|
@@ -7998,12 +7339,13 @@ interface ActionBtnProps extends BaseProps, DisplayProperty {
|
|
|
7998
7339
|
disabled?: boolean;
|
|
7999
7340
|
active?: boolean;
|
|
8000
7341
|
onClick?(): void;
|
|
7342
|
+
iconProps?: IconProps;
|
|
8001
7343
|
/**
|
|
8002
7344
|
* Children react node
|
|
8003
7345
|
*/
|
|
8004
7346
|
children?: React.ReactNode;
|
|
8005
7347
|
}
|
|
8006
|
-
declare function ActionBtn({ icon, disabled, onClick, children, className, active, style }: ActionBtnProps): JSX.Element;
|
|
7348
|
+
declare function ActionBtn({ icon, disabled, iconProps, onClick, children, className, active, style, }: ActionBtnProps): JSX.Element;
|
|
8007
7349
|
declare namespace ActionBtn {
|
|
8008
7350
|
var displayName: string;
|
|
8009
7351
|
}
|