feffery_antd_components 0.4.3-rc6 → 0.4.3
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/CONTRIBUTING.md +4 -4
- package/DESCRIPTION +1 -1
- package/LICENSE +21 -21
- package/MANIFEST.in +6 -6
- package/Project.toml +1 -1
- package/README-en_US.md +73 -73
- package/README.md +87 -87
- package/bug_fix.py +21 -36
- package/fac-logo.svg +151 -151
- package/feffery_antd_components/AntdAccordion.py +7 -7
- package/feffery_antd_components/AntdAffix.py +2 -2
- package/feffery_antd_components/AntdAlert.py +5 -5
- package/feffery_antd_components/AntdAnchor.py +5 -5
- package/feffery_antd_components/AntdAvatar.py +4 -4
- package/feffery_antd_components/AntdAvatarGroup.py +1 -1
- package/feffery_antd_components/AntdBackTop.py +4 -4
- package/feffery_antd_components/AntdBadge.py +5 -5
- package/feffery_antd_components/AntdBreadcrumb.py +4 -4
- package/feffery_antd_components/AntdButton.py +14 -14
- package/feffery_antd_components/AntdCalendar.py +4 -4
- package/feffery_antd_components/AntdCard.py +5 -5
- package/feffery_antd_components/AntdCardGrid.py +3 -3
- package/feffery_antd_components/AntdCardMeta.py +1 -1
- package/feffery_antd_components/AntdCarousel.py +13 -13
- package/feffery_antd_components/AntdCascader.py +16 -17
- package/feffery_antd_components/AntdCenter.py +3 -3
- package/feffery_antd_components/AntdCheckCard.py +7 -7
- package/feffery_antd_components/AntdCheckCardGroup.py +9 -9
- package/feffery_antd_components/AntdCheckableTag.py +2 -2
- package/feffery_antd_components/AntdCheckbox.py +8 -8
- package/feffery_antd_components/AntdCheckboxGroup.py +6 -6
- package/feffery_antd_components/AntdCol.py +5 -5
- package/feffery_antd_components/AntdCollapse.py +8 -8
- package/feffery_antd_components/AntdColorPicker.py +13 -13
- package/feffery_antd_components/AntdComment.py +7 -7
- package/feffery_antd_components/AntdCompact.py +3 -3
- package/feffery_antd_components/AntdConfigProvider.py +6 -6
- package/feffery_antd_components/AntdContent.py +1 -1
- package/feffery_antd_components/AntdCopyText.py +2 -2
- package/feffery_antd_components/AntdCountdown.py +1 -1
- package/feffery_antd_components/AntdCountup.py +1 -1
- package/feffery_antd_components/AntdCustomSkeleton.py +5 -5
- package/feffery_antd_components/AntdDatePicker.py +13 -13
- package/feffery_antd_components/AntdDateRangePicker.py +12 -12
- package/feffery_antd_components/AntdDescriptionItem.py +2 -2
- package/feffery_antd_components/AntdDescriptions.py +6 -6
- package/feffery_antd_components/AntdDivider.py +5 -5
- package/feffery_antd_components/AntdDraggerUpload.py +15 -15
- package/feffery_antd_components/AntdDrawer.py +12 -12
- package/feffery_antd_components/AntdDropdown.py +18 -18
- package/feffery_antd_components/AntdEmpty.py +2 -2
- package/feffery_antd_components/AntdFlex.py +6 -6
- package/feffery_antd_components/AntdFloatButton.py +5 -5
- package/feffery_antd_components/AntdFloatButtonGroup.py +3 -3
- package/feffery_antd_components/AntdFooter.py +1 -1
- package/feffery_antd_components/AntdForm.py +10 -6
- package/feffery_antd_components/AntdFormItem.py +4 -4
- package/feffery_antd_components/AntdFormRender.py +2 -2
- package/feffery_antd_components/AntdHappyProvider.py +2 -2
- package/feffery_antd_components/AntdHeader.py +1 -1
- package/feffery_antd_components/AntdIcon.py +3 -3
- package/feffery_antd_components/AntdImage.py +6 -6
- package/feffery_antd_components/AntdImageGroup.py +6 -6
- package/feffery_antd_components/AntdInput.py +17 -17
- package/feffery_antd_components/AntdInputNumber.py +12 -12
- package/feffery_antd_components/AntdLayout.py +1 -1
- package/feffery_antd_components/AntdMentions.py +9 -9
- package/feffery_antd_components/AntdMenu.py +9 -9
- package/feffery_antd_components/AntdMessage.py +3 -3
- package/feffery_antd_components/AntdModal.py +28 -28
- package/feffery_antd_components/AntdNotification.py +9 -9
- package/feffery_antd_components/AntdOTP.py +7 -7
- package/feffery_antd_components/AntdPageHeader.py +5 -5
- package/feffery_antd_components/AntdPagination.py +15 -15
- package/feffery_antd_components/AntdParagraph.py +2 -2
- package/feffery_antd_components/AntdPictureUpload.py +28 -28
- package/feffery_antd_components/AntdPopconfirm.py +21 -21
- package/feffery_antd_components/AntdPopover.py +9 -9
- package/feffery_antd_components/AntdPopupCard.py +9 -9
- package/feffery_antd_components/AntdProgress.py +9 -9
- package/feffery_antd_components/AntdQRCode.py +10 -10
- package/feffery_antd_components/AntdRadioGroup.py +9 -9
- package/feffery_antd_components/AntdRate.py +9 -9
- package/feffery_antd_components/AntdResult.py +1 -1
- package/feffery_antd_components/AntdRibbon.py +2 -2
- package/feffery_antd_components/AntdRow.py +3 -3
- package/feffery_antd_components/AntdSegmented.py +9 -9
- package/feffery_antd_components/AntdSegmentedColoring.py +11 -11
- package/feffery_antd_components/AntdSelect.py +19 -19
- package/feffery_antd_components/AntdSider.py +6 -6
- package/feffery_antd_components/AntdSkeleton.py +11 -11
- package/feffery_antd_components/AntdSkeletonAvatar.py +3 -3
- package/feffery_antd_components/AntdSkeletonButton.py +5 -5
- package/feffery_antd_components/AntdSkeletonImage.py +1 -1
- package/feffery_antd_components/AntdSkeletonInput.py +3 -3
- package/feffery_antd_components/AntdSlider.py +10 -10
- package/feffery_antd_components/AntdSpace.py +4 -4
- package/feffery_antd_components/AntdSpin.py +7 -8
- package/feffery_antd_components/AntdSplitter.py +5 -5
- package/feffery_antd_components/AntdSpoiler.py +5 -5
- package/feffery_antd_components/AntdStatistic.py +2 -2
- package/feffery_antd_components/AntdSteps.py +8 -8
- package/feffery_antd_components/AntdSwitch.py +8 -8
- package/feffery_antd_components/AntdTable.py +64 -63
- package/feffery_antd_components/AntdTabs.py +13 -14
- package/feffery_antd_components/AntdTag.py +4 -4
- package/feffery_antd_components/AntdText.py +2 -2
- package/feffery_antd_components/AntdTimePicker.py +16 -16
- package/feffery_antd_components/AntdTimeRangePicker.py +15 -15
- package/feffery_antd_components/AntdTimeline.py +2 -2
- package/feffery_antd_components/AntdTitle.py +2 -2
- package/feffery_antd_components/AntdTooltip.py +9 -9
- package/feffery_antd_components/AntdTour.py +9 -9
- package/feffery_antd_components/AntdTransfer.py +11 -11
- package/feffery_antd_components/AntdTree.py +17 -17
- package/feffery_antd_components/AntdTreeSelect.py +18 -18
- package/feffery_antd_components/AntdUpload.py +18 -18
- package/feffery_antd_components/AntdWatermark.py +6 -6
- package/feffery_antd_components/Fragment.py +1 -1
- package/feffery_antd_components/__init__.py +88 -88
- package/feffery_antd_components/_icons.py +559 -559
- package/feffery_antd_components/alias.py +222 -222
- package/feffery_antd_components/async-antd_table.js +2 -2
- package/feffery_antd_components/async-data_display.js +1 -1
- package/feffery_antd_components/async-data_entry.js +3 -3
- package/feffery_antd_components/async-upload.js +2 -2
- package/feffery_antd_components/feffery_antd_components.min.js +8 -8
- package/feffery_antd_components/metadata.json +1 -1
- package/feffery_antd_components/package-info.json +111 -96
- package/feffery_antd_components/utils.py +262 -262
- package/package.json +111 -96
- package/pytest.ini +5 -5
- package/release-to-test-pypi.sh +1 -1
- package/requirements.txt +2 -2
- package/review_checklist.md +47 -47
- package/ruff.toml +4 -4
- package/setup.py +33 -33
- package/src/jl/'feffery'_antdform.jl +2 -1
- package/src/jl/'feffery'_antdtable.jl +7 -6
- package/src/lib/components/dataDisplay/AntdAccordion.react.js +232 -232
- package/src/lib/components/dataDisplay/AntdAvatar.react.js +177 -177
- package/src/lib/components/dataDisplay/AntdAvatarGroup.react.js +133 -133
- package/src/lib/components/dataDisplay/AntdBadge.react.js +196 -196
- package/src/lib/components/dataDisplay/AntdCarousel.react.js +187 -187
- package/src/lib/components/dataDisplay/AntdCheckableTag.react.js +105 -105
- package/src/lib/components/dataDisplay/AntdCollapse.react.js +239 -239
- package/src/lib/components/dataDisplay/AntdComment.react.js +251 -251
- package/src/lib/components/dataDisplay/AntdCountdown.react.js +143 -143
- package/src/lib/components/dataDisplay/AntdCountup.react.js +133 -133
- package/src/lib/components/dataDisplay/AntdEmpty.react.js +162 -162
- package/src/lib/components/dataDisplay/AntdImage.react.js +202 -202
- package/src/lib/components/dataDisplay/AntdImageGroup.react.js +181 -181
- package/src/lib/components/dataDisplay/AntdPopover.react.js +220 -220
- package/src/lib/components/dataDisplay/AntdQRCode.react.js +191 -191
- package/src/lib/components/dataDisplay/AntdRibbon.react.js +105 -105
- package/src/lib/components/dataDisplay/AntdSegmented.react.js +234 -234
- package/src/lib/components/dataDisplay/AntdSpoiler.react.js +154 -154
- package/src/lib/components/dataDisplay/AntdStatistic.react.js +168 -168
- package/src/lib/components/dataDisplay/AntdTable.react.js +1859 -1858
- package/src/lib/components/dataDisplay/AntdTabs.react.js +352 -352
- package/src/lib/components/dataDisplay/AntdTag.react.js +135 -135
- package/src/lib/components/dataDisplay/AntdTimeline.react.js +136 -136
- package/src/lib/components/dataDisplay/AntdTooltip.react.js +230 -230
- package/src/lib/components/dataDisplay/AntdTree.react.js +641 -641
- package/src/lib/components/dataDisplay/card/AntdCard.react.js +249 -249
- package/src/lib/components/dataDisplay/card/AntdCardGrid.react.js +99 -99
- package/src/lib/components/dataDisplay/card/AntdCardMeta.react.js +97 -97
- package/src/lib/components/dataDisplay/descriptions/AntdDescriptionItem.react.js +130 -130
- package/src/lib/components/dataDisplay/descriptions/AntdDescriptions.react.js +237 -237
- package/src/lib/components/dataEntry/AntdCalendar.react.js +205 -205
- package/src/lib/components/dataEntry/AntdCascader.react.js +435 -435
- package/src/lib/components/dataEntry/AntdCheckbox.react.js +182 -182
- package/src/lib/components/dataEntry/AntdCheckboxGroup.react.js +193 -193
- package/src/lib/components/dataEntry/AntdColorPicker.react.js +240 -240
- package/src/lib/components/dataEntry/AntdDatePicker.react.js +432 -432
- package/src/lib/components/dataEntry/AntdDateRangePicker.react.js +439 -439
- package/src/lib/components/dataEntry/AntdInput.react.js +423 -423
- package/src/lib/components/dataEntry/AntdInputNumber.react.js +329 -329
- package/src/lib/components/dataEntry/AntdMentions.react.js +236 -236
- package/src/lib/components/dataEntry/AntdOTP.react.js +186 -186
- package/src/lib/components/dataEntry/AntdRadioGroup.react.js +241 -241
- package/src/lib/components/dataEntry/AntdRate.react.js +199 -199
- package/src/lib/components/dataEntry/AntdSegmentedColoring.react.js +251 -251
- package/src/lib/components/dataEntry/AntdSelect.react.js +492 -492
- package/src/lib/components/dataEntry/AntdSlider.react.js +325 -325
- package/src/lib/components/dataEntry/AntdSwitch.react.js +210 -210
- package/src/lib/components/dataEntry/AntdTimePicker.react.js +344 -344
- package/src/lib/components/dataEntry/AntdTimeRangePicker.react.js +325 -325
- package/src/lib/components/dataEntry/AntdTransfer.react.js +317 -317
- package/src/lib/components/dataEntry/AntdTreeSelect.react.js +573 -573
- package/src/lib/components/dataEntry/check-card/AntdCheckCard.react.js +186 -186
- package/src/lib/components/dataEntry/check-card/AntdCheckCardGroup.react.js +214 -214
- package/src/lib/components/dataEntry/form/AntdForm.react.js +201 -194
- package/src/lib/components/dataEntry/form/AntdFormItem.react.js +210 -210
- package/src/lib/components/dataEntry/upload/AntdDraggerUpload.react.js +504 -504
- package/src/lib/components/dataEntry/upload/AntdPictureUpload.react.js +530 -530
- package/src/lib/components/dataEntry/upload/AntdUpload.react.js +537 -537
- package/src/lib/components/feedback/AntdAlert.react.js +185 -185
- package/src/lib/components/feedback/AntdDrawer.react.js +306 -306
- package/src/lib/components/feedback/AntdMessage.react.js +143 -143
- package/src/lib/components/feedback/AntdModal.react.js +530 -530
- package/src/lib/components/feedback/AntdNotification.react.js +211 -211
- package/src/lib/components/feedback/AntdPopconfirm.react.js +433 -433
- package/src/lib/components/feedback/AntdPopupCard.react.js +362 -362
- package/src/lib/components/feedback/AntdProgress.react.js +300 -300
- package/src/lib/components/feedback/AntdResult.react.js +125 -125
- package/src/lib/components/feedback/AntdSpin.react.js +273 -273
- package/src/lib/components/feedback/skeleton/AntdCustomSkeleton.react.js +197 -197
- package/src/lib/components/feedback/skeleton/AntdSkeleton.react.js +291 -291
- package/src/lib/components/feedback/skeleton/AntdSkeletonAvatar.react.js +109 -109
- package/src/lib/components/feedback/skeleton/AntdSkeletonButton.react.js +114 -114
- package/src/lib/components/feedback/skeleton/AntdSkeletonImage.react.js +82 -82
- package/src/lib/components/feedback/skeleton/AntdSkeletonInput.react.js +98 -98
- package/src/lib/components/formRender/AntdFormRender.react.js +945 -945
- package/src/lib/components/general/AntdButton.react.js +328 -328
- package/src/lib/components/general/AntdFloatButton.react.js +157 -157
- package/src/lib/components/general/AntdFloatButtonGroup.react.js +162 -162
- package/src/lib/components/general/AntdIcon.react.js +176 -176
- package/src/lib/components/general/typography/AntdParagraph.react.js +202 -202
- package/src/lib/components/general/typography/AntdText.react.js +194 -194
- package/src/lib/components/general/typography/AntdTitle.react.js +186 -186
- package/src/lib/components/icons.react.js +1136 -1136
- package/src/lib/components/layout/AntdCenter.react.js +122 -122
- package/src/lib/components/layout/AntdCompact.react.js +108 -108
- package/src/lib/components/layout/AntdContent.react.js +92 -92
- package/src/lib/components/layout/AntdDivider.react.js +219 -219
- package/src/lib/components/layout/AntdFlex.react.js +143 -143
- package/src/lib/components/layout/AntdFooter.react.js +92 -92
- package/src/lib/components/layout/AntdHeader.react.js +92 -92
- package/src/lib/components/layout/AntdLayout.react.js +90 -90
- package/src/lib/components/layout/AntdSider.react.js +162 -162
- package/src/lib/components/layout/AntdSpace.react.js +213 -213
- package/src/lib/components/layout/AntdSplitter.react.js +173 -173
- package/src/lib/components/layout/grid/AntdCol.react.js +349 -349
- package/src/lib/components/layout/grid/AntdRow.react.js +152 -152
- package/src/lib/components/locales.react.js +197 -197
- package/src/lib/components/navigation/AntdAnchor.react.js +208 -208
- package/src/lib/components/navigation/AntdBreadcrumb.react.js +270 -270
- package/src/lib/components/navigation/AntdDropdown.react.js +469 -469
- package/src/lib/components/navigation/AntdMenu.react.js +573 -649
- package/src/lib/components/navigation/AntdPageHeader.react.js +139 -139
- package/src/lib/components/navigation/AntdPagination.react.js +303 -303
- package/src/lib/components/navigation/AntdSteps.react.js +199 -199
- package/src/lib/components/other/AntdAffix.react.js +120 -120
- package/src/lib/components/other/AntdBackTop.react.js +128 -128
- package/src/lib/components/other/AntdConfigProvider.react.js +246 -246
- package/src/lib/components/other/AntdCopyText.react.js +138 -138
- package/src/lib/components/other/AntdHappyProvider.react.js +50 -50
- package/src/lib/components/other/AntdTour.react.js +277 -277
- package/src/lib/components/other/AntdWatermark.react.js +179 -179
- package/src/lib/components/other/Fragment.react.js +50 -50
- package/src/lib/components/styles.css +513 -513
- package/src/lib/components/utils.js +51 -51
- package/src/lib/contexts/FormContext.js +4 -4
- package/src/lib/contexts/FormItemContext.js +4 -4
- package/src/lib/contexts/PropsContext.js +4 -4
- package/src/lib/fragments/AntdTable.react.js +2215 -2200
- package/src/lib/fragments/dataDisplay/AntdAccordion.react.js +101 -101
- package/src/lib/fragments/dataDisplay/AntdAvatar.react.js +127 -127
- package/src/lib/fragments/dataDisplay/AntdAvatarGroup.react.js +51 -51
- package/src/lib/fragments/dataDisplay/AntdBadge.react.js +73 -73
- package/src/lib/fragments/dataDisplay/AntdCarousel.react.js +71 -71
- package/src/lib/fragments/dataDisplay/AntdCheckableTag.react.js +57 -57
- package/src/lib/fragments/dataDisplay/AntdComment.react.js +178 -178
- package/src/lib/fragments/dataDisplay/AntdCountdown.react.js +83 -83
- package/src/lib/fragments/dataDisplay/AntdCountup.react.js +70 -70
- package/src/lib/fragments/dataDisplay/AntdEmpty.react.js +71 -71
- package/src/lib/fragments/dataDisplay/AntdImage.react.js +206 -206
- package/src/lib/fragments/dataDisplay/AntdImageGroup.react.js +91 -91
- package/src/lib/fragments/dataDisplay/AntdPopover.react.js +106 -106
- package/src/lib/fragments/dataDisplay/AntdQRCode.react.js +93 -93
- package/src/lib/fragments/dataDisplay/AntdRibbon.react.js +53 -53
- package/src/lib/fragments/dataDisplay/AntdSegmented.react.js +129 -129
- package/src/lib/fragments/dataDisplay/AntdSpoiler.react.js +96 -96
- package/src/lib/fragments/dataDisplay/AntdTabs.react.js +211 -211
- package/src/lib/fragments/dataDisplay/AntdTag.react.js +66 -66
- package/src/lib/fragments/dataDisplay/AntdTimeline.react.js +67 -67
- package/src/lib/fragments/dataDisplay/AntdTooltip.react.js +98 -98
- package/src/lib/fragments/dataDisplay/AntdTree.react.js +581 -581
- package/src/lib/fragments/dataDisplay/card/AntdCard.react.js +104 -104
- package/src/lib/fragments/dataDisplay/card/AntdCardGrid.react.js +54 -54
- package/src/lib/fragments/dataDisplay/card/AntdCardMeta.react.js +54 -54
- package/src/lib/fragments/dataDisplay/descriptions/AntdDescriptionItem.react.js +56 -56
- package/src/lib/fragments/dataDisplay/descriptions/AntdDescriptions.react.js +139 -139
- package/src/lib/fragments/dataEntry/AntdCalendar.react.js +178 -178
- package/src/lib/fragments/dataEntry/AntdCascader.react.js +319 -319
- package/src/lib/fragments/dataEntry/AntdCheckbox.react.js +119 -119
- package/src/lib/fragments/dataEntry/AntdCheckboxGroup.react.js +122 -122
- package/src/lib/fragments/dataEntry/AntdColorPicker.react.js +244 -244
- package/src/lib/fragments/dataEntry/AntdDatePicker.react.js +586 -586
- package/src/lib/fragments/dataEntry/AntdDateRangePicker.react.js +628 -628
- package/src/lib/fragments/dataEntry/AntdInput.react.js +450 -450
- package/src/lib/fragments/dataEntry/AntdInputNumber.react.js +194 -194
- package/src/lib/fragments/dataEntry/AntdMentions.react.js +180 -180
- package/src/lib/fragments/dataEntry/AntdOTP.react.js +127 -127
- package/src/lib/fragments/dataEntry/AntdRadioGroup.react.js +203 -203
- package/src/lib/fragments/dataEntry/AntdRate.react.js +131 -131
- package/src/lib/fragments/dataEntry/AntdSegmentedColoring.react.js +246 -246
- package/src/lib/fragments/dataEntry/AntdSelect.react.js +373 -373
- package/src/lib/fragments/dataEntry/AntdSlider.react.js +177 -177
- package/src/lib/fragments/dataEntry/AntdSwitch.react.js +132 -132
- package/src/lib/fragments/dataEntry/AntdTimePicker.react.js +191 -191
- package/src/lib/fragments/dataEntry/AntdTimeRangePicker.react.js +213 -213
- package/src/lib/fragments/dataEntry/AntdTransfer.react.js +183 -183
- package/src/lib/fragments/dataEntry/AntdTreeSelect.react.js +355 -355
- package/src/lib/fragments/dataEntry/check-card/AntdCheckCard.react.js +111 -111
- package/src/lib/fragments/dataEntry/check-card/AntdCheckCardGroup.react.js +122 -122
- package/src/lib/fragments/dataEntry/form/AntdForm.react.js +126 -120
- package/src/lib/fragments/dataEntry/form/AntdFormItem.react.js +85 -84
- package/src/lib/fragments/formRender/AntdFormRender.react.js +179 -179
- package/src/lib/fragments/upload/AntdDraggerUpload.react.js +622 -622
- package/src/lib/fragments/upload/AntdPictureUpload.react.js +577 -577
- package/src/lib/fragments/upload/AntdUpload.react.js +613 -613
- package/src/lib/hooks/useCss.js +28 -28
- package/src/lib/hooks/useStickyOffset.js +115 -115
- package/src/lib/index.js +240 -240
- package/src/lib/internal_components/UtilsLink.react.js +82 -0
- package/src/lib/store/formStore.js +54 -47
- package/tests/dash3.0tests/AntdQRCode/347/273/204/344/273/266loading/347/212/266/346/200/201/351/207/215/346/236/204/test.py +51 -51
- package/tests/dash3.0tests/AntdTable/345/207/275/346/225/260/345/274/217/346/224/271/351/200/240/test.py +62 -62
- package/tests/dash3.0tests/_dashprivate_layout/346/224/271/345/212/250/346/265/213/350/257/225/test.py +50 -50
- package/tests/dash3.0tests/loading_state/346/224/271/345/212/250/346/265/213/350/257/225/test.py +38 -38
- package/tests/dash3.0tests//345/207/275/346/225/260/345/274/217/347/273/204/344/273/266/351/273/230/350/256/244/345/200/274/351/207/215/346/236/204/test.py +30 -30
- package/tests/dash3.0tests//345/212/240/350/275/275/345/212/250/347/224/273/347/261/273/347/273/204/344/273/266/351/207/215/346/236/204/346/265/213/350/257/225/test.py +62 -62
- package/tests/dash3.0tests//347/273/204/344/273/266/345/261/236/346/200/247/345/237/272/347/241/200/346/214/201/344/271/205/345/214/226/351/207/215/346/236/204/346/265/213/350/257/225/test.py +25 -25
- package/tests/dataDisplay/AntdAccordion/feat_size.py +36 -36
- package/tests/dataDisplay/AntdAccordion/feat_styles.py +35 -35
- package/tests/dataDisplay/AntdCard/refactor_delete_props.py +83 -83
- package/tests/dataDisplay/AntdCarousel/feat_auto_play_dot_duration.py +34 -34
- package/tests/dataDisplay/AntdCollapse/feat_size.py +30 -30
- package/tests/dataDisplay/AntdCollapse/feat_styles.py +29 -29
- package/tests/dataDisplay/AntdCountdown/feat_finish_event.py +41 -41
- package/tests/dataDisplay/AntdCountdown/refactor_to_timer.py +57 -57
- package/tests/dataDisplay/AntdCountup/refactor_to_timer.py +57 -57
- package/tests/dataDisplay/AntdDescriptions/feat_span_filled.py +42 -42
- package/tests/dataDisplay/AntdImage/debug_preview_toolbar.py +23 -23
- package/tests/dataDisplay/AntdSegmented/feat_shape.py +39 -39
- package/tests/dataDisplay/AntdSegmented/feat_simple_options.py +43 -43
- package/tests/dataDisplay/AntdSegmented/feat_vertical.py +32 -32
- package/tests/dataDisplay/AntdTable/feat_button_mode_like_dcc_link.py +125 -0
- package/tests/dataDisplay/AntdTable/feat_button_mode_refactor.py +143 -143
- package/tests/dataDisplay/AntdTable/feat_button_mode_tooltip.py +47 -47
- package/tests/dataDisplay/AntdTable/feat_columns_fixed_bool.py +40 -40
- package/tests/dataDisplay/AntdTable/feat_columns_min_width.py +51 -51
- package/tests/dataDisplay/AntdTable/feat_columns_sort_order.py +131 -131
- package/tests/dataDisplay/AntdTable/feat_editable_disabled_keys.py +71 -71
- package/tests/dataDisplay/AntdTable/feat_header_align.py +38 -38
- package/tests/dataDisplay/AntdTable/feat_link_mode_like_dcc_link.py +49 -0
- package/tests/dataDisplay/AntdTable/feat_loading.py +76 -76
- package/tests/dataDisplay/AntdTable/feat_mini_chart_color.py +139 -139
- package/tests/dataDisplay/AntdTable/feat_row_class_name.py +39 -39
- package/tests/dataDisplay/AntdTable/feat_row_class_name_func.py +41 -41
- package/tests/dataDisplay/AntdTable/feat_select_mode_show_search.py +70 -70
- package/tests/dataDisplay/AntdTable/feat_sticky_header.py +81 -81
- package/tests/dataDisplay/AntdTable/feat_table_scroll.py +54 -54
- package/tests/dataDisplay/AntdTable/feat_tag_mode_tooltip.py +88 -88
- package/tests/dataDisplay/AntdTable/feat_title_popover_nodes.py +94 -79
- package/tests/dataDisplay/AntdTable/fix_context_locale.py +37 -37
- package/tests/dataDisplay/AntdTable/fix_field_bool.py +50 -50
- package/tests/dataDisplay/AntdTable/fix_nested_editable.py +115 -115
- package/tests/dataDisplay/AntdTable/fix_select_with_editable.py +84 -84
- package/tests/dataDisplay/AntdTable/fix_server_side_mode_filter_search.py +194 -194
- package/tests/dataDisplay/AntdTable/fix_summary.py +474 -474
- package/tests/dataDisplay/AntdTable/fix_summary_multi_level_header.py +85 -85
- package/tests/dataDisplay/AntdTable/fix_zero_value_filter.py +34 -34
- package/tests/dataDisplay/AntdTable/perf_button_mode_auto_wrap.py +39 -39
- package/tests/dataDisplay/AntdTable/perf_editable_column_format_constrait_message.py +65 -65
- package/tests/dataDisplay/AntdTable/refactor_mini_progress_mode.py +134 -134
- package/tests/dataDisplay/AntdTable/rollback_title_popover_info.py +46 -0
- package/tests/dataDisplay/AntdTabs/feat_item_icon.py +39 -39
- package/tests/dataDisplay/AntdTabs/feat_placeholder.py +124 -124
- package/tests/dataDisplay/AntdTabs/feat_tab_bar_style.py +40 -40
- package/tests/dataDisplay/AntdTree/feat_async_data_load.py +71 -71
- package/tests/dataDisplay/descriptions/AntdDescriptions/feat_extra.py +83 -83
- package/tests/dataEntry/AntdCalendar/feat_custom_cells.py +52 -52
- package/tests/dataEntry/AntdCascader/feat_prefix.py +62 -62
- package/tests/dataEntry/AntdCascader/feat_suffix_icon.py +62 -62
- package/tests/dataEntry/AntdCascader/fix_read_only.py +74 -74
- package/tests/dataEntry/AntdDatePicker/feat_custom_cells.py +79 -79
- package/tests/dataEntry/AntdDatePicker/feat_picker_value.py +38 -38
- package/tests/dataEntry/AntdDatePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdDatePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdDateRangePicker/feat_custom_cells.py +79 -79
- package/tests/dataEntry/AntdDateRangePicker/feat_picker_value.py +38 -38
- package/tests/dataEntry/AntdDateRangePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdDateRangePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdForm/feat_batch_control_tooltips.py +35 -0
- package/tests/dataEntry/AntdForm/feat_optional_batch_control.py +62 -62
- package/tests/dataEntry/AntdForm/fix_checkbox.py +65 -65
- package/tests/dataEntry/AntdRadioGroup/feat_block.py +40 -40
- package/tests/dataEntry/AntdSelect/feat_locale_ru.py +24 -24
- package/tests/dataEntry/AntdSelect/feat_max_count.py +28 -28
- package/tests/dataEntry/AntdSelect/feat_prefix.py +26 -26
- package/tests/dataEntry/AntdSelect/feat_show_search.py +32 -32
- package/tests/dataEntry/AntdSelect/feat_suffix_icon.py +46 -46
- package/tests/dataEntry/AntdSelect/fix_read_only.py +50 -50
- package/tests/dataEntry/AntdSelect/fix_read_only_with_allow_clear.py +29 -29
- package/tests/dataEntry/AntdSlider/feat_range_editable.py +49 -49
- package/tests/dataEntry/AntdTimePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdTimePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdTimeRangePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdTimeRangePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdTreeSelect/feat_async_data_load.py +69 -69
- package/tests/dataEntry/AntdTreeSelect/feat_max_count.py +71 -71
- package/tests/dataEntry/AntdTreeSelect/feat_prefix.py +43 -43
- package/tests/dataEntry/AntdTreeSelect/fix_read_only.py +50 -50
- package/tests/dataEntry/AntdUpload/feat_pastable.py +22 -22
- package/tests/dataEntry/AntdUpload/fix_follow_theme.py +28 -28
- package/tests/feat_variant_underlined.py +100 -100
- package/tests/feedback/AntdAlert/feat_icon.py +35 -35
- package/tests/feedback/AntdMessage/fix_follow_config_provider.py +44 -44
- package/tests/feedback/AntdModal/feat_force_render.py +57 -57
- package/tests/feedback/AntdModal/feat_loading_title.py +92 -92
- package/tests/feedback/AntdModal/feat_prevent_close.py +54 -54
- package/tests/feedback/AntdModal/feat_responsive_width.py +31 -31
- package/tests/feedback/AntdNotification/feat_component_content.py +64 -64
- package/tests/feedback/AntdNotification/feat_number_of_stack.py +40 -40
- package/tests/feedback/AntdNotification/feat_show_progress.py +40 -40
- package/tests/feedback/AntdNotification/fix_follow_config_provider.py +46 -46
- package/tests/feedback/AntdPopupCard/feat_force_render.py +61 -61
- package/tests/feedback/AntdProgress/feat_percent_position.py +39 -39
- package/tests/feedback/AntdProgress/perf_size.py +26 -26
- package/tests/feedback/AntdProgress/perf_steps.py +37 -37
- package/tests/feedback/AntdProgress/perf_stroke_color.py +58 -58
- package/tests/feedback/AntdResult/feat_extra.py +26 -26
- package/tests/feedback/AntdSkeleton/fix_dash3.py +43 -43
- package/tests/general/AntdButton/feat_color_and_variant.py +40 -40
- package/tests/general/AntdButton/feat_preset_color.py +46 -46
- package/tests/general/AntdFloatButtonGroup/feat_placement.py +83 -83
- package/tests/general/AntdFloatButtonGroup/feat_tooltip.py +34 -34
- package/tests/general/AntdIcon/feat_iconfont.py +41 -41
- package/tests/layout/AntdCenter/feat_use_token.py +41 -41
- package/tests/layout/AntdDivider/feat_plain.py +21 -21
- package/tests/layout/AntdDivider/feat_size.py +36 -36
- package/tests/layout/AntdSplitter/feat_AntdSplitter.py +210 -210
- package/tests/layout/AntdSplitter/feat_lazy.py +56 -56
- package/tests/layout/AntdSplitter/refactor.py +303 -303
- package/tests/navigation/AntdAnchor/feat_current_anchor.py +43 -43
- package/tests/navigation/AntdAnchor/feat_direction.py +43 -43
- package/tests/navigation/AntdAnchor/feat_replace.py +43 -43
- package/tests/navigation/AntdBreadcrumb/feat_menu_item_event.py +64 -64
- package/tests/navigation/AntdBreadcrumb/refactor_items.py +140 -140
- package/tests/navigation/AntdDropdown/feat_extra.py +29 -29
- package/tests/navigation/AntdMenu/feat_currentItem.py +85 -85
- package/tests/navigation/AntdMenu/feat_currentItemPath.py +85 -85
- package/tests/navigation/AntdMenu/feat_currentKeyPath.py +85 -85
- package/tests/navigation/AntdMenu/feat_custom_icon.py +57 -57
- package/tests/navigation/AntdMenu/feat_expandIcon.py +70 -70
- package/tests/navigation/AntdMenu/feat_triggerSubMenuAction.py +67 -67
- package/tests/navigation/AntdMenu/fix_onlyExpandCurrentSubMenu.py +57 -57
- package/tests/navigation/AntdMenu/fix_with_sider.py +71 -71
- package/tests/navigation/AntdPagination/feat_align.py +31 -31
- package/tests/other/AntdAffix/feat_listen_affixed.py +41 -41
- package/tests/other/AntdBackTop/refactor.py +18 -18
- package/tests/other/AntdConfigProvider/feat_use_css.py +67 -67
- package/tests/other/AntdCopyText/feat_copy_table.py +67 -67
- package/tests/other/AntdCopyText/feat_tooltips.py +61 -61
- package/tests/other/AntdHappyProvider/feat_component.py +60 -60
- package/tests/other/Fragment/feat_use_token.py +32 -32
- package/usage.py +34 -34
- package/webpack.config.js +181 -181
- package/webpack.serve.config.js +12 -12
|
@@ -1,1137 +1,1137 @@
|
|
|
1
|
-
import {
|
|
2
|
-
ToolTwoTone,
|
|
3
|
-
NotificationTwoTone,
|
|
4
|
-
HourglassTwoTone,
|
|
5
|
-
CloudTwoTone,
|
|
6
|
-
ApiTwoTone,
|
|
7
|
-
SlidersTwoTone,
|
|
8
|
-
FundTwoTone,
|
|
9
|
-
BoxPlotTwoTone,
|
|
10
|
-
PieChartTwoTone,
|
|
11
|
-
HighlightTwoTone,
|
|
12
|
-
DeleteTwoTone,
|
|
13
|
-
EditTwoTone,
|
|
14
|
-
CheckSquareTwoTone,
|
|
15
|
-
CheckCircleTwoTone,
|
|
16
|
-
CloseSquareTwoTone,
|
|
17
|
-
CloseCircleTwoTone,
|
|
18
|
-
ExclamationCircleTwoTone,
|
|
19
|
-
InfoCircleTwoTone,
|
|
20
|
-
MinusSquareTwoTone,
|
|
21
|
-
PlusSquareTwoTone,
|
|
22
|
-
MinusCircleTwoTone,
|
|
23
|
-
PlusCircleTwoTone,
|
|
24
|
-
QuestionCircleTwoTone,
|
|
25
|
-
RightSquareTwoTone,
|
|
26
|
-
LeftSquareTwoTone,
|
|
27
|
-
DownSquareTwoTone,
|
|
28
|
-
UpSquareTwoTone,
|
|
29
|
-
DownCircleTwoTone,
|
|
30
|
-
UpCircleTwoTone,
|
|
31
|
-
RightCircleTwoTone,
|
|
32
|
-
LeftCircleTwoTone,
|
|
33
|
-
StarOutlined,
|
|
34
|
-
SkinOutlined,
|
|
35
|
-
SmileOutlined,
|
|
36
|
-
InsuranceOutlined,
|
|
37
|
-
BlockOutlined,
|
|
38
|
-
BankOutlined,
|
|
39
|
-
SketchOutlined,
|
|
40
|
-
CheckOutlined,
|
|
41
|
-
CloseOutlined,
|
|
42
|
-
MinusOutlined,
|
|
43
|
-
PlusOutlined,
|
|
44
|
-
QuestionOutlined,
|
|
45
|
-
FullscreenOutlined,
|
|
46
|
-
DownOutlined,
|
|
47
|
-
UpOutlined,
|
|
48
|
-
LeftOutlined,
|
|
49
|
-
RightOutlined,
|
|
50
|
-
ArrowDownOutlined,
|
|
51
|
-
ArrowUpOutlined,
|
|
52
|
-
ArrowLeftOutlined,
|
|
53
|
-
ArrowRightOutlined,
|
|
54
|
-
ManOutlined,
|
|
55
|
-
WomanOutlined,
|
|
56
|
-
UserDeleteOutlined,
|
|
57
|
-
UserAddOutlined,
|
|
58
|
-
TrophyOutlined,
|
|
59
|
-
SelectOutlined,
|
|
60
|
-
ThunderboltOutlined,
|
|
61
|
-
TagsOutlined,
|
|
62
|
-
TagOutlined,
|
|
63
|
-
SoundOutlined,
|
|
64
|
-
ShoppingCartOutlined,
|
|
65
|
-
RobotOutlined,
|
|
66
|
-
PushpinOutlined,
|
|
67
|
-
PrinterOutlined,
|
|
68
|
-
PictureOutlined,
|
|
69
|
-
PhoneOutlined,
|
|
70
|
-
PartitionOutlined,
|
|
71
|
-
MoreOutlined,
|
|
72
|
-
MonitorOutlined,
|
|
73
|
-
MoneyCollectOutlined,
|
|
74
|
-
MobileOutlined,
|
|
75
|
-
LinkOutlined,
|
|
76
|
-
LayoutOutlined,
|
|
77
|
-
IdcardOutlined,
|
|
78
|
-
GiftOutlined,
|
|
79
|
-
FunnelPlotOutlined,
|
|
80
|
-
FundProjectionScreenOutlined,
|
|
81
|
-
ForkOutlined,
|
|
82
|
-
FolderOpenOutlined,
|
|
83
|
-
FolderOutlined,
|
|
84
|
-
FolderAddOutlined,
|
|
85
|
-
FlagOutlined,
|
|
86
|
-
FireOutlined,
|
|
87
|
-
FilterOutlined,
|
|
88
|
-
FileZipOutlined,
|
|
89
|
-
FileWordOutlined,
|
|
90
|
-
FileTextOutlined,
|
|
91
|
-
FileSyncOutlined,
|
|
92
|
-
FileProtectOutlined,
|
|
93
|
-
FilePdfOutlined,
|
|
94
|
-
FileMarkdownOutlined,
|
|
95
|
-
FileImageOutlined,
|
|
96
|
-
FileOutlined,
|
|
97
|
-
FileDoneOutlined,
|
|
98
|
-
FileAddOutlined,
|
|
99
|
-
FieldTimeOutlined,
|
|
100
|
-
FieldStringOutlined,
|
|
101
|
-
FieldNumberOutlined,
|
|
102
|
-
FieldBinaryOutlined,
|
|
103
|
-
EyeInvisibleOutlined,
|
|
104
|
-
EyeOutlined,
|
|
105
|
-
ExperimentOutlined,
|
|
106
|
-
ExceptionOutlined,
|
|
107
|
-
EnvironmentOutlined,
|
|
108
|
-
DownloadOutlined,
|
|
109
|
-
DollarOutlined,
|
|
110
|
-
EuroOutlined,
|
|
111
|
-
LikeOutlined,
|
|
112
|
-
DislikeOutlined,
|
|
113
|
-
DisconnectOutlined,
|
|
114
|
-
DesktopOutlined,
|
|
115
|
-
DeploymentUnitOutlined,
|
|
116
|
-
CrownOutlined,
|
|
117
|
-
CoffeeOutlined,
|
|
118
|
-
CloudSyncOutlined,
|
|
119
|
-
CarryOutOutlined,
|
|
120
|
-
CarOutlined,
|
|
121
|
-
BulbOutlined,
|
|
122
|
-
BuildOutlined,
|
|
123
|
-
BugOutlined,
|
|
124
|
-
BranchesOutlined,
|
|
125
|
-
BarcodeOutlined,
|
|
126
|
-
AimOutlined,
|
|
127
|
-
IssuesCloseOutlined,
|
|
128
|
-
EllipsisOutlined,
|
|
129
|
-
HomeOutlined,
|
|
130
|
-
FundOutlined,
|
|
131
|
-
RadarChartOutlined,
|
|
132
|
-
BarChartOutlined,
|
|
133
|
-
PieChartOutlined,
|
|
134
|
-
DotChartOutlined,
|
|
135
|
-
LineChartOutlined,
|
|
136
|
-
ApartmentOutlined,
|
|
137
|
-
AppstoreOutlined,
|
|
138
|
-
AppstoreAddOutlined,
|
|
139
|
-
BellOutlined,
|
|
140
|
-
CalculatorOutlined,
|
|
141
|
-
DatabaseOutlined,
|
|
142
|
-
CalendarOutlined,
|
|
143
|
-
HistoryOutlined,
|
|
144
|
-
SearchOutlined,
|
|
145
|
-
FileSearchOutlined,
|
|
146
|
-
CloudDownloadOutlined,
|
|
147
|
-
CloudServerOutlined,
|
|
148
|
-
CloudUploadOutlined,
|
|
149
|
-
SwapOutlined,
|
|
150
|
-
RollbackOutlined,
|
|
151
|
-
LoginOutlined,
|
|
152
|
-
TableOutlined,
|
|
153
|
-
LogoutOutlined,
|
|
154
|
-
MenuFoldOutlined,
|
|
155
|
-
MenuUnfoldOutlined,
|
|
156
|
-
FullscreenExitOutlined,
|
|
157
|
-
QuestionCircleOutlined,
|
|
158
|
-
PlusCircleOutlined,
|
|
159
|
-
MinusCircleOutlined,
|
|
160
|
-
InfoCircleOutlined,
|
|
161
|
-
ExclamationCircleOutlined,
|
|
162
|
-
CloseCircleOutlined,
|
|
163
|
-
CheckCircleOutlined,
|
|
164
|
-
ClockCircleOutlined,
|
|
165
|
-
StopOutlined,
|
|
166
|
-
EditOutlined,
|
|
167
|
-
DeleteOutlined,
|
|
168
|
-
HighlightOutlined,
|
|
169
|
-
RedoOutlined,
|
|
170
|
-
UndoOutlined,
|
|
171
|
-
ZoomInOutlined,
|
|
172
|
-
ZoomOutOutlined,
|
|
173
|
-
SortAscendingOutlined,
|
|
174
|
-
SortDescendingOutlined,
|
|
175
|
-
AreaChartOutlined,
|
|
176
|
-
BoxPlotOutlined,
|
|
177
|
-
FallOutlined,
|
|
178
|
-
RiseOutlined,
|
|
179
|
-
StockOutlined,
|
|
180
|
-
GithubOutlined,
|
|
181
|
-
WeiboCircleOutlined,
|
|
182
|
-
AlipayOutlined,
|
|
183
|
-
AlipayCircleOutlined,
|
|
184
|
-
AndroidOutlined,
|
|
185
|
-
AppleOutlined,
|
|
186
|
-
WechatOutlined,
|
|
187
|
-
WechatWorkOutlined,
|
|
188
|
-
OpenAIOutlined,
|
|
189
|
-
BilibiliOutlined,
|
|
190
|
-
TikTokOutlined,
|
|
191
|
-
JavaScriptOutlined,
|
|
192
|
-
PythonOutlined,
|
|
193
|
-
DockerOutlined,
|
|
194
|
-
AccountBookOutlined,
|
|
195
|
-
AlertOutlined,
|
|
196
|
-
ApiOutlined,
|
|
197
|
-
BarsOutlined,
|
|
198
|
-
BookOutlined,
|
|
199
|
-
CameraOutlined,
|
|
200
|
-
ClearOutlined,
|
|
201
|
-
CloudOutlined,
|
|
202
|
-
ClusterOutlined,
|
|
203
|
-
CodeOutlined,
|
|
204
|
-
CommentOutlined,
|
|
205
|
-
CompassOutlined,
|
|
206
|
-
ConsoleSqlOutlined,
|
|
207
|
-
ControlOutlined,
|
|
208
|
-
DashboardOutlined,
|
|
209
|
-
ExportOutlined,
|
|
210
|
-
ImportOutlined,
|
|
211
|
-
FunctionOutlined,
|
|
212
|
-
GlobalOutlined,
|
|
213
|
-
HourglassOutlined,
|
|
214
|
-
KeyOutlined,
|
|
215
|
-
LoadingOutlined,
|
|
216
|
-
LockOutlined,
|
|
217
|
-
MailOutlined,
|
|
218
|
-
MenuOutlined,
|
|
219
|
-
NotificationOutlined,
|
|
220
|
-
NumberOutlined,
|
|
221
|
-
PoweroffOutlined,
|
|
222
|
-
QrcodeOutlined,
|
|
223
|
-
ReadOutlined,
|
|
224
|
-
ReloadOutlined,
|
|
225
|
-
SaveOutlined,
|
|
226
|
-
RocketOutlined,
|
|
227
|
-
ScheduleOutlined,
|
|
228
|
-
SendOutlined,
|
|
229
|
-
SettingOutlined,
|
|
230
|
-
SyncOutlined,
|
|
231
|
-
TeamOutlined,
|
|
232
|
-
ToolOutlined,
|
|
233
|
-
UnlockOutlined,
|
|
234
|
-
UserOutlined,
|
|
235
|
-
CaretUpOutlined,
|
|
236
|
-
CaretDownOutlined,
|
|
237
|
-
CaretLeftOutlined,
|
|
238
|
-
CaretRightOutlined,
|
|
239
|
-
UpCircleOutlined,
|
|
240
|
-
DownCircleOutlined,
|
|
241
|
-
LeftCircleOutlined,
|
|
242
|
-
RightCircleOutlined,
|
|
243
|
-
EnterOutlined,
|
|
244
|
-
RetweetOutlined,
|
|
245
|
-
WarningOutlined,
|
|
246
|
-
FormOutlined,
|
|
247
|
-
CopyOutlined,
|
|
248
|
-
ScissorOutlined,
|
|
249
|
-
SnippetsOutlined,
|
|
250
|
-
DiffOutlined,
|
|
251
|
-
OrderedListOutlined,
|
|
252
|
-
UnorderedListOutlined,
|
|
253
|
-
SlidersOutlined,
|
|
254
|
-
AuditOutlined,
|
|
255
|
-
BorderOutlined,
|
|
256
|
-
ContactsOutlined,
|
|
257
|
-
ContainerOutlined,
|
|
258
|
-
DeliveredProcedureOutlined,
|
|
259
|
-
PauseOutlined,
|
|
260
|
-
StepBackwardOutlined,
|
|
261
|
-
StepForwardOutlined,
|
|
262
|
-
FastForwardOutlined,
|
|
263
|
-
FastBackwardOutlined,
|
|
264
|
-
SunOutlined,
|
|
265
|
-
MoonOutlined
|
|
266
|
-
} from '@ant-design/icons';
|
|
267
|
-
import {
|
|
268
|
-
BsAlarm,
|
|
269
|
-
BsEnvelope,
|
|
270
|
-
BsEnvelopeOpen,
|
|
271
|
-
BsLink,
|
|
272
|
-
BsLink45Deg,
|
|
273
|
-
BsListCheck,
|
|
274
|
-
BsListTask
|
|
275
|
-
} from "react-icons/bs/index.esm";
|
|
276
|
-
import {
|
|
277
|
-
BiAnalyse,
|
|
278
|
-
BiTable,
|
|
279
|
-
BiLayer,
|
|
280
|
-
BiLayerMinus,
|
|
281
|
-
BiLayerPlus
|
|
282
|
-
} from "react-icons/bi/index.esm";
|
|
283
|
-
import {
|
|
284
|
-
DiPython,
|
|
285
|
-
DiLinux,
|
|
286
|
-
DiChrome,
|
|
287
|
-
DiDatabase,
|
|
288
|
-
DiFirefox,
|
|
289
|
-
DiMarkdown,
|
|
290
|
-
DiPostgresql,
|
|
291
|
-
DiTerminal,
|
|
292
|
-
DiWindows
|
|
293
|
-
} from "react-icons/di/index.esm";
|
|
294
|
-
import {
|
|
295
|
-
FcAdvertising,
|
|
296
|
-
FcApproval,
|
|
297
|
-
FcBookmark,
|
|
298
|
-
FcBearish,
|
|
299
|
-
FcBullish,
|
|
300
|
-
FcCalculator,
|
|
301
|
-
FcCalendar,
|
|
302
|
-
FcCommandLine,
|
|
303
|
-
FcDataSheet,
|
|
304
|
-
FcElectronics,
|
|
305
|
-
FcFolder,
|
|
306
|
-
FcGlobe,
|
|
307
|
-
FcInspection,
|
|
308
|
-
FcOk,
|
|
309
|
-
FcOpenedFolder,
|
|
310
|
-
FcOrgUnit,
|
|
311
|
-
FcParallelTasks,
|
|
312
|
-
FcPlanner,
|
|
313
|
-
FcNegativeDynamic,
|
|
314
|
-
FcPositiveDynamic,
|
|
315
|
-
FcSafe,
|
|
316
|
-
FcSerialTasks,
|
|
317
|
-
FcSearch,
|
|
318
|
-
FcStatistics,
|
|
319
|
-
FcSupport,
|
|
320
|
-
FcSynchronize,
|
|
321
|
-
FcTodoList,
|
|
322
|
-
FcWorkflow,
|
|
323
|
-
FcComboChart,
|
|
324
|
-
FcAreaChart,
|
|
325
|
-
FcBarChart,
|
|
326
|
-
FcDoughnutChart,
|
|
327
|
-
FcFlowChart,
|
|
328
|
-
FcLineChart,
|
|
329
|
-
FcPieChart,
|
|
330
|
-
FcScatterPlot,
|
|
331
|
-
FcRadarPlot,
|
|
332
|
-
FcAbout,
|
|
333
|
-
FcAcceptDatabase,
|
|
334
|
-
FcAddDatabase,
|
|
335
|
-
FcAlphabeticalSortingAz,
|
|
336
|
-
FcAlphabeticalSortingZa,
|
|
337
|
-
FcAutomatic,
|
|
338
|
-
FcBinoculars,
|
|
339
|
-
FcBriefcase,
|
|
340
|
-
FcCancel,
|
|
341
|
-
FcCheckmark,
|
|
342
|
-
FcDataBackup,
|
|
343
|
-
FcDataConfiguration,
|
|
344
|
-
FcDataEncryption,
|
|
345
|
-
FcConferenceCall,
|
|
346
|
-
FcDataProtection,
|
|
347
|
-
FcDatabase,
|
|
348
|
-
FcDeleteDatabase,
|
|
349
|
-
FcDeployment,
|
|
350
|
-
FcDocument,
|
|
351
|
-
FcDownload,
|
|
352
|
-
FcEmptyTrash,
|
|
353
|
-
FcExport,
|
|
354
|
-
FcFaq,
|
|
355
|
-
FcFile,
|
|
356
|
-
FcFinePrint,
|
|
357
|
-
FcFullTrash,
|
|
358
|
-
FcGenealogy,
|
|
359
|
-
FcHighPriority,
|
|
360
|
-
FcHome,
|
|
361
|
-
FcIdea,
|
|
362
|
-
FcImageFile,
|
|
363
|
-
FcImport,
|
|
364
|
-
FcInfo,
|
|
365
|
-
FcLikePlaceholder,
|
|
366
|
-
FcLike,
|
|
367
|
-
FcList,
|
|
368
|
-
FcLowPriority,
|
|
369
|
-
FcMenu,
|
|
370
|
-
FcMindMap,
|
|
371
|
-
FcMultipleInputs,
|
|
372
|
-
FcNumericalSorting12,
|
|
373
|
-
FcNumericalSorting21,
|
|
374
|
-
FcOrganization,
|
|
375
|
-
FcOvertime,
|
|
376
|
-
FcPlus,
|
|
377
|
-
FcProcess,
|
|
378
|
-
FcQuestions,
|
|
379
|
-
FcRules,
|
|
380
|
-
FcServices,
|
|
381
|
-
FcSettings,
|
|
382
|
-
FcShare,
|
|
383
|
-
FcSignature,
|
|
384
|
-
FcSurvey,
|
|
385
|
-
FcTemplate,
|
|
386
|
-
FcTimeline,
|
|
387
|
-
FcTreeStructure,
|
|
388
|
-
FcUpload,
|
|
389
|
-
FcViewDetails,
|
|
390
|
-
FcVlc
|
|
391
|
-
} from "react-icons/fc/index.esm";
|
|
392
|
-
import {
|
|
393
|
-
MdAccountCircle,
|
|
394
|
-
MdAlarm,
|
|
395
|
-
MdAlarmAdd,
|
|
396
|
-
MdAlarmOff,
|
|
397
|
-
MdAlarmOn,
|
|
398
|
-
MdAssessment,
|
|
399
|
-
MdAssignment,
|
|
400
|
-
MdBugReport,
|
|
401
|
-
MdBuild,
|
|
402
|
-
MdCode,
|
|
403
|
-
MdDashboard,
|
|
404
|
-
MdDelete,
|
|
405
|
-
MdDeleteForever,
|
|
406
|
-
MdDescription,
|
|
407
|
-
MdEvent,
|
|
408
|
-
MdExitToApp,
|
|
409
|
-
MdExplore,
|
|
410
|
-
MdExtension,
|
|
411
|
-
MdFavorite,
|
|
412
|
-
MdFavoriteBorder,
|
|
413
|
-
MdFindInPage,
|
|
414
|
-
MdFingerprint,
|
|
415
|
-
MdGTranslate,
|
|
416
|
-
MdGetApp,
|
|
417
|
-
MdHelp,
|
|
418
|
-
MdHelpOutline,
|
|
419
|
-
MdHighlightOff,
|
|
420
|
-
MdHistory,
|
|
421
|
-
MdHome,
|
|
422
|
-
MdHourglassEmpty,
|
|
423
|
-
MdInfo,
|
|
424
|
-
MdInfoOutline,
|
|
425
|
-
MdInput,
|
|
426
|
-
MdLabel,
|
|
427
|
-
MdLabelOutline,
|
|
428
|
-
MdLaunch,
|
|
429
|
-
MdLightbulbOutline,
|
|
430
|
-
MdList,
|
|
431
|
-
MdLockOpen,
|
|
432
|
-
MdLockOutline,
|
|
433
|
-
MdNoteAdd,
|
|
434
|
-
MdOpacity,
|
|
435
|
-
MdPowerSettingsNew,
|
|
436
|
-
MdQueryBuilder,
|
|
437
|
-
MdRestore,
|
|
438
|
-
MdSchedule,
|
|
439
|
-
MdSearch,
|
|
440
|
-
MdSettings,
|
|
441
|
-
MdSubject,
|
|
442
|
-
MdSupervisorAccount,
|
|
443
|
-
MdSwapHoriz,
|
|
444
|
-
MdSwapVert,
|
|
445
|
-
MdThumbDown,
|
|
446
|
-
MdThumbUp,
|
|
447
|
-
MdTimeline,
|
|
448
|
-
MdToc,
|
|
449
|
-
MdTranslate,
|
|
450
|
-
MdTrendingDown,
|
|
451
|
-
MdTrendingFlat,
|
|
452
|
-
MdTrendingUp,
|
|
453
|
-
MdUpdate,
|
|
454
|
-
MdVerifiedUser,
|
|
455
|
-
MdVisibility,
|
|
456
|
-
MdVisibilityOff,
|
|
457
|
-
MdAddAlert,
|
|
458
|
-
MdEqualizer,
|
|
459
|
-
MdLibraryAdd,
|
|
460
|
-
MdLibraryBooks,
|
|
461
|
-
MdNotInterested,
|
|
462
|
-
MdEmail,
|
|
463
|
-
MdMailOutline,
|
|
464
|
-
MdLocationOn,
|
|
465
|
-
MdAddCircle,
|
|
466
|
-
MdAddCircleOutline,
|
|
467
|
-
MdAdd,
|
|
468
|
-
MdAddBox,
|
|
469
|
-
MdBackspace,
|
|
470
|
-
MdBlock,
|
|
471
|
-
MdClear,
|
|
472
|
-
MdContentCopy,
|
|
473
|
-
MdContentCut,
|
|
474
|
-
MdContentPaste,
|
|
475
|
-
MdCreate,
|
|
476
|
-
MdDrafts,
|
|
477
|
-
MdFlag,
|
|
478
|
-
MdForward,
|
|
479
|
-
MdGesture,
|
|
480
|
-
MdLink,
|
|
481
|
-
MdLowPriority,
|
|
482
|
-
MdRemove,
|
|
483
|
-
MdRemoveCircle,
|
|
484
|
-
MdRemoveCircleOutline,
|
|
485
|
-
MdSave,
|
|
486
|
-
MdStorage,
|
|
487
|
-
MdAttachFile,
|
|
488
|
-
MdFormatQuote,
|
|
489
|
-
MdFunctions,
|
|
490
|
-
MdInsertChart,
|
|
491
|
-
MdCloudDone,
|
|
492
|
-
MdCloudDownload,
|
|
493
|
-
MdCloudQueue,
|
|
494
|
-
MdCloudUpload,
|
|
495
|
-
MdCreateNewFolder,
|
|
496
|
-
MdFileDownload,
|
|
497
|
-
MdFileUpload,
|
|
498
|
-
MdTimer,
|
|
499
|
-
MdTimerOff,
|
|
500
|
-
MdTransform,
|
|
501
|
-
MdTune,
|
|
502
|
-
MdEditLocation,
|
|
503
|
-
MdLayers,
|
|
504
|
-
MdLayersClear,
|
|
505
|
-
MdPinDrop,
|
|
506
|
-
MdNotifications,
|
|
507
|
-
MdPlusOne,
|
|
508
|
-
MdPeople,
|
|
509
|
-
MdStar,
|
|
510
|
-
MdStarBorder,
|
|
511
|
-
MdStarHalf
|
|
512
|
-
} from "react-icons/md/index.esm";
|
|
513
|
-
import {
|
|
514
|
-
ImEarth,
|
|
515
|
-
ImSphere
|
|
516
|
-
} from "react-icons/im/index.esm";
|
|
517
|
-
import { GiMeshNetwork } from "react-icons/gi/index.esm";
|
|
518
|
-
import {
|
|
519
|
-
PiCircle,
|
|
520
|
-
PiPolygon,
|
|
521
|
-
PiMapPin,
|
|
522
|
-
PiLineSegment,
|
|
523
|
-
PiLineSegments,
|
|
524
|
-
PiTrashSimple,
|
|
525
|
-
PiTrash,
|
|
526
|
-
PiRuler,
|
|
527
|
-
PiSelection,
|
|
528
|
-
PiSelectionSlash,
|
|
529
|
-
PiSquareSplitHorizontal,
|
|
530
|
-
PiSquareSplitVertical,
|
|
531
|
-
PiStackSimple,
|
|
532
|
-
PiStack,
|
|
533
|
-
PiNavigationArrow,
|
|
534
|
-
PiMapTrifold,
|
|
535
|
-
PiInfo,
|
|
536
|
-
PiLockKeyOpen,
|
|
537
|
-
PiLockKey,
|
|
538
|
-
PiGear,
|
|
539
|
-
PiAirplane,
|
|
540
|
-
PiAnchorSimple,
|
|
541
|
-
PiArrowArcLeft,
|
|
542
|
-
PiArrowArcRight,
|
|
543
|
-
PiArrowClockwise,
|
|
544
|
-
PiArrowCounterClockwise,
|
|
545
|
-
PiBarricade,
|
|
546
|
-
PiBinoculars,
|
|
547
|
-
PiBoundingBox,
|
|
548
|
-
PiBroom,
|
|
549
|
-
PiBuildings,
|
|
550
|
-
PiCalculator,
|
|
551
|
-
PiCamera,
|
|
552
|
-
PiCircuitry,
|
|
553
|
-
PiClipboard,
|
|
554
|
-
PiCompass,
|
|
555
|
-
PiCopy,
|
|
556
|
-
PiCpu,
|
|
557
|
-
PiCrosshair,
|
|
558
|
-
PiCubeFocus,
|
|
559
|
-
PiCube,
|
|
560
|
-
PiCursor,
|
|
561
|
-
PiDatabase,
|
|
562
|
-
PiEyeSlash,
|
|
563
|
-
PiEye,
|
|
564
|
-
PiFaders,
|
|
565
|
-
PiFloppyDisk,
|
|
566
|
-
PiDotsThreeVertical,
|
|
567
|
-
PiDotsThree,
|
|
568
|
-
PiMathOperations,
|
|
569
|
-
PiPlus,
|
|
570
|
-
PiMinus,
|
|
571
|
-
PiPath
|
|
572
|
-
} from 'react-icons/pi/index.esm';
|
|
573
|
-
import { SiGitee } from 'react-icons/si/index.esm'
|
|
574
|
-
|
|
575
|
-
// vscode中,使用正则查找目标后,按快捷键alt+enter批量选中匹配项
|
|
576
|
-
const str2Icon = new Map([
|
|
577
|
-
['antd-carry-out', <CarryOutOutlined />],
|
|
578
|
-
['antd-car', <CarOutlined />],
|
|
579
|
-
['antd-bulb', <BulbOutlined />],
|
|
580
|
-
['antd-build', <BuildOutlined />],
|
|
581
|
-
['antd-bug', <BugOutlined />],
|
|
582
|
-
['antd-bar-code', <BarcodeOutlined />],
|
|
583
|
-
['antd-branches', <BranchesOutlined />],
|
|
584
|
-
['antd-aim', <AimOutlined />],
|
|
585
|
-
['antd-issues-close', <IssuesCloseOutlined />],
|
|
586
|
-
['antd-ellipsis', <EllipsisOutlined />],
|
|
587
|
-
['antd-user', <UserOutlined />],
|
|
588
|
-
['antd-unlock', <UnlockOutlined />],
|
|
589
|
-
['antd-repair', <ToolOutlined />],
|
|
590
|
-
['antd-team', <TeamOutlined />],
|
|
591
|
-
['antd-sync', <SyncOutlined />],
|
|
592
|
-
['antd-setting', <SettingOutlined />],
|
|
593
|
-
['antd-send', <SendOutlined />],
|
|
594
|
-
['antd-schedule', <ScheduleOutlined />],
|
|
595
|
-
['antd-save', <SaveOutlined />],
|
|
596
|
-
['antd-rocket', <RocketOutlined />],
|
|
597
|
-
['antd-reload', <ReloadOutlined />],
|
|
598
|
-
['antd-read', <ReadOutlined />],
|
|
599
|
-
['antd-qrcode', <QrcodeOutlined />],
|
|
600
|
-
['antd-power-off', <PoweroffOutlined />],
|
|
601
|
-
['antd-number', <NumberOutlined />],
|
|
602
|
-
['antd-notification', <NotificationOutlined />],
|
|
603
|
-
['antd-menu', <MenuOutlined />],
|
|
604
|
-
['antd-mail', <MailOutlined />],
|
|
605
|
-
['antd-lock', <LockOutlined />],
|
|
606
|
-
['antd-loading', <LoadingOutlined />],
|
|
607
|
-
['antd-key', <KeyOutlined />],
|
|
608
|
-
['antd-hourglass', <HourglassOutlined />],
|
|
609
|
-
['antd-global', <GlobalOutlined />],
|
|
610
|
-
['antd-function', <FunctionOutlined />],
|
|
611
|
-
['antd-import', <ImportOutlined />],
|
|
612
|
-
['antd-export', <ExportOutlined />],
|
|
613
|
-
['antd-dashboard', <DashboardOutlined />],
|
|
614
|
-
['antd-control', <ControlOutlined />],
|
|
615
|
-
['antd-console-sql', <ConsoleSqlOutlined />],
|
|
616
|
-
['antd-compass', <CompassOutlined />],
|
|
617
|
-
['antd-comment', <CommentOutlined />],
|
|
618
|
-
['antd-code', <CodeOutlined />],
|
|
619
|
-
['antd-cluster', <ClusterOutlined />],
|
|
620
|
-
['antd-clear', <ClearOutlined />],
|
|
621
|
-
['antd-camera', <CameraOutlined />],
|
|
622
|
-
['antd-book', <BookOutlined />],
|
|
623
|
-
['antd-catalog', <BarsOutlined />],
|
|
624
|
-
['antd-api', <ApiOutlined />],
|
|
625
|
-
['antd-alert', <AlertOutlined />],
|
|
626
|
-
['antd-account-book', <AccountBookOutlined />],
|
|
627
|
-
['antd-alipay', <AlipayOutlined />],
|
|
628
|
-
['antd-alipay-circle', <AlipayCircleOutlined />],
|
|
629
|
-
['antd-weibo', <WeiboCircleOutlined />],
|
|
630
|
-
['antd-github', <GithubOutlined />],
|
|
631
|
-
['antd-android', <AndroidOutlined />],
|
|
632
|
-
['antd-apple', <AppleOutlined />],
|
|
633
|
-
['antd-wechat', <WechatOutlined />],
|
|
634
|
-
['antd-wechat-work', <WechatWorkOutlined />],
|
|
635
|
-
['antd-openai', <OpenAIOutlined />],
|
|
636
|
-
['antd-bilibili', <BilibiliOutlined />],
|
|
637
|
-
['antd-tiktok', <TikTokOutlined />],
|
|
638
|
-
['antd-javascript', <JavaScriptOutlined />],
|
|
639
|
-
['antd-python', <PythonOutlined />],
|
|
640
|
-
['antd-docker', <DockerOutlined />],
|
|
641
|
-
['antd-fall', <FallOutlined />],
|
|
642
|
-
['antd-rise', <RiseOutlined />],
|
|
643
|
-
['antd-stock', <StockOutlined />],
|
|
644
|
-
['antd-home', <HomeOutlined />],
|
|
645
|
-
['antd-fund', <FundOutlined />],
|
|
646
|
-
['antd-area-chart', <AreaChartOutlined />],
|
|
647
|
-
['antd-radar-chart', <RadarChartOutlined />],
|
|
648
|
-
['antd-bar-chart', <BarChartOutlined />],
|
|
649
|
-
['antd-pie-chart', <PieChartOutlined />],
|
|
650
|
-
['antd-box-plot', <BoxPlotOutlined />],
|
|
651
|
-
['antd-dot-chart', <DotChartOutlined />],
|
|
652
|
-
['antd-line-chart', <LineChartOutlined />],
|
|
653
|
-
['antd-field-binary', <FieldBinaryOutlined />],
|
|
654
|
-
['antd-field-number', <FieldNumberOutlined />],
|
|
655
|
-
['antd-field-string', <FieldStringOutlined />],
|
|
656
|
-
['antd-field-time', <FieldTimeOutlined />],
|
|
657
|
-
['antd-file-add', <FileAddOutlined />],
|
|
658
|
-
['antd-file-done', <FileDoneOutlined />],
|
|
659
|
-
['antd-file', <FileOutlined />],
|
|
660
|
-
['antd-file-image', <FileImageOutlined />],
|
|
661
|
-
['antd-file-markdown', <FileMarkdownOutlined />],
|
|
662
|
-
['antd-file-pdf', <FilePdfOutlined />],
|
|
663
|
-
['antd-file-protect', <FileProtectOutlined />],
|
|
664
|
-
['antd-file-sync', <FileSyncOutlined />],
|
|
665
|
-
['antd-file-text', <FileTextOutlined />],
|
|
666
|
-
['antd-file-word', <FileWordOutlined />],
|
|
667
|
-
['antd-file-zip', <FileZipOutlined />],
|
|
668
|
-
['antd-filter', <FilterOutlined />],
|
|
669
|
-
['antd-fire', <FireOutlined />],
|
|
670
|
-
['antd-woman', <WomanOutlined />],
|
|
671
|
-
['antd-arrow-up', <ArrowUpOutlined />],
|
|
672
|
-
['antd-arrow-down', <ArrowDownOutlined />],
|
|
673
|
-
['antd-arrow-left', <ArrowLeftOutlined />],
|
|
674
|
-
['antd-arrow-right', <ArrowRightOutlined />],
|
|
675
|
-
['antd-flag', <FlagOutlined />],
|
|
676
|
-
['antd-user-add', <UserAddOutlined />],
|
|
677
|
-
['antd-folder-add', <FolderAddOutlined />],
|
|
678
|
-
['antd-man', <ManOutlined />],
|
|
679
|
-
['antd-tag', <TagOutlined />],
|
|
680
|
-
['antd-folder', <FolderOutlined />],
|
|
681
|
-
['antd-user-delete', <UserDeleteOutlined />],
|
|
682
|
-
['antd-trophy', <TrophyOutlined />],
|
|
683
|
-
['antd-shopping-cart', <ShoppingCartOutlined />],
|
|
684
|
-
['antd-folder-open', <FolderOpenOutlined />],
|
|
685
|
-
['antd-fork', <ForkOutlined />],
|
|
686
|
-
['antd-select', <SelectOutlined />],
|
|
687
|
-
['antd-tags', <TagsOutlined />],
|
|
688
|
-
['antd-thunderbolt', <ThunderboltOutlined />],
|
|
689
|
-
['antd-sound', <SoundOutlined />],
|
|
690
|
-
['antd-fund-projection-screen', <FundProjectionScreenOutlined />],
|
|
691
|
-
['antd-funnel-plot', <FunnelPlotOutlined />],
|
|
692
|
-
['antd-gift', <GiftOutlined />],
|
|
693
|
-
['antd-robot', <RobotOutlined />],
|
|
694
|
-
['antd-pushpin', <PushpinOutlined />],
|
|
695
|
-
['antd-printer', <PrinterOutlined />],
|
|
696
|
-
['antd-phone', <PhoneOutlined />],
|
|
697
|
-
['antd-picture', <PictureOutlined />],
|
|
698
|
-
['antd-idcard', <IdcardOutlined />],
|
|
699
|
-
['antd-partition', <PartitionOutlined />],
|
|
700
|
-
['antd-monitor', <MonitorOutlined />],
|
|
701
|
-
['antd-more', <MoreOutlined />],
|
|
702
|
-
['antd-apartment', <ApartmentOutlined />],
|
|
703
|
-
['antd-money-collect', <MoneyCollectOutlined />],
|
|
704
|
-
['antd-experiment', <ExperimentOutlined />],
|
|
705
|
-
['antd-link', <LinkOutlined />],
|
|
706
|
-
['antd-mobile', <MobileOutlined />],
|
|
707
|
-
['antd-coffee', <CoffeeOutlined />],
|
|
708
|
-
['antd-layout', <LayoutOutlined />],
|
|
709
|
-
['antd-eye', <EyeOutlined />],
|
|
710
|
-
['antd-eye-invisible', <EyeInvisibleOutlined />],
|
|
711
|
-
['antd-exception', <ExceptionOutlined />],
|
|
712
|
-
['antd-dollar', <DollarOutlined />],
|
|
713
|
-
['antd-euro', <EuroOutlined />],
|
|
714
|
-
['antd-download', <DownloadOutlined />],
|
|
715
|
-
['antd-environment', <EnvironmentOutlined />],
|
|
716
|
-
['antd-deployment-unit', <DeploymentUnitOutlined />],
|
|
717
|
-
['antd-crown', <CrownOutlined />],
|
|
718
|
-
['antd-desktop', <DesktopOutlined />],
|
|
719
|
-
['antd-like', <LikeOutlined />],
|
|
720
|
-
['antd-dislike', <DislikeOutlined />],
|
|
721
|
-
['antd-disconnect', <DisconnectOutlined />],
|
|
722
|
-
['antd-app-store', <AppstoreOutlined />],
|
|
723
|
-
['antd-app-store-add', <AppstoreAddOutlined />],
|
|
724
|
-
['antd-bell', <BellOutlined />],
|
|
725
|
-
['antd-calculator', <CalculatorOutlined />],
|
|
726
|
-
['antd-calendar', <CalendarOutlined />],
|
|
727
|
-
['antd-database', <DatabaseOutlined />],
|
|
728
|
-
['antd-history', <HistoryOutlined />],
|
|
729
|
-
['antd-search', <SearchOutlined />],
|
|
730
|
-
['antd-file-search', <FileSearchOutlined />],
|
|
731
|
-
['antd-cloud', <CloudOutlined />],
|
|
732
|
-
['antd-cloud-upload', <CloudUploadOutlined />],
|
|
733
|
-
['antd-cloud-download', <CloudDownloadOutlined />],
|
|
734
|
-
['antd-cloud-server', <CloudServerOutlined />],
|
|
735
|
-
['antd-cloud-sync', <CloudSyncOutlined />],
|
|
736
|
-
['antd-swap', <SwapOutlined />],
|
|
737
|
-
['antd-rollback', <RollbackOutlined />],
|
|
738
|
-
['antd-login', <LoginOutlined />],
|
|
739
|
-
['antd-logout', <LogoutOutlined />],
|
|
740
|
-
['antd-menu-fold', <MenuFoldOutlined />],
|
|
741
|
-
['antd-menu-unfold', <MenuUnfoldOutlined />],
|
|
742
|
-
['antd-full-screen', <FullscreenOutlined />],
|
|
743
|
-
['antd-full-screen-exit', <FullscreenExitOutlined />],
|
|
744
|
-
['antd-question-circle', <QuestionCircleOutlined />],
|
|
745
|
-
['antd-plus-circle', <PlusCircleOutlined />],
|
|
746
|
-
['antd-minus-circle', <MinusCircleOutlined />],
|
|
747
|
-
['antd-info-circle', <InfoCircleOutlined />],
|
|
748
|
-
['antd-exclamation-circle', <ExclamationCircleOutlined />],
|
|
749
|
-
['antd-close-circle', <CloseCircleOutlined />],
|
|
750
|
-
['antd-check-circle', <CheckCircleOutlined />],
|
|
751
|
-
['antd-clock-circle', <ClockCircleOutlined />],
|
|
752
|
-
['antd-stop', <StopOutlined />],
|
|
753
|
-
['antd-edit', <EditOutlined />],
|
|
754
|
-
['antd-delete', <DeleteOutlined />],
|
|
755
|
-
['antd-highlight', <HighlightOutlined />],
|
|
756
|
-
['antd-redo', <RedoOutlined />],
|
|
757
|
-
['antd-undo', <UndoOutlined />],
|
|
758
|
-
['antd-zoom-in', <ZoomInOutlined />],
|
|
759
|
-
['antd-zoom-out', <ZoomOutOutlined />],
|
|
760
|
-
['antd-sort-ascending', <SortAscendingOutlined />],
|
|
761
|
-
['antd-sort-descending', <SortDescendingOutlined />],
|
|
762
|
-
['antd-table', <TableOutlined />],
|
|
763
|
-
['antd-question', <QuestionOutlined />],
|
|
764
|
-
['antd-plus', <PlusOutlined />],
|
|
765
|
-
['antd-minus', <MinusOutlined />],
|
|
766
|
-
['antd-close', <CloseOutlined />],
|
|
767
|
-
['antd-check', <CheckOutlined />],
|
|
768
|
-
['antd-sketch', <SketchOutlined />],
|
|
769
|
-
['antd-bank', <BankOutlined />],
|
|
770
|
-
['antd-block', <BlockOutlined />],
|
|
771
|
-
['antd-insurance', <InsuranceOutlined />],
|
|
772
|
-
['antd-smile', <SmileOutlined />],
|
|
773
|
-
['antd-skin', <SkinOutlined />],
|
|
774
|
-
['antd-star', <StarOutlined />],
|
|
775
|
-
['antd-right-circle-two-tone', <RightCircleTwoTone />],
|
|
776
|
-
['antd-left-circle-two-tone', <LeftCircleTwoTone />],
|
|
777
|
-
['antd-up-circle-two-tone', <UpCircleTwoTone />],
|
|
778
|
-
['antd-down-circle-two-tone', <DownCircleTwoTone />],
|
|
779
|
-
['antd-up-square-two-tone', <UpSquareTwoTone />],
|
|
780
|
-
['antd-down-square-two-tone', <DownSquareTwoTone />],
|
|
781
|
-
['antd-left-square-two-tone', <LeftSquareTwoTone />],
|
|
782
|
-
['antd-right-square-two-tone', <RightSquareTwoTone />],
|
|
783
|
-
['antd-question-circle-two-tone', <QuestionCircleTwoTone />],
|
|
784
|
-
['antd-plus-circle-two-tone', <PlusCircleTwoTone />],
|
|
785
|
-
['antd-minus-circle-two-tone', <MinusCircleTwoTone />],
|
|
786
|
-
['antd-plus-square-two-tone', <PlusSquareTwoTone />],
|
|
787
|
-
['antd-minus-square-two-tone', <MinusSquareTwoTone />],
|
|
788
|
-
['antd-info-circle-two-tone', <InfoCircleTwoTone />],
|
|
789
|
-
['antd-exclamation-circle-two-tone', <ExclamationCircleTwoTone />],
|
|
790
|
-
['antd-close-circle-two-tone', <CloseCircleTwoTone />],
|
|
791
|
-
['antd-close-square-two-tone', <CloseSquareTwoTone />],
|
|
792
|
-
['antd-check-circle-two-tone', <CheckCircleTwoTone />],
|
|
793
|
-
['antd-check-square-two-tone', <CheckSquareTwoTone />],
|
|
794
|
-
['antd-edit-two-tone', <EditTwoTone />],
|
|
795
|
-
['antd-delete-two-tone', <DeleteTwoTone />],
|
|
796
|
-
['antd-highlight-two-tone', <HighlightTwoTone />],
|
|
797
|
-
['antd-pie-chart-two-tone', <PieChartTwoTone />],
|
|
798
|
-
['antd-box-chart-two-tone', <BoxPlotTwoTone />],
|
|
799
|
-
['antd-fund-two-tone', <FundTwoTone />],
|
|
800
|
-
['antd-sliders-two-tone', <SlidersTwoTone />],
|
|
801
|
-
['antd-api-two-tone', <ApiTwoTone />],
|
|
802
|
-
['antd-cloud-two-tone', <CloudTwoTone />],
|
|
803
|
-
['antd-hourglass-two-tone', <HourglassTwoTone />],
|
|
804
|
-
['antd-notification-two-tone', <NotificationTwoTone />],
|
|
805
|
-
['antd-tool-two-tone', <ToolTwoTone />],
|
|
806
|
-
['antd-down', <DownOutlined />],
|
|
807
|
-
['antd-up', <UpOutlined />],
|
|
808
|
-
['antd-left', <LeftOutlined />],
|
|
809
|
-
['antd-right', <RightOutlined />],
|
|
810
|
-
['antd-caret-up', <CaretUpOutlined />],
|
|
811
|
-
['antd-caret-down', <CaretDownOutlined />],
|
|
812
|
-
['antd-caret-left', <CaretLeftOutlined />],
|
|
813
|
-
['antd-caret-right', <CaretRightOutlined />],
|
|
814
|
-
['antd-up-circle', <UpCircleOutlined />],
|
|
815
|
-
['antd-down-circle', <DownCircleOutlined />],
|
|
816
|
-
['antd-left-circle', <LeftCircleOutlined />],
|
|
817
|
-
['antd-right-circle', <RightCircleOutlined />],
|
|
818
|
-
['antd-enter', <EnterOutlined />],
|
|
819
|
-
['antd-retweet', <RetweetOutlined />],
|
|
820
|
-
['antd-warning', <WarningOutlined />],
|
|
821
|
-
['antd-form', <FormOutlined />],
|
|
822
|
-
['antd-copy', <CopyOutlined />],
|
|
823
|
-
['antd-scissor', <ScissorOutlined />],
|
|
824
|
-
['antd-snippets', <SnippetsOutlined />],
|
|
825
|
-
['antd-diff', <DiffOutlined />],
|
|
826
|
-
['antd-ordered-list', <OrderedListOutlined />],
|
|
827
|
-
['antd-unordered-list', <UnorderedListOutlined />],
|
|
828
|
-
['antd-sliders', <SlidersOutlined />],
|
|
829
|
-
['antd-audit', <AuditOutlined />],
|
|
830
|
-
['antd-border', <BorderOutlined />],
|
|
831
|
-
['antd-contacts', <ContactsOutlined />],
|
|
832
|
-
['antd-container', <ContainerOutlined />],
|
|
833
|
-
['antd-delivered-procedure', <DeliveredProcedureOutlined />],
|
|
834
|
-
['antd-pause', <PauseOutlined />],
|
|
835
|
-
['antd-step-backward', <StepBackwardOutlined />],
|
|
836
|
-
['antd-step-forward', <StepForwardOutlined />],
|
|
837
|
-
['antd-fast-forward', <FastForwardOutlined />],
|
|
838
|
-
['antd-fast-backward', <FastBackwardOutlined />],
|
|
839
|
-
['antd-sun', <SunOutlined />],
|
|
840
|
-
['antd-moon', <MoonOutlined />],
|
|
841
|
-
['md-star-half', <MdStarHalf />],
|
|
842
|
-
['md-star-border', <MdStarBorder />],
|
|
843
|
-
['md-star', <MdStar />],
|
|
844
|
-
['md-people', <MdPeople />],
|
|
845
|
-
['md-plus-one', <MdPlusOne />],
|
|
846
|
-
['md-notifications', <MdNotifications />],
|
|
847
|
-
['md-pin-drop', <MdPinDrop />],
|
|
848
|
-
['md-layers-clear', <MdLayersClear />],
|
|
849
|
-
['md-layers', <MdLayers />],
|
|
850
|
-
['md-edit-location', <MdEditLocation />],
|
|
851
|
-
['md-tune', <MdTune />],
|
|
852
|
-
['md-transform', <MdTransform />],
|
|
853
|
-
['md-timer-off', <MdTimerOff />],
|
|
854
|
-
['md-timer', <MdTimer />],
|
|
855
|
-
['md-file-upload', <MdFileUpload />],
|
|
856
|
-
['md-file-download', <MdFileDownload />],
|
|
857
|
-
['md-create-new-folder', <MdCreateNewFolder />],
|
|
858
|
-
['md-cloud-upload', <MdCloudUpload />],
|
|
859
|
-
['md-cloud-queue', <MdCloudQueue />],
|
|
860
|
-
['md-cloud-download', <MdCloudDownload />],
|
|
861
|
-
['md-cloud-done', <MdCloudDone />],
|
|
862
|
-
['md-insert-chart', <MdInsertChart />],
|
|
863
|
-
['md-functions', <MdFunctions />],
|
|
864
|
-
['md-format-quote', <MdFormatQuote />],
|
|
865
|
-
['md-attach-file', <MdAttachFile />],
|
|
866
|
-
['md-storage', <MdStorage />],
|
|
867
|
-
['md-save', <MdSave />],
|
|
868
|
-
['md-remove-circle-outline', <MdRemoveCircleOutline />],
|
|
869
|
-
['md-remove-circle', <MdRemoveCircle />],
|
|
870
|
-
['md-remove', <MdRemove />],
|
|
871
|
-
['md-low-priority', <MdLowPriority />],
|
|
872
|
-
['md-link', <MdLink />],
|
|
873
|
-
['md-gesture', <MdGesture />],
|
|
874
|
-
['md-forward', <MdForward />],
|
|
875
|
-
['md-flag', <MdFlag />],
|
|
876
|
-
['md-drafts', <MdDrafts />],
|
|
877
|
-
['md-create', <MdCreate />],
|
|
878
|
-
['md-content-paste', <MdContentPaste />],
|
|
879
|
-
['md-content-cut', <MdContentCut />],
|
|
880
|
-
['md-content-copy', <MdContentCopy />],
|
|
881
|
-
['md-clear', <MdClear />],
|
|
882
|
-
['md-block', <MdBlock />],
|
|
883
|
-
['md-backspace', <MdBackspace />],
|
|
884
|
-
['md-add-box', <MdAddBox />],
|
|
885
|
-
['md-add', <MdAdd />],
|
|
886
|
-
['md-add-circle-outline', <MdAddCircleOutline />],
|
|
887
|
-
['md-add-circle', <MdAddCircle />],
|
|
888
|
-
['md-location-on', <MdLocationOn />],
|
|
889
|
-
['md-mail-outline', <MdMailOutline />],
|
|
890
|
-
['md-email', <MdEmail />],
|
|
891
|
-
['md-not-interested', <MdNotInterested />],
|
|
892
|
-
['md-library-books', <MdLibraryBooks />],
|
|
893
|
-
['md-library-add', <MdLibraryAdd />],
|
|
894
|
-
['md-equalizer', <MdEqualizer />],
|
|
895
|
-
['md-add-alert', <MdAddAlert />],
|
|
896
|
-
['md-visibility-off', <MdVisibilityOff />],
|
|
897
|
-
['md-visibility', <MdVisibility />],
|
|
898
|
-
['md-verified-user', <MdVerifiedUser />],
|
|
899
|
-
['md-update', <MdUpdate />],
|
|
900
|
-
['md-trending-up', <MdTrendingUp />],
|
|
901
|
-
['md-trending-flat', <MdTrendingFlat />],
|
|
902
|
-
['md-trending-down', <MdTrendingDown />],
|
|
903
|
-
['md-translate', <MdTranslate />],
|
|
904
|
-
['md-toc', <MdToc />],
|
|
905
|
-
['md-timeline', <MdTimeline />],
|
|
906
|
-
['md-thumb-up', <MdThumbUp />],
|
|
907
|
-
['md-thumb-down', <MdThumbDown />],
|
|
908
|
-
['md-swap-vert', <MdSwapVert />],
|
|
909
|
-
['md-swap-horiz', <MdSwapHoriz />],
|
|
910
|
-
['md-supervisor-account', <MdSupervisorAccount />],
|
|
911
|
-
['md-subject', <MdSubject />],
|
|
912
|
-
['md-settings', <MdSettings />],
|
|
913
|
-
['md-search', <MdSearch />],
|
|
914
|
-
['md-schedule', <MdSchedule />],
|
|
915
|
-
['md-restore', <MdRestore />],
|
|
916
|
-
['md-query-builder', <MdQueryBuilder />],
|
|
917
|
-
['md-power-settings-new', <MdPowerSettingsNew />],
|
|
918
|
-
['md-opacity', <MdOpacity />],
|
|
919
|
-
['md-note-add', <MdNoteAdd />],
|
|
920
|
-
['md-lock-outline', <MdLockOutline />],
|
|
921
|
-
['md-lock-open', <MdLockOpen />],
|
|
922
|
-
['md-list', <MdList />],
|
|
923
|
-
['md-lightbulb-outline', <MdLightbulbOutline />],
|
|
924
|
-
['md-launch', <MdLaunch />],
|
|
925
|
-
['md-label-outline', <MdLabelOutline />],
|
|
926
|
-
['md-label', <MdLabel />],
|
|
927
|
-
['md-input', <MdInput />],
|
|
928
|
-
['md-info-outline', <MdInfoOutline />],
|
|
929
|
-
['md-info', <MdInfo />],
|
|
930
|
-
['md-hourglass', <MdHourglassEmpty />],
|
|
931
|
-
['md-home', <MdHome />],
|
|
932
|
-
['md-history', <MdHistory />],
|
|
933
|
-
['md-highlight-off', <MdHighlightOff />],
|
|
934
|
-
['md-help-outline', <MdHelpOutline />],
|
|
935
|
-
['md-help', <MdHelp />],
|
|
936
|
-
['md-get-app', <MdGetApp />],
|
|
937
|
-
['md-translate', <MdGTranslate />],
|
|
938
|
-
['md-fingerprint', <MdFingerprint />],
|
|
939
|
-
['md-findIn-page', <MdFindInPage />],
|
|
940
|
-
['md-favorite-border', <MdFavoriteBorder />],
|
|
941
|
-
['md-favorite', <MdFavorite />],
|
|
942
|
-
['md-extension', <MdExtension />],
|
|
943
|
-
['md-explore', <MdExplore />],
|
|
944
|
-
['md-exit-to-app', <MdExitToApp />],
|
|
945
|
-
['md-event', <MdEvent />],
|
|
946
|
-
['md-description', <MdDescription />],
|
|
947
|
-
['md-delete-forever', <MdDeleteForever />],
|
|
948
|
-
['md-delete', <MdDelete />],
|
|
949
|
-
['md-dashboard', <MdDashboard />],
|
|
950
|
-
['md-code', <MdCode />],
|
|
951
|
-
['md-build', <MdBuild />],
|
|
952
|
-
['md-bug-report', <MdBugReport />],
|
|
953
|
-
['md-assignment', <MdAssignment />],
|
|
954
|
-
['md-assessment', <MdAssessment />],
|
|
955
|
-
['md-alarm-on', <MdAlarmOn />],
|
|
956
|
-
['md-alarm-off', <MdAlarmOff />],
|
|
957
|
-
['md-alarm-add', <MdAlarmAdd />],
|
|
958
|
-
['md-alarm', <MdAlarm />],
|
|
959
|
-
['md-account-circle', <MdAccountCircle />],
|
|
960
|
-
['fc-vlc', <FcVlc />],
|
|
961
|
-
['fc-view-details', <FcViewDetails />],
|
|
962
|
-
['fc-upload', <FcUpload />],
|
|
963
|
-
['fc-tree-structure', <FcTreeStructure />],
|
|
964
|
-
['fc-timeline', <FcTimeline />],
|
|
965
|
-
['fc-template', <FcTemplate />],
|
|
966
|
-
['fc-survey', <FcSurvey />],
|
|
967
|
-
['fc-signature', <FcSignature />],
|
|
968
|
-
['fc-share', <FcShare />],
|
|
969
|
-
['fc-services', <FcServices />],
|
|
970
|
-
['fc-rules', <FcRules />],
|
|
971
|
-
['fc-questions', <FcQuestions />],
|
|
972
|
-
['fc-process', <FcProcess />],
|
|
973
|
-
['fc-plus', <FcPlus />],
|
|
974
|
-
['fc-overtime', <FcOvertime />],
|
|
975
|
-
['fc-organization', <FcOrganization />],
|
|
976
|
-
['fc-numerical-sorting21', <FcNumericalSorting21 />],
|
|
977
|
-
['fc-numerical-sorting12', <FcNumericalSorting12 />],
|
|
978
|
-
['fc-multiple-inputs', <FcMultipleInputs />],
|
|
979
|
-
['fc-mind-map', <FcMindMap />],
|
|
980
|
-
['fc-menu', <FcMenu />],
|
|
981
|
-
['fc-list', <FcList />],
|
|
982
|
-
['fc-like', <FcLike />],
|
|
983
|
-
['fc-like-placeholder', <FcLikePlaceholder />],
|
|
984
|
-
['fc-info', <FcInfo />],
|
|
985
|
-
['fc-import', <FcImport />],
|
|
986
|
-
['fc-image-file', <FcImageFile />],
|
|
987
|
-
['fc-idea', <FcIdea />],
|
|
988
|
-
['fc-home', <FcHome />],
|
|
989
|
-
['fc-high-priority', <FcHighPriority />],
|
|
990
|
-
['fc-low-priority', <FcLowPriority />],
|
|
991
|
-
['fc-genealogy', <FcGenealogy />],
|
|
992
|
-
['fc-full-trash', <FcFullTrash />],
|
|
993
|
-
['fc-document-search', <FcFinePrint />],
|
|
994
|
-
['fc-file', <FcFile />],
|
|
995
|
-
['fc-faq', <FcFaq />],
|
|
996
|
-
['fc-export', <FcExport />],
|
|
997
|
-
['fc-empty-trash', <FcEmptyTrash />],
|
|
998
|
-
['fc-download', <FcDownload />],
|
|
999
|
-
['fc-document', <FcDocument />],
|
|
1000
|
-
['fc-deployment', <FcDeployment />],
|
|
1001
|
-
['fc-delete-database', <FcDeleteDatabase />],
|
|
1002
|
-
['fc-conference-call', <FcConferenceCall />],
|
|
1003
|
-
['fc-database', <FcDatabase />],
|
|
1004
|
-
['fc-data-protection', <FcDataProtection />],
|
|
1005
|
-
['fc-data-encryption', <FcDataEncryption />],
|
|
1006
|
-
['fc-data-configuration', <FcDataConfiguration />],
|
|
1007
|
-
['fc-data-backup', <FcDataBackup />],
|
|
1008
|
-
['fc-checkmark', <FcCheckmark />],
|
|
1009
|
-
['fc-cancel', <FcCancel />],
|
|
1010
|
-
['fc-briefcase', <FcBriefcase />],
|
|
1011
|
-
['fc-binoculars', <FcBinoculars />],
|
|
1012
|
-
['fc-automatic', <FcAutomatic />],
|
|
1013
|
-
['fc-alphabetical-sorting-za', <FcAlphabeticalSortingZa />],
|
|
1014
|
-
['fc-alphabetical-sorting-az', <FcAlphabeticalSortingAz />],
|
|
1015
|
-
['fc-add-database', <FcAddDatabase />],
|
|
1016
|
-
['fc-accept-database', <FcAcceptDatabase />],
|
|
1017
|
-
['fc-about', <FcAbout />],
|
|
1018
|
-
['fc-radar-chart', <FcRadarPlot />],
|
|
1019
|
-
['fc-scatter-chart', <FcScatterPlot />],
|
|
1020
|
-
['fc-pie-chart', <FcPieChart />],
|
|
1021
|
-
['fc-line-chart', <FcLineChart />],
|
|
1022
|
-
['fc-flow-chart', <FcFlowChart />],
|
|
1023
|
-
['fc-doughnut-chart', <FcDoughnutChart />],
|
|
1024
|
-
['fc-bar-chart', <FcBarChart />],
|
|
1025
|
-
['fc-area-chart', <FcAreaChart />],
|
|
1026
|
-
['fc-line-bar-chart', <FcComboChart />],
|
|
1027
|
-
['fc-workflow', <FcWorkflow />],
|
|
1028
|
-
['fc-todo-list', <FcTodoList />],
|
|
1029
|
-
['fc-synchronize', <FcSynchronize />],
|
|
1030
|
-
['fc-repair', <FcSupport />],
|
|
1031
|
-
['fc-statistics', <FcStatistics />],
|
|
1032
|
-
['fc-settings', <FcSettings />],
|
|
1033
|
-
['fc-search', <FcSearch />],
|
|
1034
|
-
['fc-serial-tasks', <FcSerialTasks />],
|
|
1035
|
-
['fc-safe', <FcSafe />],
|
|
1036
|
-
['fc-negative-dynamic', <FcNegativeDynamic />],
|
|
1037
|
-
['fc-positive-dynamic', <FcPositiveDynamic />],
|
|
1038
|
-
['fc-planner', <FcPlanner />],
|
|
1039
|
-
['fc-parallel-tasks', <FcParallelTasks />],
|
|
1040
|
-
['fc-org-unit', <FcOrgUnit />],
|
|
1041
|
-
['fc-opened-folder', <FcOpenedFolder />],
|
|
1042
|
-
['fc-ok', <FcOk />],
|
|
1043
|
-
['fc-inspection', <FcInspection />],
|
|
1044
|
-
['fc-globe', <FcGlobe />],
|
|
1045
|
-
['fc-folder', <FcFolder />],
|
|
1046
|
-
['fc-electronics', <FcElectronics />],
|
|
1047
|
-
['fc-data-sheet', <FcDataSheet />],
|
|
1048
|
-
['fc-command-line', <FcCommandLine />],
|
|
1049
|
-
['fc-calendar', <FcCalendar />],
|
|
1050
|
-
['fc-calculator', <FcCalculator />],
|
|
1051
|
-
['fc-bullish', <FcBullish />],
|
|
1052
|
-
['fc-bearish', <FcBearish />],
|
|
1053
|
-
['fc-bookmark', <FcBookmark />],
|
|
1054
|
-
['fc-approval', <FcApproval />],
|
|
1055
|
-
['fc-advertising', <FcAdvertising />],
|
|
1056
|
-
['di-linux', <DiLinux />],
|
|
1057
|
-
['di-python', <DiPython />],
|
|
1058
|
-
['di-chrome', <DiChrome />],
|
|
1059
|
-
['di-database', <DiDatabase />],
|
|
1060
|
-
['di-firefox', <DiFirefox />],
|
|
1061
|
-
['di-markdown', <DiMarkdown />],
|
|
1062
|
-
['di-postgresql', <DiPostgresql />],
|
|
1063
|
-
['di-terminal', <DiTerminal />],
|
|
1064
|
-
['di-windows', <DiWindows />],
|
|
1065
|
-
['bi-table', <BiTable />],
|
|
1066
|
-
['bi-analyse', <BiAnalyse />],
|
|
1067
|
-
['bi-layer', <BiLayer />],
|
|
1068
|
-
['bi-layer-minus', <BiLayerMinus />],
|
|
1069
|
-
['bi-layer-plus', <BiLayerPlus />],
|
|
1070
|
-
['bs-list-task', <BsListTask />],
|
|
1071
|
-
['bs-list-check', <BsListCheck />],
|
|
1072
|
-
['bs-link', <BsLink />],
|
|
1073
|
-
['bs-link-45-deg', <BsLink45Deg />],
|
|
1074
|
-
['bs-envelope-open', <BsEnvelopeOpen />],
|
|
1075
|
-
['bs-envelope', <BsEnvelope />],
|
|
1076
|
-
['bs-alarm', <BsAlarm />],
|
|
1077
|
-
['im-earth', <ImEarth />],
|
|
1078
|
-
['im-sphere', <ImSphere />],
|
|
1079
|
-
['gi-mesh-network', <GiMeshNetwork style={{ transform: 'scale(1.2)' }} />],
|
|
1080
|
-
['pi-circle', <PiCircle />],
|
|
1081
|
-
['pi-polygon', <PiPolygon />],
|
|
1082
|
-
['pi-map-pin', <PiMapPin />],
|
|
1083
|
-
['pi-line-segment', <PiLineSegment />],
|
|
1084
|
-
['pi-line-segments', <PiLineSegments />],
|
|
1085
|
-
['pi-trash-simple', <PiTrashSimple />],
|
|
1086
|
-
['pi-trash', <PiTrash />],
|
|
1087
|
-
['pi-ruler', <PiRuler />],
|
|
1088
|
-
['pi-selection', <PiSelection />],
|
|
1089
|
-
['pi-selection-slash', <PiSelectionSlash />],
|
|
1090
|
-
['pi-square-split-horizontal', <PiSquareSplitHorizontal />],
|
|
1091
|
-
['pi-square-split-vertical', <PiSquareSplitVertical />],
|
|
1092
|
-
['pi-stack-simple', <PiStackSimple />],
|
|
1093
|
-
['pi-stack', <PiStack />],
|
|
1094
|
-
['pi-navigation-arrow', <PiNavigationArrow />],
|
|
1095
|
-
['pi-map-trifold', <PiMapTrifold />],
|
|
1096
|
-
['pi-info', <PiInfo />],
|
|
1097
|
-
['pi-lock-key-open', <PiLockKeyOpen />],
|
|
1098
|
-
['pi-lock-key', <PiLockKey />],
|
|
1099
|
-
['pi-gear', <PiGear />],
|
|
1100
|
-
['pi-airplane', <PiAirplane />],
|
|
1101
|
-
['pi-anchor-simple', <PiAnchorSimple />],
|
|
1102
|
-
['pi-arrow-arc-left', <PiArrowArcLeft />],
|
|
1103
|
-
['pi-arrow-arc-right', <PiArrowArcRight />],
|
|
1104
|
-
['pi-arrow-clockwise', <PiArrowClockwise />],
|
|
1105
|
-
['pi-arrow-counter-clockwise', <PiArrowCounterClockwise />],
|
|
1106
|
-
['pi-barricade', <PiBarricade />],
|
|
1107
|
-
['pi-binoculars', <PiBinoculars />],
|
|
1108
|
-
['pi-bounding-box', <PiBoundingBox />],
|
|
1109
|
-
['pi-broom', <PiBroom />],
|
|
1110
|
-
['pi-buildings', <PiBuildings />],
|
|
1111
|
-
['pi-calculator', <PiCalculator />],
|
|
1112
|
-
['pi-camera', <PiCamera />],
|
|
1113
|
-
['pi-circuitry', <PiCircuitry />],
|
|
1114
|
-
['pi-clipboard', <PiClipboard />],
|
|
1115
|
-
['pi-compass', <PiCompass />],
|
|
1116
|
-
['pi-copy', <PiCopy />],
|
|
1117
|
-
['pi-cpu', <PiCpu />],
|
|
1118
|
-
['pi-crosshair', <PiCrosshair />],
|
|
1119
|
-
['pi-cube-focus', <PiCubeFocus />],
|
|
1120
|
-
['pi-cube', <PiCube />],
|
|
1121
|
-
['pi-cursor', <PiCursor />],
|
|
1122
|
-
['pi-database', <PiDatabase />],
|
|
1123
|
-
['pi-eye-slash', <PiEyeSlash />],
|
|
1124
|
-
['pi-eye', <PiEye />],
|
|
1125
|
-
['pi-faders', <PiFaders />],
|
|
1126
|
-
['pi-floppy-disk', <PiFloppyDisk />],
|
|
1127
|
-
['pi-dots-three-vertical', <PiDotsThreeVertical />],
|
|
1128
|
-
['pi-dots-three', <PiDotsThree />],
|
|
1129
|
-
['pi-math-operations', <PiMathOperations />],
|
|
1130
|
-
['pi-plus', <PiPlus />],
|
|
1131
|
-
['pi-minus', <PiMinus />],
|
|
1132
|
-
['pi-path', <PiPath />],
|
|
1133
|
-
['si-gitee', <SiGitee />]
|
|
1134
|
-
])
|
|
1135
|
-
|
|
1136
|
-
|
|
1
|
+
import {
|
|
2
|
+
ToolTwoTone,
|
|
3
|
+
NotificationTwoTone,
|
|
4
|
+
HourglassTwoTone,
|
|
5
|
+
CloudTwoTone,
|
|
6
|
+
ApiTwoTone,
|
|
7
|
+
SlidersTwoTone,
|
|
8
|
+
FundTwoTone,
|
|
9
|
+
BoxPlotTwoTone,
|
|
10
|
+
PieChartTwoTone,
|
|
11
|
+
HighlightTwoTone,
|
|
12
|
+
DeleteTwoTone,
|
|
13
|
+
EditTwoTone,
|
|
14
|
+
CheckSquareTwoTone,
|
|
15
|
+
CheckCircleTwoTone,
|
|
16
|
+
CloseSquareTwoTone,
|
|
17
|
+
CloseCircleTwoTone,
|
|
18
|
+
ExclamationCircleTwoTone,
|
|
19
|
+
InfoCircleTwoTone,
|
|
20
|
+
MinusSquareTwoTone,
|
|
21
|
+
PlusSquareTwoTone,
|
|
22
|
+
MinusCircleTwoTone,
|
|
23
|
+
PlusCircleTwoTone,
|
|
24
|
+
QuestionCircleTwoTone,
|
|
25
|
+
RightSquareTwoTone,
|
|
26
|
+
LeftSquareTwoTone,
|
|
27
|
+
DownSquareTwoTone,
|
|
28
|
+
UpSquareTwoTone,
|
|
29
|
+
DownCircleTwoTone,
|
|
30
|
+
UpCircleTwoTone,
|
|
31
|
+
RightCircleTwoTone,
|
|
32
|
+
LeftCircleTwoTone,
|
|
33
|
+
StarOutlined,
|
|
34
|
+
SkinOutlined,
|
|
35
|
+
SmileOutlined,
|
|
36
|
+
InsuranceOutlined,
|
|
37
|
+
BlockOutlined,
|
|
38
|
+
BankOutlined,
|
|
39
|
+
SketchOutlined,
|
|
40
|
+
CheckOutlined,
|
|
41
|
+
CloseOutlined,
|
|
42
|
+
MinusOutlined,
|
|
43
|
+
PlusOutlined,
|
|
44
|
+
QuestionOutlined,
|
|
45
|
+
FullscreenOutlined,
|
|
46
|
+
DownOutlined,
|
|
47
|
+
UpOutlined,
|
|
48
|
+
LeftOutlined,
|
|
49
|
+
RightOutlined,
|
|
50
|
+
ArrowDownOutlined,
|
|
51
|
+
ArrowUpOutlined,
|
|
52
|
+
ArrowLeftOutlined,
|
|
53
|
+
ArrowRightOutlined,
|
|
54
|
+
ManOutlined,
|
|
55
|
+
WomanOutlined,
|
|
56
|
+
UserDeleteOutlined,
|
|
57
|
+
UserAddOutlined,
|
|
58
|
+
TrophyOutlined,
|
|
59
|
+
SelectOutlined,
|
|
60
|
+
ThunderboltOutlined,
|
|
61
|
+
TagsOutlined,
|
|
62
|
+
TagOutlined,
|
|
63
|
+
SoundOutlined,
|
|
64
|
+
ShoppingCartOutlined,
|
|
65
|
+
RobotOutlined,
|
|
66
|
+
PushpinOutlined,
|
|
67
|
+
PrinterOutlined,
|
|
68
|
+
PictureOutlined,
|
|
69
|
+
PhoneOutlined,
|
|
70
|
+
PartitionOutlined,
|
|
71
|
+
MoreOutlined,
|
|
72
|
+
MonitorOutlined,
|
|
73
|
+
MoneyCollectOutlined,
|
|
74
|
+
MobileOutlined,
|
|
75
|
+
LinkOutlined,
|
|
76
|
+
LayoutOutlined,
|
|
77
|
+
IdcardOutlined,
|
|
78
|
+
GiftOutlined,
|
|
79
|
+
FunnelPlotOutlined,
|
|
80
|
+
FundProjectionScreenOutlined,
|
|
81
|
+
ForkOutlined,
|
|
82
|
+
FolderOpenOutlined,
|
|
83
|
+
FolderOutlined,
|
|
84
|
+
FolderAddOutlined,
|
|
85
|
+
FlagOutlined,
|
|
86
|
+
FireOutlined,
|
|
87
|
+
FilterOutlined,
|
|
88
|
+
FileZipOutlined,
|
|
89
|
+
FileWordOutlined,
|
|
90
|
+
FileTextOutlined,
|
|
91
|
+
FileSyncOutlined,
|
|
92
|
+
FileProtectOutlined,
|
|
93
|
+
FilePdfOutlined,
|
|
94
|
+
FileMarkdownOutlined,
|
|
95
|
+
FileImageOutlined,
|
|
96
|
+
FileOutlined,
|
|
97
|
+
FileDoneOutlined,
|
|
98
|
+
FileAddOutlined,
|
|
99
|
+
FieldTimeOutlined,
|
|
100
|
+
FieldStringOutlined,
|
|
101
|
+
FieldNumberOutlined,
|
|
102
|
+
FieldBinaryOutlined,
|
|
103
|
+
EyeInvisibleOutlined,
|
|
104
|
+
EyeOutlined,
|
|
105
|
+
ExperimentOutlined,
|
|
106
|
+
ExceptionOutlined,
|
|
107
|
+
EnvironmentOutlined,
|
|
108
|
+
DownloadOutlined,
|
|
109
|
+
DollarOutlined,
|
|
110
|
+
EuroOutlined,
|
|
111
|
+
LikeOutlined,
|
|
112
|
+
DislikeOutlined,
|
|
113
|
+
DisconnectOutlined,
|
|
114
|
+
DesktopOutlined,
|
|
115
|
+
DeploymentUnitOutlined,
|
|
116
|
+
CrownOutlined,
|
|
117
|
+
CoffeeOutlined,
|
|
118
|
+
CloudSyncOutlined,
|
|
119
|
+
CarryOutOutlined,
|
|
120
|
+
CarOutlined,
|
|
121
|
+
BulbOutlined,
|
|
122
|
+
BuildOutlined,
|
|
123
|
+
BugOutlined,
|
|
124
|
+
BranchesOutlined,
|
|
125
|
+
BarcodeOutlined,
|
|
126
|
+
AimOutlined,
|
|
127
|
+
IssuesCloseOutlined,
|
|
128
|
+
EllipsisOutlined,
|
|
129
|
+
HomeOutlined,
|
|
130
|
+
FundOutlined,
|
|
131
|
+
RadarChartOutlined,
|
|
132
|
+
BarChartOutlined,
|
|
133
|
+
PieChartOutlined,
|
|
134
|
+
DotChartOutlined,
|
|
135
|
+
LineChartOutlined,
|
|
136
|
+
ApartmentOutlined,
|
|
137
|
+
AppstoreOutlined,
|
|
138
|
+
AppstoreAddOutlined,
|
|
139
|
+
BellOutlined,
|
|
140
|
+
CalculatorOutlined,
|
|
141
|
+
DatabaseOutlined,
|
|
142
|
+
CalendarOutlined,
|
|
143
|
+
HistoryOutlined,
|
|
144
|
+
SearchOutlined,
|
|
145
|
+
FileSearchOutlined,
|
|
146
|
+
CloudDownloadOutlined,
|
|
147
|
+
CloudServerOutlined,
|
|
148
|
+
CloudUploadOutlined,
|
|
149
|
+
SwapOutlined,
|
|
150
|
+
RollbackOutlined,
|
|
151
|
+
LoginOutlined,
|
|
152
|
+
TableOutlined,
|
|
153
|
+
LogoutOutlined,
|
|
154
|
+
MenuFoldOutlined,
|
|
155
|
+
MenuUnfoldOutlined,
|
|
156
|
+
FullscreenExitOutlined,
|
|
157
|
+
QuestionCircleOutlined,
|
|
158
|
+
PlusCircleOutlined,
|
|
159
|
+
MinusCircleOutlined,
|
|
160
|
+
InfoCircleOutlined,
|
|
161
|
+
ExclamationCircleOutlined,
|
|
162
|
+
CloseCircleOutlined,
|
|
163
|
+
CheckCircleOutlined,
|
|
164
|
+
ClockCircleOutlined,
|
|
165
|
+
StopOutlined,
|
|
166
|
+
EditOutlined,
|
|
167
|
+
DeleteOutlined,
|
|
168
|
+
HighlightOutlined,
|
|
169
|
+
RedoOutlined,
|
|
170
|
+
UndoOutlined,
|
|
171
|
+
ZoomInOutlined,
|
|
172
|
+
ZoomOutOutlined,
|
|
173
|
+
SortAscendingOutlined,
|
|
174
|
+
SortDescendingOutlined,
|
|
175
|
+
AreaChartOutlined,
|
|
176
|
+
BoxPlotOutlined,
|
|
177
|
+
FallOutlined,
|
|
178
|
+
RiseOutlined,
|
|
179
|
+
StockOutlined,
|
|
180
|
+
GithubOutlined,
|
|
181
|
+
WeiboCircleOutlined,
|
|
182
|
+
AlipayOutlined,
|
|
183
|
+
AlipayCircleOutlined,
|
|
184
|
+
AndroidOutlined,
|
|
185
|
+
AppleOutlined,
|
|
186
|
+
WechatOutlined,
|
|
187
|
+
WechatWorkOutlined,
|
|
188
|
+
OpenAIOutlined,
|
|
189
|
+
BilibiliOutlined,
|
|
190
|
+
TikTokOutlined,
|
|
191
|
+
JavaScriptOutlined,
|
|
192
|
+
PythonOutlined,
|
|
193
|
+
DockerOutlined,
|
|
194
|
+
AccountBookOutlined,
|
|
195
|
+
AlertOutlined,
|
|
196
|
+
ApiOutlined,
|
|
197
|
+
BarsOutlined,
|
|
198
|
+
BookOutlined,
|
|
199
|
+
CameraOutlined,
|
|
200
|
+
ClearOutlined,
|
|
201
|
+
CloudOutlined,
|
|
202
|
+
ClusterOutlined,
|
|
203
|
+
CodeOutlined,
|
|
204
|
+
CommentOutlined,
|
|
205
|
+
CompassOutlined,
|
|
206
|
+
ConsoleSqlOutlined,
|
|
207
|
+
ControlOutlined,
|
|
208
|
+
DashboardOutlined,
|
|
209
|
+
ExportOutlined,
|
|
210
|
+
ImportOutlined,
|
|
211
|
+
FunctionOutlined,
|
|
212
|
+
GlobalOutlined,
|
|
213
|
+
HourglassOutlined,
|
|
214
|
+
KeyOutlined,
|
|
215
|
+
LoadingOutlined,
|
|
216
|
+
LockOutlined,
|
|
217
|
+
MailOutlined,
|
|
218
|
+
MenuOutlined,
|
|
219
|
+
NotificationOutlined,
|
|
220
|
+
NumberOutlined,
|
|
221
|
+
PoweroffOutlined,
|
|
222
|
+
QrcodeOutlined,
|
|
223
|
+
ReadOutlined,
|
|
224
|
+
ReloadOutlined,
|
|
225
|
+
SaveOutlined,
|
|
226
|
+
RocketOutlined,
|
|
227
|
+
ScheduleOutlined,
|
|
228
|
+
SendOutlined,
|
|
229
|
+
SettingOutlined,
|
|
230
|
+
SyncOutlined,
|
|
231
|
+
TeamOutlined,
|
|
232
|
+
ToolOutlined,
|
|
233
|
+
UnlockOutlined,
|
|
234
|
+
UserOutlined,
|
|
235
|
+
CaretUpOutlined,
|
|
236
|
+
CaretDownOutlined,
|
|
237
|
+
CaretLeftOutlined,
|
|
238
|
+
CaretRightOutlined,
|
|
239
|
+
UpCircleOutlined,
|
|
240
|
+
DownCircleOutlined,
|
|
241
|
+
LeftCircleOutlined,
|
|
242
|
+
RightCircleOutlined,
|
|
243
|
+
EnterOutlined,
|
|
244
|
+
RetweetOutlined,
|
|
245
|
+
WarningOutlined,
|
|
246
|
+
FormOutlined,
|
|
247
|
+
CopyOutlined,
|
|
248
|
+
ScissorOutlined,
|
|
249
|
+
SnippetsOutlined,
|
|
250
|
+
DiffOutlined,
|
|
251
|
+
OrderedListOutlined,
|
|
252
|
+
UnorderedListOutlined,
|
|
253
|
+
SlidersOutlined,
|
|
254
|
+
AuditOutlined,
|
|
255
|
+
BorderOutlined,
|
|
256
|
+
ContactsOutlined,
|
|
257
|
+
ContainerOutlined,
|
|
258
|
+
DeliveredProcedureOutlined,
|
|
259
|
+
PauseOutlined,
|
|
260
|
+
StepBackwardOutlined,
|
|
261
|
+
StepForwardOutlined,
|
|
262
|
+
FastForwardOutlined,
|
|
263
|
+
FastBackwardOutlined,
|
|
264
|
+
SunOutlined,
|
|
265
|
+
MoonOutlined
|
|
266
|
+
} from '@ant-design/icons';
|
|
267
|
+
import {
|
|
268
|
+
BsAlarm,
|
|
269
|
+
BsEnvelope,
|
|
270
|
+
BsEnvelopeOpen,
|
|
271
|
+
BsLink,
|
|
272
|
+
BsLink45Deg,
|
|
273
|
+
BsListCheck,
|
|
274
|
+
BsListTask
|
|
275
|
+
} from "react-icons/bs/index.esm";
|
|
276
|
+
import {
|
|
277
|
+
BiAnalyse,
|
|
278
|
+
BiTable,
|
|
279
|
+
BiLayer,
|
|
280
|
+
BiLayerMinus,
|
|
281
|
+
BiLayerPlus
|
|
282
|
+
} from "react-icons/bi/index.esm";
|
|
283
|
+
import {
|
|
284
|
+
DiPython,
|
|
285
|
+
DiLinux,
|
|
286
|
+
DiChrome,
|
|
287
|
+
DiDatabase,
|
|
288
|
+
DiFirefox,
|
|
289
|
+
DiMarkdown,
|
|
290
|
+
DiPostgresql,
|
|
291
|
+
DiTerminal,
|
|
292
|
+
DiWindows
|
|
293
|
+
} from "react-icons/di/index.esm";
|
|
294
|
+
import {
|
|
295
|
+
FcAdvertising,
|
|
296
|
+
FcApproval,
|
|
297
|
+
FcBookmark,
|
|
298
|
+
FcBearish,
|
|
299
|
+
FcBullish,
|
|
300
|
+
FcCalculator,
|
|
301
|
+
FcCalendar,
|
|
302
|
+
FcCommandLine,
|
|
303
|
+
FcDataSheet,
|
|
304
|
+
FcElectronics,
|
|
305
|
+
FcFolder,
|
|
306
|
+
FcGlobe,
|
|
307
|
+
FcInspection,
|
|
308
|
+
FcOk,
|
|
309
|
+
FcOpenedFolder,
|
|
310
|
+
FcOrgUnit,
|
|
311
|
+
FcParallelTasks,
|
|
312
|
+
FcPlanner,
|
|
313
|
+
FcNegativeDynamic,
|
|
314
|
+
FcPositiveDynamic,
|
|
315
|
+
FcSafe,
|
|
316
|
+
FcSerialTasks,
|
|
317
|
+
FcSearch,
|
|
318
|
+
FcStatistics,
|
|
319
|
+
FcSupport,
|
|
320
|
+
FcSynchronize,
|
|
321
|
+
FcTodoList,
|
|
322
|
+
FcWorkflow,
|
|
323
|
+
FcComboChart,
|
|
324
|
+
FcAreaChart,
|
|
325
|
+
FcBarChart,
|
|
326
|
+
FcDoughnutChart,
|
|
327
|
+
FcFlowChart,
|
|
328
|
+
FcLineChart,
|
|
329
|
+
FcPieChart,
|
|
330
|
+
FcScatterPlot,
|
|
331
|
+
FcRadarPlot,
|
|
332
|
+
FcAbout,
|
|
333
|
+
FcAcceptDatabase,
|
|
334
|
+
FcAddDatabase,
|
|
335
|
+
FcAlphabeticalSortingAz,
|
|
336
|
+
FcAlphabeticalSortingZa,
|
|
337
|
+
FcAutomatic,
|
|
338
|
+
FcBinoculars,
|
|
339
|
+
FcBriefcase,
|
|
340
|
+
FcCancel,
|
|
341
|
+
FcCheckmark,
|
|
342
|
+
FcDataBackup,
|
|
343
|
+
FcDataConfiguration,
|
|
344
|
+
FcDataEncryption,
|
|
345
|
+
FcConferenceCall,
|
|
346
|
+
FcDataProtection,
|
|
347
|
+
FcDatabase,
|
|
348
|
+
FcDeleteDatabase,
|
|
349
|
+
FcDeployment,
|
|
350
|
+
FcDocument,
|
|
351
|
+
FcDownload,
|
|
352
|
+
FcEmptyTrash,
|
|
353
|
+
FcExport,
|
|
354
|
+
FcFaq,
|
|
355
|
+
FcFile,
|
|
356
|
+
FcFinePrint,
|
|
357
|
+
FcFullTrash,
|
|
358
|
+
FcGenealogy,
|
|
359
|
+
FcHighPriority,
|
|
360
|
+
FcHome,
|
|
361
|
+
FcIdea,
|
|
362
|
+
FcImageFile,
|
|
363
|
+
FcImport,
|
|
364
|
+
FcInfo,
|
|
365
|
+
FcLikePlaceholder,
|
|
366
|
+
FcLike,
|
|
367
|
+
FcList,
|
|
368
|
+
FcLowPriority,
|
|
369
|
+
FcMenu,
|
|
370
|
+
FcMindMap,
|
|
371
|
+
FcMultipleInputs,
|
|
372
|
+
FcNumericalSorting12,
|
|
373
|
+
FcNumericalSorting21,
|
|
374
|
+
FcOrganization,
|
|
375
|
+
FcOvertime,
|
|
376
|
+
FcPlus,
|
|
377
|
+
FcProcess,
|
|
378
|
+
FcQuestions,
|
|
379
|
+
FcRules,
|
|
380
|
+
FcServices,
|
|
381
|
+
FcSettings,
|
|
382
|
+
FcShare,
|
|
383
|
+
FcSignature,
|
|
384
|
+
FcSurvey,
|
|
385
|
+
FcTemplate,
|
|
386
|
+
FcTimeline,
|
|
387
|
+
FcTreeStructure,
|
|
388
|
+
FcUpload,
|
|
389
|
+
FcViewDetails,
|
|
390
|
+
FcVlc
|
|
391
|
+
} from "react-icons/fc/index.esm";
|
|
392
|
+
import {
|
|
393
|
+
MdAccountCircle,
|
|
394
|
+
MdAlarm,
|
|
395
|
+
MdAlarmAdd,
|
|
396
|
+
MdAlarmOff,
|
|
397
|
+
MdAlarmOn,
|
|
398
|
+
MdAssessment,
|
|
399
|
+
MdAssignment,
|
|
400
|
+
MdBugReport,
|
|
401
|
+
MdBuild,
|
|
402
|
+
MdCode,
|
|
403
|
+
MdDashboard,
|
|
404
|
+
MdDelete,
|
|
405
|
+
MdDeleteForever,
|
|
406
|
+
MdDescription,
|
|
407
|
+
MdEvent,
|
|
408
|
+
MdExitToApp,
|
|
409
|
+
MdExplore,
|
|
410
|
+
MdExtension,
|
|
411
|
+
MdFavorite,
|
|
412
|
+
MdFavoriteBorder,
|
|
413
|
+
MdFindInPage,
|
|
414
|
+
MdFingerprint,
|
|
415
|
+
MdGTranslate,
|
|
416
|
+
MdGetApp,
|
|
417
|
+
MdHelp,
|
|
418
|
+
MdHelpOutline,
|
|
419
|
+
MdHighlightOff,
|
|
420
|
+
MdHistory,
|
|
421
|
+
MdHome,
|
|
422
|
+
MdHourglassEmpty,
|
|
423
|
+
MdInfo,
|
|
424
|
+
MdInfoOutline,
|
|
425
|
+
MdInput,
|
|
426
|
+
MdLabel,
|
|
427
|
+
MdLabelOutline,
|
|
428
|
+
MdLaunch,
|
|
429
|
+
MdLightbulbOutline,
|
|
430
|
+
MdList,
|
|
431
|
+
MdLockOpen,
|
|
432
|
+
MdLockOutline,
|
|
433
|
+
MdNoteAdd,
|
|
434
|
+
MdOpacity,
|
|
435
|
+
MdPowerSettingsNew,
|
|
436
|
+
MdQueryBuilder,
|
|
437
|
+
MdRestore,
|
|
438
|
+
MdSchedule,
|
|
439
|
+
MdSearch,
|
|
440
|
+
MdSettings,
|
|
441
|
+
MdSubject,
|
|
442
|
+
MdSupervisorAccount,
|
|
443
|
+
MdSwapHoriz,
|
|
444
|
+
MdSwapVert,
|
|
445
|
+
MdThumbDown,
|
|
446
|
+
MdThumbUp,
|
|
447
|
+
MdTimeline,
|
|
448
|
+
MdToc,
|
|
449
|
+
MdTranslate,
|
|
450
|
+
MdTrendingDown,
|
|
451
|
+
MdTrendingFlat,
|
|
452
|
+
MdTrendingUp,
|
|
453
|
+
MdUpdate,
|
|
454
|
+
MdVerifiedUser,
|
|
455
|
+
MdVisibility,
|
|
456
|
+
MdVisibilityOff,
|
|
457
|
+
MdAddAlert,
|
|
458
|
+
MdEqualizer,
|
|
459
|
+
MdLibraryAdd,
|
|
460
|
+
MdLibraryBooks,
|
|
461
|
+
MdNotInterested,
|
|
462
|
+
MdEmail,
|
|
463
|
+
MdMailOutline,
|
|
464
|
+
MdLocationOn,
|
|
465
|
+
MdAddCircle,
|
|
466
|
+
MdAddCircleOutline,
|
|
467
|
+
MdAdd,
|
|
468
|
+
MdAddBox,
|
|
469
|
+
MdBackspace,
|
|
470
|
+
MdBlock,
|
|
471
|
+
MdClear,
|
|
472
|
+
MdContentCopy,
|
|
473
|
+
MdContentCut,
|
|
474
|
+
MdContentPaste,
|
|
475
|
+
MdCreate,
|
|
476
|
+
MdDrafts,
|
|
477
|
+
MdFlag,
|
|
478
|
+
MdForward,
|
|
479
|
+
MdGesture,
|
|
480
|
+
MdLink,
|
|
481
|
+
MdLowPriority,
|
|
482
|
+
MdRemove,
|
|
483
|
+
MdRemoveCircle,
|
|
484
|
+
MdRemoveCircleOutline,
|
|
485
|
+
MdSave,
|
|
486
|
+
MdStorage,
|
|
487
|
+
MdAttachFile,
|
|
488
|
+
MdFormatQuote,
|
|
489
|
+
MdFunctions,
|
|
490
|
+
MdInsertChart,
|
|
491
|
+
MdCloudDone,
|
|
492
|
+
MdCloudDownload,
|
|
493
|
+
MdCloudQueue,
|
|
494
|
+
MdCloudUpload,
|
|
495
|
+
MdCreateNewFolder,
|
|
496
|
+
MdFileDownload,
|
|
497
|
+
MdFileUpload,
|
|
498
|
+
MdTimer,
|
|
499
|
+
MdTimerOff,
|
|
500
|
+
MdTransform,
|
|
501
|
+
MdTune,
|
|
502
|
+
MdEditLocation,
|
|
503
|
+
MdLayers,
|
|
504
|
+
MdLayersClear,
|
|
505
|
+
MdPinDrop,
|
|
506
|
+
MdNotifications,
|
|
507
|
+
MdPlusOne,
|
|
508
|
+
MdPeople,
|
|
509
|
+
MdStar,
|
|
510
|
+
MdStarBorder,
|
|
511
|
+
MdStarHalf
|
|
512
|
+
} from "react-icons/md/index.esm";
|
|
513
|
+
import {
|
|
514
|
+
ImEarth,
|
|
515
|
+
ImSphere
|
|
516
|
+
} from "react-icons/im/index.esm";
|
|
517
|
+
import { GiMeshNetwork } from "react-icons/gi/index.esm";
|
|
518
|
+
import {
|
|
519
|
+
PiCircle,
|
|
520
|
+
PiPolygon,
|
|
521
|
+
PiMapPin,
|
|
522
|
+
PiLineSegment,
|
|
523
|
+
PiLineSegments,
|
|
524
|
+
PiTrashSimple,
|
|
525
|
+
PiTrash,
|
|
526
|
+
PiRuler,
|
|
527
|
+
PiSelection,
|
|
528
|
+
PiSelectionSlash,
|
|
529
|
+
PiSquareSplitHorizontal,
|
|
530
|
+
PiSquareSplitVertical,
|
|
531
|
+
PiStackSimple,
|
|
532
|
+
PiStack,
|
|
533
|
+
PiNavigationArrow,
|
|
534
|
+
PiMapTrifold,
|
|
535
|
+
PiInfo,
|
|
536
|
+
PiLockKeyOpen,
|
|
537
|
+
PiLockKey,
|
|
538
|
+
PiGear,
|
|
539
|
+
PiAirplane,
|
|
540
|
+
PiAnchorSimple,
|
|
541
|
+
PiArrowArcLeft,
|
|
542
|
+
PiArrowArcRight,
|
|
543
|
+
PiArrowClockwise,
|
|
544
|
+
PiArrowCounterClockwise,
|
|
545
|
+
PiBarricade,
|
|
546
|
+
PiBinoculars,
|
|
547
|
+
PiBoundingBox,
|
|
548
|
+
PiBroom,
|
|
549
|
+
PiBuildings,
|
|
550
|
+
PiCalculator,
|
|
551
|
+
PiCamera,
|
|
552
|
+
PiCircuitry,
|
|
553
|
+
PiClipboard,
|
|
554
|
+
PiCompass,
|
|
555
|
+
PiCopy,
|
|
556
|
+
PiCpu,
|
|
557
|
+
PiCrosshair,
|
|
558
|
+
PiCubeFocus,
|
|
559
|
+
PiCube,
|
|
560
|
+
PiCursor,
|
|
561
|
+
PiDatabase,
|
|
562
|
+
PiEyeSlash,
|
|
563
|
+
PiEye,
|
|
564
|
+
PiFaders,
|
|
565
|
+
PiFloppyDisk,
|
|
566
|
+
PiDotsThreeVertical,
|
|
567
|
+
PiDotsThree,
|
|
568
|
+
PiMathOperations,
|
|
569
|
+
PiPlus,
|
|
570
|
+
PiMinus,
|
|
571
|
+
PiPath
|
|
572
|
+
} from 'react-icons/pi/index.esm';
|
|
573
|
+
import { SiGitee } from 'react-icons/si/index.esm'
|
|
574
|
+
|
|
575
|
+
// vscode中,使用正则查找目标后,按快捷键alt+enter批量选中匹配项
|
|
576
|
+
const str2Icon = new Map([
|
|
577
|
+
['antd-carry-out', <CarryOutOutlined />],
|
|
578
|
+
['antd-car', <CarOutlined />],
|
|
579
|
+
['antd-bulb', <BulbOutlined />],
|
|
580
|
+
['antd-build', <BuildOutlined />],
|
|
581
|
+
['antd-bug', <BugOutlined />],
|
|
582
|
+
['antd-bar-code', <BarcodeOutlined />],
|
|
583
|
+
['antd-branches', <BranchesOutlined />],
|
|
584
|
+
['antd-aim', <AimOutlined />],
|
|
585
|
+
['antd-issues-close', <IssuesCloseOutlined />],
|
|
586
|
+
['antd-ellipsis', <EllipsisOutlined />],
|
|
587
|
+
['antd-user', <UserOutlined />],
|
|
588
|
+
['antd-unlock', <UnlockOutlined />],
|
|
589
|
+
['antd-repair', <ToolOutlined />],
|
|
590
|
+
['antd-team', <TeamOutlined />],
|
|
591
|
+
['antd-sync', <SyncOutlined />],
|
|
592
|
+
['antd-setting', <SettingOutlined />],
|
|
593
|
+
['antd-send', <SendOutlined />],
|
|
594
|
+
['antd-schedule', <ScheduleOutlined />],
|
|
595
|
+
['antd-save', <SaveOutlined />],
|
|
596
|
+
['antd-rocket', <RocketOutlined />],
|
|
597
|
+
['antd-reload', <ReloadOutlined />],
|
|
598
|
+
['antd-read', <ReadOutlined />],
|
|
599
|
+
['antd-qrcode', <QrcodeOutlined />],
|
|
600
|
+
['antd-power-off', <PoweroffOutlined />],
|
|
601
|
+
['antd-number', <NumberOutlined />],
|
|
602
|
+
['antd-notification', <NotificationOutlined />],
|
|
603
|
+
['antd-menu', <MenuOutlined />],
|
|
604
|
+
['antd-mail', <MailOutlined />],
|
|
605
|
+
['antd-lock', <LockOutlined />],
|
|
606
|
+
['antd-loading', <LoadingOutlined />],
|
|
607
|
+
['antd-key', <KeyOutlined />],
|
|
608
|
+
['antd-hourglass', <HourglassOutlined />],
|
|
609
|
+
['antd-global', <GlobalOutlined />],
|
|
610
|
+
['antd-function', <FunctionOutlined />],
|
|
611
|
+
['antd-import', <ImportOutlined />],
|
|
612
|
+
['antd-export', <ExportOutlined />],
|
|
613
|
+
['antd-dashboard', <DashboardOutlined />],
|
|
614
|
+
['antd-control', <ControlOutlined />],
|
|
615
|
+
['antd-console-sql', <ConsoleSqlOutlined />],
|
|
616
|
+
['antd-compass', <CompassOutlined />],
|
|
617
|
+
['antd-comment', <CommentOutlined />],
|
|
618
|
+
['antd-code', <CodeOutlined />],
|
|
619
|
+
['antd-cluster', <ClusterOutlined />],
|
|
620
|
+
['antd-clear', <ClearOutlined />],
|
|
621
|
+
['antd-camera', <CameraOutlined />],
|
|
622
|
+
['antd-book', <BookOutlined />],
|
|
623
|
+
['antd-catalog', <BarsOutlined />],
|
|
624
|
+
['antd-api', <ApiOutlined />],
|
|
625
|
+
['antd-alert', <AlertOutlined />],
|
|
626
|
+
['antd-account-book', <AccountBookOutlined />],
|
|
627
|
+
['antd-alipay', <AlipayOutlined />],
|
|
628
|
+
['antd-alipay-circle', <AlipayCircleOutlined />],
|
|
629
|
+
['antd-weibo', <WeiboCircleOutlined />],
|
|
630
|
+
['antd-github', <GithubOutlined />],
|
|
631
|
+
['antd-android', <AndroidOutlined />],
|
|
632
|
+
['antd-apple', <AppleOutlined />],
|
|
633
|
+
['antd-wechat', <WechatOutlined />],
|
|
634
|
+
['antd-wechat-work', <WechatWorkOutlined />],
|
|
635
|
+
['antd-openai', <OpenAIOutlined />],
|
|
636
|
+
['antd-bilibili', <BilibiliOutlined />],
|
|
637
|
+
['antd-tiktok', <TikTokOutlined />],
|
|
638
|
+
['antd-javascript', <JavaScriptOutlined />],
|
|
639
|
+
['antd-python', <PythonOutlined />],
|
|
640
|
+
['antd-docker', <DockerOutlined />],
|
|
641
|
+
['antd-fall', <FallOutlined />],
|
|
642
|
+
['antd-rise', <RiseOutlined />],
|
|
643
|
+
['antd-stock', <StockOutlined />],
|
|
644
|
+
['antd-home', <HomeOutlined />],
|
|
645
|
+
['antd-fund', <FundOutlined />],
|
|
646
|
+
['antd-area-chart', <AreaChartOutlined />],
|
|
647
|
+
['antd-radar-chart', <RadarChartOutlined />],
|
|
648
|
+
['antd-bar-chart', <BarChartOutlined />],
|
|
649
|
+
['antd-pie-chart', <PieChartOutlined />],
|
|
650
|
+
['antd-box-plot', <BoxPlotOutlined />],
|
|
651
|
+
['antd-dot-chart', <DotChartOutlined />],
|
|
652
|
+
['antd-line-chart', <LineChartOutlined />],
|
|
653
|
+
['antd-field-binary', <FieldBinaryOutlined />],
|
|
654
|
+
['antd-field-number', <FieldNumberOutlined />],
|
|
655
|
+
['antd-field-string', <FieldStringOutlined />],
|
|
656
|
+
['antd-field-time', <FieldTimeOutlined />],
|
|
657
|
+
['antd-file-add', <FileAddOutlined />],
|
|
658
|
+
['antd-file-done', <FileDoneOutlined />],
|
|
659
|
+
['antd-file', <FileOutlined />],
|
|
660
|
+
['antd-file-image', <FileImageOutlined />],
|
|
661
|
+
['antd-file-markdown', <FileMarkdownOutlined />],
|
|
662
|
+
['antd-file-pdf', <FilePdfOutlined />],
|
|
663
|
+
['antd-file-protect', <FileProtectOutlined />],
|
|
664
|
+
['antd-file-sync', <FileSyncOutlined />],
|
|
665
|
+
['antd-file-text', <FileTextOutlined />],
|
|
666
|
+
['antd-file-word', <FileWordOutlined />],
|
|
667
|
+
['antd-file-zip', <FileZipOutlined />],
|
|
668
|
+
['antd-filter', <FilterOutlined />],
|
|
669
|
+
['antd-fire', <FireOutlined />],
|
|
670
|
+
['antd-woman', <WomanOutlined />],
|
|
671
|
+
['antd-arrow-up', <ArrowUpOutlined />],
|
|
672
|
+
['antd-arrow-down', <ArrowDownOutlined />],
|
|
673
|
+
['antd-arrow-left', <ArrowLeftOutlined />],
|
|
674
|
+
['antd-arrow-right', <ArrowRightOutlined />],
|
|
675
|
+
['antd-flag', <FlagOutlined />],
|
|
676
|
+
['antd-user-add', <UserAddOutlined />],
|
|
677
|
+
['antd-folder-add', <FolderAddOutlined />],
|
|
678
|
+
['antd-man', <ManOutlined />],
|
|
679
|
+
['antd-tag', <TagOutlined />],
|
|
680
|
+
['antd-folder', <FolderOutlined />],
|
|
681
|
+
['antd-user-delete', <UserDeleteOutlined />],
|
|
682
|
+
['antd-trophy', <TrophyOutlined />],
|
|
683
|
+
['antd-shopping-cart', <ShoppingCartOutlined />],
|
|
684
|
+
['antd-folder-open', <FolderOpenOutlined />],
|
|
685
|
+
['antd-fork', <ForkOutlined />],
|
|
686
|
+
['antd-select', <SelectOutlined />],
|
|
687
|
+
['antd-tags', <TagsOutlined />],
|
|
688
|
+
['antd-thunderbolt', <ThunderboltOutlined />],
|
|
689
|
+
['antd-sound', <SoundOutlined />],
|
|
690
|
+
['antd-fund-projection-screen', <FundProjectionScreenOutlined />],
|
|
691
|
+
['antd-funnel-plot', <FunnelPlotOutlined />],
|
|
692
|
+
['antd-gift', <GiftOutlined />],
|
|
693
|
+
['antd-robot', <RobotOutlined />],
|
|
694
|
+
['antd-pushpin', <PushpinOutlined />],
|
|
695
|
+
['antd-printer', <PrinterOutlined />],
|
|
696
|
+
['antd-phone', <PhoneOutlined />],
|
|
697
|
+
['antd-picture', <PictureOutlined />],
|
|
698
|
+
['antd-idcard', <IdcardOutlined />],
|
|
699
|
+
['antd-partition', <PartitionOutlined />],
|
|
700
|
+
['antd-monitor', <MonitorOutlined />],
|
|
701
|
+
['antd-more', <MoreOutlined />],
|
|
702
|
+
['antd-apartment', <ApartmentOutlined />],
|
|
703
|
+
['antd-money-collect', <MoneyCollectOutlined />],
|
|
704
|
+
['antd-experiment', <ExperimentOutlined />],
|
|
705
|
+
['antd-link', <LinkOutlined />],
|
|
706
|
+
['antd-mobile', <MobileOutlined />],
|
|
707
|
+
['antd-coffee', <CoffeeOutlined />],
|
|
708
|
+
['antd-layout', <LayoutOutlined />],
|
|
709
|
+
['antd-eye', <EyeOutlined />],
|
|
710
|
+
['antd-eye-invisible', <EyeInvisibleOutlined />],
|
|
711
|
+
['antd-exception', <ExceptionOutlined />],
|
|
712
|
+
['antd-dollar', <DollarOutlined />],
|
|
713
|
+
['antd-euro', <EuroOutlined />],
|
|
714
|
+
['antd-download', <DownloadOutlined />],
|
|
715
|
+
['antd-environment', <EnvironmentOutlined />],
|
|
716
|
+
['antd-deployment-unit', <DeploymentUnitOutlined />],
|
|
717
|
+
['antd-crown', <CrownOutlined />],
|
|
718
|
+
['antd-desktop', <DesktopOutlined />],
|
|
719
|
+
['antd-like', <LikeOutlined />],
|
|
720
|
+
['antd-dislike', <DislikeOutlined />],
|
|
721
|
+
['antd-disconnect', <DisconnectOutlined />],
|
|
722
|
+
['antd-app-store', <AppstoreOutlined />],
|
|
723
|
+
['antd-app-store-add', <AppstoreAddOutlined />],
|
|
724
|
+
['antd-bell', <BellOutlined />],
|
|
725
|
+
['antd-calculator', <CalculatorOutlined />],
|
|
726
|
+
['antd-calendar', <CalendarOutlined />],
|
|
727
|
+
['antd-database', <DatabaseOutlined />],
|
|
728
|
+
['antd-history', <HistoryOutlined />],
|
|
729
|
+
['antd-search', <SearchOutlined />],
|
|
730
|
+
['antd-file-search', <FileSearchOutlined />],
|
|
731
|
+
['antd-cloud', <CloudOutlined />],
|
|
732
|
+
['antd-cloud-upload', <CloudUploadOutlined />],
|
|
733
|
+
['antd-cloud-download', <CloudDownloadOutlined />],
|
|
734
|
+
['antd-cloud-server', <CloudServerOutlined />],
|
|
735
|
+
['antd-cloud-sync', <CloudSyncOutlined />],
|
|
736
|
+
['antd-swap', <SwapOutlined />],
|
|
737
|
+
['antd-rollback', <RollbackOutlined />],
|
|
738
|
+
['antd-login', <LoginOutlined />],
|
|
739
|
+
['antd-logout', <LogoutOutlined />],
|
|
740
|
+
['antd-menu-fold', <MenuFoldOutlined />],
|
|
741
|
+
['antd-menu-unfold', <MenuUnfoldOutlined />],
|
|
742
|
+
['antd-full-screen', <FullscreenOutlined />],
|
|
743
|
+
['antd-full-screen-exit', <FullscreenExitOutlined />],
|
|
744
|
+
['antd-question-circle', <QuestionCircleOutlined />],
|
|
745
|
+
['antd-plus-circle', <PlusCircleOutlined />],
|
|
746
|
+
['antd-minus-circle', <MinusCircleOutlined />],
|
|
747
|
+
['antd-info-circle', <InfoCircleOutlined />],
|
|
748
|
+
['antd-exclamation-circle', <ExclamationCircleOutlined />],
|
|
749
|
+
['antd-close-circle', <CloseCircleOutlined />],
|
|
750
|
+
['antd-check-circle', <CheckCircleOutlined />],
|
|
751
|
+
['antd-clock-circle', <ClockCircleOutlined />],
|
|
752
|
+
['antd-stop', <StopOutlined />],
|
|
753
|
+
['antd-edit', <EditOutlined />],
|
|
754
|
+
['antd-delete', <DeleteOutlined />],
|
|
755
|
+
['antd-highlight', <HighlightOutlined />],
|
|
756
|
+
['antd-redo', <RedoOutlined />],
|
|
757
|
+
['antd-undo', <UndoOutlined />],
|
|
758
|
+
['antd-zoom-in', <ZoomInOutlined />],
|
|
759
|
+
['antd-zoom-out', <ZoomOutOutlined />],
|
|
760
|
+
['antd-sort-ascending', <SortAscendingOutlined />],
|
|
761
|
+
['antd-sort-descending', <SortDescendingOutlined />],
|
|
762
|
+
['antd-table', <TableOutlined />],
|
|
763
|
+
['antd-question', <QuestionOutlined />],
|
|
764
|
+
['antd-plus', <PlusOutlined />],
|
|
765
|
+
['antd-minus', <MinusOutlined />],
|
|
766
|
+
['antd-close', <CloseOutlined />],
|
|
767
|
+
['antd-check', <CheckOutlined />],
|
|
768
|
+
['antd-sketch', <SketchOutlined />],
|
|
769
|
+
['antd-bank', <BankOutlined />],
|
|
770
|
+
['antd-block', <BlockOutlined />],
|
|
771
|
+
['antd-insurance', <InsuranceOutlined />],
|
|
772
|
+
['antd-smile', <SmileOutlined />],
|
|
773
|
+
['antd-skin', <SkinOutlined />],
|
|
774
|
+
['antd-star', <StarOutlined />],
|
|
775
|
+
['antd-right-circle-two-tone', <RightCircleTwoTone />],
|
|
776
|
+
['antd-left-circle-two-tone', <LeftCircleTwoTone />],
|
|
777
|
+
['antd-up-circle-two-tone', <UpCircleTwoTone />],
|
|
778
|
+
['antd-down-circle-two-tone', <DownCircleTwoTone />],
|
|
779
|
+
['antd-up-square-two-tone', <UpSquareTwoTone />],
|
|
780
|
+
['antd-down-square-two-tone', <DownSquareTwoTone />],
|
|
781
|
+
['antd-left-square-two-tone', <LeftSquareTwoTone />],
|
|
782
|
+
['antd-right-square-two-tone', <RightSquareTwoTone />],
|
|
783
|
+
['antd-question-circle-two-tone', <QuestionCircleTwoTone />],
|
|
784
|
+
['antd-plus-circle-two-tone', <PlusCircleTwoTone />],
|
|
785
|
+
['antd-minus-circle-two-tone', <MinusCircleTwoTone />],
|
|
786
|
+
['antd-plus-square-two-tone', <PlusSquareTwoTone />],
|
|
787
|
+
['antd-minus-square-two-tone', <MinusSquareTwoTone />],
|
|
788
|
+
['antd-info-circle-two-tone', <InfoCircleTwoTone />],
|
|
789
|
+
['antd-exclamation-circle-two-tone', <ExclamationCircleTwoTone />],
|
|
790
|
+
['antd-close-circle-two-tone', <CloseCircleTwoTone />],
|
|
791
|
+
['antd-close-square-two-tone', <CloseSquareTwoTone />],
|
|
792
|
+
['antd-check-circle-two-tone', <CheckCircleTwoTone />],
|
|
793
|
+
['antd-check-square-two-tone', <CheckSquareTwoTone />],
|
|
794
|
+
['antd-edit-two-tone', <EditTwoTone />],
|
|
795
|
+
['antd-delete-two-tone', <DeleteTwoTone />],
|
|
796
|
+
['antd-highlight-two-tone', <HighlightTwoTone />],
|
|
797
|
+
['antd-pie-chart-two-tone', <PieChartTwoTone />],
|
|
798
|
+
['antd-box-chart-two-tone', <BoxPlotTwoTone />],
|
|
799
|
+
['antd-fund-two-tone', <FundTwoTone />],
|
|
800
|
+
['antd-sliders-two-tone', <SlidersTwoTone />],
|
|
801
|
+
['antd-api-two-tone', <ApiTwoTone />],
|
|
802
|
+
['antd-cloud-two-tone', <CloudTwoTone />],
|
|
803
|
+
['antd-hourglass-two-tone', <HourglassTwoTone />],
|
|
804
|
+
['antd-notification-two-tone', <NotificationTwoTone />],
|
|
805
|
+
['antd-tool-two-tone', <ToolTwoTone />],
|
|
806
|
+
['antd-down', <DownOutlined />],
|
|
807
|
+
['antd-up', <UpOutlined />],
|
|
808
|
+
['antd-left', <LeftOutlined />],
|
|
809
|
+
['antd-right', <RightOutlined />],
|
|
810
|
+
['antd-caret-up', <CaretUpOutlined />],
|
|
811
|
+
['antd-caret-down', <CaretDownOutlined />],
|
|
812
|
+
['antd-caret-left', <CaretLeftOutlined />],
|
|
813
|
+
['antd-caret-right', <CaretRightOutlined />],
|
|
814
|
+
['antd-up-circle', <UpCircleOutlined />],
|
|
815
|
+
['antd-down-circle', <DownCircleOutlined />],
|
|
816
|
+
['antd-left-circle', <LeftCircleOutlined />],
|
|
817
|
+
['antd-right-circle', <RightCircleOutlined />],
|
|
818
|
+
['antd-enter', <EnterOutlined />],
|
|
819
|
+
['antd-retweet', <RetweetOutlined />],
|
|
820
|
+
['antd-warning', <WarningOutlined />],
|
|
821
|
+
['antd-form', <FormOutlined />],
|
|
822
|
+
['antd-copy', <CopyOutlined />],
|
|
823
|
+
['antd-scissor', <ScissorOutlined />],
|
|
824
|
+
['antd-snippets', <SnippetsOutlined />],
|
|
825
|
+
['antd-diff', <DiffOutlined />],
|
|
826
|
+
['antd-ordered-list', <OrderedListOutlined />],
|
|
827
|
+
['antd-unordered-list', <UnorderedListOutlined />],
|
|
828
|
+
['antd-sliders', <SlidersOutlined />],
|
|
829
|
+
['antd-audit', <AuditOutlined />],
|
|
830
|
+
['antd-border', <BorderOutlined />],
|
|
831
|
+
['antd-contacts', <ContactsOutlined />],
|
|
832
|
+
['antd-container', <ContainerOutlined />],
|
|
833
|
+
['antd-delivered-procedure', <DeliveredProcedureOutlined />],
|
|
834
|
+
['antd-pause', <PauseOutlined />],
|
|
835
|
+
['antd-step-backward', <StepBackwardOutlined />],
|
|
836
|
+
['antd-step-forward', <StepForwardOutlined />],
|
|
837
|
+
['antd-fast-forward', <FastForwardOutlined />],
|
|
838
|
+
['antd-fast-backward', <FastBackwardOutlined />],
|
|
839
|
+
['antd-sun', <SunOutlined />],
|
|
840
|
+
['antd-moon', <MoonOutlined />],
|
|
841
|
+
['md-star-half', <MdStarHalf />],
|
|
842
|
+
['md-star-border', <MdStarBorder />],
|
|
843
|
+
['md-star', <MdStar />],
|
|
844
|
+
['md-people', <MdPeople />],
|
|
845
|
+
['md-plus-one', <MdPlusOne />],
|
|
846
|
+
['md-notifications', <MdNotifications />],
|
|
847
|
+
['md-pin-drop', <MdPinDrop />],
|
|
848
|
+
['md-layers-clear', <MdLayersClear />],
|
|
849
|
+
['md-layers', <MdLayers />],
|
|
850
|
+
['md-edit-location', <MdEditLocation />],
|
|
851
|
+
['md-tune', <MdTune />],
|
|
852
|
+
['md-transform', <MdTransform />],
|
|
853
|
+
['md-timer-off', <MdTimerOff />],
|
|
854
|
+
['md-timer', <MdTimer />],
|
|
855
|
+
['md-file-upload', <MdFileUpload />],
|
|
856
|
+
['md-file-download', <MdFileDownload />],
|
|
857
|
+
['md-create-new-folder', <MdCreateNewFolder />],
|
|
858
|
+
['md-cloud-upload', <MdCloudUpload />],
|
|
859
|
+
['md-cloud-queue', <MdCloudQueue />],
|
|
860
|
+
['md-cloud-download', <MdCloudDownload />],
|
|
861
|
+
['md-cloud-done', <MdCloudDone />],
|
|
862
|
+
['md-insert-chart', <MdInsertChart />],
|
|
863
|
+
['md-functions', <MdFunctions />],
|
|
864
|
+
['md-format-quote', <MdFormatQuote />],
|
|
865
|
+
['md-attach-file', <MdAttachFile />],
|
|
866
|
+
['md-storage', <MdStorage />],
|
|
867
|
+
['md-save', <MdSave />],
|
|
868
|
+
['md-remove-circle-outline', <MdRemoveCircleOutline />],
|
|
869
|
+
['md-remove-circle', <MdRemoveCircle />],
|
|
870
|
+
['md-remove', <MdRemove />],
|
|
871
|
+
['md-low-priority', <MdLowPriority />],
|
|
872
|
+
['md-link', <MdLink />],
|
|
873
|
+
['md-gesture', <MdGesture />],
|
|
874
|
+
['md-forward', <MdForward />],
|
|
875
|
+
['md-flag', <MdFlag />],
|
|
876
|
+
['md-drafts', <MdDrafts />],
|
|
877
|
+
['md-create', <MdCreate />],
|
|
878
|
+
['md-content-paste', <MdContentPaste />],
|
|
879
|
+
['md-content-cut', <MdContentCut />],
|
|
880
|
+
['md-content-copy', <MdContentCopy />],
|
|
881
|
+
['md-clear', <MdClear />],
|
|
882
|
+
['md-block', <MdBlock />],
|
|
883
|
+
['md-backspace', <MdBackspace />],
|
|
884
|
+
['md-add-box', <MdAddBox />],
|
|
885
|
+
['md-add', <MdAdd />],
|
|
886
|
+
['md-add-circle-outline', <MdAddCircleOutline />],
|
|
887
|
+
['md-add-circle', <MdAddCircle />],
|
|
888
|
+
['md-location-on', <MdLocationOn />],
|
|
889
|
+
['md-mail-outline', <MdMailOutline />],
|
|
890
|
+
['md-email', <MdEmail />],
|
|
891
|
+
['md-not-interested', <MdNotInterested />],
|
|
892
|
+
['md-library-books', <MdLibraryBooks />],
|
|
893
|
+
['md-library-add', <MdLibraryAdd />],
|
|
894
|
+
['md-equalizer', <MdEqualizer />],
|
|
895
|
+
['md-add-alert', <MdAddAlert />],
|
|
896
|
+
['md-visibility-off', <MdVisibilityOff />],
|
|
897
|
+
['md-visibility', <MdVisibility />],
|
|
898
|
+
['md-verified-user', <MdVerifiedUser />],
|
|
899
|
+
['md-update', <MdUpdate />],
|
|
900
|
+
['md-trending-up', <MdTrendingUp />],
|
|
901
|
+
['md-trending-flat', <MdTrendingFlat />],
|
|
902
|
+
['md-trending-down', <MdTrendingDown />],
|
|
903
|
+
['md-translate', <MdTranslate />],
|
|
904
|
+
['md-toc', <MdToc />],
|
|
905
|
+
['md-timeline', <MdTimeline />],
|
|
906
|
+
['md-thumb-up', <MdThumbUp />],
|
|
907
|
+
['md-thumb-down', <MdThumbDown />],
|
|
908
|
+
['md-swap-vert', <MdSwapVert />],
|
|
909
|
+
['md-swap-horiz', <MdSwapHoriz />],
|
|
910
|
+
['md-supervisor-account', <MdSupervisorAccount />],
|
|
911
|
+
['md-subject', <MdSubject />],
|
|
912
|
+
['md-settings', <MdSettings />],
|
|
913
|
+
['md-search', <MdSearch />],
|
|
914
|
+
['md-schedule', <MdSchedule />],
|
|
915
|
+
['md-restore', <MdRestore />],
|
|
916
|
+
['md-query-builder', <MdQueryBuilder />],
|
|
917
|
+
['md-power-settings-new', <MdPowerSettingsNew />],
|
|
918
|
+
['md-opacity', <MdOpacity />],
|
|
919
|
+
['md-note-add', <MdNoteAdd />],
|
|
920
|
+
['md-lock-outline', <MdLockOutline />],
|
|
921
|
+
['md-lock-open', <MdLockOpen />],
|
|
922
|
+
['md-list', <MdList />],
|
|
923
|
+
['md-lightbulb-outline', <MdLightbulbOutline />],
|
|
924
|
+
['md-launch', <MdLaunch />],
|
|
925
|
+
['md-label-outline', <MdLabelOutline />],
|
|
926
|
+
['md-label', <MdLabel />],
|
|
927
|
+
['md-input', <MdInput />],
|
|
928
|
+
['md-info-outline', <MdInfoOutline />],
|
|
929
|
+
['md-info', <MdInfo />],
|
|
930
|
+
['md-hourglass', <MdHourglassEmpty />],
|
|
931
|
+
['md-home', <MdHome />],
|
|
932
|
+
['md-history', <MdHistory />],
|
|
933
|
+
['md-highlight-off', <MdHighlightOff />],
|
|
934
|
+
['md-help-outline', <MdHelpOutline />],
|
|
935
|
+
['md-help', <MdHelp />],
|
|
936
|
+
['md-get-app', <MdGetApp />],
|
|
937
|
+
['md-translate', <MdGTranslate />],
|
|
938
|
+
['md-fingerprint', <MdFingerprint />],
|
|
939
|
+
['md-findIn-page', <MdFindInPage />],
|
|
940
|
+
['md-favorite-border', <MdFavoriteBorder />],
|
|
941
|
+
['md-favorite', <MdFavorite />],
|
|
942
|
+
['md-extension', <MdExtension />],
|
|
943
|
+
['md-explore', <MdExplore />],
|
|
944
|
+
['md-exit-to-app', <MdExitToApp />],
|
|
945
|
+
['md-event', <MdEvent />],
|
|
946
|
+
['md-description', <MdDescription />],
|
|
947
|
+
['md-delete-forever', <MdDeleteForever />],
|
|
948
|
+
['md-delete', <MdDelete />],
|
|
949
|
+
['md-dashboard', <MdDashboard />],
|
|
950
|
+
['md-code', <MdCode />],
|
|
951
|
+
['md-build', <MdBuild />],
|
|
952
|
+
['md-bug-report', <MdBugReport />],
|
|
953
|
+
['md-assignment', <MdAssignment />],
|
|
954
|
+
['md-assessment', <MdAssessment />],
|
|
955
|
+
['md-alarm-on', <MdAlarmOn />],
|
|
956
|
+
['md-alarm-off', <MdAlarmOff />],
|
|
957
|
+
['md-alarm-add', <MdAlarmAdd />],
|
|
958
|
+
['md-alarm', <MdAlarm />],
|
|
959
|
+
['md-account-circle', <MdAccountCircle />],
|
|
960
|
+
['fc-vlc', <FcVlc />],
|
|
961
|
+
['fc-view-details', <FcViewDetails />],
|
|
962
|
+
['fc-upload', <FcUpload />],
|
|
963
|
+
['fc-tree-structure', <FcTreeStructure />],
|
|
964
|
+
['fc-timeline', <FcTimeline />],
|
|
965
|
+
['fc-template', <FcTemplate />],
|
|
966
|
+
['fc-survey', <FcSurvey />],
|
|
967
|
+
['fc-signature', <FcSignature />],
|
|
968
|
+
['fc-share', <FcShare />],
|
|
969
|
+
['fc-services', <FcServices />],
|
|
970
|
+
['fc-rules', <FcRules />],
|
|
971
|
+
['fc-questions', <FcQuestions />],
|
|
972
|
+
['fc-process', <FcProcess />],
|
|
973
|
+
['fc-plus', <FcPlus />],
|
|
974
|
+
['fc-overtime', <FcOvertime />],
|
|
975
|
+
['fc-organization', <FcOrganization />],
|
|
976
|
+
['fc-numerical-sorting21', <FcNumericalSorting21 />],
|
|
977
|
+
['fc-numerical-sorting12', <FcNumericalSorting12 />],
|
|
978
|
+
['fc-multiple-inputs', <FcMultipleInputs />],
|
|
979
|
+
['fc-mind-map', <FcMindMap />],
|
|
980
|
+
['fc-menu', <FcMenu />],
|
|
981
|
+
['fc-list', <FcList />],
|
|
982
|
+
['fc-like', <FcLike />],
|
|
983
|
+
['fc-like-placeholder', <FcLikePlaceholder />],
|
|
984
|
+
['fc-info', <FcInfo />],
|
|
985
|
+
['fc-import', <FcImport />],
|
|
986
|
+
['fc-image-file', <FcImageFile />],
|
|
987
|
+
['fc-idea', <FcIdea />],
|
|
988
|
+
['fc-home', <FcHome />],
|
|
989
|
+
['fc-high-priority', <FcHighPriority />],
|
|
990
|
+
['fc-low-priority', <FcLowPriority />],
|
|
991
|
+
['fc-genealogy', <FcGenealogy />],
|
|
992
|
+
['fc-full-trash', <FcFullTrash />],
|
|
993
|
+
['fc-document-search', <FcFinePrint />],
|
|
994
|
+
['fc-file', <FcFile />],
|
|
995
|
+
['fc-faq', <FcFaq />],
|
|
996
|
+
['fc-export', <FcExport />],
|
|
997
|
+
['fc-empty-trash', <FcEmptyTrash />],
|
|
998
|
+
['fc-download', <FcDownload />],
|
|
999
|
+
['fc-document', <FcDocument />],
|
|
1000
|
+
['fc-deployment', <FcDeployment />],
|
|
1001
|
+
['fc-delete-database', <FcDeleteDatabase />],
|
|
1002
|
+
['fc-conference-call', <FcConferenceCall />],
|
|
1003
|
+
['fc-database', <FcDatabase />],
|
|
1004
|
+
['fc-data-protection', <FcDataProtection />],
|
|
1005
|
+
['fc-data-encryption', <FcDataEncryption />],
|
|
1006
|
+
['fc-data-configuration', <FcDataConfiguration />],
|
|
1007
|
+
['fc-data-backup', <FcDataBackup />],
|
|
1008
|
+
['fc-checkmark', <FcCheckmark />],
|
|
1009
|
+
['fc-cancel', <FcCancel />],
|
|
1010
|
+
['fc-briefcase', <FcBriefcase />],
|
|
1011
|
+
['fc-binoculars', <FcBinoculars />],
|
|
1012
|
+
['fc-automatic', <FcAutomatic />],
|
|
1013
|
+
['fc-alphabetical-sorting-za', <FcAlphabeticalSortingZa />],
|
|
1014
|
+
['fc-alphabetical-sorting-az', <FcAlphabeticalSortingAz />],
|
|
1015
|
+
['fc-add-database', <FcAddDatabase />],
|
|
1016
|
+
['fc-accept-database', <FcAcceptDatabase />],
|
|
1017
|
+
['fc-about', <FcAbout />],
|
|
1018
|
+
['fc-radar-chart', <FcRadarPlot />],
|
|
1019
|
+
['fc-scatter-chart', <FcScatterPlot />],
|
|
1020
|
+
['fc-pie-chart', <FcPieChart />],
|
|
1021
|
+
['fc-line-chart', <FcLineChart />],
|
|
1022
|
+
['fc-flow-chart', <FcFlowChart />],
|
|
1023
|
+
['fc-doughnut-chart', <FcDoughnutChart />],
|
|
1024
|
+
['fc-bar-chart', <FcBarChart />],
|
|
1025
|
+
['fc-area-chart', <FcAreaChart />],
|
|
1026
|
+
['fc-line-bar-chart', <FcComboChart />],
|
|
1027
|
+
['fc-workflow', <FcWorkflow />],
|
|
1028
|
+
['fc-todo-list', <FcTodoList />],
|
|
1029
|
+
['fc-synchronize', <FcSynchronize />],
|
|
1030
|
+
['fc-repair', <FcSupport />],
|
|
1031
|
+
['fc-statistics', <FcStatistics />],
|
|
1032
|
+
['fc-settings', <FcSettings />],
|
|
1033
|
+
['fc-search', <FcSearch />],
|
|
1034
|
+
['fc-serial-tasks', <FcSerialTasks />],
|
|
1035
|
+
['fc-safe', <FcSafe />],
|
|
1036
|
+
['fc-negative-dynamic', <FcNegativeDynamic />],
|
|
1037
|
+
['fc-positive-dynamic', <FcPositiveDynamic />],
|
|
1038
|
+
['fc-planner', <FcPlanner />],
|
|
1039
|
+
['fc-parallel-tasks', <FcParallelTasks />],
|
|
1040
|
+
['fc-org-unit', <FcOrgUnit />],
|
|
1041
|
+
['fc-opened-folder', <FcOpenedFolder />],
|
|
1042
|
+
['fc-ok', <FcOk />],
|
|
1043
|
+
['fc-inspection', <FcInspection />],
|
|
1044
|
+
['fc-globe', <FcGlobe />],
|
|
1045
|
+
['fc-folder', <FcFolder />],
|
|
1046
|
+
['fc-electronics', <FcElectronics />],
|
|
1047
|
+
['fc-data-sheet', <FcDataSheet />],
|
|
1048
|
+
['fc-command-line', <FcCommandLine />],
|
|
1049
|
+
['fc-calendar', <FcCalendar />],
|
|
1050
|
+
['fc-calculator', <FcCalculator />],
|
|
1051
|
+
['fc-bullish', <FcBullish />],
|
|
1052
|
+
['fc-bearish', <FcBearish />],
|
|
1053
|
+
['fc-bookmark', <FcBookmark />],
|
|
1054
|
+
['fc-approval', <FcApproval />],
|
|
1055
|
+
['fc-advertising', <FcAdvertising />],
|
|
1056
|
+
['di-linux', <DiLinux />],
|
|
1057
|
+
['di-python', <DiPython />],
|
|
1058
|
+
['di-chrome', <DiChrome />],
|
|
1059
|
+
['di-database', <DiDatabase />],
|
|
1060
|
+
['di-firefox', <DiFirefox />],
|
|
1061
|
+
['di-markdown', <DiMarkdown />],
|
|
1062
|
+
['di-postgresql', <DiPostgresql />],
|
|
1063
|
+
['di-terminal', <DiTerminal />],
|
|
1064
|
+
['di-windows', <DiWindows />],
|
|
1065
|
+
['bi-table', <BiTable />],
|
|
1066
|
+
['bi-analyse', <BiAnalyse />],
|
|
1067
|
+
['bi-layer', <BiLayer />],
|
|
1068
|
+
['bi-layer-minus', <BiLayerMinus />],
|
|
1069
|
+
['bi-layer-plus', <BiLayerPlus />],
|
|
1070
|
+
['bs-list-task', <BsListTask />],
|
|
1071
|
+
['bs-list-check', <BsListCheck />],
|
|
1072
|
+
['bs-link', <BsLink />],
|
|
1073
|
+
['bs-link-45-deg', <BsLink45Deg />],
|
|
1074
|
+
['bs-envelope-open', <BsEnvelopeOpen />],
|
|
1075
|
+
['bs-envelope', <BsEnvelope />],
|
|
1076
|
+
['bs-alarm', <BsAlarm />],
|
|
1077
|
+
['im-earth', <ImEarth />],
|
|
1078
|
+
['im-sphere', <ImSphere />],
|
|
1079
|
+
['gi-mesh-network', <GiMeshNetwork style={{ transform: 'scale(1.2)' }} />],
|
|
1080
|
+
['pi-circle', <PiCircle />],
|
|
1081
|
+
['pi-polygon', <PiPolygon />],
|
|
1082
|
+
['pi-map-pin', <PiMapPin />],
|
|
1083
|
+
['pi-line-segment', <PiLineSegment />],
|
|
1084
|
+
['pi-line-segments', <PiLineSegments />],
|
|
1085
|
+
['pi-trash-simple', <PiTrashSimple />],
|
|
1086
|
+
['pi-trash', <PiTrash />],
|
|
1087
|
+
['pi-ruler', <PiRuler />],
|
|
1088
|
+
['pi-selection', <PiSelection />],
|
|
1089
|
+
['pi-selection-slash', <PiSelectionSlash />],
|
|
1090
|
+
['pi-square-split-horizontal', <PiSquareSplitHorizontal />],
|
|
1091
|
+
['pi-square-split-vertical', <PiSquareSplitVertical />],
|
|
1092
|
+
['pi-stack-simple', <PiStackSimple />],
|
|
1093
|
+
['pi-stack', <PiStack />],
|
|
1094
|
+
['pi-navigation-arrow', <PiNavigationArrow />],
|
|
1095
|
+
['pi-map-trifold', <PiMapTrifold />],
|
|
1096
|
+
['pi-info', <PiInfo />],
|
|
1097
|
+
['pi-lock-key-open', <PiLockKeyOpen />],
|
|
1098
|
+
['pi-lock-key', <PiLockKey />],
|
|
1099
|
+
['pi-gear', <PiGear />],
|
|
1100
|
+
['pi-airplane', <PiAirplane />],
|
|
1101
|
+
['pi-anchor-simple', <PiAnchorSimple />],
|
|
1102
|
+
['pi-arrow-arc-left', <PiArrowArcLeft />],
|
|
1103
|
+
['pi-arrow-arc-right', <PiArrowArcRight />],
|
|
1104
|
+
['pi-arrow-clockwise', <PiArrowClockwise />],
|
|
1105
|
+
['pi-arrow-counter-clockwise', <PiArrowCounterClockwise />],
|
|
1106
|
+
['pi-barricade', <PiBarricade />],
|
|
1107
|
+
['pi-binoculars', <PiBinoculars />],
|
|
1108
|
+
['pi-bounding-box', <PiBoundingBox />],
|
|
1109
|
+
['pi-broom', <PiBroom />],
|
|
1110
|
+
['pi-buildings', <PiBuildings />],
|
|
1111
|
+
['pi-calculator', <PiCalculator />],
|
|
1112
|
+
['pi-camera', <PiCamera />],
|
|
1113
|
+
['pi-circuitry', <PiCircuitry />],
|
|
1114
|
+
['pi-clipboard', <PiClipboard />],
|
|
1115
|
+
['pi-compass', <PiCompass />],
|
|
1116
|
+
['pi-copy', <PiCopy />],
|
|
1117
|
+
['pi-cpu', <PiCpu />],
|
|
1118
|
+
['pi-crosshair', <PiCrosshair />],
|
|
1119
|
+
['pi-cube-focus', <PiCubeFocus />],
|
|
1120
|
+
['pi-cube', <PiCube />],
|
|
1121
|
+
['pi-cursor', <PiCursor />],
|
|
1122
|
+
['pi-database', <PiDatabase />],
|
|
1123
|
+
['pi-eye-slash', <PiEyeSlash />],
|
|
1124
|
+
['pi-eye', <PiEye />],
|
|
1125
|
+
['pi-faders', <PiFaders />],
|
|
1126
|
+
['pi-floppy-disk', <PiFloppyDisk />],
|
|
1127
|
+
['pi-dots-three-vertical', <PiDotsThreeVertical />],
|
|
1128
|
+
['pi-dots-three', <PiDotsThree />],
|
|
1129
|
+
['pi-math-operations', <PiMathOperations />],
|
|
1130
|
+
['pi-plus', <PiPlus />],
|
|
1131
|
+
['pi-minus', <PiMinus />],
|
|
1132
|
+
['pi-path', <PiPath />],
|
|
1133
|
+
['si-gitee', <SiGitee />]
|
|
1134
|
+
])
|
|
1135
|
+
|
|
1136
|
+
|
|
1137
1137
|
export { str2Icon }
|