@ant-design/agentic-ui 2.8.0 → 2.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (581) hide show
  1. package/dist/AgentRunBar/Robot.js +105 -57
  2. package/dist/AgentRunBar/icons/PauseIcon.js +38 -38
  3. package/dist/AgentRunBar/icons/PlayIcon.js +38 -38
  4. package/dist/AgentRunBar/icons/SimplePauseIcon.js +38 -38
  5. package/dist/AgentRunBar/icons/SimplePlayIcon.js +38 -38
  6. package/dist/AgentRunBar/icons/SimpleStopIcon.js +38 -38
  7. package/dist/AgentRunBar/icons/StopIcon.js +41 -50
  8. package/dist/AgentRunBar/icons/index.js +0 -1
  9. package/dist/AgentRunBar/index.js +270 -237
  10. package/dist/AgentRunBar/style.js +273 -239
  11. package/dist/AgenticLayout/index.js +140 -85
  12. package/dist/AgenticLayout/style.js +126 -107
  13. package/dist/AnswerAlert/components/CloseIcon.js +12 -21
  14. package/dist/AnswerAlert/components/ErrorIcon.js +42 -38
  15. package/dist/AnswerAlert/components/InfoIcon.js +42 -38
  16. package/dist/AnswerAlert/components/LoaderIcon.js +12 -21
  17. package/dist/AnswerAlert/components/SuccessIcon.js +42 -38
  18. package/dist/AnswerAlert/components/WarningIcon.js +42 -38
  19. package/dist/AnswerAlert/index.js +155 -75
  20. package/dist/AnswerAlert/style.js +159 -147
  21. package/dist/BackTo/BackBottom.js +154 -70
  22. package/dist/BackTo/BackTop.js +148 -68
  23. package/dist/BackTo/ScrollVisibleButton.js +124 -98
  24. package/dist/BackTo/hooks/useScrollVisible.js +79 -33
  25. package/dist/BackTo/icons/BottomIcon.js +37 -37
  26. package/dist/BackTo/icons/TopIcon.js +37 -37
  27. package/dist/BackTo/index.js +22 -7
  28. package/dist/BackTo/style.js +93 -70
  29. package/dist/Bubble/AIBubble.js +469 -406
  30. package/dist/Bubble/Avatar/index.js +139 -85
  31. package/dist/Bubble/Avatar/isEmoji.js +2 -6
  32. package/dist/Bubble/Bubble.js +114 -38
  33. package/dist/Bubble/BubbleBeforeNode.js +104 -74
  34. package/dist/Bubble/BubbleConfigProvide.js +3 -7
  35. package/dist/Bubble/FileView.js +63 -69
  36. package/dist/Bubble/List/PureBubbleList.js +130 -131
  37. package/dist/Bubble/List/SkeletonList.js +33 -24
  38. package/dist/Bubble/List/index.js +187 -124
  39. package/dist/Bubble/List/style.js +76 -47
  40. package/dist/Bubble/MessagesContent/BubbleContext.js +6 -12
  41. package/dist/Bubble/MessagesContent/BubbleExtra.js +663 -355
  42. package/dist/Bubble/MessagesContent/CopyButton/index.js +326 -96
  43. package/dist/Bubble/MessagesContent/DocInfo.js +351 -386
  44. package/dist/Bubble/MessagesContent/EXCEPTION.js +42 -22
  45. package/dist/Bubble/MessagesContent/MarkdownPreview.js +206 -156
  46. package/dist/Bubble/MessagesContent/VoiceButton/index.js +213 -115
  47. package/dist/Bubble/MessagesContent/VoiceButton/style.js +129 -105
  48. package/dist/Bubble/MessagesContent/VoiceButton/types.js +9 -0
  49. package/dist/Bubble/MessagesContent/docInfoStyle.js +118 -88
  50. package/dist/Bubble/MessagesContent/icons.js +157 -57
  51. package/dist/Bubble/MessagesContent/index.js +609 -368
  52. package/dist/Bubble/PureBubble.js +439 -326
  53. package/dist/Bubble/Title.js +110 -87
  54. package/dist/Bubble/UserBubble.js +218 -279
  55. package/dist/Bubble/index.js +10 -16
  56. package/dist/Bubble/style.js +248 -227
  57. package/dist/Bubble/type.js +3 -0
  58. package/dist/Bubble/types/BubbleExtra.js +1 -0
  59. package/dist/Bubble/types/DocInfo.js +1 -0
  60. package/dist/ChatBootPage/ButtonTab.js +25 -45
  61. package/dist/ChatBootPage/ButtonTabGroup.js +74 -47
  62. package/dist/ChatBootPage/ButtonTabGroupStyle.js +73 -45
  63. package/dist/ChatBootPage/ButtonTabStyle.js +121 -98
  64. package/dist/ChatBootPage/CaseReply.js +119 -113
  65. package/dist/ChatBootPage/CaseReplyStyle.js +217 -189
  66. package/dist/ChatBootPage/Title.js +19 -23
  67. package/dist/ChatBootPage/index.js +9 -11
  68. package/dist/ChatBootPage/style.js +80 -50
  69. package/dist/ChatLayout/index.js +93 -57
  70. package/dist/ChatLayout/style.js +206 -176
  71. package/dist/ChatLayout/types.js +1 -0
  72. package/dist/Components/ActionIconBox/index.js +571 -197
  73. package/dist/Components/ActionIconBox/style.js +141 -111
  74. package/dist/Components/ActionItemBox/ActionItemBox.js +95 -149
  75. package/dist/Components/ActionItemBox/index.js +7 -7
  76. package/dist/Components/ActionItemBox/style.js +353 -361
  77. package/dist/Components/Button/IconButton/index.js +35 -43
  78. package/dist/Components/Button/IconButton/style.js +357 -331
  79. package/dist/Components/Button/SwitchButton/index.js +243 -87
  80. package/dist/Components/Button/SwitchButton/style.js +160 -146
  81. package/dist/Components/Button/ToggleButton/index.js +46 -57
  82. package/dist/Components/Button/ToggleButton/style.js +283 -258
  83. package/dist/Components/Button/index.js +6 -2
  84. package/dist/Components/GradientText/index.js +21 -27
  85. package/dist/Components/GradientText/style.js +88 -63
  86. package/dist/Components/ImageList.js +111 -133
  87. package/dist/Components/LayoutHeader/index.js +145 -81
  88. package/dist/Components/LayoutHeader/style.js +89 -64
  89. package/dist/Components/LayoutHeader/types.js +3 -0
  90. package/dist/Components/Loading/index.js +53 -22
  91. package/dist/Components/Robot/index.js +90 -56
  92. package/dist/Components/Robot/lotties/DazingLottie/index.js +78 -47
  93. package/dist/Components/Robot/lotties/ThinkingLottie/index.js +78 -47
  94. package/dist/Components/Robot/lotties/index.js +0 -1
  95. package/dist/Components/SuggestionList/index.js +354 -182
  96. package/dist/Components/SuggestionList/style.js +204 -186
  97. package/dist/Components/TextAnimate/index.js +494 -362
  98. package/dist/Components/TextAnimate/style.js +72 -48
  99. package/dist/Components/TypingAnimation/index.js +214 -169
  100. package/dist/Components/TypingAnimation/style.js +76 -52
  101. package/dist/Components/VisualList/index.js +267 -180
  102. package/dist/Components/VisualList/style.js +140 -124
  103. package/dist/Components/icons/LoadingSpinnerIcon.js +124 -73
  104. package/dist/Components/lotties/DazingLottie/index.js +78 -47
  105. package/dist/Components/lotties/LoadingLottie/index.js +82 -48
  106. package/dist/Components/lotties/TextLoading/index.js +73 -49
  107. package/dist/Components/lotties/TextLoading/style.js +95 -78
  108. package/dist/Components/lotties/ThinkingLottie/index.js +78 -47
  109. package/dist/Components/lotties/index.js +0 -1
  110. package/dist/Constants/colors.js +71 -97
  111. package/dist/History/components/HistoryActionsBox.js +407 -180
  112. package/dist/History/components/HistoryEmpty.js +38 -42
  113. package/dist/History/components/HistoryEmptyIcon.js +682 -964
  114. package/dist/History/components/HistoryItem.js +683 -471
  115. package/dist/History/components/HistoryList.js +170 -87
  116. package/dist/History/components/HistoryRunningIcon.js +160 -111
  117. package/dist/History/components/LoadMoreComponent.js +308 -103
  118. package/dist/History/components/NewChatComponent.js +261 -69
  119. package/dist/History/components/NewChatComponent.style.js +79 -53
  120. package/dist/History/components/SearchComponent.js +367 -156
  121. package/dist/History/components/index.js +11 -23
  122. package/dist/History/hooks/useHistory.js +404 -129
  123. package/dist/History/index.js +301 -186
  124. package/dist/History/menu.js +158 -212
  125. package/dist/History/style.js +282 -276
  126. package/dist/History/types/HistoryData.js +6 -10
  127. package/dist/History/types/HistoryList.js +3 -0
  128. package/dist/History/types/index.js +3 -0
  129. package/dist/History/utils/index.js +35 -32
  130. package/dist/Hooks/useAutoScroll.js +262 -84
  131. package/dist/Hooks/useClickAway.js +60 -21
  132. package/dist/Hooks/useCopied.js +72 -20
  133. package/dist/Hooks/useDebounceFn/index.js +213 -55
  134. package/dist/Hooks/useIntersectionOnce.js +163 -74
  135. package/dist/Hooks/useLanguage.js +67 -26
  136. package/dist/Hooks/useRefFunction/index.js +76 -11
  137. package/dist/Hooks/useSpeechSynthesis.js +143 -99
  138. package/dist/Hooks/useStyle/index.js +95 -60
  139. package/dist/Hooks/useThrottleFn/index.js +41 -41
  140. package/dist/I18n/index.js +246 -109
  141. package/dist/I18n/locales.js +718 -711
  142. package/dist/Icons/animated/VoicePlayLottie/index.js +75 -46
  143. package/dist/Icons/animated/VoicingLottie/index.js +78 -47
  144. package/dist/MarkdownEditor/BaseMarkdownEditor.js +421 -349
  145. package/dist/MarkdownEditor/editor/Editor.js +1160 -843
  146. package/dist/MarkdownEditor/editor/components/CommentList/index.js +407 -239
  147. package/dist/MarkdownEditor/editor/components/CommentList/style.js +119 -89
  148. package/dist/MarkdownEditor/editor/components/ContributorAvatar/index.js +61 -63
  149. package/dist/MarkdownEditor/editor/components/ContributorAvatar/style.js +82 -52
  150. package/dist/MarkdownEditor/editor/components/LazyElement/index.js +208 -106
  151. package/dist/MarkdownEditor/editor/components/LazyElement/style.js +69 -42
  152. package/dist/MarkdownEditor/editor/components/fntTag/index.js +7 -11
  153. package/dist/MarkdownEditor/editor/components/fntTag/style.js +66 -36
  154. package/dist/MarkdownEditor/editor/components/index.js +0 -1
  155. package/dist/MarkdownEditor/editor/elements/Blockquote.js +95 -37
  156. package/dist/MarkdownEditor/editor/elements/Break.js +56 -25
  157. package/dist/MarkdownEditor/editor/elements/Card/index.js +131 -52
  158. package/dist/MarkdownEditor/editor/elements/Code.js +89 -67
  159. package/dist/MarkdownEditor/editor/elements/Comment/index.js +79 -50
  160. package/dist/MarkdownEditor/editor/elements/ErrorBoundary.js +117 -21
  161. package/dist/MarkdownEditor/editor/elements/FootnoteDefinition.js +83 -64
  162. package/dist/MarkdownEditor/editor/elements/FootnoteReference.js +115 -41
  163. package/dist/MarkdownEditor/editor/elements/Head.js +131 -67
  164. package/dist/MarkdownEditor/editor/elements/Hr.js +63 -38
  165. package/dist/MarkdownEditor/editor/elements/Image/index.js +636 -494
  166. package/dist/MarkdownEditor/editor/elements/InlineKatex.js +60 -44
  167. package/dist/MarkdownEditor/editor/elements/Katex.js +71 -55
  168. package/dist/MarkdownEditor/editor/elements/LinkCard/index.js +79 -175
  169. package/dist/MarkdownEditor/editor/elements/LinkCard/style.js +130 -100
  170. package/dist/MarkdownEditor/editor/elements/List/List.js +96 -69
  171. package/dist/MarkdownEditor/editor/elements/List/ListItem.js +422 -247
  172. package/dist/MarkdownEditor/editor/elements/List/index.js +1 -5
  173. package/dist/MarkdownEditor/editor/elements/List/style.js +131 -117
  174. package/dist/MarkdownEditor/editor/elements/Media.js +637 -519
  175. package/dist/MarkdownEditor/editor/elements/Mermaid.js +79 -54
  176. package/dist/MarkdownEditor/editor/elements/Paragraph.js +144 -83
  177. package/dist/MarkdownEditor/editor/elements/Schema.js +167 -128
  178. package/dist/MarkdownEditor/editor/elements/Table/ReadonlyTableComponent.js +211 -178
  179. package/dist/MarkdownEditor/editor/elements/Table/SimpleTable.js +73 -49
  180. package/dist/MarkdownEditor/editor/elements/Table/Table.js +285 -204
  181. package/dist/MarkdownEditor/editor/elements/Table/TableCellIndex/index.js +397 -280
  182. package/dist/MarkdownEditor/editor/elements/Table/TableCellIndex/style.js +126 -101
  183. package/dist/MarkdownEditor/editor/elements/Table/TableCellIndexSpacer/index.js +381 -276
  184. package/dist/MarkdownEditor/editor/elements/Table/TableCellIndexSpacer/style.js +120 -98
  185. package/dist/MarkdownEditor/editor/elements/Table/TableContext.js +64 -21
  186. package/dist/MarkdownEditor/editor/elements/Table/TableRowIndex/index.js +52 -42
  187. package/dist/MarkdownEditor/editor/elements/Table/TableRowIndex/style.js +69 -39
  188. package/dist/MarkdownEditor/editor/elements/Table/Td/index.js +126 -72
  189. package/dist/MarkdownEditor/editor/elements/Table/Td/style.js +85 -55
  190. package/dist/MarkdownEditor/editor/elements/Table/index.js +204 -105
  191. package/dist/MarkdownEditor/editor/elements/Table/style.js +244 -233
  192. package/dist/MarkdownEditor/editor/elements/Table/useScrollShadow.js +119 -62
  193. package/dist/MarkdownEditor/editor/elements/TagPopup/index.js +438 -276
  194. package/dist/MarkdownEditor/editor/elements/TagPopup/style.js +103 -77
  195. package/dist/MarkdownEditor/editor/elements/index.js +437 -424
  196. package/dist/MarkdownEditor/editor/parser/json-parse.js +38 -9
  197. package/dist/MarkdownEditor/editor/parser/parserMarkdownToSlateNode.js +1753 -1168
  198. package/dist/MarkdownEditor/editor/parser/parserMdToSchema.js +16 -20
  199. package/dist/MarkdownEditor/editor/parser/parserSlateNodeToMarkdown.js +1021 -606
  200. package/dist/MarkdownEditor/editor/parser/remarkParse.js +158 -102
  201. package/dist/MarkdownEditor/editor/plugins/catchError.js +78 -17
  202. package/dist/MarkdownEditor/editor/plugins/elements.js +458 -342
  203. package/dist/MarkdownEditor/editor/plugins/handlePaste.js +752 -300
  204. package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/arrow.js +215 -129
  205. package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/backspace.js +325 -180
  206. package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/enter.js +576 -418
  207. package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/match.js +157 -47
  208. package/dist/MarkdownEditor/editor/plugins/hotKeyCommands/tab.js +331 -209
  209. package/dist/MarkdownEditor/editor/plugins/index.js +0 -1
  210. package/dist/MarkdownEditor/editor/plugins/insertParsedHtmlNodes.js +1245 -507
  211. package/dist/MarkdownEditor/editor/plugins/parseMarkdownToNodesAndInsert.js +36 -24
  212. package/dist/MarkdownEditor/editor/plugins/useHighlight.js +267 -116
  213. package/dist/MarkdownEditor/editor/plugins/useKeyboard.js +234 -160
  214. package/dist/MarkdownEditor/editor/plugins/useOnchange.js +253 -92
  215. package/dist/MarkdownEditor/editor/plugins/withMarkdown.js +728 -439
  216. package/dist/MarkdownEditor/editor/store.js +1819 -1389
  217. package/dist/MarkdownEditor/editor/style.js +551 -506
  218. package/dist/MarkdownEditor/editor/tagStyles.js +43 -43
  219. package/dist/MarkdownEditor/editor/tools/DragHandle.js +56 -54
  220. package/dist/MarkdownEditor/editor/tools/InsertAutocomplete.js +1049 -732
  221. package/dist/MarkdownEditor/editor/tools/InsertLink.js +232 -181
  222. package/dist/MarkdownEditor/editor/tools/Leading.js +566 -303
  223. package/dist/MarkdownEditor/editor/tools/ToolBar/BaseBar.js +415 -377
  224. package/dist/MarkdownEditor/editor/tools/ToolBar/FloatBar.js +162 -125
  225. package/dist/MarkdownEditor/editor/tools/ToolBar/ReadonlyBaseBar.js +480 -258
  226. package/dist/MarkdownEditor/editor/tools/ToolBar/ToolBar.js +44 -44
  227. package/dist/MarkdownEditor/editor/tools/ToolBar/components/ClearFormatButton.js +20 -35
  228. package/dist/MarkdownEditor/editor/tools/ToolBar/components/ColorPickerButton.js +69 -73
  229. package/dist/MarkdownEditor/editor/tools/ToolBar/components/FormatButton.js +13 -19
  230. package/dist/MarkdownEditor/editor/tools/ToolBar/components/FormattingTools.js +34 -41
  231. package/dist/MarkdownEditor/editor/tools/ToolBar/components/HeadingDropdown.js +53 -47
  232. package/dist/MarkdownEditor/editor/tools/ToolBar/components/LinkButton.js +11 -19
  233. package/dist/MarkdownEditor/editor/tools/ToolBar/components/ToolBarItem.js +23 -43
  234. package/dist/MarkdownEditor/editor/tools/ToolBar/components/UndoRedoButtons.js +14 -25
  235. package/dist/MarkdownEditor/editor/tools/ToolBar/config/toolsConfig.js +139 -102
  236. package/dist/MarkdownEditor/editor/tools/ToolBar/floatBarStyle.js +95 -65
  237. package/dist/MarkdownEditor/editor/tools/ToolBar/hooks/useToolBarLogic.js +252 -161
  238. package/dist/MarkdownEditor/editor/tools/ToolBar/index.js +14 -24
  239. package/dist/MarkdownEditor/editor/tools/ToolBar/toolBarStyle.js +95 -65
  240. package/dist/MarkdownEditor/editor/tools/insertAutocompleteStyle.js +82 -52
  241. package/dist/MarkdownEditor/editor/types/Table.js +1 -0
  242. package/dist/MarkdownEditor/editor/utils/InlineChromiumBugfix.js +11 -16
  243. package/dist/MarkdownEditor/editor/utils/ace.js +136 -40
  244. package/dist/MarkdownEditor/editor/utils/docx/docxDeserializer.js +29 -32
  245. package/dist/MarkdownEditor/editor/utils/docx/index.js +0 -1
  246. package/dist/MarkdownEditor/editor/utils/docx/module.js +193 -164
  247. package/dist/MarkdownEditor/editor/utils/docx/utils.js +113 -98
  248. package/dist/MarkdownEditor/editor/utils/dom.js +119 -90
  249. package/dist/MarkdownEditor/editor/utils/editorUtils.js +1369 -906
  250. package/dist/MarkdownEditor/editor/utils/htmlToMarkdown.js +196 -184
  251. package/dist/MarkdownEditor/editor/utils/index.js +354 -215
  252. package/dist/MarkdownEditor/editor/utils/isMarkdown.js +56 -44
  253. package/dist/MarkdownEditor/editor/utils/keyboard.js +1229 -664
  254. package/dist/MarkdownEditor/editor/utils/markdownToHtml.js +294 -76
  255. package/dist/MarkdownEditor/editor/utils/media.js +274 -99
  256. package/dist/MarkdownEditor/editor/utils/path.js +22 -16
  257. package/dist/MarkdownEditor/editor/utils/performanceMonitor.js +370 -168
  258. package/dist/MarkdownEditor/editor/utils/useLocalState.js +96 -37
  259. package/dist/MarkdownEditor/el.js +1 -0
  260. package/dist/MarkdownEditor/hooks/editor.js +123 -41
  261. package/dist/MarkdownEditor/hooks/subscribe.js +18 -15
  262. package/dist/MarkdownEditor/index.js +118 -30
  263. package/dist/MarkdownEditor/plugin.js +2 -5
  264. package/dist/MarkdownEditor/style.js +96 -66
  265. package/dist/MarkdownEditor/types.js +1 -0
  266. package/dist/MarkdownEditor/utils/exportHtml.js +42 -83
  267. package/dist/MarkdownEditor/utils/native-table/index.js +0 -1
  268. package/dist/MarkdownEditor/utils/native-table/native-table-editor.js +337 -222
  269. package/dist/MarkdownEditor/utils/native-table/native-table-keyboard.js +201 -113
  270. package/dist/MarkdownInputField/AttachmentButton/AttachmentButtonPopover.js +86 -79
  271. package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/AttachmentFileIcon.js +62 -33
  272. package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/AttachmentFileListItem.js +147 -125
  273. package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/index.js +174 -129
  274. package/dist/MarkdownInputField/AttachmentButton/AttachmentFileList/style.js +263 -237
  275. package/dist/MarkdownInputField/AttachmentButton/index.js +465 -205
  276. package/dist/MarkdownInputField/AttachmentButton/style.js +143 -114
  277. package/dist/MarkdownInputField/AttachmentButton/types.js +3 -0
  278. package/dist/MarkdownInputField/AttachmentButton/utils.js +64 -34
  279. package/dist/MarkdownInputField/BeforeToolContainer/BeforeToolContainer.js +438 -404
  280. package/dist/MarkdownInputField/Enlargement/index.js +7 -17
  281. package/dist/MarkdownInputField/FileMapView/FileMapViewItem.js +193 -216
  282. package/dist/MarkdownInputField/FileMapView/index.js +387 -174
  283. package/dist/MarkdownInputField/FileMapView/style.js +281 -259
  284. package/dist/MarkdownInputField/FilePaste/index.js +239 -65
  285. package/dist/MarkdownInputField/FileUploadManager/index.js +460 -170
  286. package/dist/MarkdownInputField/MarkdownInputField.js +819 -549
  287. package/dist/MarkdownInputField/QuickActions/index.js +304 -134
  288. package/dist/MarkdownInputField/RefinePromptButton/index.js +24 -33
  289. package/dist/MarkdownInputField/RefinePromptButton/style.js +99 -73
  290. package/dist/MarkdownInputField/SendActions/index.js +179 -197
  291. package/dist/MarkdownInputField/SendButton/index.js +150 -110
  292. package/dist/MarkdownInputField/SendButton/style.js +95 -64
  293. package/dist/MarkdownInputField/SkillModeBar/hooks/index.js +3 -5
  294. package/dist/MarkdownInputField/SkillModeBar/hooks/useSkillModeState.js +51 -26
  295. package/dist/MarkdownInputField/SkillModeBar/index.js +119 -106
  296. package/dist/MarkdownInputField/SkillModeBar/style.js +124 -98
  297. package/dist/MarkdownInputField/Suggestion/index.js +391 -154
  298. package/dist/MarkdownInputField/TopOperatingArea/index.js +37 -44
  299. package/dist/MarkdownInputField/TopOperatingArea/style.js +98 -81
  300. package/dist/MarkdownInputField/VoiceInput/index.js +210 -82
  301. package/dist/MarkdownInputField/VoiceInput/style.js +85 -59
  302. package/dist/MarkdownInputField/VoiceInputManager/index.js +321 -94
  303. package/dist/MarkdownInputField/style.js +296 -233
  304. package/dist/Plugins/chart/AreaChart/index.js +541 -393
  305. package/dist/Plugins/chart/AreaChart/style.js +114 -90
  306. package/dist/Plugins/chart/BarChart/index.d.ts +4 -0
  307. package/dist/Plugins/chart/BarChart/index.js +865 -697
  308. package/dist/Plugins/chart/BarChart/style.js +114 -90
  309. package/dist/Plugins/chart/ChartAttrToolBar/ChartAttrToolBarStyle.js +82 -52
  310. package/dist/Plugins/chart/ChartAttrToolBar/index.js +94 -65
  311. package/dist/Plugins/chart/ChartMark/Area.js +176 -150
  312. package/dist/Plugins/chart/ChartMark/Bar.js +181 -152
  313. package/dist/Plugins/chart/ChartMark/Column.js +181 -151
  314. package/dist/Plugins/chart/ChartMark/Container.js +116 -75
  315. package/dist/Plugins/chart/ChartMark/Line.js +179 -151
  316. package/dist/Plugins/chart/ChartMark/Pie.js +79 -63
  317. package/dist/Plugins/chart/ChartMark/index.js +6 -13
  318. package/dist/Plugins/chart/ChartMark/useChart.js +1 -0
  319. package/dist/Plugins/chart/ChartRender.js +981 -696
  320. package/dist/Plugins/chart/ChartStatistic/index.js +47 -62
  321. package/dist/Plugins/chart/ChartStatistic/style.js +142 -143
  322. package/dist/Plugins/chart/ChartStatistic/utils.js +37 -27
  323. package/dist/Plugins/chart/DonutChart/Legend.js +94 -124
  324. package/dist/Plugins/chart/DonutChart/constants.js +4 -11
  325. package/dist/Plugins/chart/DonutChart/hooks.js +183 -112
  326. package/dist/Plugins/chart/DonutChart/index.js +588 -516
  327. package/dist/Plugins/chart/DonutChart/plugins.js +47 -44
  328. package/dist/Plugins/chart/DonutChart/style.js +186 -175
  329. package/dist/Plugins/chart/DonutChart/types.js +1 -0
  330. package/dist/Plugins/chart/FunnelChart/index.js +844 -647
  331. package/dist/Plugins/chart/FunnelChart/style.js +97 -71
  332. package/dist/Plugins/chart/LineChart/index.js +516 -393
  333. package/dist/Plugins/chart/LineChart/style.js +114 -90
  334. package/dist/Plugins/chart/RadarChart/index.js +580 -582
  335. package/dist/Plugins/chart/RadarChart/style.js +122 -112
  336. package/dist/Plugins/chart/ScatterChart/index.js +633 -640
  337. package/dist/Plugins/chart/ScatterChart/style.js +108 -94
  338. package/dist/Plugins/chart/components/ChartContainer/ChartContainer.js +151 -80
  339. package/dist/Plugins/chart/components/ChartContainer/ChartErrorBoundary.js +160 -41
  340. package/dist/Plugins/chart/components/ChartContainer/ChartErrorBoundaryExample.js +80 -62
  341. package/dist/Plugins/chart/components/ChartContainer/index.js +2 -7
  342. package/dist/Plugins/chart/components/ChartContainer/style.js +121 -91
  343. package/dist/Plugins/chart/components/ChartFilter/ChartFilter.js +58 -90
  344. package/dist/Plugins/chart/components/ChartFilter/style.js +169 -154
  345. package/dist/Plugins/chart/components/ChartToolBar/ChartToolBar.js +54 -59
  346. package/dist/Plugins/chart/components/ChartToolBar/style.js +132 -117
  347. package/dist/Plugins/chart/components/icons/TimeIcon.js +20 -26
  348. package/dist/Plugins/chart/components/index.js +32 -34
  349. package/dist/Plugins/chart/const.js +34 -25
  350. package/dist/Plugins/chart/hooks/useChartStatistic.js +1 -0
  351. package/dist/Plugins/chart/index.js +436 -339
  352. package/dist/Plugins/chart/loadChartRuntime.js +209 -110
  353. package/dist/Plugins/chart/utils.js +311 -87
  354. package/dist/Plugins/code/CodeUI/Katex/Katex.js +112 -66
  355. package/dist/Plugins/code/components/AceEditor.js +334 -237
  356. package/dist/Plugins/code/components/AceEditorContainer.js +23 -32
  357. package/dist/Plugins/code/components/CodeContainer.js +41 -56
  358. package/dist/Plugins/code/components/CodeRenderer.js +202 -155
  359. package/dist/Plugins/code/components/CodeToolbar.js +137 -181
  360. package/dist/Plugins/code/components/HtmlPreview.js +19 -22
  361. package/dist/Plugins/code/components/LanguageSelector.js +162 -96
  362. package/dist/Plugins/code/components/LoadImage.js +145 -46
  363. package/dist/Plugins/code/components/ThinkBlock.js +38 -42
  364. package/dist/Plugins/code/components/index.js +13 -23
  365. package/dist/Plugins/code/hooks/index.js +7 -9
  366. package/dist/Plugins/code/hooks/useCodeEditorState.js +139 -62
  367. package/dist/Plugins/code/hooks/useRenderConditions.js +31 -23
  368. package/dist/Plugins/code/hooks/useToolbarConfig.js +44 -46
  369. package/dist/Plugins/code/index.js +141 -89
  370. package/dist/Plugins/code/langIconMap.js +400 -108
  371. package/dist/Plugins/code/langIcons/AbapIcon.js +90 -57
  372. package/dist/Plugins/code/langIcons/ActionscriptIcon.js +89 -56
  373. package/dist/Plugins/code/langIcons/AdaIcon.js +89 -52
  374. package/dist/Plugins/code/langIcons/ApacheIcon.js +205 -254
  375. package/dist/Plugins/code/langIcons/ApexIcon.js +108 -82
  376. package/dist/Plugins/code/langIcons/AplIcon.js +90 -54
  377. package/dist/Plugins/code/langIcons/ApplescriptIcon.js +89 -56
  378. package/dist/Plugins/code/langIcons/AstroIcon.js +91 -58
  379. package/dist/Plugins/code/langIcons/AwkIcon.js +98 -68
  380. package/dist/Plugins/code/langIcons/BallerinaIcon.js +92 -59
  381. package/dist/Plugins/code/langIcons/BatIcon.js +158 -229
  382. package/dist/Plugins/code/langIcons/BicepIcon.js +91 -58
  383. package/dist/Plugins/code/langIcons/BladeIcon.js +90 -58
  384. package/dist/Plugins/code/langIcons/CIcon.js +90 -55
  385. package/dist/Plugins/code/langIcons/CadenceIcon.js +89 -56
  386. package/dist/Plugins/code/langIcons/ClojureIcon.js +96 -75
  387. package/dist/Plugins/code/langIcons/CmakeIcon.js +93 -62
  388. package/dist/Plugins/code/langIcons/CobolIcon.js +99 -70
  389. package/dist/Plugins/code/langIcons/CodeqlIcon.js +96 -76
  390. package/dist/Plugins/code/langIcons/CoffeeIcon.js +89 -56
  391. package/dist/Plugins/code/langIcons/ConsoleIcon.js +89 -56
  392. package/dist/Plugins/code/langIcons/CppIcon.js +90 -55
  393. package/dist/Plugins/code/langIcons/CrystalIcon.js +90 -57
  394. package/dist/Plugins/code/langIcons/CsharpIcon.js +90 -59
  395. package/dist/Plugins/code/langIcons/CssIcon.js +89 -52
  396. package/dist/Plugins/code/langIcons/DIcon.js +90 -53
  397. package/dist/Plugins/code/langIcons/DartIcon.js +92 -71
  398. package/dist/Plugins/code/langIcons/DatabaseIcon.js +90 -57
  399. package/dist/Plugins/code/langIcons/DiffIcon.js +90 -57
  400. package/dist/Plugins/code/langIcons/DockerIcon.js +89 -56
  401. package/dist/Plugins/code/langIcons/DotenvIcon.js +94 -56
  402. package/dist/Plugins/code/langIcons/ElixirIcon.js +91 -58
  403. package/dist/Plugins/code/langIcons/ElmIcon.js +105 -58
  404. package/dist/Plugins/code/langIcons/ErbIcon.js +90 -54
  405. package/dist/Plugins/code/langIcons/ErlangIcon.js +89 -56
  406. package/dist/Plugins/code/langIcons/FsharpIcon.js +93 -62
  407. package/dist/Plugins/code/langIcons/GdscriptIcon.js +96 -88
  408. package/dist/Plugins/code/langIcons/GlslIcon.js +90 -58
  409. package/dist/Plugins/code/langIcons/GnuplotIcon.js +98 -77
  410. package/dist/Plugins/code/langIcons/GoIcon.js +114 -93
  411. package/dist/Plugins/code/langIcons/GraphqlIcon.js +106 -66
  412. package/dist/Plugins/code/langIcons/GroovyIcon.js +89 -56
  413. package/dist/Plugins/code/langIcons/HackIcon.js +97 -64
  414. package/dist/Plugins/code/langIcons/HamlIcon.js +89 -56
  415. package/dist/Plugins/code/langIcons/HandlebarsIcon.js +89 -56
  416. package/dist/Plugins/code/langIcons/HaskellIcon.js +93 -64
  417. package/dist/Plugins/code/langIcons/HclIcon.js +118 -93
  418. package/dist/Plugins/code/langIcons/HclLightIcon.js +118 -97
  419. package/dist/Plugins/code/langIcons/HjsonIcon.js +94 -62
  420. package/dist/Plugins/code/langIcons/HlslIcon.js +96 -76
  421. package/dist/Plugins/code/langIcons/HtmlIcon.js +89 -56
  422. package/dist/Plugins/code/langIcons/HttpIcon.js +89 -56
  423. package/dist/Plugins/code/langIcons/ImbaIcon.js +98 -65
  424. package/dist/Plugins/code/langIcons/IniIcon.js +90 -54
  425. package/dist/Plugins/code/langIcons/JavaIcon.js +89 -56
  426. package/dist/Plugins/code/langIcons/JavascriptIcon.js +89 -56
  427. package/dist/Plugins/code/langIcons/JinjaIcon.js +100 -68
  428. package/dist/Plugins/code/langIcons/Json5Icon.js +100 -82
  429. package/dist/Plugins/code/langIcons/JsonIcon.js +89 -56
  430. package/dist/Plugins/code/langIcons/JsonnetIcon.js +102 -86
  431. package/dist/Plugins/code/langIcons/JuliaIcon.js +105 -52
  432. package/dist/Plugins/code/langIcons/KotlinIcon.js +104 -74
  433. package/dist/Plugins/code/langIcons/KustoIcon.js +90 -57
  434. package/dist/Plugins/code/langIcons/LessIcon.js +90 -57
  435. package/dist/Plugins/code/langIcons/LiquidIcon.js +91 -58
  436. package/dist/Plugins/code/langIcons/LispIcon.js +89 -56
  437. package/dist/Plugins/code/langIcons/LuaIcon.js +93 -60
  438. package/dist/Plugins/code/langIcons/MakefileIcon.js +91 -58
  439. package/dist/Plugins/code/langIcons/MarkdownIcon.js +89 -56
  440. package/dist/Plugins/code/langIcons/MarkojsIcon.js +96 -73
  441. package/dist/Plugins/code/langIcons/MatlabIcon.js +93 -64
  442. package/dist/Plugins/code/langIcons/MdxIcon.js +90 -53
  443. package/dist/Plugins/code/langIcons/MermaidIcon.js +95 -64
  444. package/dist/Plugins/code/langIcons/MojoIcon.js +95 -62
  445. package/dist/Plugins/code/langIcons/NginxIcon.js +94 -61
  446. package/dist/Plugins/code/langIcons/NimIcon.js +91 -54
  447. package/dist/Plugins/code/langIcons/NixIcon.js +92 -56
  448. package/dist/Plugins/code/langIcons/ObjectiveCIcon.js +90 -59
  449. package/dist/Plugins/code/langIcons/ObjectiveCppIcon.js +90 -57
  450. package/dist/Plugins/code/langIcons/OcamlIcon.js +90 -61
  451. package/dist/Plugins/code/langIcons/PascalIcon.js +95 -55
  452. package/dist/Plugins/code/langIcons/Perl6Icon.js +299 -320
  453. package/dist/Plugins/code/langIcons/PerlIcon.js +89 -56
  454. package/dist/Plugins/code/langIcons/PhpIcon.js +89 -52
  455. package/dist/Plugins/code/langIcons/PostcssIcon.js +130 -113
  456. package/dist/Plugins/code/langIcons/PowershellIcon.js +91 -58
  457. package/dist/Plugins/code/langIcons/PrismaIcon.js +97 -68
  458. package/dist/Plugins/code/langIcons/PrologIcon.js +91 -58
  459. package/dist/Plugins/code/langIcons/ProtoIcon.js +94 -68
  460. package/dist/Plugins/code/langIcons/PugIcon.js +177 -145
  461. package/dist/Plugins/code/langIcons/PuppetIcon.js +96 -52
  462. package/dist/Plugins/code/langIcons/PurescriptIcon.js +93 -61
  463. package/dist/Plugins/code/langIcons/PythonIcon.js +90 -61
  464. package/dist/Plugins/code/langIcons/RIcon.js +89 -52
  465. package/dist/Plugins/code/langIcons/RazorIcon.js +90 -57
  466. package/dist/Plugins/code/langIcons/ReactIcon.js +89 -56
  467. package/dist/Plugins/code/langIcons/ReactTsIcon.js +90 -57
  468. package/dist/Plugins/code/langIcons/RubyIcon.js +91 -58
  469. package/dist/Plugins/code/langIcons/RustIcon.js +89 -56
  470. package/dist/Plugins/code/langIcons/SasIcon.js +89 -52
  471. package/dist/Plugins/code/langIcons/SassIcon.js +90 -57
  472. package/dist/Plugins/code/langIcons/ScalaIcon.js +96 -53
  473. package/dist/Plugins/code/langIcons/SchemeIcon.js +91 -58
  474. package/dist/Plugins/code/langIcons/ShaderlabIcon.js +89 -56
  475. package/dist/Plugins/code/langIcons/SolidityIcon.js +94 -52
  476. package/dist/Plugins/code/langIcons/SparqlIcon.js +94 -64
  477. package/dist/Plugins/code/langIcons/StataIcon.js +126 -108
  478. package/dist/Plugins/code/langIcons/StylusIcon.js +92 -59
  479. package/dist/Plugins/code/langIcons/SvelteIcon.js +91 -58
  480. package/dist/Plugins/code/langIcons/SwiftIcon.js +90 -57
  481. package/dist/Plugins/code/langIcons/SystemverilogIcon.js +115 -102
  482. package/dist/Plugins/code/langIcons/TclIcon.js +89 -52
  483. package/dist/Plugins/code/langIcons/TexIcon.js +99 -65
  484. package/dist/Plugins/code/langIcons/TomlIcon.js +94 -70
  485. package/dist/Plugins/code/langIcons/TwigIcon.js +89 -56
  486. package/dist/Plugins/code/langIcons/TypescriptIcon.js +93 -60
  487. package/dist/Plugins/code/langIcons/VerilogIcon.js +89 -56
  488. package/dist/Plugins/code/langIcons/VhdlIcon.js +94 -64
  489. package/dist/Plugins/code/langIcons/VimIcon.js +278 -420
  490. package/dist/Plugins/code/langIcons/VueIcon.js +92 -59
  491. package/dist/Plugins/code/langIcons/WebassemblyIcon.js +103 -76
  492. package/dist/Plugins/code/langIcons/WenyanIcon.js +104 -100
  493. package/dist/Plugins/code/langIcons/WgslIcon.js +93 -77
  494. package/dist/Plugins/code/langIcons/WolframlanguageIcon.js +100 -71
  495. package/dist/Plugins/code/langIcons/XmlIcon.js +89 -52
  496. package/dist/Plugins/code/langIcons/XslIcon.js +94 -66
  497. package/dist/Plugins/code/langIcons/YamlIcon.js +89 -56
  498. package/dist/Plugins/code/langIcons/ZigIcon.js +106 -81
  499. package/dist/Plugins/code/langIcons/index.js +128 -259
  500. package/dist/Plugins/code/utils/index.js +5 -5
  501. package/dist/Plugins/code/utils/langOptions.js +86 -11
  502. package/dist/Plugins/defaultPlugins.js +9 -13
  503. package/dist/Plugins/formatter/index.js +205 -105
  504. package/dist/Plugins/index.js +6 -2
  505. package/dist/Plugins/katex/InlineKatex.js +196 -107
  506. package/dist/Plugins/katex/Katex.js +139 -65
  507. package/dist/Plugins/katex/index.js +163 -103
  508. package/dist/Plugins/mermaid/Mermaid.js +472 -197
  509. package/dist/Plugins/mermaid/index.js +237 -142
  510. package/dist/Quote/index.js +112 -73
  511. package/dist/Quote/style.js +176 -160
  512. package/dist/Schema/SchemaEditor/AceEditorWrapper.js +163 -119
  513. package/dist/Schema/SchemaEditor/index.js +385 -275
  514. package/dist/Schema/SchemaEditor/style.js +261 -269
  515. package/dist/Schema/SchemaForm/index.js +443 -268
  516. package/dist/Schema/SchemaForm/types.js +1 -0
  517. package/dist/Schema/SchemaRenderer/index.js +973 -588
  518. package/dist/Schema/SchemaRenderer/templateEngine.js +106 -26
  519. package/dist/Schema/index.js +7 -11
  520. package/dist/Schema/types.js +1 -0
  521. package/dist/Schema/validator.js +74 -36
  522. package/dist/TaskList/index.js +197 -142
  523. package/dist/TaskList/style.js +143 -122
  524. package/dist/ThoughtChainList/CostMillis.js +88 -54
  525. package/dist/ThoughtChainList/DeepThink.js +187 -152
  526. package/dist/ThoughtChainList/DotAni/index.js +29 -14
  527. package/dist/ThoughtChainList/DotAni/style.js +82 -50
  528. package/dist/ThoughtChainList/FlipText/index.js +74 -30
  529. package/dist/ThoughtChainList/MarkdownEditor.js +126 -72
  530. package/dist/ThoughtChainList/RagRetrievalInfo.js +113 -145
  531. package/dist/ThoughtChainList/TableSql.js +413 -459
  532. package/dist/ThoughtChainList/ThoughtChainListItem.js +388 -222
  533. package/dist/ThoughtChainList/TitleInfo.js +189 -185
  534. package/dist/ThoughtChainList/ToolCall.js +429 -463
  535. package/dist/ThoughtChainList/WebSearch.js +192 -162
  536. package/dist/ThoughtChainList/index.js +449 -410
  537. package/dist/ThoughtChainList/style.js +253 -232
  538. package/dist/ThoughtChainList/types.js +1 -0
  539. package/dist/ToolUseBar/ToolUseBarItem.js +183 -139
  540. package/dist/ToolUseBar/ToolUseBarItemComponents.js +345 -276
  541. package/dist/ToolUseBar/ToolUseBarThink.js +335 -396
  542. package/dist/ToolUseBar/index.js +226 -113
  543. package/dist/ToolUseBar/style.js +334 -308
  544. package/dist/ToolUseBar/thinkStyle.js +350 -328
  545. package/dist/Types/common.js +1 -0
  546. package/dist/Types/index.js +4 -2
  547. package/dist/Types/message.js +1 -0
  548. package/dist/Utils/easings.js +9 -12
  549. package/dist/Utils/formatTime.js +41 -17
  550. package/dist/Utils/getScroll.js +41 -41
  551. package/dist/Utils/language.js +355 -150
  552. package/dist/Utils/proxySandbox/ProxySandbox.js +1637 -1076
  553. package/dist/Utils/proxySandbox/SecurityContextManager.js +607 -343
  554. package/dist/Utils/proxySandbox/index.js +554 -267
  555. package/dist/Utils/proxySandbox/types.js +187 -52
  556. package/dist/Utils/scrollTo.js +48 -56
  557. package/dist/Utils/throttleByAnimationFrame.js +46 -20
  558. package/dist/WelcomeMessage/index.js +106 -58
  559. package/dist/WelcomeMessage/style.js +80 -55
  560. package/dist/Workspace/Browser/index.js +102 -40
  561. package/dist/Workspace/Browser/style.js +62 -33
  562. package/dist/Workspace/File/DataSourceStrategy.js +419 -217
  563. package/dist/Workspace/File/FileComponent.js +1004 -791
  564. package/dist/Workspace/File/FileTypeProcessor.js +337 -184
  565. package/dist/Workspace/File/PreviewComponent.js +472 -532
  566. package/dist/Workspace/File/index.js +3 -10
  567. package/dist/Workspace/File/style.js +397 -424
  568. package/dist/Workspace/File/utils.js +160 -106
  569. package/dist/Workspace/HtmlPreview/index.js +238 -137
  570. package/dist/Workspace/HtmlPreview/style.js +99 -77
  571. package/dist/Workspace/RealtimeFollow/index.js +411 -413
  572. package/dist/Workspace/RealtimeFollow/style.js +299 -303
  573. package/dist/Workspace/Task/index.js +53 -35
  574. package/dist/Workspace/Task/style.js +99 -73
  575. package/dist/Workspace/index.js +332 -254
  576. package/dist/Workspace/style.js +165 -146
  577. package/dist/Workspace/types.js +471 -252
  578. package/dist/Workspace/utils/codeLanguageUtils.js +148 -129
  579. package/dist/Workspace/utils.js +28 -20
  580. package/dist/index.js +27 -17
  581. package/package.json +3 -2
@@ -1,36 +1,43 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
3
- var __hasOwnProp = Object.prototype.hasOwnProperty;
4
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
5
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
6
- var __spreadValues = (a, b) => {
7
- for (var prop in b || (b = {}))
8
- if (__hasOwnProp.call(b, prop))
9
- __defNormalProp(a, prop, b[prop]);
10
- if (__getOwnPropSymbols)
11
- for (var prop of __getOwnPropSymbols(b)) {
12
- if (__propIsEnum.call(b, prop))
13
- __defNormalProp(a, prop, b[prop]);
1
+ function _define_property(obj, key, value) {
2
+ if (key in obj) {
3
+ Object.defineProperty(obj, key, {
4
+ value: value,
5
+ enumerable: true,
6
+ configurable: true,
7
+ writable: true
8
+ });
9
+ } else {
10
+ obj[key] = value;
14
11
  }
15
- return a;
16
- };
17
-
18
- // src/History/components/HistoryEmptyIcon.tsx
12
+ return obj;
13
+ }
14
+ function _object_spread(target) {
15
+ for(var i = 1; i < arguments.length; i++){
16
+ var source = arguments[i] != null ? arguments[i] : {};
17
+ var ownKeys = Object.keys(source);
18
+ if (typeof Object.getOwnPropertySymbols === "function") {
19
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
20
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
21
+ }));
22
+ }
23
+ ownKeys.forEach(function(key) {
24
+ _define_property(target, key, source[key]);
25
+ });
26
+ }
27
+ return target;
28
+ }
19
29
  import React from "react";
20
- var HistoryEmptyIcon = (props) => {
21
- return /* @__PURE__ */ React.createElement(
22
- "svg",
23
- __spreadValues({
24
- xmlns: "http://www.w3.org/2000/svg",
25
- fill: "none",
26
- version: "1.1",
27
- width: "85.22119140625",
28
- height: "77.939208984375",
29
- viewBox: "0 0 85.22119140625 77.939208984375"
30
- }, props),
31
- /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement(
32
- "filter",
33
- {
30
+ /**
31
+ * 空状态图标
32
+ */ export var HistoryEmptyIcon = function(props) {
33
+ return /*#__PURE__*/ React.createElement("svg", _object_spread({
34
+ xmlns: "http://www.w3.org/2000/svg",
35
+ fill: "none",
36
+ version: "1.1",
37
+ width: "85.22119140625",
38
+ height: "77.939208984375",
39
+ viewBox: "0 0 85.22119140625 77.939208984375"
40
+ }, props), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("filter", {
34
41
  id: "master_svg0_4933_027013",
35
42
  filterUnits: "objectBoundingBox",
36
43
  colorInterpolationFilters: "sRGB",
@@ -38,27 +45,18 @@ var HistoryEmptyIcon = (props) => {
38
45
  y: "-0.5",
39
46
  width: "2",
40
47
  height: "2"
41
- },
42
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
43
- /* @__PURE__ */ React.createElement(
44
- "feBlend",
45
- {
46
- mode: "normal",
47
- in: "SourceGraphic",
48
- in2: "BackgroundImageFix",
49
- result: "shape"
50
- }
51
- ),
52
- /* @__PURE__ */ React.createElement(
53
- "feGaussianBlur",
54
- {
55
- stdDeviation: "4.446315765380859",
56
- result: "effect1_foregroundBlur"
57
- }
58
- )
59
- ), /* @__PURE__ */ React.createElement(
60
- "filter",
61
- {
48
+ }, /*#__PURE__*/ React.createElement("feFlood", {
49
+ floodOpacity: "0",
50
+ result: "BackgroundImageFix"
51
+ }), /*#__PURE__*/ React.createElement("feBlend", {
52
+ mode: "normal",
53
+ in: "SourceGraphic",
54
+ in2: "BackgroundImageFix",
55
+ result: "shape"
56
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
57
+ stdDeviation: "4.446315765380859",
58
+ result: "effect1_foregroundBlur"
59
+ })), /*#__PURE__*/ React.createElement("filter", {
62
60
  id: "master_svg1_4933_027095",
63
61
  filterUnits: "objectBoundingBox",
64
62
  colorInterpolationFilters: "sRGB",
@@ -66,27 +64,18 @@ var HistoryEmptyIcon = (props) => {
66
64
  y: "-0.5",
67
65
  width: "2",
68
66
  height: "2"
69
- },
70
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
71
- /* @__PURE__ */ React.createElement(
72
- "feBlend",
73
- {
74
- mode: "normal",
75
- in: "SourceGraphic",
76
- in2: "BackgroundImageFix",
77
- result: "shape"
78
- }
79
- ),
80
- /* @__PURE__ */ React.createElement(
81
- "feGaussianBlur",
82
- {
83
- stdDeviation: "4.446315765380859",
84
- result: "effect1_foregroundBlur"
85
- }
86
- )
87
- ), /* @__PURE__ */ React.createElement(
88
- "filter",
89
- {
67
+ }, /*#__PURE__*/ React.createElement("feFlood", {
68
+ floodOpacity: "0",
69
+ result: "BackgroundImageFix"
70
+ }), /*#__PURE__*/ React.createElement("feBlend", {
71
+ mode: "normal",
72
+ in: "SourceGraphic",
73
+ in2: "BackgroundImageFix",
74
+ result: "shape"
75
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
76
+ stdDeviation: "4.446315765380859",
77
+ result: "effect1_foregroundBlur"
78
+ })), /*#__PURE__*/ React.createElement("filter", {
90
79
  id: "master_svg2_4933_027022",
91
80
  filterUnits: "objectBoundingBox",
92
81
  colorInterpolationFilters: "sRGB",
@@ -94,74 +83,60 @@ var HistoryEmptyIcon = (props) => {
94
83
  y: "-1.4",
95
84
  width: "1.6588234795381114",
96
85
  height: "3.8"
97
- },
98
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
99
- /* @__PURE__ */ React.createElement(
100
- "feBlend",
101
- {
102
- mode: "normal",
103
- in: "SourceGraphic",
104
- in2: "BackgroundImageFix",
105
- result: "shape"
106
- }
107
- ),
108
- /* @__PURE__ */ React.createElement(
109
- "feGaussianBlur",
110
- {
111
- stdDeviation: "2.0749473571777344",
112
- result: "effect1_foregroundBlur"
113
- }
114
- )
115
- ), /* @__PURE__ */ React.createElement(
116
- "linearGradient",
117
- {
86
+ }, /*#__PURE__*/ React.createElement("feFlood", {
87
+ floodOpacity: "0",
88
+ result: "BackgroundImageFix"
89
+ }), /*#__PURE__*/ React.createElement("feBlend", {
90
+ mode: "normal",
91
+ in: "SourceGraphic",
92
+ in2: "BackgroundImageFix",
93
+ result: "shape"
94
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
95
+ stdDeviation: "2.0749473571777344",
96
+ result: "effect1_foregroundBlur"
97
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
118
98
  x1: "0.5",
119
99
  y1: "0",
120
100
  x2: "1.1305017936543127",
121
101
  y2: "0.146835974599135",
122
102
  id: "master_svg3_4933_027024"
123
- },
124
- /* @__PURE__ */ React.createElement(
125
- "stop",
126
- {
127
- offset: "0%",
128
- stopColor: "#1C6299",
129
- stopOpacity: "0.11999999731779099"
130
- }
131
- ),
132
- /* @__PURE__ */ React.createElement(
133
- "stop",
134
- {
135
- offset: "97.85714149475098%",
136
- stopColor: "#38A5FC",
137
- stopOpacity: "0.15000000596046448"
138
- }
139
- )
140
- ), /* @__PURE__ */ React.createElement(
141
- "linearGradient",
142
- {
103
+ }, /*#__PURE__*/ React.createElement("stop", {
104
+ offset: "0%",
105
+ stopColor: "#1C6299",
106
+ stopOpacity: "0.11999999731779099"
107
+ }), /*#__PURE__*/ React.createElement("stop", {
108
+ offset: "97.85714149475098%",
109
+ stopColor: "#38A5FC",
110
+ stopOpacity: "0.15000000596046448"
111
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
143
112
  x1: "0.5",
144
113
  y1: "0",
145
114
  x2: "0.5",
146
115
  y2: "1",
147
116
  id: "master_svg4_3556_017075"
148
- },
149
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#FFE74D", stopOpacity: "1" }),
150
- /* @__PURE__ */ React.createElement("stop", { offset: "100%", stopColor: "#009DFF", stopOpacity: "0" })
151
- ), /* @__PURE__ */ React.createElement(
152
- "linearGradient",
153
- {
117
+ }, /*#__PURE__*/ React.createElement("stop", {
118
+ offset: "0%",
119
+ stopColor: "#FFE74D",
120
+ stopOpacity: "1"
121
+ }), /*#__PURE__*/ React.createElement("stop", {
122
+ offset: "100%",
123
+ stopColor: "#009DFF",
124
+ stopOpacity: "0"
125
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
154
126
  x1: "0.5",
155
127
  y1: "0",
156
128
  x2: "0.5",
157
129
  y2: "1",
158
130
  id: "master_svg5_3556_017111"
159
- },
160
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#55F4FF", stopOpacity: "1" }),
161
- /* @__PURE__ */ React.createElement("stop", { offset: "100%", stopColor: "#5323FF", stopOpacity: "0" })
162
- ), /* @__PURE__ */ React.createElement(
163
- "filter",
164
- {
131
+ }, /*#__PURE__*/ React.createElement("stop", {
132
+ offset: "0%",
133
+ stopColor: "#55F4FF",
134
+ stopOpacity: "1"
135
+ }), /*#__PURE__*/ React.createElement("stop", {
136
+ offset: "100%",
137
+ stopColor: "#5323FF",
138
+ stopOpacity: "0"
139
+ })), /*#__PURE__*/ React.createElement("filter", {
165
140
  id: "master_svg6_4933_027085",
166
141
  filterUnits: "objectBoundingBox",
167
142
  colorInterpolationFilters: "sRGB",
@@ -169,219 +144,181 @@ var HistoryEmptyIcon = (props) => {
169
144
  y: "-0.10328307546424263",
170
145
  width: "1.2472384624171764",
171
146
  height: "1.2582077232492344"
172
- },
173
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
174
- /* @__PURE__ */ React.createElement(
175
- "feColorMatrix",
176
- {
177
- in: "SourceAlpha",
178
- type: "matrix",
179
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
180
- }
181
- ),
182
- /* @__PURE__ */ React.createElement("feOffset", { dy: "1.2458744049072266", dx: "0" }),
183
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "1.5573421716690063" }),
184
- /* @__PURE__ */ React.createElement(
185
- "feColorMatrix",
186
- {
187
- type: "matrix",
188
- values: "0 0 0 0 0.9601770043373108 0 0 0 0 0.9913716316223145 0 0 0 0 1 0 0 0 0.9215686321258545 0"
189
- }
190
- ),
191
- /* @__PURE__ */ React.createElement(
192
- "feBlend",
193
- {
194
- mode: "normal",
195
- in2: "BackgroundImageFix",
196
- result: "effect1_dropShadow"
197
- }
198
- ),
199
- /* @__PURE__ */ React.createElement(
200
- "feBlend",
201
- {
202
- mode: "normal",
203
- in: "SourceGraphic",
204
- in2: "effect1_dropShadow",
205
- result: "shape"
206
- }
207
- ),
208
- /* @__PURE__ */ React.createElement(
209
- "feColorMatrix",
210
- {
211
- in: "SourceAlpha",
212
- type: "matrix",
213
- result: "hardAlpha",
214
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
215
- }
216
- ),
217
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-1.8688114881515503", dx: "-1.5573421716690063" }),
218
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "3.1146843433380127" }),
219
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
220
- /* @__PURE__ */ React.createElement(
221
- "feColorMatrix",
222
- {
223
- type: "matrix",
224
- values: "0 0 0 0 0.10176990926265717 0 0 0 0 1 0 0 0 0 0.9101769328117371 0 0 0 0.20000000298023224 0"
225
- }
226
- ),
227
- /* @__PURE__ */ React.createElement("feBlend", { mode: "normal", in2: "shape", result: "effect2_innerShadow" }),
228
- /* @__PURE__ */ React.createElement(
229
- "feColorMatrix",
230
- {
231
- in: "SourceAlpha",
232
- type: "matrix",
233
- result: "hardAlpha",
234
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
235
- }
236
- ),
237
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-0.31146860122680664", dx: "-0.31146860122680664" }),
238
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "1.2458744049072266" }),
239
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
240
- /* @__PURE__ */ React.createElement(
241
- "feColorMatrix",
242
- {
243
- type: "matrix",
244
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.30000001192092896 0"
245
- }
246
- ),
247
- /* @__PURE__ */ React.createElement(
248
- "feBlend",
249
- {
250
- mode: "normal",
251
- in2: "effect2_innerShadow",
252
- result: "effect3_innerShadow"
253
- }
254
- ),
255
- /* @__PURE__ */ React.createElement(
256
- "feColorMatrix",
257
- {
258
- in: "SourceAlpha",
259
- type: "matrix",
260
- result: "hardAlpha",
261
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
262
- }
263
- ),
264
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-4.049091815948486", dx: "-1.5573421716690063" }),
265
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "1.2458744049072266" }),
266
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
267
- /* @__PURE__ */ React.createElement(
268
- "feColorMatrix",
269
- {
270
- type: "matrix",
271
- values: "0 0 0 0 0.7568627595901489 0 0 0 0 0.8352941274642944 0 0 0 0 1 0 0 0 0.20000000298023224 0"
272
- }
273
- ),
274
- /* @__PURE__ */ React.createElement(
275
- "feBlend",
276
- {
277
- mode: "normal",
278
- in2: "effect3_innerShadow",
279
- result: "effect4_innerShadow"
280
- }
281
- ),
282
- /* @__PURE__ */ React.createElement(
283
- "feColorMatrix",
284
- {
285
- in: "SourceAlpha",
286
- type: "matrix",
287
- result: "hardAlpha",
288
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
289
- }
290
- ),
291
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-0.8222766518592834", dx: "-0.2616334855556488" }),
292
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "2.8966569900512695" }),
293
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
294
- /* @__PURE__ */ React.createElement(
295
- "feColorMatrix",
296
- {
297
- type: "matrix",
298
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
299
- }
300
- ),
301
- /* @__PURE__ */ React.createElement(
302
- "feBlend",
303
- {
304
- mode: "normal",
305
- in2: "effect4_innerShadow",
306
- result: "effect5_innerShadow"
307
- }
308
- ),
309
- /* @__PURE__ */ React.createElement(
310
- "feColorMatrix",
311
- {
312
- in: "SourceAlpha",
313
- type: "matrix",
314
- result: "hardAlpha",
315
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
316
- }
317
- ),
318
- /* @__PURE__ */ React.createElement("feOffset", { dy: "0", dx: "0" }),
319
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "3.5769031047821045" }),
320
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
321
- /* @__PURE__ */ React.createElement(
322
- "feColorMatrix",
323
- {
324
- type: "matrix",
325
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.38999998569488525 0"
326
- }
327
- ),
328
- /* @__PURE__ */ React.createElement(
329
- "feBlend",
330
- {
331
- mode: "normal",
332
- in2: "effect5_innerShadow",
333
- result: "effect6_innerShadow"
334
- }
335
- ),
336
- /* @__PURE__ */ React.createElement(
337
- "feGaussianBlur",
338
- {
339
- in: "BackgroundImageFix",
340
- stdDeviation: "1.850122094154358"
341
- }
342
- ),
343
- /* @__PURE__ */ React.createElement(
344
- "feComposite",
345
- {
346
- in2: "SourceAlpha",
347
- operator: "in",
348
- result: "effect7_foregroundBlur"
349
- }
350
- ),
351
- /* @__PURE__ */ React.createElement(
352
- "feBlend",
353
- {
354
- mode: "normal",
355
- in: "SourceGraphic",
356
- in2: "effect7_foregroundBlur",
357
- result: "shape"
358
- }
359
- )
360
- ), /* @__PURE__ */ React.createElement(
361
- "linearGradient",
362
- {
147
+ }, /*#__PURE__*/ React.createElement("feFlood", {
148
+ floodOpacity: "0",
149
+ result: "BackgroundImageFix"
150
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
151
+ in: "SourceAlpha",
152
+ type: "matrix",
153
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
154
+ }), /*#__PURE__*/ React.createElement("feOffset", {
155
+ dy: "1.2458744049072266",
156
+ dx: "0"
157
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
158
+ stdDeviation: "1.5573421716690063"
159
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
160
+ type: "matrix",
161
+ values: "0 0 0 0 0.9601770043373108 0 0 0 0 0.9913716316223145 0 0 0 0 1 0 0 0 0.9215686321258545 0"
162
+ }), /*#__PURE__*/ React.createElement("feBlend", {
163
+ mode: "normal",
164
+ in2: "BackgroundImageFix",
165
+ result: "effect1_dropShadow"
166
+ }), /*#__PURE__*/ React.createElement("feBlend", {
167
+ mode: "normal",
168
+ in: "SourceGraphic",
169
+ in2: "effect1_dropShadow",
170
+ result: "shape"
171
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
172
+ in: "SourceAlpha",
173
+ type: "matrix",
174
+ result: "hardAlpha",
175
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
176
+ }), /*#__PURE__*/ React.createElement("feOffset", {
177
+ dy: "-1.8688114881515503",
178
+ dx: "-1.5573421716690063"
179
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
180
+ stdDeviation: "3.1146843433380127"
181
+ }), /*#__PURE__*/ React.createElement("feComposite", {
182
+ in2: "hardAlpha",
183
+ operator: "arithmetic",
184
+ k2: "-1",
185
+ k3: "1"
186
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
187
+ type: "matrix",
188
+ values: "0 0 0 0 0.10176990926265717 0 0 0 0 1 0 0 0 0 0.9101769328117371 0 0 0 0.20000000298023224 0"
189
+ }), /*#__PURE__*/ React.createElement("feBlend", {
190
+ mode: "normal",
191
+ in2: "shape",
192
+ result: "effect2_innerShadow"
193
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
194
+ in: "SourceAlpha",
195
+ type: "matrix",
196
+ result: "hardAlpha",
197
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
198
+ }), /*#__PURE__*/ React.createElement("feOffset", {
199
+ dy: "-0.31146860122680664",
200
+ dx: "-0.31146860122680664"
201
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
202
+ stdDeviation: "1.2458744049072266"
203
+ }), /*#__PURE__*/ React.createElement("feComposite", {
204
+ in2: "hardAlpha",
205
+ operator: "arithmetic",
206
+ k2: "-1",
207
+ k3: "1"
208
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
209
+ type: "matrix",
210
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.30000001192092896 0"
211
+ }), /*#__PURE__*/ React.createElement("feBlend", {
212
+ mode: "normal",
213
+ in2: "effect2_innerShadow",
214
+ result: "effect3_innerShadow"
215
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
216
+ in: "SourceAlpha",
217
+ type: "matrix",
218
+ result: "hardAlpha",
219
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
220
+ }), /*#__PURE__*/ React.createElement("feOffset", {
221
+ dy: "-4.049091815948486",
222
+ dx: "-1.5573421716690063"
223
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
224
+ stdDeviation: "1.2458744049072266"
225
+ }), /*#__PURE__*/ React.createElement("feComposite", {
226
+ in2: "hardAlpha",
227
+ operator: "arithmetic",
228
+ k2: "-1",
229
+ k3: "1"
230
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
231
+ type: "matrix",
232
+ values: "0 0 0 0 0.7568627595901489 0 0 0 0 0.8352941274642944 0 0 0 0 1 0 0 0 0.20000000298023224 0"
233
+ }), /*#__PURE__*/ React.createElement("feBlend", {
234
+ mode: "normal",
235
+ in2: "effect3_innerShadow",
236
+ result: "effect4_innerShadow"
237
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
238
+ in: "SourceAlpha",
239
+ type: "matrix",
240
+ result: "hardAlpha",
241
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
242
+ }), /*#__PURE__*/ React.createElement("feOffset", {
243
+ dy: "-0.8222766518592834",
244
+ dx: "-0.2616334855556488"
245
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
246
+ stdDeviation: "2.8966569900512695"
247
+ }), /*#__PURE__*/ React.createElement("feComposite", {
248
+ in2: "hardAlpha",
249
+ operator: "arithmetic",
250
+ k2: "-1",
251
+ k3: "1"
252
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
253
+ type: "matrix",
254
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0"
255
+ }), /*#__PURE__*/ React.createElement("feBlend", {
256
+ mode: "normal",
257
+ in2: "effect4_innerShadow",
258
+ result: "effect5_innerShadow"
259
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
260
+ in: "SourceAlpha",
261
+ type: "matrix",
262
+ result: "hardAlpha",
263
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
264
+ }), /*#__PURE__*/ React.createElement("feOffset", {
265
+ dy: "0",
266
+ dx: "0"
267
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
268
+ stdDeviation: "3.5769031047821045"
269
+ }), /*#__PURE__*/ React.createElement("feComposite", {
270
+ in2: "hardAlpha",
271
+ operator: "arithmetic",
272
+ k2: "-1",
273
+ k3: "1"
274
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
275
+ type: "matrix",
276
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.38999998569488525 0"
277
+ }), /*#__PURE__*/ React.createElement("feBlend", {
278
+ mode: "normal",
279
+ in2: "effect5_innerShadow",
280
+ result: "effect6_innerShadow"
281
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
282
+ in: "BackgroundImageFix",
283
+ stdDeviation: "1.850122094154358"
284
+ }), /*#__PURE__*/ React.createElement("feComposite", {
285
+ in2: "SourceAlpha",
286
+ operator: "in",
287
+ result: "effect7_foregroundBlur"
288
+ }), /*#__PURE__*/ React.createElement("feBlend", {
289
+ mode: "normal",
290
+ in: "SourceGraphic",
291
+ in2: "effect7_foregroundBlur",
292
+ result: "shape"
293
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
363
294
  x1: "0.5",
364
295
  y1: "0",
365
296
  x2: "0.5",
366
297
  y2: "1",
367
298
  id: "master_svg7_3556_017084"
368
- },
369
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#ADD7FF", stopOpacity: "0" }),
370
- /* @__PURE__ */ React.createElement("stop", { offset: "100%", stopColor: "#50E8FF", stopOpacity: "1" })
371
- ), /* @__PURE__ */ React.createElement(
372
- "linearGradient",
373
- {
299
+ }, /*#__PURE__*/ React.createElement("stop", {
300
+ offset: "0%",
301
+ stopColor: "#ADD7FF",
302
+ stopOpacity: "0"
303
+ }), /*#__PURE__*/ React.createElement("stop", {
304
+ offset: "100%",
305
+ stopColor: "#50E8FF",
306
+ stopOpacity: "1"
307
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
374
308
  x1: "0.5",
375
309
  y1: "0.17289359867572784",
376
310
  x2: "0.5",
377
311
  y2: "0.6634178757667542",
378
312
  id: "master_svg8_3556_017107"
379
- },
380
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#FFFFFF", stopOpacity: "1" }),
381
- /* @__PURE__ */ React.createElement("stop", { offset: "100%", stopColor: "#FFFFFF", stopOpacity: "0" })
382
- ), /* @__PURE__ */ React.createElement(
383
- "filter",
384
- {
313
+ }, /*#__PURE__*/ React.createElement("stop", {
314
+ offset: "0%",
315
+ stopColor: "#FFFFFF",
316
+ stopOpacity: "1"
317
+ }), /*#__PURE__*/ React.createElement("stop", {
318
+ offset: "100%",
319
+ stopColor: "#FFFFFF",
320
+ stopOpacity: "0"
321
+ })), /*#__PURE__*/ React.createElement("filter", {
385
322
  id: "master_svg9_4933_027080",
386
323
  filterUnits: "objectBoundingBox",
387
324
  colorInterpolationFilters: "sRGB",
@@ -389,46 +326,33 @@ var HistoryEmptyIcon = (props) => {
389
326
  y: "-0.08987619538503155",
390
327
  width: "1.1806744148834136",
391
328
  height: "1.179752390770063"
392
- },
393
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
394
- /* @__PURE__ */ React.createElement(
395
- "feBlend",
396
- {
397
- mode: "normal",
398
- in: "SourceGraphic",
399
- in2: "BackgroundImageFix",
400
- result: "shape"
401
- }
402
- ),
403
- /* @__PURE__ */ React.createElement(
404
- "feGaussianBlur",
405
- {
406
- stdDeviation: "0.6229372024536133",
407
- result: "effect1_foregroundBlur"
408
- }
409
- )
410
- ), /* @__PURE__ */ React.createElement(
411
- "radialGradient",
412
- {
329
+ }, /*#__PURE__*/ React.createElement("feFlood", {
330
+ floodOpacity: "0",
331
+ result: "BackgroundImageFix"
332
+ }), /*#__PURE__*/ React.createElement("feBlend", {
333
+ mode: "normal",
334
+ in: "SourceGraphic",
335
+ in2: "BackgroundImageFix",
336
+ result: "shape"
337
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
338
+ stdDeviation: "0.6229372024536133",
339
+ result: "effect1_foregroundBlur"
340
+ })), /*#__PURE__*/ React.createElement("radialGradient", {
413
341
  cx: "0",
414
342
  cy: "0",
415
343
  r: "1",
416
344
  gradientUnits: "userSpaceOnUse",
417
345
  id: "master_svga_3556_017098",
418
346
  gradientTransform: "translate(87.57709014156114 24.756373068153152) rotate(80.08248323726369) scale(19.209753228558622 19.11172133123838)"
419
- },
420
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#EEFFFD", stopOpacity: "1" }),
421
- /* @__PURE__ */ React.createElement(
422
- "stop",
423
- {
424
- offset: "99.28571581840515%",
425
- stopColor: "#A7B9FF",
426
- stopOpacity: "0"
427
- }
428
- )
429
- ), /* @__PURE__ */ React.createElement(
430
- "filter",
431
- {
347
+ }, /*#__PURE__*/ React.createElement("stop", {
348
+ offset: "0%",
349
+ stopColor: "#EEFFFD",
350
+ stopOpacity: "1"
351
+ }), /*#__PURE__*/ React.createElement("stop", {
352
+ offset: "99.28571581840515%",
353
+ stopColor: "#A7B9FF",
354
+ stopOpacity: "0"
355
+ })), /*#__PURE__*/ React.createElement("filter", {
432
356
  id: "master_svgb_4933_027081",
433
357
  filterUnits: "objectBoundingBox",
434
358
  colorInterpolationFilters: "sRGB",
@@ -436,132 +360,89 @@ var HistoryEmptyIcon = (props) => {
436
360
  y: "-0.2671790638197198",
437
361
  width: "1.381913133844869",
438
362
  height: "1.5343581276394396"
439
- },
440
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
441
- /* @__PURE__ */ React.createElement(
442
- "feBlend",
443
- {
444
- mode: "normal",
445
- in: "SourceGraphic",
446
- in2: "BackgroundImageFix",
447
- result: "shape"
448
- }
449
- ),
450
- /* @__PURE__ */ React.createElement(
451
- "feGaussianBlur",
452
- {
453
- stdDeviation: "1.5573421716690063",
454
- result: "effect1_foregroundBlur"
455
- }
456
- )
457
- ), /* @__PURE__ */ React.createElement(
458
- "radialGradient",
459
- {
363
+ }, /*#__PURE__*/ React.createElement("feFlood", {
364
+ floodOpacity: "0",
365
+ result: "BackgroundImageFix"
366
+ }), /*#__PURE__*/ React.createElement("feBlend", {
367
+ mode: "normal",
368
+ in: "SourceGraphic",
369
+ in2: "BackgroundImageFix",
370
+ result: "shape"
371
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
372
+ stdDeviation: "1.5573421716690063",
373
+ result: "effect1_foregroundBlur"
374
+ })), /*#__PURE__*/ React.createElement("radialGradient", {
460
375
  cx: "0",
461
376
  cy: "0",
462
377
  r: "1",
463
378
  gradientUnits: "userSpaceOnUse",
464
379
  id: "master_svgc_3987_69215",
465
380
  gradientTransform: "translate(86.88753598548931 44.44304626137409) rotate(117.04981327795323) scale(9.457348571457965 13.232357379808148)"
466
- },
467
- /* @__PURE__ */ React.createElement(
468
- "stop",
469
- {
470
- offset: "34.34814512729645%",
471
- stopColor: "#EEFFFD",
472
- stopOpacity: "0.4000000059604645"
473
- }
474
- ),
475
- /* @__PURE__ */ React.createElement(
476
- "stop",
477
- {
478
- offset: "99.28572177886963%",
479
- stopColor: "#A7B9FF",
480
- stopOpacity: "0"
481
- }
482
- )
483
- ), /* @__PURE__ */ React.createElement(
484
- "linearGradient",
485
- {
381
+ }, /*#__PURE__*/ React.createElement("stop", {
382
+ offset: "34.34814512729645%",
383
+ stopColor: "#EEFFFD",
384
+ stopOpacity: "0.4000000059604645"
385
+ }), /*#__PURE__*/ React.createElement("stop", {
386
+ offset: "99.28572177886963%",
387
+ stopColor: "#A7B9FF",
388
+ stopOpacity: "0"
389
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
486
390
  x1: "0.5",
487
391
  y1: "0",
488
392
  x2: "0.5",
489
393
  y2: "1",
490
394
  id: "master_svgd_3556_017072"
491
- },
492
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#FFFFFF", stopOpacity: "1" }),
493
- /* @__PURE__ */ React.createElement(
494
- "stop",
495
- {
496
- offset: "100%",
497
- stopColor: "#FAFDFF",
498
- stopOpacity: "0.33000001311302185"
499
- }
500
- )
501
- ), /* @__PURE__ */ React.createElement(
502
- "linearGradient",
503
- {
395
+ }, /*#__PURE__*/ React.createElement("stop", {
396
+ offset: "0%",
397
+ stopColor: "#FFFFFF",
398
+ stopOpacity: "1"
399
+ }), /*#__PURE__*/ React.createElement("stop", {
400
+ offset: "100%",
401
+ stopColor: "#FAFDFF",
402
+ stopOpacity: "0.33000001311302185"
403
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
504
404
  x1: "0.47119140625",
505
405
  y1: "-0.09187500178813934",
506
406
  x2: "1.3623931703704288",
507
407
  y2: "0.769594128248752",
508
408
  id: "master_svge_4933_027053"
509
- },
510
- /* @__PURE__ */ React.createElement(
511
- "stop",
512
- {
513
- offset: "0%",
514
- stopColor: "#404FB6",
515
- stopOpacity: "0.9399999976158142"
516
- }
517
- ),
518
- /* @__PURE__ */ React.createElement(
519
- "stop",
520
- {
521
- offset: "97.85714149475098%",
522
- stopColor: "#192353",
523
- stopOpacity: "1"
524
- }
525
- )
526
- ), /* @__PURE__ */ React.createElement(
527
- "linearGradient",
528
- {
409
+ }, /*#__PURE__*/ React.createElement("stop", {
410
+ offset: "0%",
411
+ stopColor: "#404FB6",
412
+ stopOpacity: "0.9399999976158142"
413
+ }), /*#__PURE__*/ React.createElement("stop", {
414
+ offset: "97.85714149475098%",
415
+ stopColor: "#192353",
416
+ stopOpacity: "1"
417
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
529
418
  x1: "0.5",
530
419
  y1: "0",
531
420
  x2: "0.5",
532
421
  y2: "1",
533
422
  id: "master_svgf_3556_017072"
534
- },
535
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#FFFFFF", stopOpacity: "1" }),
536
- /* @__PURE__ */ React.createElement(
537
- "stop",
538
- {
539
- offset: "100%",
540
- stopColor: "#FAFDFF",
541
- stopOpacity: "0.33000001311302185"
542
- }
543
- )
544
- ), /* @__PURE__ */ React.createElement(
545
- "linearGradient",
546
- {
423
+ }, /*#__PURE__*/ React.createElement("stop", {
424
+ offset: "0%",
425
+ stopColor: "#FFFFFF",
426
+ stopOpacity: "1"
427
+ }), /*#__PURE__*/ React.createElement("stop", {
428
+ offset: "100%",
429
+ stopColor: "#FAFDFF",
430
+ stopOpacity: "0.33000001311302185"
431
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
547
432
  x1: "0.8096945285797119",
548
433
  y1: "0.029296884313225746",
549
434
  x2: "0.5638182506993665",
550
435
  y2: "1.0152038230238472",
551
436
  id: "master_svgg_4933_027057"
552
- },
553
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#192353", stopOpacity: "1" }),
554
- /* @__PURE__ */ React.createElement(
555
- "stop",
556
- {
557
- offset: "97.85714149475098%",
558
- stopColor: "#404FB6",
559
- stopOpacity: "0.9399999976158142"
560
- }
561
- )
562
- ), /* @__PURE__ */ React.createElement(
563
- "filter",
564
- {
437
+ }, /*#__PURE__*/ React.createElement("stop", {
438
+ offset: "0%",
439
+ stopColor: "#192353",
440
+ stopOpacity: "1"
441
+ }), /*#__PURE__*/ React.createElement("stop", {
442
+ offset: "97.85714149475098%",
443
+ stopColor: "#404FB6",
444
+ stopOpacity: "0.9399999976158142"
445
+ })), /*#__PURE__*/ React.createElement("filter", {
565
446
  id: "master_svgh_4933_027094",
566
447
  filterUnits: "objectBoundingBox",
567
448
  colorInterpolationFilters: "sRGB",
@@ -569,27 +450,18 @@ var HistoryEmptyIcon = (props) => {
569
450
  y: "-0.2309332544319119",
570
451
  width: "1.3914607951081772",
571
452
  height: "1.4618665088638239"
572
- },
573
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
574
- /* @__PURE__ */ React.createElement(
575
- "feBlend",
576
- {
577
- mode: "normal",
578
- in: "SourceGraphic",
579
- in2: "BackgroundImageFix",
580
- result: "shape"
581
- }
582
- ),
583
- /* @__PURE__ */ React.createElement(
584
- "feGaussianBlur",
585
- {
586
- stdDeviation: "0.7786710858345032",
587
- result: "effect1_foregroundBlur"
588
- }
589
- )
590
- ), /* @__PURE__ */ React.createElement(
591
- "filter",
592
- {
453
+ }, /*#__PURE__*/ React.createElement("feFlood", {
454
+ floodOpacity: "0",
455
+ result: "BackgroundImageFix"
456
+ }), /*#__PURE__*/ React.createElement("feBlend", {
457
+ mode: "normal",
458
+ in: "SourceGraphic",
459
+ in2: "BackgroundImageFix",
460
+ result: "shape"
461
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
462
+ stdDeviation: "0.7786710858345032",
463
+ result: "effect1_foregroundBlur"
464
+ })), /*#__PURE__*/ React.createElement("filter", {
593
465
  id: "master_svgi_4933_027072",
594
466
  filterUnits: "objectBoundingBox",
595
467
  colorInterpolationFilters: "sRGB",
@@ -597,27 +469,18 @@ var HistoryEmptyIcon = (props) => {
597
469
  y: "-0.05727619740421538",
598
470
  width: "1.1091269163393498",
599
471
  height: "1.1145523948084308"
600
- },
601
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
602
- /* @__PURE__ */ React.createElement(
603
- "feBlend",
604
- {
605
- mode: "normal",
606
- in: "SourceGraphic",
607
- in2: "BackgroundImageFix",
608
- result: "shape"
609
- }
610
- ),
611
- /* @__PURE__ */ React.createElement(
612
- "feGaussianBlur",
613
- {
614
- stdDeviation: "0.31146860122680664",
615
- result: "effect1_foregroundBlur"
616
- }
617
- )
618
- ), /* @__PURE__ */ React.createElement(
619
- "filter",
620
- {
472
+ }, /*#__PURE__*/ React.createElement("feFlood", {
473
+ floodOpacity: "0",
474
+ result: "BackgroundImageFix"
475
+ }), /*#__PURE__*/ React.createElement("feBlend", {
476
+ mode: "normal",
477
+ in: "SourceGraphic",
478
+ in2: "BackgroundImageFix",
479
+ result: "shape"
480
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
481
+ stdDeviation: "0.31146860122680664",
482
+ result: "effect1_foregroundBlur"
483
+ })), /*#__PURE__*/ React.createElement("filter", {
621
484
  id: "master_svgj_4933_027065",
622
485
  filterUnits: "objectBoundingBox",
623
486
  colorInterpolationFilters: "sRGB",
@@ -625,27 +488,18 @@ var HistoryEmptyIcon = (props) => {
625
488
  y: "-0.2656145303441759",
626
489
  width: "1.4193092582765057",
627
490
  height: "1.5312290606883519"
628
- },
629
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
630
- /* @__PURE__ */ React.createElement(
631
- "feBlend",
632
- {
633
- mode: "normal",
634
- in: "SourceGraphic",
635
- in2: "BackgroundImageFix",
636
- result: "shape"
637
- }
638
- ),
639
- /* @__PURE__ */ React.createElement(
640
- "feGaussianBlur",
641
- {
642
- stdDeviation: "0.7786710858345032",
643
- result: "effect1_foregroundBlur"
644
- }
645
- )
646
- ), /* @__PURE__ */ React.createElement(
647
- "filter",
648
- {
491
+ }, /*#__PURE__*/ React.createElement("feFlood", {
492
+ floodOpacity: "0",
493
+ result: "BackgroundImageFix"
494
+ }), /*#__PURE__*/ React.createElement("feBlend", {
495
+ mode: "normal",
496
+ in: "SourceGraphic",
497
+ in2: "BackgroundImageFix",
498
+ result: "shape"
499
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
500
+ stdDeviation: "0.7786710858345032",
501
+ result: "effect1_foregroundBlur"
502
+ })), /*#__PURE__*/ React.createElement("filter", {
649
503
  id: "master_svgk_4933_027068",
650
504
  filterUnits: "objectBoundingBox",
651
505
  colorInterpolationFilters: "sRGB",
@@ -653,38 +507,32 @@ var HistoryEmptyIcon = (props) => {
653
507
  y: "-0.5841950238330886",
654
508
  width: "2.1743829354112263",
655
509
  height: "2.1683900476661773"
656
- },
657
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
658
- /* @__PURE__ */ React.createElement(
659
- "feBlend",
660
- {
661
- mode: "normal",
662
- in: "SourceGraphic",
663
- in2: "BackgroundImageFix",
664
- result: "shape"
665
- }
666
- ),
667
- /* @__PURE__ */ React.createElement(
668
- "feGaussianBlur",
669
- {
670
- stdDeviation: "0.6229372024536133",
671
- result: "effect1_foregroundBlur"
672
- }
673
- )
674
- ), /* @__PURE__ */ React.createElement(
675
- "linearGradient",
676
- {
510
+ }, /*#__PURE__*/ React.createElement("feFlood", {
511
+ floodOpacity: "0",
512
+ result: "BackgroundImageFix"
513
+ }), /*#__PURE__*/ React.createElement("feBlend", {
514
+ mode: "normal",
515
+ in: "SourceGraphic",
516
+ in2: "BackgroundImageFix",
517
+ result: "shape"
518
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
519
+ stdDeviation: "0.6229372024536133",
520
+ result: "effect1_foregroundBlur"
521
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
677
522
  x1: "0.4386749267578125",
678
523
  y1: "0",
679
524
  x2: "0.4326778141815654",
680
525
  y2: "0.7398232808351408",
681
526
  id: "master_svgl_4933_027046"
682
- },
683
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#2F3C66", stopOpacity: "1" }),
684
- /* @__PURE__ */ React.createElement("stop", { offset: "100%", stopColor: "#3781FF", stopOpacity: "1" })
685
- ), /* @__PURE__ */ React.createElement(
686
- "filter",
687
- {
527
+ }, /*#__PURE__*/ React.createElement("stop", {
528
+ offset: "0%",
529
+ stopColor: "#2F3C66",
530
+ stopOpacity: "1"
531
+ }), /*#__PURE__*/ React.createElement("stop", {
532
+ offset: "100%",
533
+ stopColor: "#3781FF",
534
+ stopOpacity: "1"
535
+ })), /*#__PURE__*/ React.createElement("filter", {
688
536
  id: "master_svgm_4933_027027",
689
537
  filterUnits: "objectBoundingBox",
690
538
  colorInterpolationFilters: "sRGB",
@@ -692,55 +540,41 @@ var HistoryEmptyIcon = (props) => {
692
540
  y: "0",
693
541
  width: "1",
694
542
  height: "1"
695
- },
696
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
697
- /* @__PURE__ */ React.createElement(
698
- "feBlend",
699
- {
700
- mode: "normal",
701
- in: "SourceGraphic",
702
- in2: "BackgroundImageFix",
703
- result: "shape"
704
- }
705
- ),
706
- /* @__PURE__ */ React.createElement(
707
- "feGaussianBlur",
708
- {
709
- in: "BackgroundImageFix",
710
- stdDeviation: "0.3705263137817383"
711
- }
712
- ),
713
- /* @__PURE__ */ React.createElement(
714
- "feComposite",
715
- {
716
- in2: "SourceAlpha",
717
- operator: "in",
718
- result: "effect1_foregroundBlur"
719
- }
720
- ),
721
- /* @__PURE__ */ React.createElement(
722
- "feBlend",
723
- {
724
- mode: "normal",
725
- in: "SourceGraphic",
726
- in2: "effect1_foregroundBlur",
727
- result: "shape"
728
- }
729
- )
730
- ), /* @__PURE__ */ React.createElement(
731
- "linearGradient",
732
- {
543
+ }, /*#__PURE__*/ React.createElement("feFlood", {
544
+ floodOpacity: "0",
545
+ result: "BackgroundImageFix"
546
+ }), /*#__PURE__*/ React.createElement("feBlend", {
547
+ mode: "normal",
548
+ in: "SourceGraphic",
549
+ in2: "BackgroundImageFix",
550
+ result: "shape"
551
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
552
+ in: "BackgroundImageFix",
553
+ stdDeviation: "0.3705263137817383"
554
+ }), /*#__PURE__*/ React.createElement("feComposite", {
555
+ in2: "SourceAlpha",
556
+ operator: "in",
557
+ result: "effect1_foregroundBlur"
558
+ }), /*#__PURE__*/ React.createElement("feBlend", {
559
+ mode: "normal",
560
+ in: "SourceGraphic",
561
+ in2: "effect1_foregroundBlur",
562
+ result: "shape"
563
+ })), /*#__PURE__*/ React.createElement("linearGradient", {
733
564
  x1: "0.9591841101646423",
734
565
  y1: "0.518310546875",
735
566
  x2: "0.18812145292758942",
736
567
  y2: "0.4999999999999991",
737
568
  id: "master_svgn_4933_027029"
738
- },
739
- /* @__PURE__ */ React.createElement("stop", { offset: "0%", stopColor: "#FFFFFF", stopOpacity: "1" }),
740
- /* @__PURE__ */ React.createElement("stop", { offset: "100%", stopColor: "#CBE2FF", stopOpacity: "1" })
741
- ), /* @__PURE__ */ React.createElement(
742
- "filter",
743
- {
569
+ }, /*#__PURE__*/ React.createElement("stop", {
570
+ offset: "0%",
571
+ stopColor: "#FFFFFF",
572
+ stopOpacity: "1"
573
+ }), /*#__PURE__*/ React.createElement("stop", {
574
+ offset: "100%",
575
+ stopColor: "#CBE2FF",
576
+ stopOpacity: "1"
577
+ })), /*#__PURE__*/ React.createElement("filter", {
744
578
  id: "master_svgo_4933_027032",
745
579
  filterUnits: "objectBoundingBox",
746
580
  colorInterpolationFilters: "sRGB",
@@ -748,343 +582,270 @@ var HistoryEmptyIcon = (props) => {
748
582
  y: "-1.9718329276215862",
749
583
  width: "5.10798663920954",
750
584
  height: "5.929582592524124"
751
- },
752
- /* @__PURE__ */ React.createElement("feFlood", { floodOpacity: "0", result: "BackgroundImageFix" }),
753
- /* @__PURE__ */ React.createElement(
754
- "feColorMatrix",
755
- {
756
- in: "SourceAlpha",
757
- type: "matrix",
758
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
759
- }
760
- ),
761
- /* @__PURE__ */ React.createElement("feOffset", { dy: "3.653081178665161", dx: "0" }),
762
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "4.56635046005249" }),
763
- /* @__PURE__ */ React.createElement(
764
- "feColorMatrix",
765
- {
766
- type: "matrix",
767
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6100000143051147 0"
768
- }
769
- ),
770
- /* @__PURE__ */ React.createElement(
771
- "feBlend",
772
- {
773
- mode: "normal",
774
- in2: "BackgroundImageFix",
775
- result: "effect1_dropShadow"
776
- }
777
- ),
778
- /* @__PURE__ */ React.createElement(
779
- "feBlend",
780
- {
781
- mode: "normal",
782
- in: "SourceGraphic",
783
- in2: "effect1_dropShadow",
784
- result: "shape"
785
- }
786
- ),
787
- /* @__PURE__ */ React.createElement(
788
- "feColorMatrix",
789
- {
790
- in: "SourceAlpha",
791
- type: "matrix",
792
- result: "hardAlpha",
793
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
794
- }
795
- ),
796
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-5.479620933532715", dx: "-4.56635046005249" }),
797
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "20.2421817779541" }),
798
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
799
- /* @__PURE__ */ React.createElement(
800
- "feColorMatrix",
801
- {
802
- type: "matrix",
803
- values: "0 0 0 0 0.8230088353157043 0 0 0 0 0.9085546135902405 0 0 0 0 1 0 0 0 0.019999999552965164 0"
804
- }
805
- ),
806
- /* @__PURE__ */ React.createElement("feBlend", { mode: "normal", in2: "shape", result: "effect2_innerShadow" }),
807
- /* @__PURE__ */ React.createElement(
808
- "feColorMatrix",
809
- {
810
- in: "SourceAlpha",
811
- type: "matrix",
812
- result: "hardAlpha",
813
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
814
- }
815
- ),
816
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-0.9132702946662903", dx: "-0.9132702946662903" }),
817
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "3.653081178665161" }),
818
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
819
- /* @__PURE__ */ React.createElement(
820
- "feColorMatrix",
821
- {
822
- type: "matrix",
823
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.30000001192092896 0"
824
- }
825
- ),
826
- /* @__PURE__ */ React.createElement(
827
- "feBlend",
828
- {
829
- mode: "normal",
830
- in2: "effect2_innerShadow",
831
- result: "effect3_innerShadow"
832
- }
833
- ),
834
- /* @__PURE__ */ React.createElement(
835
- "feColorMatrix",
836
- {
837
- in: "SourceAlpha",
838
- type: "matrix",
839
- result: "hardAlpha",
840
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
841
- }
842
- ),
843
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-11.872511863708496", dx: "-4.56635046005249" }),
844
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "3.653081178665161" }),
845
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
846
- /* @__PURE__ */ React.createElement(
847
- "feColorMatrix",
848
- {
849
- type: "matrix",
850
- values: "0 0 0 0 0.7568627595901489 0 0 0 0 0.8352941274642944 0 0 0 0 1 0 0 0 0.20000000298023224 0"
851
- }
852
- ),
853
- /* @__PURE__ */ React.createElement(
854
- "feBlend",
855
- {
856
- mode: "normal",
857
- in2: "effect3_innerShadow",
858
- result: "effect4_innerShadow"
859
- }
860
- ),
861
- /* @__PURE__ */ React.createElement(
862
- "feColorMatrix",
863
- {
864
- in: "SourceAlpha",
865
- type: "matrix",
866
- result: "hardAlpha",
867
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
868
- }
869
- ),
870
- /* @__PURE__ */ React.createElement("feOffset", { dy: "-2.4110329151153564", dx: "-0.7671465873718262" }),
871
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "1.3699052333831787" }),
872
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
873
- /* @__PURE__ */ React.createElement(
874
- "feColorMatrix",
875
- {
876
- type: "matrix",
877
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
878
- }
879
- ),
880
- /* @__PURE__ */ React.createElement(
881
- "feBlend",
882
- {
883
- mode: "normal",
884
- in2: "effect4_innerShadow",
885
- result: "effect5_innerShadow"
886
- }
887
- ),
888
- /* @__PURE__ */ React.createElement(
889
- "feColorMatrix",
890
- {
891
- in: "SourceAlpha",
892
- type: "matrix",
893
- result: "hardAlpha",
894
- values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
895
- }
896
- ),
897
- /* @__PURE__ */ React.createElement("feOffset", { dy: "0", dx: "0" }),
898
- /* @__PURE__ */ React.createElement("feGaussianBlur", { stdDeviation: "4.212042808532715" }),
899
- /* @__PURE__ */ React.createElement("feComposite", { in2: "hardAlpha", operator: "arithmetic", k2: "-1", k3: "1" }),
900
- /* @__PURE__ */ React.createElement(
901
- "feColorMatrix",
902
- {
903
- type: "matrix",
904
- values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6499999761581421 0"
905
- }
906
- ),
907
- /* @__PURE__ */ React.createElement(
908
- "feBlend",
909
- {
910
- mode: "normal",
911
- in2: "effect5_innerShadow",
912
- result: "effect6_innerShadow"
913
- }
914
- ),
915
- /* @__PURE__ */ React.createElement(
916
- "feGaussianBlur",
917
- {
918
- in: "BackgroundImageFix",
919
- stdDeviation: "3.5606112480163574"
920
- }
921
- ),
922
- /* @__PURE__ */ React.createElement(
923
- "feComposite",
924
- {
925
- in2: "SourceAlpha",
926
- operator: "in",
927
- result: "effect7_foregroundBlur"
928
- }
929
- ),
930
- /* @__PURE__ */ React.createElement(
931
- "feBlend",
932
- {
933
- mode: "normal",
934
- in: "SourceGraphic",
935
- in2: "effect7_foregroundBlur",
936
- result: "shape"
937
- }
938
- )
939
- ), /* @__PURE__ */ React.createElement(
940
- "radialGradient",
941
- {
585
+ }, /*#__PURE__*/ React.createElement("feFlood", {
586
+ floodOpacity: "0",
587
+ result: "BackgroundImageFix"
588
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
589
+ in: "SourceAlpha",
590
+ type: "matrix",
591
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
592
+ }), /*#__PURE__*/ React.createElement("feOffset", {
593
+ dy: "3.653081178665161",
594
+ dx: "0"
595
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
596
+ stdDeviation: "4.56635046005249"
597
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
598
+ type: "matrix",
599
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6100000143051147 0"
600
+ }), /*#__PURE__*/ React.createElement("feBlend", {
601
+ mode: "normal",
602
+ in2: "BackgroundImageFix",
603
+ result: "effect1_dropShadow"
604
+ }), /*#__PURE__*/ React.createElement("feBlend", {
605
+ mode: "normal",
606
+ in: "SourceGraphic",
607
+ in2: "effect1_dropShadow",
608
+ result: "shape"
609
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
610
+ in: "SourceAlpha",
611
+ type: "matrix",
612
+ result: "hardAlpha",
613
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
614
+ }), /*#__PURE__*/ React.createElement("feOffset", {
615
+ dy: "-5.479620933532715",
616
+ dx: "-4.56635046005249"
617
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
618
+ stdDeviation: "20.2421817779541"
619
+ }), /*#__PURE__*/ React.createElement("feComposite", {
620
+ in2: "hardAlpha",
621
+ operator: "arithmetic",
622
+ k2: "-1",
623
+ k3: "1"
624
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
625
+ type: "matrix",
626
+ values: "0 0 0 0 0.8230088353157043 0 0 0 0 0.9085546135902405 0 0 0 0 1 0 0 0 0.019999999552965164 0"
627
+ }), /*#__PURE__*/ React.createElement("feBlend", {
628
+ mode: "normal",
629
+ in2: "shape",
630
+ result: "effect2_innerShadow"
631
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
632
+ in: "SourceAlpha",
633
+ type: "matrix",
634
+ result: "hardAlpha",
635
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
636
+ }), /*#__PURE__*/ React.createElement("feOffset", {
637
+ dy: "-0.9132702946662903",
638
+ dx: "-0.9132702946662903"
639
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
640
+ stdDeviation: "3.653081178665161"
641
+ }), /*#__PURE__*/ React.createElement("feComposite", {
642
+ in2: "hardAlpha",
643
+ operator: "arithmetic",
644
+ k2: "-1",
645
+ k3: "1"
646
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
647
+ type: "matrix",
648
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.30000001192092896 0"
649
+ }), /*#__PURE__*/ React.createElement("feBlend", {
650
+ mode: "normal",
651
+ in2: "effect2_innerShadow",
652
+ result: "effect3_innerShadow"
653
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
654
+ in: "SourceAlpha",
655
+ type: "matrix",
656
+ result: "hardAlpha",
657
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
658
+ }), /*#__PURE__*/ React.createElement("feOffset", {
659
+ dy: "-11.872511863708496",
660
+ dx: "-4.56635046005249"
661
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
662
+ stdDeviation: "3.653081178665161"
663
+ }), /*#__PURE__*/ React.createElement("feComposite", {
664
+ in2: "hardAlpha",
665
+ operator: "arithmetic",
666
+ k2: "-1",
667
+ k3: "1"
668
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
669
+ type: "matrix",
670
+ values: "0 0 0 0 0.7568627595901489 0 0 0 0 0.8352941274642944 0 0 0 0 1 0 0 0 0.20000000298023224 0"
671
+ }), /*#__PURE__*/ React.createElement("feBlend", {
672
+ mode: "normal",
673
+ in2: "effect3_innerShadow",
674
+ result: "effect4_innerShadow"
675
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
676
+ in: "SourceAlpha",
677
+ type: "matrix",
678
+ result: "hardAlpha",
679
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
680
+ }), /*#__PURE__*/ React.createElement("feOffset", {
681
+ dy: "-2.4110329151153564",
682
+ dx: "-0.7671465873718262"
683
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
684
+ stdDeviation: "1.3699052333831787"
685
+ }), /*#__PURE__*/ React.createElement("feComposite", {
686
+ in2: "hardAlpha",
687
+ operator: "arithmetic",
688
+ k2: "-1",
689
+ k3: "1"
690
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
691
+ type: "matrix",
692
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.5 0"
693
+ }), /*#__PURE__*/ React.createElement("feBlend", {
694
+ mode: "normal",
695
+ in2: "effect4_innerShadow",
696
+ result: "effect5_innerShadow"
697
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
698
+ in: "SourceAlpha",
699
+ type: "matrix",
700
+ result: "hardAlpha",
701
+ values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
702
+ }), /*#__PURE__*/ React.createElement("feOffset", {
703
+ dy: "0",
704
+ dx: "0"
705
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
706
+ stdDeviation: "4.212042808532715"
707
+ }), /*#__PURE__*/ React.createElement("feComposite", {
708
+ in2: "hardAlpha",
709
+ operator: "arithmetic",
710
+ k2: "-1",
711
+ k3: "1"
712
+ }), /*#__PURE__*/ React.createElement("feColorMatrix", {
713
+ type: "matrix",
714
+ values: "0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.6499999761581421 0"
715
+ }), /*#__PURE__*/ React.createElement("feBlend", {
716
+ mode: "normal",
717
+ in2: "effect5_innerShadow",
718
+ result: "effect6_innerShadow"
719
+ }), /*#__PURE__*/ React.createElement("feGaussianBlur", {
720
+ in: "BackgroundImageFix",
721
+ stdDeviation: "3.5606112480163574"
722
+ }), /*#__PURE__*/ React.createElement("feComposite", {
723
+ in2: "SourceAlpha",
724
+ operator: "in",
725
+ result: "effect7_foregroundBlur"
726
+ }), /*#__PURE__*/ React.createElement("feBlend", {
727
+ mode: "normal",
728
+ in: "SourceGraphic",
729
+ in2: "effect7_foregroundBlur",
730
+ result: "shape"
731
+ })), /*#__PURE__*/ React.createElement("radialGradient", {
942
732
  cx: "0",
943
733
  cy: "0",
944
734
  r: "1",
945
735
  gradientUnits: "userSpaceOnUse",
946
736
  id: "master_svgp_4933_027034",
947
737
  gradientTransform: "translate(28.942195962008043 63.298078059451655) rotate(99.68511931228926) scale(4.8952983531179814 4.988116599796135)"
948
- },
949
- /* @__PURE__ */ React.createElement(
950
- "stop",
951
- {
952
- offset: "42.85714328289032%",
953
- stopColor: "#FFFFFF",
954
- stopOpacity: "1"
955
- }
956
- ),
957
- /* @__PURE__ */ React.createElement("stop", { offset: "100%", stopColor: "#7CBAFC", stopOpacity: "1" })
958
- )),
959
- /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("g", { filter: "url(#master_svg0_4933_027013)" }, /* @__PURE__ */ React.createElement(
960
- "ellipse",
961
- {
738
+ }, /*#__PURE__*/ React.createElement("stop", {
739
+ offset: "42.85714328289032%",
740
+ stopColor: "#FFFFFF",
741
+ stopOpacity: "1"
742
+ }), /*#__PURE__*/ React.createElement("stop", {
743
+ offset: "100%",
744
+ stopColor: "#7CBAFC",
745
+ stopOpacity: "1"
746
+ }))), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("g", {
747
+ filter: "url(#master_svg0_4933_027013)"
748
+ }, /*#__PURE__*/ React.createElement("ellipse", {
962
749
  cx: "31.124252319335938",
963
750
  cy: "31.124130249023438",
964
751
  rx: "17.785263061523438",
965
752
  ry: "17.785263061523438",
966
753
  fill: "#CDE7FF",
967
754
  fillOpacity: "1"
968
- }
969
- )), /* @__PURE__ */ React.createElement("g", { filter: "url(#master_svg1_4933_027095)" }, /* @__PURE__ */ React.createElement(
970
- "ellipse",
971
- {
755
+ })), /*#__PURE__*/ React.createElement("g", {
756
+ filter: "url(#master_svg1_4933_027095)"
757
+ }, /*#__PURE__*/ React.createElement("ellipse", {
972
758
  cx: "54.09703063964844",
973
759
  cy: "38.53453063964844",
974
760
  rx: "17.785263061523438",
975
761
  ry: "17.785263061523438",
976
762
  fill: "#CDE7FF",
977
763
  fillOpacity: "1"
978
- }
979
- )), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement(
980
- "g",
981
- {
764
+ })), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("g", {
982
765
  transform: "matrix(-1,0,0,1,113.7179708480835,0)",
983
- style: { opacity: 0.5 },
766
+ style: {
767
+ opacity: 0.5
768
+ },
984
769
  filter: "url(#master_svg2_4933_027022)"
985
- },
986
- /* @__PURE__ */ React.createElement(
987
- "ellipse",
988
- {
989
- cx: "69.45688104629517",
990
- cy: "68.7500991821289",
991
- rx: "12.597895622253418",
992
- ry: "2.9642105102539062",
993
- fill: "url(#master_svg3_4933_027024)",
994
- fillOpacity: "1"
995
- }
996
- )
997
- ), /* @__PURE__ */ React.createElement("g", { transform: "matrix(-1,0,0,1,140.3961935043335,0)" }, /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement(
998
- "path",
999
- {
770
+ }, /*#__PURE__*/ React.createElement("ellipse", {
771
+ cx: "69.45688104629517",
772
+ cy: "68.7500991821289",
773
+ rx: "12.597895622253418",
774
+ ry: "2.9642105102539062",
775
+ fill: "url(#master_svg3_4933_027024)",
776
+ fillOpacity: "1"
777
+ })), /*#__PURE__*/ React.createElement("g", {
778
+ transform: "matrix(-1,0,0,1,140.3961935043335,0)"
779
+ }, /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("path", {
1000
780
  d: "M120.58969675216674,37.13776484375C120.58969675216674,51.19276484375,109.30909675216674,59.93976484375,95.39389675216674,59.93976484375C81.47859675216675,59.93976484375,70.19809675216675,51.19276484375,70.19809675216675,37.13776484375C70.19809675216675,23.08276484375,81.47859675216675,11.68896484375,95.39389675216674,11.68896484375C109.30919675216674,11.68896484375,120.58969675216674,23.08276484375,120.58969675216674,37.13776484375Z",
1001
781
  fill: "#FFFFFF",
1002
782
  fillOpacity: "1"
1003
- }
1004
- )), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement(
1005
- "ellipse",
1006
- {
783
+ })), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("ellipse", {
1007
784
  cx: "88.50021123886108",
1008
785
  cy: "37.81526470184326",
1009
786
  rx: "9.813100814819336",
1010
787
  ry: "10.663165092468262",
1011
788
  fill: "url(#master_svg4_3556_017075)",
1012
789
  fillOpacity: "1"
1013
- }
1014
- )), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement(
1015
- "ellipse",
1016
- {
790
+ })), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("ellipse", {
1017
791
  cx: "95.13067770004272",
1018
792
  cy: "41.014217376708984",
1019
793
  rx: "16.443567276000977",
1020
794
  ry: "13.862117767333984",
1021
795
  fill: "url(#master_svg5_3556_017111)",
1022
796
  fillOpacity: "1"
1023
- }
1024
- )), /* @__PURE__ */ React.createElement("g", { filter: "url(#master_svg6_4933_027085)" }, /* @__PURE__ */ React.createElement(
1025
- "path",
1026
- {
797
+ })), /*#__PURE__*/ React.createElement("g", {
798
+ filter: "url(#master_svg6_4933_027085)"
799
+ }, /*#__PURE__*/ React.createElement("path", {
1027
800
  d: "M120.58969675216674,37.13776484375C120.58969675216674,51.19276484375,109.30909675216674,59.93976484375,95.39389675216674,59.93976484375C81.47859675216675,59.93976484375,70.19809675216675,51.19276484375,70.19809675216675,37.13776484375C70.19809675216675,23.08276484375,81.47859675216675,11.68896484375,95.39389675216674,11.68896484375C109.30919675216674,11.68896484375,120.58969675216674,23.08276484375,120.58969675216674,37.13776484375Z",
1028
801
  fill: "url(#master_svg7_3556_017084)",
1029
802
  fillOpacity: "0.30000001192092896"
1030
- }
1031
- )), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement(
1032
- "path",
1033
- {
803
+ })), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("path", {
1034
804
  d: "M109.98144968185424,21.7729690625C109.98144968185424,26.4579390625,103.45054968185426,27.6853390625,95.39434968185425,27.6853390625C87.33818968185425,27.6853390625,80.80734968185425,26.4579390625,80.80734968185425,21.7729690625C80.80734968185425,17.0879790625,87.33818968185425,13.2900390625,95.39434968185425,13.2900390625C103.45054968185426,13.2900390625,109.98144968185424,17.0879790625,109.98144968185424,21.7729690625Z",
1035
805
  fill: "url(#master_svg8_3556_017107)",
1036
806
  fillOpacity: "0.800000011920929"
1037
- }
1038
- )), /* @__PURE__ */ React.createElement("g", { filter: "url(#master_svg9_4933_027080)" }, /* @__PURE__ */ React.createElement(
1039
- "ellipse",
1040
- {
807
+ })), /*#__PURE__*/ React.createElement("g", {
808
+ filter: "url(#master_svg9_4933_027080)"
809
+ }, /*#__PURE__*/ React.createElement("ellipse", {
1041
810
  cx: "90.88559103012085",
1042
811
  cy: "29.816951751708984",
1043
812
  rx: "13.791376113891602",
1044
813
  ry: "13.862117767333984",
1045
814
  fill: "url(#master_svga_3556_017098)",
1046
815
  fillOpacity: "1"
1047
- }
1048
- )), /* @__PURE__ */ React.createElement("g", { filter: "url(#master_svgb_4933_027081)" }, /* @__PURE__ */ React.createElement(
1049
- "path",
1050
- {
816
+ })), /*#__PURE__*/ React.createElement("g", {
817
+ filter: "url(#master_svgb_4933_027081)"
818
+ }, /*#__PURE__*/ React.createElement("path", {
1051
819
  d: "M104.94389811935424,48.744337109374996C104.94389811935424,53.455637109375004,91.68299811935425,53.809337109375,83.46119811935425,51.410137109375C74.44374811935425,47.678037109375,72.32199811935425,41.459437109375,72.32199811935425,36.748147109375C72.32199811935425,32.036867109375,79.82270811935425,29.550537109375,87.43949811935425,29.550537109375C95.05619811935425,29.550537109375,104.94389811935424,44.033037109375,104.94389811935424,48.744337109374996Z",
1052
820
  fill: "url(#master_svgc_3987_69215)",
1053
821
  fillOpacity: "1"
1054
- }
1055
- )), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("g", { transform: "matrix(0.9923956990242004,0.12308907508850098,-0.12183567136526108,0.9925503134727478,3.2709196132248906,-10.806950145250426)" }, /* @__PURE__ */ React.createElement(
1056
- "path",
1057
- {
822
+ })), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("g", {
823
+ transform: "matrix(0.9923956990242004,0.12308907508850098,-0.12183567136526108,0.9925503134727478,3.2709196132248906,-10.806950145250426)"
824
+ }, /*#__PURE__*/ React.createElement("path", {
1058
825
  d: "M89.08613157272339 27.65196990966797C89.08613157272339 24.13653960806023 91.93595090490471 21.286720275878906 95.45138120651245 21.286720275878906L95.45138120651245 21.286720275878906C98.96681150812019 21.286720275878906 101.81663084030151 24.13653960806023 101.81663084030151 27.65196990966797L101.81663084030151 31.556053161621094C101.81663084030151 35.07148346322884 98.96681150812019 37.921302795410156 95.45138120651245 37.921302795410156L95.45138120651245 37.921302795410156C91.93595090490471 37.921302795410156 89.08613157272339 35.07148346322884 89.08613157272339 31.556053161621094Z",
1059
826
  fill: "url(#master_svgd_3556_017072)",
1060
827
  fillOpacity: "1"
1061
- }
1062
- )), /* @__PURE__ */ React.createElement("g", { transform: "matrix(-1,0,0,1,195.23451900482178,0)" }, /* @__PURE__ */ React.createElement(
1063
- "path",
1064
- {
828
+ })), /*#__PURE__*/ React.createElement("g", {
829
+ transform: "matrix(-1,0,0,1,195.23451900482178,0)"
830
+ }, /*#__PURE__*/ React.createElement("path", {
1065
831
  d: "M105.25759950241088,30.961387463378905Q105.3774895024109,30.857197463378906,105.4725295024109,30.729934463378907Q105.56756950241089,30.602672463378905,105.63344950241088,30.458141463378908Q105.69931950241089,30.313609463378906,105.73302950241089,30.158391463378905Q105.7667295024109,30.003173463378907,105.7667295024109,29.844337463378906Q105.7667295024109,29.771629763378908,105.75960950241088,29.699272463378907Q105.75247950241089,29.626914463378906,105.7382895024109,29.555603463378905Q105.72410950241088,29.484293463378908,105.70299950241089,29.414716463378905Q105.68189950241089,29.345139463378906,105.65406950241089,29.277966463378906Q105.62624950241089,29.210792463378905,105.5919795024109,29.146670463378907Q105.55769950241088,29.082547463378905,105.51730950241088,29.022093463378905Q105.47690950241089,28.961639463378905,105.43078950241089,28.905435463378907Q105.38465950241088,28.849231463378906,105.3332495024109,28.797817463378905Q105.28183950241089,28.746407463378905,105.22563950241089,28.700277463378907Q105.16942950241089,28.654157463378905,105.10897950241089,28.613767463378906Q105.04851950241088,28.573367463378908,104.9843995024109,28.539097463378905Q104.92027950241089,28.504817463378906,104.85309950241088,28.476997463378908Q104.7859295024109,28.449167463378906,104.71634950241089,28.428067463378905Q104.6467795024109,28.406957463378905,104.57546950241088,28.392777463378906Q104.50415950241089,28.378587463378906,104.43179950241088,28.371467463378906Q104.3594395024109,28.364337463378906,104.28672950241089,28.364337463378906Q104.0191395024109,28.364337463378906,103.76848950241089,28.458037463378908Q103.51782950241089,28.551747463378906,103.31585950241089,28.727287463378907L103.31447950241089,28.725697463378907Q102.28056950241088,29.624301463378906,101.04646950241089,29.799818863378906Q99.7441995024109,29.985029463378908,98.12054250241088,29.398847463378907L98.11982750241089,29.400827463378906Q97.87623850241089,29.312884463378907,97.61725950241089,29.312884463378907Q97.5445518024109,29.312884463378907,97.47219450241089,29.320011463378908Q97.39983650241089,29.327137463378907,97.32852550241088,29.341322463378905Q97.25721550241089,29.355507463378906,97.18763850241089,29.376613463378906Q97.11806150241088,29.397719463378905,97.05088850241088,29.425543463378908Q96.98371450241089,29.453367463378907,96.9195925024109,29.487641463378907Q96.85546950241088,29.521915463378907,96.79501550241089,29.562309463378906Q96.73456150241088,29.602704463378906,96.67835750241089,29.648829463378906Q96.62215350241088,29.694954463378906,96.57073950241089,29.746366763378905Q96.51932950241088,29.797778863378905,96.47319950241089,29.853982733378906Q96.42707950241089,29.910186563378907,96.38668950241089,29.970640463378906Q96.34628950241088,30.031095463378907,96.31201950241089,30.095217463378905Q96.2777395024109,30.159340463378907,96.24991950241089,30.226513463378907Q96.2220895024109,30.293686463378908,96.20098950241089,30.363263463378907Q96.17987950241088,30.432840463378906,96.16569950241089,30.504151463378907Q96.15150950241089,30.575461463378907,96.14438950241089,30.647819463378905Q96.13725950241088,30.720177463378906,96.13725950241088,30.792884463378908Q96.13725950241088,30.906357463378907,96.15455950241089,31.018507463378906Q96.17185950241088,31.130647463378907,96.20604950241089,31.238847463378907Q96.24023950241089,31.347047463378907,96.29052950241089,31.448767463378907Q96.34080950241089,31.550487463378907,96.40601950241089,31.643357463378905Q96.47122950241089,31.736217463378907,96.54982950241089,31.818057463378906Q96.62842850241088,31.899907463378906,96.71858650241089,31.968807463378905Q96.80874450241089,32.03770746337891,96.90835350241089,32.09205746337891Q97.0079615024109,32.14640746337891,97.11469150241089,32.184947463378904L97.11397650241089,32.18692746337891Q99.43136950241089,33.02355746337891,101.46383950241089,32.73449746337891Q103.56446950241089,32.435737463378906,105.25898950241088,30.962977463378905L105.25759950241088,30.961387463378905Z",
1066
832
  fillRule: "evenodd",
1067
833
  fill: "#000000",
1068
834
  fillOpacity: "1"
1069
- }
1070
- ), /* @__PURE__ */ React.createElement(
1071
- "path",
1072
- {
835
+ }), /*#__PURE__*/ React.createElement("path", {
1073
836
  d: "M105.25759950241088,30.961387463378905Q105.3774895024109,30.857197463378906,105.4725295024109,30.729934463378907Q105.56756950241089,30.602672463378905,105.63344950241088,30.458141463378908Q105.69931950241089,30.313609463378906,105.73302950241089,30.158391463378905Q105.7667295024109,30.003173463378907,105.7667295024109,29.844337463378906Q105.7667295024109,29.771629763378908,105.75960950241088,29.699272463378907Q105.75247950241089,29.626914463378906,105.7382895024109,29.555603463378905Q105.72410950241088,29.484293463378908,105.70299950241089,29.414716463378905Q105.68189950241089,29.345139463378906,105.65406950241089,29.277966463378906Q105.62624950241089,29.210792463378905,105.5919795024109,29.146670463378907Q105.55769950241088,29.082547463378905,105.51730950241088,29.022093463378905Q105.47690950241089,28.961639463378905,105.43078950241089,28.905435463378907Q105.38465950241088,28.849231463378906,105.3332495024109,28.797817463378905Q105.28183950241089,28.746407463378905,105.22563950241089,28.700277463378907Q105.16942950241089,28.654157463378905,105.10897950241089,28.613767463378906Q105.04851950241088,28.573367463378908,104.9843995024109,28.539097463378905Q104.92027950241089,28.504817463378906,104.85309950241088,28.476997463378908Q104.7859295024109,28.449167463378906,104.71634950241089,28.428067463378905Q104.6467795024109,28.406957463378905,104.57546950241088,28.392777463378906Q104.50415950241089,28.378587463378906,104.43179950241088,28.371467463378906Q104.3594395024109,28.364337463378906,104.28672950241089,28.364337463378906Q104.0191395024109,28.364337463378906,103.76848950241089,28.458037463378908Q103.51782950241089,28.551747463378906,103.31585950241089,28.727287463378907L103.31447950241089,28.725697463378907Q102.28056950241088,29.624301463378906,101.04646950241089,29.799818863378906Q99.7441995024109,29.985029463378908,98.12054250241088,29.398847463378907L98.11982750241089,29.400827463378906Q97.87623850241089,29.312884463378907,97.61725950241089,29.312884463378907Q97.5445518024109,29.312884463378907,97.47219450241089,29.320011463378908Q97.39983650241089,29.327137463378907,97.32852550241088,29.341322463378905Q97.25721550241089,29.355507463378906,97.18763850241089,29.376613463378906Q97.11806150241088,29.397719463378905,97.05088850241088,29.425543463378908Q96.98371450241089,29.453367463378907,96.9195925024109,29.487641463378907Q96.85546950241088,29.521915463378907,96.79501550241089,29.562309463378906Q96.73456150241088,29.602704463378906,96.67835750241089,29.648829463378906Q96.62215350241088,29.694954463378906,96.57073950241089,29.746366763378905Q96.51932950241088,29.797778863378905,96.47319950241089,29.853982733378906Q96.42707950241089,29.910186563378907,96.38668950241089,29.970640463378906Q96.34628950241088,30.031095463378907,96.31201950241089,30.095217463378905Q96.2777395024109,30.159340463378907,96.24991950241089,30.226513463378907Q96.2220895024109,30.293686463378908,96.20098950241089,30.363263463378907Q96.17987950241088,30.432840463378906,96.16569950241089,30.504151463378907Q96.15150950241089,30.575461463378907,96.14438950241089,30.647819463378905Q96.13725950241088,30.720177463378906,96.13725950241088,30.792884463378908Q96.13725950241088,30.906357463378907,96.15455950241089,31.018507463378906Q96.17185950241088,31.130647463378907,96.20604950241089,31.238847463378907Q96.24023950241089,31.347047463378907,96.29052950241089,31.448767463378907Q96.34080950241089,31.550487463378907,96.40601950241089,31.643357463378905Q96.47122950241089,31.736217463378907,96.54982950241089,31.818057463378906Q96.62842850241088,31.899907463378906,96.71858650241089,31.968807463378905Q96.80874450241089,32.03770746337891,96.90835350241089,32.09205746337891Q97.0079615024109,32.14640746337891,97.11469150241089,32.184947463378904L97.11397650241089,32.18692746337891Q99.43136950241089,33.02355746337891,101.46383950241089,32.73449746337891Q103.56446950241089,32.435737463378906,105.25898950241088,30.962977463378905L105.25759950241088,30.961387463378905Z",
1074
837
  fillRule: "evenodd",
1075
838
  fill: "url(#master_svge_4933_027053)",
1076
839
  fillOpacity: "1"
1077
- }
1078
- ))), /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("g", { transform: "matrix(0.9923956394195557,0.12308909744024277,-0.12183564901351929,0.9925503134727478,3.624364632361221,-12.735608575647397)" }, /* @__PURE__ */ React.createElement(
1079
- "path",
1080
- {
840
+ }))), /*#__PURE__*/ React.createElement("g", null, /*#__PURE__*/ React.createElement("g", {
841
+ transform: "matrix(0.9923956394195557,0.12308909744024277,-0.12183564901351929,0.9925503134727478,3.624364632361221,-12.735608575647397)"
842
+ }, /*#__PURE__*/ React.createElement("path", {
1081
843
  d: "M104.87086200714111 29.249460697174072C104.87086200714111 25.90980354341604 107.57818904909232 23.202476501464844 110.91784620285034 23.202476501464844L110.91784620285034 23.202476501464844C114.25750335660837 23.202476501464844 116.96483039855957 25.90980354341604 116.96483039855957 29.249460697174072L116.96483039855957 33.790074825286865C116.96483039855957 37.1297319790449 114.25750335660837 39.837059020996094 110.91784620285034 39.837059020996094L110.91784620285034 39.837059020996094C107.57818904909232 39.837059020996094 104.87086200714111 37.1297319790449 104.87086200714111 33.790074825286865Z",
1082
844
  fill: "url(#master_svgf_3556_017072)",
1083
845
  fillOpacity: "1"
1084
- }
1085
- )), /* @__PURE__ */ React.createElement("g", { transform: "matrix(0.9923955798149109,0.12308908253908157,-0.12183566391468048,0.992550253868103,3.8978485331749084,-12.92430431851458)" }, /* @__PURE__ */ React.createElement(
1086
- "rect",
1087
- {
846
+ })), /*#__PURE__*/ React.createElement("g", {
847
+ transform: "matrix(0.9923955798149109,0.12308908253908157,-0.12183566391468048,0.992550253868103,3.8978485331749084,-12.92430431851458)"
848
+ }, /*#__PURE__*/ React.createElement("rect", {
1088
849
  x: "106.53345966339111",
1089
850
  y: "25.343345642089844",
1090
851
  width: "8.274821281433105",
@@ -1092,123 +853,80 @@ var HistoryEmptyIcon = (props) => {
1092
853
  rx: "4.137410640716553",
1093
854
  fill: "url(#master_svgg_4933_027057)",
1094
855
  fillOpacity: "1"
1095
- }
1096
- ))), /* @__PURE__ */ React.createElement(
1097
- "g",
1098
- {
1099
- style: { opacity: 0.30000001192092896 },
856
+ }))), /*#__PURE__*/ React.createElement("g", {
857
+ style: {
858
+ opacity: 0.30000001192092896
859
+ },
1100
860
  filter: "url(#master_svgh_4933_027094)"
1101
- },
1102
- /* @__PURE__ */ React.createElement(
1103
- "path",
1104
- {
1105
- d: "M98.90207624435425,57.853415625C103.67601624435424,59.986015625,111.10217624435425,53.854705625,114.81517624435425,44.791015625Q104.47167624435424,57.853415625,98.90207624435425,57.853415625Z",
1106
- fill: "#EBFFA5",
1107
- fillOpacity: "1"
1108
- }
1109
- )
1110
- ), /* @__PURE__ */ React.createElement(
1111
- "g",
1112
- {
861
+ }, /*#__PURE__*/ React.createElement("path", {
862
+ d: "M98.90207624435425,57.853415625C103.67601624435424,59.986015625,111.10217624435425,53.854705625,114.81517624435425,44.791015625Q104.47167624435424,57.853415625,98.90207624435425,57.853415625Z",
863
+ fill: "#EBFFA5",
864
+ fillOpacity: "1"
865
+ })), /*#__PURE__*/ React.createElement("g", {
1113
866
  transform: "matrix(0.7366471886634827,0.676277220249176,-0.6725150942802429,0.7400833964347839,51.473056634434016,-53.8310499068634)",
1114
867
  filter: "url(#master_svgi_4933_027072)"
1115
- },
1116
- /* @__PURE__ */ React.createElement(
1117
- "path",
1118
- {
1119
- d: "M94.75449323654175,61.184961328125C106.45239323654175,56.812961328125,110.96699323654175,52.687461328124996,117.58799323654175,39.432861328125Q108.59439323654175,55.215661328125,94.75449323654175,61.184961328125Z",
1120
- fill: "#FFFFFF",
1121
- fillOpacity: "1"
1122
- }
1123
- )
1124
- ), /* @__PURE__ */ React.createElement(
1125
- "g",
1126
- {
868
+ }, /*#__PURE__*/ React.createElement("path", {
869
+ d: "M94.75449323654175,61.184961328125C106.45239323654175,56.812961328125,110.96699323654175,52.687461328124996,117.58799323654175,39.432861328125Q108.59439323654175,55.215661328125,94.75449323654175,61.184961328125Z",
870
+ fill: "#FFFFFF",
871
+ fillOpacity: "1"
872
+ })), /*#__PURE__*/ React.createElement("g", {
1127
873
  transform: "matrix(0.973081648349762,0.23046064376831055,-0.2282373011112213,0.9736055135726929,13.186657781160221,-22.077307457060897)",
1128
874
  filter: "url(#master_svgj_4933_027065)"
1129
- },
1130
- /* @__PURE__ */ React.createElement(
1131
- "path",
1132
- {
1133
- d: "M101.04856061935425,57.5846984375C103.17088061935425,57.5846984375,114.04776061935425,55.7191784375,115.90486061935425,45.8583984375Q108.47669061935424,56.2521984375,101.04856061935425,57.5846984375Z",
1134
- fill: "#A0FFF9",
1135
- fillOpacity: "1"
1136
- }
1137
- )
1138
- ), /* @__PURE__ */ React.createElement("g", { filter: "url(#master_svgk_4933_027068)" }, /* @__PURE__ */ React.createElement(
1139
- "path",
1140
- {
875
+ }, /*#__PURE__*/ React.createElement("path", {
876
+ d: "M101.04856061935425,57.5846984375C103.17088061935425,57.5846984375,114.04776061935425,55.7191784375,115.90486061935425,45.8583984375Q108.47669061935424,56.2521984375,101.04856061935425,57.5846984375Z",
877
+ fill: "#A0FFF9",
878
+ fillOpacity: "1"
879
+ })), /*#__PURE__*/ React.createElement("g", {
880
+ filter: "url(#master_svgk_4933_027068)"
881
+ }, /*#__PURE__*/ React.createElement("path", {
1141
882
  d: "M103.61672175216675,15.954833984375L103.71831175216674,17.279223984375L104.14438175216675,16.021834584375L103.91509175216675,17.330013984375L104.63888175216675,16.218626984375L104.09313175216676,17.428393984375L105.06916175216675,16.532844984375L104.24123175216675,17.568183984375L105.40818175216675,16.944745984375L104.35009175216675,17.740603984375L105.63463175216675,17.428443984375L104.41287175216675,17.934813984375L105.73429175216675,17.953563984375L104.42563175216675,18.138623984375002L105.70089175216675,18.487083984375L104.38756175216675,18.339213984375L105.53654175216676,18.995503984375L104.30106175216675,18.523983984375L105.25156175216675,19.446863984375L104.17155175216675,18.681333984375L104.86386175216674,19.812803984375L104.00719175216675,18.801363984375L104.39779175216675,20.070343984375L103.81829175216674,18.876543984375L103.88265175216675,20.203283984375L103.61672175216675,18.902133984375L103.35080175216675,20.203283984375L103.41516175216675,18.876543984375L102.83565175216675,20.070343984375L103.22626175216675,18.801363984375L102.36958875216675,19.812803984375L103.06189175216674,18.681333984375L101.98188575216675,19.446863984375L102.93239175216675,18.523983984375L101.69690575216674,18.995503984375L102.84588175216675,18.339213984375L101.53255395216675,18.487083984375L102.80781175216674,18.138623984375002L101.49915855216675,17.953563984375L102.82057175216674,17.934813984375L101.59881775216675,17.428443984375L102.88335175216675,17.740603984375L101.82526875216675,16.944745984375L102.99221175216675,17.568183984375L102.16428375216675,16.532844984375L103.14032175216674,17.428393984375L102.59456175216675,16.218626984375L103.31835175216675,17.330013984375L103.08906175216674,16.021834884375L103.51514175216674,17.279223984375L103.61672175216675,15.954833984375Z",
1142
883
  fill: "#FFFFFF",
1143
884
  fillOpacity: "1",
1144
- style: { mixBlendMode: "color-dodge" }
1145
- }
1146
- ))), /* @__PURE__ */ React.createElement("g", { transform: "matrix(0.9926819205284119,0.12075819075107574,-0.12075819075107574,0.9926819205284119,1.80846250397164,-7.205941303673676)" }, /* @__PURE__ */ React.createElement(
1147
- "path",
1148
- {
885
+ style: {
886
+ mixBlendMode: 'color-dodge'
887
+ }
888
+ }))), /*#__PURE__*/ React.createElement("g", {
889
+ transform: "matrix(0.9926819205284119,0.12075819075107574,-0.12075819075107574,0.9926819205284119,1.80846250397164,-7.205941303673676)"
890
+ }, /*#__PURE__*/ React.createElement("path", {
1149
891
  d: "M63.34631507247925,20.739125234375003Q63.36227507247925,20.671095234375002,63.381135072479246,20.605045234374998Q63.56967507247925,19.944135234375,63.94067507247925,19.422045234375Q64.31201507247926,18.899615234375,64.75363507247926,18.471305234375002Q65.19559507247925,18.042665234375,65.60376507247925,17.636025234375Q66.01227507247924,17.229055234375,66.27380507247925,16.806845234375Q66.53566507247925,16.384635234375,66.53566507247925,15.864575234375Q66.53566507247925,15.308965234375,66.31469507247925,14.931445234375Q66.09404507247925,14.553595234374999,65.70513507247925,14.362635234375Q65.31622507247924,14.171675234375,64.75972507247924,14.171675234375Q64.02246507247925,14.171675234375,63.36238507247925,14.538275234375C62.70609507247925,14.902765234375,61.84966507247925,14.998705234375,61.29759707247925,14.489995234375C60.77197807247925,14.005645234375,60.712896072479246,13.178145234375,61.26586507247925,12.725275234375Q61.47536507247925,12.553695234375,61.69776507247925,12.400215234375Q62.43909507247925,11.888624234375,63.31119507247925,11.603539234375Q64.18362507247924,11.318115234375,65.16856507247925,11.318115234375Q66.52857507247924,11.318115234375,67.59326507247926,11.779261234375Q68.65795507247925,12.240070234375,69.27797507247925,13.181665234375Q69.89800507247925,14.123255234375,69.89800507247925,15.551385234375001Q69.89800507247925,16.357885234375,69.62668507247925,16.962255234375Q69.35535507247926,17.566285234375002,68.92657507247925,18.034535234375Q68.49779507247925,18.502795234375,68.03657507247925,18.928725234375Q67.57569507247925,19.354665234375,67.17428507247925,19.804975234375Q66.77320507247924,20.254945234375,66.54479507247925,20.813265234375002Q66.54251507247925,20.818855234375,66.54025507247925,20.824455234375C66.27484507247925,21.484715234375003,65.76776507247925,22.122915234375,65.05612507247925,22.122915234375L64.68376507247925,22.122915234375C63.890895072479246,22.122915234375,63.16518507247925,21.511015234375,63.34631507247925,20.739125234375003M64.84216507247925,28.023015234375Q63.940345072479246,28.023015234375,63.36187507247925,27.438615234375Q62.78374507247925,26.854215234374998,62.78374507247925,25.955615234375Q62.78374507247925,25.057015234375,63.37167507247925,24.487215234375Q63.95960507247925,23.917415234375,64.84216507247925,23.917415234375Q65.72473507247925,23.917415234375,66.31232507247925,24.487215234375Q66.90025507247925,25.057015234375,66.90025507247925,25.955615234375Q66.90025507247925,26.854215234374998,66.31232507247925,27.438615234375Q65.72473507247925,28.023015234375,64.84216507247925,28.023015234375Z",
1150
892
  fill: "#35ABFF",
1151
893
  fillOpacity: "1"
1152
- }
1153
- ), /* @__PURE__ */ React.createElement(
1154
- "path",
1155
- {
894
+ }), /*#__PURE__*/ React.createElement("path", {
1156
895
  d: "M63.34631507247925,20.739125234375003Q63.36227507247925,20.671095234375002,63.381135072479246,20.605045234374998Q63.56967507247925,19.944135234375,63.94067507247925,19.422045234375Q64.31201507247926,18.899615234375,64.75363507247926,18.471305234375002Q65.19559507247925,18.042665234375,65.60376507247925,17.636025234375Q66.01227507247924,17.229055234375,66.27380507247925,16.806845234375Q66.53566507247925,16.384635234375,66.53566507247925,15.864575234375Q66.53566507247925,15.308965234375,66.31469507247925,14.931445234375Q66.09404507247925,14.553595234374999,65.70513507247925,14.362635234375Q65.31622507247924,14.171675234375,64.75972507247924,14.171675234375Q64.02246507247925,14.171675234375,63.36238507247925,14.538275234375C62.70609507247925,14.902765234375,61.84966507247925,14.998705234375,61.29759707247925,14.489995234375C60.77197807247925,14.005645234375,60.712896072479246,13.178145234375,61.26586507247925,12.725275234375Q61.47536507247925,12.553695234375,61.69776507247925,12.400215234375Q62.43909507247925,11.888624234375,63.31119507247925,11.603539234375Q64.18362507247924,11.318115234375,65.16856507247925,11.318115234375Q66.52857507247924,11.318115234375,67.59326507247926,11.779261234375Q68.65795507247925,12.240070234375,69.27797507247925,13.181665234375Q69.89800507247925,14.123255234375,69.89800507247925,15.551385234375001Q69.89800507247925,16.357885234375,69.62668507247925,16.962255234375Q69.35535507247926,17.566285234375002,68.92657507247925,18.034535234375Q68.49779507247925,18.502795234375,68.03657507247925,18.928725234375Q67.57569507247925,19.354665234375,67.17428507247925,19.804975234375Q66.77320507247924,20.254945234375,66.54479507247925,20.813265234375002Q66.54251507247925,20.818855234375,66.54025507247925,20.824455234375C66.27484507247925,21.484715234375003,65.76776507247925,22.122915234375,65.05612507247925,22.122915234375L64.68376507247925,22.122915234375C63.890895072479246,22.122915234375,63.16518507247925,21.511015234375,63.34631507247925,20.739125234375003M64.84216507247925,28.023015234375Q63.940345072479246,28.023015234375,63.36187507247925,27.438615234375Q62.78374507247925,26.854215234374998,62.78374507247925,25.955615234375Q62.78374507247925,25.057015234375,63.37167507247925,24.487215234375Q63.95960507247925,23.917415234375,64.84216507247925,23.917415234375Q65.72473507247925,23.917415234375,66.31232507247925,24.487215234375Q66.90025507247925,25.057015234375,66.90025507247925,25.955615234375Q66.90025507247925,26.854215234374998,66.31232507247925,27.438615234375Q65.72473507247925,28.023015234375,64.84216507247925,28.023015234375Z",
1157
896
  fill: "url(#master_svgl_4933_027046)",
1158
897
  fillOpacity: "1"
1159
- }
1160
- )), /* @__PURE__ */ React.createElement(
1161
- "g",
1162
- {
898
+ })), /*#__PURE__*/ React.createElement("g", {
1163
899
  transform: "matrix(0.9996027946472168,0.02818187326192856,-0.02818187326192856,0.9996027946472168,0.8270519259141338,-0.39364411450421954)",
1164
900
  filter: "url(#master_svgm_4933_027027)"
1165
- },
1166
- /* @__PURE__ */ React.createElement(
1167
- "ellipse",
1168
- {
1169
- cx: "22.53033757209778",
1170
- cy: "37.295865058898926",
1171
- rx: "8.151577949523926",
1172
- ry: "8.151577949523926",
1173
- fill: "url(#master_svgn_4933_027029)",
1174
- fillOpacity: "0.30000001192092896"
1175
- }
1176
- )
1177
- ), /* @__PURE__ */ React.createElement("g", { transform: "matrix(0.9996027946472168,0.02818187326192856,-0.02818187326192856,0.9996027946472168,1.310783137257431,-0.7097090491485574)" }, /* @__PURE__ */ React.createElement(
1178
- "path",
1179
- {
901
+ }, /*#__PURE__*/ React.createElement("ellipse", {
902
+ cx: "22.53033757209778",
903
+ cy: "37.295865058898926",
904
+ rx: "8.151577949523926",
905
+ ry: "8.151577949523926",
906
+ fill: "url(#master_svgn_4933_027029)",
907
+ fillOpacity: "0.30000001192092896"
908
+ })), /*#__PURE__*/ React.createElement("g", {
909
+ transform: "matrix(0.9996027946472168,0.02818187326192856,-0.02818187326192856,0.9996027946472168,1.310783137257431,-0.7097090491485574)"
910
+ }, /*#__PURE__*/ React.createElement("path", {
1180
911
  d: "M24.840779845367432,46.6438679375Q24.723593845367432,46.4094959375,24.723593845367432,46.1474609375Q24.723593845367432,46.0929301375,24.728943845367432,46.0386619375Q24.734283845367433,45.9843939375,24.74492384536743,45.9309109375Q24.755563845367433,45.8774279375,24.77139384536743,45.8252449375Q24.787223845367432,45.7730619375,24.80808384536743,45.7226819375Q24.828953845367433,45.6723019375,24.85466084536743,45.6242109375Q24.880366845367433,45.5761189375,24.910662845367433,45.5307779375Q24.940957845367432,45.4854369375,24.97555184536743,45.4432839375Q25.010145845367433,45.4011319375,25.048704845367432,45.3625719375Q25.087264845367432,45.3240129375,25.12941784536743,45.2894189375Q25.171569845367433,45.2548249375,25.216910845367433,45.2245299375Q25.26225184536743,45.1942339375,25.31034384536743,45.1685289375Q25.35843484536743,45.1428209375,25.40881484536743,45.1219509375Q25.45919484536743,45.1010909375,25.51137784536743,45.0852609375Q25.56356084536743,45.0694309375,25.61704384536743,45.0587909375Q25.67052684536743,45.0481509375,25.72479484536743,45.0428009375Q25.779063045367433,45.0374609375,25.83359384536743,45.0374609375Q25.98819884536743,45.0374609375,26.13691984536743,45.0797109375Q26.285640845367432,45.1219609375,26.417155845367432,45.2032389375Q26.548670845367432,45.2845189375,26.652968845367432,45.3986449375Q26.757266845367432,45.5127709375,26.82640784536743,45.6510539375L26.827819845367433,45.6503479375L31.644663845367432,55.2840309375L31.643253845367433,55.284740937500004Q31.76043384536743,55.5191109375,31.76043384536743,55.7811409375Q31.76043384536743,55.8356709375,31.755093845367433,55.8899409375Q31.749743845367433,55.9442109375,31.73910384536743,55.997690937499996Q31.728473845367432,56.0511809375,31.71264384536743,56.1033609375Q31.69681384536743,56.1555609375,31.67594384536743,56.2059609375Q31.655073845367433,56.2562609375,31.629363845367433,56.3043609375Q31.603663845367432,56.3524609375,31.57336384536743,56.3978609375Q31.54307384536743,56.4431609375,31.508473845367433,56.4853609375Q31.473883845367432,56.5274609375,31.43532384536743,56.5660609375Q31.39676384536743,56.6045609375,31.35461384536743,56.6391609375Q31.312463845367432,56.6737609375,31.267113845367433,56.7040609375Q31.22177384536743,56.7343609375,31.17368384536743,56.7600609375Q31.125593845367433,56.7857609375,31.075213845367433,56.8066609375Q31.024833845367432,56.827560937499996,30.972653845367432,56.8433609375Q30.920473845367432,56.8591609375,30.866983845367432,56.8698609375Q30.813503845367432,56.880460937500004,30.759233845367433,56.8857609375Q30.70496384536743,56.891160937500004,30.65043384536743,56.891160937500004Q30.495833845367432,56.891160937500004,30.34711384536743,56.8488609375Q30.19839384536743,56.8066609375,30.066873845367432,56.7253609375Q29.935363845367434,56.6440609375,29.83106384536743,56.5299609375Q29.726763845367433,56.4158609375,29.657623845367432,56.2775609375L29.656213845367432,56.2782609375L24.83936784536743,46.6445739375L24.840779845367432,46.6438679375Z",
1181
912
  fillRule: "evenodd",
1182
913
  fill: "#041C55",
1183
914
  fillOpacity: "1"
1184
- }
1185
- )), /* @__PURE__ */ React.createElement("g", { transform: "matrix(0.9996027946472168,0.02818187326192856,-0.02818187326192856,0.9996027946472168,0.7835535797832165,-0.3536723306941916)" }, /* @__PURE__ */ React.createElement(
1186
- "path",
1187
- {
915
+ })), /*#__PURE__*/ React.createElement("g", {
916
+ transform: "matrix(0.9996027946472168,0.02818187326192856,-0.02818187326192856,0.9996027946472168,0.7835535797832165,-0.3536723306941916)"
917
+ }, /*#__PURE__*/ React.createElement("path", {
1188
918
  d: "M32.20634034624099,37.25477375Q32.20634034624099,37.49127375,32.194740346241,37.72749375Q32.183140346241,37.96369375,32.159940346241,38.19909375Q32.136740346241,38.43439375,32.102040346241,38.668293750000004Q32.067340346241,38.90229375,32.021240346241,39.13419375Q31.975040346241,39.36619375,31.917640346240997,39.59559375Q31.860140346240996,39.824993750000004,31.791440346240996,40.05129375Q31.722840346240996,40.27759375,31.643140346240997,40.50029375Q31.563440346241,40.72289375,31.472940346240996,40.94139375Q31.382440346240998,41.15989375,31.281340346241,41.37369375Q31.180240346240996,41.58749375,31.068740346240997,41.79609375Q30.957340346240997,42.00459375,30.835740346240996,42.20749375Q30.714140346241,42.41029375,30.582740346240996,42.60699375Q30.451340346240997,42.80359375,30.310440346241,42.99359375Q30.169540346240996,43.18349375,30.019540346240998,43.36629375Q29.869540346240996,43.54909375,29.710740346240996,43.724393750000004Q29.551940346240997,43.89959375,29.384640346240996,44.06679375Q29.217440346241,44.23409375,29.042240346240998,44.39289375Q28.866940346240998,44.55169375,28.684140346240998,44.701693750000004Q28.501340346240998,44.851693749999995,28.311440346241,44.99259375Q28.121440346240995,45.13349375,27.924840346240998,45.26489375Q27.728140346241,45.39629375,27.525340346240995,45.51789375Q27.322440346240995,45.63949375,27.113940346240998,45.75089375Q26.905340346240997,45.862393749999995,26.691540346241,45.96349375Q26.477740346241,46.06459375,26.259240346240997,46.15509375Q26.040740346240998,46.24559375,25.818140346240998,46.32529375Q25.595440346241,46.40499375,25.369140346240997,46.47359375Q25.142840346240998,46.54229375,24.913440346240996,46.59979375Q24.684040346240998,46.657193750000005,24.452040346241,46.703393750000004Q24.220140346240996,46.74949375,23.986140346240997,46.78419375Q23.752240346240995,46.81889375,23.516940346240997,46.842093750000004Q23.281540346240995,46.86529375,23.045340346240998,46.87689375Q22.809120346240995,46.888493749999995,22.572620346240996,46.888493749999995Q22.336130346241,46.888493749999995,22.099920346241,46.87689375Q21.863710346241,46.86529375,21.628360346240996,46.842093750000004Q21.393000346240996,46.81889375,21.159070346240995,46.78419375Q20.925130346240998,46.74949375,20.693190346240996,46.703393750000004Q20.461240346241,46.657193750000005,20.231830346240997,46.59979375Q20.002420346240996,46.54229375,19.776110346240998,46.47359375Q19.549800346240996,46.40499375,19.327130346241,46.32529375Q19.104460346240998,46.24559375,18.885970346240995,46.15509375Q18.667480346240996,46.06459375,18.453690346240997,45.96349375Q18.239910346240997,45.862393749999995,18.031340346240995,45.75089375Q17.822770346240997,45.63949375,17.619920346240995,45.51789375Q17.417070346240997,45.39629375,17.220440346241,45.26489375Q17.023800346240996,45.13349375,16.833840346240997,44.99259375Q16.643890346240998,44.851693749999995,16.461080346240998,44.701693750000004Q16.278270346240998,44.55169375,16.103040346241,44.39289375Q15.927810346240998,44.23409375,15.760580346240998,44.06679375Q15.593350346240998,43.89959375,15.434530346240997,43.724393750000004Q15.275720346240998,43.54909375,15.125690346240997,43.36629375Q14.975660346240996,43.18349375,14.834780346240997,42.99359375Q14.693900346240998,42.80359375,14.562510346240998,42.60699375Q14.431120346240997,42.41029375,14.309540346240997,42.20749375Q14.187960346240997,42.00459375,14.076470346240997,41.79609375Q13.964990346240997,41.58749375,13.863877346240997,41.37369375Q13.762763346240998,41.15989375,13.672260346240996,40.94139375Q13.581758346240997,40.72289375,13.502086346240997,40.50029375Q13.422414346240997,40.27759375,13.353763346240997,40.05129375Q13.285113346240998,39.824993750000004,13.227649346240998,39.59559375Q13.170186346240998,39.36619375,13.124048346240997,39.13419375Q13.077911346240997,38.90229375,13.043210346240997,38.668293750000004Q13.008509546240997,38.43439375,12.985329146240998,38.19909375Q12.962148746240997,37.96369375,12.950544546240998,37.72749375Q12.938940346240997,37.49127375,12.938940346240997,37.25477375Q12.938940346240997,37.01828375,12.950544546240998,36.78207375Q12.962148746240997,36.54586375,12.985329146240998,36.31051375Q13.008509546240997,36.07515375,13.043210346240997,35.84122375Q13.077911346240997,35.60728375,13.124048346240997,35.37534375Q13.170186346240998,35.14339375,13.227649346240998,34.91398375Q13.285113346240998,34.68457375,13.353763346240997,34.45826375Q13.422414346240997,34.23195375,13.502086346240997,34.00928375Q13.581758346240997,33.78661375,13.672260346240996,33.56812375Q13.762763346240998,33.34963375,13.863877346240997,33.13584375Q13.964990346240997,32.92206375,14.076470346240997,32.71349375Q14.187960346240997,32.50492375,14.309540346240997,32.30207375Q14.431120346240997,32.09922375,14.562510346240998,31.90259375Q14.693900346240998,31.70595375,14.834780346240997,31.51599375Q14.975660346240996,31.32604375,15.125690346240997,31.14323375Q15.275720346240998,30.96042375,15.434530346240997,30.78519375Q15.593350346240998,30.60996375,15.760580346240998,30.44273375Q15.927810346240998,30.27550375,16.103040346241,30.11668375Q16.278270346240998,29.95787375,16.461080346240998,29.80784375Q16.643890346240998,29.65781375,16.833850346240997,29.51693375Q17.023800346240996,29.37605375,17.220440346241,29.24466375Q17.417070346240997,29.11327375,17.619920346240995,28.99169375Q17.822770346240997,28.87011375,18.031340346240995,28.758623749999998Q18.239900346240997,28.64714375,18.453690346240997,28.54603075Q18.667480346240996,28.44491675,18.885970346240995,28.35441375Q19.104460346240998,28.26391175,19.327130346241,28.18423975Q19.549800346240996,28.10456775,19.776110346240998,28.03591675Q20.002420346240996,27.96726675,20.231830346240997,27.90980275Q20.461240346241,27.85233975,20.693180346240997,27.80620175Q20.925130346240998,27.76006475,21.159070346240995,27.72536375Q21.393000346240996,27.69066295,21.628360346240996,27.66748255Q21.863710346241,27.64430215,22.099920346241,27.63269795Q22.336130346241,27.62109375,22.572620346240996,27.62109375Q22.809120346240995,27.62109375,23.045340346240998,27.63269795Q23.281540346240995,27.64430215,23.516940346240997,27.66748255Q23.752240346240995,27.69066295,23.986140346240997,27.72536375Q24.220140346240996,27.76006475,24.452040346241,27.80620175Q24.684040346240998,27.85233975,24.913440346240996,27.90980275Q25.142840346240998,27.96726675,25.369140346240997,28.03591675Q25.595440346241,28.10456775,25.818140346240998,28.18423975Q26.040740346240998,28.26391175,26.259240346240997,28.35441375Q26.477740346241,28.44491675,26.691540346241,28.54603075Q26.905340346240997,28.64714375,27.113940346240998,28.758623749999998Q27.322440346240995,28.87011375,27.525340346240995,28.99169375Q27.728140346241,29.11327375,27.924840346240998,29.24466375Q28.121440346240995,29.37605375,28.311440346241,29.51693375Q28.501340346240998,29.65781375,28.684140346240998,29.80784375Q28.866940346240998,29.95787375,29.042240346240998,30.11668375Q29.217440346241,30.27550375,29.384640346240996,30.44273375Q29.551940346240997,30.60996375,29.710740346240996,30.78519375Q29.869540346240996,30.96042375,30.019540346240998,31.14323375Q30.169540346240996,31.32604375,30.310440346241,31.51600375Q30.451340346240997,31.70595375,30.582740346240996,31.90259375Q30.714140346241,32.09922375,30.835740346240996,32.30207375Q30.957340346240997,32.50492375,31.068740346240997,32.71349375Q31.180240346240996,32.92205375,31.281340346241,33.13584375Q31.382440346240998,33.34963375,31.472940346240996,33.56812375Q31.563440346241,33.78661375,31.643140346240997,34.00928375Q31.722840346240996,34.23195375,31.791440346240996,34.45826375Q31.860140346240996,34.68457375,31.917640346240997,34.91398375Q31.975040346241,35.14339375,32.021240346241,35.37533375Q32.067340346241,35.60728375,32.102040346241,35.84122375Q32.136740346241,36.07515375,32.159940346241,36.31051375Q32.183140346241,36.54586375,32.194740346241,36.78207375Q32.20634034624099,37.01828375,32.20634034624099,37.25477375ZM29.983140346240997,37.25477375Q29.983140346240997,37.072863749999996,29.974240346240997,36.891163750000004Q29.965340346240996,36.70946375,29.947440346241,36.52842375Q29.929640346240998,36.34737375,29.902940346240996,36.16742375Q29.876240346240998,35.98747375,29.840740346241,35.809053750000004Q29.805240346240996,35.63063375,29.761040346240996,35.45416375Q29.716840346240996,35.27770375,29.664040346241,35.10361375Q29.611240346240997,34.92953375,29.549940346240998,34.75824375Q29.488640346241,34.58696375,29.419040346240998,34.41889375Q29.349440346240996,34.25082375,29.271640346240996,34.08637375Q29.193840346240997,33.92191375,29.108140346240997,33.76148375Q29.022340346241,33.60104375,28.928840346240996,33.44500375Q28.835340346240997,33.28896375,28.734240346240995,33.13771375Q28.633140346241,32.98645375,28.524840346241,32.84033375Q28.416440346240996,32.69421375,28.301040346240995,32.55359375Q28.185640346240998,32.41296375,28.063440346240995,32.27817375Q27.941340346241,32.14338375,27.812640346240997,32.01474375Q27.684040346240998,31.88611375,27.549240346241,31.76394375Q27.414440346240998,31.64177375,27.273840346240995,31.52636375Q27.133140346241,31.41095375,26.987040346240995,31.30258375Q26.840940346241,31.19421375,26.689640346241,31.09315375Q26.538440346240996,30.99208375,26.382440346240998,30.89855375Q26.226340346240995,30.80503375,26.065940346241,30.71927375Q25.905440346240997,30.633523750000002,25.741040346240997,30.55574375Q25.576540346240996,30.47796375,25.408540346240997,30.40834375Q25.240440346240998,30.33872375,25.069140346241,30.27744375Q24.897840346240997,30.21615375,24.723740346240998,30.16334375Q24.549740346240995,30.110533750000002,24.373240346240998,30.06633375Q24.196740346240997,30.022133750000002,24.018340346240997,29.98664375Q23.839940346240997,29.95115375,23.659940346240997,29.92446375Q23.480040346240997,29.89776375,23.298940346240997,29.87993375Q23.117940346241,29.86210375,22.936240346240997,29.85317375Q22.754540346240997,29.84425375,22.572620346240996,29.84425375Q22.390710346240997,29.84425375,22.209010346240998,29.85317375Q22.027310346240995,29.86210375,21.846270346241,29.87993375Q21.665220346240996,29.89776375,21.485270346240995,29.92446375Q21.305320346240997,29.95115375,21.126900346240998,29.98664375Q20.948480346241,30.022133750000002,20.772010346240997,30.06633375Q20.595550346240998,30.110533750000002,20.421460346241,30.16334375Q20.247380346241,30.21615375,20.076090346240996,30.27744375Q19.904810346240996,30.33872375,19.736740346240996,30.40834375Q19.568670346241,30.47796375,19.404220346240997,30.55574375Q19.239760346241,30.633523750000002,19.079330346240997,30.71927375Q18.918890346240996,30.80503375,18.762850346240995,30.89855375Q18.606810346240998,30.99208375,18.455560346240997,31.09315375Q18.304300346240996,31.19421375,18.158180346240997,31.30258375Q18.012060346240997,31.41095375,17.871440346241,31.52636375Q17.730810346240997,31.64177375,17.596020346240998,31.76394375Q17.461230346240995,31.88611375,17.332590346241,32.01474375Q17.203960346240997,32.14338375,17.081790346240997,32.27817375Q16.959620346240996,32.41296375,16.844210346241,32.55359375Q16.728800346240998,32.69421375,16.620430346240997,32.84033375Q16.512060346240997,32.98645375,16.411000346240996,33.13771375Q16.309930346240996,33.28897375,16.216400346241,33.44500375Q16.122880346240997,33.60104375,16.037120346240997,33.76148375Q15.951370346240997,33.92191375,15.873590346240997,34.08637375Q15.795810346240998,34.25082375,15.726190346240998,34.41889375Q15.656570346240997,34.58696375,15.595290346240997,34.75824375Q15.534000346240997,34.92953375,15.481190346240997,35.10361375Q15.428380346240997,35.27770375,15.384180346240997,35.45416375Q15.339980346240997,35.63063375,15.304490346240996,35.809053750000004Q15.269000346240997,35.98747375,15.242310346240998,36.16742375Q15.215610346240997,36.34737375,15.197780346240997,36.52842375Q15.179950346240997,36.70946375,15.171020346240997,36.891163750000004Q15.162100346240997,37.072863749999996,15.162100346240997,37.25477375Q15.162100346240997,37.43669375,15.171020346240997,37.618393749999996Q15.179950346240997,37.80009375,15.197780346240997,37.98109375Q15.215610346240997,38.16219375,15.242310346240998,38.342093750000004Q15.269000346240997,38.522093749999996,15.304490346240996,38.70049375Q15.339980346240997,38.87889375,15.384180346240997,39.05539375Q15.428380346240997,39.23189375,15.481190346240997,39.405893750000004Q15.534000346240997,39.57999375,15.595290346240997,39.75129375Q15.656570346240997,39.922593750000004,15.726190346240998,40.09069375Q15.795810346240998,40.25869375,15.873590346240997,40.423193749999996Q15.951370346240997,40.587593749999996,16.037120346240997,40.74809375Q16.122880346240997,40.90849375,16.216400346241,41.06459375Q16.309930346240996,41.22059375,16.411000346240996,41.37189375Q16.512060346240997,41.52309375,16.620430346240997,41.66919375Q16.728800346240998,41.81529375,16.844210346241,41.95599375Q16.959620346240996,42.09659375,17.081790346240997,42.23139375Q17.203960346240997,42.36619375,17.332590346241,42.49479375Q17.461230346240995,42.62349375,17.596020346240998,42.74559375Q17.730810346240997,42.867793750000004,17.871440346241,42.98319375Q18.012060346240997,43.09859375,18.158180346240997,43.20699375Q18.304300346240996,43.31529375,18.455560346240997,43.41639375Q18.606820346240998,43.51749375,18.762850346240995,43.61099375Q18.918890346240996,43.70449375,19.079330346240997,43.790293750000004Q19.239760346241,43.87599375,19.404220346240997,43.95379375Q19.568670346241,44.03159375,19.736740346240996,44.10119375Q19.904810346240996,44.17079375,20.076090346240996,44.232093750000004Q20.247380346241,44.29339375,20.421460346241,44.34619375Q20.595550346240998,44.39899375,20.772010346240997,44.44319375Q20.948480346241,44.487393749999995,21.126900346240998,44.52289375Q21.305320346240997,44.55839375,21.485270346240995,44.58509375Q21.665220346240996,44.611793750000004,21.846270346241,44.62959375Q22.027310346240995,44.647493749999995,22.209010346240998,44.65639375Q22.390710346240997,44.665293750000004,22.572620346240996,44.665293750000004Q22.754540346240997,44.665293750000004,22.936240346240997,44.65639375Q23.117940346241,44.647493749999995,23.298940346240997,44.62959375Q23.480040346240997,44.611793750000004,23.659940346240997,44.58509375Q23.839940346240997,44.55839375,24.018340346240997,44.52289375Q24.196740346240997,44.487393749999995,24.373240346240998,44.44319375Q24.549740346240995,44.39899375,24.723740346240998,44.34619375Q24.897840346240997,44.29339375,25.069140346241,44.232093750000004Q25.240440346240998,44.17079375,25.408540346240997,44.10119375Q25.576540346240996,44.03159375,25.741040346240997,43.95379375Q25.905440346240997,43.87599375,26.065940346241,43.790293750000004Q26.226340346240995,43.70449375,26.382440346240998,43.61099375Q26.538440346240996,43.51749375,26.689740346240995,43.41639375Q26.840940346241,43.31529375,26.987040346240995,43.20699375Q27.133140346241,43.09859375,27.273840346240995,42.98319375Q27.414440346240998,42.867793750000004,27.549240346241,42.74559375Q27.684040346240998,42.62349375,27.812640346240997,42.49479375Q27.941340346241,42.36619375,28.063440346240995,42.23139375Q28.185640346240998,42.09659375,28.301040346240995,41.95599375Q28.416440346240996,41.81529375,28.524840346241,41.66919375Q28.633140346241,41.52309375,28.734240346240995,41.37179375Q28.835340346240997,41.22059375,28.928840346240996,41.06459375Q29.022340346241,40.90849375,29.108140346240997,40.74809375Q29.193840346240997,40.587593749999996,29.271640346240996,40.423193749999996Q29.349440346240996,40.25869375,29.419040346240998,40.09069375Q29.488640346241,39.922593750000004,29.549940346240998,39.75129375Q29.611240346240997,39.57999375,29.664040346241,39.405893750000004Q29.716840346240996,39.23189375,29.761040346240996,39.05539375Q29.805240346240996,38.87889375,29.840740346241,38.70049375Q29.876240346240998,38.522093749999996,29.902940346240996,38.342093750000004Q29.929640346240998,38.16219375,29.947440346241,37.98109375Q29.965340346240996,37.80009375,29.974240346240997,37.618393749999996Q29.983140346240997,37.43669375,29.983140346240997,37.25477375Z",
1189
919
  fill: "#041C55",
1190
920
  fillOpacity: "1"
1191
- }
1192
- )), /* @__PURE__ */ React.createElement(
1193
- "g",
1194
- {
921
+ })), /*#__PURE__*/ React.createElement("g", {
1195
922
  transform: "matrix(-0.4532756209373474,-0.8913703560829163,0.8913703560829163,-0.4532756209373474,-14.397616716861563,106.03441502850742)",
1196
923
  filter: "url(#master_svgo_4933_027032)"
1197
- },
1198
- /* @__PURE__ */ React.createElement(
1199
- "ellipse",
1200
- {
1201
- cx: "29.765748500823975",
1202
- cy: "61.13788056373596",
1203
- rx: "4.446314811706543",
1204
- ry: "3.705263376235962",
1205
- fill: "url(#master_svgp_4933_027034)",
1206
- fillOpacity: "0.6000000238418579"
1207
- }
1208
- )
1209
- )))
1210
- );
1211
- };
1212
- export {
1213
- HistoryEmptyIcon
924
+ }, /*#__PURE__*/ React.createElement("ellipse", {
925
+ cx: "29.765748500823975",
926
+ cy: "61.13788056373596",
927
+ rx: "4.446314811706543",
928
+ ry: "3.705263376235962",
929
+ fill: "url(#master_svgp_4933_027034)",
930
+ fillOpacity: "0.6000000238418579"
931
+ })))));
1214
932
  };