@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,401 +1,380 @@
1
- var __defProp = Object.defineProperty;
2
- var __defProps = Object.defineProperties;
3
- var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
4
- var __getOwnPropSymbols = Object.getOwnPropertySymbols;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __propIsEnum = Object.prototype.propertyIsEnumerable;
7
- var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
8
- var __spreadValues = (a, b) => {
9
- for (var prop in b || (b = {}))
10
- if (__hasOwnProp.call(b, prop))
11
- __defNormalProp(a, prop, b[prop]);
12
- if (__getOwnPropSymbols)
13
- for (var prop of __getOwnPropSymbols(b)) {
14
- if (__propIsEnum.call(b, prop))
15
- __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;
16
11
  }
17
- return a;
18
- };
19
- var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
20
- var __objRest = (source, exclude) => {
21
- var target = {};
22
- for (var prop in source)
23
- if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
24
- target[prop] = source[prop];
25
- if (source != null && __getOwnPropSymbols)
26
- for (var prop of __getOwnPropSymbols(source)) {
27
- if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
28
- target[prop] = source[prop];
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
+ });
29
26
  }
30
- return target;
31
- };
32
-
33
- // src/Plugins/code/langIcons/Perl6Icon.tsx
27
+ return target;
28
+ }
29
+ function ownKeys(object, enumerableOnly) {
30
+ var keys = Object.keys(object);
31
+ if (Object.getOwnPropertySymbols) {
32
+ var symbols = Object.getOwnPropertySymbols(object);
33
+ if (enumerableOnly) {
34
+ symbols = symbols.filter(function(sym) {
35
+ return Object.getOwnPropertyDescriptor(object, sym).enumerable;
36
+ });
37
+ }
38
+ keys.push.apply(keys, symbols);
39
+ }
40
+ return keys;
41
+ }
42
+ function _object_spread_props(target, source) {
43
+ source = source != null ? source : {};
44
+ if (Object.getOwnPropertyDescriptors) {
45
+ Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
46
+ } else {
47
+ ownKeys(Object(source)).forEach(function(key) {
48
+ Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
49
+ });
50
+ }
51
+ return target;
52
+ }
53
+ function _object_without_properties(source, excluded) {
54
+ if (source == null) return {};
55
+ var target = _object_without_properties_loose(source, excluded);
56
+ var key, i;
57
+ if (Object.getOwnPropertySymbols) {
58
+ var sourceSymbolKeys = Object.getOwnPropertySymbols(source);
59
+ for(i = 0; i < sourceSymbolKeys.length; i++){
60
+ key = sourceSymbolKeys[i];
61
+ if (excluded.indexOf(key) >= 0) continue;
62
+ if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue;
63
+ target[key] = source[key];
64
+ }
65
+ }
66
+ return target;
67
+ }
68
+ function _object_without_properties_loose(source, excluded) {
69
+ if (source == null) return {};
70
+ var target = {};
71
+ var sourceKeys = Object.keys(source);
72
+ var key, i;
73
+ for(i = 0; i < sourceKeys.length; i++){
74
+ key = sourceKeys[i];
75
+ if (excluded.indexOf(key) >= 0) continue;
76
+ target[key] = source[key];
77
+ }
78
+ return target;
79
+ }
34
80
  import React from "react";
35
- var Perl6Icon = (_a) => {
36
- var _b = _a, {
37
- size = 24
38
- } = _b, props = __objRest(_b, [
39
- "size"
40
- ]);
41
- return /* @__PURE__ */ React.createElement(
42
- "svg",
43
- __spreadProps(__spreadValues({
44
- width: size,
45
- height: size
81
+ export var Perl6Icon = function(_param) {
82
+ var _param_size = _param.size, size = _param_size === void 0 ? 24 : _param_size, props = _object_without_properties(_param, [
83
+ "size"
84
+ ]);
85
+ return /*#__PURE__*/ React.createElement("svg", _object_spread_props(_object_spread({
86
+ width: size,
87
+ height: size
46
88
  }, props), {
47
- xmlns: "http://www.w3.org/2000/svg",
48
- xmlnsXlink: "http://www.w3.org/1999/xlink",
49
- viewBox: "0 0 32 32"
50
- }),
51
- /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("filter", { id: "a", name: "softGlow" }, /* @__PURE__ */ React.createElement("feGaussianBlur", { result: "blur", stdDeviation: "4", in: "SourceAlpha" }), /* @__PURE__ */ React.createElement("feOffset", { result: "offsetBlur", dx: "0.1", dy: "0.1", in: "blur" }), /* @__PURE__ */ React.createElement("feFlood", { result: "offsetColor", floodColor: "#C4C7CE" }), /* @__PURE__ */ React.createElement(
52
- "feComposite",
53
- {
89
+ xmlns: "http://www.w3.org/2000/svg",
90
+ xmlnsXlink: "http://www.w3.org/1999/xlink",
91
+ viewBox: "0 0 32 32"
92
+ }), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("filter", {
93
+ id: "a",
94
+ name: "softGlow"
95
+ }, /*#__PURE__*/ React.createElement("feGaussianBlur", {
96
+ result: "blur",
97
+ stdDeviation: "4",
98
+ in: "SourceAlpha"
99
+ }), /*#__PURE__*/ React.createElement("feOffset", {
100
+ result: "offsetBlur",
101
+ dx: "0.1",
102
+ dy: "0.1",
103
+ in: "blur"
104
+ }), /*#__PURE__*/ React.createElement("feFlood", {
105
+ result: "offsetColor",
106
+ floodColor: "#C4C7CE"
107
+ }), /*#__PURE__*/ React.createElement("feComposite", {
54
108
  result: "offsetBlur",
55
109
  operator: "in",
56
110
  in: "offsetColor",
57
111
  in2: "offsetBlur"
58
- }
59
- ))),
60
- /* @__PURE__ */ React.createElement("title", null, "file_type_perl6"),
61
- /* @__PURE__ */ React.createElement(
62
- "g",
63
- {
64
- style: {
65
- filter: "url(#a)"
66
- }
67
- },
68
- /* @__PURE__ */ React.createElement("path", { d: "M12.481,24.606a4.468,4.468,0,0,1-6.273-.595,4.469,4.469,0,0,1,1.33-6.155,4.467,4.467,0,0,1,6.269.591A4.468,4.468,0,0,1,12.481,24.606Z" }),
69
- /* @__PURE__ */ React.createElement("path", { d: "M9.508,25.671q-.222,0-.444-.021A3.928,3.928,0,0,1,5.511,20.8a5.194,5.194,0,0,1,5.706-3.953,3.92,3.92,0,0,1,3.29,4.821,5.048,5.048,0,0,1-1.988,2.994h0A5.109,5.109,0,0,1,9.508,25.671Zm1.012-8.75a5.013,5.013,0,0,0-2.943.987,4.921,4.921,0,0,0-1.938,2.915,3.8,3.8,0,0,0,3.438,4.7c.143.014.288.02.431.02a4.978,4.978,0,0,0,2.934-.988h0a4.918,4.918,0,0,0,1.937-2.916A3.79,3.79,0,0,0,11.2,16.973,4.453,4.453,0,0,0,10.52,16.921Z" }),
70
- /* @__PURE__ */ React.createElement("path", { d: "M11.322,7.644c2.61,1.909,3.349,5.337,1.648,7.655s-5.189,2.648-7.8.739S1.825,10.7,3.522,8.378,8.712,5.731,11.322,7.644Z" }),
71
- /* @__PURE__ */ React.createElement("path", { d: "M8.868,17.388A6.376,6.376,0,0,1,5.11,16.126a6.312,6.312,0,0,1-2.483-3.741A4.911,4.911,0,0,1,7.071,6.316a6.315,6.315,0,0,1,4.315,1.24,6.31,6.31,0,0,1,2.543,4.067,4.9,4.9,0,0,1-4.506,5.739C9.238,17.379,9.053,17.388,8.868,17.388ZM7.619,6.512A4.889,4.889,0,0,0,3.61,8.443a4.791,4.791,0,0,0-.771,3.9,6.094,6.094,0,0,0,2.4,3.611,6.16,6.16,0,0,0,3.63,1.221q.268,0,.534-.025a4.686,4.686,0,0,0,4.312-5.489,6.09,6.09,0,0,0-2.456-3.924h0A6.18,6.18,0,0,0,7.619,6.512Z" }),
72
- /* @__PURE__ */ React.createElement("path", { d: "M24.788,17.89a4.471,4.471,0,0,1,1.322,6.159,4.472,4.472,0,0,1-6.273.6,4.471,4.471,0,0,1-1.322-6.159A4.468,4.468,0,0,1,24.788,17.89Z" }),
73
- /* @__PURE__ */ React.createElement("path", { d: "M22.808,25.71A5.113,5.113,0,0,1,19.8,24.7a4.541,4.541,0,0,1-1.336-6.25,4.009,4.009,0,0,1,2.909-1.6,5.194,5.194,0,0,1,5.44,3.985,3.935,3.935,0,0,1-3.557,4.857Q23.031,25.71,22.808,25.71Zm-.989-8.754q-.218,0-.435.021a3.88,3.88,0,0,0-2.816,1.55A4.411,4.411,0,0,0,19.876,24.6a4.994,4.994,0,0,0,2.935.982,3.957,3.957,0,0,0,3.247-1.566,3.873,3.873,0,0,0,.626-3.151,4.92,4.92,0,0,0-1.934-2.917h0A4.972,4.972,0,0,0,21.819,16.956Z" }),
74
- /* @__PURE__ */ React.createElement("path", { d: "M16.091,21.468a5.1,5.1,0,0,1-3.184-1.055,3.3,3.3,0,0,1-1.333-2.583c0-2.006,2.026-3.638,4.517-3.638s4.517,1.632,4.517,3.638a3.3,3.3,0,0,1-1.333,2.583A5.1,5.1,0,0,1,16.091,21.468Zm0-7.015c-2.347,0-4.256,1.515-4.256,3.377s1.909,3.377,4.256,3.377,4.256-1.515,4.256-3.377S18.437,14.452,16.091,14.452Z" }),
75
- /* @__PURE__ */ React.createElement("path", { d: "M13.083,17.94a1.906,1.906,0,1,1,1.91-1.906A1.909,1.909,0,0,1,13.083,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,13.083,14.433Z" }),
76
- /* @__PURE__ */ React.createElement("path", { d: "M26.845,16.25c-2.591,1.9-6.061,1.568-7.746-.735s-.955-5.708,1.636-7.61,6.061-1.568,7.746.735S29.436,14.352,26.845,16.25Z" }),
77
- /* @__PURE__ */ React.createElement("path", { d: "M23.175,17.592q-.277,0-.553-.026a4.885,4.885,0,0,1-4.417-6.03,6.449,6.449,0,0,1,6.753-4.948,4.886,4.886,0,0,1,4.417,6.032,6.273,6.273,0,0,1-2.465,3.716h0A6.337,6.337,0,0,1,23.175,17.592ZM24.4,6.78A6.119,6.119,0,0,0,20.8,7.993c-2.539,1.863-3.263,5.209-1.613,7.458a4.756,4.756,0,0,0,3.456,1.9,6.053,6.053,0,0,0,4.138-1.187h0c2.539-1.86,3.263-5.205,1.613-7.458a4.756,4.756,0,0,0-3.456-1.9Q24.672,6.78,24.4,6.78Z" }),
78
- /* @__PURE__ */ React.createElement("path", { d: "M18.89,17.94A1.906,1.906,0,1,1,20.8,16.034,1.91,1.91,0,0,1,18.89,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,18.89,14.433Z" }),
79
- /* @__PURE__ */ React.createElement("path", { d: "M15.393,14.3a7.155,7.155,0,0,1,.027-1.053,3.464,3.464,0,0,0-.171-1.812l0-.008-.25-.6-.212.357.155.03-.059.3-.367-.072a.153.153,0,0,1-.1-.228l.477-.8a.153.153,0,0,1,.272.019l.366.871a3.747,3.747,0,0,1,.2,1.965A6.826,6.826,0,0,0,15.7,14.28Z" }),
80
- /* @__PURE__ */ React.createElement("path", { d: "M16.766,14.3l-.3-.023a6.77,6.77,0,0,0-.028-1.01,3.73,3.73,0,0,1,.2-1.963L17,10.437a.153.153,0,0,1,.272-.019l.477.8a.153.153,0,0,1-.1.228l-.367.072-.059-.3.155-.03-.212-.357-.25.6,0,.008a3.446,3.446,0,0,0-.168,1.808A7.1,7.1,0,0,1,16.766,14.3Z" }),
81
- /* @__PURE__ */ React.createElement("path", { d: "M15.691,23.605l-.621-1.03a.131.131,0,0,1-.019-.068V21.375h.262v1.1l.6,1Z" }),
82
- /* @__PURE__ */ React.createElement("path", { d: "M17.074,23.609l-.621-1.03a.131.131,0,0,1-.019-.068V21.375H16.7v1.1l.6,1Z" })
83
- ),
84
- /* @__PURE__ */ React.createElement("rect", { x: "11.248", y: "16.782", width: "0.174", height: "0.14" }),
85
- /* @__PURE__ */ React.createElement("path", { d: "M11.437,16.937h-.2v-.17h.2Zm-.174-.03h.144V16.8h-.144Z" }),
86
- /* @__PURE__ */ React.createElement("path", { d: "M12.481,24.606a4.468,4.468,0,0,1-6.273-.595,4.469,4.469,0,0,1,1.33-6.155,4.467,4.467,0,0,1,6.269.591A4.468,4.468,0,0,1,12.481,24.606Z" }),
87
- /* @__PURE__ */ React.createElement("path", { d: "M9.508,25.671q-.222,0-.444-.021A3.928,3.928,0,0,1,5.511,20.8a5.194,5.194,0,0,1,5.706-3.953,3.92,3.92,0,0,1,3.29,4.821,5.048,5.048,0,0,1-1.988,2.994h0A5.109,5.109,0,0,1,9.508,25.671Zm1.012-8.75a5.013,5.013,0,0,0-2.943.987,4.921,4.921,0,0,0-1.938,2.915,3.8,3.8,0,0,0,3.438,4.7c.143.014.288.02.431.02a4.978,4.978,0,0,0,2.934-.988h0a4.918,4.918,0,0,0,1.937-2.916A3.79,3.79,0,0,0,11.2,16.973,4.453,4.453,0,0,0,10.52,16.921Z" }),
88
- /* @__PURE__ */ React.createElement("path", { d: "M11.322,7.644c2.61,1.909,3.349,5.337,1.648,7.655s-5.189,2.648-7.8.739S1.825,10.7,3.522,8.378,8.712,5.731,11.322,7.644Z" }),
89
- /* @__PURE__ */ React.createElement("path", { d: "M8.868,17.388A6.376,6.376,0,0,1,5.11,16.126a6.312,6.312,0,0,1-2.483-3.741A4.911,4.911,0,0,1,7.071,6.316a6.315,6.315,0,0,1,4.315,1.24,6.31,6.31,0,0,1,2.543,4.067,4.9,4.9,0,0,1-4.506,5.739C9.238,17.379,9.053,17.388,8.868,17.388ZM7.619,6.512A4.889,4.889,0,0,0,3.61,8.443a4.791,4.791,0,0,0-.771,3.9,6.094,6.094,0,0,0,2.4,3.611,6.16,6.16,0,0,0,3.63,1.221q.268,0,.534-.025a4.686,4.686,0,0,0,4.312-5.489,6.09,6.09,0,0,0-2.456-3.924h0A6.18,6.18,0,0,0,7.619,6.512Z" }),
90
- /* @__PURE__ */ React.createElement(
91
- "path",
92
- {
112
+ }))), /*#__PURE__*/ React.createElement("title", null, "file_type_perl6"), /*#__PURE__*/ React.createElement("g", {
113
+ style: {
114
+ filter: 'url(#a)'
115
+ }
116
+ }, /*#__PURE__*/ React.createElement("path", {
117
+ d: "M12.481,24.606a4.468,4.468,0,0,1-6.273-.595,4.469,4.469,0,0,1,1.33-6.155,4.467,4.467,0,0,1,6.269.591A4.468,4.468,0,0,1,12.481,24.606Z"
118
+ }), /*#__PURE__*/ React.createElement("path", {
119
+ d: "M9.508,25.671q-.222,0-.444-.021A3.928,3.928,0,0,1,5.511,20.8a5.194,5.194,0,0,1,5.706-3.953,3.92,3.92,0,0,1,3.29,4.821,5.048,5.048,0,0,1-1.988,2.994h0A5.109,5.109,0,0,1,9.508,25.671Zm1.012-8.75a5.013,5.013,0,0,0-2.943.987,4.921,4.921,0,0,0-1.938,2.915,3.8,3.8,0,0,0,3.438,4.7c.143.014.288.02.431.02a4.978,4.978,0,0,0,2.934-.988h0a4.918,4.918,0,0,0,1.937-2.916A3.79,3.79,0,0,0,11.2,16.973,4.453,4.453,0,0,0,10.52,16.921Z"
120
+ }), /*#__PURE__*/ React.createElement("path", {
121
+ d: "M11.322,7.644c2.61,1.909,3.349,5.337,1.648,7.655s-5.189,2.648-7.8.739S1.825,10.7,3.522,8.378,8.712,5.731,11.322,7.644Z"
122
+ }), /*#__PURE__*/ React.createElement("path", {
123
+ d: "M8.868,17.388A6.376,6.376,0,0,1,5.11,16.126a6.312,6.312,0,0,1-2.483-3.741A4.911,4.911,0,0,1,7.071,6.316a6.315,6.315,0,0,1,4.315,1.24,6.31,6.31,0,0,1,2.543,4.067,4.9,4.9,0,0,1-4.506,5.739C9.238,17.379,9.053,17.388,8.868,17.388ZM7.619,6.512A4.889,4.889,0,0,0,3.61,8.443a4.791,4.791,0,0,0-.771,3.9,6.094,6.094,0,0,0,2.4,3.611,6.16,6.16,0,0,0,3.63,1.221q.268,0,.534-.025a4.686,4.686,0,0,0,4.312-5.489,6.09,6.09,0,0,0-2.456-3.924h0A6.18,6.18,0,0,0,7.619,6.512Z"
124
+ }), /*#__PURE__*/ React.createElement("path", {
125
+ d: "M24.788,17.89a4.471,4.471,0,0,1,1.322,6.159,4.472,4.472,0,0,1-6.273.6,4.471,4.471,0,0,1-1.322-6.159A4.468,4.468,0,0,1,24.788,17.89Z"
126
+ }), /*#__PURE__*/ React.createElement("path", {
127
+ d: "M22.808,25.71A5.113,5.113,0,0,1,19.8,24.7a4.541,4.541,0,0,1-1.336-6.25,4.009,4.009,0,0,1,2.909-1.6,5.194,5.194,0,0,1,5.44,3.985,3.935,3.935,0,0,1-3.557,4.857Q23.031,25.71,22.808,25.71Zm-.989-8.754q-.218,0-.435.021a3.88,3.88,0,0,0-2.816,1.55A4.411,4.411,0,0,0,19.876,24.6a4.994,4.994,0,0,0,2.935.982,3.957,3.957,0,0,0,3.247-1.566,3.873,3.873,0,0,0,.626-3.151,4.92,4.92,0,0,0-1.934-2.917h0A4.972,4.972,0,0,0,21.819,16.956Z"
128
+ }), /*#__PURE__*/ React.createElement("path", {
129
+ d: "M16.091,21.468a5.1,5.1,0,0,1-3.184-1.055,3.3,3.3,0,0,1-1.333-2.583c0-2.006,2.026-3.638,4.517-3.638s4.517,1.632,4.517,3.638a3.3,3.3,0,0,1-1.333,2.583A5.1,5.1,0,0,1,16.091,21.468Zm0-7.015c-2.347,0-4.256,1.515-4.256,3.377s1.909,3.377,4.256,3.377,4.256-1.515,4.256-3.377S18.437,14.452,16.091,14.452Z"
130
+ }), /*#__PURE__*/ React.createElement("path", {
131
+ d: "M13.083,17.94a1.906,1.906,0,1,1,1.91-1.906A1.909,1.909,0,0,1,13.083,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,13.083,14.433Z"
132
+ }), /*#__PURE__*/ React.createElement("path", {
133
+ d: "M26.845,16.25c-2.591,1.9-6.061,1.568-7.746-.735s-.955-5.708,1.636-7.61,6.061-1.568,7.746.735S29.436,14.352,26.845,16.25Z"
134
+ }), /*#__PURE__*/ React.createElement("path", {
135
+ d: "M23.175,17.592q-.277,0-.553-.026a4.885,4.885,0,0,1-4.417-6.03,6.449,6.449,0,0,1,6.753-4.948,4.886,4.886,0,0,1,4.417,6.032,6.273,6.273,0,0,1-2.465,3.716h0A6.337,6.337,0,0,1,23.175,17.592ZM24.4,6.78A6.119,6.119,0,0,0,20.8,7.993c-2.539,1.863-3.263,5.209-1.613,7.458a4.756,4.756,0,0,0,3.456,1.9,6.053,6.053,0,0,0,4.138-1.187h0c2.539-1.86,3.263-5.205,1.613-7.458a4.756,4.756,0,0,0-3.456-1.9Q24.672,6.78,24.4,6.78Z"
136
+ }), /*#__PURE__*/ React.createElement("path", {
137
+ d: "M18.89,17.94A1.906,1.906,0,1,1,20.8,16.034,1.91,1.91,0,0,1,18.89,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,18.89,14.433Z"
138
+ }), /*#__PURE__*/ React.createElement("path", {
139
+ d: "M15.393,14.3a7.155,7.155,0,0,1,.027-1.053,3.464,3.464,0,0,0-.171-1.812l0-.008-.25-.6-.212.357.155.03-.059.3-.367-.072a.153.153,0,0,1-.1-.228l.477-.8a.153.153,0,0,1,.272.019l.366.871a3.747,3.747,0,0,1,.2,1.965A6.826,6.826,0,0,0,15.7,14.28Z"
140
+ }), /*#__PURE__*/ React.createElement("path", {
141
+ d: "M16.766,14.3l-.3-.023a6.77,6.77,0,0,0-.028-1.01,3.73,3.73,0,0,1,.2-1.963L17,10.437a.153.153,0,0,1,.272-.019l.477.8a.153.153,0,0,1-.1.228l-.367.072-.059-.3.155-.03-.212-.357-.25.6,0,.008a3.446,3.446,0,0,0-.168,1.808A7.1,7.1,0,0,1,16.766,14.3Z"
142
+ }), /*#__PURE__*/ React.createElement("path", {
143
+ d: "M15.691,23.605l-.621-1.03a.131.131,0,0,1-.019-.068V21.375h.262v1.1l.6,1Z"
144
+ }), /*#__PURE__*/ React.createElement("path", {
145
+ d: "M17.074,23.609l-.621-1.03a.131.131,0,0,1-.019-.068V21.375H16.7v1.1l.6,1Z"
146
+ })), /*#__PURE__*/ React.createElement("rect", {
147
+ x: "11.248",
148
+ y: "16.782",
149
+ width: "0.174",
150
+ height: "0.14"
151
+ }), /*#__PURE__*/ React.createElement("path", {
152
+ d: "M11.437,16.937h-.2v-.17h.2Zm-.174-.03h.144V16.8h-.144Z"
153
+ }), /*#__PURE__*/ React.createElement("path", {
154
+ d: "M12.481,24.606a4.468,4.468,0,0,1-6.273-.595,4.469,4.469,0,0,1,1.33-6.155,4.467,4.467,0,0,1,6.269.591A4.468,4.468,0,0,1,12.481,24.606Z"
155
+ }), /*#__PURE__*/ React.createElement("path", {
156
+ d: "M9.508,25.671q-.222,0-.444-.021A3.928,3.928,0,0,1,5.511,20.8a5.194,5.194,0,0,1,5.706-3.953,3.92,3.92,0,0,1,3.29,4.821,5.048,5.048,0,0,1-1.988,2.994h0A5.109,5.109,0,0,1,9.508,25.671Zm1.012-8.75a5.013,5.013,0,0,0-2.943.987,4.921,4.921,0,0,0-1.938,2.915,3.8,3.8,0,0,0,3.438,4.7c.143.014.288.02.431.02a4.978,4.978,0,0,0,2.934-.988h0a4.918,4.918,0,0,0,1.937-2.916A3.79,3.79,0,0,0,11.2,16.973,4.453,4.453,0,0,0,10.52,16.921Z"
157
+ }), /*#__PURE__*/ React.createElement("path", {
158
+ d: "M11.322,7.644c2.61,1.909,3.349,5.337,1.648,7.655s-5.189,2.648-7.8.739S1.825,10.7,3.522,8.378,8.712,5.731,11.322,7.644Z"
159
+ }), /*#__PURE__*/ React.createElement("path", {
160
+ d: "M8.868,17.388A6.376,6.376,0,0,1,5.11,16.126a6.312,6.312,0,0,1-2.483-3.741A4.911,4.911,0,0,1,7.071,6.316a6.315,6.315,0,0,1,4.315,1.24,6.31,6.31,0,0,1,2.543,4.067,4.9,4.9,0,0,1-4.506,5.739C9.238,17.379,9.053,17.388,8.868,17.388ZM7.619,6.512A4.889,4.889,0,0,0,3.61,8.443a4.791,4.791,0,0,0-.771,3.9,6.094,6.094,0,0,0,2.4,3.611,6.16,6.16,0,0,0,3.63,1.221q.268,0,.534-.025a4.686,4.686,0,0,0,4.312-5.489,6.09,6.09,0,0,0-2.456-3.924h0A6.18,6.18,0,0,0,7.619,6.512Z"
161
+ }), /*#__PURE__*/ React.createElement("path", {
93
162
  d: "M9.038,13.439a2.462,2.462,0,0,1-.125-3.462,2.456,2.456,0,0,1,3.42-.553,2.454,2.454,0,0,1,.125,3.462A2.459,2.459,0,0,1,9.038,13.439Z",
94
163
  style: {
95
- fill: "lime"
164
+ fill: 'lime'
96
165
  }
97
- }
98
- ),
99
- /* @__PURE__ */ React.createElement(
100
- "path",
101
- {
166
+ }), /*#__PURE__*/ React.createElement("path", {
102
167
  d: "M9.038,13.439a2.462,2.462,0,0,1-.125-3.462,2.456,2.456,0,0,1,3.42-.553,2.454,2.454,0,0,1,.125,3.462A2.459,2.459,0,0,1,9.038,13.439Z",
103
- style: { fill: "none" }
104
- }
105
- ),
106
- /* @__PURE__ */ React.createElement("path", { d: "M8.219,13.238a2.463,2.463,0,0,1-.129-3.466,2.464,2.464,0,0,1,3.424-.553,2.459,2.459,0,0,1,.125,3.466A2.459,2.459,0,0,1,8.219,13.238Z" }),
107
- /* @__PURE__ */ React.createElement(
108
- "path",
109
- {
168
+ style: {
169
+ fill: 'none'
170
+ }
171
+ }), /*#__PURE__*/ React.createElement("path", {
172
+ d: "M8.219,13.238a2.463,2.463,0,0,1-.129-3.466,2.464,2.464,0,0,1,3.424-.553,2.459,2.459,0,0,1,.125,3.466A2.459,2.459,0,0,1,8.219,13.238Z"
173
+ }), /*#__PURE__*/ React.createElement("path", {
110
174
  d: "M8.219,13.238a2.463,2.463,0,0,1-.129-3.466,2.464,2.464,0,0,1,3.424-.553,2.459,2.459,0,0,1,.125,3.466A2.459,2.459,0,0,1,8.219,13.238Z",
111
- style: { fill: "none" }
112
- }
113
- ),
114
- /* @__PURE__ */ React.createElement(
115
- "path",
116
- {
175
+ style: {
176
+ fill: 'none'
177
+ }
178
+ }), /*#__PURE__*/ React.createElement("path", {
117
179
  d: "M10.08,15.942c-.475-.316-1.023-.62-1.553-.914A9.055,9.055,0,0,1,5.3,12.586c-.146-.218-.3-.406-.44-.587-.521-.655-1.013-1.273-.2-2.281.184-.226.351-.458.512-.682A3.192,3.192,0,0,1,7.21,7.408a.327.327,0,0,1,.094,0l.056.007c1.247.167,2.324.311,3.188,1.813a.327.327,0,0,1,.041.2c-.018.161-.02.369-.023.609-.011.935-.025,2.217-.973,2.95a.328.328,0,0,1-.041.027l-1.646.913c.307.181.624.357.938.531.541.3,1.1.611,1.6.941ZM7.267,8.061c-.679.127-1.07.672-1.562,1.357-.167.232-.339.472-.536.713-.484.6-.311.816.2,1.462.146.183.311.39.471.631a5.564,5.564,0,0,0,1.716,1.492l-.146-.263,1.8-1a3.062,3.062,0,0,0,.7-2.426c0-.2,0-.394.017-.563-.691-1.14-1.479-1.245-2.656-1.4Z",
118
180
  style: {
119
- fill: "blue"
181
+ fill: 'blue'
120
182
  }
121
- }
122
- ),
123
- /* @__PURE__ */ React.createElement(
124
- "path",
125
- {
183
+ }), /*#__PURE__*/ React.createElement("path", {
126
184
  d: "M7.587,12.3A1.6,1.6,0,1,1,9.22,10.7,1.617,1.617,0,0,1,7.587,12.3Z",
127
185
  style: {
128
- fill: "#f36"
186
+ fill: '#f36'
129
187
  }
130
- }
131
- ),
132
- /* @__PURE__ */ React.createElement(
133
- "path",
134
- {
188
+ }), /*#__PURE__*/ React.createElement("path", {
135
189
  d: "M7.587,12.3A1.6,1.6,0,1,1,9.22,10.7,1.617,1.617,0,0,1,7.587,12.3Z",
136
- style: { fill: "none" }
137
- }
138
- ),
139
- /* @__PURE__ */ React.createElement(
140
- "path",
141
- {
190
+ style: {
191
+ fill: 'none'
192
+ }
193
+ }), /*#__PURE__*/ React.createElement("path", {
142
194
  d: "M8.314,11.606a.806.806,0,1,1,.1-1.125A.8.8,0,0,1,8.314,11.606Z",
143
195
  style: {
144
- fill: "blue"
196
+ fill: 'blue'
145
197
  }
146
- }
147
- ),
148
- /* @__PURE__ */ React.createElement(
149
- "path",
150
- {
198
+ }), /*#__PURE__*/ React.createElement("path", {
151
199
  d: "M8.314,11.606a.806.806,0,1,1,.1-1.125A.8.8,0,0,1,8.314,11.606Z",
152
- style: { fill: "none" }
153
- }
154
- ),
155
- /* @__PURE__ */ React.createElement(
156
- "path",
157
- {
200
+ style: {
201
+ fill: 'none'
202
+ }
203
+ }), /*#__PURE__*/ React.createElement("path", {
158
204
  d: "M10.22,16.048a8.671,8.671,0,0,0-2.131-.9,5.106,5.106,0,0,1-2.861-1.641c-.1-.145-.2-.295-.315-.453a7.6,7.6,0,0,1-.938-1.581,1.7,1.7,0,0,1,.186-1.754,3.887,3.887,0,0,1,3.2-2.175l.042,0a5.854,5.854,0,0,1,1.875.538A2.26,2.26,0,0,1,10.505,9.4a.327.327,0,0,1,.013.132c-.015.138-.022.3-.03.464a3.236,3.236,0,0,1-1.067,2.671L7.707,14.028,7.3,13.517l1.716-1.367,0,0a2.631,2.631,0,0,0,.816-2.185c.007-.151.013-.295.026-.431C9.613,8.872,8.68,8.376,7.343,8.2A3.315,3.315,0,0,0,4.7,10.083a.328.328,0,0,1-.023.032c-.519.639-.01,1.465.765,2.562.115.163.224.316.325.468A4.6,4.6,0,0,0,8.29,14.527a9.147,9.147,0,0,1,2.292.978Z",
159
205
  style: {
160
- fill: "blue"
206
+ fill: 'blue'
161
207
  }
162
- }
163
- ),
164
- /* @__PURE__ */ React.createElement(
165
- "path",
166
- {
208
+ }), /*#__PURE__*/ React.createElement("path", {
167
209
  d: "M11.11,16.185c-.11.193-.58.129-1.045-.14s-.758-.644-.648-.837.58-.129,1.049.14S11.223,15.992,11.11,16.185Z",
168
210
  style: {
169
- fill: "blue"
211
+ fill: 'blue'
170
212
  }
171
- }
172
- ),
173
- /* @__PURE__ */ React.createElement(
174
- "path",
175
- {
213
+ }), /*#__PURE__*/ React.createElement("path", {
176
214
  d: "M11.11,16.185c-.11.193-.58.129-1.045-.14s-.758-.644-.648-.837.58-.129,1.049.14S11.223,15.992,11.11,16.185Z",
177
- style: { fill: "none" }
178
- }
179
- ),
180
- /* @__PURE__ */ React.createElement("path", { d: "M24.788,17.89a4.471,4.471,0,0,1,1.322,6.159,4.472,4.472,0,0,1-6.273.6,4.471,4.471,0,0,1-1.322-6.159A4.468,4.468,0,0,1,24.788,17.89Z" }),
181
- /* @__PURE__ */ React.createElement("path", { d: "M22.808,25.71A5.113,5.113,0,0,1,19.8,24.7a4.541,4.541,0,0,1-1.336-6.25,4.009,4.009,0,0,1,2.909-1.6,5.194,5.194,0,0,1,5.44,3.985,3.935,3.935,0,0,1-3.557,4.857Q23.031,25.71,22.808,25.71Zm-.989-8.754q-.218,0-.435.021a3.88,3.88,0,0,0-2.816,1.55A4.411,4.411,0,0,0,19.876,24.6a4.994,4.994,0,0,0,2.935.982,3.957,3.957,0,0,0,3.247-1.566,3.873,3.873,0,0,0,.626-3.151,4.92,4.92,0,0,0-1.934-2.917h0A4.972,4.972,0,0,0,21.819,16.956Z" }),
182
- /* @__PURE__ */ React.createElement(
183
- "path",
184
- {
215
+ style: {
216
+ fill: 'none'
217
+ }
218
+ }), /*#__PURE__*/ React.createElement("path", {
219
+ d: "M24.788,17.89a4.471,4.471,0,0,1,1.322,6.159,4.472,4.472,0,0,1-6.273.6,4.471,4.471,0,0,1-1.322-6.159A4.468,4.468,0,0,1,24.788,17.89Z"
220
+ }), /*#__PURE__*/ React.createElement("path", {
221
+ d: "M22.808,25.71A5.113,5.113,0,0,1,19.8,24.7a4.541,4.541,0,0,1-1.336-6.25,4.009,4.009,0,0,1,2.909-1.6,5.194,5.194,0,0,1,5.44,3.985,3.935,3.935,0,0,1-3.557,4.857Q23.031,25.71,22.808,25.71Zm-.989-8.754q-.218,0-.435.021a3.88,3.88,0,0,0-2.816,1.55A4.411,4.411,0,0,0,19.876,24.6a4.994,4.994,0,0,0,2.935.982,3.957,3.957,0,0,0,3.247-1.566,3.873,3.873,0,0,0,.626-3.151,4.92,4.92,0,0,0-1.934-2.917h0A4.972,4.972,0,0,0,21.819,16.956Z"
222
+ }), /*#__PURE__*/ React.createElement("path", {
185
223
  d: "M16.091,21.337c-2.424,0-4.386-1.568-4.386-3.508s1.962-3.508,4.386-3.508,4.386,1.572,4.386,3.508S18.515,21.337,16.091,21.337Z",
186
224
  style: {
187
- fill: "#ff0"
225
+ fill: '#ff0'
188
226
  }
189
- }
190
- ),
191
- /* @__PURE__ */ React.createElement("path", { d: "M16.091,21.468a5.1,5.1,0,0,1-3.184-1.055,3.3,3.3,0,0,1-1.333-2.583c0-2.006,2.026-3.638,4.517-3.638s4.517,1.632,4.517,3.638a3.3,3.3,0,0,1-1.333,2.583A5.1,5.1,0,0,1,16.091,21.468Zm0-7.015c-2.347,0-4.256,1.515-4.256,3.377s1.909,3.377,4.256,3.377,4.256-1.515,4.256-3.377S18.437,14.452,16.091,14.452Z" }),
192
- /* @__PURE__ */ React.createElement(
193
- "path",
194
- {
227
+ }), /*#__PURE__*/ React.createElement("path", {
228
+ d: "M16.091,21.468a5.1,5.1,0,0,1-3.184-1.055,3.3,3.3,0,0,1-1.333-2.583c0-2.006,2.026-3.638,4.517-3.638s4.517,1.632,4.517,3.638a3.3,3.3,0,0,1-1.333,2.583A5.1,5.1,0,0,1,16.091,21.468Zm0-7.015c-2.347,0-4.256,1.515-4.256,3.377s1.909,3.377,4.256,3.377,4.256-1.515,4.256-3.377S18.437,14.452,16.091,14.452Z"
229
+ }), /*#__PURE__*/ React.createElement("path", {
195
230
  d: "M13.083,17.788a1.754,1.754,0,1,1,1.758-1.754A1.755,1.755,0,0,1,13.083,17.788Z",
196
- style: { fill: "#fff" }
197
- }
198
- ),
199
- /* @__PURE__ */ React.createElement("path", { d: "M13.083,17.94a1.906,1.906,0,1,1,1.91-1.906A1.909,1.909,0,0,1,13.083,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,13.083,14.433Z" }),
200
- /* @__PURE__ */ React.createElement("path", { d: "M26.845,16.25c-2.591,1.9-6.061,1.568-7.746-.735s-.955-5.708,1.636-7.61,6.061-1.568,7.746.735S29.436,14.352,26.845,16.25Z" }),
201
- /* @__PURE__ */ React.createElement("path", { d: "M23.175,17.592q-.277,0-.553-.026a4.885,4.885,0,0,1-4.417-6.03,6.449,6.449,0,0,1,6.753-4.948,4.886,4.886,0,0,1,4.417,6.032,6.273,6.273,0,0,1-2.465,3.716h0A6.337,6.337,0,0,1,23.175,17.592ZM24.4,6.78A6.119,6.119,0,0,0,20.8,7.993c-2.539,1.863-3.263,5.209-1.613,7.458a4.756,4.756,0,0,0,3.456,1.9,6.053,6.053,0,0,0,4.138-1.187h0c2.539-1.86,3.263-5.205,1.613-7.458a4.756,4.756,0,0,0-3.456-1.9Q24.672,6.78,24.4,6.78Z" }),
202
- /* @__PURE__ */ React.createElement(
203
- "path",
204
- {
231
+ style: {
232
+ fill: '#fff'
233
+ }
234
+ }), /*#__PURE__*/ React.createElement("path", {
235
+ d: "M13.083,17.94a1.906,1.906,0,1,1,1.91-1.906A1.909,1.909,0,0,1,13.083,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,13.083,14.433Z"
236
+ }), /*#__PURE__*/ React.createElement("path", {
237
+ d: "M26.845,16.25c-2.591,1.9-6.061,1.568-7.746-.735s-.955-5.708,1.636-7.61,6.061-1.568,7.746.735S29.436,14.352,26.845,16.25Z"
238
+ }), /*#__PURE__*/ React.createElement("path", {
239
+ d: "M23.175,17.592q-.277,0-.553-.026a4.885,4.885,0,0,1-4.417-6.03,6.449,6.449,0,0,1,6.753-4.948,4.886,4.886,0,0,1,4.417,6.032,6.273,6.273,0,0,1-2.465,3.716h0A6.337,6.337,0,0,1,23.175,17.592ZM24.4,6.78A6.119,6.119,0,0,0,20.8,7.993c-2.539,1.863-3.263,5.209-1.613,7.458a4.756,4.756,0,0,0,3.456,1.9,6.053,6.053,0,0,0,4.138-1.187h0c2.539-1.86,3.263-5.205,1.613-7.458a4.756,4.756,0,0,0-3.456-1.9Q24.672,6.78,24.4,6.78Z"
240
+ }), /*#__PURE__*/ React.createElement("path", {
205
241
  d: "M27.417,14.776a2.447,2.447,0,0,1-3.4-.553,2.446,2.446,0,0,1,.121-3.443,2.444,2.444,0,0,1,3.4.553A2.446,2.446,0,0,1,27.417,14.776Z",
206
242
  style: {
207
- fill: "lime"
243
+ fill: 'lime'
208
244
  }
209
- }
210
- ),
211
- /* @__PURE__ */ React.createElement(
212
- "path",
213
- {
245
+ }), /*#__PURE__*/ React.createElement("path", {
214
246
  d: "M27.417,14.776a2.447,2.447,0,0,1-3.4-.553,2.446,2.446,0,0,1,.121-3.443,2.444,2.444,0,0,1,3.4.553A2.446,2.446,0,0,1,27.417,14.776Z",
215
- style: { fill: "none" }
216
- }
217
- ),
218
- /* @__PURE__ */ React.createElement("path", { d: "M26.606,14.776a2.447,2.447,0,0,1-3.4-.553,2.441,2.441,0,0,1,.121-3.439,2.446,2.446,0,0,1,3.4.549A2.449,2.449,0,0,1,26.606,14.776Z" }),
219
- /* @__PURE__ */ React.createElement(
220
- "path",
221
- {
247
+ style: {
248
+ fill: 'none'
249
+ }
250
+ }), /*#__PURE__*/ React.createElement("path", {
251
+ d: "M26.606,14.776a2.447,2.447,0,0,1-3.4-.553,2.441,2.441,0,0,1,.121-3.439,2.446,2.446,0,0,1,3.4.549A2.449,2.449,0,0,1,26.606,14.776Z"
252
+ }), /*#__PURE__*/ React.createElement("path", {
222
253
  d: "M26.606,14.776a2.447,2.447,0,0,1-3.4-.553,2.441,2.441,0,0,1,.121-3.439,2.446,2.446,0,0,1,3.4.549A2.449,2.449,0,0,1,26.606,14.776Z",
223
- style: { fill: "none" }
224
- }
225
- ),
226
- /* @__PURE__ */ React.createElement(
227
- "path",
228
- {
254
+ style: {
255
+ fill: 'none'
256
+ }
257
+ }), /*#__PURE__*/ React.createElement("path", {
229
258
  d: "M21.985,15.774a1.5,1.5,0,0,1-1.2-.724,4.2,4.2,0,0,1-.894-1.855,2.615,2.615,0,0,1,.365-1.963l.162-.243A4.438,4.438,0,0,1,22.254,9.17l.387-.257a5.009,5.009,0,0,1,3.928-.648A2.241,2.241,0,0,1,28,9.774l-.624.193a1.57,1.57,0,0,0-1.027-1.086A4.414,4.414,0,0,0,23,9.457l-.389.258-.092.061,1.02.7.014.01A7.112,7.112,0,0,1,25.1,12.052a2.374,2.374,0,0,1,.451,2.074c-.36,1.167-.878,1.235-2.13,1.4H23.41a7.427,7.427,0,0,0-.733.141A3.163,3.163,0,0,1,21.985,15.774Zm.1-5.7a3.56,3.56,0,0,0-1.127,1.278l-.163.244a2.665,2.665,0,0,0,.493,3.045c.463.573.613.539,1.242.393a8.082,8.082,0,0,1,.794-.152h.011c1.2-.158,1.354-.179,1.591-.945.337-1.093-.957-2.3-1.763-2.92L21.992,10.2Z",
230
259
  style: {
231
- fill: "blue"
260
+ fill: 'blue'
232
261
  }
233
- }
234
- ),
235
- /* @__PURE__ */ React.createElement(
236
- "path",
237
- {
262
+ }), /*#__PURE__*/ React.createElement("path", {
238
263
  d: "M22.519,14.394a1.459,1.459,0,1,1,1.432-1.458A1.445,1.445,0,0,1,22.519,14.394Z",
239
264
  style: {
240
- fill: "#f36"
265
+ fill: '#f36'
241
266
  }
242
- }
243
- ),
244
- /* @__PURE__ */ React.createElement(
245
- "path",
246
- {
267
+ }), /*#__PURE__*/ React.createElement("path", {
247
268
  d: "M22.519,14.394a1.459,1.459,0,1,1,1.432-1.458A1.445,1.445,0,0,1,22.519,14.394Z",
248
- style: { fill: "none" }
249
- }
250
- ),
251
- /* @__PURE__ */ React.createElement(
252
- "path",
253
- {
269
+ style: {
270
+ fill: 'none'
271
+ }
272
+ }), /*#__PURE__*/ React.createElement("path", {
254
273
  d: "M23.023,13.772a.8.8,0,1,1,.095-1.121A.8.8,0,0,1,23.023,13.772Z",
255
274
  style: {
256
- fill: "blue"
275
+ fill: 'blue'
257
276
  }
258
- }
259
- ),
260
- /* @__PURE__ */ React.createElement(
261
- "path",
262
- {
277
+ }), /*#__PURE__*/ React.createElement("path", {
263
278
  d: "M23.023,13.772a.8.8,0,1,1,.095-1.121A.8.8,0,0,1,23.023,13.772Z",
264
- style: { fill: "none" }
265
- }
266
- ),
267
- /* @__PURE__ */ React.createElement(
268
- "path",
269
- {
279
+ style: {
280
+ fill: 'none'
281
+ }
282
+ }), /*#__PURE__*/ React.createElement("path", {
270
283
  d: "M22.18,15.995a1.909,1.909,0,0,1-1.6-.85,5.476,5.476,0,0,1-1.012-2.093,2.876,2.876,0,0,1,.24-2.23l.243-.366a4.393,4.393,0,0,1,1.842-1.775l.271-.18a4.776,4.776,0,0,1,1.957-.615,5.53,5.53,0,0,1,2.437.208A2.5,2.5,0,0,1,28.21,9.706l-.624.193a1.846,1.846,0,0,0-1.25-1.19,5.153,5.153,0,0,0-3.813.334l-.272.181a3.878,3.878,0,0,0-1.659,1.591l-.244.369c-.57.854-.07,2.555.736,3.548.58.717.939.665,1.9.525.125-.018.253-.037.393-.055l.293-.037c.987-.124,1.192-.15,1.408-.842a2.972,2.972,0,0,0-.753-3.138l-2.27-.949.252-.6,2.311.966a.326.326,0,0,1,.074.043,3.072,3.072,0,0,1,1.1,1.8,4.109,4.109,0,0,1-.092,2.078c-.341,1.094-.912,1.166-1.95,1.3l-.289.037c-.135.018-.261.036-.384.054A6.351,6.351,0,0,1,22.18,15.995Z",
271
284
  style: {
272
- fill: "blue"
285
+ fill: 'blue'
273
286
  }
274
- }
275
- ),
276
- /* @__PURE__ */ React.createElement(
277
- "path",
278
- {
287
+ }), /*#__PURE__*/ React.createElement("path", {
279
288
  d: "M18.89,17.788a1.754,1.754,0,1,1,1.754-1.754A1.758,1.758,0,0,1,18.89,17.788Z",
280
- style: { fill: "#fff" }
281
- }
282
- ),
283
- /* @__PURE__ */ React.createElement("path", { d: "M18.89,17.94A1.906,1.906,0,1,1,20.8,16.034,1.91,1.91,0,0,1,18.89,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,18.89,14.433Z" }),
284
- /* @__PURE__ */ React.createElement("path", { d: "M13.136,16.905a.879.879,0,1,1,.875-.879A.879.879,0,0,1,13.136,16.905Z" }),
285
- /* @__PURE__ */ React.createElement(
286
- "path",
287
- {
289
+ style: {
290
+ fill: '#fff'
291
+ }
292
+ }), /*#__PURE__*/ React.createElement("path", {
293
+ d: "M18.89,17.94A1.906,1.906,0,1,1,20.8,16.034,1.91,1.91,0,0,1,18.89,17.94Zm0-3.508a1.6,1.6,0,1,0,1.6,1.6A1.6,1.6,0,0,0,18.89,14.433Z"
294
+ }), /*#__PURE__*/ React.createElement("path", {
295
+ d: "M13.136,16.905a.879.879,0,1,1,.875-.879A.879.879,0,0,1,13.136,16.905Z"
296
+ }), /*#__PURE__*/ React.createElement("path", {
288
297
  d: "M13.136,16.905a.879.879,0,1,1,.875-.879A.879.879,0,0,1,13.136,16.905Z",
289
- style: { fill: "none" }
290
- }
291
- ),
292
- /* @__PURE__ */ React.createElement("path", { d: "M18.955,16.807a.875.875,0,1,1,.875-.875A.876.876,0,0,1,18.955,16.807Z" }),
293
- /* @__PURE__ */ React.createElement(
294
- "path",
295
- {
298
+ style: {
299
+ fill: 'none'
300
+ }
301
+ }), /*#__PURE__*/ React.createElement("path", {
302
+ d: "M18.955,16.807a.875.875,0,1,1,.875-.875A.876.876,0,0,1,18.955,16.807Z"
303
+ }), /*#__PURE__*/ React.createElement("path", {
296
304
  d: "M18.955,16.807a.875.875,0,1,1,.875-.875A.876.876,0,0,1,18.955,16.807Z",
297
- style: { fill: "none" }
298
- }
299
- ),
300
- /* @__PURE__ */ React.createElement(
301
- "path",
302
- {
305
+ style: {
306
+ fill: 'none'
307
+ }
308
+ }), /*#__PURE__*/ React.createElement("path", {
303
309
  d: "M16.518,20.245a2.893,2.893,0,0,1-1.429-.409,1.164,1.164,0,0,1-.689-1.1l.388.056c-.049.336.336.61.5.712a1.958,1.958,0,0,0,1.831.2.605.605,0,0,0,.174-.689.2.2,0,0,1,0-.043v-.1h.392v.081a.96.96,0,0,1-.332,1.071A1.423,1.423,0,0,1,16.518,20.245Z",
304
310
  style: {
305
- fill: "#f36"
311
+ fill: '#f36'
306
312
  }
307
- }
308
- ),
309
- /* @__PURE__ */ React.createElement("path", { d: "M15.393,14.3a7.155,7.155,0,0,1,.027-1.053,3.464,3.464,0,0,0-.171-1.812l0-.008-.25-.6-.212.357.155.03-.059.3-.367-.072a.153.153,0,0,1-.1-.228l.477-.8a.153.153,0,0,1,.272.019l.366.871a3.747,3.747,0,0,1,.2,1.965A6.826,6.826,0,0,0,15.7,14.28Z" }),
310
- /* @__PURE__ */ React.createElement("path", { d: "M16.766,14.3l-.3-.023a6.77,6.77,0,0,0-.028-1.01,3.73,3.73,0,0,1,.2-1.963L17,10.437a.153.153,0,0,1,.272-.019l.477.8a.153.153,0,0,1-.1.228l-.367.072-.059-.3.155-.03-.212-.357-.25.6,0,.008a3.446,3.446,0,0,0-.168,1.808A7.1,7.1,0,0,1,16.766,14.3Z" }),
311
- /* @__PURE__ */ React.createElement(
312
- "path",
313
- {
313
+ }), /*#__PURE__*/ React.createElement("path", {
314
+ d: "M15.393,14.3a7.155,7.155,0,0,1,.027-1.053,3.464,3.464,0,0,0-.171-1.812l0-.008-.25-.6-.212.357.155.03-.059.3-.367-.072a.153.153,0,0,1-.1-.228l.477-.8a.153.153,0,0,1,.272.019l.366.871a3.747,3.747,0,0,1,.2,1.965A6.826,6.826,0,0,0,15.7,14.28Z"
315
+ }), /*#__PURE__*/ React.createElement("path", {
316
+ d: "M16.766,14.3l-.3-.023a6.77,6.77,0,0,0-.028-1.01,3.73,3.73,0,0,1,.2-1.963L17,10.437a.153.153,0,0,1,.272-.019l.477.8a.153.153,0,0,1-.1.228l-.367.072-.059-.3.155-.03-.212-.357-.25.6,0,.008a3.446,3.446,0,0,0-.168,1.808A7.1,7.1,0,0,1,16.766,14.3Z"
317
+ }), /*#__PURE__*/ React.createElement("path", {
314
318
  d: "M7.818,23.712a2.591,2.591,0,0,1-.076-3.636,2.59,2.59,0,0,1,3.583-.633,2.584,2.584,0,0,1,.072,3.633A2.583,2.583,0,0,1,7.818,23.712Z",
315
319
  style: {
316
- fill: "#f36"
320
+ fill: '#f36'
317
321
  }
318
- }
319
- ),
320
- /* @__PURE__ */ React.createElement(
321
- "path",
322
- {
322
+ }), /*#__PURE__*/ React.createElement("path", {
323
323
  d: "M7.818,23.712a2.591,2.591,0,0,1-.076-3.636,2.59,2.59,0,0,1,3.583-.633,2.584,2.584,0,0,1,.072,3.633A2.583,2.583,0,0,1,7.818,23.712Z",
324
- style: { fill: "none" }
325
- }
326
- ),
327
- /* @__PURE__ */ React.createElement("path", { d: "M15.691,23.605l-.621-1.03a.131.131,0,0,1-.019-.068V21.375h.262v1.1l.6,1Z" }),
328
- /* @__PURE__ */ React.createElement("path", { d: "M17.074,23.609l-.621-1.03a.131.131,0,0,1-.019-.068V21.375H16.7v1.1l.6,1Z" }),
329
- /* @__PURE__ */ React.createElement(
330
- "path",
331
- {
324
+ style: {
325
+ fill: 'none'
326
+ }
327
+ }), /*#__PURE__*/ React.createElement("path", {
328
+ d: "M15.691,23.605l-.621-1.03a.131.131,0,0,1-.019-.068V21.375h.262v1.1l.6,1Z"
329
+ }), /*#__PURE__*/ React.createElement("path", {
330
+ d: "M17.074,23.609l-.621-1.03a.131.131,0,0,1-.019-.068V21.375H16.7v1.1l.6,1Z"
331
+ }), /*#__PURE__*/ React.createElement("path", {
332
332
  d: "M9,22.367c-.455-.371-.383-1.212.163-1.875s1.352-.9,1.811-.527.379,1.212-.163,1.879S9.454,22.742,9,22.367Z",
333
333
  style: {
334
- fill: "blue"
334
+ fill: 'blue'
335
335
  }
336
- }
337
- ),
338
- /* @__PURE__ */ React.createElement(
339
- "path",
340
- {
336
+ }), /*#__PURE__*/ React.createElement("path", {
341
337
  d: "M9,22.367c-.455-.371-.383-1.212.163-1.875s1.352-.9,1.811-.527.379,1.212-.163,1.879S9.454,22.742,9,22.367Z",
342
- style: { fill: "none" }
343
- }
344
- ),
345
- /* @__PURE__ */ React.createElement(
346
- "path",
347
- {
338
+ style: {
339
+ fill: 'none'
340
+ }
341
+ }), /*#__PURE__*/ React.createElement("path", {
348
342
  d: "M24.314,23.716a2.588,2.588,0,0,1-3.583-.636,2.587,2.587,0,0,1,.076-3.633,2.59,2.59,0,0,1,3.583.633A2.591,2.591,0,0,1,24.314,23.716Z",
349
343
  style: {
350
- fill: "#f36"
344
+ fill: '#f36'
351
345
  }
352
- }
353
- ),
354
- /* @__PURE__ */ React.createElement(
355
- "path",
356
- {
346
+ }), /*#__PURE__*/ React.createElement("path", {
357
347
  d: "M24.314,23.716a2.588,2.588,0,0,1-3.583-.636,2.587,2.587,0,0,1,.076-3.633,2.59,2.59,0,0,1,3.583.633A2.591,2.591,0,0,1,24.314,23.716Z",
358
- style: { fill: "none" }
359
- }
360
- ),
361
- /* @__PURE__ */ React.createElement(
362
- "path",
363
- {
348
+ style: {
349
+ fill: 'none'
350
+ }
351
+ }), /*#__PURE__*/ React.createElement("path", {
364
352
  d: "M23,22.473c-.455.371-1.265.136-1.807-.523s-.617-1.5-.159-1.875,1.261-.14,1.807.523S23.451,22.1,23,22.473Z",
365
353
  style: {
366
- fill: "blue"
354
+ fill: 'blue'
367
355
  }
368
- }
369
- ),
370
- /* @__PURE__ */ React.createElement(
371
- "path",
372
- {
356
+ }), /*#__PURE__*/ React.createElement("path", {
373
357
  d: "M23,22.473c-.455.371-1.265.136-1.807-.523s-.617-1.5-.159-1.875,1.261-.14,1.807.523S23.451,22.1,23,22.473Z",
374
- style: { fill: "none" }
375
- }
376
- ),
377
- /* @__PURE__ */ React.createElement(
378
- "path",
379
- {
358
+ style: {
359
+ fill: 'none'
360
+ }
361
+ }), /*#__PURE__*/ React.createElement("path", {
380
362
  d: "M28.322,10.53c-.231.159-.731-.163-1.121-.724s-.523-1.14-.3-1.3.731.163,1.121.723S28.549,10.371,28.322,10.53Z",
381
363
  style: {
382
- fill: "blue"
364
+ fill: 'blue'
383
365
  }
384
- }
385
- ),
386
- /* @__PURE__ */ React.createElement(
387
- "path",
388
- {
366
+ }), /*#__PURE__*/ React.createElement("path", {
389
367
  d: "M28.322,10.53c-.231.159-.731-.163-1.121-.724s-.523-1.14-.3-1.3.731.163,1.121.723S28.549,10.371,28.322,10.53Z",
390
- style: { fill: "none" }
391
- }
392
- ),
393
- /* @__PURE__ */ React.createElement("rect", { x: "20.523", y: "16.922", width: "0.174", height: "0.14" }),
394
- /* @__PURE__ */ React.createElement("path", { d: "M20.712,17.077h-.2v-.17h.2Zm-.174-.03h.144v-.11h-.144Z" })
395
- );
396
- };
397
- var Perl6Icon_default = Perl6Icon;
398
- export {
399
- Perl6Icon,
400
- Perl6Icon_default as default
368
+ style: {
369
+ fill: 'none'
370
+ }
371
+ }), /*#__PURE__*/ React.createElement("rect", {
372
+ x: "20.523",
373
+ y: "16.922",
374
+ width: "0.174",
375
+ height: "0.14"
376
+ }), /*#__PURE__*/ React.createElement("path", {
377
+ d: "M20.712,17.077h-.2v-.17h.2Zm-.174-.03h.144v-.11h-.144Z"
378
+ }));
401
379
  };
380
+ export default Perl6Icon;