@instructure/canvas-rce 5.11.1 → 5.12.2

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 (505) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/babel-register.js +0 -7
  3. package/babel.config.cjs.js +0 -7
  4. package/babel.config.js +0 -9
  5. package/es/canvasFileBrowser/FileBrowser.js +6 -1
  6. package/es/common/fileUrl.js +3 -4
  7. package/es/defaultTinymceConfig.js +1 -1
  8. package/{lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/Lti13ContentItemJson.js → es/elementDenylist.js} +2 -6
  9. package/es/enhance-user-content/doc_previews.js +4 -0
  10. package/es/enhance-user-content/enhance_user_content.js +4 -59
  11. package/es/enhance-user-content/external_links.js +75 -0
  12. package/es/enhance-user-content/mathml.js +9 -7
  13. package/es/getThemeVars.js +4 -3
  14. package/es/getTranslations.js +77 -1
  15. package/es/index.js +1 -1
  16. package/es/rce/RCEWrapper.js +5 -2328
  17. package/es/rce/StatusBar.js +8 -2
  18. package/es/rce/contentInsertion.js +5 -2
  19. package/es/rce/plugins/instructure_documents/components/DocumentsPanel.js +3 -9
  20. package/es/rce/plugins/instructure_equation/EquationEditorModal/index.js +1 -1
  21. package/es/rce/plugins/instructure_equation/EquationEditorModal/styles.js +3 -11
  22. package/es/rce/plugins/instructure_equation/mathlive/index.js +5 -13
  23. package/es/rce/plugins/instructure_html_view/plugin.js +2 -2
  24. package/es/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +3 -2
  25. package/es/rce/plugins/instructure_image/ImageList/Image.js +2 -2
  26. package/es/rce/plugins/instructure_image/Images/index.js +3 -10
  27. package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +3 -0
  28. package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +3 -1
  29. package/es/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +26 -1
  30. package/es/rce/plugins/instructure_record/AudioOptionsTray/index.js +9 -3
  31. package/es/rce/plugins/instructure_record/MediaPanel/index.js +3 -9
  32. package/es/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +27 -2
  33. package/es/rce/plugins/instructure_record/VideoOptionsTray/index.js +35 -6
  34. package/es/rce/plugins/shared/fileShape.js +81 -9
  35. package/es/rce/plugins/shared/fileTypeUtils.js +6 -0
  36. package/es/rce/tinymce.oxide.content.min.css.js +732 -0
  37. package/es/rce/tinymce.oxide.skin.min.css.js +7 -0
  38. package/es/rcs/api.js +6 -4
  39. package/es/sidebar/store/configureStore.js +2 -2
  40. package/{lib/translations/locales/tg.js → es/translations/locales/ab.js} +1 -1
  41. package/es/translations/locales/cs.js +27 -0
  42. package/es/translations/locales/cs_CZ.js +27 -0
  43. package/{lib/translations/locales/sv_SE.js → es/translations/locales/da_DK.js} +2 -2
  44. package/{lib/translations/locales/se.js → es/translations/locales/en_NZ.js} +2 -2
  45. package/es/translations/locales/en_SE.js +26 -0
  46. package/es/translations/locales/en_US.js +26 -0
  47. package/es/translations/locales/hu_HU.js +27 -0
  48. package/{lib/translations/locales/ms.js → es/translations/locales/id.js} +632 -632
  49. package/{lib/translations/locales/th.js → es/translations/locales/id_ID.js} +1 -2
  50. package/{lib/translations/locales/vi_VN.js → es/translations/locales/ko_KR.js} +2 -2
  51. package/es/translations/locales/lt.js +26 -0
  52. package/es/translations/locales/lt_LT.js +26 -0
  53. package/es/translations/locales/mn_MN.js +26 -0
  54. package/es/translations/locales/nl_NL.js +27 -0
  55. package/{lib/translations/locales/es_GT.js → es/translations/locales/ro.js} +3 -3
  56. package/es/translations/locales/ru.js +2375 -32
  57. package/es/translations/locales/sv.js +2379 -30
  58. package/es/translations/locales/th.js +2401 -1
  59. package/es/translations/locales/tl_PH.js +26 -0
  60. package/es/translations/locales/tr.js +3 -0
  61. package/es/translations/locales/vi.js +2396 -8
  62. package/es/translations/locales/zh_TW.Big5.js +27 -0
  63. package/{lib/translations/locales/th_TH.js → es/translations/locales/zh_TW.js} +2 -2
  64. package/jest.config.js +0 -7
  65. package/package.json +9 -11
  66. package/scripts/build.js +1 -7
  67. package/scripts/publish_to_npm.sh +26 -0
  68. package/canvas/README.md +0 -84
  69. package/canvas/locales/en.json +0 -934
  70. package/canvas/package.json +0 -189
  71. package/es/common/scroll.js +0 -45
  72. package/es/types/inst-ui.d.js +0 -18
  73. package/es/types/ts-migration.js +0 -1
  74. package/lib/bridge/Bridge.js +0 -287
  75. package/lib/bridge/index.js +0 -21
  76. package/lib/canvasFileBrowser/FileBrowser.js +0 -452
  77. package/lib/canvasFileBrowser/en-US.js +0 -234
  78. package/lib/common/FlashAlert.js +0 -263
  79. package/lib/common/browser.js +0 -40
  80. package/lib/common/components/FileTree/File.js +0 -64
  81. package/lib/common/components/FileTree/Folder.js +0 -110
  82. package/lib/common/components/FileTree/index.js +0 -84
  83. package/lib/common/components/FileTree/styles.js +0 -72
  84. package/lib/common/components/Loading.js +0 -83
  85. package/lib/common/fileUrl.js +0 -153
  86. package/lib/common/getCookie.js +0 -32
  87. package/lib/common/incremental-loading/LoadMoreButton.js +0 -40
  88. package/lib/common/incremental-loading/LoadingIndicator.js +0 -36
  89. package/lib/common/incremental-loading/LoadingStatus.js +0 -47
  90. package/lib/common/incremental-loading/index.js +0 -21
  91. package/lib/common/incremental-loading/useIncrementalLoading.js +0 -58
  92. package/lib/common/indicate.js +0 -75
  93. package/lib/common/mimeClass.js +0 -120
  94. package/lib/common/natcompare.js +0 -47
  95. package/lib/common/scroll.js +0 -45
  96. package/lib/defaultTinymceConfig.js +0 -160
  97. package/lib/enhance-user-content/doc_previews.js +0 -233
  98. package/lib/enhance-user-content/enhance_user_content.js +0 -396
  99. package/lib/enhance-user-content/index.js +0 -21
  100. package/lib/enhance-user-content/instructure_helper.js +0 -207
  101. package/lib/enhance-user-content/jqueryish_funcs.js +0 -88
  102. package/lib/enhance-user-content/mathml.js +0 -397
  103. package/lib/enhance-user-content/media_comment_thumbnail.js +0 -130
  104. package/lib/format-message.js +0 -30
  105. package/lib/getThemeVars.js +0 -45
  106. package/lib/getTranslations.js +0 -264
  107. package/lib/index.js +0 -51
  108. package/lib/rce/AlertMessageArea.js +0 -47
  109. package/lib/rce/DraggingBlocker.js +0 -43
  110. package/lib/rce/KeyboardShortcutModal.js +0 -88
  111. package/lib/rce/RCE.js +0 -150
  112. package/lib/rce/RCEGlobals.js +0 -62
  113. package/lib/rce/RCEWrapper.js +0 -4278
  114. package/lib/rce/RCEWrapperProps.js +0 -130
  115. package/lib/rce/RceHtmlEditor.js +0 -142
  116. package/lib/rce/ResizeHandle.js +0 -102
  117. package/lib/rce/RestoreAutoSaveModal.js +0 -82
  118. package/lib/rce/ShowOnFocusButton/index.js +0 -93
  119. package/lib/rce/StatusBar.js +0 -380
  120. package/lib/rce/__mocks__/_mockCryptoEs.js +0 -124
  121. package/lib/rce/__mocks__/styleMock.js +0 -18
  122. package/lib/rce/__mocks__/tinymceReact.js +0 -55
  123. package/lib/rce/alertHandler.js +0 -46
  124. package/lib/rce/contentInsertion.js +0 -322
  125. package/lib/rce/contentInsertionUtils.js +0 -85
  126. package/lib/rce/contentRendering.js +0 -145
  127. package/lib/rce/customEvents.js +0 -18
  128. package/lib/rce/editorLanguage.js +0 -101
  129. package/lib/rce/indicatorRegion.js +0 -49
  130. package/lib/rce/normalizeLocale.js +0 -50
  131. package/lib/rce/normalizeProps.js +0 -29
  132. package/lib/rce/plugins/instructure-ui-icons/plugin.js +0 -122
  133. package/lib/rce/plugins/instructure_condensed_buttons/core/ListUtils.js +0 -24
  134. package/lib/rce/plugins/instructure_condensed_buttons/plugin.js +0 -27
  135. package/lib/rce/plugins/instructure_condensed_buttons/ui/alignment-button.js +0 -63
  136. package/lib/rce/plugins/instructure_condensed_buttons/ui/directionality-button.js +0 -48
  137. package/lib/rce/plugins/instructure_condensed_buttons/ui/indent-outdent-button.js +0 -41
  138. package/lib/rce/plugins/instructure_condensed_buttons/ui/list-button.js +0 -145
  139. package/lib/rce/plugins/instructure_condensed_buttons/ui/subscript-superscript-button.js +0 -56
  140. package/lib/rce/plugins/instructure_documents/clickCallback.js +0 -23
  141. package/lib/rce/plugins/instructure_documents/components/DocumentsPanel.js +0 -126
  142. package/lib/rce/plugins/instructure_documents/components/Link.js +0 -219
  143. package/lib/rce/plugins/instructure_documents/plugin.js +0 -123
  144. package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedOnlySyntax.js +0 -25
  145. package/lib/rce/plugins/instructure_equation/EquationEditorModal/advancedPreference.js +0 -51
  146. package/lib/rce/plugins/instructure_equation/EquationEditorModal/index.js +0 -321
  147. package/lib/rce/plugins/instructure_equation/EquationEditorModal/latexTextareaUtil.js +0 -116
  148. package/lib/rce/plugins/instructure_equation/EquationEditorModal/parseLatex.js +0 -91
  149. package/lib/rce/plugins/instructure_equation/EquationEditorModal/styles.js +0 -46
  150. package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/buttons.js +0 -728
  151. package/lib/rce/plugins/instructure_equation/EquationEditorToolbar/index.js +0 -84
  152. package/lib/rce/plugins/instructure_equation/MathIcon/index.js +0 -41
  153. package/lib/rce/plugins/instructure_equation/MathIcon/svgs.js +0 -236
  154. package/lib/rce/plugins/instructure_equation/clickCallback.js +0 -53
  155. package/lib/rce/plugins/instructure_equation/mathlive/index.js +0 -36
  156. package/lib/rce/plugins/instructure_equation/plugin.js +0 -69
  157. package/lib/rce/plugins/instructure_fullscreen/plugin.js +0 -50
  158. package/lib/rce/plugins/instructure_html_view/clickCallback.js +0 -21
  159. package/lib/rce/plugins/instructure_html_view/plugin.js +0 -37
  160. package/lib/rce/plugins/instructure_icon_maker/clickCallback.js +0 -57
  161. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ColorSection.js +0 -82
  162. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/CreateIconMakerForm.js +0 -56
  163. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Footer.js +0 -78
  164. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Group.js +0 -36
  165. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Header.js +0 -110
  166. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Course.js +0 -169
  167. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageOptions.js +0 -186
  168. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ImageSection.js +0 -243
  169. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/ModeSelect.js +0 -64
  170. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/index.js +0 -73
  171. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/MultiColor/svg.js +0 -298
  172. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGList.js +0 -86
  173. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SVGThumbnail.js +0 -55
  174. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/index.js +0 -70
  175. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/SingleColor/svg.js +0 -317
  176. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/Upload.js +0 -149
  177. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/index.js +0 -18
  178. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/propTypes.js +0 -32
  179. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ImageSection/utils.js +0 -25
  180. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/Preview.js +0 -60
  181. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/ShapeSection.js +0 -87
  182. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/TextSection.js +0 -139
  183. package/lib/rce/plugins/instructure_icon_maker/components/CreateIconMakerForm/index.js +0 -18
  184. package/lib/rce/plugins/instructure_icon_maker/components/IconMakerTray.js +0 -323
  185. package/lib/rce/plugins/instructure_icon_maker/components/SavedIconMakerList.js +0 -90
  186. package/lib/rce/plugins/instructure_icon_maker/plugin.js +0 -110
  187. package/lib/rce/plugins/instructure_icon_maker/reducers/imageSection.js +0 -194
  188. package/lib/rce/plugins/instructure_icon_maker/reducers/svgSettings.js +0 -98
  189. package/lib/rce/plugins/instructure_icon_maker/registerEditToolbar.js +0 -56
  190. package/lib/rce/plugins/instructure_icon_maker/svg/clipPath.js +0 -25
  191. package/lib/rce/plugins/instructure_icon_maker/svg/constants.js +0 -100
  192. package/lib/rce/plugins/instructure_icon_maker/svg/font.js +0 -25
  193. package/lib/rce/plugins/instructure_icon_maker/svg/image.js +0 -354
  194. package/lib/rce/plugins/instructure_icon_maker/svg/index.js +0 -122
  195. package/lib/rce/plugins/instructure_icon_maker/svg/metadata.js +0 -48
  196. package/lib/rce/plugins/instructure_icon_maker/svg/settings.js +0 -179
  197. package/lib/rce/plugins/instructure_icon_maker/svg/shape.js +0 -316
  198. package/lib/rce/plugins/instructure_icon_maker/svg/text.js +0 -468
  199. package/lib/rce/plugins/instructure_icon_maker/svg/utils.js +0 -70
  200. package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerClose.js +0 -45
  201. package/lib/rce/plugins/instructure_icon_maker/utils/IconMakerFormHasChanges.js +0 -83
  202. package/lib/rce/plugins/instructure_icon_maker/utils/addIconMakerAttributes.js +0 -28
  203. package/lib/rce/plugins/instructure_icon_maker/utils/iconValidation.js +0 -35
  204. package/lib/rce/plugins/instructure_icon_maker/utils/iconsLabels.js +0 -375
  205. package/lib/rce/plugins/instructure_icon_maker/utils/useDebouncedValue.js +0 -59
  206. package/lib/rce/plugins/instructure_image/ImageEmbedOptions.js +0 -202
  207. package/lib/rce/plugins/instructure_image/ImageList/Image.js +0 -106
  208. package/lib/rce/plugins/instructure_image/ImageList/index.js +0 -69
  209. package/lib/rce/plugins/instructure_image/ImageOptionsTray/TrayController.js +0 -166
  210. package/lib/rce/plugins/instructure_image/ImageOptionsTray/index.js +0 -246
  211. package/lib/rce/plugins/instructure_image/Images/index.js +0 -129
  212. package/lib/rce/plugins/instructure_image/clickCallback.js +0 -24
  213. package/lib/rce/plugins/instructure_image/plugin.js +0 -157
  214. package/lib/rce/plugins/instructure_links/clickCallback.js +0 -22
  215. package/lib/rce/plugins/instructure_links/components/AccordionSection.js +0 -60
  216. package/lib/rce/plugins/instructure_links/components/CollectionPanel.js +0 -84
  217. package/lib/rce/plugins/instructure_links/components/Link.js +0 -213
  218. package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/LinkOptionsDialogController.js +0 -127
  219. package/lib/rce/plugins/instructure_links/components/LinkOptionsDialog/index.js +0 -141
  220. package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/LinkOptionsTrayController.js +0 -125
  221. package/lib/rce/plugins/instructure_links/components/LinkOptionsTray/index.js +0 -245
  222. package/lib/rce/plugins/instructure_links/components/LinkSet.js +0 -195
  223. package/lib/rce/plugins/instructure_links/components/LinksPanel.js +0 -100
  224. package/lib/rce/plugins/instructure_links/components/NavigationPanel.js +0 -141
  225. package/lib/rce/plugins/instructure_links/components/NoResults.js +0 -87
  226. package/lib/rce/plugins/instructure_links/components/propTypes.js +0 -41
  227. package/lib/rce/plugins/instructure_links/plugin.js +0 -294
  228. package/lib/rce/plugins/instructure_links/validateURL.js +0 -70
  229. package/lib/rce/plugins/instructure_media_embed/clickCallback.js +0 -48
  230. package/lib/rce/plugins/instructure_media_embed/components/Embed.js +0 -68
  231. package/lib/rce/plugins/instructure_media_embed/plugin.js +0 -36
  232. package/lib/rce/plugins/instructure_paste/pasteMenuCommand.js +0 -117
  233. package/lib/rce/plugins/instructure_paste/plugin.js +0 -174
  234. package/lib/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.js +0 -169
  235. package/lib/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +0 -225
  236. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +0 -294
  237. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogModal.js +0 -46
  238. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialogTray.js +0 -79
  239. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionDialog.js +0 -153
  240. package/lib/rce/plugins/instructure_rce_external_tools/components/ExternalToolSelectionDialog/ExternalToolSelectionItem.js +0 -94
  241. package/lib/rce/plugins/instructure_rce_external_tools/components/util/ExpandoText.js +0 -90
  242. package/lib/rce/plugins/instructure_rce_external_tools/components/util/ToolLaunchIframe.js +0 -35
  243. package/lib/rce/plugins/instructure_rce_external_tools/dialog-helper.js +0 -29
  244. package/lib/rce/plugins/instructure_rce_external_tools/helpers/tags.js +0 -55
  245. package/lib/rce/plugins/instructure_rce_external_tools/jquery/jquery.dropdownList.js +0 -172
  246. package/lib/rce/plugins/instructure_rce_external_tools/lti11-content-items/RceLti11ContentItem.js +0 -203
  247. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/RceLti13ContentItem.js +0 -111
  248. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/BaseLinkContentItem.js +0 -79
  249. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/HtmlFragmentContentItem.js +0 -47
  250. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ImageContentItem.js +0 -57
  251. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/LinkContentItem.js +0 -26
  252. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/models/ResourceLinkContentItem.js +0 -45
  253. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.js +0 -67
  254. package/lib/rce/plugins/instructure_rce_external_tools/lti13-content-items/rceLti13ContentItemFromJson.js +0 -48
  255. package/lib/rce/plugins/instructure_rce_external_tools/plugin.js +0 -112
  256. package/lib/rce/plugins/instructure_rce_external_tools/util/addParentFrameContextToUrl.js +0 -27
  257. package/lib/rce/plugins/instructure_record/AudioOptionsTray/TrayController.js +0 -127
  258. package/lib/rce/plugins/instructure_record/AudioOptionsTray/index.js +0 -148
  259. package/lib/rce/plugins/instructure_record/MediaPanel/index.js +0 -129
  260. package/lib/rce/plugins/instructure_record/VideoOptionsTray/TrayController.js +0 -215
  261. package/lib/rce/plugins/instructure_record/VideoOptionsTray/index.js +0 -321
  262. package/lib/rce/plugins/instructure_record/clickCallback.js +0 -105
  263. package/lib/rce/plugins/instructure_record/mediaTranslations.js +0 -94
  264. package/lib/rce/plugins/instructure_record/plugin.js +0 -173
  265. package/lib/rce/plugins/instructure_studio_media_options/plugin.js +0 -42
  266. package/lib/rce/plugins/instructure_wordcount/clickCallback.js +0 -49
  267. package/lib/rce/plugins/instructure_wordcount/components/WordCountModal.js +0 -88
  268. package/lib/rce/plugins/instructure_wordcount/plugin.js +0 -30
  269. package/lib/rce/plugins/instructure_wordcount/utils/countContent.js +0 -78
  270. package/lib/rce/plugins/instructure_wordcount/utils/tableContent.js +0 -40
  271. package/lib/rce/plugins/shared/CanvasContentTray.js +0 -580
  272. package/lib/rce/plugins/shared/CheckerboardStyling.js +0 -25
  273. package/lib/rce/plugins/shared/ColorInput.js +0 -233
  274. package/lib/rce/plugins/shared/ConditionalTooltip.js +0 -32
  275. package/lib/rce/plugins/shared/ContentSelection.js +0 -269
  276. package/lib/rce/plugins/shared/DimensionUtils.js +0 -66
  277. package/lib/rce/plugins/shared/DimensionsInput/DimensionInput.js +0 -62
  278. package/lib/rce/plugins/shared/DimensionsInput/index.js +0 -161
  279. package/lib/rce/plugins/shared/DimensionsInput/useDimensionsState.js +0 -220
  280. package/lib/rce/plugins/shared/ErrorBoundary.js +0 -54
  281. package/lib/rce/plugins/shared/EventUtils.js +0 -39
  282. package/lib/rce/plugins/shared/Filter.js +0 -353
  283. package/lib/rce/plugins/shared/FixedContentTray.js +0 -115
  284. package/lib/rce/plugins/shared/ImageCropper/DirectionRegion.js +0 -67
  285. package/lib/rce/plugins/shared/ImageCropper/Modal.js +0 -153
  286. package/lib/rce/plugins/shared/ImageCropper/Preview.js +0 -148
  287. package/lib/rce/plugins/shared/ImageCropper/constants.js +0 -39
  288. package/lib/rce/plugins/shared/ImageCropper/controls/CustomNumberInput.js +0 -83
  289. package/lib/rce/plugins/shared/ImageCropper/controls/ResetControls.js +0 -38
  290. package/lib/rce/plugins/shared/ImageCropper/controls/RotationControls.js +0 -89
  291. package/lib/rce/plugins/shared/ImageCropper/controls/ShapeControls.js +0 -82
  292. package/lib/rce/plugins/shared/ImageCropper/controls/ZoomControls.js +0 -111
  293. package/lib/rce/plugins/shared/ImageCropper/controls/index.js +0 -61
  294. package/lib/rce/plugins/shared/ImageCropper/controls/useDebouncedNumericValue.js +0 -94
  295. package/lib/rce/plugins/shared/ImageCropper/controls/utils.js +0 -41
  296. package/lib/rce/plugins/shared/ImageCropper/imageCropUtils.js +0 -149
  297. package/lib/rce/plugins/shared/ImageCropper/index.js +0 -18
  298. package/lib/rce/plugins/shared/ImageCropper/propTypes.js +0 -26
  299. package/lib/rce/plugins/shared/ImageCropper/reducers/imageCropper.js +0 -72
  300. package/lib/rce/plugins/shared/ImageCropper/shape.js +0 -27
  301. package/lib/rce/plugins/shared/ImageCropper/svg/index.js +0 -89
  302. package/lib/rce/plugins/shared/ImageCropper/svg/shape.js +0 -125
  303. package/lib/rce/plugins/shared/ImageCropper/svg/utils.js +0 -26
  304. package/lib/rce/plugins/shared/ImageCropper/useKeyMouseEvents.js +0 -233
  305. package/lib/rce/plugins/shared/ImageCropper/useMouseWheel.js +0 -66
  306. package/lib/rce/plugins/shared/ImageOptionsForm.js +0 -140
  307. package/lib/rce/plugins/shared/LinkDisplay.js +0 -96
  308. package/lib/rce/plugins/shared/PreviewIcon.js +0 -112
  309. package/lib/rce/plugins/shared/Previewable.js +0 -22
  310. package/lib/rce/plugins/shared/RceFileBrowser.js +0 -106
  311. package/lib/rce/plugins/shared/StoreContext.js +0 -57
  312. package/lib/rce/plugins/shared/StudioLtiSupportUtils.js +0 -71
  313. package/lib/rce/plugins/shared/UnknownFileTypePanel.js +0 -29
  314. package/lib/rce/plugins/shared/Upload/CategoryProcessor.js +0 -27
  315. package/lib/rce/plugins/shared/Upload/ComputerPanel.js +0 -334
  316. package/lib/rce/plugins/shared/Upload/SvgCategoryProcessor.js +0 -35
  317. package/lib/rce/plugins/shared/Upload/UploadFile.js +0 -171
  318. package/lib/rce/plugins/shared/Upload/UploadFileModal.js +0 -273
  319. package/lib/rce/plugins/shared/Upload/UrlPanel.js +0 -38
  320. package/lib/rce/plugins/shared/Upload/UsageRightsSelectBox.js +0 -172
  321. package/lib/rce/plugins/shared/Upload/doFileUpload.js +0 -77
  322. package/lib/rce/plugins/shared/__mocks__/screenfull.js +0 -24
  323. package/lib/rce/plugins/shared/buildDownloadUrl.js +0 -31
  324. package/lib/rce/plugins/shared/compressionUtils.js +0 -98
  325. package/lib/rce/plugins/shared/dateUtils.js +0 -28
  326. package/lib/rce/plugins/shared/fileShape.js +0 -57
  327. package/lib/rce/plugins/shared/fileTypeUtils.js +0 -133
  328. package/lib/rce/plugins/shared/fileUtils.js +0 -25
  329. package/lib/rce/plugins/shared/linkUtils.js +0 -89
  330. package/lib/rce/plugins/shared/round.js +0 -25
  331. package/lib/rce/plugins/shared/trayUtils.js +0 -34
  332. package/lib/rce/plugins/shared/useDataUrl.js +0 -76
  333. package/lib/rce/plugins/tinymce-a11y-checker/components/ColorField.js +0 -86
  334. package/lib/rce/plugins/tinymce-a11y-checker/components/checker.js +0 -558
  335. package/lib/rce/plugins/tinymce-a11y-checker/components/color-picker.js +0 -59
  336. package/lib/rce/plugins/tinymce-a11y-checker/components/placeholder-svg.js +0 -90
  337. package/lib/rce/plugins/tinymce-a11y-checker/components/pointer.js +0 -32
  338. package/lib/rce/plugins/tinymce-a11y-checker/node-checker.js +0 -54
  339. package/lib/rce/plugins/tinymce-a11y-checker/plugin.js +0 -90
  340. package/lib/rce/plugins/tinymce-a11y-checker/rules/__mocks__/index.js +0 -53
  341. package/lib/rce/plugins/tinymce-a11y-checker/rules/adjacent-links.js +0 -129
  342. package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-sequence.js +0 -200
  343. package/lib/rce/plugins/tinymce-a11y-checker/rules/headings-start-at-h2.js +0 -67
  344. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-filename.js +0 -63
  345. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt-length.js +0 -49
  346. package/lib/rce/plugins/tinymce-a11y-checker/rules/img-alt.js +0 -61
  347. package/lib/rce/plugins/tinymce-a11y-checker/rules/index.js +0 -31
  348. package/lib/rce/plugins/tinymce-a11y-checker/rules/large-text-contrast.js +0 -51
  349. package/lib/rce/plugins/tinymce-a11y-checker/rules/list-structure.js +0 -144
  350. package/lib/rce/plugins/tinymce-a11y-checker/rules/paragraphs-for-headings.js +0 -61
  351. package/lib/rce/plugins/tinymce-a11y-checker/rules/small-text-contrast.js +0 -75
  352. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-caption.js +0 -54
  353. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header-scope.js +0 -52
  354. package/lib/rce/plugins/tinymce-a11y-checker/rules/table-header.js +0 -81
  355. package/lib/rce/plugins/tinymce-a11y-checker/utils/colors.js +0 -43
  356. package/lib/rce/plugins/tinymce-a11y-checker/utils/describe.js +0 -66
  357. package/lib/rce/plugins/tinymce-a11y-checker/utils/dom.js +0 -160
  358. package/lib/rce/plugins/tinymce-a11y-checker/utils/indicate.js +0 -83
  359. package/lib/rce/plugins/tinymce-a11y-checker/utils/rgb-hex.js +0 -57
  360. package/lib/rce/plugins/tinymce-a11y-checker/utils/strings.js +0 -40
  361. package/lib/rce/root.js +0 -58
  362. package/lib/rce/sanitizePlugins.js +0 -32
  363. package/lib/rce/style.js +0 -843
  364. package/lib/rce/tinyRCE.js +0 -66
  365. package/lib/rce/transformContent.js +0 -73
  366. package/lib/rce/userOS.js +0 -31
  367. package/lib/rce/wrapInitCb.js +0 -78
  368. package/lib/rcs/api.js +0 -670
  369. package/lib/rcs/buildError.js +0 -98
  370. package/lib/rcs/fake.js +0 -621
  371. package/lib/sidebar/actions/all_files.js +0 -29
  372. package/lib/sidebar/actions/data.js +0 -105
  373. package/lib/sidebar/actions/documents.js +0 -107
  374. package/lib/sidebar/actions/files.js +0 -167
  375. package/lib/sidebar/actions/filter.js +0 -63
  376. package/lib/sidebar/actions/flickr.js +0 -60
  377. package/lib/sidebar/actions/images.js +0 -153
  378. package/lib/sidebar/actions/links.js +0 -23
  379. package/lib/sidebar/actions/media.js +0 -142
  380. package/lib/sidebar/actions/session.js +0 -34
  381. package/lib/sidebar/actions/ui.js +0 -49
  382. package/lib/sidebar/actions/upload.js +0 -550
  383. package/lib/sidebar/containers/Sidebar.js +0 -67
  384. package/lib/sidebar/containers/sidebarHandlers.js +0 -73
  385. package/lib/sidebar/dragHtml.js +0 -49
  386. package/lib/sidebar/reducers/all_files.js +0 -35
  387. package/lib/sidebar/reducers/collection.js +0 -72
  388. package/lib/sidebar/reducers/collections.js +0 -52
  389. package/lib/sidebar/reducers/documents.js +0 -89
  390. package/lib/sidebar/reducers/files.js +0 -38
  391. package/lib/sidebar/reducers/filter.js +0 -61
  392. package/lib/sidebar/reducers/flickr.js +0 -51
  393. package/lib/sidebar/reducers/folder.js +0 -92
  394. package/lib/sidebar/reducers/folders.js +0 -39
  395. package/lib/sidebar/reducers/images.js +0 -115
  396. package/lib/sidebar/reducers/index.js +0 -57
  397. package/lib/sidebar/reducers/media.js +0 -84
  398. package/lib/sidebar/reducers/newPageLinkExpanded.js +0 -30
  399. package/lib/sidebar/reducers/noop.js +0 -21
  400. package/lib/sidebar/reducers/rootFolderId.js +0 -30
  401. package/lib/sidebar/reducers/session.js +0 -33
  402. package/lib/sidebar/reducers/ui.js +0 -87
  403. package/lib/sidebar/reducers/upload.js +0 -206
  404. package/lib/sidebar/store/configureStore.js +0 -26
  405. package/lib/sidebar/store/initialState.js +0 -173
  406. package/lib/translations/locales/ar.js +0 -2427
  407. package/lib/translations/locales/ca.js +0 -2427
  408. package/lib/translations/locales/cy.js +0 -2427
  409. package/lib/translations/locales/da-x-k12.js +0 -2427
  410. package/lib/translations/locales/da.js +0 -2427
  411. package/lib/translations/locales/de.js +0 -2427
  412. package/lib/translations/locales/el.js +0 -459
  413. package/lib/translations/locales/en-AU-x-unimelb.js +0 -2427
  414. package/lib/translations/locales/en-GB-x-ukhe.js +0 -2427
  415. package/lib/translations/locales/en.js +0 -2427
  416. package/lib/translations/locales/en_AU.js +0 -2427
  417. package/lib/translations/locales/en_CA.js +0 -2426
  418. package/lib/translations/locales/en_CY.js +0 -2426
  419. package/lib/translations/locales/en_GB.js +0 -2427
  420. package/lib/translations/locales/es.js +0 -2427
  421. package/lib/translations/locales/es_ES.js +0 -2427
  422. package/lib/translations/locales/fa_IR.js +0 -615
  423. package/lib/translations/locales/fi.js +0 -2427
  424. package/lib/translations/locales/fr.js +0 -2427
  425. package/lib/translations/locales/fr_CA.js +0 -2427
  426. package/lib/translations/locales/he.js +0 -486
  427. package/lib/translations/locales/ht.js +0 -2426
  428. package/lib/translations/locales/hu.js +0 -2007
  429. package/lib/translations/locales/hy.js +0 -444
  430. package/lib/translations/locales/is.js +0 -2426
  431. package/lib/translations/locales/it.js +0 -2427
  432. package/lib/translations/locales/ja.js +0 -2427
  433. package/lib/translations/locales/ko.js +0 -342
  434. package/lib/translations/locales/mi.js +0 -2426
  435. package/lib/translations/locales/nb-x-k12.js +0 -2427
  436. package/lib/translations/locales/nb.js +0 -2427
  437. package/lib/translations/locales/nl.js +0 -2427
  438. package/lib/translations/locales/nn.js +0 -2247
  439. package/lib/translations/locales/pl.js +0 -2427
  440. package/lib/translations/locales/pt.js +0 -2427
  441. package/lib/translations/locales/pt_BR.js +0 -2427
  442. package/lib/translations/locales/ru.js +0 -84
  443. package/lib/translations/locales/sl.js +0 -2427
  444. package/lib/translations/locales/sv-x-k12.js +0 -2427
  445. package/lib/translations/locales/sv.js +0 -78
  446. package/lib/translations/locales/tr.js +0 -684
  447. package/lib/translations/locales/uk_UA.js +0 -519
  448. package/lib/translations/locales/vi.js +0 -39
  449. package/lib/translations/locales/zh-Hans.js +0 -2427
  450. package/lib/translations/locales/zh-Hant.js +0 -2427
  451. package/lib/translations/locales/zh.js +0 -2427
  452. package/lib/translations/locales/zh_HK.js +0 -2427
  453. package/lib/translations/tinymce/ar_SA.js +0 -211
  454. package/lib/translations/tinymce/bg_BG.js +0 -419
  455. package/lib/translations/tinymce/ca.js +0 -419
  456. package/lib/translations/tinymce/cs.js +0 -419
  457. package/lib/translations/tinymce/cy.js +0 -418
  458. package/lib/translations/tinymce/da.js +0 -419
  459. package/lib/translations/tinymce/de.js +0 -419
  460. package/lib/translations/tinymce/el.js +0 -261
  461. package/lib/translations/tinymce/en_GB.js +0 -230
  462. package/lib/translations/tinymce/es.js +0 -419
  463. package/lib/translations/tinymce/fa_IR.js +0 -390
  464. package/lib/translations/tinymce/fi.js +0 -19
  465. package/lib/translations/tinymce/fr_FR.js +0 -419
  466. package/lib/translations/tinymce/he_IL.js +0 -420
  467. package/lib/translations/tinymce/hu_HU.js +0 -419
  468. package/lib/translations/tinymce/hy.js +0 -419
  469. package/lib/translations/tinymce/it.js +0 -419
  470. package/lib/translations/tinymce/ja.js +0 -419
  471. package/lib/translations/tinymce/ko_KR.js +0 -419
  472. package/lib/translations/tinymce/nb_NO.js +0 -419
  473. package/lib/translations/tinymce/nl.js +0 -419
  474. package/lib/translations/tinymce/pl.js +0 -419
  475. package/lib/translations/tinymce/pt_BR.js +0 -419
  476. package/lib/translations/tinymce/pt_PT.js +0 -419
  477. package/lib/translations/tinymce/ro.js +0 -418
  478. package/lib/translations/tinymce/ru.js +0 -436
  479. package/lib/translations/tinymce/ru_RU.js +0 -71
  480. package/lib/translations/tinymce/sl.js +0 -462
  481. package/lib/translations/tinymce/sr.js +0 -278
  482. package/lib/translations/tinymce/sv_SE.js +0 -419
  483. package/lib/translations/tinymce/th.js +0 -479
  484. package/lib/translations/tinymce/tr_TR.js +0 -389
  485. package/lib/translations/tinymce/uk_UA.js +0 -278
  486. package/lib/translations/tinymce/vi_VN.js +0 -277
  487. package/lib/translations/tinymce/zh_CN.js +0 -419
  488. package/lib/translations/tinymce/zh_TW.js +0 -419
  489. package/lib/types/inst-ui.d.js +0 -18
  490. package/lib/types/ts-migration.js +0 -1
  491. package/lib/util/DeepPartialNullable.js +0 -1
  492. package/lib/util/ExtractRequired.js +0 -1
  493. package/lib/util/TypedDict.js +0 -131
  494. package/lib/util/assertNever.js +0 -44
  495. package/lib/util/elem-util.js +0 -26
  496. package/lib/util/encrypted-storage.js +0 -84
  497. package/lib/util/file-url-util.js +0 -44
  498. package/lib/util/fullscreenHelpers.js +0 -27
  499. package/lib/util/instui-icon-helper.js +0 -31
  500. package/lib/util/loadingPlaceholder.js +0 -436
  501. package/lib/util/simpleCache.js +0 -41
  502. package/lib/util/string-util.js +0 -48
  503. package/lib/util/textarea-editing-util.js +0 -87
  504. package/lib/util/tinymce-plugin-util.js +0 -52
  505. package/lib/util/url-util.js +0 -138
@@ -1,298 +0,0 @@
1
- /*
2
- * Copyright (C) 2022 - present Instructure, Inc.
3
- *
4
- * This file is part of Canvas.
5
- *
6
- * Canvas is free software: you can redistribute it and/or modify it under
7
- * the terms of the GNU Affero General Public License as published by the Free
8
- * Software Foundation, version 3 of the License.
9
- *
10
- * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
11
- * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
12
- * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
13
- * details.
14
- *
15
- * You should have received a copy of the GNU Affero General Public License along
16
- * with this program. If not, see <http://www.gnu.org/licenses/>.
17
- */
18
- import formatMessage from '../../../../../../../format-message';
19
- export default {
20
- art: {
21
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
22
- <path d="M132.432 167.542C135.699 158.405 135.018 147.839 129.736 138.69C122.501 126.161 110.563 125.709 100.54 125.33C100.24 125.319 99.941 125.307 99.6442 125.296C94.3208 125.088 89.5428 124.833 85.2719 123.343C81.1801 121.916 77.4771 119.318 74.4808 114.128C73.5477 112.512 71.4809 111.958 69.8647 112.891C60.7943 118.128 58.3789 127.908 59.5612 138.335C60.7432 148.759 65.5416 160.703 72.0585 171.99C76.7467 180.11 84.2137 185.65 92.5082 188.009C109.878 223.223 136.802 277.114 163.087 320.39C176.382 342.279 189.62 361.631 201.464 374.488C207.367 380.896 213.109 385.897 218.51 388.731C223.932 391.577 229.612 392.514 234.677 389.59C239.701 386.689 241.739 381.362 242.011 375.305C242.282 369.276 240.868 361.889 238.328 353.671C233.233 337.184 223.265 316.289 211.125 294.055C187.194 250.227 154.423 200.484 132.432 167.542Z" fill="black"/>
23
- <path d="M222.003 383.987C251.016 367.236 161.583 231.035 117.596 165.184C114.136 171.21 102.55 183.107 83.8889 182.488C118.586 252.863 192.76 400.871 222.003 383.987Z" fill="white"/>
24
- <path d="M101.113 213.816C114.222 211.134 126.027 204.397 134.905 194.386C133.216 188.472 125.613 178.334 117.164 165.662C109.054 178.503 96.8889 185.093 83.3714 180.869L101.113 213.816Z" fill="#50C0FF"/>
25
- <path d="M63.1458 165.231C50.3507 143.07 49.4877 115.929 64.2945 107.38C77.9725 131.071 102.175 113.149 114.97 135.311C123.468 150.03 118.756 168.661 104.445 176.923C90.1347 185.186 71.6442 179.951 63.1458 165.231Z" fill="white"/>
26
- <path fill-rule="evenodd" clip-rule="evenodd" d="M112.053 137C119.664 150.182 115.383 166.712 102.766 173.997C90.1486 181.281 73.6929 176.723 66.0824 163.542C64.4146 160.653 62.9625 157.682 61.7325 154.688C74.9794 157.163 76.3883 150.24 78.0236 142.204C79.3214 135.827 80.7617 128.75 88.375 125.113C88.762 125.166 89.1457 125.217 89.5256 125.268L89.7919 125.304C94.4744 125.929 98.5595 126.475 102.274 128.042C105.892 129.569 109.231 132.112 112.053 137ZM120.335 163.195C123.902 153.895 123.328 143.012 117.906 133.621C114.331 127.429 109.846 123.902 104.901 121.815C100.333 119.888 95.4403 119.237 91.0303 118.65L90.4211 118.569C85.6906 117.937 81.4654 117.307 77.5927 115.546C73.8523 113.845 70.3043 111.013 67.2311 105.69C66.298 104.074 64.2313 103.52 62.615 104.453C53.7202 109.589 50.0379 119.991 50.0003 131.189C49.9623 142.488 53.5745 155.394 60.2294 166.921C64.8916 174.996 72.3021 180.519 80.5416 182.9C80.5872 183.271 80.6946 183.636 80.8647 183.981C98.2072 219.157 125.486 273.88 152.11 317.713C165.405 339.602 178.643 358.954 190.486 371.811C196.39 378.219 202.131 383.22 207.532 386.054C212.954 388.9 218.634 389.837 223.7 386.913C228.724 384.012 230.761 378.685 231.034 372.628C231.305 366.599 229.89 359.212 227.351 350.994C222.256 334.507 212.288 313.612 200.147 291.378C175.836 246.853 142.4 196.222 120.413 163.306C120.388 163.268 120.362 163.231 120.335 163.195ZM89.7982 185.662C90.1903 185.621 90.579 185.576 90.9643 185.526C101.247 185.716 110.319 180.305 117.109 171.622C118.084 173.061 119.032 174.449 119.949 175.792L119.95 175.793L119.954 175.8L119.955 175.801C122.065 178.892 124.01 181.742 125.747 184.404C128.265 188.266 130.057 191.318 131.041 193.608C123.397 201.656 113.663 207.274 102.879 209.954L89.7982 185.662ZM104.618 216.486C116.452 213.524 127.173 207.374 135.646 198.572C154.84 227.938 176.88 262.868 194.216 294.617C206.305 316.758 216.005 337.17 220.893 352.99C223.345 360.925 224.501 367.441 224.282 372.324C224.064 377.179 222.55 379.773 220.32 381.06C218.075 382.356 215.04 382.362 210.673 380.07C206.284 377.767 201.162 373.425 195.457 367.232C184.084 354.886 171.127 336.004 157.886 314.204C139.257 283.534 120.277 247.445 104.618 216.486Z" fill="black"/>
27
- <path fill-rule="evenodd" clip-rule="evenodd" d="M269.508 146.718C314.858 114.024 378.139 124.271 410.862 169.608C443.572 214.97 433.325 278.261 387.971 310.973C365.489 327.189 334.124 322.109 317.9 299.627L288.034 258.208C286.926 256.67 285.69 256.119 284.588 256.013C283.4 255.898 282.072 256.278 280.925 257.11C279.777 257.943 278.997 259.092 278.73 260.266C278.482 261.357 278.618 262.697 279.71 264.208L279.714 264.212C286.295 273.35 284.229 286.084 275.105 292.692L275.1 292.695C265.962 299.286 253.206 297.22 246.615 288.083C213.903 242.729 224.153 179.438 269.508 146.718Z" fill="black"/>
28
- <path fill-rule="evenodd" clip-rule="evenodd" d="M234.792 280.578C203.171 236.738 213.078 175.56 256.92 143.931C300.757 112.328 361.926 122.234 393.558 166.058C425.176 209.906 415.27 271.084 371.43 302.704C350.461 317.828 321.208 313.091 306.076 292.121L276.211 250.704C269.615 241.549 255.85 251.588 262.407 260.659C267.898 268.282 266.177 278.91 258.559 284.427C250.935 289.926 240.29 288.202 234.792 280.578Z" fill="white"/>
29
- <path fill-rule="evenodd" clip-rule="evenodd" d="M258.896 146.672C301.22 116.161 360.277 125.724 390.816 168.035ZM390.816 168.035C421.344 210.37 411.779 269.436 369.453 299.964C349.999 313.995 322.858 309.601 308.817 290.145L278.952 248.729C276.762 245.689 273.803 244.061 270.674 243.758C267.631 243.464 264.691 244.444 262.392 246.111C260.094 247.778 258.251 250.267 257.575 253.241C256.88 256.297 257.482 259.613 259.667 262.637C264.064 268.745 262.688 277.263 256.577 281.689C250.467 286.093 241.938 284.71 237.532 278.601C207.004 236.276 216.569 177.209 258.896 146.672M254.943 141.19C300.294 108.496 363.575 118.744 396.298 164.08C429.008 209.442 418.76 272.733 373.406 305.445C350.924 321.661 319.559 316.581 303.336 294.099L273.469 252.681C272.361 251.143 271.126 250.592 270.024 250.485C268.835 250.37 267.508 250.75 266.36 251.582C265.213 252.415 264.432 253.564 264.165 254.739C263.917 255.829 264.053 257.169 265.146 258.68L265.149 258.685C271.731 267.822 269.664 280.557 260.541 287.164L260.535 287.168C251.398 293.758 238.641 291.693 232.051 282.555C199.339 237.201 209.589 173.911 254.943 141.19Z" fill="black"/>
30
- <path fill-rule="evenodd" clip-rule="evenodd" d="M364.011 197.859C358.3 201.978 350.319 200.686 346.192 194.974C342.063 189.27 343.358 181.272 349.076 177.163C354.798 173.029 362.779 174.321 366.895 180.049C371.024 185.752 369.728 193.75 364.011 197.859Z" fill="#45CE42"/>
31
- <path fill-rule="evenodd" clip-rule="evenodd" d="M364.154 182.02C361.131 177.813 355.267 176.861 351.058 179.902L351.051 179.907L351.051 179.907C346.853 182.924 345.901 188.804 348.932 192.992L348.934 192.994C351.97 197.197 357.841 198.144 362.037 195.118L362.042 195.115C366.24 192.097 367.192 186.218 364.161 182.03L364.154 182.02L364.154 182.02ZM369.639 178.071C364.43 170.829 354.337 169.198 347.103 174.421C339.87 179.622 338.233 189.736 343.457 196.954C348.674 204.173 358.761 205.81 365.986 200.603C373.221 195.403 374.86 185.29 369.639 178.071Z" fill="black"/>
32
- <path fill-rule="evenodd" clip-rule="evenodd" d="M366.083 237.818C363.33 234.001 364.19 228.691 368.006 225.938C371.822 223.194 377.131 224.053 379.886 227.862C382.639 231.679 381.779 236.988 377.962 239.741C374.145 242.494 368.836 241.634 366.083 237.818Z" fill="#FF6A6A"/>
33
- <path fill-rule="evenodd" clip-rule="evenodd" d="M377.149 229.84C375.487 227.544 372.287 227.026 369.984 228.68C367.683 230.342 367.166 233.538 368.827 235.841C370.488 238.144 373.685 238.662 375.988 237.001C378.291 235.34 378.809 232.143 377.149 229.84ZM366.036 223.195C371.364 219.363 378.781 220.564 382.627 225.882L382.63 225.885C386.474 231.216 385.272 238.638 379.942 242.482C374.611 246.327 367.19 245.125 363.345 239.795C359.5 234.464 360.702 227.042 366.033 223.198L366.036 223.195Z" fill="black"/>
34
- <path fill-rule="evenodd" clip-rule="evenodd" d="M331.069 254.177C340.139 247.635 352.823 249.688 359.364 258.757C365.913 267.836 363.858 280.52 354.778 287.068C345.708 293.61 333.024 291.557 326.483 282.488L326.482 282.486C319.943 273.409 321.997 260.728 331.067 254.178L331.069 254.177Z" fill="black"/>
35
- <circle cx="342.927" cy="270.622" r="13.5171" transform="rotate(-28.6159 342.927 270.622)" fill="#50C0FF"/>
36
- <path fill-rule="evenodd" clip-rule="evenodd" d="M317.844 162.949C321.97 168.67 320.686 176.652 314.959 180.768C309.247 184.895 301.266 183.603 297.148 177.884C293.013 172.171 294.305 164.189 300.034 160.065C305.754 155.939 313.727 157.23 317.844 162.949Z" fill="#FFF847"/>
37
- <path fill-rule="evenodd" clip-rule="evenodd" d="M315.106 164.924C312.081 160.723 306.222 159.771 302.014 162.806L302.012 162.808C297.798 165.842 296.852 171.707 299.889 175.903L299.894 175.91C302.92 180.113 308.786 181.063 312.983 178.03L312.991 178.025C317.194 175.003 318.145 169.138 315.107 164.927L315.106 164.924ZM320.591 160.975C315.381 153.739 305.295 152.108 298.062 157.324C290.82 162.539 289.182 172.633 294.412 179.863C299.621 187.094 309.713 188.728 316.938 183.511C324.185 178.3 325.802 168.204 320.591 160.975Z" fill="black"/>
38
- </svg>`,
39
- label: formatMessage('Art Icon')
40
- },
41
- engineering: {
42
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
43
- <path fill-rule="evenodd" clip-rule="evenodd" d="M278.546 123.71C276.001 121.539 275.397 117.879 277.058 115.001L282.892 104.897C284.554 102.019 288.026 100.711 291.18 101.833C293.925 102.809 295.66 103.361 297.351 103.393C298.927 103.423 300.679 102.992 303.3 101.459C306.043 99.855 307.35 98.5014 308.152 97.0655C309.007 95.5349 309.419 93.703 309.981 90.7316C310.598 87.4674 313.438 85.1274 316.741 85.1081L328.24 85.041C331.603 85.0214 334.508 87.4133 335.09 90.75C335.594 93.6438 335.97 95.4293 336.781 96.9173C337.538 98.3049 338.788 99.6197 341.45 101.157C344.114 102.694 345.879 103.121 347.459 103.082C349.154 103.041 350.888 102.474 353.648 101.464C356.828 100.3 360.352 101.62 362.017 104.542L367.708 114.533C369.342 117.403 368.736 121.035 366.215 123.2C363.931 125.16 362.551 126.429 361.652 127.928C360.811 129.332 360.291 131.128 360.279 134.278C360.267 137.351 360.765 139.094 361.573 140.449C362.439 141.9 363.777 143.128 366.004 145.03C368.548 147.202 369.152 150.861 367.49 153.739L361.657 163.843C359.995 166.721 356.523 168.029 353.37 166.909C350.616 165.931 348.881 165.382 347.189 165.353C345.61 165.327 343.853 165.762 341.214 167.302C338.485 168.894 337.184 170.245 336.386 171.68C335.535 173.211 335.125 175.044 334.567 178.007C333.952 181.273 331.11 183.613 327.807 183.632L316.309 183.699C312.946 183.719 310.041 181.327 309.459 177.99C308.955 175.096 308.579 173.311 307.767 171.823C307.011 170.435 305.76 169.121 303.098 167.584C300.437 166.047 298.673 165.621 297.093 165.66C295.398 165.701 293.664 166.269 290.906 167.279C287.725 168.443 284.201 167.123 282.537 164.201L276.845 154.209C275.211 151.339 275.816 147.709 278.334 145.543C280.622 143.575 281.999 142.305 282.896 140.803C283.736 139.394 284.254 137.591 284.269 134.424C284.284 131.368 283.784 129.631 282.975 128.28C282.108 126.832 280.768 125.606 278.546 123.71ZM307.701 125.956C303.062 133.991 305.826 144.305 313.86 148.944C321.895 153.582 332.209 150.819 336.848 142.784C341.487 134.75 338.723 124.435 330.688 119.797C322.654 115.158 312.34 117.921 307.701 125.956Z" fill="black"/>
44
- <path fill-rule="evenodd" clip-rule="evenodd" d="M103.193 132.476C101.326 127.232 103.516 121.455 108.305 118.69L136.859 102.204C141.649 99.4391 147.748 100.431 151.354 104.673L151.416 104.746C156.475 110.699 160.002 114.848 164.311 117.604C168.507 120.287 173.616 121.737 181.97 121.69C190.644 121.641 195.926 120.163 200.267 117.422C204.733 114.603 208.391 110.353 213.698 104.169C217.299 99.973 223.347 98.9782 228.123 101.699L256.42 117.817C261.284 120.587 263.495 126.451 261.552 131.74L261.535 131.785C258.807 139.211 256.917 144.356 256.653 149.493C256.395 154.484 257.683 159.666 261.904 166.978C266.128 174.294 269.972 178.002 274.424 180.276C279.007 182.618 284.41 183.554 292.213 184.907L292.252 184.913C297.804 185.876 301.776 190.722 301.744 196.319L301.554 228.883C301.522 234.38 297.635 239.123 292.197 240.139C284.23 241.628 278.728 242.659 274.059 245.1C269.523 247.471 265.61 251.281 261.274 258.723C257.032 266.005 255.703 271.163 255.907 276.139C256.117 281.268 257.943 286.416 260.593 293.871C262.457 299.115 260.267 304.891 255.478 307.656L226.924 324.142C222.134 326.907 216.036 325.915 212.428 321.675L212.412 321.656C207.308 315.658 203.767 311.496 199.437 308.739C195.232 306.061 190.109 304.618 181.716 304.657C173.08 304.696 167.813 306.182 163.481 308.928C159.023 311.754 155.371 316.008 150.085 322.175C146.485 326.373 140.436 327.368 135.66 324.647L107.363 308.529C102.499 305.759 100.288 299.895 102.231 294.606L102.248 294.561C104.976 287.135 106.866 281.99 107.13 276.853C107.388 271.862 106.1 266.68 101.879 259.368C97.6573 252.056 93.8134 248.351 89.3625 246.078C84.7815 243.739 79.3808 242.803 71.5855 241.453L71.5381 241.444C65.9864 240.483 62.0134 235.636 62.0461 230.039L62.2361 197.472C62.2682 191.976 66.1526 187.236 71.5861 186.215C79.5773 184.714 85.078 183.673 89.7445 181.221C94.2797 178.838 98.1922 175.012 102.553 167.542C106.784 160.296 108.101 155.146 107.888 150.176C107.67 145.052 105.839 139.909 103.194 132.48L103.193 132.476ZM159.112 173.718C137.357 186.278 129.876 214.198 142.436 235.953C154.996 257.708 182.916 265.189 204.671 252.628C226.426 240.068 233.907 212.149 221.347 190.394C208.787 168.638 180.867 161.157 159.112 173.718Z" fill="black"/>
45
- <path fill-rule="evenodd" clip-rule="evenodd" d="M286.87 265.529C289.094 261.73 293.683 260.014 297.856 261.475C302.1 262.961 304.96 263.869 307.803 263.911C310.536 263.95 313.473 263.178 317.712 260.758C321.811 258.417 323.879 256.331 325.163 254.024C326.5 251.618 327.114 248.769 327.904 244.489C328.713 240.111 332.529 236.976 336.959 236.976L354.459 236.976C358.889 236.976 362.707 240.111 363.512 244.492C364.297 248.761 364.906 251.617 366.239 254.03C367.517 256.343 369.576 258.432 373.656 260.757C377.91 263.181 380.854 263.956 383.594 263.916C386.443 263.875 389.308 262.966 393.562 261.476C397.735 260.015 402.325 261.731 404.549 265.531L413.26 280.418C415.524 284.287 414.697 289.227 411.239 292.118C407.882 294.924 405.69 296.867 404.25 299.227C402.869 301.489 402.074 304.33 402.074 309.078C402.074 313.828 402.868 316.671 404.249 318.933C405.689 321.294 407.881 323.238 411.24 326.046C414.697 328.936 415.524 333.876 413.26 337.746L404.549 352.632C402.326 356.432 397.734 358.149 393.56 356.683C389.329 355.197 386.471 354.284 383.631 354.237C380.902 354.191 377.971 354.956 373.755 357.368C369.638 359.724 367.56 361.812 366.271 364.121C364.928 366.527 364.311 369.376 363.516 373.668C362.705 378.044 358.89 381.179 354.46 381.179L336.959 381.179C332.529 381.179 328.713 378.044 327.905 373.665C327.115 369.383 326.502 366.528 325.163 364.115C323.88 361.802 321.81 359.71 317.711 357.369C313.482 354.953 310.543 354.185 307.807 354.229C304.961 354.275 302.098 355.189 297.858 356.677C293.684 358.141 289.093 356.424 286.87 352.624L278.158 337.738C275.894 333.868 276.721 328.928 280.179 326.037C283.537 323.231 285.729 321.288 287.169 318.928C288.55 316.666 289.345 313.825 289.345 309.078C289.345 304.33 288.55 301.489 287.169 299.227C285.729 296.868 283.537 294.924 280.179 292.118C276.721 289.228 275.894 284.287 278.158 280.418L286.87 265.529ZM345.709 282.672C331.151 282.672 319.304 294.519 319.304 309.078C319.304 323.636 331.151 335.483 345.709 335.483C360.268 335.483 372.114 323.636 372.114 309.078C372.114 294.519 360.268 282.672 345.709 282.672Z" fill="black"/>
46
- <path fill-rule="evenodd" clip-rule="evenodd" d="M247.841 165.767C239.385 151.12 241.755 143.733 246.81 129.952C248.648 124.941 246.571 119.372 241.933 116.73L216.181 102.062C211.625 99.4671 205.887 100.432 202.47 104.409C192.617 115.876 187.29 121.544 169.934 121.641C153.18 121.736 147.907 116 138.477 104.915C135.059 100.897 129.278 99.9363 124.71 102.574L98.6827 117.601C94.1148 120.238 92.0568 125.724 93.8231 130.693C98.712 144.449 100.991 151.819 92.5129 166.341C83.7851 181.291 76.2132 183.065 61.3897 185.859C56.2385 186.83 52.5352 191.317 52.5046 196.558L52.3317 226.197C52.3006 231.535 56.0846 236.117 61.344 237.031C75.8058 239.544 83.3879 241.184 91.8443 255.831C100.301 270.478 97.9301 277.865 92.8755 291.645C91.0373 296.657 93.1139 302.225 97.7524 304.868L123.504 319.536C128.06 322.131 133.798 321.166 137.213 317.187C147.027 305.753 152.366 300.036 169.656 299.957C186.478 299.88 191.738 305.567 201.207 316.685C204.627 320.701 210.407 321.661 214.975 319.024L241.003 303.997C245.571 301.36 247.629 295.875 245.865 290.904C240.968 277.101 238.719 269.761 247.216 255.178C255.899 240.274 263.52 238.515 278.298 235.745C283.452 234.779 287.157 230.291 287.188 225.048L287.36 195.413C287.392 190.075 283.608 185.492 278.348 184.578C263.881 182.063 256.302 180.421 247.841 165.767ZM193.785 252.269C170.918 265.471 141.576 257.609 128.373 234.741C115.171 211.874 123.033 182.532 145.9 169.329C168.768 156.127 198.11 163.989 211.312 186.856C224.515 209.724 216.653 239.066 193.785 252.269Z" fill="white"/>
47
- <path fill-rule="evenodd" clip-rule="evenodd" d="M91.1467 130.098C89.2799 124.855 91.4701 119.078 96.2593 116.313L124.813 99.8269C129.603 97.0618 135.702 98.0532 139.308 102.296L139.37 102.369C144.429 108.321 147.956 112.471 152.265 115.227C156.461 117.91 161.571 119.359 169.924 119.312C178.598 119.264 183.88 117.785 188.221 115.045C192.687 112.225 196.345 107.976 201.652 101.792C205.253 97.5957 211.301 96.6009 216.077 99.3215L244.375 115.44C249.238 118.21 251.449 124.074 249.506 129.363L249.49 129.407C246.761 136.834 244.871 141.979 244.607 147.116C244.349 152.107 245.637 157.289 249.858 164.6C254.082 171.917 257.927 175.625 262.378 177.899C266.961 180.24 272.364 181.177 280.167 182.529L280.206 182.536C285.758 183.498 289.731 188.345 289.698 193.942L289.508 226.506C289.476 232.003 285.589 236.745 280.152 237.762C272.184 239.251 266.682 240.282 262.013 242.723C257.477 245.094 253.564 248.903 249.228 256.346C244.986 263.627 243.657 268.786 243.861 273.762C244.071 278.891 245.897 284.038 248.547 291.494C250.411 296.738 248.221 302.514 243.432 305.279L214.878 321.765C210.088 324.53 203.99 323.538 200.382 319.298L200.366 319.279C195.262 313.281 191.721 309.119 187.391 306.361C183.187 303.683 178.063 302.241 169.67 302.28C161.034 302.319 155.767 303.805 151.435 306.551C146.977 309.377 143.325 313.631 138.039 319.797C134.44 323.996 128.39 324.991 123.614 322.27L95.3167 306.152C90.4535 303.382 88.2424 297.518 90.1852 292.229L90.2019 292.184C92.9299 284.758 94.8199 279.613 95.0846 274.476C95.3418 269.485 94.0546 264.303 89.833 256.991C85.6114 249.679 81.7675 245.974 77.3166 243.701C72.7356 241.362 67.3349 240.426 59.5396 239.075L59.4922 239.067C53.9405 238.105 49.9675 233.258 50.0002 227.662L50.1902 195.094C50.2223 189.599 54.1067 184.859 59.5402 183.838C67.5314 182.337 73.0321 181.296 77.6986 178.844C82.2338 176.46 86.1463 172.635 90.5073 165.165C94.738 157.918 96.0547 152.769 95.8425 147.798C95.6238 142.674 93.7928 137.531 91.1481 130.102L91.1467 130.098ZM98.5851 120.341C95.7087 122.002 94.4272 125.444 95.529 128.538C95.5899 128.71 95.6506 128.88 95.711 129.05C98.2001 136.038 100.241 141.769 100.49 147.6C100.751 153.726 99.049 159.76 94.5245 167.51C89.8826 175.461 85.4072 180.048 79.8626 182.961C74.5526 185.752 68.4173 186.904 60.8426 188.326C60.6953 188.354 60.5475 188.382 60.3991 188.41C57.1872 189.013 54.8611 191.821 54.8418 195.122L54.6518 227.689C54.6322 231.05 57.0111 233.916 60.2863 234.484C60.4782 234.517 60.6692 234.55 60.8593 234.583C68.1969 235.853 74.2172 236.895 79.4321 239.558C84.9214 242.361 89.347 246.846 93.8615 254.665C98.3759 262.485 100.047 268.56 99.7301 274.715C99.4287 280.563 97.3211 286.298 94.7522 293.287C94.6857 293.468 94.6188 293.65 94.5516 293.833C93.4055 296.953 94.6981 300.446 97.619 302.11L125.916 318.228C128.785 319.862 132.38 319.251 134.507 316.77L134.829 316.395C139.825 310.565 143.884 305.83 148.944 302.622C154.239 299.265 160.449 297.67 169.649 297.628C178.628 297.587 184.71 299.139 189.89 302.438C194.816 305.575 198.76 310.212 203.564 315.859L203.925 316.284C206.054 318.786 209.675 319.397 212.552 317.736L241.106 301.25C243.982 299.59 245.264 296.148 244.164 293.052L243.998 292.586C241.497 285.551 239.453 279.803 239.213 273.952C238.962 267.821 240.678 261.781 245.209 254.004C249.83 246.072 254.31 241.501 259.858 238.6C265.155 235.831 271.272 234.688 278.795 233.283L279.297 233.189C282.509 232.589 284.837 229.781 284.856 226.479L285.046 193.915C285.066 190.553 282.687 187.687 279.412 187.12L278.845 187.021C271.501 185.75 265.478 184.707 260.261 182.041C254.772 179.236 250.346 174.749 245.83 166.926C241.315 159.107 239.644 153.032 239.961 146.876C240.263 141.029 242.37 135.294 244.939 128.304L245.14 127.759C246.286 124.638 244.993 121.145 242.072 119.481L213.775 103.363C210.906 101.729 207.311 102.34 205.182 104.821L204.899 105.151C199.863 111.02 195.789 115.768 190.704 118.978C185.4 122.327 179.178 123.912 169.95 123.964C161 124.014 154.929 122.452 149.759 119.145C144.856 116.01 140.926 111.384 136.159 105.773C136.028 105.619 135.896 105.464 135.764 105.308C133.637 102.806 130.016 102.194 127.139 103.855L98.5851 120.341ZM147.066 171.34C125.311 183.901 117.83 211.82 130.39 233.575C142.951 255.33 170.87 262.811 192.625 250.251C214.38 237.691 221.861 209.771 209.301 188.016C196.741 166.261 168.821 158.78 147.066 171.34ZM126.362 235.901C112.517 211.921 120.76 181.157 144.74 167.312C168.72 153.467 199.485 161.71 213.329 185.69C227.174 209.67 218.931 240.435 194.951 254.28C170.971 268.124 140.207 259.881 126.362 235.901Z" fill="black"/>
48
- <path fill-rule="evenodd" clip-rule="evenodd" d="M389.966 304.883C389.966 294.84 393.343 291.674 399.966 286.139C402.544 283.984 403.168 280.297 401.471 277.398L392.76 262.511C391.093 259.663 387.663 258.386 384.549 259.477C376.151 262.418 371.682 263.689 362.722 258.583C354.078 253.657 352.991 249.137 351.443 240.718C350.843 237.453 347.997 235.108 344.678 235.108L327.177 235.108C323.858 235.108 321.012 237.453 320.41 240.717C318.85 249.16 317.755 253.632 309.083 258.583C300.152 263.682 295.684 262.409 287.305 259.476C284.192 258.386 280.762 259.662 279.096 262.51L270.384 277.398C268.687 280.297 269.312 283.984 271.889 286.139C278.512 291.674 281.889 294.84 281.889 304.883C281.889 314.926 278.512 318.092 271.889 323.628C269.312 325.782 268.687 329.469 270.384 332.368L279.095 347.255C280.762 350.103 284.193 351.38 287.306 350.287C295.674 347.351 300.164 346.06 309.083 351.155C317.757 356.11 318.852 360.602 320.41 369.048C321.013 372.313 323.858 374.658 327.177 374.658L344.678 374.658C347.997 374.658 350.842 372.313 351.447 369.049C353.016 360.58 354.118 356.132 362.818 351.155C371.712 346.066 376.2 347.362 384.549 350.294C387.662 351.387 391.094 350.111 392.76 347.263L401.471 332.377C403.168 329.477 402.544 325.79 399.966 323.636C393.341 318.097 389.966 314.931 389.966 304.883ZM335.928 333.614C320.084 333.614 307.197 320.726 307.197 304.883C307.197 289.04 320.084 276.152 335.928 276.152C351.771 276.152 364.658 289.04 364.658 304.883C364.658 320.726 351.771 333.614 335.928 333.614Z" fill="white"/>
49
- <path fill-rule="evenodd" clip-rule="evenodd" d="M286.539 261.67C284.485 260.951 282.214 261.788 281.105 263.683L272.394 278.571C271.264 280.501 271.685 282.934 273.383 284.353C276.648 287.082 279.456 289.49 281.36 292.608C283.323 295.824 284.217 299.587 284.217 304.882C284.217 310.177 283.323 313.941 281.36 317.156C279.456 320.275 276.648 322.682 273.383 325.411C271.685 326.83 271.264 329.263 272.394 331.193L281.105 346.08C282.214 347.975 284.485 348.812 286.538 348.092C290.667 346.643 294.232 345.443 297.952 345.383C301.783 345.321 305.549 346.456 310.239 349.134C314.814 351.748 317.629 354.38 319.451 357.663C321.218 360.847 321.931 364.46 322.7 368.626C323.096 370.776 324.97 372.332 327.179 372.332L344.68 372.332C346.889 372.332 348.764 370.776 349.162 368.625C349.936 364.448 350.655 360.838 352.43 357.658C354.259 354.381 357.082 351.757 361.665 349.135C366.343 346.459 370.103 345.327 373.928 345.39C377.643 345.452 381.203 346.652 385.321 348.099C387.374 348.82 389.646 347.983 390.755 346.087L399.466 331.201C400.595 329.271 400.174 326.838 398.476 325.419C395.21 322.689 392.402 320.28 390.498 317.161C388.535 313.944 387.643 310.179 387.643 304.882C387.643 299.587 388.536 295.824 390.499 292.608C392.403 289.49 395.211 287.082 398.476 284.353C400.174 282.934 400.595 280.501 399.466 278.571L390.754 263.685C389.645 261.789 387.374 260.952 385.319 261.671C381.175 263.122 377.607 264.319 373.881 264.372C370.048 264.427 366.278 263.284 361.573 260.603C357.008 258.001 354.202 255.368 352.388 252.084C350.629 248.901 349.92 245.288 349.157 241.138C348.762 238.989 346.889 237.433 344.68 237.433L327.179 237.433C324.97 237.433 323.096 238.988 322.699 241.139C321.93 245.302 321.216 248.911 319.448 252.089C317.626 255.366 314.811 257.991 310.238 260.602C305.546 263.281 301.783 264.422 297.955 264.366C294.237 264.312 290.673 263.117 286.539 261.67ZM277.091 261.334C279.314 257.535 283.903 255.819 288.076 257.28C292.32 258.766 295.18 259.674 298.023 259.715C300.756 259.755 303.693 258.982 307.932 256.562C312.031 254.222 314.1 252.136 315.383 249.828C316.721 247.422 317.334 244.573 318.124 240.294C318.933 235.916 322.749 232.781 327.179 232.781L344.68 232.781C349.109 232.781 352.927 235.916 353.732 240.297C354.517 244.565 355.126 247.422 356.459 249.835C357.737 252.147 359.797 254.237 363.876 256.561C368.13 258.985 371.075 259.76 373.815 259.721C376.663 259.68 379.528 258.77 383.782 257.281C387.955 255.819 392.546 257.535 394.769 261.335L403.48 276.222C405.745 280.091 404.917 285.032 401.459 287.922C398.102 290.729 395.91 292.672 394.47 295.032C393.089 297.293 392.294 300.135 392.294 304.882C392.294 309.633 393.089 312.475 394.469 314.738C395.909 317.098 398.101 319.042 401.46 321.85C404.917 324.74 405.745 329.681 403.48 333.55L394.77 348.437C392.546 352.237 387.954 353.953 383.78 352.487C379.55 351.002 376.692 350.088 373.851 350.041C371.122 349.996 368.191 350.761 363.975 353.173C359.858 355.528 357.78 357.617 356.491 359.926C355.148 362.332 354.531 365.18 353.736 369.472C352.925 373.849 349.11 376.983 344.68 376.983L327.179 376.983C322.75 376.983 318.933 373.848 318.125 369.469C317.335 365.188 316.722 362.332 315.383 359.92C314.1 357.606 312.03 355.515 307.932 353.174C303.702 350.757 300.764 349.99 298.028 350.034C295.181 350.08 292.318 350.994 288.078 352.481C283.905 353.945 279.313 352.229 277.09 348.429L268.379 333.542C266.115 329.673 266.942 324.732 270.4 321.842C273.757 319.036 275.949 317.092 277.389 314.733C278.77 312.471 279.565 309.63 279.565 304.882C279.565 300.135 278.77 297.293 277.389 295.032C275.949 292.672 273.757 290.729 270.4 287.922C266.942 285.032 266.115 280.091 268.379 276.222L277.091 261.334ZM335.93 278.477C321.371 278.477 309.524 290.324 309.524 304.882C309.524 319.441 321.371 331.287 335.93 331.287C350.488 331.287 362.335 319.441 362.335 304.882C362.335 290.324 350.488 278.477 335.93 278.477ZM304.873 304.882C304.873 287.754 318.802 273.825 335.93 273.825C353.057 273.825 366.986 287.754 366.986 304.882C366.986 322.01 353.057 335.939 335.93 335.939C318.802 335.939 304.873 322.01 304.873 304.882Z" fill="black"/>
50
- <path fill-rule="evenodd" clip-rule="evenodd" d="M333.846 100.124C328.048 96.7768 327.345 93.7718 326.357 88.103C325.972 85.8967 324.052 84.3073 321.812 84.3204L310.313 84.3875C308.114 84.4003 306.233 85.9556 305.825 88.117C304.723 93.9459 303.967 96.9496 298.033 100.42C292.308 103.769 289.336 102.89 283.959 100.978C281.874 100.236 279.571 101.097 278.465 103.013L272.631 113.117C271.525 115.034 271.93 117.458 273.614 118.894C277.969 122.609 280.186 124.732 280.153 131.389C280.12 138.245 277.896 140.4 273.41 144.26C271.742 145.694 271.336 148.1 272.425 150.011L278.116 160.003C279.225 161.949 281.562 162.818 283.665 162.048C289.068 160.07 292.022 159.176 297.82 162.523C303.618 165.871 304.321 168.876 305.309 174.544C305.693 176.751 307.614 178.34 309.854 178.327L321.352 178.26C323.552 178.247 325.433 176.692 325.84 174.53C326.934 168.72 327.685 165.697 333.6 162.246C339.352 158.89 342.31 159.755 347.706 161.671C349.792 162.411 352.094 161.551 353.201 159.634L359.034 149.53C360.141 147.614 359.735 145.189 358.053 143.752C353.686 140.023 351.485 137.904 351.511 131.222C351.538 124.391 353.782 122.232 358.258 118.389C359.927 116.956 360.334 114.549 359.245 112.638L353.554 102.647C352.446 100.701 350.109 99.832 348.006 100.602C342.6 102.581 339.647 103.474 333.846 100.124ZM332.421 140.901C327.14 150.048 315.403 153.193 306.256 147.912C297.109 142.631 293.964 130.894 299.245 121.747C304.526 112.6 316.263 109.455 325.41 114.736C334.557 120.017 337.702 131.754 332.421 140.901Z" fill="white"/>
51
- <path fill-rule="evenodd" clip-rule="evenodd" d="M303.543 87.6907C304.16 84.4265 307.001 82.0865 310.304 82.0672L321.802 82.0001C325.166 81.9805 328.07 84.3725 328.652 87.7091C329.157 90.6029 329.533 92.3884 330.344 93.8764C331.1 95.2641 332.351 96.5788 335.013 98.1157C337.676 99.6536 339.441 100.08 341.022 100.042C342.716 100 344.451 99.4335 347.21 98.4233C350.391 97.259 353.914 98.5786 355.579 101.501L361.27 111.492C362.905 114.363 362.299 117.994 359.777 120.159C357.494 122.12 356.114 123.388 355.215 124.887C354.373 126.291 353.854 128.087 353.841 131.237C353.829 134.31 354.327 136.053 355.136 137.408C356.002 138.859 357.339 140.087 359.567 141.989C362.11 144.161 362.714 147.82 361.053 150.698L355.219 160.802C353.557 163.681 350.085 164.988 346.932 163.868C344.178 162.891 342.443 162.341 340.751 162.313C339.172 162.286 337.415 162.721 334.776 164.261C332.047 165.853 330.747 167.204 329.949 168.639C329.097 170.171 328.688 172.003 328.13 174.966C327.514 178.232 324.673 180.572 321.37 180.591L309.871 180.658C306.508 180.678 303.603 178.286 303.022 174.949C302.517 172.056 302.141 170.27 301.33 168.782C300.574 167.394 299.323 166.08 296.661 164.543C293.999 163.006 292.235 162.58 290.655 162.619C288.961 162.66 287.227 163.228 284.468 164.238C281.288 165.402 277.764 164.083 276.099 161.16L270.408 151.168C268.773 148.298 269.379 144.668 271.897 142.502C274.184 140.534 275.562 139.264 276.458 137.762C277.299 136.353 277.816 134.55 277.832 131.383C277.846 128.327 277.347 126.59 276.538 125.239C275.67 123.791 274.331 122.565 272.109 120.669C269.563 118.498 268.959 114.838 270.621 111.96L276.455 101.856C278.116 98.9781 281.589 97.6699 284.742 98.7919C287.488 99.7685 289.222 100.32 290.913 100.352C292.489 100.382 294.241 99.9515 296.863 98.4182C299.606 96.8141 300.913 95.4605 301.714 94.0246C302.569 92.494 302.982 90.6621 303.543 87.6907ZM310.331 86.7188C309.235 86.7252 308.314 87.4957 308.114 88.5543C307.574 91.4118 307.058 93.9963 305.776 96.2924C304.441 98.6832 302.403 100.567 299.211 102.434C296.108 104.249 293.511 105.054 290.825 105.003C288.255 104.955 285.815 104.111 283.183 103.175C282.167 102.813 281.034 103.227 280.483 104.182L274.649 114.286C274.098 115.241 274.306 116.429 275.127 117.13C277.26 118.949 279.206 120.642 280.528 122.849C281.908 125.152 282.501 127.805 282.483 131.406C282.465 135.095 281.854 137.798 280.453 140.146C279.107 142.4 277.129 144.137 274.93 146.029C274.114 146.731 273.907 147.913 274.45 148.865L280.141 158.858C280.694 159.827 281.843 160.245 282.869 159.87C285.514 158.901 287.958 158.032 290.541 157.969C293.239 157.903 295.851 158.704 298.987 160.514C302.123 162.325 304.123 164.187 305.414 166.556C306.651 168.824 307.12 171.376 307.604 174.151C307.792 175.227 308.728 176.013 309.844 176.007L321.343 175.94C322.439 175.933 323.359 175.163 323.558 174.105C324.094 171.258 324.607 168.674 325.883 166.379C327.213 163.987 329.246 162.102 332.432 160.243C335.545 158.426 338.143 157.616 340.83 157.662C343.404 157.705 345.846 158.547 348.489 159.485C349.506 159.846 350.639 159.432 351.191 158.477L357.024 148.373C357.575 147.418 357.368 146.229 356.546 145.526C354.407 143.7 352.461 142.004 351.141 139.792C349.765 137.485 349.175 134.828 349.19 131.219C349.204 127.537 349.82 124.839 351.226 122.495C352.574 120.246 354.554 118.513 356.747 116.63C357.563 115.929 357.771 114.747 357.228 113.795L351.537 103.803C350.985 102.834 349.835 102.416 348.809 102.792C346.163 103.76 343.718 104.629 341.134 104.692C338.437 104.757 335.824 103.955 332.687 102.144C329.551 100.333 327.551 98.4719 326.26 96.1029C325.023 93.8344 324.553 91.283 324.07 88.508C323.882 87.4319 322.945 86.6452 321.83 86.6517L310.331 86.7188ZM324.251 116.756C316.216 112.117 305.902 114.881 301.263 122.915C296.624 130.95 299.388 141.264 307.423 145.903C315.457 150.542 325.772 147.778 330.41 139.743C335.049 131.709 332.285 121.394 324.251 116.756ZM297.235 120.589C303.158 110.33 316.317 106.804 326.577 112.727C336.836 118.65 340.362 131.81 334.439 142.069C328.516 152.329 315.356 155.855 305.097 149.931C294.837 144.008 291.311 130.849 297.235 120.589Z" fill="black"/>
52
- <path fill-rule="evenodd" clip-rule="evenodd" d="M141.218 161.524C113.963 177.26 104.625 212.11 120.361 239.365C136.096 266.619 170.946 275.958 198.201 260.222C225.456 244.487 234.794 209.636 219.058 182.382C203.323 155.127 168.472 145.789 141.218 161.524ZM118.346 240.528C101.969 212.161 111.688 175.888 140.055 159.51C168.422 143.132 204.695 152.852 221.073 181.219C237.45 209.586 227.731 245.859 199.364 262.236C170.997 278.614 134.724 268.895 118.346 240.528Z" fill="#FF6795"/>
53
- <path fill-rule="evenodd" clip-rule="evenodd" d="M317.683 273.251C300.44 283.206 294.533 305.254 304.488 322.497C314.443 339.74 336.491 345.647 353.734 335.692C370.976 325.737 376.884 303.689 366.929 286.446C356.974 269.204 334.926 263.296 317.683 273.251ZM302.473 323.66C291.876 305.305 298.165 281.834 316.52 271.237C334.875 260.639 358.346 266.928 368.943 285.283C379.541 303.638 373.252 327.109 354.896 337.706C336.541 348.304 313.071 342.015 302.473 323.66Z" fill="#45CE42"/>
54
- <path fill-rule="evenodd" clip-rule="evenodd" d="M327.781 110.014C316.101 103.27 301.165 107.272 294.421 118.953C287.677 130.633 291.679 145.569 303.36 152.313C315.04 159.057 329.976 155.055 336.72 143.374C343.464 131.693 339.462 116.757 327.781 110.014ZM292.407 117.79C299.793 104.997 316.151 100.613 328.944 107.999C341.737 115.385 346.121 131.744 338.734 144.537C331.348 157.33 314.99 161.713 302.197 154.327C289.404 146.941 285.021 130.583 292.407 117.79Z" fill="#50C0FF"/>
55
- </svg>
56
- `,
57
- label: formatMessage('Engineering Icon')
58
- },
59
- english: {
60
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
61
- <path fill-rule="evenodd" clip-rule="evenodd" d="M93.8979 78.0636H335.229C340.183 78.0636 344.085 78.0636 347.225 78.3201C350.429 78.5819 353.105 79.1257 355.536 80.3646C359.509 82.3886 362.738 85.6182 364.762 89.5905C366.001 92.0219 366.545 94.6974 366.807 97.9014C367.063 101.042 367.063 104.944 367.063 109.898V241.083C367.063 246.037 367.063 249.939 366.807 253.079C366.545 256.283 366.001 258.959 364.762 261.39C362.738 265.363 359.509 268.592 355.536 270.616C353.105 271.855 350.429 272.399 347.225 272.661C344.085 272.917 340.183 272.917 335.229 272.917H176.475L114.417 334.974C113.555 335.837 112.258 336.095 111.131 335.628C110.004 335.161 109.269 334.062 109.269 332.842V272.917H93.8979C88.9442 272.917 85.0418 272.917 81.9014 272.661C78.6974 272.399 76.0219 271.855 73.5905 270.616C69.6182 268.592 66.3886 265.363 64.3646 261.39C63.1257 258.959 62.5819 256.283 62.3201 253.079C62.0636 249.939 62.0636 246.037 62.0636 241.083V109.898C62.0636 104.944 62.0636 101.042 62.3201 97.9013C62.5819 94.6974 63.1257 92.0219 64.3646 89.5905C66.3886 85.6182 69.6182 82.3886 73.5905 80.3646C76.0219 79.1257 78.6974 78.5819 81.9014 78.3201C85.0418 78.0636 88.9442 78.0636 93.8979 78.0636Z" fill="black"/>
62
- <path fill-rule="evenodd" clip-rule="evenodd" d="M266.981 219.675H398.166C403.119 219.675 407.022 219.675 410.162 219.931C413.366 220.193 416.042 220.737 418.473 221.976C422.445 224 425.675 227.229 427.699 231.202C428.938 233.633 429.482 236.309 429.743 239.513C430 242.653 430 246.555 430 251.509V319.754C430 324.707 430 328.61 429.743 331.75C429.482 334.954 428.938 337.63 427.699 340.061C425.675 344.033 422.445 347.263 418.473 349.287C416.042 350.526 413.366 351.069 410.162 351.331C407.099 351.581 403.311 351.588 398.53 351.588V411.513C398.53 412.7 397.833 413.777 396.749 414.264C395.666 414.75 394.398 414.556 393.51 413.767L323.559 351.588H266.981C262.027 351.588 258.125 351.588 254.984 351.331C251.78 351.069 249.105 350.526 246.673 349.287C242.701 347.263 239.471 344.033 237.447 340.061C236.208 337.63 235.665 334.954 235.403 331.75C235.146 328.61 235.146 324.707 235.146 319.753V251.509C235.146 246.555 235.146 242.653 235.403 239.513C235.665 236.309 236.208 233.633 237.447 231.202C239.471 227.229 242.701 224 246.673 221.976C249.105 220.737 251.78 220.193 254.984 219.931C258.125 219.675 262.027 219.675 266.981 219.675Z" fill="black"/>
63
- <path d="M163.162 257.838H323.031C333.166 257.838 338.233 257.838 342.104 255.865C345.508 254.131 348.277 251.362 350.011 247.958C351.984 244.087 351.984 239.02 351.984 228.885V97.9683C351.984 87.834 351.984 82.7668 350.011 78.896C348.277 75.4912 345.508 72.723 342.104 70.9881C338.233 69.0159 333.166 69.0159 323.031 69.0159H81.9683C71.834 69.0159 66.7668 69.0159 62.896 70.9881C59.4912 72.723 56.723 75.4912 54.9881 78.896C53.0159 82.7668 53.0159 87.834 53.0159 97.9682V228.885C53.0159 239.02 53.0159 244.087 54.9881 247.958C56.723 251.362 59.4912 254.131 62.896 255.865C66.7668 257.838 71.834 257.838 81.9683 257.838H100.221V320.778L163.162 257.838Z" fill="white"/>
64
- <path fill-rule="evenodd" clip-rule="evenodd" d="M123.382 170.372C124.29 171.365 125.348 171.862 126.557 171.862C126.73 171.862 126.968 171.84 127.27 171.797L128.177 171.668C128.523 171.624 128.825 171.581 129.084 171.538C129.387 171.495 129.603 171.473 129.732 171.473C130.337 171.473 130.899 171.97 131.417 172.964C132.929 176.333 134.873 179.205 137.248 181.581C139.624 183.914 142.454 185.814 145.736 187.283C149.019 188.752 152.734 189.81 156.881 190.458C161.028 191.149 165.607 191.495 170.617 191.495C174.894 191.495 179.149 191.149 183.382 190.458C187.615 189.81 191.416 188.795 194.786 187.413C198.155 186.074 200.876 184.367 202.95 182.294C205.066 180.221 206.125 177.758 206.125 174.907C206.125 173.827 205.909 172.769 205.477 171.732C205.088 170.696 204.505 169.789 203.727 169.011C202.993 168.19 202.107 167.542 201.071 167.067C200.034 166.549 198.889 166.29 197.637 166.29C196.643 166.29 195.65 166.506 194.656 166.938C193.706 167.326 192.842 167.866 192.064 168.558C191.33 169.206 190.725 169.961 190.25 170.825C189.775 171.646 189.537 172.488 189.537 173.352C189.537 173.957 189.688 174.519 189.991 175.037C190.336 175.555 190.509 176.052 190.509 176.527C190.509 177.046 190.099 177.499 189.278 177.888C188.501 178.233 187.485 178.536 186.233 178.795C185.023 179.011 183.641 179.184 182.086 179.313C180.574 179.443 179.084 179.551 177.615 179.637C176.19 179.681 174.872 179.702 173.663 179.702H170.877C169.365 179.702 167.723 179.594 165.952 179.378C164.181 179.162 162.367 178.881 160.509 178.536C158.695 178.147 156.924 177.672 155.196 177.11C153.512 176.549 151.978 175.923 150.596 175.231C150.314 175.086 150.042 174.938 149.779 174.786C149.778 174.786 149.778 174.786 149.777 174.785C149.718 174.751 149.66 174.717 149.602 174.683C149.53 174.641 149.46 174.598 149.39 174.556C148.568 174.055 147.847 173.525 147.227 172.964C146.363 172.143 145.888 171.257 145.801 170.307C145.801 170.048 145.909 169.832 146.125 169.659C146.384 169.486 147.097 169.249 148.263 168.946C149.559 168.644 151.222 168.255 153.253 167.78C155.326 167.262 157.551 166.743 159.926 166.225C162.302 165.663 164.721 165.102 167.183 164.54C169.645 163.979 171.935 163.46 174.051 162.985C176.168 162.467 178.004 162.035 179.559 161.689C181.114 161.301 182.151 161.02 182.669 160.847C184.613 160.329 185.952 159.551 186.686 158.514C187.464 157.435 187.853 156.268 187.853 155.016C187.853 154.8 187.831 154.605 187.788 154.432C187.745 154.26 187.723 154.065 187.723 153.849C187.507 152.51 187.075 151.409 186.427 150.545C185.822 149.638 184.915 149.184 183.706 149.184C182.885 149.184 181.46 149.4 179.429 149.832C177.399 150.264 175.045 150.804 172.367 151.452C169.689 152.057 166.838 152.748 163.814 153.525C160.833 154.26 157.961 154.951 155.196 155.599C152.475 156.203 150.013 156.722 147.81 157.154C145.65 157.586 144.052 157.802 143.015 157.802C142.583 157.802 142.238 157.607 141.978 157.219C141.719 156.787 141.503 156.247 141.33 155.599C141.201 154.951 141.114 154.238 141.071 153.461C141.028 152.683 141.006 151.927 141.006 151.193V148.536C141.006 147.931 141.158 147.456 141.46 147.111C141.762 146.722 142.216 146.484 142.821 146.398C147.227 145.793 151.654 145.188 156.103 144.584C160.553 143.979 164.98 143.309 169.386 142.575C173.792 141.798 178.155 140.955 182.475 140.048C186.838 139.098 191.157 137.996 195.434 136.744C197.161 136.182 198.392 135.426 199.127 134.476C199.904 133.482 200.293 132.424 200.293 131.301C200.293 130.653 200.25 129.962 200.164 129.228C200.12 128.45 199.969 127.759 199.71 127.154C199.451 126.549 199.04 126.053 198.479 125.664C197.961 125.232 197.248 125.016 196.341 125.016C195.693 125.016 194.937 125.124 194.073 125.34C191.265 126.031 188.133 126.744 184.678 127.478C181.222 128.212 177.68 128.947 174.051 129.681C170.423 130.372 166.838 131.02 163.296 131.625C159.797 132.23 156.579 132.77 153.641 133.245C150.747 133.72 148.263 134.087 146.19 134.346C144.117 134.605 142.734 134.735 142.043 134.735C141.654 134.735 141.266 134.649 140.877 134.476C140.531 134.303 140.121 134.109 139.646 133.893C139.214 133.634 138.695 133.418 138.091 133.245C137.486 133.072 136.73 132.986 135.823 132.986C133.62 132.986 131.827 133.31 130.445 133.957C129.106 134.562 128.048 135.34 127.27 136.29C126.536 137.197 126.039 138.191 125.78 139.271C125.564 140.307 125.456 141.236 125.456 142.057C125.456 142.964 125.564 143.72 125.78 144.325C125.996 144.929 126.233 145.491 126.493 146.009C126.795 146.484 127.054 146.916 127.27 147.305C127.529 147.694 127.68 148.104 127.724 148.536C127.853 150.653 127.94 152.51 127.983 154.108C128.069 155.664 128.112 157.132 128.112 158.514C128.112 159.033 127.961 159.443 127.659 159.746C127.4 160.005 127.032 160.242 126.557 160.458C125.002 161.149 123.858 162.013 123.123 163.05C122.389 164.087 122.022 165.167 122.022 166.29C122.022 167.974 122.475 169.335 123.382 170.372ZM122.034 156.035C122.015 155.519 121.991 154.988 121.96 154.443L121.956 154.357L121.953 154.271C121.919 152.987 121.854 151.505 121.757 149.819C121.655 149.648 121.538 149.458 121.404 149.247L121.237 148.985L121.098 148.707C120.719 147.95 120.388 147.162 120.099 146.353C119.577 144.889 119.424 143.393 119.424 142.057C119.424 140.724 119.597 139.372 119.875 138.04L119.893 137.951L119.915 137.863C120.394 135.865 121.312 134.064 122.582 132.495L122.592 132.483L122.602 132.471C124.065 130.683 125.917 129.389 127.925 128.477C130.372 127.34 133.113 126.954 135.823 126.954C137.066 126.954 138.424 127.067 139.748 127.445C140.623 127.695 141.526 128.038 142.399 128.519C142.503 128.567 142.605 128.615 142.706 128.662C142.806 128.653 142.915 128.644 143.035 128.632C143.642 128.576 144.439 128.486 145.442 128.361C147.415 128.114 149.818 127.76 152.664 127.293L152.678 127.29C155.59 126.819 158.787 126.283 162.268 125.681L162.281 125.679C165.773 125.083 169.309 124.444 172.889 123.762C176.487 123.034 179.999 122.306 183.424 121.578C186.826 120.855 189.891 120.157 192.622 119.485C193.796 119.192 195.059 118.984 196.341 118.984C198.1 118.984 200.242 119.392 202.116 120.849C203.477 121.843 204.565 123.169 205.254 124.778C205.808 126.07 206.083 127.401 206.173 128.693C206.271 129.571 206.325 130.443 206.325 131.301C206.325 133.931 205.381 136.266 203.887 138.18C202.121 140.456 199.619 141.726 197.298 142.48L197.214 142.507L197.129 142.532C194.438 143.32 191.731 144.051 189.007 144.723C189.885 145.319 190.68 146.091 191.346 147.052C192.651 148.842 193.353 150.875 193.678 152.889L193.755 153.366V153.51C193.85 154.049 193.884 154.558 193.884 155.016C193.884 157.409 193.176 159.623 191.917 161.55C192.047 161.492 192.179 161.435 192.312 161.38C193.978 160.664 195.766 160.258 197.637 160.258C199.715 160.258 201.761 160.688 203.675 161.626C205.351 162.408 206.848 163.489 208.11 164.865C209.417 166.204 210.416 167.768 211.085 169.512C211.785 171.224 212.156 173.035 212.156 174.907C212.156 179.439 210.403 183.426 207.193 186.58C204.43 189.337 200.979 191.438 197.045 193.006C193.18 194.588 188.926 195.709 184.324 196.416C179.78 197.156 175.21 197.526 170.617 197.526C165.347 197.526 160.441 197.164 155.92 196.413C151.342 195.695 147.109 194.505 143.273 192.789C139.389 191.051 135.949 188.759 133.023 185.885L133.003 185.866L132.983 185.846C130.659 183.522 128.709 180.852 127.113 177.876C126.934 177.887 126.747 177.894 126.557 177.894C123.452 177.894 120.835 176.528 118.928 174.439L118.885 174.392L118.843 174.344C116.771 171.976 115.99 169.096 115.99 166.29C115.99 163.757 116.843 161.48 118.201 159.564C119.252 158.08 120.586 156.93 122.034 156.035ZM186.203 166.03C185.592 166.27 184.982 166.467 184.39 166.63C183.608 166.879 182.427 167.19 181.022 167.541L180.945 167.56L180.867 167.577C179.367 167.911 177.575 168.332 175.486 168.844L175.43 168.858L175.373 168.871C173.264 169.344 170.981 169.861 168.524 170.421C166.077 170.979 163.674 171.537 161.314 172.095L161.263 172.107L161.212 172.118C160.92 172.182 160.631 172.245 160.344 172.309C160.79 172.419 161.24 172.523 161.694 172.621C163.406 172.938 165.069 173.194 166.682 173.391C168.253 173.582 169.648 173.67 170.877 173.67H173.663C174.778 173.67 176.005 173.651 177.347 173.611C178.732 173.529 180.14 173.426 181.571 173.304L181.585 173.302C182.28 173.245 182.92 173.179 183.508 173.105C183.552 171.197 184.101 169.428 184.996 167.863C185.353 167.219 185.756 166.607 186.203 166.03Z" fill="black"/>
65
- <path fill-rule="evenodd" clip-rule="evenodd" d="M81.8343 66H323.165C328.119 66 332.021 66 335.162 66.2566C338.366 66.5183 341.041 67.0621 343.473 68.301C347.445 70.325 350.675 73.5546 352.699 77.5269C353.937 79.9583 354.481 82.6338 354.743 85.8378C355 88.9782 355 92.8806 355 97.8342V229.019C355 233.973 355 237.875 354.743 241.016C354.481 244.22 353.937 246.895 352.699 249.327C350.675 253.299 347.445 256.529 343.473 258.553C341.041 259.791 338.366 260.335 335.162 260.597C332.021 260.854 328.119 260.854 323.165 260.854H164.411L102.354 322.911C101.491 323.773 100.194 324.031 99.0672 323.565C97.9402 323.098 97.2054 321.998 97.2054 320.778V260.854H81.8343C76.8806 260.854 72.9782 260.854 69.8378 260.597C66.6338 260.335 63.9583 259.791 61.5269 258.553C57.5546 256.529 54.325 253.299 52.301 249.327C51.0621 246.895 50.5183 244.22 50.2566 241.016C50 237.875 50 233.973 50 229.019V97.8343C50 92.8806 50 88.9782 50.2566 85.8378C50.5183 82.6338 51.0621 79.9583 52.301 77.5269C54.325 73.5546 57.5546 70.325 61.5269 68.301C63.9583 67.0621 66.6338 66.5183 69.8378 66.2566C72.9782 66 76.8806 66 81.8343 66ZM70.3289 72.2683C67.498 72.4996 65.7046 72.9419 64.2652 73.6753C61.4279 75.121 59.121 77.4279 57.6753 80.2652C56.9419 81.7046 56.4996 83.498 56.2683 86.3289C56.0341 89.195 56.0317 92.8513 56.0317 97.9682V228.885C56.0317 234.002 56.0341 237.659 56.2683 240.525C56.4996 243.356 56.9419 245.149 57.6753 246.588C59.121 249.426 61.4279 251.733 64.2652 253.178C65.7046 253.912 67.498 254.354 70.3289 254.585C73.1951 254.82 76.8514 254.822 81.9683 254.822H100.221C101.887 254.822 103.237 256.172 103.237 257.838V313.497L161.029 255.705C161.595 255.14 162.362 254.822 163.162 254.822H323.031C328.148 254.822 331.805 254.82 334.671 254.585C337.502 254.354 339.295 253.912 340.734 253.178C343.572 251.733 345.879 249.426 347.324 246.588C348.058 245.149 348.5 243.356 348.731 240.525C348.966 237.659 348.968 234.002 348.968 228.885V97.9683C348.968 92.8514 348.966 89.1951 348.731 86.3289C348.5 83.498 348.058 81.7046 347.324 80.2652C345.879 77.4279 343.572 75.121 340.734 73.6753C339.295 72.9419 337.502 72.4996 334.671 72.2683C331.805 72.0341 328.148 72.0317 323.031 72.0317H81.9683C76.8514 72.0317 73.1951 72.0341 70.3289 72.2683Z" fill="black"/>
66
- <path fill-rule="evenodd" clip-rule="evenodd" d="M226.099 307.556C226.099 317.69 226.099 322.758 228.071 326.628C229.806 330.033 232.574 332.801 235.979 334.536C239.85 336.509 244.917 336.509 255.051 336.509H312.642L383.45 399.449V336.509H385.968C396.103 336.509 401.17 336.509 405.041 334.536C408.445 332.801 411.214 330.033 412.948 326.628C414.921 322.758 414.921 317.69 414.921 307.556V239.58C414.921 229.445 414.921 224.378 412.948 220.507C411.214 217.103 408.445 214.334 405.041 212.6C401.17 210.627 396.103 210.627 385.968 210.627H255.051C244.917 210.627 239.85 210.627 235.979 212.6C232.574 214.334 229.806 217.103 228.071 220.507C226.099 224.378 226.099 229.445 226.099 239.58V307.556Z" fill="white"/>
67
- <path fill-rule="evenodd" clip-rule="evenodd" d="M254.917 207.611H386.102C391.056 207.611 394.958 207.611 398.099 207.868C401.303 208.13 403.978 208.673 406.41 209.912C410.382 211.936 413.612 215.166 415.636 219.138C416.875 221.569 417.418 224.245 417.68 227.449C417.937 230.589 417.937 234.492 417.937 239.445V307.69C417.937 312.644 417.937 316.546 417.68 319.686C417.418 322.89 416.875 325.566 415.636 327.997C413.612 331.97 410.382 335.199 406.41 337.223C403.978 338.462 401.303 339.006 398.099 339.268C395.036 339.518 391.248 339.524 386.466 339.524V399.449C386.466 400.637 385.769 401.714 384.686 402.2C383.602 402.687 382.334 402.492 381.447 401.703L311.496 339.524H254.917C249.964 339.524 246.061 339.524 242.921 339.268C239.717 339.006 237.041 338.462 234.61 337.223C230.638 335.199 227.408 331.97 225.384 327.997C224.145 325.566 223.601 322.89 223.34 319.686C223.083 316.546 223.083 312.644 223.083 307.69V239.446C223.083 234.492 223.083 230.589 223.34 227.449C223.601 224.245 224.145 221.569 225.384 219.138C227.408 215.166 230.638 211.936 234.61 209.912C237.041 208.673 239.717 208.13 242.921 207.868C246.061 207.611 249.964 207.611 254.917 207.611ZM243.412 213.879C240.581 214.111 238.788 214.553 237.348 215.287C234.511 216.732 232.204 219.039 230.758 221.876C230.025 223.316 229.583 225.109 229.351 227.94C229.117 230.806 229.115 234.463 229.115 239.579V307.556C229.115 312.673 229.117 316.329 229.351 319.195C229.583 322.026 230.025 323.82 230.758 325.259C232.204 328.096 234.511 330.403 237.348 331.849C238.788 332.582 240.581 333.025 243.412 333.256C246.278 333.49 249.934 333.492 255.051 333.492H312.642C313.381 333.492 314.094 333.763 314.646 334.254L380.435 392.733V336.508C380.435 334.843 381.785 333.492 383.45 333.492H385.968C391.085 333.492 394.742 333.49 397.608 333.256C400.439 333.025 402.232 332.582 403.671 331.849C406.509 330.403 408.816 328.096 410.261 325.259C410.995 323.82 411.437 322.026 411.668 319.195C411.903 316.329 411.905 312.673 411.905 307.556V239.58C411.905 234.463 411.903 230.806 411.668 227.94C411.437 225.109 410.995 223.316 410.261 221.876C408.816 219.039 406.509 216.732 403.671 215.287C402.232 214.553 400.439 214.111 397.608 213.879C394.742 213.645 391.085 213.643 385.968 213.643H255.051C249.934 213.643 246.278 213.645 243.412 213.879Z" fill="black"/>
68
- <path fill-rule="evenodd" clip-rule="evenodd" d="M266.095 128.191C265.922 127.672 265.835 127.111 265.835 126.506C265.835 125.513 266.159 124.627 266.807 123.849C267.455 123.072 268.233 122.424 269.14 121.906C270.047 121.387 270.997 120.999 271.991 120.739C272.984 120.437 273.805 120.286 274.453 120.286C275.878 120.286 277.153 121.063 278.276 122.618C279.399 124.13 280.371 126.117 281.192 128.579C282.055 130.998 282.768 133.741 283.33 136.808C283.891 139.832 284.345 142.877 284.69 145.944C285.079 149.011 285.338 151.949 285.468 154.756C285.641 157.521 285.727 159.832 285.727 161.689C285.727 165.188 285.576 168.277 285.274 170.955C285.014 173.59 284.431 175.814 283.524 177.629C282.66 179.443 281.386 180.825 279.701 181.775C278.017 182.683 275.77 183.136 272.963 183.136C270.717 183.136 268.362 182.683 265.9 181.775C263.438 180.825 260.933 179.572 258.384 178.017C255.879 176.419 253.33 174.605 250.738 172.575C248.19 170.544 245.684 168.428 243.222 166.225C240.76 164.022 238.363 161.819 236.03 159.616C234.448 158.094 232.938 156.644 231.501 155.266C231.487 155.252 231.473 155.239 231.458 155.225C231.385 155.155 231.312 155.085 231.24 155.015C230.687 154.486 230.146 153.968 229.615 153.46C228.795 152.64 228.039 152.229 227.348 152.229C226.743 152.229 226.268 152.488 225.922 153.007C225.62 153.482 225.469 154.152 225.469 155.015C225.469 155.848 225.487 156.693 225.523 157.553C225.526 157.612 225.528 157.671 225.531 157.731C225.532 157.763 225.534 157.795 225.535 157.827C225.537 157.854 225.538 157.881 225.539 157.908C225.582 158.808 225.645 159.723 225.728 160.653C225.901 162.596 226.095 164.54 226.311 166.484C226.57 168.428 226.786 170.393 226.959 172.38C227.132 174.324 227.218 176.246 227.218 178.147C227.218 180.264 226.484 181.991 225.015 183.331C223.546 184.626 221.581 185.274 219.119 185.274C217.909 185.274 216.765 184.907 215.685 184.173C214.648 183.438 214.065 182.272 213.935 180.674C213.719 178.644 213.503 176.376 213.287 173.871C213.114 171.322 212.942 168.709 212.769 166.03L212.38 157.866C212.251 155.102 212.143 152.467 212.056 149.962C211.97 147.413 211.905 145.08 211.862 142.964C211.819 140.804 211.797 138.99 211.797 137.521C211.797 136.225 211.883 134.994 212.056 133.828C212.229 132.661 212.596 131.646 213.158 130.782C213.719 129.919 214.475 129.227 215.425 128.709C216.419 128.191 217.736 127.931 219.378 127.931C220.631 127.931 222.034 128.385 223.59 129.292C225.145 130.156 226.808 131.344 228.579 132.856C230.393 134.368 232.315 136.117 234.345 138.104C236.376 140.048 238.471 142.1 240.63 144.26L247.239 150.869C249.529 153.072 251.84 155.167 254.172 157.154C255.209 158.061 256.375 159.119 257.671 160.329C259.01 161.538 260.371 162.683 261.753 163.763C263.179 164.843 264.583 165.771 265.965 166.549C267.39 167.283 268.751 167.65 270.047 167.65C271.256 167.65 272.034 167.132 272.38 166.095C272.768 165.015 272.963 163.309 272.963 160.977C272.963 159.249 272.812 157.11 272.509 154.562C272.25 152.013 271.861 149.292 271.343 146.398C270.824 143.504 270.177 140.61 269.399 137.715C268.621 134.778 267.736 132.1 266.742 129.681C266.526 129.163 266.311 128.666 266.095 128.191ZM261.169 131.986C260.977 131.528 260.789 131.095 260.603 130.687L260.472 130.398L260.372 130.098C259.974 128.903 259.804 127.69 259.804 126.506C259.804 124.073 260.641 121.827 262.174 119.988C263.297 118.64 264.636 117.532 266.147 116.669C267.471 115.912 268.875 115.33 270.347 114.935C271.585 114.565 273.006 114.254 274.453 114.254C278.426 114.254 281.309 116.532 283.141 119.053C284.736 121.209 285.949 123.792 286.893 126.611C287.876 129.375 288.658 132.419 289.261 135.714C289.846 138.864 290.319 142.035 290.68 145.227C291.081 148.405 291.353 151.473 291.491 154.429C291.666 157.244 291.759 159.673 291.759 161.689C291.759 165.334 291.603 168.642 291.272 171.589C290.961 174.709 290.243 177.659 288.945 180.275C287.568 183.139 285.458 185.453 282.665 187.029L282.613 187.058L282.561 187.086C279.682 188.636 276.335 189.168 272.963 189.168C269.896 189.168 266.835 188.548 263.815 187.435L263.771 187.419L263.728 187.403C260.889 186.307 258.06 184.885 255.242 183.166L255.191 183.135L255.14 183.103C252.454 181.389 249.747 179.461 247.019 177.323L246.999 177.308L246.98 177.292C244.34 175.19 241.747 172.999 239.2 170.72C236.785 168.559 234.43 166.397 232.135 164.233C232.188 164.74 232.242 165.247 232.299 165.753C232.566 167.767 232.789 169.8 232.967 171.853C233.155 173.967 233.25 176.065 233.25 178.147C233.25 181.836 231.89 185.225 229.079 187.788L229.043 187.821L229.006 187.853C226.173 190.352 222.66 191.306 219.119 191.306C216.602 191.306 214.289 190.518 212.293 189.161L212.245 189.128L212.198 189.095C209.365 187.088 208.18 184.094 207.93 181.248C207.712 179.186 207.494 176.899 207.278 174.389L207.273 174.334L207.269 174.279C207.096 171.723 206.923 169.103 206.75 166.419L206.746 166.368L206.355 158.149C206.224 155.362 206.115 152.702 206.028 150.169L206.028 150.166C205.941 147.595 205.875 145.235 205.831 143.087L205.831 143.084C205.788 140.901 205.765 139.044 205.765 137.521C205.765 135.958 205.869 134.43 206.09 132.944C206.371 131.044 207.003 129.183 208.1 127.495C209.235 125.75 210.754 124.386 212.537 123.414L212.586 123.387L212.635 123.361C214.797 122.233 217.183 121.9 219.378 121.9C222.042 121.9 224.487 122.842 226.573 124.05C228.54 125.148 230.506 126.573 232.467 128.245C234.411 129.866 236.436 131.711 238.54 133.77C240.597 135.74 242.716 137.815 244.896 139.995L251.463 146.562C253.654 148.669 255.861 150.669 258.084 152.562L258.114 152.588L258.144 152.614C259.231 153.565 260.434 154.657 261.75 155.885C262.962 156.978 264.189 158.01 265.431 158.982C265.935 159.363 266.43 159.717 266.915 160.045C266.873 158.771 266.747 157.189 266.519 155.273L266.513 155.222L266.508 155.172C266.267 152.796 265.901 150.227 265.406 147.461C264.918 144.739 264.308 142.012 263.574 139.28L263.571 139.27L263.568 139.259C262.849 136.542 262.045 134.123 261.169 131.986Z" fill="black"/>
69
- <path fill-rule="evenodd" clip-rule="evenodd" d="M259.906 128.394C259.708 127.921 259.513 127.472 259.32 127.047L259.221 126.83L259.146 126.605C258.804 125.579 258.655 124.529 258.655 123.49C258.655 121.417 259.364 119.511 260.675 117.937C261.68 116.732 262.879 115.739 264.239 114.962C265.459 114.265 266.749 113.731 268.102 113.37C269.275 113.018 270.547 112.746 271.796 112.746C275.134 112.746 277.615 114.65 279.268 116.929C280.746 118.924 281.898 121.359 282.811 124.087C283.765 126.765 284.529 129.734 285.122 132.972C285.701 136.09 286.169 139.23 286.526 142.391C286.924 145.541 287.193 148.576 287.329 151.495C287.503 154.297 287.594 156.697 287.594 158.673C287.594 162.281 287.44 165.535 287.116 168.415C286.818 171.412 286.134 174.181 284.933 176.597C283.685 179.199 281.783 181.28 279.267 182.7L279.229 182.721L279.19 182.743C276.609 184.132 273.538 184.644 270.306 184.644C267.445 184.644 264.56 184.066 261.68 183.004L261.647 182.992L261.615 182.98C258.87 181.92 256.122 180.541 253.371 178.863L253.333 178.84L253.295 178.815C250.654 177.131 247.987 175.231 245.292 173.12L245.278 173.109L245.263 173.097C242.646 171.012 240.075 168.84 237.549 166.58C235.058 164.351 232.63 162.12 230.267 159.889L230.252 159.874L230.237 159.86C229.329 158.986 228.444 158.136 227.584 157.309C227.751 159.179 227.938 161.05 228.145 162.92C228.41 164.916 228.632 166.932 228.809 168.968L228.808 168.964M259.906 128.394C260.812 130.601 261.636 133.085 262.369 135.857L262.374 135.873C263.118 138.646 263.738 141.414 264.233 144.179C264.734 146.977 265.106 149.584 265.352 152.004L265.356 152.041L265.36 152.079C265.651 154.527 265.782 156.474 265.782 157.961C265.782 158.64 265.763 159.21 265.734 159.683C265.642 159.641 265.547 159.596 265.449 159.546C264.298 158.894 263.1 158.102 261.855 157.161C260.578 156.162 259.318 155.102 258.074 153.98C256.763 152.756 255.569 151.673 254.495 150.733L254.472 150.713L254.449 150.694C252.199 148.777 249.966 146.754 247.751 144.623L241.173 138.045C238.998 135.87 236.885 133.801 234.835 131.838C232.749 129.797 230.75 127.976 228.839 126.382C226.926 124.75 225.035 123.385 223.171 122.344C221.219 121.212 219.034 120.392 216.721 120.392C214.665 120.392 212.546 120.707 210.676 121.682L210.639 121.702L210.603 121.722C209.028 122.58 207.7 123.776 206.708 125.301C205.745 126.783 205.179 128.432 204.925 130.149C204.716 131.555 204.617 133.009 204.617 134.505C204.617 136.014 204.639 137.861 204.682 140.038L204.682 140.04C204.726 142.181 204.792 144.534 204.878 147.099L204.879 147.101C204.966 149.627 205.074 152.281 205.205 155.062L205.596 163.268L205.598 163.306C205.771 165.989 205.944 168.607 206.117 171.161L206.12 171.202L206.124 171.243C206.34 173.752 206.557 176.033 206.775 178.087C206.994 180.619 208.028 183.158 210.413 184.848L210.449 184.873L210.484 184.898C212.252 186.1 214.272 186.782 216.462 186.782C219.733 186.782 222.86 185.905 225.352 183.707L225.379 183.682L225.406 183.657C227.882 181.4 229.085 178.427 229.085 175.131C229.085 173.094 228.993 171.04 228.809 168.968" fill="#FFF847"/>
70
- <path fill-rule="evenodd" clip-rule="evenodd" d="M120.585 146.355C120.434 146.09 120.247 145.78 120.019 145.422L119.894 145.225L119.79 145.016C119.441 144.319 119.134 143.588 118.863 142.83C118.417 141.581 118.275 140.27 118.275 139.041C118.275 137.836 118.432 136.59 118.694 135.332L118.708 135.265L118.724 135.199C119.149 133.43 119.961 131.831 121.097 130.428L121.105 130.419L121.112 130.409C122.404 128.831 124.058 127.667 125.898 126.831C128.08 125.816 130.583 125.446 133.166 125.446C134.325 125.446 135.533 125.552 136.677 125.879C137.482 126.109 138.293 126.421 139.061 126.85C139.308 126.963 139.542 127.073 139.765 127.18C140.319 127.144 141.346 127.045 142.972 126.841C144.97 126.592 147.394 126.234 150.252 125.765L150.262 125.763C153.181 125.291 156.383 124.754 159.868 124.151L159.878 124.15C163.382 123.551 166.931 122.91 170.523 122.226C174.129 121.496 177.648 120.766 181.081 120.037C184.496 119.311 187.577 118.61 190.327 117.933C191.424 117.659 192.56 117.476 193.684 117.476C195.227 117.476 197.013 117.834 198.551 119.037C199.711 119.879 200.629 120.998 201.211 122.356C201.692 123.479 201.936 124.651 202.015 125.813C202.109 126.654 202.16 127.479 202.16 128.285C202.16 130.538 201.355 132.553 200.041 134.237C198.533 136.182 196.348 137.324 194.175 138.03L194.112 138.05L194.049 138.069C189.67 139.352 185.247 140.479 180.781 141.452L180.764 141.456L180.748 141.459C180.216 141.571 179.684 141.682 179.151 141.791C179.852 141.698 180.493 141.644 181.049 141.644C183.536 141.644 185.912 142.667 187.46 144.91C188.601 146.469 189.235 148.269 189.532 150.113L189.59 150.471V150.634C189.686 151.118 189.72 151.579 189.72 152C189.72 154.256 189 156.333 187.71 158.129C186.125 160.356 183.665 161.521 181.305 162.168C180.582 162.399 179.434 162.704 177.999 163.062L177.942 163.077L177.884 163.089C176.369 163.426 174.566 163.85 172.471 164.363L172.428 164.374L172.386 164.383C170.275 164.857 167.99 165.374 165.532 165.935C163.081 166.494 160.674 167.053 158.31 167.611L158.272 167.62L158.234 167.629C156.011 168.114 153.931 168.597 151.992 169.078C152.609 169.327 153.263 169.567 153.954 169.797C155.507 170.301 157.102 170.73 158.741 171.084C160.49 171.408 162.19 171.67 163.843 171.872C165.464 172.069 166.92 172.162 168.22 172.162H171.006C172.145 172.162 173.394 172.142 174.757 172.102C176.163 172.018 177.592 171.914 179.043 171.79L179.054 171.789C180.342 171.682 181.463 171.546 182.426 171.387C182.38 171.041 182.357 170.69 182.357 170.336C182.357 168.618 182.834 167.016 183.653 165.587C184.373 164.289 185.295 163.139 186.408 162.155C187.549 161.142 188.831 160.336 190.241 159.753C191.738 159.109 193.328 158.75 194.98 158.75C196.851 158.75 198.672 159.137 200.367 159.97C201.883 160.676 203.228 161.648 204.358 162.886C205.532 164.084 206.427 165.484 207.026 167.051C207.659 168.594 207.992 170.217 207.992 171.891C207.992 176.004 206.41 179.612 203.472 182.496C200.882 185.081 197.614 187.082 193.823 188.591C190.082 190.124 185.941 191.219 181.432 191.91C176.966 192.638 172.474 193.003 167.961 193.003C162.755 193.003 157.931 192.644 153.503 191.908C149.033 191.208 144.93 190.051 141.232 188.396C137.498 186.726 134.211 184.532 131.422 181.793L131.407 181.779L131.393 181.764C128.952 179.323 126.934 176.471 125.321 173.25L125.253 173.26C124.873 173.314 124.39 173.37 123.901 173.37C121.269 173.37 119.042 172.221 117.385 170.406L117.353 170.371L117.321 170.335C115.541 168.3 114.841 165.799 114.841 163.274C114.841 161.094 115.573 159.116 116.775 157.419C117.859 155.889 119.308 154.74 120.912 153.873C120.892 153.064 120.858 152.221 120.809 151.343L120.806 151.279L120.804 151.215C120.766 149.82 120.694 148.202 120.585 146.355ZM173.175 142.976C171.297 143.334 169.41 143.68 167.516 144.014L167.494 144.018L167.473 144.021C163.022 144.763 158.55 145.44 154.056 146.05C150.313 146.559 146.586 147.068 142.873 147.577V148.177C142.873 148.749 142.888 149.341 142.919 149.955C143.321 149.885 143.769 149.801 144.266 149.702L144.283 149.698C146.434 149.277 148.85 148.768 151.533 148.172C154.265 147.532 157.105 146.849 160.053 146.122C163.093 145.341 165.969 144.643 168.68 144.031C170.288 143.642 171.787 143.29 173.175 142.976Z" fill="#FFF847"/>
71
- <path fill-rule="evenodd" clip-rule="evenodd" d="M263.079 125.175C262.906 124.656 262.819 124.095 262.819 123.49C262.819 122.497 263.143 121.611 263.791 120.834C264.439 120.056 265.217 119.408 266.124 118.89C267.031 118.371 267.981 117.983 268.975 117.723C269.968 117.421 270.789 117.27 271.437 117.27C272.863 117.27 274.137 118.047 275.26 119.602C276.383 121.114 277.355 123.101 278.176 125.564C279.04 127.983 279.752 130.725 280.314 133.792C280.875 136.816 281.329 139.861 281.675 142.928C282.063 145.995 282.323 148.933 282.452 151.74C282.625 154.505 282.711 156.816 282.711 158.673C282.711 162.172 282.56 165.261 282.258 167.939C281.999 170.574 281.415 172.799 280.508 174.613C279.644 176.427 278.37 177.809 276.685 178.76C275.001 179.667 272.755 180.12 269.947 180.12C267.701 180.12 265.346 179.667 262.884 178.76C260.422 177.809 257.917 176.557 255.368 175.002C252.863 173.403 250.314 171.589 247.722 169.559C245.174 167.529 242.668 165.412 240.206 163.209C237.744 161.006 235.347 158.803 233.014 156.6C231.432 155.078 229.923 153.628 228.485 152.25C228.471 152.236 228.457 152.223 228.442 152.209C228.369 152.139 228.297 152.069 228.224 152C227.672 151.47 227.13 150.952 226.6 150.445C225.779 149.624 225.023 149.213 224.332 149.213C223.727 149.213 223.252 149.473 222.906 149.991C222.604 150.466 222.453 151.136 222.453 152C222.453 152.832 222.471 153.677 222.507 154.537C222.51 154.596 222.512 154.655 222.515 154.715C222.516 154.747 222.518 154.779 222.519 154.811C222.521 154.838 222.522 154.865 222.523 154.892C222.566 155.792 222.629 156.707 222.712 157.637C222.885 159.581 223.079 161.524 223.295 163.468C223.554 165.412 223.77 167.377 223.943 169.364C224.116 171.308 224.202 173.23 224.202 175.131C224.202 177.248 223.468 178.976 221.999 180.315C220.53 181.611 218.565 182.258 216.103 182.258C214.893 182.258 213.749 181.891 212.669 181.157C211.632 180.423 211.049 179.256 210.919 177.658C210.703 175.628 210.487 173.36 210.271 170.855C210.099 168.306 209.926 165.693 209.753 163.015L209.364 154.851C209.235 152.086 209.127 149.451 209.04 146.946C208.954 144.397 208.889 142.064 208.846 139.948C208.803 137.788 208.781 135.974 208.781 134.505C208.781 133.209 208.868 131.978 209.04 130.812C209.213 129.646 209.58 128.63 210.142 127.767C210.703 126.903 211.459 126.212 212.41 125.693C213.403 125.175 214.721 124.916 216.362 124.916C217.615 124.916 219.019 125.369 220.574 126.276C222.129 127.14 223.792 128.328 225.563 129.84C227.377 131.352 229.299 133.101 231.33 135.088C233.36 137.032 235.455 139.084 237.615 141.244L244.224 147.853C246.513 150.056 248.824 152.151 251.157 154.138C252.193 155.045 253.36 156.103 254.655 157.313C255.994 158.522 257.355 159.667 258.737 160.747C260.163 161.827 261.567 162.755 262.949 163.533C264.375 164.267 265.735 164.634 267.031 164.634C268.241 164.634 269.018 164.116 269.364 163.079C269.752 161.999 269.947 160.293 269.947 157.961C269.947 156.233 269.796 154.095 269.493 151.546C269.234 148.997 268.845 146.276 268.327 143.382C267.809 140.488 267.161 137.594 266.383 134.7C265.606 131.762 264.72 129.084 263.727 126.665C263.511 126.147 263.295 125.65 263.079 125.175ZM258.153 128.97C257.962 128.512 257.773 128.079 257.588 127.671L257.457 127.383L257.356 127.082C256.958 125.887 256.788 124.674 256.788 123.49C256.788 121.057 257.625 118.812 259.158 116.972C260.281 115.624 261.62 114.516 263.131 113.653C264.456 112.896 265.859 112.314 267.331 111.919C268.569 111.549 269.991 111.238 271.437 111.238C275.41 111.238 278.293 113.516 280.125 116.037C281.72 118.193 282.933 120.776 283.878 123.595C284.86 126.359 285.642 129.403 286.246 132.698C286.83 135.848 287.303 139.019 287.664 142.211C288.066 145.39 288.337 148.458 288.475 151.413C288.65 154.228 288.743 156.657 288.743 158.673C288.743 162.318 288.587 165.627 288.256 168.574C287.945 171.693 287.227 174.643 285.929 177.259C284.552 180.124 282.442 182.438 279.649 184.013L279.597 184.042L279.545 184.07C276.666 185.621 273.32 186.152 269.947 186.152C266.88 186.152 263.819 185.532 260.799 184.419L260.756 184.403L260.712 184.387C257.873 183.291 255.044 181.87 252.226 180.15L252.175 180.119L252.124 180.087C249.439 178.373 246.732 176.445 244.003 174.307L243.983 174.292L243.964 174.277C241.324 172.174 238.731 169.983 236.184 167.704C233.769 165.543 231.414 163.381 229.119 161.217C229.172 161.724 229.227 162.231 229.283 162.738C229.55 164.751 229.773 166.784 229.952 168.837C230.139 170.951 230.234 173.05 230.234 175.131C230.234 178.82 228.874 182.209 226.063 184.772L226.027 184.805L225.99 184.837C223.158 187.337 219.644 188.29 216.103 188.29C213.586 188.29 211.274 187.502 209.277 186.145L209.229 186.112L209.182 186.079C206.349 184.072 205.164 181.078 204.915 178.232C204.696 176.17 204.478 173.883 204.262 171.373L204.257 171.318L204.253 171.263C204.08 168.707 203.907 166.087 203.734 163.403L203.731 163.352L203.339 155.133C203.209 152.346 203.099 149.686 203.012 147.154L203.012 147.15C202.925 144.58 202.859 142.219 202.815 140.071L202.815 140.068C202.772 137.885 202.749 136.028 202.749 134.505C202.749 132.942 202.854 131.414 203.074 129.928C203.355 128.028 203.987 126.168 205.085 124.479C206.219 122.734 207.739 121.37 209.521 120.398L209.57 120.371L209.62 120.345C211.782 119.217 214.168 118.884 216.362 118.884C219.026 118.884 221.472 119.826 223.557 121.034C225.524 122.133 227.49 123.557 229.451 125.229C231.395 126.85 233.42 128.695 235.525 130.754C237.581 132.724 239.7 134.799 241.88 136.979L248.447 143.546C250.638 145.653 252.845 147.653 255.068 149.546L255.098 149.572L255.128 149.598C256.215 150.549 257.418 151.641 258.734 152.869C259.946 153.962 261.174 154.994 262.415 155.966C262.92 156.347 263.414 156.701 263.899 157.029C263.857 155.755 263.731 154.173 263.504 152.257L263.498 152.207L263.492 152.156C263.251 149.78 262.885 147.211 262.39 144.445C261.902 141.723 261.292 138.996 260.558 136.265L260.555 136.254L260.552 136.243C259.833 133.526 259.029 131.107 258.153 128.97Z" fill="black"/>
72
- <path fill-rule="evenodd" clip-rule="evenodd" d="M120.367 167.356C121.274 168.349 122.332 168.846 123.541 168.846C123.714 168.846 123.952 168.824 124.254 168.781L125.161 168.652C125.507 168.608 125.809 168.565 126.068 168.522C126.371 168.479 126.587 168.457 126.716 168.457C127.321 168.457 127.883 168.954 128.401 169.947C129.913 173.317 131.857 176.189 134.232 178.565C136.608 180.898 139.438 182.798 142.721 184.267C146.003 185.736 149.718 186.794 153.865 187.442C158.012 188.133 162.591 188.479 167.601 188.479C171.878 188.479 176.133 188.133 180.366 187.442C184.599 186.794 188.4 185.779 191.77 184.397C195.139 183.057 197.86 181.351 199.934 179.278C202.05 177.204 203.109 174.742 203.109 171.891C203.109 170.811 202.893 169.753 202.461 168.716C202.072 167.68 201.489 166.773 200.711 165.995C199.977 165.174 199.091 164.526 198.055 164.051C197.018 163.533 195.873 163.274 194.621 163.274C193.627 163.274 192.634 163.49 191.64 163.922C190.69 164.31 189.826 164.85 189.048 165.541C188.314 166.189 187.709 166.945 187.234 167.809C186.759 168.63 186.521 169.472 186.521 170.336C186.521 170.941 186.673 171.503 186.975 172.021C187.321 172.539 187.493 173.036 187.493 173.511C187.493 174.029 187.083 174.483 186.262 174.872C185.485 175.217 184.47 175.52 183.217 175.779C182.007 175.995 180.625 176.168 179.07 176.297C177.558 176.427 176.068 176.535 174.599 176.621C173.174 176.664 171.856 176.686 170.647 176.686H167.861C166.349 176.686 164.707 176.578 162.936 176.362C161.165 176.146 159.351 175.865 157.494 175.52C155.679 175.131 153.908 174.656 152.18 174.094C150.496 173.533 148.962 172.906 147.58 172.215C147.298 172.07 147.026 171.921 146.763 171.77C146.763 171.77 146.762 171.769 146.761 171.769C146.702 171.735 146.644 171.701 146.586 171.667C146.515 171.625 146.444 171.582 146.374 171.54C145.552 171.039 144.831 170.508 144.211 169.947C143.347 169.127 142.872 168.241 142.785 167.291C142.785 167.032 142.893 166.816 143.109 166.643C143.368 166.47 144.081 166.233 145.248 165.93C146.543 165.628 148.206 165.239 150.237 164.764C152.31 164.246 154.535 163.727 156.91 163.209C159.286 162.647 161.705 162.086 164.167 161.524C166.63 160.963 168.919 160.444 171.036 159.969C173.152 159.451 174.988 159.019 176.543 158.673C178.098 158.285 179.135 158.004 179.653 157.831C181.597 157.313 182.936 156.535 183.67 155.498C184.448 154.418 184.837 153.252 184.837 151.999C184.837 151.783 184.815 151.589 184.772 151.416C184.729 151.244 184.707 151.049 184.707 150.833C184.491 149.494 184.059 148.393 183.411 147.529C182.807 146.622 181.899 146.168 180.69 146.168C179.869 146.168 178.444 146.384 176.414 146.816C174.383 147.248 172.029 147.788 169.351 148.436C166.673 149.041 163.822 149.732 160.798 150.509C157.818 151.244 154.945 151.935 152.18 152.583C149.459 153.187 146.997 153.706 144.794 154.138C142.634 154.57 141.036 154.786 139.999 154.786C139.567 154.786 139.222 154.591 138.962 154.202C138.703 153.771 138.487 153.231 138.315 152.583C138.185 151.935 138.099 151.222 138.055 150.444C138.012 149.667 137.991 148.911 137.991 148.177V145.52C137.991 144.915 138.142 144.44 138.444 144.095C138.746 143.706 139.2 143.468 139.805 143.382C144.211 142.777 148.638 142.172 153.088 141.568C157.537 140.963 161.964 140.293 166.37 139.559C170.776 138.781 175.139 137.939 179.459 137.032C183.822 136.082 188.141 134.98 192.418 133.728C194.146 133.166 195.377 132.41 196.111 131.46C196.888 130.466 197.277 129.408 197.277 128.285C197.277 127.637 197.234 126.946 197.148 126.211C197.104 125.434 196.953 124.743 196.694 124.138C196.435 123.533 196.025 123.036 195.463 122.648C194.945 122.216 194.232 122 193.325 122C192.677 122 191.921 122.108 191.057 122.324C188.249 123.015 185.118 123.728 181.662 124.462C178.206 125.196 174.664 125.931 171.036 126.665C167.407 127.356 163.822 128.004 160.28 128.609C156.781 129.214 153.563 129.753 150.625 130.229C147.731 130.704 145.248 131.071 143.174 131.33C141.101 131.589 139.718 131.719 139.027 131.719C138.639 131.719 138.25 131.633 137.861 131.46C137.515 131.287 137.105 131.093 136.63 130.877C136.198 130.617 135.68 130.401 135.075 130.229C134.47 130.056 133.714 129.969 132.807 129.969C130.604 129.969 128.811 130.293 127.429 130.941C126.09 131.546 125.032 132.324 124.254 133.274C123.52 134.181 123.023 135.175 122.764 136.254C122.548 137.291 122.44 138.22 122.44 139.041C122.44 139.948 122.548 140.704 122.764 141.308C122.98 141.913 123.217 142.475 123.477 142.993C123.779 143.468 124.038 143.9 124.254 144.289C124.513 144.678 124.665 145.088 124.708 145.52C124.837 147.637 124.924 149.494 124.967 151.092C125.053 152.647 125.097 154.116 125.097 155.498C125.097 156.017 124.945 156.427 124.643 156.729C124.384 156.989 124.017 157.226 123.541 157.442C121.986 158.133 120.842 158.997 120.107 160.034C119.373 161.071 119.006 162.151 119.006 163.274C119.006 164.958 119.459 166.319 120.367 167.356ZM119.018 153.019C118.999 152.502 118.975 151.972 118.944 151.427L118.94 151.341L118.937 151.255C118.903 149.971 118.838 148.489 118.741 146.803C118.639 146.632 118.522 146.442 118.388 146.231L118.221 145.969L118.082 145.691C117.703 144.933 117.373 144.146 117.084 143.337C116.561 141.873 116.408 140.377 116.408 139.041C116.408 137.708 116.582 136.356 116.859 135.024L116.878 134.935L116.899 134.847C117.378 132.849 118.296 131.048 119.566 129.479L119.576 129.467L119.586 129.454C121.049 127.667 122.901 126.373 124.909 125.461C127.356 124.324 130.097 123.938 132.807 123.938C134.05 123.938 135.408 124.051 136.732 124.429C137.607 124.679 138.51 125.022 139.383 125.503C139.487 125.551 139.59 125.599 139.69 125.646C139.79 125.637 139.9 125.628 140.019 125.616C140.626 125.559 141.423 125.47 142.426 125.345C144.399 125.098 146.802 124.744 149.648 124.277L149.662 124.274C152.575 123.803 155.771 123.267 159.252 122.665L159.265 122.663C162.757 122.067 166.293 121.428 169.873 120.746C173.471 120.018 176.983 119.29 180.408 118.562C183.81 117.839 186.875 117.141 189.606 116.469C190.78 116.176 192.043 115.968 193.325 115.968C195.085 115.968 197.226 116.376 199.1 117.833C200.461 118.827 201.549 120.153 202.238 121.762C202.792 123.054 203.067 124.384 203.158 125.677C203.255 126.555 203.309 127.427 203.309 128.285C203.309 130.915 202.365 133.25 200.871 135.164C199.106 137.44 196.603 138.709 194.282 139.464L194.198 139.491L194.113 139.516C191.422 140.304 188.715 141.035 185.991 141.707C186.87 142.303 187.664 143.075 188.33 144.036C189.635 145.826 190.337 147.858 190.662 149.873L190.739 150.35V150.494C190.835 151.033 190.868 151.541 190.868 151.999C190.868 154.393 190.16 156.606 188.901 158.534C189.031 158.476 189.163 158.419 189.296 158.364C190.962 157.648 192.75 157.242 194.621 157.242C196.699 157.242 198.745 157.672 200.659 158.61C202.335 159.392 203.833 160.472 205.094 161.849C206.401 163.188 207.4 164.752 208.069 166.496C208.769 168.208 209.14 170.019 209.14 171.891C209.14 176.423 207.387 180.41 204.177 183.564C201.414 186.321 197.963 188.422 194.029 189.989C190.164 191.572 185.91 192.693 181.308 193.4C176.764 194.14 172.194 194.51 167.601 194.51C162.331 194.51 157.425 194.148 152.904 193.397C148.326 192.679 144.093 191.489 140.257 189.773C136.373 188.035 132.934 185.743 130.007 182.869L129.987 182.85L129.967 182.83C127.643 180.506 125.693 177.836 124.098 174.86C123.918 174.871 123.731 174.878 123.541 174.878C120.436 174.878 117.819 173.512 115.912 171.423L115.869 171.376L115.827 171.328C113.756 168.96 112.974 166.08 112.974 163.274C112.974 160.741 113.828 158.464 115.185 156.547C116.236 155.064 117.57 153.914 119.018 153.019ZM183.187 163.014C182.576 163.254 181.966 163.451 181.374 163.614C180.592 163.862 179.411 164.174 178.006 164.525L177.929 164.544L177.852 164.561C176.351 164.895 174.559 165.316 172.47 165.828L172.414 165.842L172.357 165.854C170.248 166.328 167.965 166.845 165.509 167.405C163.061 167.963 160.658 168.521 158.298 169.079L158.247 169.091L158.196 169.102C157.904 169.166 157.615 169.229 157.328 169.293C157.774 169.403 158.225 169.507 158.678 169.605C160.391 169.922 162.053 170.178 163.666 170.375C165.237 170.566 166.632 170.654 167.861 170.654H170.647C171.762 170.654 172.989 170.635 174.331 170.595C175.716 170.513 177.124 170.41 178.555 170.288L178.569 170.286C179.264 170.228 179.904 170.162 180.492 170.089C180.536 168.181 181.085 166.412 181.98 164.847C182.337 164.203 182.74 163.591 183.187 163.014Z" fill="black"/>
73
- </svg>
74
- `,
75
- label: formatMessage('English Icon')
76
- },
77
- health: {
78
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
79
- <path d="M206.376 93.4955C222.882 102.671 236.788 118.243 245.217 140.8C253.647 118.243 267.553 102.671 284.059 93.4955C302.288 83.3622 323.498 81.1381 343.618 85.68C383.87 94.7664 420 130.987 420 185.775C420 209.719 408.921 235.458 392.675 260.405C376.396 285.404 354.736 309.9 333.146 331.419C311.546 352.948 289.956 371.558 273.77 384.783C265.676 391.397 258.928 396.668 254.202 400.288C251.838 402.097 249.98 403.495 248.71 404.441C248.075 404.914 247.588 405.274 247.258 405.517C247.093 405.638 246.967 405.73 246.883 405.792L246.786 405.863L246.761 405.881L246.755 405.886C245.805 406.582 244.715 406.645 243.68 405.886L243.674 405.881L243.649 405.863L243.552 405.792C243.468 405.73 243.342 405.638 243.177 405.517C242.847 405.274 242.36 404.914 241.725 404.441C240.455 403.495 238.597 402.097 236.233 400.288C231.506 396.668 224.759 391.397 216.665 384.783C200.479 371.558 178.889 352.948 157.289 331.419C135.699 309.9 114.039 285.404 97.7596 260.405C81.5142 235.458 70.4348 209.719 70.4348 185.775C70.4348 130.987 106.565 94.7664 146.817 85.68C166.937 81.1381 188.147 83.3622 206.376 93.4955Z" fill="black"/>
80
- <path fill-rule="evenodd" clip-rule="evenodd" d="M234.784 393.344C234.784 393.344 406.957 268.127 406.957 175.341C406.957 68.3428 266.088 34.4716 234.784 138.546C203.479 34.4716 62.6099 68.3428 62.6099 175.341C62.6099 268.127 234.784 393.344 234.784 393.344Z" fill="white"/>
81
- <path fill-rule="evenodd" clip-rule="evenodd" d="M140.902 155.183C142.19 155.244 143.24 156.236 143.374 157.519L156.574 283.975L175.182 191.392C175.426 190.182 176.483 189.308 177.717 189.297C178.951 189.286 180.024 190.141 180.288 191.346L193.114 249.776L204.903 210.632C205.219 209.583 206.156 208.843 207.249 208.78C208.343 208.716 209.359 209.342 209.795 210.347L218.245 229.847H268.058C269.499 229.847 270.667 231.015 270.667 232.456C270.667 233.897 269.499 235.065 268.058 235.065H216.532C215.492 235.065 214.552 234.448 214.138 233.493L207.843 218.965L195.216 260.891C194.873 262.029 193.805 262.791 192.618 262.746C191.431 262.7 190.424 261.858 190.169 260.698L177.853 204.586L158.315 301.793C158.061 303.057 156.922 303.946 155.634 303.885C154.346 303.824 153.296 302.832 153.162 301.55L139.965 175.115L128.36 232.969C128.115 234.188 127.045 235.065 125.802 235.065H80.2171C78.7762 235.065 77.6082 233.897 77.6082 232.456C77.6082 231.015 78.7762 229.847 80.2171 229.847H123.664L138.222 157.276C138.475 156.012 139.614 155.123 140.902 155.183Z" fill="#FF6795"/>
82
- <path fill-rule="evenodd" clip-rule="evenodd" d="M234.783 130.365C226.353 107.808 212.447 92.2358 195.942 83.0607C177.712 72.9274 156.502 70.7033 136.382 75.2452C96.1304 84.3316 60 120.553 60 175.34C60 199.284 71.0794 225.023 87.3248 249.971C103.604 274.969 125.264 299.465 146.854 320.984C168.454 342.513 190.044 361.123 206.23 374.348C214.324 380.962 221.072 386.233 225.798 389.853C228.162 391.663 230.02 393.06 231.29 394.006C231.925 394.479 232.412 394.839 232.742 395.082C232.907 395.204 233.033 395.295 233.117 395.357L233.214 395.428L233.239 395.446L233.245 395.451C233.247 395.452 233.248 395.453 234.783 393.343L233.248 395.453C234.163 396.118 235.402 396.118 236.317 395.453L234.783 393.343C236.317 395.453 236.318 395.452 236.32 395.451L236.326 395.446L236.351 395.428L236.448 395.357C236.532 395.295 236.658 395.204 236.823 395.082C237.153 394.839 237.64 394.479 238.275 394.006C239.545 393.06 241.403 391.663 243.767 389.853C248.494 386.233 255.241 380.962 263.335 374.348C279.521 361.123 301.111 342.513 322.711 320.984C344.301 299.465 365.961 274.969 382.24 249.971C398.486 225.023 409.565 199.284 409.565 175.34C409.565 120.553 373.435 84.3316 333.183 75.2452C313.063 70.7033 291.853 72.9274 273.624 83.0607C257.118 92.2358 243.212 107.808 234.783 130.365ZM234.783 390.101C234.664 390.013 234.539 389.92 234.408 389.822C233.155 388.889 231.315 387.505 228.971 385.71C224.282 382.119 217.578 376.883 209.531 370.308C193.434 357.155 171.981 338.661 150.537 317.288C129.084 295.905 107.701 271.699 91.6973 247.123C75.6601 222.496 65.2178 197.788 65.2178 175.34C65.2178 123.129 99.5221 88.9151 137.531 80.3349C156.541 76.0436 176.419 78.1782 193.406 87.6213C210.364 97.0475 224.634 113.862 232.284 139.296C232.616 140.399 233.631 141.154 234.783 141.154C235.934 141.154 236.949 140.399 237.281 139.296C244.931 113.862 259.201 97.0475 276.159 87.6213C293.147 78.1782 313.024 76.0436 332.034 80.3349C370.043 88.9151 404.347 123.129 404.347 175.34C404.347 197.788 393.905 222.496 377.868 247.123C361.865 271.699 340.481 295.905 319.028 317.288C297.584 338.661 276.131 357.155 260.034 370.308C251.987 376.883 245.284 382.119 240.595 385.71C238.25 387.505 236.41 388.889 235.157 389.822C235.026 389.92 234.901 390.013 234.783 390.101Z" fill="black"/>
83
- <circle cx="268.711" cy="232.143" r="6.52225" fill="#FF6795"/>
84
- <path fill-rule="evenodd" clip-rule="evenodd" d="M144.818 161.705C146.106 161.766 147.156 162.758 147.29 164.041L160.49 290.497L179.098 197.914C179.341 196.704 180.399 195.83 181.633 195.819C182.867 195.808 183.94 196.663 184.204 197.868L197.03 256.298L208.819 217.154C209.135 216.105 210.072 215.366 211.165 215.302C212.258 215.238 213.275 215.864 213.711 216.869L222.161 236.369H271.974C273.415 236.369 274.583 237.537 274.583 238.978C274.583 240.419 273.415 241.587 271.974 241.587H220.448C219.408 241.587 218.468 240.97 218.054 240.016L211.758 225.487L199.131 267.413C198.789 268.551 197.721 269.313 196.534 269.268C195.347 269.222 194.34 268.38 194.085 267.22L181.768 211.108L162.231 308.315C161.977 309.579 160.837 310.468 159.55 310.407C158.262 310.346 157.212 309.354 157.078 308.072L143.881 181.637L132.276 239.491C132.031 240.71 130.961 241.587 129.718 241.587H84.1328C82.692 241.587 81.5239 240.419 81.5239 238.978C81.5239 237.537 82.692 236.369 84.1328 236.369H127.58L142.137 163.798C142.391 162.534 143.53 161.645 144.818 161.705Z" fill="black"/>
85
- <circle cx="272.627" cy="238.666" r="6.52225" fill="black"/>
86
- </svg>
87
- `,
88
- label: formatMessage('Health Icon')
89
- },
90
- languageArts: {
91
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
92
- <path fill-rule="evenodd" clip-rule="evenodd" d="M178.713 78.8718C167.674 77.4787 156.534 80.5278 147.743 87.3484C138.953 94.1689 133.232 104.202 131.838 115.241L102.657 346.473C101.264 357.512 104.313 368.652 111.133 377.442C117.954 386.233 127.987 391.954 139.026 393.347L347.135 419.611C348.837 419.826 350.392 418.62 350.607 416.917L389.516 108.608C389.731 106.905 388.525 105.35 386.822 105.135L178.713 78.8718Z" fill="black"/>
93
- <path d="M167.448 64.8636L375.556 91.1272L336.648 399.436L128.539 373.173C118.318 371.883 109.028 366.586 102.712 358.446C96.397 350.307 93.5738 339.992 94.8637 329.771L124.045 98.5387C125.335 88.3176 130.633 79.0275 138.772 72.7122C146.912 66.3969 157.227 63.5737 167.448 64.8636V64.8636Z" fill="white"/>
94
- <path fill-rule="evenodd" clip-rule="evenodd" d="M193.837 340.219C194.096 338.089 196.032 336.573 198.162 336.832L338.778 353.923C340.908 354.182 342.425 356.118 342.166 358.248C341.907 360.377 339.971 361.894 337.841 361.635L197.224 344.544C195.095 344.285 193.578 342.349 193.837 340.219Z" fill="#FF6795"/>
95
- <path fill-rule="evenodd" clip-rule="evenodd" d="M257.092 365.814C257.374 363.687 259.327 362.192 261.453 362.474L337.588 372.574C339.715 372.856 341.21 374.808 340.928 376.935C340.646 379.062 338.693 380.557 336.567 380.275L260.432 370.176C258.305 369.893 256.81 367.941 257.092 365.814Z" fill="#FF6795"/>
96
- <path fill-rule="evenodd" clip-rule="evenodd" d="M234.235 325.46C234.493 323.33 236.429 321.813 238.559 322.071L341.108 334.501C343.237 334.759 344.755 336.695 344.497 338.825C344.238 340.954 342.303 342.471 340.173 342.213L237.624 329.783C235.494 329.525 233.977 327.589 234.235 325.46Z" fill="#FF6795"/>
97
- <path fill-rule="evenodd" clip-rule="evenodd" d="M141.156 75.7811C148.482 70.0974 157.765 67.5564 166.964 68.7174L371.219 94.4945L342.993 318.154L138.735 292.376C127.527 290.962 116.217 294.058 107.292 300.983C105.288 302.537 103.442 304.256 101.767 306.114L127.902 99.0249C129.063 89.8259 133.83 81.4649 141.156 75.7811ZM99.1106 327.163L98.7202 330.257C97.5593 339.456 100.1 348.739 105.784 356.065C111.468 363.39 119.829 368.158 129.028 369.319L333.283 395.096L334.584 384.781L264.777 375.615C262.65 375.335 261.152 373.385 261.432 371.257C261.711 369.13 263.662 367.633 265.789 367.912L335.557 377.073L336.894 366.48L202.658 349.982C200.528 349.72 199.014 347.782 199.276 345.652C199.538 343.523 201.476 342.009 203.605 342.271L337.867 358.772L339.381 346.775L240.718 334.443C238.589 334.176 237.079 332.235 237.345 330.106C237.611 327.978 239.553 326.468 241.681 326.734L340.354 339.068L342.054 325.593L137.796 299.815C128.561 298.65 119.242 301.2 111.888 306.906C105.36 311.971 100.855 319.154 99.1106 327.163ZM348.054 340.099L379.413 91.6134C379.542 90.5913 379.26 89.5598 378.628 88.7459C377.997 87.9319 377.068 87.4022 376.046 87.2732L167.937 61.0096C156.693 59.5907 145.347 62.6963 136.394 69.6431C127.44 76.5899 121.613 86.809 120.194 98.0522L91.0124 329.284C89.5935 340.527 92.6991 351.874 99.6459 360.827C106.593 369.781 116.812 375.608 128.055 377.027L336.164 403.29C338.292 403.559 340.235 402.051 340.504 399.923L342.293 385.746C344.174 385.701 345.794 384.292 346.046 382.368C346.301 380.431 345.081 378.641 343.255 378.125L344.769 366.126C345.454 365.52 345.929 364.671 346.05 363.691C346.169 362.721 345.919 361.791 345.411 361.04L347.098 347.673C348.927 347.561 350.475 346.161 350.711 344.277C350.946 342.396 349.794 340.661 348.054 340.099Z" fill="black"/>
98
- <path fill-rule="evenodd" clip-rule="evenodd" d="M221.286 126.344C225.871 124.528 230.79 123.639 236.005 123.639C240.21 123.639 244.175 124.271 247.869 125.577C251.555 126.879 254.812 128.8 257.592 131.353C260.364 133.803 262.528 136.753 264.073 140.164C265.764 143.679 266.577 147.533 266.577 151.66C266.577 158.392 264.555 164.562 260.571 170.069C257.456 174.481 253.008 178.68 247.359 182.701C248.445 183.698 249.572 184.737 250.742 185.818C252.337 187.292 254.06 188.813 255.911 190.379C259.425 185.663 263.153 180.103 267.092 173.684L268.956 170.646L272.084 172.355C274.377 173.607 276.903 175.282 279.65 177.342C282.487 179.304 285.226 181.41 287.867 183.66C290.613 185.822 293.173 188.041 295.546 190.318C297.905 192.582 299.791 194.61 301.114 196.377L302.779 198.599L301.138 200.839C298.986 203.778 296.551 206.897 293.837 210.198C291.975 212.462 290.597 214.338 288.687 216.512C293.908 220.75 298.997 224.01 305.557 228.696L281.72 256.641L263.374 239.765C257.645 243.656 251.887 246.604 246.102 248.565C239.48 250.809 232.521 251.923 225.247 251.923C219.739 251.923 214.673 251.157 210.098 249.559L210.061 249.546L210.025 249.533C205.477 247.838 201.532 245.421 198.256 242.25C194.995 239.094 192.467 235.306 190.658 230.937L190.637 230.887L190.618 230.836C188.902 226.328 188.078 221.367 188.078 216.003C188.078 212.316 188.435 208.866 189.18 205.673L189.189 205.63L189.2 205.588C190.049 202.295 191.323 199.16 193.017 196.192L193.027 196.174L193.038 196.156C194.845 193.069 197.154 190.139 199.932 187.358L199.956 187.334L199.98 187.31C202.072 185.291 204.47 183.239 207.165 181.155C204.421 177.151 202.337 173.484 200.98 170.172L200.964 170.134L200.949 170.095C199.376 166 198.549 161.953 198.549 157.979C198.549 153.245 199.518 148.774 201.483 144.616C203.403 140.455 206.027 136.807 209.345 133.7L209.367 133.68L209.389 133.66C212.805 130.559 216.784 128.126 221.286 126.344ZM228.969 151.513C227.92 152.62 227.275 154.131 227.275 156.399C227.275 157.792 227.601 159.424 228.384 161.332C228.98 162.561 229.886 164.034 231.143 165.762C233.856 163.908 235.652 162.24 236.707 160.796L236.721 160.776C238.181 158.802 238.855 156.752 238.855 154.532C238.855 152.509 238.29 151.559 237.683 151.022L237.638 150.982L237.594 150.941C236.822 150.214 235.626 149.664 233.567 149.664C231.552 149.664 230.122 150.302 228.969 151.513ZM222.557 199.935C220.885 202.221 220.247 204.222 220.247 205.949C220.247 208.348 220.948 209.968 222.132 211.169C223.45 212.413 225.153 213.116 227.542 213.116C229.385 213.116 231.49 212.63 233.88 211.507C231.739 209.404 229.698 207.381 227.759 205.439L227.737 205.417L227.716 205.395C225.905 203.521 224.185 201.701 222.557 199.935Z" fill="black"/>
99
- <path d="M257.818 146.65C257.818 152.587 256.049 157.997 252.511 162.88C249.068 167.763 243.665 172.55 236.302 177.242C238.406 179.157 240.701 181.263 243.187 183.561C245.673 185.859 248.446 188.253 251.506 190.743C255.81 185.285 260.4 178.582 265.276 170.635C267.38 171.784 269.771 173.364 272.448 175.375C275.221 177.29 277.899 179.348 280.481 181.551C283.158 183.657 285.645 185.811 287.94 188.014C290.235 190.216 291.956 192.083 293.103 193.615C291 196.487 288.609 199.551 285.932 202.807C283.254 206.062 280.529 209.222 277.756 212.286C280.242 214.297 282.776 216.355 285.358 218.462C288.035 220.568 290.808 222.722 293.677 224.925L276.321 246.181L258.678 229.951C252.367 234.547 246.104 237.899 239.888 240.005C233.672 242.111 227.122 243.165 220.237 243.165C215.073 243.165 210.435 242.447 206.324 241.01C202.212 239.478 198.721 237.324 195.853 234.547C192.984 231.771 190.737 228.419 189.111 224.494C187.581 220.472 186.816 215.972 186.816 210.993C186.816 207.546 187.151 204.387 187.82 201.514C188.585 198.546 189.733 195.721 191.263 193.04C192.888 190.264 194.992 187.583 197.574 184.998C200.251 182.412 203.503 179.731 207.328 176.955C203.598 171.88 200.969 167.476 199.439 163.742C198.004 160.007 197.287 156.417 197.287 152.97C197.287 148.757 198.148 144.831 199.869 141.193C201.59 137.459 203.933 134.203 206.897 131.427C209.957 128.65 213.543 126.448 217.655 124.82C221.767 123.192 226.214 122.378 230.995 122.378C234.82 122.378 238.358 122.953 241.609 124.102C244.861 125.251 247.681 126.926 250.072 129.129C252.463 131.235 254.327 133.772 255.666 136.741C257.101 139.709 257.818 143.012 257.818 146.65ZM218.516 151.39C218.516 153.401 218.994 155.555 219.95 157.853C221.002 160.055 222.771 162.688 225.257 165.752C229.752 163.071 232.907 160.486 234.724 157.997C236.637 155.411 237.593 152.587 237.593 149.523C237.593 146.746 236.78 144.64 235.155 143.204C233.529 141.672 231.33 140.906 228.556 140.906C225.592 140.906 223.154 141.911 221.241 143.922C219.424 145.837 218.516 148.326 218.516 151.39ZM222.532 211.855C226.357 211.855 230.517 210.323 235.011 207.259C231.569 203.908 228.365 200.748 225.401 197.78C222.532 194.812 219.902 191.987 217.512 189.306C213.495 193.232 211.487 197.11 211.487 200.94C211.487 204.195 212.491 206.828 214.5 208.839C216.603 210.85 219.281 211.855 222.532 211.855Z" fill="#FF6795"/>
100
- <path fill-rule="evenodd" clip-rule="evenodd" d="M230.995 126.127C226.648 126.127 222.673 126.865 219.035 128.305C215.323 129.775 212.137 131.739 209.439 134.183C206.842 136.62 204.791 139.471 203.274 142.762L203.266 142.779L203.258 142.796C201.785 145.91 201.036 149.285 201.036 152.97C201.036 155.878 201.638 159 202.924 162.358C204.294 165.69 206.726 169.805 210.349 174.735L212.582 177.773L209.53 179.988C205.823 182.679 202.722 185.241 200.203 187.671C197.834 190.046 195.947 192.464 194.509 194.917C193.155 197.292 192.141 199.786 191.462 202.407C190.873 204.948 190.565 207.804 190.565 210.993C190.565 215.565 191.264 219.588 192.596 223.11C194.036 226.57 195.995 229.468 198.46 231.854C200.914 234.228 203.937 236.115 207.597 237.484C211.237 238.75 215.434 239.416 220.237 239.416C226.733 239.416 232.876 238.423 238.685 236.454C244.481 234.49 250.411 231.335 256.472 226.921L258.955 225.112L275.933 240.729L288.335 225.54C286.531 224.143 284.766 222.766 283.04 221.408L283.014 221.387L282.988 221.366C280.41 219.263 277.88 217.208 275.399 215.201L272.317 212.708L274.976 209.77C277.709 206.751 280.396 203.636 283.037 200.425C284.955 198.093 286.718 195.868 288.327 193.749C287.512 192.857 286.522 191.848 285.344 190.718C283.144 188.607 280.751 186.533 278.163 184.497L278.105 184.451L278.048 184.403C275.563 182.283 272.986 180.302 270.319 178.46L270.257 178.417L270.198 178.372C268.876 177.38 267.645 176.51 266.505 175.759C262.295 182.437 258.277 188.21 254.451 193.063L252.094 196.053L249.141 193.65C246.03 191.119 243.196 188.674 240.643 186.314C238.162 184.022 235.874 181.922 233.779 180.014L230.154 176.714L234.288 174.08C241.413 169.54 246.384 165.064 249.447 160.72L249.461 160.7L249.475 160.68C252.558 156.426 254.069 151.783 254.069 146.65C254.069 143.518 253.455 140.78 252.291 138.372L252.27 138.327L252.249 138.282C251.125 135.788 249.576 133.687 247.594 131.941L247.563 131.914L247.532 131.886C245.538 130.048 243.163 128.627 240.361 127.636C237.552 126.644 234.441 126.127 230.995 126.127ZM216.276 121.334C220.861 119.519 225.78 118.629 230.995 118.629C235.2 118.629 239.165 119.262 242.859 120.567C246.545 121.87 249.802 123.791 252.582 126.343C255.354 128.794 257.518 131.743 259.063 135.154C260.753 138.67 261.567 142.524 261.567 146.65C261.567 153.382 259.545 159.553 255.561 165.06C252.446 169.472 247.998 173.67 242.349 177.691C243.435 178.688 244.562 179.727 245.732 180.808C247.327 182.283 249.05 183.803 250.901 185.37C254.415 180.654 258.143 175.093 262.082 168.675L263.946 165.637L267.074 167.345C269.367 168.598 271.893 170.273 274.64 172.332C277.477 174.294 280.216 176.4 282.857 178.65C285.603 180.813 288.163 183.032 290.536 185.309C292.895 187.573 294.781 189.601 296.104 191.367L297.769 193.59L296.128 195.83C293.976 198.768 291.541 201.888 288.827 205.188C286.964 207.453 285.078 209.672 283.169 211.847C284.663 213.06 286.174 214.289 287.702 215.536C290.359 217.626 293.112 219.764 295.96 221.951L299.025 224.303L276.71 251.632L258.364 234.756C252.635 238.646 246.877 241.595 241.092 243.555C234.47 245.799 227.511 246.913 220.237 246.913C214.729 246.913 209.663 246.147 205.088 244.549L205.051 244.537L205.015 244.523C200.467 242.829 196.522 240.412 193.246 237.241C189.985 234.085 187.457 230.297 185.648 225.928L185.627 225.878L185.608 225.827C183.892 221.318 183.068 216.357 183.068 210.993C183.068 207.307 183.425 203.857 184.17 200.663L184.179 200.621L184.19 200.578C185.039 197.285 186.313 194.151 188.007 191.182L188.017 191.164L188.028 191.146C189.835 188.06 192.144 185.13 194.922 182.348L194.946 182.324L194.97 182.301C197.062 180.281 199.46 178.23 202.155 176.146C199.411 172.141 197.327 168.474 195.97 165.163L195.954 165.124L195.939 165.086C194.366 160.99 193.539 156.944 193.539 152.97C193.539 148.235 194.508 143.765 196.473 139.607C198.393 135.445 201.017 131.798 204.335 128.69L204.357 128.67L204.379 128.65C207.795 125.55 211.774 123.116 216.276 121.334ZM218.525 141.338C221.197 138.528 224.644 137.157 228.557 137.157C232.023 137.157 235.209 138.127 237.682 140.434C240.294 142.768 241.342 146.013 241.342 149.523C241.342 153.427 240.105 157.022 237.745 160.216C235.493 163.299 231.84 166.191 227.178 168.972L224.391 170.634L222.347 168.114C219.773 164.943 217.8 162.049 216.568 159.469L216.526 159.382L216.489 159.293C215.387 156.644 214.767 153.997 214.767 151.39C214.767 147.531 215.938 144.064 218.522 141.341L218.525 141.338ZM223.959 146.503C222.91 147.61 222.265 149.122 222.265 151.39C222.265 152.782 222.591 154.415 223.374 156.323C223.97 157.551 224.876 159.024 226.133 160.752C228.846 158.898 230.642 157.231 231.696 155.787L231.711 155.767C233.171 153.793 233.845 151.743 233.845 149.523C233.845 147.499 233.28 146.549 232.673 146.013L232.628 145.973L232.584 145.932C231.812 145.204 230.616 144.654 228.557 144.654C226.542 144.654 225.112 145.293 223.959 146.503ZM217.698 183.882L220.31 186.811C222.657 189.443 225.245 192.223 228.075 195.153C231.02 198.1 234.203 201.24 237.626 204.573L240.913 207.773L237.123 210.356C232.258 213.673 227.367 215.604 222.532 215.604C218.439 215.604 214.795 214.307 211.91 211.549L211.878 211.519L211.847 211.488C209.034 208.671 207.739 205.031 207.739 200.94C207.739 195.711 210.491 190.927 214.892 186.625L217.698 183.882ZM217.547 194.925C215.875 197.212 215.236 199.212 215.236 200.94C215.236 203.338 215.938 204.958 217.122 206.159C218.44 207.404 220.143 208.106 222.532 208.106C224.375 208.106 226.48 207.621 228.87 206.497C226.729 204.394 224.688 202.371 222.749 200.429L222.727 200.407L222.706 200.385C220.895 198.511 219.175 196.691 217.547 194.925Z" fill="black"/>
101
- </svg>
102
- `,
103
- label: formatMessage('Language Arts Icon')
104
- },
105
- languages: {
106
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
107
- <path fill-rule="evenodd" clip-rule="evenodd" d="M152.967 286.593L83.6754 314.31C81.0647 315.354 79.7593 315.877 79.0323 315.602C78.403 315.365 77.9351 314.827 77.7871 314.171C77.616 313.413 78.3135 312.193 79.7086 309.751L105.34 264.897C105.822 264.053 106.063 263.631 106.106 263.21C106.145 262.832 106.081 262.471 105.914 262.129C105.728 261.749 105.346 261.427 104.582 260.783L104.581 260.783C81.0467 240.971 67.271 212.356 67.271 182.625C67.271 122.239 127.279 73.271 201.322 73.271C275.35 73.271 335.374 122.239 335.374 182.625C335.374 195.126 333.859 206.507 331.045 216.804C330.674 218.165 330.488 218.845 330.618 219.357C330.737 219.825 330.984 220.191 331.374 220.476C331.8 220.788 332.5 220.87 333.901 221.034C388.117 227.367 430 269.04 430 314.828C430 339.195 419.62 360.127 400.458 376.269C399.731 376.882 399.368 377.188 399.184 377.549C399.019 377.875 398.948 378.218 398.971 378.583C398.997 378.987 399.203 379.4 399.615 380.225L418.47 417.935C419.605 420.204 420.172 421.339 419.984 422.066C419.82 422.695 419.36 423.206 418.751 423.435C418.048 423.699 416.86 423.253 414.484 422.362L360.258 402.027C359.806 401.858 359.58 401.773 359.351 401.743C359.145 401.716 358.945 401.721 358.741 401.758C358.514 401.798 358.283 401.898 357.821 402.097C287.17 432.533 209.209 382.069 209.209 314.828C209.209 309.455 209.786 304.139 210.892 298.929C211.2 297.476 211.354 296.749 211.185 296.236C211.03 295.767 210.751 295.414 210.329 295.156C209.868 294.874 209.143 294.859 207.691 294.828C190.189 294.458 172.315 291.623 155.086 286.499L155.086 286.499C154.682 286.379 154.479 286.319 154.278 286.301C154.099 286.285 153.922 286.293 153.745 286.326C153.547 286.362 153.354 286.439 152.967 286.593Z" fill="black"/>
108
- <path d="M60.7604 303.322L139.614 271.78C222.552 296.945 320.978 268.977 320.978 168.229C320.978 107.843 260.954 58.875 186.926 58.875C112.883 58.875 52.875 107.843 52.875 168.229C52.875 198.84 67.4787 228.269 92.3019 248.124L60.7604 303.322Z" fill="white"/>
109
- <path fill-rule="evenodd" clip-rule="evenodd" d="M186.93 61.7575C113.901 61.7575 55.7575 109.957 55.7575 168.233C55.7575 197.923 69.9268 226.541 94.1038 245.88C95.2109 246.765 95.5085 248.325 94.8051 249.556L67.3588 297.587L138.549 269.111C139.156 268.868 139.828 268.839 140.454 269.029C181.411 281.456 225.992 280.689 260.177 264.62C294.161 248.646 318.103 217.469 318.103 168.233C318.103 109.957 259.944 61.7575 186.93 61.7575ZM50 168.233C50 105.737 111.872 56 186.93 56C261.972 56 323.86 105.737 323.86 168.233C323.86 219.745 298.589 252.926 262.626 269.831C227.139 286.512 181.472 287.266 139.753 274.831L61.8333 305.998C60.6964 306.453 59.3962 306.139 58.5924 305.215C57.7887 304.291 57.6572 302.96 58.2647 301.897L88.598 248.814C64.2883 228.476 50 198.969 50 168.233Z" fill="black"/>
110
- <path fill-rule="evenodd" clip-rule="evenodd" d="M194.814 303.31C194.814 370.935 273.668 421.591 344.637 390.049L407.72 413.706L384.064 366.393C404.502 350.039 415.605 328.512 415.605 303.31C415.605 253.569 366.18 208.686 305.21 208.686C244.24 208.686 194.814 253.569 194.814 303.31V303.31Z" fill="white"/>
111
- <path fill-rule="evenodd" clip-rule="evenodd" d="M191.935 303.31C191.935 251.624 243.029 205.807 305.209 205.807C367.389 205.807 418.483 251.624 418.483 303.31C418.483 328.708 407.579 350.495 387.667 367.163L410.294 412.418C410.823 413.477 410.651 414.752 409.859 415.631C409.066 416.511 407.817 416.816 406.708 416.401L344.721 393.155C272.356 424.451 191.935 372.916 191.935 303.31ZM305.209 211.564C245.449 211.564 197.693 255.514 197.693 303.31C197.693 368.606 274.173 418.216 343.467 387.419C344.157 387.112 344.94 387.089 345.647 387.354L401.866 408.436L381.488 367.68C380.881 366.466 381.205 364.993 382.264 364.145C402.084 348.286 412.726 327.559 412.726 303.31C412.726 255.514 364.969 211.564 305.209 211.564Z" fill="black"/>
112
- <path d="M143.846 179.635C143.018 179.635 142.385 179.221 141.946 178.392C141.556 177.564 141.361 176.394 141.361 174.884C141.361 174.64 141.361 174.372 141.361 174.08C141.361 173.739 141.41 173.105 141.508 172.179C141.654 168.671 143.384 166.624 146.697 166.04L148.378 165.893C149.499 165.747 150.376 165.406 151.01 164.87C151.643 164.285 152.106 163.481 152.398 162.458C153.227 159.681 154.055 156.879 154.884 154.052C155.712 151.226 156.589 148.424 157.515 145.647C158.002 144.087 158.489 142.431 158.977 140.676C159.513 138.873 160.073 137.095 160.658 135.341C161.291 133.586 161.998 131.856 162.778 130.151C163.606 128.445 164.532 126.886 165.555 125.473C165.994 124.888 166.603 124.279 167.382 123.646C168.162 123.012 169.039 122.452 170.014 121.965C171.037 121.429 172.109 121.014 173.23 120.722C174.399 120.381 175.544 120.21 176.665 120.21C178.127 120.21 179.565 120.673 180.978 121.599C182.878 122.915 184.754 124.498 186.606 126.35C188.458 128.202 190.529 130.565 192.819 133.44C195.109 136.315 197.765 139.799 200.786 143.892C203.807 147.937 207.437 152.834 211.677 158.584C212.31 159.315 212.968 159.875 213.65 160.265C214.381 160.606 215.234 160.777 216.209 160.777H220.375C222.08 160.777 223.396 161.191 224.322 162.02C225.296 162.799 225.784 163.896 225.784 165.309C225.784 165.601 225.759 165.942 225.711 166.332C225.711 166.722 225.638 167.112 225.491 167.501L224.103 171.595C224.005 171.985 223.932 172.326 223.883 172.618C223.835 172.91 223.81 173.203 223.81 173.495C223.81 174.518 224.151 175.566 224.834 176.638L232.654 187.31C233.532 188.625 233.97 189.868 233.97 191.037C233.97 192.792 232.971 194.327 230.973 195.642L228.196 197.616C227.514 198.054 226.856 198.395 226.222 198.639C225.638 198.883 225.028 199.005 224.395 199.005C223.518 199.005 222.689 198.737 221.91 198.201C221.179 197.713 220.472 197.031 219.79 196.154C217.451 192.84 215.088 189.576 212.7 186.359C210.361 183.143 207.973 179.952 205.537 176.784C204.416 175.225 202.93 174.445 201.078 174.445C195.133 174.689 189.237 175.03 183.39 175.469C177.591 175.858 171.768 176.346 165.921 176.93C163.825 177.125 162.51 178.246 161.974 180.293L158.684 192.353C157.807 195.569 155.858 197.177 152.837 197.177H151.667L149.402 196.885C147.745 196.739 146.478 196.227 145.601 195.35C144.772 194.473 144.358 193.328 144.358 191.915C144.358 191.622 144.383 191.305 144.431 190.964C144.48 190.623 144.553 190.258 144.651 189.868C144.894 188.893 145.138 187.894 145.381 186.871C145.674 185.848 145.966 184.849 146.259 183.874C146.356 183.484 146.429 183.143 146.478 182.851C146.527 182.51 146.551 182.193 146.551 181.901C146.551 180.39 145.966 179.635 144.797 179.635H143.846ZM178.639 141.042C178.151 140.603 177.713 140.238 177.323 139.945C176.933 139.653 176.519 139.507 176.08 139.507C174.862 139.507 174.01 140.36 173.522 142.065C172.548 144.94 171.597 147.791 170.672 150.617C169.794 153.395 168.893 156.245 167.967 159.169C167.87 159.413 167.821 159.632 167.821 159.827C167.821 160.022 167.821 160.241 167.821 160.485C167.821 162.288 168.771 163.189 170.672 163.189H171.403C174.326 162.799 177.25 162.507 180.174 162.312C183.097 162.068 186.021 161.873 188.945 161.727C189.919 161.63 190.675 161.386 191.211 160.996C191.795 160.558 192.088 159.997 192.088 159.315C192.088 158.682 191.795 157.926 191.211 157.049C189.164 154.32 187.093 151.64 184.998 149.009C182.951 146.329 180.832 143.673 178.639 141.042Z" fill="#45CE42"/>
113
- <path fill-rule="evenodd" clip-rule="evenodd" d="M136.793 180.968L136.736 180.845C135.824 178.908 135.603 176.76 135.603 174.885V174.081C135.603 173.437 135.677 172.587 135.764 171.743C135.902 169.17 136.65 166.506 138.517 164.298C140.454 162.005 143.061 160.836 145.696 160.371L145.945 160.327L147.054 160.23C147.822 157.653 148.59 155.054 149.358 152.434C150.201 149.559 151.093 146.707 152.035 143.88C152.496 142.4 152.961 140.819 153.428 139.137L153.442 139.087L153.457 139.037C154.011 137.175 154.59 135.336 155.195 133.521L155.218 133.453L155.242 133.386C155.929 131.483 156.696 129.607 157.54 127.758L157.568 127.697L157.598 127.637C158.56 125.655 159.655 123.804 160.891 122.097L160.919 122.058L160.948 122.02C161.752 120.948 162.732 120.007 163.751 119.178C164.869 118.27 166.089 117.495 167.39 116.84C168.762 116.126 170.2 115.569 171.697 115.173C173.319 114.707 174.98 114.454 176.664 114.454C179.414 114.454 181.931 115.342 184.132 116.784L184.194 116.825L184.254 116.866C186.473 118.403 188.612 120.216 190.676 122.28C192.728 124.332 194.945 126.871 197.321 129.854C199.666 132.797 202.363 136.337 205.407 140.461C208.398 144.464 211.978 149.294 216.149 154.95C216.173 154.975 216.195 154.999 216.217 155.021H220.374C222.921 155.021 225.742 155.633 228.04 157.625C230.485 159.644 231.54 162.457 231.54 165.31C231.54 165.8 231.508 166.286 231.458 166.75C231.414 167.685 231.223 168.58 230.92 169.419L229.637 173.202C229.62 173.272 229.607 173.334 229.596 173.387C229.603 173.401 229.611 173.415 229.619 173.431L237.373 184.011L237.444 184.117C238.735 186.054 239.727 188.396 239.727 191.039C239.727 195.348 237.162 198.432 234.233 200.389L231.421 202.388L231.308 202.46C230.379 203.058 229.394 203.582 228.357 203.987C227.094 204.502 225.759 204.763 224.394 204.763C222.274 204.763 220.334 204.097 218.682 202.97C217.335 202.065 216.203 200.922 215.245 199.69L215.163 199.584L215.086 199.475C212.773 196.199 210.436 192.971 208.077 189.793L208.06 189.77L208.043 189.747C205.735 186.573 203.378 183.422 200.973 180.296L200.916 180.222L200.911 180.216C195.167 180.456 189.469 180.787 183.82 181.211L183.797 181.213L183.775 181.214C178.312 181.582 172.826 182.036 167.317 182.579L164.238 193.869C163.586 196.262 162.372 198.644 160.228 200.413C158.029 202.227 155.411 202.936 152.836 202.936H151.297L148.766 202.609C146.261 202.368 143.609 201.503 141.529 199.422L141.471 199.364L141.414 199.304C139.406 197.178 138.6 194.53 138.6 191.916C138.6 191.308 138.65 190.716 138.731 190.151C138.812 189.585 138.926 189.024 139.064 188.473C139.302 187.52 139.541 186.542 139.78 185.539L139.809 185.414L139.845 185.291C139.926 185.005 140.008 184.722 140.089 184.44C139.924 184.348 139.76 184.25 139.598 184.144C138.294 183.291 137.425 182.16 136.857 181.087L136.793 180.968ZM146.258 183.875C145.965 184.85 145.673 185.849 145.381 186.872C145.137 187.896 144.893 188.894 144.65 189.869C144.552 190.259 144.479 190.624 144.43 190.965C144.382 191.307 144.357 191.623 144.357 191.916C144.357 193.329 144.772 194.474 145.6 195.351C146.477 196.228 147.744 196.74 149.401 196.886L151.667 197.178H152.836C155.857 197.178 157.806 195.57 158.684 192.354L161.973 180.294C162.509 178.247 163.824 177.127 165.92 176.932C171.767 176.347 177.59 175.86 183.389 175.47C189.236 175.031 195.133 174.69 201.077 174.446C202.929 174.446 204.415 175.226 205.536 176.785C207.973 179.953 210.36 183.145 212.699 186.361C215.087 189.577 217.45 192.842 219.789 196.155C220.471 197.032 221.178 197.714 221.909 198.202C222.689 198.738 223.517 199.006 224.394 199.006C225.028 199.006 225.637 198.884 226.221 198.64C226.855 198.397 227.513 198.055 228.195 197.617L230.972 195.643C232.97 194.328 233.969 192.793 233.969 191.039C233.969 189.869 233.531 188.626 232.654 187.311L224.833 176.639C224.15 175.567 223.809 174.52 223.809 173.496C223.809 173.204 223.834 172.911 223.882 172.619C223.931 172.327 224.004 171.986 224.102 171.596L225.491 167.503C225.637 167.113 225.71 166.723 225.71 166.333C225.759 165.943 225.783 165.602 225.783 165.31C225.783 163.897 225.296 162.8 224.321 162.021C223.395 161.192 222.08 160.778 220.374 160.778H216.208C215.233 160.778 214.38 160.608 213.649 160.266C212.967 159.877 212.309 159.316 211.676 158.585C207.437 152.835 203.806 147.938 200.785 143.894C197.764 139.8 195.108 136.316 192.818 133.441C190.528 130.566 188.457 128.203 186.605 126.351C184.753 124.5 182.877 122.916 180.977 121.6C179.564 120.674 178.126 120.211 176.664 120.211C175.544 120.211 174.399 120.382 173.229 120.723C172.108 121.015 171.036 121.43 170.013 121.966C169.038 122.453 168.161 123.013 167.382 123.647C166.602 124.28 165.993 124.889 165.554 125.474C164.531 126.887 163.605 128.447 162.777 130.152C161.997 131.858 161.291 133.587 160.657 135.342C160.072 137.096 159.512 138.875 158.976 140.677C158.489 142.432 158.001 144.088 157.514 145.648C156.588 148.425 155.711 151.227 154.883 154.054C154.054 156.88 153.226 159.682 152.398 162.459C152.105 163.482 151.642 164.287 151.009 164.871C150.375 165.407 149.498 165.748 148.377 165.895L146.696 166.041C143.383 166.625 141.653 168.672 141.507 172.181C141.409 173.106 141.361 173.74 141.361 174.081V174.885C141.361 176.396 141.555 177.565 141.945 178.393C142.384 179.222 143.017 179.636 143.846 179.636H144.796C145.965 179.636 146.55 180.391 146.55 181.902C146.55 182.194 146.526 182.511 146.477 182.852C146.428 183.145 146.355 183.486 146.258 183.875ZM140.793 181.897C140.793 181.898 140.792 181.902 140.792 181.906C140.791 181.877 140.792 181.873 140.793 181.897ZM184.997 149.01C182.95 146.33 180.831 143.674 178.638 141.043C178.151 140.604 177.712 140.239 177.322 139.947C176.932 139.654 176.518 139.508 176.08 139.508C174.861 139.508 174.009 140.361 173.521 142.066C172.547 144.941 171.597 147.792 170.671 150.618C169.794 153.396 168.892 156.246 167.966 159.17C167.869 159.414 167.82 159.633 167.82 159.828V160.486C167.82 162.289 168.77 163.19 170.671 163.19H171.402C174.325 162.8 177.249 162.508 180.173 162.313C183.097 162.069 186.02 161.874 188.944 161.728C189.919 161.631 190.674 161.387 191.21 160.997C191.795 160.559 192.087 159.998 192.087 159.316C192.087 158.683 191.795 157.927 191.21 157.05C189.163 154.322 187.092 151.641 184.997 149.01ZM183.395 156.293C182.433 155.05 181.465 153.818 180.493 152.597L180.457 152.551L180.421 152.504C179.429 151.206 178.42 149.912 177.392 148.625C176.974 149.882 176.56 151.134 176.152 152.381C175.672 153.9 175.185 155.441 174.691 157.003C176.374 156.828 178.058 156.684 179.742 156.571C180.96 156.47 182.177 156.377 183.395 156.293ZM170.658 157.432C170.658 157.432 170.66 157.432 170.664 157.433ZM179.097 143.528C179.097 143.528 179.094 143.538 179.087 143.554C179.093 143.536 179.097 143.528 179.097 143.528Z" fill="black"/>
114
- <path d="M280.302 252.498C280.302 252.067 280.499 251.564 280.894 250.99C281.325 250.379 281.846 249.823 282.456 249.32C283.103 248.781 283.785 248.332 284.503 247.973C285.221 247.614 285.904 247.435 286.55 247.435C287.915 247.435 289.351 247.83 290.859 248.62C292.403 249.41 293.893 250.451 295.33 251.744C296.802 253.001 298.185 254.437 299.477 256.053C300.806 257.633 301.955 259.231 302.925 260.847C303.93 262.427 304.72 263.953 305.295 265.425C305.905 266.862 306.21 268.065 306.21 269.034C306.21 269.465 306.049 269.878 305.726 270.273C305.438 270.632 305.043 270.955 304.541 271.243C304.074 271.494 303.535 271.709 302.925 271.889C302.35 272.033 301.758 272.104 301.147 272.104C300.465 272.104 299.854 272.015 299.316 271.835C298.813 271.656 298.418 271.314 298.131 270.812C296.802 268.585 295.438 266.664 294.037 265.048C292.673 263.396 291.326 261.996 289.997 260.847C288.669 259.662 287.412 258.674 286.227 257.884C285.078 257.058 284.054 256.34 283.157 255.73C282.295 255.119 281.594 254.563 281.056 254.06C280.553 253.557 280.302 253.037 280.302 252.498Z" fill="#FF6795"/>
115
- <path fill-rule="evenodd" clip-rule="evenodd" d="M276.169 247.698L276.189 247.669C276.93 246.619 277.803 245.693 278.782 244.885C279.749 244.081 280.798 243.387 281.927 242.823C283.255 242.159 284.818 241.676 286.549 241.676C289.036 241.676 291.379 242.396 293.504 243.506C295.51 244.534 297.381 245.852 299.124 247.413C300.852 248.894 302.452 250.562 303.928 252.4C305.398 254.154 306.701 255.96 307.821 257.819C308.957 259.611 309.905 261.423 310.626 263.252C311.361 264.999 311.967 266.992 311.967 269.033C311.967 271.015 311.194 272.67 310.2 273.893C309.363 274.932 308.364 275.687 307.396 276.241L307.333 276.277L307.269 276.311C306.389 276.785 305.468 277.141 304.548 277.412L304.434 277.445L304.32 277.474C303.275 277.735 302.213 277.861 301.146 277.861C299.966 277.861 298.724 277.706 297.494 277.296L297.436 277.277L297.378 277.256C295.492 276.583 294.074 275.288 293.166 273.728C291.982 271.748 290.817 270.124 289.685 268.818L289.64 268.767L289.597 268.714C288.394 267.258 287.269 266.1 286.23 265.201L286.197 265.172L286.164 265.143C284.989 264.095 283.945 263.283 283.032 262.674L282.948 262.618L282.865 262.559C281.745 261.754 280.764 261.065 279.918 260.49L279.872 260.459L279.827 260.427C278.837 259.725 277.915 259.005 277.126 258.268L277.054 258.2L276.983 258.13C275.759 256.906 274.543 255.004 274.543 252.497C274.543 250.383 275.466 248.72 276.149 247.727L276.169 247.698ZM298.129 270.811C298.417 271.314 298.812 271.655 299.314 271.834C299.853 272.014 300.464 272.104 301.146 272.104C301.756 272.104 302.349 272.032 302.923 271.888C303.534 271.709 304.072 271.493 304.539 271.242C305.042 270.954 305.437 270.631 305.724 270.272C306.047 269.877 306.209 269.464 306.209 269.033C306.209 268.064 305.904 266.861 305.293 265.424C304.719 263.952 303.929 262.426 302.923 260.846C301.954 259.23 300.805 257.632 299.476 256.052C298.183 254.436 296.801 253 295.329 251.743C293.892 250.45 292.402 249.409 290.858 248.619C289.35 247.829 287.913 247.434 286.549 247.434C285.902 247.434 285.22 247.613 284.502 247.972C283.784 248.331 283.101 248.78 282.455 249.319C281.845 249.822 281.324 250.378 280.893 250.989C280.498 251.563 280.3 252.066 280.3 252.497C280.3 253.036 280.552 253.556 281.055 254.059C281.593 254.562 282.293 255.118 283.155 255.729C284.053 256.339 285.076 257.057 286.226 257.883C287.411 258.673 288.667 259.661 289.996 260.846C291.325 261.995 292.671 263.395 294.036 265.047C295.436 266.663 296.801 268.584 298.129 270.811Z" fill="black"/>
116
- <path fill-rule="evenodd" clip-rule="evenodd" d="M259.536 299.548C259.536 301.244 260.508 302.092 262.452 302.092H271.91C272.104 302.664 272.418 303.241 272.851 303.822C276.612 308.646 280.567 313.338 284.719 317.899C287.263 320.694 289.888 323.374 292.592 325.937C290.396 327.176 288.149 328.356 285.851 329.478C283.225 330.803 280.629 332.015 278.063 333.115C275.518 334.25 273.068 335.258 270.712 336.141C268.341 337.08 266.174 337.877 264.212 338.533C262.685 339.032 261.64 339.373 261.077 339.555C260.498 339.793 260.083 339.985 259.832 340.13C258.829 340.709 258.266 341.512 258.142 342.538C258.003 343.621 258.317 344.826 259.082 346.151C259.744 347.297 260.392 348.213 261.026 348.898C261.681 349.618 262.332 350.126 262.98 350.42C263.592 350.736 264.231 350.892 264.898 350.889C265.529 350.907 266.208 350.801 266.936 350.572C272.73 348.612 278.464 346.424 284.138 344.008C289.832 341.628 295.294 338.928 300.524 335.908C301.244 335.493 301.963 335.067 302.681 334.632C304.241 335.84 305.853 337.03 307.518 338.203C310.953 340.617 314.429 342.793 317.945 344.732C321.462 346.67 324.939 348.274 328.377 349.544C331.873 350.81 335.157 351.593 338.23 351.893C340.029 352.023 341.538 352.014 342.759 351.864C344.038 351.711 344.907 351.368 345.366 350.835C345.69 350.459 345.943 349.912 346.124 349.195C346.364 348.473 346.562 347.388 346.719 345.939C346.862 344.316 346.845 343.1 346.668 342.292C346.549 341.479 346.223 340.844 345.69 340.384C345.22 339.979 344.642 339.7 343.956 339.545C343.27 339.391 342.528 339.27 341.73 339.183C340.931 339.095 340.075 339.012 339.16 338.934C338.245 338.855 337.323 338.689 336.395 338.435C333.526 337.709 330.726 336.744 327.997 335.539C325.264 334.275 322.594 332.875 319.987 331.338C317.812 330.016 315.705 328.617 313.664 327.139C316.017 325.342 318.263 323.484 320.4 321.567C323.425 318.865 326.094 316.083 328.405 313.22C330.773 310.372 332.605 307.547 333.901 304.746C334.313 303.792 334.647 302.907 334.902 302.092H345.451C347.354 302.092 348.491 301.162 348.864 299.3L350.104 294.213C350.187 294.006 350.229 293.799 350.229 293.592V293.158C350.229 291.462 349.256 290.614 347.312 290.614H264.376C262.473 290.614 261.315 291.545 260.901 293.406L259.66 298.494C259.578 298.701 259.536 298.887 259.536 299.052V299.548ZM320.489 302.092H287.272C287.42 302.27 287.569 302.45 287.721 302.63C289.358 304.532 291.118 306.513 293.001 308.573C294.911 310.602 296.927 312.666 299.048 314.767C300.514 316.182 302.006 317.567 303.524 318.922C305.19 317.712 306.832 316.452 308.451 315.14C313.136 311.345 317.149 306.995 320.489 302.092Z" fill="#FF6795"/>
117
- <path fill-rule="evenodd" clip-rule="evenodd" d="M272.848 303.83C272.413 303.247 272.099 302.668 271.905 302.095H262.452C260.508 302.095 259.536 301.247 259.536 299.551V299.054C259.536 298.889 259.578 298.703 259.66 298.496L260.901 293.408C261.315 291.547 262.473 290.616 264.376 290.616H347.312C349.256 290.616 350.228 291.464 350.228 293.16V293.594C350.228 293.801 350.187 294.008 350.104 294.215L348.863 299.303C348.491 301.164 347.354 302.095 345.451 302.095H334.901C334.646 302.909 334.312 303.793 333.9 304.747C332.604 307.549 330.772 310.374 328.405 313.221C326.093 316.084 323.425 318.867 320.4 321.568C319.716 322.182 319.02 322.789 318.314 323.391C316.812 324.67 315.26 325.921 313.658 327.145C315.288 328.325 316.961 329.456 318.676 330.537C319.109 330.81 319.545 331.079 319.983 331.346C322.59 332.883 325.261 334.283 327.994 335.546C330.723 336.752 333.522 337.717 336.392 338.443C337.32 338.696 338.241 338.862 339.156 338.941C340.071 339.02 340.928 339.103 341.726 339.19C342.525 339.278 343.267 339.399 343.953 339.553C344.639 339.707 345.217 339.987 345.687 340.392C346.22 340.851 346.545 341.487 346.664 342.299C346.842 343.107 346.859 344.323 346.715 345.947C346.559 347.396 346.361 348.481 346.121 349.203C345.94 349.92 345.687 350.467 345.363 350.843C344.904 351.375 344.035 351.718 342.756 351.872C341.535 352.021 340.025 352.031 338.226 351.9C335.154 351.6 331.87 350.818 328.374 349.552C324.936 348.282 321.459 346.678 317.942 344.739C314.425 342.801 310.95 340.624 307.515 338.21C305.848 337.037 304.235 335.846 302.674 334.637C301.958 335.071 301.241 335.495 300.524 335.91C295.294 338.929 289.831 341.629 284.137 344.009C278.463 346.425 272.729 348.613 266.935 350.573C266.208 350.802 265.528 350.908 264.897 350.89C264.23 350.893 263.591 350.737 262.979 350.422C262.331 350.127 261.68 349.619 261.025 348.899C260.391 348.214 259.743 347.299 259.081 346.152C258.316 344.827 258.003 343.623 258.142 342.54C258.265 341.513 258.829 340.71 259.832 340.131C260.082 339.986 260.497 339.795 261.076 339.556C261.639 339.374 262.685 339.033 264.211 338.534C266.173 337.879 268.34 337.082 270.711 336.142C273.067 335.26 275.518 334.251 278.063 333.116C280.628 332.017 283.224 330.805 285.85 329.48C286.315 329.252 286.778 329.023 287.239 328.791C289.054 327.878 290.836 326.928 292.585 325.942C291.139 324.57 289.715 323.166 288.314 321.728C287.097 320.479 285.898 319.205 284.715 317.906C280.564 313.346 276.608 308.654 272.848 303.83ZM282.973 324.482C282.126 323.594 281.287 322.694 280.457 321.782C276.347 317.266 272.422 312.623 268.684 307.852H262.452C260.771 307.852 258.435 307.502 256.48 305.797C254.376 303.961 253.779 301.506 253.779 299.551V299.054C253.779 298.205 253.939 297.459 254.134 296.858L255.296 292.091C255.713 290.27 256.639 288.301 258.474 286.826C260.333 285.332 262.486 284.859 264.376 284.859H347.312C348.993 284.859 351.329 285.208 353.284 286.914C355.389 288.75 355.986 291.205 355.986 293.16V293.594C355.986 294.39 355.856 295.144 355.634 295.841L354.48 300.571C354.094 302.384 353.199 304.361 351.377 305.853C349.509 307.381 347.334 307.852 345.451 307.852H338.799C337.293 310.935 335.292 313.939 332.858 316.87C330.339 319.986 327.461 322.981 324.24 325.858C323.945 326.122 323.649 326.385 323.352 326.646C325.639 327.976 327.976 329.194 330.365 330.299C332.786 331.366 335.265 332.219 337.803 332.861L337.857 332.874L337.91 332.889C338.518 333.055 339.097 333.157 339.65 333.205C340.603 333.287 341.504 333.374 342.353 333.467C343.336 333.575 344.293 333.728 345.217 333.936C346.7 334.27 348.169 334.931 349.445 336.031C351.139 337.49 352.016 339.389 352.33 341.265C352.656 342.912 352.599 344.766 352.45 346.454L352.445 346.509L352.439 346.565C352.28 348.042 352.048 349.536 351.651 350.811C351.339 351.969 350.786 353.369 349.724 354.601C347.81 356.822 345.093 357.389 343.448 357.588C341.732 357.797 339.823 357.789 337.81 357.643L337.739 357.637L337.667 357.63C334.031 357.276 330.273 356.363 326.414 354.966L326.396 354.959L326.379 354.953C322.647 353.574 318.908 351.846 315.163 349.781C311.455 347.737 307.802 345.45 304.204 342.921L304.2 342.918C303.551 342.461 302.91 342.002 302.276 341.539C297.179 344.422 291.878 347.013 286.375 349.314C280.573 351.784 274.708 354.022 268.78 356.027L268.722 356.047L268.664 356.065C267.475 356.439 266.183 356.674 264.827 356.648C263.286 356.64 261.812 356.274 260.465 355.602C258.964 354.892 257.751 353.853 256.782 352.791C255.771 351.695 254.885 350.4 254.095 349.031C252.95 347.048 252.083 344.569 252.428 341.829C252.803 338.78 254.602 336.502 256.953 335.145C257.557 334.796 258.273 334.484 258.881 334.233L259.091 334.147L259.306 334.077C259.856 333.9 260.886 333.564 262.404 333.067C264.243 332.453 266.303 331.696 268.591 330.789L268.641 330.77L268.691 330.751C270.927 329.913 273.269 328.95 275.718 327.858L275.756 327.84L275.795 327.824C278.153 326.814 280.545 325.7 282.973 324.482ZM287.264 302.095C287.413 302.274 287.564 302.455 287.717 302.638C289.16 304.315 290.699 306.053 292.333 307.852C292.553 308.094 292.774 308.337 292.998 308.581C294.908 310.609 296.923 312.674 299.044 314.775C300.51 316.189 302.001 317.573 303.518 318.927C305.186 317.716 306.83 316.455 308.45 315.142C311.212 312.904 313.74 310.474 316.035 307.852C317.632 306.026 319.116 304.107 320.487 302.095H287.264ZM300.28 307.852H308.048C307.017 308.824 305.943 309.763 304.826 310.668C304.51 310.924 304.193 311.178 303.875 311.43C303.606 311.174 303.337 310.916 303.069 310.658C302.117 309.714 301.187 308.779 300.28 307.852Z" fill="black"/>
118
- </svg>
119
- `,
120
- label: formatMessage('Languages Icon')
121
- },
122
- library: {
123
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
124
- <path d="M250.023 70.2327C248.861 69.2954 247.203 69.2939 246.039 70.2289L244.723 71.2863L243.396 70.2248C242.243 69.3023 240.607 69.2961 239.447 70.2098L76.1227 198.857C74.7446 199.943 74.5074 201.94 75.5929 203.318C76.6784 204.696 78.6756 204.933 80.0538 203.848L107.089 182.553C106.992 182.859 106.941 183.182 106.941 183.511V382.412C106.941 392.381 110.901 401.941 117.95 408.991C124.999 416.04 134.56 420 144.529 420H346.236C356.344 420 368.009 414.345 374.952 407.402C381.894 400.46 388.589 390.872 388.589 377.647V194.514L411.487 212.833C412.857 213.929 414.856 213.707 415.952 212.337C417.048 210.967 416.826 208.968 415.456 207.872L388.589 186.378V183.511C388.589 182.551 388.154 181.642 387.406 181.039L250.023 70.2327Z" fill="black"/>
125
- <path d="M110.67 397.215C117.124 403.668 125.877 407.294 135.003 407.294H346.492C362.769 407.294 375.886 394.1 375.886 377.823V173.982L238.503 63.1757L100.591 173.982V372.882C100.591 382.009 104.217 390.762 110.67 397.215Z" fill="white"/>
126
- <path fill-rule="evenodd" clip-rule="evenodd" d="M240.22 60.6961C239.06 59.768 237.412 59.768 236.252 60.6961L64.1923 198.343C62.8224 199.439 62.6003 201.438 63.6962 202.808C64.7921 204.178 66.791 204.4 68.1609 203.304L97.412 179.903V372.883C97.412 382.852 101.372 392.413 108.421 399.462C115.471 406.511 125.031 410.471 135 410.471H341.471C351.44 410.471 361.001 406.511 368.05 399.462C375.099 392.413 379.06 382.852 379.06 372.883V179.903L408.311 203.304C409.681 204.4 411.68 204.178 412.775 202.808C413.871 201.438 413.649 199.439 412.279 198.343L240.22 60.6961ZM103.765 372.883V174.821L238.236 67.2444L372.707 174.821V372.883C372.707 381.167 369.416 389.112 363.558 394.97C357.7 400.828 349.756 404.118 341.471 404.118H298.191V320.984C298.191 319.309 298.191 317.865 298.094 316.675C297.992 315.419 297.765 314.17 297.153 312.968C296.239 311.175 294.781 309.718 292.988 308.804C291.786 308.191 290.537 307.965 289.281 307.862C288.092 307.765 286.648 307.765 284.974 307.765H191.496C189.823 307.765 188.379 307.765 187.189 307.862C185.933 307.965 184.684 308.191 183.482 308.804C181.689 309.718 180.231 311.175 179.318 312.968C178.705 314.17 178.479 315.419 178.376 316.675C178.279 317.865 178.279 319.31 178.279 320.984L178.279 404.118H135C126.716 404.118 118.771 400.828 112.914 394.97C107.056 389.112 103.765 381.167 103.765 372.883ZM184.632 404.118H235.059V314.118H191.62C189.789 314.118 188.606 314.121 187.706 314.194C186.843 314.265 186.524 314.384 186.367 314.464C185.769 314.769 185.283 315.255 184.978 315.853C184.898 316.01 184.779 316.33 184.708 317.193C184.635 318.093 184.632 319.275 184.632 321.106V404.118ZM241.412 404.118H291.838V321.106C291.838 319.275 291.836 318.093 291.762 317.193C291.692 316.33 291.572 316.01 291.492 315.853C291.188 315.255 290.702 314.769 290.104 314.464C289.947 314.384 289.627 314.265 288.764 314.194C287.864 314.121 286.681 314.118 284.85 314.118H241.412V404.118Z" fill="black"/>
127
- <circle cx="249.353" cy="362.295" r="4.76472" fill="#45CE42"/>
128
- <circle cx="223.941" cy="362.295" r="4.76472" fill="#45CE42"/>
129
- <circle cx="250.94" cy="365.471" r="4.76472" fill="black"/>
130
- <circle cx="225.53" cy="365.471" r="4.76472" fill="black"/>
131
- <rect x="171.531" y="171.502" width="133.412" height="88.9414" rx="2" fill="#45CE42"/>
132
- <path fill-rule="evenodd" clip-rule="evenodd" d="M176.513 168.324C176.547 168.324 176.581 168.324 176.614 168.324L299.963 168.324C300.765 168.324 301.545 168.324 302.207 168.378C302.933 168.438 303.79 168.578 304.652 169.017C305.847 169.626 306.819 170.598 307.428 171.793C307.867 172.655 308.007 173.512 308.067 174.238C308.121 174.9 308.121 175.68 308.121 176.482V255.461C308.121 256.263 308.121 257.044 308.067 257.705C308.007 258.431 307.867 259.288 307.428 260.15C306.819 261.345 305.847 262.317 304.652 262.926C303.79 263.366 302.933 263.506 302.207 263.565C301.545 263.619 300.765 263.619 299.963 263.619H176.513C175.711 263.619 174.931 263.619 174.269 263.565C173.543 263.506 172.686 263.366 171.824 262.926C170.629 262.317 169.657 261.345 169.048 260.15C168.609 259.288 168.469 258.431 168.409 257.705C168.355 257.044 168.355 256.263 168.355 255.461L168.355 176.583C168.355 176.55 168.355 176.516 168.355 176.482C168.355 175.68 168.355 174.9 168.409 174.238C168.469 173.512 168.609 172.655 169.048 171.793C169.657 170.598 170.629 169.626 171.824 169.017C172.686 168.578 173.543 168.438 174.269 168.378C174.931 168.324 175.711 168.324 176.513 168.324ZM174.745 174.714C174.744 174.727 174.742 174.741 174.741 174.756C174.711 175.126 174.708 175.641 174.708 176.583V255.36C174.708 256.302 174.711 256.817 174.741 257.188C174.742 257.202 174.744 257.216 174.745 257.229C174.758 257.231 174.772 257.232 174.787 257.233C175.157 257.263 175.672 257.266 176.614 257.266H299.862C300.804 257.266 301.319 257.263 301.689 257.233C301.704 257.232 301.718 257.231 301.731 257.229C301.732 257.216 301.734 257.202 301.735 257.188C301.765 256.817 301.768 256.302 301.768 255.36V176.583C301.768 175.641 301.765 175.126 301.735 174.756C301.734 174.741 301.732 174.727 301.731 174.714C301.718 174.713 301.704 174.711 301.689 174.71C301.319 174.68 300.804 174.677 299.862 174.677H176.614C175.672 174.677 175.157 174.68 174.787 174.71C174.772 174.711 174.758 174.713 174.745 174.714Z" fill="black"/>
133
- <path d="M238.24 177.266C238.24 175.255 238.24 174.249 238.566 173.27C238.837 172.458 239.365 171.57 239.95 170.944C240.654 170.19 241.465 169.75 243.088 168.869C247.827 166.295 255.502 162.525 263.652 160.148C272.643 157.525 282.499 157.823 287.971 158.297C289.36 158.417 290.054 158.478 290.674 158.842C291.19 159.146 291.672 159.671 291.93 160.212C292.24 160.861 292.24 161.608 292.24 163.102V241.787C292.24 243.843 292.24 244.871 291.883 245.559C291.548 246.204 291.109 246.632 290.455 246.95C289.759 247.29 288.662 247.263 286.468 247.207C280.981 247.069 272.051 247.354 261.746 249.644C253.113 251.562 247.216 254.285 243.487 256.517C241.294 257.83 240.197 258.486 239.679 258.438C239.163 258.389 238.855 258.214 238.548 257.796C238.24 257.376 238.24 256.208 238.24 253.871V177.266Z" fill="white"/>
134
- <path fill-rule="evenodd" clip-rule="evenodd" d="M287.697 161.461C282.355 160.999 272.965 160.739 264.541 163.196C256.702 165.483 249.252 169.135 244.603 171.66C242.841 172.616 242.55 172.813 242.271 173.112C241.998 173.404 241.706 173.896 241.579 174.275C241.452 174.655 241.416 175.064 241.416 177.265V253.87C241.416 253.933 241.416 253.994 241.416 254.054C241.555 253.97 241.702 253.883 241.856 253.791C245.88 251.382 252.095 248.534 261.056 246.542C271.677 244.182 280.875 243.889 286.548 244.031C287.692 244.06 288.382 244.076 288.88 244.053C288.932 244.051 288.979 244.048 289.019 244.045C289.022 244.016 289.025 243.984 289.027 243.949C289.061 243.495 289.063 242.863 289.063 241.786V163.101C289.063 162.302 289.061 161.898 289.036 161.609C289.036 161.606 289.035 161.604 289.035 161.601C288.931 161.583 288.783 161.564 288.561 161.54C288.325 161.516 288.052 161.492 287.697 161.461ZM289.031 161.559C289.03 161.558 289.03 161.558 289.031 161.559C289.033 161.56 289.037 161.563 289.042 161.568C289.047 161.573 289.052 161.578 289.058 161.585C289.06 161.587 289.062 161.589 289.064 161.592C289.067 161.595 289.07 161.599 289.073 161.602C289.075 161.605 289.077 161.607 289.078 161.609C289.078 161.609 289.078 161.609 289.078 161.609M289.063 161.579C289.029 161.507 289.017 161.456 289.017 161.456C289.017 161.456 289.024 161.486 289.031 161.559M262.762 157.098C272.319 154.309 282.643 154.647 288.245 155.132C288.336 155.14 288.43 155.147 288.526 155.155C289.614 155.244 291.018 155.359 292.284 156.104C293.347 156.729 294.266 157.73 294.797 158.843C295.43 160.171 295.423 161.639 295.417 162.791C295.417 162.897 295.416 163.001 295.416 163.101V241.888C295.416 242.828 295.416 243.701 295.363 244.421C295.307 245.169 295.176 246.107 294.702 247.021C294.053 248.272 293.114 249.187 291.847 249.805C290.901 250.266 289.922 250.365 289.166 250.4C288.417 250.433 287.499 250.41 286.489 250.385L286.388 250.382C281.086 250.249 272.425 250.524 262.435 252.744C254.13 254.589 248.552 257.187 245.119 259.242L245.036 259.291C244.01 259.905 243.124 260.435 242.432 260.799C242.075 260.987 241.67 261.184 241.256 261.332C240.895 261.462 240.204 261.677 239.382 261.599C238.826 261.547 238.15 261.405 237.468 261.018C236.786 260.632 236.317 260.125 235.986 259.674C235.522 259.041 235.344 258.381 235.261 257.99C235.171 257.562 235.13 257.126 235.107 256.743C235.063 256.01 235.063 255.053 235.063 253.97L235.063 177.265C235.063 177.154 235.063 177.043 235.063 176.933C235.061 175.248 235.059 173.745 235.553 172.265C235.968 171.019 236.732 169.735 237.628 168.775C238.693 167.636 239.936 166.962 241.317 166.215C241.401 166.169 241.486 166.123 241.571 166.077C246.402 163.453 254.302 159.566 262.762 157.098Z" fill="black"/>
135
- <path fill-rule="evenodd" clip-rule="evenodd" d="M277.145 175.257C277.256 177.008 275.927 178.517 274.176 178.628C270.745 178.845 266.898 179.401 262.953 180.552C258.771 181.772 254.688 183.384 251.069 185.015C249.47 185.736 247.589 185.024 246.868 183.425C246.147 181.825 246.859 179.944 248.458 179.223C252.265 177.508 256.633 175.778 261.174 174.453C265.649 173.147 269.97 172.528 273.775 172.287C275.525 172.177 277.034 173.506 277.145 175.257Z" fill="#45CE42"/>
136
- <path fill-rule="evenodd" clip-rule="evenodd" d="M280.321 176.961C280.432 178.712 279.102 180.221 277.352 180.332C273.921 180.549 270.074 181.105 266.129 182.256C261.947 183.476 257.864 185.088 254.245 186.719C252.645 187.44 250.764 186.728 250.044 185.129C249.323 183.529 250.035 181.648 251.634 180.927C255.44 179.212 259.808 177.482 264.349 176.157C268.825 174.851 273.146 174.232 276.95 173.991C278.701 173.881 280.21 175.21 280.321 176.961Z" fill="black"/>
137
- <path fill-rule="evenodd" clip-rule="evenodd" d="M277.145 199.08C277.256 200.831 275.927 202.34 274.176 202.451C270.745 202.668 266.898 203.224 262.953 204.375C258.771 205.595 254.688 207.208 251.069 208.839C249.47 209.559 247.589 208.847 246.868 207.248C246.147 205.649 246.859 203.768 248.458 203.047C252.265 201.331 256.633 199.601 261.174 198.276C265.649 196.971 269.97 196.352 273.775 196.111C275.525 196 277.034 197.33 277.145 199.08Z" fill="#45CE42"/>
138
- <path fill-rule="evenodd" clip-rule="evenodd" d="M280.321 200.784C280.432 202.535 279.102 204.044 277.352 204.155C273.921 204.372 270.074 204.928 266.129 206.079C261.947 207.299 257.864 208.911 254.245 210.542C252.645 211.263 250.764 210.551 250.044 208.952C249.323 207.352 250.035 205.471 251.634 204.75C255.44 203.035 259.808 201.305 264.349 199.98C268.825 198.675 273.146 198.055 276.95 197.815C278.701 197.704 280.21 199.033 280.321 200.784Z" fill="black"/>
139
- <path fill-rule="evenodd" clip-rule="evenodd" d="M277.145 222.903C277.256 224.654 275.927 226.163 274.176 226.274C270.745 226.491 266.898 227.047 262.953 228.198C258.771 229.418 254.688 231.031 251.069 232.662C249.47 233.383 247.589 232.67 246.868 231.071C246.147 229.472 246.859 227.591 248.458 226.87C252.265 225.154 256.633 223.424 261.174 222.1C265.649 220.794 269.97 220.175 273.775 219.934C275.525 219.823 277.034 221.153 277.145 222.903Z" fill="#45CE42"/>
140
- <path fill-rule="evenodd" clip-rule="evenodd" d="M280.321 224.607C280.432 226.358 279.102 227.867 277.352 227.978C273.921 228.195 270.074 228.751 266.129 229.902C261.947 231.122 257.864 232.735 254.245 234.366C252.645 235.086 250.764 234.374 250.044 232.775C249.323 231.176 250.035 229.295 251.634 228.574C255.44 226.858 259.808 225.128 264.349 223.803C268.825 222.498 273.146 221.879 276.95 221.638C278.701 221.527 280.21 222.857 280.321 224.607Z" fill="black"/>
141
- <path d="M238.24 177.264C238.24 175.253 238.24 174.247 237.913 173.269C237.642 172.456 237.114 171.568 236.53 170.943C235.825 170.189 235.014 169.748 233.392 168.867C228.652 166.293 220.977 162.523 212.828 160.146C203.837 157.523 193.98 157.822 188.508 158.296C187.12 158.416 186.426 158.476 185.806 158.841C185.289 159.144 184.808 159.669 184.549 160.21C184.24 160.859 184.24 161.606 184.24 163.1V241.785C184.24 243.841 184.24 244.869 184.597 245.557C184.932 246.203 185.37 246.63 186.024 246.949C186.721 247.288 187.818 247.261 190.011 247.206C195.499 247.068 204.428 247.352 214.734 249.642C223.366 251.561 229.264 254.283 232.992 256.515C235.185 257.828 236.282 258.484 236.8 258.436C237.317 258.387 237.625 258.213 237.932 257.794C238.24 257.375 238.24 256.206 238.24 253.869V177.264Z" fill="white"/>
142
- <path fill-rule="evenodd" clip-rule="evenodd" d="M188.782 161.461C194.124 160.999 203.514 160.739 211.939 163.196C219.778 165.483 227.228 169.135 231.876 171.66C233.638 172.617 233.929 172.813 234.208 173.112C234.481 173.404 234.774 173.896 234.9 174.275C235.027 174.655 235.063 175.064 235.063 177.265V253.87C235.063 253.933 235.063 253.994 235.063 254.054C234.924 253.971 234.778 253.883 234.624 253.791C230.6 251.382 224.384 248.534 215.423 246.543C204.803 244.182 195.604 243.889 189.932 244.031C188.788 244.06 188.097 244.076 187.6 244.053C187.547 244.051 187.501 244.048 187.46 244.045C187.458 244.016 187.455 243.984 187.452 243.949C187.418 243.495 187.416 242.863 187.416 241.786V163.101C187.416 162.302 187.419 161.898 187.444 161.609C187.444 161.607 187.444 161.604 187.444 161.602C187.549 161.584 187.696 161.564 187.918 161.541C188.154 161.516 188.427 161.492 188.782 161.461ZM187.448 161.559C187.449 161.558 187.449 161.558 187.448 161.559C187.447 161.56 187.443 161.564 187.438 161.568C187.433 161.573 187.427 161.579 187.422 161.585C187.42 161.587 187.417 161.59 187.415 161.592C187.412 161.595 187.409 161.599 187.407 161.602C187.405 161.605 187.403 161.607 187.401 161.609C187.402 161.609 187.401 161.609 187.401 161.609M187.416 161.58C187.451 161.507 187.462 161.456 187.462 161.456C187.462 161.456 187.456 161.486 187.448 161.559M213.718 157.098C204.16 154.309 193.836 154.647 188.234 155.132C188.143 155.14 188.05 155.148 187.953 155.155C186.865 155.244 185.461 155.359 184.195 156.104C183.133 156.729 182.214 157.731 181.683 158.843C181.049 160.171 181.057 161.639 181.062 162.791C181.063 162.897 181.063 163.001 181.063 163.101V241.888C181.063 242.828 181.063 243.701 181.117 244.421C181.172 245.169 181.303 246.107 181.778 247.021C182.427 248.272 183.366 249.188 184.632 249.805C185.578 250.266 186.558 250.366 187.313 250.4C188.062 250.433 188.981 250.41 189.99 250.385L190.092 250.382C195.393 250.249 204.054 250.524 214.045 252.744C222.349 254.59 227.928 257.187 231.361 259.242L231.444 259.291C232.47 259.906 233.355 260.436 234.047 260.799C234.405 260.987 234.81 261.184 235.224 261.332C235.585 261.462 236.275 261.677 237.097 261.6C237.654 261.547 238.33 261.405 239.011 261.018C239.693 260.632 240.163 260.125 240.493 259.674C240.958 259.041 241.136 258.381 241.218 257.99C241.308 257.562 241.349 257.126 241.372 256.744C241.417 256.01 241.416 255.053 241.416 253.97L241.416 177.265C241.416 177.154 241.417 177.043 241.417 176.933C241.419 175.248 241.421 173.745 240.927 172.265C240.511 171.02 239.747 169.735 238.851 168.776C237.787 167.636 236.543 166.963 235.162 166.215C235.078 166.169 234.993 166.123 234.908 166.077C230.077 163.453 222.177 159.566 213.718 157.098Z" fill="black"/>
143
- <path fill-rule="evenodd" clip-rule="evenodd" d="M192.98 173.785C192.869 175.536 194.198 177.045 195.949 177.156C199.38 177.373 203.227 177.929 207.172 179.08C211.354 180.3 215.437 181.913 219.056 183.544C220.655 184.265 222.536 183.552 223.257 181.953C223.978 180.354 223.266 178.473 221.667 177.752C217.86 176.036 213.492 174.306 208.951 172.982C204.476 171.676 200.155 171.057 196.35 170.816C194.6 170.705 193.091 172.035 192.98 173.785Z" fill="#45CE42"/>
144
- <path fill-rule="evenodd" clip-rule="evenodd" d="M196.156 176.963C196.045 178.714 197.374 180.223 199.125 180.334C202.556 180.551 206.403 181.107 210.348 182.258C214.53 183.478 218.613 185.09 222.232 186.721C223.831 187.442 225.712 186.73 226.433 185.13C227.154 183.531 226.442 181.65 224.842 180.929C221.036 179.214 216.668 177.484 212.127 176.159C207.652 174.853 203.331 174.234 199.526 173.993C197.775 173.882 196.266 175.212 196.156 176.963Z" fill="black"/>
145
- <path fill-rule="evenodd" clip-rule="evenodd" d="M192.98 197.609C192.869 199.359 194.198 200.868 195.949 200.979C199.38 201.196 203.227 201.752 207.172 202.903C211.354 204.123 215.437 205.736 219.056 207.367C220.655 208.088 222.536 207.375 223.257 205.776C223.978 204.177 223.266 202.296 221.667 201.575C217.86 199.86 213.492 198.129 208.951 196.805C204.476 195.499 200.155 194.88 196.35 194.639C194.6 194.528 193.091 195.858 192.98 197.609Z" fill="#45CE42"/>
146
- <path fill-rule="evenodd" clip-rule="evenodd" d="M196.156 200.784C196.045 202.535 197.374 204.044 199.125 204.155C202.556 204.372 206.403 204.928 210.348 206.079C214.53 207.299 218.613 208.912 222.232 210.543C223.831 211.263 225.712 210.551 226.433 208.952C227.154 207.353 226.442 205.472 224.842 204.751C221.036 203.035 216.668 201.305 212.127 199.98C207.652 198.675 203.331 198.056 199.526 197.815C197.775 197.704 196.266 199.034 196.156 200.784Z" fill="black"/>
147
- <path fill-rule="evenodd" clip-rule="evenodd" d="M192.98 221.432C192.869 223.183 194.198 224.692 195.949 224.803C199.38 225.02 203.227 225.576 207.172 226.727C211.354 227.947 215.437 229.559 219.056 231.19C220.655 231.911 222.536 231.199 223.257 229.599C223.978 228 223.266 226.119 221.667 225.398C217.86 223.683 213.492 221.953 208.951 220.628C204.476 219.322 200.155 218.703 196.35 218.462C194.6 218.351 193.091 219.681 192.98 221.432Z" fill="#45CE42"/>
148
- <path fill-rule="evenodd" clip-rule="evenodd" d="M196.156 224.607C196.045 226.358 197.374 227.867 199.125 227.978C202.556 228.195 206.403 228.751 210.348 229.902C214.53 231.122 218.613 232.735 222.232 234.366C223.831 235.087 225.712 234.374 226.433 232.775C227.154 231.176 226.442 229.295 224.842 228.574C221.036 226.858 216.668 225.128 212.127 223.804C207.652 222.498 203.331 221.879 199.526 221.638C197.775 221.527 196.266 222.857 196.156 224.607Z" fill="black"/>
149
- </svg>
150
- `,
151
- label: formatMessage('Library Icon')
152
- },
153
- math: {
154
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
155
- <path d="M71.8665 122.188C71.8665 104.463 71.8665 95.6003 75.3159 88.8303C78.3502 82.8753 83.1918 78.0337 89.1468 74.9994C95.9168 71.5499 104.779 71.5499 122.504 71.5499H179.471C197.196 71.5499 206.059 71.5499 212.829 74.9994C218.784 78.0337 223.625 82.8753 226.66 88.8303C230.109 95.6003 230.109 104.463 230.109 122.188V179.155C230.109 196.88 230.109 205.742 226.66 212.512C223.625 218.467 218.784 223.309 212.829 226.343C206.059 229.792 197.196 229.792 179.471 229.792H122.504C104.779 229.792 95.9168 229.792 89.1468 226.343C83.1918 223.309 78.3502 218.467 75.3159 212.512C71.8665 205.742 71.8665 196.88 71.8665 179.155V122.188Z" fill="black"/>
156
- <path d="M71.8665 312.079C71.8665 294.354 71.8665 285.491 75.3159 278.721C78.3502 272.766 83.1918 267.925 89.1468 264.89C95.9168 261.441 104.779 261.441 122.504 261.441H179.471C197.196 261.441 206.059 261.441 212.829 264.89C218.784 267.925 223.625 272.766 226.66 278.721C230.109 285.491 230.109 294.354 230.109 312.079V369.046C230.109 386.771 230.109 395.633 226.66 402.403C223.625 408.358 218.784 413.2 212.829 416.234C206.059 419.684 197.196 419.684 179.471 419.684H122.504C104.779 419.684 95.9168 419.684 89.1468 416.234C83.1918 413.2 78.3502 408.358 75.3159 402.403C71.8665 395.633 71.8665 386.771 71.8665 369.046V312.079Z" fill="black"/>
157
- <path d="M261.758 122.188C261.758 104.463 261.758 95.6003 265.207 88.8303C268.241 82.8753 273.083 78.0337 279.038 74.9994C285.808 71.5499 294.67 71.5499 312.395 71.5499H369.362C387.087 71.5499 395.95 71.5499 402.72 74.9994C408.675 78.0337 413.516 82.8753 416.551 88.8303C420 95.6003 420 104.463 420 122.188V179.155C420 196.88 420 205.742 416.551 212.512C413.516 218.467 408.675 223.309 402.72 226.343C395.95 229.792 387.087 229.792 369.362 229.792H312.395C294.67 229.792 285.808 229.792 279.038 226.343C273.083 223.309 268.241 218.467 265.207 212.512C261.758 205.742 261.758 196.88 261.758 179.155V122.188Z" fill="black"/>
158
- <path d="M261.758 312.079C261.758 294.354 261.758 285.491 265.207 278.721C268.241 272.766 273.083 267.925 279.038 264.89C285.808 261.441 294.67 261.441 312.395 261.441H369.362C387.087 261.441 395.95 261.441 402.72 264.89C408.675 267.925 413.516 272.766 416.551 278.721C420 285.491 420 294.354 420 312.079V369.046C420 386.771 420 395.633 416.551 402.403C413.516 408.358 408.675 413.2 402.72 416.234C395.95 419.684 387.087 419.684 369.362 419.684H312.395C294.67 419.684 285.808 419.684 279.038 416.234C273.083 413.2 268.241 408.358 265.207 402.403C261.758 395.633 261.758 386.771 261.758 369.046V312.079Z" fill="black"/>
159
- <path d="M62.6367 114.275C62.6367 96.5506 62.6367 87.6882 66.0862 80.9182C69.1204 74.9632 73.9621 70.1215 79.9171 67.0873C86.6871 63.6378 95.5495 63.6378 113.274 63.6378H170.242C187.966 63.6378 196.829 63.6378 203.599 67.0873C209.554 70.1215 214.396 74.9632 217.43 80.9182C220.879 87.6882 220.879 96.5506 220.879 114.275V171.243C220.879 188.968 220.879 197.83 217.43 204.6C214.396 210.555 209.554 215.397 203.599 218.431C196.829 221.88 187.966 221.88 170.242 221.88H113.274C95.5495 221.88 86.6871 221.88 79.9171 218.431C73.9621 215.397 69.1204 210.555 66.0862 204.6C62.6367 197.83 62.6367 188.968 62.6367 171.243V114.275Z" fill="white"/>
160
- <path d="M62.6367 304.167C62.6367 286.442 62.6367 277.579 66.0862 270.809C69.1204 264.854 73.9621 260.013 79.9171 256.978C86.6871 253.529 95.5495 253.529 113.274 253.529H170.242C187.966 253.529 196.829 253.529 203.599 256.978C209.554 260.013 214.396 264.854 217.43 270.809C220.879 277.579 220.879 286.442 220.879 304.167V361.134C220.879 378.859 220.879 387.721 217.43 394.491C214.396 400.446 209.554 405.288 203.599 408.322C196.829 411.771 187.966 411.771 170.242 411.771H113.274C95.5495 411.771 86.6871 411.771 79.9171 408.322C73.9621 405.288 69.1204 400.446 66.0862 394.491C62.6367 387.721 62.6367 378.859 62.6367 361.134V304.167Z" fill="white"/>
161
- <path d="M252.528 114.275C252.528 96.5506 252.528 87.6882 255.977 80.9182C259.012 74.9632 263.853 70.1215 269.808 67.0873C276.578 63.6378 285.441 63.6378 303.165 63.6378H360.133C377.858 63.6378 386.72 63.6378 393.49 67.0873C399.445 70.1215 404.287 74.9632 407.321 80.9182C410.77 87.6882 410.77 96.5506 410.77 114.275V171.243C410.77 188.968 410.77 197.83 407.321 204.6C404.287 210.555 399.445 215.397 393.49 218.431C386.72 221.88 377.858 221.88 360.133 221.88H303.165C285.441 221.88 276.578 221.88 269.808 218.431C263.853 215.397 259.012 210.555 255.977 204.6C252.528 197.83 252.528 188.968 252.528 171.243V114.275Z" fill="white"/>
162
- <path d="M252.528 304.167C252.528 286.442 252.528 277.579 255.977 270.809C259.012 264.854 263.853 260.013 269.808 256.978C276.578 253.529 285.441 253.529 303.165 253.529H360.133C377.858 253.529 386.72 253.529 393.49 256.978C399.445 260.013 404.287 264.854 407.321 270.809C410.77 277.579 410.77 286.442 410.77 304.167V361.134C410.77 378.859 410.77 387.721 407.321 394.491C404.287 400.446 399.445 405.288 393.49 408.322C386.72 411.771 377.858 411.771 360.133 411.771H303.165C285.441 411.771 276.578 411.771 269.808 408.322C263.853 405.288 259.012 400.446 255.977 394.491C252.528 387.721 252.528 378.859 252.528 361.134V304.167Z" fill="white"/>
163
- <path fill-rule="evenodd" clip-rule="evenodd" d="M113.153 61H170.364C179.124 61 185.859 61 191.244 61.4399C196.684 61.8845 200.978 62.7912 204.797 64.7369C211.248 68.024 216.493 73.2691 219.78 79.7204C221.726 83.5392 222.633 87.833 223.077 93.2736C223.517 98.6584 223.517 105.394 223.517 114.153V171.364C223.517 180.124 223.517 186.859 223.077 192.244C222.633 197.684 221.726 201.978 219.78 205.797C216.493 212.248 211.248 217.493 204.797 220.78C200.978 222.726 196.684 223.633 191.244 224.077C185.859 224.517 179.124 224.517 170.364 224.517H113.153C104.394 224.517 97.6584 224.517 92.2736 224.077C86.833 223.633 82.5392 222.726 78.7204 220.78C72.2691 217.493 67.024 212.248 63.7369 205.797C61.7912 201.978 60.8845 197.684 60.4399 192.244C60 186.859 60 180.124 60 171.364V114.153C60 105.394 60 98.6584 60.4399 93.2736C60.8845 87.833 61.7912 83.5392 63.7369 79.7204C67.024 73.2691 72.2691 68.024 78.7204 64.7369C82.5392 62.7912 86.833 61.8845 92.2736 61.4399C97.6584 61 104.394 61 113.153 61ZM92.7031 66.6972C87.5887 67.115 84.0663 67.9331 81.1151 69.4368C75.6563 72.2182 71.2182 76.6563 68.4368 82.1151C66.9331 85.0663 66.115 88.5887 65.6972 93.7031C65.2768 98.8482 65.2748 105.369 65.2748 114.275V171.242C65.2748 180.148 65.2768 186.669 65.6972 191.814C66.115 196.929 66.9331 200.451 68.4368 203.402C71.2182 208.861 75.6563 213.299 81.1151 216.081C84.0663 217.584 87.5887 218.402 92.7031 218.82C97.8482 219.241 104.369 219.243 113.275 219.243H170.242C179.148 219.243 185.669 219.241 190.814 218.82C195.929 218.402 199.451 217.584 202.402 216.081C207.861 213.299 212.299 208.861 215.081 203.402C216.584 200.451 217.402 196.929 217.82 191.814C218.241 186.669 218.243 180.148 218.243 171.242V114.275C218.243 105.369 218.241 98.8482 217.82 93.7031C217.402 88.5887 216.584 85.0663 215.081 82.1151C212.299 76.6563 207.861 72.2182 202.402 69.4368C199.451 67.9331 195.929 67.115 190.814 66.6972C185.669 66.2768 179.148 66.2748 170.242 66.2748H113.275C104.369 66.2748 97.8482 66.2768 92.7031 66.6972Z" fill="black"/>
164
- <path fill-rule="evenodd" clip-rule="evenodd" d="M141.759 100.558C141.759 97.645 139.398 95.2834 136.484 95.2834C133.571 95.2834 131.21 97.645 131.21 100.558V132.207H99.5599C96.6467 132.207 94.2852 134.569 94.2852 137.482C94.2852 140.395 96.6467 142.756 99.5599 142.756H131.21V174.405C131.21 177.318 133.571 179.679 136.484 179.679C139.398 179.679 141.759 177.318 141.759 174.405V142.756H173.406C176.32 142.756 178.681 140.395 178.681 137.482C178.681 134.569 176.32 132.207 173.406 132.207H141.759V100.558Z" fill="#45CE42"/>
165
- <path fill-rule="evenodd" clip-rule="evenodd" d="M166.325 307.087C168.384 305.027 168.384 301.688 166.325 299.628C164.265 297.568 160.925 297.568 158.865 299.628L136.486 322.007L114.107 299.628C112.047 297.568 108.707 297.568 106.647 299.628C104.588 301.688 104.588 305.027 106.647 307.087L129.026 329.466L106.648 351.845C104.588 353.905 104.588 357.245 106.648 359.305C108.707 361.365 112.047 361.365 114.107 359.305L136.486 336.926L158.865 359.305C160.925 361.365 164.265 361.365 166.324 359.305C168.384 357.245 168.384 353.905 166.324 351.845L143.946 329.466L166.325 307.087Z" fill="#FFF847"/>
166
- <path fill-rule="evenodd" clip-rule="evenodd" d="M113.153 250.891H170.364C179.124 250.891 185.859 250.891 191.244 251.331C196.684 251.776 200.978 252.682 204.797 254.628C211.248 257.915 216.493 263.16 219.78 269.612C221.726 273.43 222.633 277.724 223.077 283.165C223.517 288.55 223.517 295.285 223.517 304.044V361.255C223.517 370.015 223.517 376.75 223.077 382.135C222.633 387.575 221.726 391.869 219.78 395.688C216.493 402.139 211.248 407.384 204.797 410.672C200.978 412.617 196.684 413.524 191.244 413.968C185.859 414.408 179.124 414.408 170.364 414.408H113.153C104.394 414.408 97.6584 414.408 92.2736 413.968C86.833 413.524 82.5392 412.617 78.7204 410.672C72.2691 407.384 67.024 402.139 63.7369 395.688C61.7912 391.869 60.8845 387.575 60.4399 382.135C60 376.75 60 370.015 60 361.255V304.044C60 295.285 60 288.55 60.4399 283.165C60.8845 277.724 61.7912 273.43 63.7369 269.612C67.024 263.16 72.2691 257.915 78.7204 254.628C82.5392 252.682 86.833 251.776 92.2736 251.331C97.6584 250.891 104.394 250.891 113.153 250.891ZM92.7031 256.588C87.5887 257.006 84.0663 257.824 81.1151 259.328C75.6563 262.109 71.2182 266.547 68.4368 272.006C66.9331 274.957 66.115 278.48 65.6972 283.594C65.2768 288.739 65.2748 295.26 65.2748 304.166V361.133C65.2748 370.039 65.2768 376.56 65.6972 381.705C66.115 386.82 66.9331 390.342 68.4368 393.293C71.2182 398.752 75.6563 403.19 81.1151 405.972C84.0663 407.475 87.5887 408.293 92.7031 408.711C97.8482 409.132 104.369 409.134 113.275 409.134H170.242C179.148 409.134 185.669 409.132 190.814 408.711C195.929 408.293 199.451 407.475 202.402 405.972C207.861 403.19 212.299 398.752 215.081 393.293C216.584 390.342 217.402 386.82 217.82 381.705C218.241 376.56 218.243 370.039 218.243 361.133V304.166C218.243 295.26 218.241 288.739 217.82 283.594C217.402 278.48 216.584 274.957 215.081 272.006C212.299 266.547 207.861 262.109 202.402 259.328C199.451 257.824 195.929 257.006 190.814 256.588C185.669 256.168 179.148 256.166 170.242 256.166H113.275C104.369 256.166 97.8482 256.168 92.7031 256.588Z" fill="black"/>
167
- <path fill-rule="evenodd" clip-rule="evenodd" d="M303.045 61H360.256C369.016 61 375.751 61 381.136 61.4399C386.576 61.8845 390.87 62.7912 394.689 64.7369C401.14 68.024 406.385 73.2691 409.672 79.7204C411.618 83.5392 412.525 87.833 412.969 93.2736C413.409 98.6584 413.409 105.394 413.409 114.153V171.364C413.409 180.124 413.409 186.859 412.969 192.244C412.525 197.684 411.618 201.978 409.672 205.797C406.385 212.248 401.14 217.493 394.689 220.78C390.87 222.726 386.576 223.633 381.136 224.077C375.751 224.517 369.016 224.517 360.256 224.517H303.045C294.286 224.517 287.55 224.517 282.166 224.077C276.725 223.633 272.431 222.726 268.613 220.78C262.161 217.493 256.916 212.248 253.629 205.797C251.683 201.978 250.777 197.684 250.332 192.244C249.892 186.859 249.892 180.124 249.892 171.364V114.153C249.892 105.394 249.892 98.6584 250.332 93.2736C250.777 87.833 251.683 83.5392 253.629 79.7204C256.916 73.2691 262.161 68.024 268.613 64.7369C272.431 62.7912 276.725 61.8845 282.166 61.4399C287.551 61 294.286 61 303.045 61ZM282.595 66.6972C277.481 67.115 273.958 67.9331 271.007 69.4368C265.548 72.2182 261.11 76.6563 258.329 82.1151C256.825 85.0663 256.007 88.5887 255.589 93.7031C255.169 98.8482 255.167 105.369 255.167 114.275V171.242C255.167 180.148 255.169 186.669 255.589 191.814C256.007 196.929 256.825 200.451 258.329 203.402C261.11 208.861 265.548 213.299 271.007 216.081C273.958 217.584 277.481 218.402 282.595 218.82C287.74 219.241 294.261 219.243 303.167 219.243H360.134C369.04 219.243 375.561 219.241 380.706 218.82C385.821 218.402 389.343 217.584 392.294 216.081C397.753 213.299 402.191 208.861 404.973 203.402C406.476 200.451 407.294 196.929 407.712 191.814C408.133 186.669 408.135 180.148 408.135 171.242V114.275C408.135 105.369 408.133 98.8482 407.712 93.7031C407.294 88.5887 406.476 85.0663 404.973 82.1151C402.191 76.6563 397.753 72.2182 392.294 69.4368C389.343 67.9331 385.821 67.115 380.706 66.6972C375.561 66.2768 369.04 66.2748 360.134 66.2748H303.167C294.261 66.2748 287.74 66.2768 282.595 66.6972Z" fill="black"/>
168
- <path fill-rule="evenodd" clip-rule="evenodd" d="M284.176 137.484C284.176 134.571 286.538 132.209 289.451 132.209L363.297 132.209C366.21 132.209 368.572 134.571 368.572 137.484C368.572 140.397 366.21 142.759 363.297 142.759L289.451 142.759C286.538 142.759 284.176 140.397 284.176 137.484Z" fill="#FF6795"/>
169
- <path fill-rule="evenodd" clip-rule="evenodd" d="M289.449 307.594C286.536 307.594 284.174 309.956 284.174 312.869C284.174 315.782 286.536 318.144 289.449 318.144L363.296 318.144C366.209 318.144 368.57 315.782 368.57 312.869C368.57 309.956 366.209 307.594 363.296 307.594L289.449 307.594ZM289.448 339.243C286.535 339.243 284.173 341.605 284.173 344.518C284.173 347.431 286.535 349.793 289.448 349.793H363.295C366.208 349.793 368.569 347.431 368.569 344.518C368.569 341.605 366.208 339.243 363.295 339.243L289.448 339.243Z" fill="#50C0FF"/>
170
- <path fill-rule="evenodd" clip-rule="evenodd" d="M141.758 100.563C144.671 100.563 147.033 102.924 147.033 105.837V137.485H178.68C181.593 137.485 183.955 139.847 183.955 142.76C183.955 145.673 181.593 148.035 178.68 148.035H147.033V179.684C147.033 182.597 144.671 184.959 141.758 184.959C138.845 184.959 136.483 182.597 136.483 179.684V148.035H104.833C101.92 148.035 99.5586 145.673 99.5586 142.76C99.5586 139.847 101.92 137.485 104.833 137.485H136.483V105.837C136.483 102.924 138.845 100.563 141.758 100.563ZM170.278 310.819C172.338 308.759 172.338 305.42 170.278 303.36C168.218 301.3 164.878 301.3 162.818 303.36L140.439 325.739L118.06 303.36C116 301.3 112.66 301.3 110.6 303.36C108.54 305.42 108.54 308.759 110.6 310.819L132.979 333.198L110.601 355.577C108.541 357.637 108.541 360.977 110.601 363.037C112.661 365.097 116 365.097 118.06 363.037L140.439 340.658L162.818 363.037C164.878 365.097 168.218 365.097 170.277 363.037C172.337 360.977 172.337 357.637 170.277 355.577L147.899 333.198L170.278 310.819ZM294.725 137.485C291.812 137.485 289.45 139.847 289.45 142.76C289.45 145.673 291.812 148.035 294.725 148.035H368.572C371.485 148.035 373.846 145.673 373.846 142.76C373.846 139.847 371.485 137.485 368.572 137.485L294.725 137.485ZM289.45 318.146C289.45 315.233 291.812 312.871 294.725 312.871H368.572C371.485 312.871 373.846 315.233 373.846 318.146C373.846 321.059 371.485 323.421 368.572 323.421L294.725 323.421C291.812 323.421 289.45 321.059 289.45 318.146ZM294.725 344.52C291.812 344.52 289.45 346.882 289.45 349.795C289.45 352.708 291.812 355.07 294.725 355.07L368.572 355.07C371.485 355.07 373.846 352.708 373.846 349.795C373.846 346.882 371.485 344.52 368.572 344.52H294.725Z" fill="black"/>
171
- <path fill-rule="evenodd" clip-rule="evenodd" d="M303.045 250.891H360.256C369.016 250.891 375.751 250.891 381.136 251.331C386.576 251.776 390.87 252.682 394.689 254.628C401.14 257.915 406.385 263.16 409.672 269.612C411.618 273.43 412.525 277.724 412.969 283.165C413.409 288.55 413.409 295.285 413.409 304.044V361.255C413.409 370.015 413.409 376.75 412.969 382.135C412.525 387.575 411.618 391.869 409.672 395.688C406.385 402.139 401.14 407.384 394.689 410.672C390.87 412.617 386.576 413.524 381.136 413.968C375.751 414.408 369.016 414.408 360.256 414.408H303.045C294.286 414.408 287.55 414.408 282.166 413.968C276.725 413.524 272.431 412.617 268.613 410.672C262.161 407.384 256.916 402.139 253.629 395.688C251.683 391.869 250.777 387.575 250.332 382.135C249.892 376.75 249.892 370.015 249.892 361.255V304.044C249.892 295.285 249.892 288.55 250.332 283.165C250.777 277.724 251.683 273.43 253.629 269.612C256.916 263.16 262.161 257.915 268.613 254.628C272.431 252.682 276.725 251.776 282.166 251.331C287.551 250.891 294.286 250.891 303.045 250.891ZM282.595 256.588C277.481 257.006 273.958 257.824 271.007 259.328C265.548 262.109 261.11 266.547 258.329 272.006C256.825 274.957 256.007 278.48 255.589 283.594C255.169 288.739 255.167 295.26 255.167 304.166V361.133C255.167 370.039 255.169 376.56 255.589 381.705C256.007 386.82 256.825 390.342 258.329 393.293C261.11 398.752 265.548 403.19 271.007 405.972C273.958 407.475 277.481 408.293 282.595 408.711C287.74 409.132 294.261 409.134 303.167 409.134H360.134C369.04 409.134 375.561 409.132 380.706 408.711C385.821 408.293 389.343 407.475 392.294 405.972C397.753 403.19 402.191 398.752 404.973 393.293C406.476 390.342 407.294 386.82 407.712 381.705C408.133 376.56 408.135 370.039 408.135 361.133V304.166C408.135 295.26 408.133 288.739 407.712 283.594C407.294 278.48 406.476 274.957 404.973 272.006C402.191 266.547 397.753 262.109 392.294 259.328C389.343 257.824 385.821 257.006 380.706 256.588C375.561 256.168 369.04 256.166 360.134 256.166H303.167C294.261 256.166 287.74 256.168 282.595 256.588Z" fill="black"/>
172
- </svg>
173
- `,
174
- label: formatMessage('Math Icon')
175
- },
176
- music: {
177
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
178
- <path fill-rule="evenodd" clip-rule="evenodd" d="M332.334 61.4171C342.89 59.6577 350.564 58.3822 356.625 57.9038C362.65 57.4283 366.671 57.7838 370 59.0204C376.329 61.3713 381.635 65.8656 384.994 71.7223C386.761 74.803 387.773 78.7108 388.294 84.732C388.819 90.7892 388.822 98.5683 388.822 109.27V274.623H319.517C309.305 274.623 299.512 278.679 292.292 285.9C285.071 293.12 281.014 302.914 281.014 313.125C281.014 323.337 285.071 333.13 292.292 340.35C299.512 347.571 309.305 351.627 319.517 351.627H358.019C368.231 351.627 378.024 347.571 385.245 340.35C392.465 333.13 396.522 323.337 396.522 313.125V278.562C396.522 278.532 396.523 278.502 396.523 278.472V109.08V109.079C396.523 98.6066 396.523 90.4955 395.966 84.0676C395.403 77.5647 394.245 72.374 391.674 67.8908C387.418 60.4724 380.698 54.7795 372.681 51.8018C367.836 50.0022 362.526 49.7137 356.019 50.2272C349.587 50.7349 341.585 52.0684 331.255 53.7902L331.255 53.7902L204.623 74.8955C196.983 76.1688 191.035 77.1601 186.278 78.3274C181.442 79.5142 177.564 80.9429 174.131 83.226C168.385 87.0472 163.837 92.416 161.012 98.7123C159.324 102.474 158.553 106.534 158.177 111.5C157.808 116.384 157.808 122.414 157.808 130.159V130.159V313.125H88.5024C78.2909 313.125 68.4977 317.182 61.2771 324.402C54.0565 331.623 50 341.416 50 351.627C50 361.839 54.0565 371.632 61.2771 378.853C68.4977 386.073 78.2909 390.13 88.5024 390.13H127.005C137.216 390.13 147.01 386.073 154.23 378.853C161.451 371.632 165.507 361.839 165.507 351.627V317.065C165.508 317.035 165.508 317.004 165.508 316.974V130.318C165.508 122.38 165.511 116.64 165.856 112.08C166.197 107.569 166.859 104.493 168.038 101.864C170.268 96.8934 173.858 92.6549 178.395 89.6381C180.794 88.0426 183.719 86.8843 188.113 85.806C192.555 84.7162 198.216 83.77 206.046 82.4651L332.334 61.4171Z" fill="#FFF847"/>
179
- <path fill-rule="evenodd" clip-rule="evenodd" d="M363.744 69.98C371.215 68.7348 376.575 67.8449 380.793 67.512C384.975 67.1819 387.624 67.4427 389.751 68.2328C393.971 69.8 397.508 72.7963 399.747 76.7007C400.876 78.669 401.569 81.2388 401.931 85.4183C402.296 89.6337 402.299 95.0672 402.299 102.642V286.174H329.145C317.912 286.174 307.14 290.636 299.197 298.579C291.254 306.521 286.792 317.294 286.792 328.526C286.792 339.759 291.254 350.532 299.197 358.474C307.14 366.417 317.912 370.879 329.145 370.879H367.647C378.88 370.879 389.653 366.417 397.595 358.474C405.538 350.532 410 339.759 410 328.526V290.024C410 290.009 410 289.995 410 289.98V102.456V102.455C410 95.107 410 89.3404 409.603 84.7539C409.199 80.0928 408.36 76.2401 406.427 72.8693C403.291 67.403 398.34 63.2083 392.432 61.0141C388.789 59.6611 384.851 59.4673 380.187 59.8354C375.598 60.1976 369.909 61.1456 362.661 62.3538L205.235 88.5914C199.878 89.4842 195.644 90.1899 192.244 91.0241C188.765 91.8778 185.888 92.9261 183.312 94.6388C179.078 97.4544 175.727 101.41 173.646 106.05C172.38 108.872 171.819 111.882 171.549 115.454C171.285 118.945 171.285 123.237 171.285 128.668V128.668V324.676H98.1305C86.8979 324.676 76.1253 329.138 68.1826 337.081C60.24 345.024 55.7778 355.796 55.7778 367.029C55.7778 378.262 60.24 389.034 68.1826 396.977C76.1253 404.919 86.8979 409.382 98.1305 409.382H136.633C147.866 409.382 158.638 404.919 166.581 396.977C174.523 389.034 178.986 378.262 178.986 367.029V328.526C178.986 328.513 178.985 328.499 178.985 328.486V128.823C178.985 123.203 178.988 119.201 179.227 116.035C179.463 112.917 179.914 110.891 180.672 109.202C182.158 105.888 184.552 103.062 187.576 101.051C189.118 100.026 191.043 99.2479 194.079 98.5027C197.163 97.746 201.11 97.0856 206.654 96.1616L363.744 69.98ZM304.642 304.024C311.141 297.525 319.955 293.874 329.145 293.874H402.3V328.526C402.3 337.717 398.649 346.531 392.15 353.029C385.652 359.528 376.838 363.179 367.647 363.179H329.145C319.955 363.179 311.141 359.528 304.642 353.029C298.144 346.531 294.493 337.717 294.493 328.526C294.493 319.336 298.144 310.522 304.642 304.024ZM73.6277 342.526C80.1262 336.028 88.9402 332.377 98.1305 332.377H171.285V367.029C171.285 376.219 167.634 385.033 161.136 391.532C154.637 398.03 145.823 401.681 136.633 401.681H98.1305C88.9402 401.681 80.1262 398.03 73.6277 391.532C67.1292 385.033 63.4783 376.219 63.4783 367.029C63.4783 357.839 67.1292 349.025 73.6277 342.526Z" fill="black"/>
180
- </svg>
181
- `,
182
- label: formatMessage('Music Icon')
183
- },
184
- performingArts: {
185
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
186
- <path fill-rule="evenodd" clip-rule="evenodd" d="M245.844 136.352C246.914 136.211 247.964 136.729 248.504 137.664C253.208 145.821 264.822 154.445 280.816 162.473C296.666 170.429 316.335 177.564 336.519 182.971C356.703 188.378 377.305 192.03 395.011 193.064C412.876 194.108 427.246 192.448 435.397 187.742C436.332 187.202 437.5 187.278 438.356 187.935C439.213 188.593 439.589 189.701 439.31 190.744L413.776 286.036C405.252 317.849 378.809 341.468 352.056 356.317C338.639 363.765 325.017 369.08 313.286 372.157C301.698 375.197 291.519 376.17 285.205 374.478C278.891 372.786 270.562 366.854 262.046 358.427C253.426 349.897 244.287 338.483 236.391 325.324C220.647 299.088 209.556 265.412 218.08 233.599L243.614 138.307C243.893 137.264 244.774 136.492 245.844 136.352Z" fill="black"/>
187
- <path fill-rule="evenodd" clip-rule="evenodd" d="M403.191 277.338L428.725 182.046C393.196 202.558 258.692 166.542 238.185 130.991L212.652 226.283C196.14 287.906 255.473 357.886 277.889 363.893C300.306 369.899 386.68 338.961 403.191 277.338V277.338Z" fill="#FF6795"/>
188
- <path fill-rule="evenodd" clip-rule="evenodd" d="M237.837 128.345C238.907 128.205 239.957 128.723 240.496 129.658C245.201 137.814 256.814 146.438 272.809 154.466C288.659 162.422 308.327 169.558 328.512 174.965C348.696 180.372 369.298 184.023 387.003 185.058C404.869 186.102 419.239 184.441 427.39 179.735C428.325 179.195 429.493 179.272 430.349 179.929C431.205 180.586 431.582 181.694 431.302 182.737L405.769 278.029C397.244 309.842 370.802 333.461 344.049 348.31C330.631 355.758 317.01 361.073 305.279 364.15C293.691 367.19 283.512 368.163 277.198 366.471C270.884 364.779 262.555 358.847 254.039 350.421C245.418 341.89 236.28 330.477 228.383 317.318C212.64 291.082 201.549 257.406 210.073 225.593L235.607 130.301C235.886 129.258 236.766 128.486 237.837 128.345ZM239.294 137.162L215.229 226.974C207.241 256.784 217.561 288.91 232.96 314.571C240.635 327.361 249.501 338.42 257.793 346.627C266.191 354.936 273.685 360.004 278.579 361.315C283.473 362.627 292.497 361.985 303.925 358.987C315.21 356.027 328.417 350.882 341.459 343.644C367.625 329.119 392.625 306.458 400.613 276.648L424.679 186.833C415.055 190.351 401.64 191.26 386.692 190.386C368.544 189.326 347.577 185.598 327.131 180.121C306.684 174.644 286.661 167.391 270.414 159.237C257.032 152.52 245.869 145.024 239.294 137.162Z" fill="black"/>
189
- <path fill-rule="evenodd" clip-rule="evenodd" d="M322.839 330.624C321.415 330.242 320.57 328.779 320.952 327.355C325.547 310.207 315.372 292.584 298.224 287.989C281.086 283.397 263.453 293.57 258.858 310.717C258.477 312.141 257.013 312.986 255.59 312.604C254.166 312.223 253.321 310.76 253.703 309.336C259.061 289.339 279.622 277.479 299.606 282.834C319.601 288.192 331.466 308.741 326.108 328.737C325.726 330.16 324.263 331.005 322.839 330.624Z" fill="black"/>
190
- <path fill-rule="evenodd" clip-rule="evenodd" d="M355.476 231.254C347.609 229.146 339.532 233.816 337.427 241.674C337.045 243.098 335.582 243.943 334.158 243.561C332.735 243.18 331.89 241.716 332.271 240.293C335.139 229.59 346.141 223.226 356.857 226.098C367.561 228.966 373.92 239.98 371.052 250.684C370.67 252.107 369.207 252.952 367.783 252.571C366.359 252.189 365.514 250.726 365.896 249.302C368.001 241.446 363.332 233.359 355.476 231.254Z" fill="black"/>
191
- <path fill-rule="evenodd" clip-rule="evenodd" d="M277.018 210.23C269.151 208.122 261.074 212.793 258.969 220.65C258.587 222.074 257.124 222.919 255.7 222.538C254.277 222.156 253.432 220.693 253.813 219.269C256.681 208.566 267.683 202.203 278.399 205.074C289.103 207.942 295.462 218.956 292.594 229.66C292.212 231.084 290.749 231.929 289.325 231.547C287.901 231.166 287.056 229.702 287.438 228.279C289.543 220.422 284.874 212.335 277.018 210.23Z" fill="black"/>
192
- <path fill-rule="evenodd" clip-rule="evenodd" d="M49.4005 134.396C50.235 133.802 51.3728 133.733 52.2833 134.221C60.2242 138.477 74.2206 139.979 91.6224 139.035C108.868 138.1 128.934 134.799 148.594 129.911C168.254 125.024 187.411 118.575 202.85 111.387C218.429 104.134 229.742 96.3443 234.326 88.9804C234.852 88.1359 235.874 87.6683 236.916 87.7956C237.959 87.9228 238.816 88.62 239.088 89.5619L263.959 175.649C272.262 204.388 261.459 234.811 246.124 258.513C238.433 270.401 229.531 280.712 221.134 288.418C212.839 296.031 204.727 301.39 198.576 302.918C192.426 304.446 182.511 303.567 171.224 300.821C159.798 298.041 146.53 293.24 133.46 286.512C107.402 273.097 81.6454 251.759 73.3425 223.02L48.4717 136.933C48.1995 135.991 48.5661 134.989 49.4005 134.396Z" fill="black"/>
193
- <path fill-rule="evenodd" clip-rule="evenodd" d="M253.648 169.039L228.778 82.9526C208.797 115.049 77.7955 147.627 43.1831 129.076L68.0539 215.162C84.1371 270.832 168.269 298.782 190.104 293.356C211.939 287.93 269.732 224.709 253.648 169.039V169.039Z" fill="white"/>
194
- <path fill-rule="evenodd" clip-rule="evenodd" d="M41.6017 127.163C42.4361 126.569 43.574 126.5 44.4845 126.988C52.4254 131.244 66.4218 132.746 83.8236 131.802C101.069 130.867 121.135 127.566 140.795 122.678C160.455 117.791 179.612 111.342 195.051 104.154C210.63 96.9011 221.943 89.1113 226.527 81.7474C227.053 80.9029 228.075 80.4353 229.118 80.5625C230.16 80.6898 231.017 81.387 231.289 82.3289L256.16 168.416C264.463 197.155 253.66 227.578 238.325 251.28C230.634 263.168 221.732 273.479 213.335 281.185C205.04 288.797 196.928 294.156 190.778 295.685C184.627 297.213 174.713 296.334 163.425 293.588C151.999 290.808 138.731 286.007 125.661 279.279C99.6032 265.864 73.8466 244.526 65.5436 215.787L40.6728 129.7C40.4007 128.758 40.7673 127.756 41.6017 127.163ZM47.1251 133.403L70.5656 214.539C78.3459 241.469 102.697 261.941 128.184 275.062C140.888 281.602 153.752 286.25 164.744 288.924C175.875 291.632 184.665 292.212 189.432 291.027C194.199 289.843 201.499 285.264 209.678 277.757C217.756 270.344 226.391 260.353 233.867 248.799C248.866 225.616 258.918 196.594 251.138 169.664L227.697 88.5254C221.292 95.6245 210.419 102.395 197.384 108.464C181.559 115.831 162.056 122.386 142.141 127.336C122.226 132.287 101.804 135.657 84.1271 136.616C69.5672 137.405 56.5002 136.584 47.1251 133.403Z" fill="black"/>
195
- <path fill-rule="evenodd" clip-rule="evenodd" d="M136.197 228.267C137.584 227.923 139.009 228.686 139.381 229.972C143.856 245.464 161.022 254.655 177.725 250.504C194.418 246.356 204.338 230.433 199.863 214.942C199.491 213.655 200.314 212.333 201.701 211.989C203.088 211.644 204.513 212.407 204.885 213.693C210.104 231.758 198.536 250.325 179.07 255.162C159.594 260.002 139.578 249.284 134.359 231.22C133.987 229.934 134.81 228.612 136.197 228.267Z" fill="black"/>
196
- <path fill-rule="evenodd" clip-rule="evenodd" d="M190.954 154.538C183.292 156.442 178.754 163.744 180.804 170.843C181.176 172.129 180.353 173.451 178.966 173.796C177.579 174.14 176.154 173.377 175.782 172.091C172.989 162.422 179.17 152.474 189.609 149.88C200.035 147.289 210.763 153.033 213.556 162.703C213.928 163.99 213.105 165.312 211.718 165.656C210.331 166.001 208.906 165.238 208.534 163.951C206.484 156.854 198.607 152.636 190.954 154.538Z" fill="black"/>
197
- <path fill-rule="evenodd" clip-rule="evenodd" d="M114.533 173.529C106.871 175.433 102.333 182.736 104.383 189.834C104.755 191.12 103.932 192.442 102.545 192.787C101.159 193.132 99.7331 192.368 99.3615 191.082C96.5681 181.413 102.749 171.466 113.188 168.871C123.614 166.28 134.342 172.025 137.135 181.695C137.507 182.981 136.684 184.303 135.297 184.648C133.911 184.992 132.485 184.229 132.113 182.943C130.063 175.845 122.186 171.627 114.533 173.529Z" fill="black"/>
198
- </svg>
199
- `,
200
- label: formatMessage('Performing Arts Icon')
201
- },
202
- physicalEducation: {
203
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
204
- <path fill-rule="evenodd" clip-rule="evenodd" d="M167.121 188.092L145.559 209.654C139.46 203.142 134.613 195.985 131.026 188.525L149.249 170.3L167.121 188.092ZM145.138 166.207L128.543 182.803C123.735 170.419 122.288 157.458 124.24 145.402L145.138 166.207ZM149.24 162.104L125.71 138.679C128.076 130.156 132.262 122.267 138.283 115.587L167.017 144.325L149.24 162.104ZM171.119 140.222L142.385 111.485C149.064 105.467 156.954 101.283 165.478 98.9183L188.969 122.37L171.119 140.222ZM193.071 118.267L172.216 97.4476C184.26 95.5031 197.207 96.9516 209.581 101.756L193.071 118.267ZM197.177 122.366L215.302 104.239C222.763 107.826 229.921 112.675 236.436 118.777L215.027 140.186L197.177 122.366ZM219.133 144.285L240.539 122.878C246.644 129.39 251.495 136.546 255.085 144.005L236.984 162.104L219.133 144.285ZM241.089 166.203L257.57 149.724C262.366 162.062 263.824 174.971 261.908 186.987L241.089 166.203ZM236.987 170.305L260.451 193.729C258.091 202.302 253.892 210.238 247.84 216.95L219.091 188.199L236.987 170.305ZM214.989 192.301L243.737 221.051C237.145 226.992 229.375 231.145 220.981 233.526L197.319 209.969L214.989 192.301ZM193.216 214.071L214.271 235.032C202.112 237.069 189.016 235.637 176.508 230.777L193.216 214.071ZM189.105 209.978L170.787 228.293C163.329 224.705 156.173 219.856 149.661 213.756L171.232 192.185L189.105 209.978ZM136.176 109.383C163.818 81.7415 211.491 85.5599 242.625 116.694C263.146 137.201 271.807 164.887 267.427 189.298L267.429 189.297C269.076 205.136 272.195 220.186 274.908 231.292C276.263 236.84 277.515 241.393 278.426 244.554C278.882 246.134 279.252 247.366 279.507 248.199C279.58 248.435 279.643 248.639 279.696 248.809L371.582 340.675L377.574 334.683C378.707 333.55 380.544 333.55 381.677 334.683L414.574 367.58L414.577 367.584C419.888 372.871 419.188 381.664 414.167 386.663C411.622 389.206 408.104 390.712 404.613 390.994C401.113 391.277 397.346 390.338 394.591 387.583L361.678 354.681C361.134 354.137 360.828 353.399 360.828 352.63C360.828 351.86 361.134 351.122 361.678 350.578L367.479 344.777L275.576 252.895C275.412 252.843 275.218 252.783 274.996 252.715C274.166 252.46 272.94 252.091 271.366 251.636C268.219 250.727 263.686 249.479 258.161 248.126C247.102 245.42 232.114 242.309 216.338 240.668L216.347 240.584C191.869 245.073 164.057 236.423 143.476 215.843C112.353 184.719 108.524 137.035 136.176 109.383ZM229.921 236.571C241.115 238.279 251.394 240.498 259.54 242.491C265.057 243.841 269.605 245.091 272.81 246.015C271.884 242.796 270.628 238.22 269.272 232.669C267.285 224.537 265.076 214.288 263.368 203.127C260.294 210.475 255.833 217.269 249.946 223.153C244.061 229.039 237.268 233.498 229.921 236.571ZM193.075 126.469L175.221 144.325L193.054 162.159L210.925 144.288L193.075 126.469ZM215.031 148.387L197.156 166.261L214.989 184.096L232.881 166.207L215.031 148.387ZM193.054 170.364L210.887 188.198L193.207 205.876L175.335 188.083L193.054 170.364ZM171.119 148.427L188.952 166.261L171.223 183.99L153.351 166.197L171.119 148.427Z" fill="black"/>
205
- <path fill-rule="evenodd" clip-rule="evenodd" d="M125.225 182.724C128.811 190.184 133.659 197.341 139.758 203.853L161.32 182.291L143.448 164.499L125.225 182.724ZM143.86 207.956L165.431 186.384L183.303 204.177L164.986 222.492C157.527 218.904 150.372 214.055 143.86 207.956ZM169.533 182.282L187.406 200.075L205.084 182.398L187.252 164.564L169.533 182.282ZM191.354 160.461L209.187 178.296L227.079 160.406L209.229 142.586L191.354 160.461ZM213.289 182.398L231.185 164.505L254.649 187.929C252.289 196.502 248.091 204.438 242.038 211.15L213.289 182.398ZM235.287 160.403L256.107 181.187C258.023 169.17 256.565 156.261 251.769 143.923L235.287 160.403ZM213.331 138.484L231.182 156.304L249.284 138.204C245.694 130.745 240.842 123.589 234.738 117.077L213.331 138.484ZM230.635 112.976L209.225 134.385L191.375 116.566L209.501 98.438C216.962 102.025 224.12 106.874 230.635 112.976ZM203.779 95.9551L187.269 112.467L166.414 91.6472C178.458 89.7026 191.406 91.1509 203.779 95.9551ZM183.167 116.569L159.676 93.118C151.152 95.4824 143.262 99.6667 136.583 105.686L165.317 134.422L183.167 116.569ZM205.123 138.488L187.273 120.668L169.419 138.524L187.252 156.359L205.123 138.488ZM209.187 186.501L191.517 204.168L215.18 227.726C223.574 225.344 231.344 221.191 237.935 215.252L209.187 186.501ZM165.317 142.627L183.15 160.461L165.422 178.189L147.55 160.396L165.317 142.627ZM132.481 109.788L161.215 138.524L143.438 156.303L119.909 132.878C122.275 124.356 126.461 116.467 132.481 109.788ZM170.706 224.976L187.415 208.27L208.47 229.232C196.311 231.268 183.215 229.836 170.706 224.976ZM122.742 177.002C117.934 164.618 116.487 151.657 118.439 139.601L139.336 160.406L122.742 177.002ZM236.824 110.893C205.69 79.7594 158.017 75.941 130.375 103.583C102.723 131.235 106.552 178.919 137.675 210.042C158.256 230.623 186.069 239.272 210.547 234.783L210.538 234.867C226.314 236.508 241.302 239.619 252.361 242.326C257.886 243.678 262.419 244.927 265.566 245.836C267.14 246.29 268.366 246.66 269.196 246.914C269.418 246.982 269.611 247.042 269.775 247.094L363.735 341.032C364.868 342.165 366.704 342.165 367.837 341.032C368.97 339.899 368.97 338.062 367.837 336.93L273.896 243.01C273.843 242.839 273.78 242.635 273.707 242.398C273.452 241.565 273.082 240.333 272.626 238.753C271.715 235.592 270.463 231.039 269.108 225.491C266.395 214.385 263.276 199.335 261.629 183.497L261.626 183.497C266.006 159.087 257.345 131.4 236.824 110.893ZM257.568 197.325C259.276 208.487 261.485 218.736 263.472 226.868C264.828 232.42 266.083 236.995 267.01 240.214C263.805 239.29 259.257 238.041 253.74 236.69C245.594 234.697 235.314 232.478 224.12 230.771C231.468 227.697 238.26 223.238 244.145 217.353C250.033 211.468 254.493 204.674 257.568 197.325Z" fill="black"/>
206
- <path fill-rule="evenodd" clip-rule="evenodd" d="M406.726 363.836C410.759 367.848 410.349 374.797 406.316 378.808C402.273 382.851 394.883 383.774 390.84 379.731L357.927 346.829L373.824 330.934L406.726 363.836Z" fill="#FF6795"/>
207
- <path fill-rule="evenodd" clip-rule="evenodd" d="M355.027 346.829C355.027 346.06 355.332 345.322 355.876 344.778L371.773 328.882C372.906 327.75 374.742 327.75 375.875 328.882L408.772 361.779C408.773 361.781 408.774 361.782 408.776 361.783C414.086 367.07 413.386 375.864 408.365 380.862C405.82 383.405 402.302 384.912 398.812 385.193C395.311 385.476 391.544 384.538 388.789 381.783C388.789 381.783 388.789 381.783 388.789 381.782L355.877 348.88C355.332 348.336 355.027 347.599 355.027 346.829ZM362.03 346.829L392.891 377.68L392.891 377.68C394.179 378.968 396.129 379.59 398.345 379.411C400.57 379.231 402.767 378.255 404.265 376.757L404.27 376.752C407.311 373.727 407.431 368.628 404.68 365.892L404.675 365.887L373.824 335.036L362.03 346.829Z" fill="black"/>
208
- <path fill-rule="evenodd" clip-rule="evenodd" d="M235.203 307.925C235.203 355.869 196.339 394.725 148.403 394.725C100.459 394.725 61.6033 355.869 61.6033 307.925C61.6033 259.981 100.459 221.125 148.403 221.125C196.339 221.125 235.203 259.981 235.203 307.925V307.925Z" fill="black"/>
209
- <path fill-rule="evenodd" clip-rule="evenodd" d="M226.5 299.223C226.5 347.166 187.637 386.023 139.7 386.023C91.7568 386.023 52.9006 347.166 52.9006 299.223C52.9006 251.279 91.7568 212.423 139.7 212.423C187.637 212.423 226.5 251.279 226.5 299.223V299.223Z" fill="white"/>
210
- <path fill-rule="evenodd" clip-rule="evenodd" d="M100.039 225.27C86.751 232.41 75.6101 243.027 67.8325 255.904C67.916 256.198 68.0054 256.535 68.1073 256.918L68.1075 256.919L68.1075 256.919C69.2351 261.164 70.6699 267.088 70.9888 270.823C74.125 272.022 77.7643 273.295 81.5342 274.463C84.7225 275.45 87.9471 276.344 90.9986 277.051C91.1039 276.905 91.2107 276.768 91.3177 276.641C92.2355 275.554 93.2554 274.934 95.2952 273.696C103.199 268.898 112.404 264.332 119.343 261.884L119.343 261.884C119.761 261.736 120.104 261.616 120.43 261.518C120.768 256.361 121.625 250.638 122.663 245.265C123.34 241.762 124.105 238.348 124.88 235.264C124.431 234.966 123.904 234.611 123.285 234.194L123.285 234.193L123.284 234.193L123.284 234.193C118.33 230.853 109.927 228.043 100.039 225.27ZM128.074 262.984C127.393 262.497 126.99 262.208 126.219 261.895C126.532 257.133 127.333 251.68 128.359 246.365C129.045 242.818 129.818 239.397 130.586 236.36C130.784 236.315 130.997 236.266 131.226 236.214L131.228 236.214L131.229 236.214C140.589 234.077 154.05 231.596 165.312 231.078C166.241 231.035 166.898 231.005 167.418 230.933C174.006 234.959 179.774 240.276 184.324 245.537C187.044 248.681 189.264 251.731 190.942 254.392C190.234 255.056 189.92 255.55 189.363 256.426C185.899 261.873 182.303 269.528 179.366 277.162C178.514 279.375 178.001 280.71 177.814 281.942C173.892 282.874 169.564 283.774 165.073 284.566C159.975 285.466 154.723 286.217 149.674 286.718C149.511 286.413 149.324 286.124 149.088 285.76C144.613 278.848 135.642 268.402 128.074 262.984ZM196.276 251.983C196.465 251.972 196.666 251.965 196.893 251.957C200.839 251.818 205.385 252.311 209.825 253.142C200.873 239.547 188.073 228.71 172.976 222.181C172.712 223.41 172.255 224.903 171.517 226.653C178.29 230.975 184.127 236.44 188.712 241.742C191.761 245.267 194.33 248.807 196.276 251.983ZM65.0857 337.628C59.7114 327.206 56.4564 315.513 55.8903 303.117C56.1212 302.766 56.3834 302.322 56.705 301.778C60.6696 295.065 67.3583 283.373 69.9606 276.637C72.9788 277.767 76.3548 278.932 79.8177 280.005C82.9252 280.967 86.155 281.872 89.2975 282.612C89.3077 283.263 89.3493 284.016 89.4008 284.948C89.8833 293.681 91.1618 306.413 93.8288 314.21C93.8995 314.417 93.9542 314.577 94.0491 314.775C93.9376 314.943 93.8262 315.112 93.7147 315.282C91.3489 318.889 88.8161 323.197 86.4344 327.548C83.6506 332.634 80.9965 337.918 79.0473 342.289C75.6137 340.737 70.2381 339.085 66.2721 337.956C65.8129 337.825 65.4217 337.714 65.0857 337.628ZM91.5235 330.333C93.7519 326.262 96.0907 322.276 98.2637 318.927C105.162 321.761 118.928 324.415 127.673 324.315C127.946 324.312 128.176 324.309 128.402 324.295C132.442 329.901 137.778 336.975 143.098 343.625C145.615 346.771 148.144 349.842 150.544 352.632C150.401 352.898 150.247 353.199 150.066 353.552L150.065 353.552L150.065 353.552C147.332 358.884 144.509 366.067 142.585 371.141C142.494 371.38 142.415 371.587 142.348 371.781C137.122 372.785 130.66 373.444 124.118 373.723C118.898 373.946 113.761 373.923 109.373 373.669C105.232 373.429 101.94 372.992 99.8845 372.436C99.697 371.993 99.3924 371.436 98.9882 370.697C95.1365 363.654 88.2242 351.427 83.7717 345.957C85.6026 341.71 88.407 336.027 91.5235 330.333ZM147.628 340C142.616 333.736 137.619 327.128 133.743 321.781C134.355 321.187 134.68 320.684 135.22 319.846C139.204 313.671 145.963 302.356 149.553 294.863C149.993 293.945 150.247 293.414 150.429 292.473C155.621 291.952 160.958 291.184 166.082 290.28C170.613 289.48 175.021 288.566 179.059 287.609C179.793 288.71 180.963 289.83 182.935 291.718L182.935 291.718C185.569 294.241 188.054 296.688 190.533 299.13L190.533 299.131L190.533 299.131L190.534 299.131L190.534 299.132L190.534 299.132L190.535 299.132L190.535 299.133L190.537 299.134L190.537 299.135L190.537 299.135L190.537 299.135L190.537 299.135L190.537 299.135L190.537 299.135L190.537 299.135L190.538 299.135C193.275 301.832 196.005 304.522 198.923 307.298C200.446 308.748 201.397 309.653 202.385 310.275C201.247 317.617 198.692 325.178 195.734 331.949C193.44 337.199 190.951 341.868 188.8 345.47C188.299 345.466 187.731 345.507 186.995 345.56C181.437 345.961 174.577 346.871 167.554 347.803L167.55 347.803L167.547 347.804L167.545 347.804C163.906 348.287 160.224 348.775 156.657 349.201L156.655 349.202C156.164 349.26 155.747 349.31 155.384 349.361C152.92 346.513 150.28 343.316 147.628 340ZM115.812 379.673C123.383 381.917 131.401 383.122 139.701 383.122C143.262 383.122 146.771 382.9 150.216 382.469C147.513 380.902 145.121 379.213 143.461 377.473C137.707 378.583 130.894 379.241 124.366 379.52C121.464 379.644 118.578 379.694 115.812 379.673ZM223.341 266.742C210.328 233.255 177.785 209.522 139.701 209.522C90.1549 209.522 50 249.677 50 299.223C50 348.769 90.1549 388.924 139.701 388.924C146.344 388.924 152.819 388.201 159.051 386.831C160.41 387.416 161.743 387.957 163.005 388.449C163.984 388.83 164.474 389.021 165.174 389.112C165.689 389.179 166.529 389.151 167.039 389.051C167.731 388.915 168.155 388.718 169.003 388.323C174.909 385.571 186.46 379.362 193.035 374.894C193.894 374.309 194.324 374.017 194.811 373.463C195.168 373.057 195.63 372.308 195.832 371.806C196.109 371.122 196.177 370.605 196.313 369.569C196.35 369.291 196.385 369.008 196.418 368.721C216.176 352.578 228.923 328.174 229.388 300.777C230.573 300.011 231.332 299.397 232.095 298.339C232.837 297.312 233.571 295.376 233.697 294.115C233.87 292.387 233.491 291.136 232.733 288.632C230.194 280.247 227.166 273.412 223.341 266.742ZM223.449 304.298C219.896 306.273 216.065 308.198 212.48 309.812C210.483 310.71 209.34 311.224 208.077 311.42C206.811 319.387 204.071 327.358 201.05 334.271C198.676 339.705 196.082 344.592 193.787 348.435C194.009 348.851 194.192 349.32 194.438 349.949C195.839 353.531 196.489 357.258 196.68 360.807C212.076 346.555 222.118 326.601 223.449 304.298Z" fill="black"/>
211
- <path fill-rule="evenodd" clip-rule="evenodd" d="M346.405 99.5147C347.887 99.4124 349.208 100.447 349.462 101.912L352.04 116.732L367.613 120.625C368.645 120.883 369.453 121.685 369.719 122.714L373.613 137.811L388.552 141.027C389.99 141.337 390.968 142.673 390.829 144.137L388.865 164.86C388.761 165.958 388.042 166.903 387.01 167.296L323.203 191.622C322.136 192.029 320.928 191.772 320.12 190.964L299.592 170.453C298.79 169.652 298.528 168.456 298.922 167.393L322.854 102.85C323.25 101.781 324.236 101.043 325.374 100.965L346.405 99.5147Z" fill="black"/>
212
- <path fill-rule="evenodd" clip-rule="evenodd" d="M316.368 183.11L380.175 158.784L382.14 138.061L365.45 134.468" fill="white"/>
213
- <path fill-rule="evenodd" clip-rule="evenodd" d="M338.552 98.0606C339.293 98.0095 339.954 98.5269 340.081 99.259L342.534 113.362C342.632 113.927 343.054 114.381 343.611 114.52L359.341 118.453C359.857 118.582 360.261 118.983 360.394 119.498L364.305 134.657C364.442 135.188 364.867 135.597 365.404 135.712L379.573 138.763C380.292 138.918 380.781 139.586 380.712 140.318L379.16 156.679C379.108 157.229 378.749 157.701 378.233 157.898L317.866 180.913C317.332 181.116 316.728 180.987 316.324 180.583L298.441 162.716C298.04 162.315 297.909 161.717 298.107 161.186L320.74 100.145C320.938 99.6103 321.431 99.2414 322 99.2022L338.552 98.0606Z" fill="white"/>
214
- <path fill-rule="evenodd" clip-rule="evenodd" d="M294.242 174.947L292.191 172.896L288.701 176.386C281.782 183.305 281.783 194.51 288.7 201.432C295.613 208.352 306.824 208.351 313.742 201.435M313.743 201.433L317.232 197.949C317.776 197.406 318.082 196.668 318.083 195.898C318.083 195.129 317.777 194.39 317.233 193.846L296.294 172.896L294.242 174.947" fill="black"/>
215
- <path fill-rule="evenodd" clip-rule="evenodd" d="M288.44 169.145L309.38 190.095L305.89 193.58C300.105 199.365 290.731 199.365 284.95 193.58C279.165 187.79 279.165 178.421 284.95 172.635L288.44 169.145V169.145Z" fill="#50C0FF"/>
216
- <path fill-rule="evenodd" clip-rule="evenodd" d="M301.22 165.065C301.989 165.065 302.727 165.371 303.271 165.915L324.211 186.86C325.343 187.993 325.344 189.829 324.212 190.961L317.232 197.946L314.695 199.584L313.128 197.947L292.188 176.997C291.056 175.864 291.056 174.028 292.189 172.895L299.169 165.915C299.713 165.371 300.451 165.065 301.22 165.065Z" fill="black"/>
217
- <path fill-rule="evenodd" clip-rule="evenodd" d="M309.378 190.094L288.438 169.144L295.418 162.165L316.358 183.109L309.378 190.094V190.094Z" fill="#FFF847"/>
218
- <path fill-rule="evenodd" clip-rule="evenodd" d="M343.661 96.1099C343.406 94.6457 342.086 93.6108 340.603 93.713L319.573 95.1634C318.435 95.2419 317.449 95.9796 317.052 97.0488L293.801 159.756C293.646 159.86 293.501 159.98 293.367 160.113L286.387 167.093C286.36 167.12 286.333 167.148 286.308 167.176L282.899 170.584C275.981 177.503 275.982 188.708 282.898 195.63C289.812 202.55 301.022 202.549 307.94 195.633L304.461 190.908L304.463 190.906L307.941 195.631L311.43 192.148C311.458 192.12 311.485 192.092 311.511 192.064L317.963 185.607L381.209 161.495C382.24 161.101 382.959 160.157 383.063 159.058L385.028 138.335C385.167 136.871 384.188 135.535 382.751 135.226L367.84 132.015L364.124 116.545C363.869 115.485 363.041 114.657 361.981 114.402L346.182 110.607L343.661 96.1099ZM307.336 178.188C307.332 178.183 307.327 178.179 307.323 178.175L305.365 176.217L295.413 166.272L292.541 169.144L309.378 185.99L312.257 183.11L307.336 178.188ZM309.462 172.109L309.659 172.305L362.153 133.298L358.73 120.033L345.05 116.613L306.221 168.867L309.462 172.109ZM302.075 164.72L340.671 112.78L338.393 99.6808L321.841 100.822L299.211 161.855L302.075 164.72ZM305.276 190.094L304.463 190.906L299.915 184.73L305.276 190.094ZM299.909 184.724L304.461 190.908L303.839 191.529C299.186 196.182 291.649 196.181 287.003 191.53C282.348 186.872 282.35 179.339 287.002 174.687L288.439 173.249L299.909 184.724ZM366.118 137.579L313.807 176.451L317.09 179.731L377.458 156.716L379.009 140.354L366.118 137.579Z" fill="black"/>
219
- <path fill-rule="evenodd" clip-rule="evenodd" d="M379.596 222.206C374.75 217.36 374.75 209.512 379.596 204.666C384.442 199.819 392.282 199.828 397.129 204.666L426.371 233.908C431.209 238.746 431.209 246.611 426.371 251.449C421.542 256.287 413.669 256.287 408.822 251.449L379.596 222.206ZM350.349 210.513C345.511 215.36 345.511 223.208 350.357 228.054L402.971 280.693C407.826 285.539 415.674 285.539 420.512 280.693C425.358 275.847 425.358 267.99 420.512 263.144L367.898 210.513C363.043 205.675 355.203 205.667 350.349 210.513ZM321.096 233.903C316.25 229.057 316.258 221.2 321.096 216.354C325.951 211.508 333.807 211.508 338.645 216.354L414.655 292.38C419.51 297.227 419.51 305.075 414.655 309.921C409.825 314.768 401.961 314.768 397.114 309.921L321.096 233.903ZM256.776 298.236C251.938 293.39 251.938 285.542 256.776 280.695C261.63 275.849 269.487 275.849 274.325 280.687L350.343 356.705C355.198 361.552 355.198 369.4 350.36 374.246C345.513 379.093 337.649 379.093 332.794 374.255L321.317 362.777C325.94 367.638 325.874 375.319 321.095 380.099C316.249 384.945 308.4 384.937 303.562 380.09L292.123 368.655C296.714 373.517 296.632 381.18 291.878 385.943C287.023 390.789 279.167 390.789 274.329 385.951L245.086 356.708C240.239 351.87 240.239 344.013 245.086 339.167C249.924 334.337 257.746 334.321 262.579 339.12L250.924 327.468C246.086 322.622 246.077 314.774 250.924 309.927C255.77 305.081 263.626 305.081 268.464 309.927L285.304 326.764L256.776 298.236ZM367.635 280.805L350.2 263.37L303.817 309.813L321.252 327.248L367.635 280.805Z" fill="black"/>
220
- <path d="M379.596 204.666L381.01 206.08L381.01 206.08L379.596 204.666ZM379.596 222.206L381.011 220.792L381.01 220.792L379.596 222.206ZM397.129 204.666L398.543 203.251L398.542 203.25L397.129 204.666ZM426.371 233.908L427.786 232.494L427.786 232.494L426.371 233.908ZM426.371 251.449L424.957 250.035L424.956 250.036L426.371 251.449ZM408.822 251.449L407.408 252.863L407.409 252.865L408.822 251.449ZM350.357 228.054L351.772 226.64L351.771 226.64L350.357 228.054ZM350.349 210.513L348.936 209.098L348.934 209.1L350.349 210.513ZM402.971 280.693L401.557 282.107L401.558 282.108L402.971 280.693ZM420.512 280.693L419.098 279.279L419.097 279.28L420.512 280.693ZM420.512 263.144L419.098 264.558L419.098 264.558L420.512 263.144ZM367.898 210.513L369.312 209.099L369.31 209.097L367.898 210.513ZM321.096 216.354L319.683 214.938L319.681 214.941L321.096 216.354ZM321.096 233.903L319.682 235.317L319.682 235.317L321.096 233.903ZM338.645 216.354L337.23 217.767L337.231 217.768L338.645 216.354ZM414.655 292.38L413.241 293.795L413.242 293.796L414.655 292.38ZM414.655 309.921L413.242 308.506L413.238 308.509L414.655 309.921ZM397.114 309.921L395.7 311.335L395.7 311.335L397.114 309.921ZM256.776 280.695L255.363 279.28L255.36 279.282L256.776 280.695ZM256.776 298.236L255.36 299.649L255.362 299.65L256.776 298.236ZM274.325 280.687L275.739 279.273L275.739 279.273L274.325 280.687ZM350.343 356.705L348.929 358.12L348.93 358.121L350.343 356.705ZM350.36 374.246L351.774 375.66L351.775 375.659L350.36 374.246ZM332.794 374.255L331.38 375.669L331.382 375.671L332.794 374.255ZM321.317 362.777L322.731 361.363C321.957 360.589 320.704 360.581 319.92 361.345C319.136 362.11 319.113 363.362 319.867 364.155L321.317 362.777ZM321.095 380.099L319.681 378.685L319.681 378.685L321.095 380.099ZM303.562 380.09L304.978 378.677L304.976 378.676L303.562 380.09ZM292.123 368.655L293.537 367.24C292.764 366.467 291.513 366.458 290.729 367.22C289.945 367.982 289.918 369.233 290.669 370.028L292.123 368.655ZM291.878 385.943L293.291 387.358L293.293 387.356L291.878 385.943ZM274.329 385.951L272.914 387.365L272.914 387.365L274.329 385.951ZM245.086 356.708L246.5 355.294L246.499 355.293L245.086 356.708ZM245.086 339.167L243.673 337.752L243.671 337.753L245.086 339.167ZM262.579 339.12L261.17 340.539C261.953 341.317 263.217 341.313 263.996 340.532C264.775 339.75 264.773 338.486 263.993 337.706L262.579 339.12ZM250.924 327.468L249.508 328.881L249.51 328.883L250.924 327.468ZM250.924 309.927L252.338 311.342L252.338 311.342L250.924 309.927ZM268.464 309.927L267.049 311.34L267.05 311.342L268.464 309.927ZM285.304 326.764L283.89 328.179C284.671 328.96 285.937 328.96 286.718 328.179C287.499 327.398 287.499 326.131 286.718 325.35L285.304 326.764ZM350.2 263.37L351.614 261.956C351.239 261.581 350.73 261.37 350.199 261.37C349.669 261.37 349.16 261.582 348.785 261.957L350.2 263.37ZM367.635 280.805L369.05 282.218C369.83 281.437 369.83 280.172 369.049 279.391L367.635 280.805ZM303.817 309.813L302.402 308.4C301.622 309.181 301.622 310.446 302.403 311.227L303.817 309.813ZM321.252 327.248L319.838 328.662C320.213 329.037 320.722 329.248 321.253 329.248C321.783 329.248 322.292 329.037 322.667 328.661L321.252 327.248ZM378.182 203.251C372.555 208.879 372.555 217.993 378.182 223.621L381.01 220.792C376.945 216.727 376.945 210.145 381.01 206.08L378.182 203.251ZM398.542 203.25C392.916 197.634 383.811 197.622 378.182 203.251L381.01 206.08C385.074 202.016 391.649 202.021 395.716 206.081L398.542 203.25ZM427.786 232.494L398.543 203.251L395.714 206.08L424.957 235.323L427.786 232.494ZM427.786 252.863C433.405 247.244 433.405 238.113 427.786 232.494L424.957 235.323C429.014 239.38 429.014 245.978 424.957 250.035L427.786 252.863ZM407.409 252.865C413.035 258.481 422.175 258.484 427.787 252.862L424.956 250.036C420.909 254.09 414.302 254.094 410.235 250.034L407.409 252.865ZM378.181 223.62L407.408 252.863L410.237 250.035L381.011 220.792L378.181 223.62ZM351.771 226.64C347.706 222.574 347.706 215.992 351.764 211.926L348.934 209.1C343.316 214.727 343.316 223.841 348.943 229.468L351.771 226.64ZM404.386 279.279L351.772 226.64L348.943 229.468L401.557 282.107L404.386 279.279ZM419.097 279.28C415.041 283.342 408.459 283.346 404.384 279.278L401.558 282.108C407.192 287.733 416.307 287.736 421.927 282.106L419.097 279.28ZM419.098 264.558C423.163 268.623 423.163 275.214 419.098 279.279L421.926 282.107C427.554 276.48 427.554 267.357 421.926 261.73L419.098 264.558ZM366.484 211.927L419.098 264.558L421.926 261.73L369.312 209.099L366.484 211.927ZM351.762 211.929C355.834 207.863 362.411 207.868 366.486 211.93L369.31 209.097C363.676 203.482 354.573 203.471 348.936 209.098L351.762 211.929ZM319.681 214.941C314.065 220.566 314.053 229.688 319.682 235.317L322.51 232.489C318.447 228.425 318.451 221.834 322.511 217.767L319.681 214.941ZM340.06 214.941C334.44 209.311 325.317 209.314 319.683 214.938L322.509 217.769C326.584 213.701 333.174 213.705 337.23 217.767L340.06 214.941ZM416.069 290.966L340.059 214.94L337.231 217.768L413.241 293.795L416.069 290.966ZM416.068 311.337C421.705 305.709 421.705 296.593 416.068 290.965L413.242 293.796C417.314 297.861 417.314 304.441 413.242 308.506L416.068 311.337ZM395.7 311.335C401.326 316.961 410.459 316.965 416.072 311.333L413.238 308.509C409.192 312.57 402.595 312.574 398.529 308.507L395.7 311.335ZM319.682 235.317L395.7 311.335L398.529 308.507L322.51 232.489L319.682 235.317ZM255.36 279.282C249.743 284.909 249.743 294.022 255.36 299.649L258.191 296.823C254.133 292.758 254.133 286.174 258.191 282.108L255.36 279.282ZM275.739 279.273C270.119 273.652 260.997 273.656 255.363 279.28L258.189 282.111C262.264 278.043 268.855 278.046 272.911 282.101L275.739 279.273ZM351.757 355.291L275.739 279.273L272.911 282.101L348.929 358.12L351.757 355.291ZM351.775 375.659C357.393 370.032 357.393 360.917 351.756 355.29L348.93 358.121C353.002 362.186 353.002 368.768 348.944 372.833L351.775 375.659ZM331.382 375.671C337.017 381.287 346.146 381.288 351.774 375.66L348.946 372.832C344.881 376.897 338.28 376.899 334.206 372.838L331.382 375.671ZM319.902 364.191L331.38 375.669L334.208 372.84L322.731 361.363L319.902 364.191ZM322.509 381.513C328.058 375.964 328.135 367.043 322.766 361.399L319.867 364.155C323.746 368.233 323.69 374.675 319.681 378.685L322.509 381.513ZM302.147 381.503C307.765 387.131 316.881 387.141 322.509 381.513L319.681 378.685C315.617 382.749 309.036 382.742 304.978 378.677L302.147 381.503ZM290.709 370.069L302.148 381.505L304.976 378.676L293.537 367.24L290.709 370.069ZM293.293 387.356C298.814 381.825 298.909 372.929 293.577 367.282L290.669 370.028C294.519 374.106 294.451 380.534 290.462 384.53L293.293 387.356ZM272.914 387.365C278.535 392.986 287.657 392.982 293.291 387.358L290.465 384.527C286.389 388.596 279.798 388.592 275.743 384.537L272.914 387.365ZM243.671 358.122L272.914 387.365L275.743 384.537L246.5 355.294L243.671 358.122ZM243.671 337.753C238.045 343.38 238.043 352.503 243.673 358.123L246.499 355.293C242.436 351.237 242.434 344.647 246.5 340.581L243.671 337.753ZM263.988 337.701C258.37 332.123 249.288 332.146 243.673 337.752L246.499 340.583C250.561 336.527 257.121 336.519 261.17 340.539L263.988 337.701ZM249.51 328.883L261.165 340.535L263.993 337.706L252.338 326.054L249.51 328.883ZM249.509 308.513C243.88 314.142 243.892 323.256 249.508 328.881L252.339 326.055C248.279 321.988 248.274 315.405 252.338 311.342L249.509 308.513ZM269.88 308.514C264.26 302.885 255.136 302.886 249.509 308.513L252.338 311.342C256.404 307.276 262.993 307.277 267.049 311.34L269.88 308.514ZM286.718 325.35L269.878 308.513L267.05 311.342L283.89 328.179L286.718 325.35ZM255.362 299.65L283.89 328.179L286.718 325.35L258.19 296.822L255.362 299.65ZM348.786 264.785L366.221 282.219L369.049 279.391L351.614 261.956L348.786 264.785ZM305.232 311.226L351.615 264.784L348.785 261.957L302.402 308.4L305.232 311.226ZM322.666 325.834L305.231 308.399L302.403 311.227L319.838 328.662L322.666 325.834ZM366.22 279.392L319.837 325.834L322.667 328.661L369.05 282.218L366.22 279.392Z" fill="black"/>
221
- <path fill-rule="evenodd" clip-rule="evenodd" d="M373.795 198.865C368.949 203.711 368.949 211.559 373.795 216.406L403.021 245.648C407.868 250.486 415.741 250.486 420.57 245.648C425.408 240.81 425.408 232.946 420.57 228.108L391.328 198.865C386.481 194.027 378.641 194.018 373.795 198.865ZM344.556 222.253C339.71 217.407 339.71 209.559 344.548 204.712C349.402 199.866 357.242 199.874 362.097 204.712L414.711 257.343C419.557 262.189 419.557 270.046 414.711 274.892C409.873 279.738 402.025 279.738 397.17 274.892L344.556 222.253ZM315.295 210.553C310.457 215.399 310.449 223.256 315.295 228.102L391.313 304.12C396.16 308.967 404.024 308.967 408.854 304.12C413.709 299.274 413.709 291.426 408.854 286.58L332.844 210.553C328.006 205.707 320.15 205.707 315.295 210.553ZM250.975 274.894C246.137 279.741 246.137 287.589 250.975 292.435L279.482 320.942L262.663 304.126C257.825 299.28 249.969 299.28 245.123 304.126C240.276 308.973 240.285 316.821 245.123 321.667L256.792 333.333C251.96 328.52 244.128 328.531 239.285 333.366C234.438 338.213 234.438 346.069 239.285 350.907L268.527 380.15C273.365 384.988 281.222 384.988 286.077 380.142C290.833 375.378 290.913 367.712 286.318 362.85L297.761 374.289C302.599 379.136 310.448 379.144 315.294 374.298C320.073 369.518 320.139 361.837 315.516 356.976L326.993 368.454C331.848 373.292 339.712 373.292 344.559 368.445C349.397 363.599 349.397 355.751 344.542 350.904L268.524 274.886C263.686 270.048 255.829 270.048 250.975 274.894Z" fill="white"/>
222
- <path d="M344.399 257.569L361.834 275.004L315.451 321.446L298.016 304.011L344.399 257.569Z" fill="#45CE42"/>
223
- <path fill-rule="evenodd" clip-rule="evenodd" d="M375.846 200.915C379.557 197.204 385.561 197.207 389.277 200.916L418.519 230.158C422.224 233.863 422.224 239.891 418.519 243.597L418.517 243.598C414.823 247.299 408.786 247.304 405.071 243.595L375.846 214.354C372.133 210.64 372.133 204.629 375.846 200.915ZM413.55 252.078L416.762 255.291C422.741 261.27 422.741 270.963 416.762 276.942C414.223 279.485 411.014 280.945 407.704 281.326L410.903 284.526C416.893 290.506 416.893 300.193 410.903 306.173C404.938 312.153 395.237 312.146 389.262 306.171L362.016 278.925L319.368 321.629L346.591 348.851C352.58 354.83 352.58 364.515 346.611 370.494L346.609 370.496C340.63 376.476 330.931 376.473 324.945 370.508L324.941 370.504L321.73 367.293C321.347 370.6 319.886 373.807 317.344 376.349C311.364 382.329 301.678 382.318 295.708 376.339L292.504 373.136C292.122 376.444 290.664 379.652 288.129 382.191L288.125 382.195C282.141 388.169 272.449 388.174 266.476 382.201L237.234 352.959C231.252 346.987 231.255 337.293 237.233 331.315L237.235 331.313C239.774 328.779 242.981 327.318 246.287 326.934L243.071 323.718L245.122 321.667L243.069 323.716C237.103 317.74 237.089 308.056 243.071 302.075C245.61 299.536 248.819 298.075 252.129 297.692L248.921 294.484C242.953 288.506 242.953 278.823 248.921 272.845L248.925 272.841C254.91 266.867 264.601 266.862 270.574 272.835L297.831 300.091L340.479 257.388L313.244 230.153C307.262 224.171 307.276 214.479 313.242 208.503L313.245 208.5C319.23 202.525 328.924 202.52 334.897 208.503L338.119 211.726C338.499 208.415 339.957 205.204 342.495 202.662L342.498 202.659C348.487 196.68 358.16 196.693 364.144 202.657L364.148 202.661L367.36 205.874C367.742 202.564 369.203 199.354 371.744 196.813C377.725 190.832 387.4 190.845 393.377 196.811L393.379 196.813L422.621 226.056C428.592 232.026 428.592 241.726 422.623 247.697C420.085 250.24 416.868 251.7 413.55 252.078ZM346.599 206.763C342.893 210.476 342.894 216.488 346.607 220.201L399.219 272.838C402.943 276.556 408.955 276.551 412.658 272.842L412.659 272.84C416.373 269.127 416.373 263.107 412.659 259.393L360.049 206.766L360.047 206.765C356.323 203.055 350.318 203.051 346.599 206.763ZM317.346 212.604C313.638 216.32 313.635 222.34 317.346 226.05L393.364 302.069C397.08 305.784 403.105 305.779 406.799 302.072L406.805 302.067C410.524 298.354 410.524 292.345 406.805 288.632L330.791 212.602C327.089 208.893 321.07 208.888 317.346 212.604ZM253.025 276.945C249.32 280.659 249.32 286.671 253.026 290.385L281.495 318.853L317.344 354.697C317.428 354.781 317.51 354.865 317.591 354.949L329.04 366.399L329.043 366.402C332.766 370.109 338.795 370.106 342.507 366.394C346.212 362.68 346.212 356.67 342.492 352.957L266.472 276.937C262.77 273.235 256.75 273.229 253.025 276.945ZM255.398 336.042L284.235 364.869C287.729 368.596 287.659 374.449 284.025 378.09C280.3 381.807 274.28 381.801 270.578 378.099L241.335 348.856L239.284 350.907L241.333 348.854C237.624 345.151 237.621 339.133 241.334 335.418C245.059 331.7 251.077 331.708 254.77 335.414L254.774 335.418L255.398 336.042ZM288.396 360.826L299.814 372.24C303.52 375.952 309.53 375.958 313.242 372.246C316.897 368.592 316.956 362.727 313.436 358.999L277.396 322.96L260.61 306.175C256.906 302.465 250.887 302.463 247.173 306.177C243.462 309.888 243.465 315.9 247.174 319.616L247.175 319.617L258.877 331.316L258.879 331.319L259.513 331.951L288.129 360.551C288.219 360.642 288.309 360.734 288.396 360.826ZM302.117 304.01L344.4 261.672L357.732 275.005L315.449 317.343L302.117 304.01Z" fill="black"/>
224
- </svg>
225
- `,
226
- label: formatMessage('Physical Education Icon')
227
- },
228
- religion: {
229
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
230
- <path d="M91.541 137.185V198.327C91.541 220.418 109.45 238.327 131.541 238.327H133.245C133.245 122.072 91.541 137.185 91.541 137.185Z" fill="black"/>
231
- <path fill-rule="evenodd" clip-rule="evenodd" d="M130.574 335.746V326.187C130.574 315.927 126.653 306.075 119.528 298.693C108.474 287.24 91.239 269.575 77.9017 256.775C69.2202 248.444 63.8472 237.012 63.8472 224.979V109.491C63.8472 109.491 101.44 95.8672 105.242 193.982C105.653 204.583 109.766 214.847 117.267 222.348L155.08 260.161L143.603 210.115C137.864 186.127 159.801 175.868 171.762 194.468C180.501 208.068 191.459 241.714 195.607 255.01C196.754 258.69 197.301 262.502 197.301 266.356V335.746" fill="black"/>
232
- <path fill-rule="evenodd" clip-rule="evenodd" d="M363.273 335.746V326.187C363.273 315.927 367.194 306.075 374.319 298.693C385.373 287.24 402.608 269.575 415.945 256.775C424.627 248.444 430 237.012 430 224.979V109.491C430 109.491 392.407 95.8672 388.605 193.982C388.194 204.583 384.081 214.847 376.58 222.348L338.767 260.161L350.244 210.115C355.983 186.127 334.046 175.868 322.086 194.468C313.346 208.068 302.388 241.714 298.241 255.01C297.093 258.69 296.546 262.502 296.546 266.356V335.746" fill="black"/>
233
- <path d="M120.262 188.468C112.093 114.645 80.4639 126.107 80.4639 126.107V185.544C80.4639 208.577 99.1356 227.249 122.168 227.249C122.168 212.237 121.473 199.415 120.262 188.468Z" fill="white"/>
234
- <path d="M351.43 188.468C359.599 114.645 391.228 126.107 391.228 126.107V185.544C391.228 208.577 372.556 227.249 349.524 227.249C349.524 212.237 350.219 199.415 351.43 188.468Z" fill="white"/>
235
- <path fill-rule="evenodd" clip-rule="evenodd" d="M83.2337 128.343V185.545C83.2337 206.114 99.184 222.957 119.391 224.382C119.052 168.443 108.794 144.773 99.3282 135.01C94.5927 130.126 89.9951 128.654 86.699 128.318C85.3165 128.176 84.1337 128.232 83.2337 128.343ZM122.169 227.249H124.938C124.938 168.995 114.532 142.734 103.305 131.155C97.6141 125.285 91.7856 123.27 87.2622 122.807C85.0266 122.579 83.1499 122.733 81.81 122.952C81.1392 123.061 80.5994 123.188 80.212 123.292C80.0182 123.344 79.8619 123.391 79.746 123.428C79.688 123.446 79.64 123.462 79.6024 123.475L79.5537 123.492L79.5352 123.499L79.5274 123.501C79.524 123.503 79.5207 123.504 80.4643 126.107L79.5207 123.504C78.4247 123.901 77.6948 124.942 77.6948 126.107V185.545C77.6948 210.107 97.6064 230.018 122.169 230.018V227.249Z" fill="black"/>
236
- <path fill-rule="evenodd" clip-rule="evenodd" d="M388.459 128.343V185.545C388.459 206.114 372.508 222.957 352.302 224.382C352.64 168.443 362.899 144.773 372.364 135.01C377.1 130.126 381.697 128.654 384.993 128.318C386.376 128.176 387.559 128.232 388.459 128.343ZM349.524 227.249H346.754C346.754 168.995 357.161 142.734 368.388 131.155C374.078 125.285 379.907 123.27 384.43 122.807C386.666 122.579 388.542 122.733 389.882 122.952C390.553 123.061 391.093 123.188 391.48 123.292C391.674 123.344 391.83 123.391 391.946 123.428C392.004 123.446 392.052 123.462 392.09 123.475L392.139 123.492L392.157 123.499L392.165 123.501C392.168 123.503 392.172 123.504 391.228 126.107L392.172 123.504C393.268 123.901 393.998 124.942 393.998 126.107V185.545C393.998 210.107 374.086 230.018 349.524 230.018V227.249Z" fill="black"/>
237
- <path d="M106.414 174.621C98.2458 100.798 66.6167 112.26 66.6167 112.26V171.697C66.6167 194.73 85.2884 213.402 108.321 213.402C108.321 198.39 107.626 185.568 106.414 174.621Z" fill="white"/>
238
- <path d="M365.278 174.621C373.447 100.798 405.076 112.26 405.076 112.26V171.697C405.076 194.73 386.404 213.402 363.371 213.402C363.371 198.39 364.067 185.568 365.278 174.621Z" fill="white"/>
239
- <path fill-rule="evenodd" clip-rule="evenodd" d="M69.386 114.495V171.697C69.386 192.266 85.3363 209.11 105.543 210.535C105.204 154.595 94.9458 130.926 85.4805 121.163C80.7451 116.279 76.1475 114.807 72.8514 114.47C71.4689 114.329 70.286 114.385 69.386 114.495ZM108.321 213.402H111.09C111.09 155.148 100.684 128.887 89.4571 117.307C83.7665 111.438 77.938 109.422 73.4145 108.96C71.1789 108.732 69.3022 108.886 67.9623 109.105C67.2915 109.214 66.7518 109.34 66.3644 109.445C66.1705 109.497 66.0143 109.544 65.8983 109.581C65.8403 109.599 65.7923 109.615 65.7547 109.628L65.706 109.645L65.6875 109.651L65.6798 109.654C65.6763 109.655 65.673 109.656 66.6166 112.26L65.673 109.656C64.5771 110.054 63.8472 111.095 63.8472 112.26V171.697C63.8472 196.26 83.7588 216.171 108.321 216.171V213.402Z" fill="black"/>
240
- <path fill-rule="evenodd" clip-rule="evenodd" d="M402.306 114.495V171.697C402.306 192.266 386.356 209.11 366.149 210.535C366.488 154.595 376.746 130.926 386.211 121.163C390.947 116.279 395.544 114.807 398.841 114.47C400.223 114.329 401.406 114.385 402.306 114.495ZM363.371 213.402H360.601C360.601 155.148 371.008 128.887 382.235 117.307C387.925 111.438 393.754 109.422 398.277 108.96C400.513 108.732 402.39 108.886 403.73 109.105C404.4 109.214 404.94 109.34 405.328 109.445C405.521 109.497 405.678 109.544 405.794 109.581C405.852 109.599 405.9 109.615 405.937 109.628L405.986 109.645L406.004 109.651L406.012 109.654C406.016 109.655 406.019 109.656 405.075 112.26L406.019 109.656C407.115 110.054 407.845 111.095 407.845 112.26V171.697C407.845 196.26 387.933 216.171 363.371 216.171V213.402Z" fill="black"/>
241
- <path fill-rule="evenodd" clip-rule="evenodd" d="M119.497 324.668V321.258C119.497 307.051 114.06 293.392 104.171 283.191C94.8485 273.574 82.7258 261.208 72.0805 250.794C60.1702 239.143 52.7695 223.247 52.7695 206.585V98.4131C52.7695 98.4131 88.7161 85.3861 93.8633 176.551C94.6913 191.218 100.31 205.39 110.697 215.778L144.002 249.083L132.525 199.038C126.787 175.049 148.723 164.79 160.684 183.39C168.986 196.309 179.289 227.315 183.855 241.786C185.462 246.876 186.224 252.177 186.224 257.514V324.668" fill="white"/>
242
- <path fill-rule="evenodd" clip-rule="evenodd" d="M352.195 324.668V321.258C352.195 307.051 357.631 293.392 367.52 283.191C376.843 273.574 388.966 261.208 399.611 250.794C411.521 239.143 418.922 223.247 418.922 206.585V98.4131C418.922 98.4131 382.975 85.3861 377.828 176.551C377 191.218 371.382 205.39 360.994 215.778L327.689 249.083L339.166 199.038C344.905 175.049 322.968 164.79 311.007 183.39C302.705 196.309 292.402 227.315 287.836 241.786C286.23 246.876 285.468 252.177 285.468 257.514V324.668" fill="white"/>
243
- <path fill-rule="evenodd" clip-rule="evenodd" d="M55.5389 100.648V206.585C55.5389 222.424 62.5807 237.626 74.017 248.814C84.6887 259.254 96.8313 271.641 106.16 281.264C116.559 291.99 122.266 306.344 122.266 321.258V324.668C122.266 326.197 121.026 327.437 119.497 327.437C117.967 327.437 116.727 326.197 116.727 324.668V321.258C116.727 307.757 111.562 294.794 102.183 285.119C92.8654 275.507 80.7628 263.162 70.1437 252.774C57.7596 240.658 50 224.07 50 206.585V98.413C50 97.2473 50.7299 96.2064 51.8258 95.8093L52.7694 98.413C51.8258 95.8093 51.8289 95.8082 51.8321 95.807L51.8392 95.8045L51.8559 95.7985L51.8996 95.7834C51.9332 95.7719 51.9757 95.7577 52.0269 95.7413C52.1292 95.7085 52.2663 95.6667 52.4362 95.6197C52.7758 95.5258 53.2477 95.4108 53.835 95.3054C55.0081 95.0949 56.6533 94.921 58.6293 95.0373C62.6164 95.2721 67.857 96.6865 73.1738 101.18C83.7086 110.084 94.0436 130.618 96.6282 176.395C97.4232 190.475 102.811 203.975 112.655 213.819L139.15 240.314L129.832 199.682C129.831 199.678 129.83 199.673 129.829 199.669C126.77 186.866 130.959 176.784 138.695 172.783C146.549 168.721 156.474 171.723 163.013 181.892L163.014 181.893C167.343 188.63 172.083 199.868 176.264 211.035C180.473 222.274 184.206 233.695 186.496 240.952C188.193 246.33 188.993 251.914 188.993 257.514V324.668C188.993 326.197 187.753 327.437 186.224 327.437C184.694 327.437 183.454 326.197 183.454 324.668V257.514C183.454 252.441 182.73 247.422 181.214 242.619C178.938 235.406 175.237 224.088 171.077 212.977C166.89 201.794 162.327 191.07 158.354 184.888C152.933 176.457 145.909 175.288 141.239 177.703C136.454 180.178 132.544 187.214 135.218 198.393L135.224 198.418L146.701 248.464C146.977 249.667 146.423 250.908 145.343 251.506C144.263 252.104 142.917 251.914 142.044 251.041L108.739 217.736C97.8079 206.805 91.9593 191.96 91.0981 176.707C88.5355 131.319 78.3237 112.784 69.5984 105.41C65.2851 101.765 61.2175 100.738 58.3037 100.567C57.2198 100.503 56.2823 100.557 55.5389 100.648Z" fill="black"/>
244
- <path fill-rule="evenodd" clip-rule="evenodd" d="M416.153 100.648V206.585C416.153 222.424 409.111 237.626 397.674 248.814C387.003 259.254 374.86 271.641 365.532 281.264C355.133 291.99 349.425 306.344 349.425 321.258V324.668C349.425 326.197 350.665 327.437 352.195 327.437C353.724 327.437 354.964 326.197 354.964 324.668V321.258C354.964 307.757 360.129 294.794 369.509 285.119C378.826 275.507 390.929 263.162 401.548 252.774C413.932 240.658 421.691 224.07 421.691 206.585V98.413C421.691 97.2473 420.961 96.2064 419.866 95.8093L418.922 98.413C419.866 95.8093 419.863 95.8082 419.859 95.807L419.852 95.8045L419.835 95.7985L419.792 95.7834C419.758 95.7719 419.716 95.7577 419.665 95.7413C419.562 95.7085 419.425 95.6667 419.255 95.6197C418.916 95.5258 418.444 95.4108 417.856 95.3054C416.683 95.0949 415.038 94.921 413.062 95.0373C409.075 95.2721 403.834 96.6865 398.518 101.18C387.983 110.084 377.648 130.618 375.063 176.395C374.268 190.475 368.88 203.975 359.036 213.819L332.542 240.314L341.86 199.682C341.861 199.678 341.862 199.673 341.863 199.669C344.921 186.866 340.733 176.784 332.996 172.783C325.142 168.721 315.217 171.723 308.678 181.892L308.678 181.893C304.348 188.63 299.608 199.868 295.427 211.035C291.219 222.274 287.485 233.695 285.195 240.952C283.498 246.33 282.698 251.914 282.698 257.514V324.668C282.698 326.197 283.938 327.437 285.468 327.437C286.997 327.437 288.237 326.197 288.237 324.668V257.514C288.237 252.441 288.962 247.422 290.477 242.619C292.753 235.406 296.454 224.088 300.614 212.977C304.802 201.794 309.364 191.07 313.337 184.888C318.759 176.457 325.782 175.288 330.452 177.703C335.237 180.178 339.147 187.214 336.473 198.393L336.467 198.418L324.99 248.464C324.714 249.667 325.268 250.908 326.348 251.506C327.429 252.104 328.775 251.914 329.648 251.041L362.953 217.736C373.883 206.805 379.732 191.96 380.593 176.707C383.156 131.319 393.368 112.784 402.093 105.41C406.406 101.765 410.474 100.738 413.388 100.567C414.472 100.503 415.409 100.557 416.153 100.648Z" fill="black"/>
245
- <path fill-rule="evenodd" clip-rule="evenodd" d="M113.893 379.391C113.893 381.631 113.893 382.751 114.329 383.607C114.713 384.359 115.324 384.971 116.077 385.355C116.933 385.791 118.053 385.791 120.293 385.791H207.584C209.824 385.791 210.944 385.791 211.8 385.355C212.552 384.971 213.164 384.359 213.548 383.607C213.984 382.751 213.984 381.631 213.984 379.391V342.145C213.984 339.905 213.984 338.785 213.548 337.929C213.164 337.177 212.552 336.565 211.8 336.181C210.944 335.745 209.824 335.745 207.584 335.745H120.293C118.053 335.745 116.933 335.745 116.077 336.181C115.324 336.565 114.713 337.177 114.329 337.929C113.893 338.785 113.893 339.905 113.893 342.145V379.391Z" fill="black"/>
246
- <path fill-rule="evenodd" clip-rule="evenodd" d="M379.954 379.391C379.954 381.631 379.954 382.751 379.518 383.607C379.135 384.359 378.523 384.971 377.77 385.355C376.914 385.791 375.794 385.791 373.554 385.791H286.263C284.023 385.791 282.903 385.791 282.048 385.355C281.295 384.971 280.683 384.359 280.299 383.607C279.863 382.751 279.863 381.631 279.863 379.391V342.145C279.863 339.905 279.863 338.785 280.299 337.929C280.683 337.177 281.295 336.565 282.048 336.181C282.903 335.745 284.023 335.745 286.263 335.745H373.554C375.794 335.745 376.914 335.745 377.77 336.181C378.523 336.565 379.135 337.177 379.518 337.929C379.954 338.785 379.954 339.905 379.954 342.145V379.391Z" fill="black"/>
247
- <path fill-rule="evenodd" clip-rule="evenodd" d="M102.815 368.313C102.815 370.553 102.815 371.673 103.251 372.529C103.634 373.281 104.246 373.893 104.999 374.277C105.855 374.713 106.975 374.713 109.215 374.713H196.506C198.746 374.713 199.866 374.713 200.722 374.277C201.474 373.893 202.086 373.281 202.47 372.529C202.906 371.673 202.906 370.553 202.906 368.313V331.067C202.906 328.827 202.906 327.707 202.47 326.851C202.086 326.099 201.474 325.487 200.722 325.103C199.866 324.667 198.746 324.667 196.506 324.667H109.215C106.975 324.667 105.855 324.667 104.999 325.103C104.246 325.487 103.634 326.099 103.251 326.851C102.815 327.707 102.815 328.827 102.815 331.067V368.313Z" fill="#FFF847"/>
248
- <path fill-rule="evenodd" clip-rule="evenodd" d="M368.876 368.313C368.876 370.553 368.876 371.673 368.44 372.529C368.057 373.281 367.445 373.893 366.692 374.277C365.836 374.713 364.716 374.713 362.476 374.713H275.185C272.945 374.713 271.825 374.713 270.969 374.277C270.217 373.893 269.605 373.281 269.221 372.529C268.785 371.673 268.785 370.553 268.785 368.313V331.067C268.785 328.827 268.785 327.707 269.221 326.851C269.605 326.099 270.217 325.487 270.969 325.103C271.825 324.667 272.945 324.667 275.185 324.667H362.476C364.716 324.667 365.836 324.667 366.692 325.103C367.445 325.487 368.057 326.099 368.44 326.851C368.876 327.707 368.876 328.827 368.876 331.067V368.313Z" fill="#FFF847"/>
249
- <path fill-rule="evenodd" clip-rule="evenodd" d="M111.571 321.898H194.151C195.61 321.898 196.87 321.898 197.907 321.982C199.002 322.072 200.091 322.269 201.139 322.803C202.702 323.6 203.973 324.871 204.77 326.434C205.304 327.482 205.501 328.571 205.591 329.666C205.676 330.703 205.675 331.963 205.675 333.423V365.957C205.675 367.417 205.676 368.676 205.591 369.714C205.501 370.809 205.304 371.898 204.77 372.946C203.973 374.509 202.702 375.78 201.139 376.576C200.091 377.11 199.002 377.308 197.907 377.397C196.87 377.482 195.61 377.482 194.151 377.482H111.571C110.111 377.482 108.851 377.482 107.814 377.397C106.719 377.308 105.63 377.11 104.582 376.576C103.019 375.78 101.748 374.509 100.951 372.946C100.418 371.898 100.22 370.809 100.131 369.714C100.046 368.676 100.046 367.417 100.046 365.957V333.423C100.046 331.963 100.046 330.703 100.131 329.666C100.22 328.571 100.418 327.482 100.951 326.434C101.748 324.871 103.019 323.6 104.582 322.803C105.63 322.269 106.719 322.072 107.814 321.982C108.851 321.898 110.111 321.898 111.571 321.898ZM108.265 327.503C107.513 327.564 107.234 327.669 107.097 327.739C106.576 328.004 106.152 328.428 105.887 328.949C105.817 329.086 105.713 329.365 105.651 330.117C105.587 330.902 105.585 331.933 105.585 333.529V365.85C105.585 367.447 105.587 368.478 105.651 369.263C105.713 370.015 105.817 370.294 105.887 370.431C106.152 370.952 106.576 371.376 107.097 371.641C107.234 371.711 107.513 371.815 108.265 371.877C109.05 371.941 110.081 371.943 111.678 371.943H194.044C195.64 371.943 196.671 371.941 197.456 371.877C198.209 371.815 198.487 371.711 198.624 371.641C199.146 371.376 199.569 370.952 199.835 370.431C199.904 370.294 200.009 370.015 200.07 369.263C200.134 368.478 200.137 367.447 200.137 365.85V333.529C200.137 331.933 200.134 330.902 200.07 330.117C200.009 329.365 199.904 329.086 199.835 328.949C199.569 328.428 199.146 328.004 198.624 327.739C198.487 327.669 198.209 327.564 197.456 327.503C196.671 327.439 195.64 327.437 194.044 327.437H111.678C110.081 327.437 109.05 327.439 108.265 327.503Z" fill="black"/>
250
- <path fill-rule="evenodd" clip-rule="evenodd" d="M360.121 321.898H277.541C276.081 321.898 274.822 321.898 273.784 321.982C272.689 322.072 271.6 322.269 270.552 322.803C268.989 323.6 267.718 324.871 266.922 326.434C266.388 327.482 266.19 328.571 266.101 329.666C266.016 330.703 266.016 331.963 266.016 333.423V365.957C266.016 367.417 266.016 368.676 266.101 369.714C266.19 370.809 266.388 371.898 266.922 372.946C267.718 374.509 268.989 375.78 270.552 376.576C271.6 377.11 272.689 377.308 273.784 377.397C274.822 377.482 276.081 377.482 277.541 377.482H360.121C361.581 377.482 362.84 377.482 363.877 377.397C364.972 377.308 366.061 377.11 367.109 376.576C368.672 375.78 369.943 374.509 370.74 372.946C371.274 371.898 371.471 370.809 371.561 369.714C371.646 368.676 371.646 367.417 371.646 365.957V333.423C371.646 331.963 371.646 330.703 371.561 329.666C371.471 328.571 371.274 327.482 370.74 326.434C369.943 324.871 368.672 323.6 367.109 322.803C366.061 322.269 364.972 322.072 363.877 321.982C362.84 321.898 361.581 321.898 360.121 321.898ZM363.426 327.503C364.179 327.564 364.458 327.669 364.594 327.739C365.116 328.004 365.539 328.428 365.805 328.949C365.875 329.086 365.979 329.365 366.04 330.117C366.104 330.902 366.107 331.933 366.107 333.529V365.85C366.107 367.447 366.104 368.478 366.04 369.263C365.979 370.015 365.875 370.294 365.805 370.431C365.539 370.952 365.116 371.376 364.594 371.641C364.458 371.711 364.179 371.815 363.426 371.877C362.642 371.941 361.611 371.943 360.014 371.943H277.648C276.051 371.943 275.02 371.941 274.235 371.877C273.483 371.815 273.204 371.711 273.067 371.641C272.546 371.376 272.122 370.952 271.857 370.431C271.787 370.294 271.683 370.015 271.621 369.263C271.557 368.478 271.555 367.447 271.555 365.85V333.529C271.555 331.933 271.557 330.902 271.621 330.117C271.683 329.365 271.787 329.086 271.857 328.949C272.122 328.428 272.546 328.004 273.067 327.739C273.204 327.669 273.483 327.564 274.235 327.503C275.02 327.439 276.051 327.437 277.648 327.437H360.014C361.611 327.437 362.642 327.439 363.426 327.503Z" fill="black"/>
251
- </svg>
252
- `,
253
- label: formatMessage('Religion Icon')
254
- },
255
- science: {
256
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
257
- <path fill-rule="evenodd" clip-rule="evenodd" d="M203.424 64.9046C202.988 65.7603 202.988 66.8804 202.988 69.1206V81.7599C202.988 84.0001 202.988 85.1202 203.424 85.9758C203.808 86.7285 204.42 87.3404 205.172 87.7239C206.028 88.1599 207.148 88.1599 209.388 88.1599H214.118V179.063C214.118 192.113 214.118 198.639 213.578 203.517C212.395 214.219 210.855 219.927 206.497 229.773C204.51 234.261 200.645 240.904 192.915 254.191L192.914 254.192L143.639 338.893L143.638 338.893C126.245 368.791 117.548 383.74 118.847 396.007C119.981 406.707 125.635 416.426 134.406 422.75C144.461 430 161.854 430 196.641 430H295.193C329.98 430 347.373 430 357.428 422.75C366.198 416.426 371.853 406.707 372.986 396.007C374.285 383.74 365.589 368.791 348.195 338.894L298.919 254.192C291.189 240.905 287.324 234.261 285.337 229.773C280.979 219.927 279.439 214.219 278.255 203.517C277.716 198.639 277.716 192.113 277.716 179.063V88.1599H284.036C286.276 88.1599 287.396 88.1599 288.252 87.7239C289.004 87.3404 289.616 86.7285 290 85.9758C290.436 85.1202 290.436 84.0001 290.436 81.7599V69.1206C290.436 66.8804 290.436 65.7603 290 64.9046C289.616 64.152 289.004 63.54 288.252 63.1566C287.396 62.7206 286.276 62.7206 284.036 62.7206H209.388C207.148 62.7206 206.028 62.7206 205.172 63.1566C204.42 63.54 203.808 64.152 203.424 64.9046Z" fill="black"/>
258
- <path fill-rule="evenodd" clip-rule="evenodd" d="M189.114 55.3637C188.678 56.2194 188.678 57.3395 188.678 59.5797V65.8591C188.678 68.0993 188.678 69.2195 189.114 70.0751C189.497 70.8278 190.109 71.4397 190.862 71.8232C191.717 72.2591 192.837 72.2591 195.078 72.2591H204.577V167.932C204.577 180.982 204.577 187.508 204.037 192.386C202.854 203.088 201.314 208.796 196.956 218.642C194.969 223.13 191.104 229.773 183.374 243.06L183.374 243.061L134.098 327.762L134.098 327.762C116.704 357.66 108.008 372.609 109.307 384.876C110.44 395.576 116.095 405.295 124.865 411.619C134.92 418.869 152.313 418.869 187.1 418.869H285.652C320.439 418.869 337.832 418.869 347.887 411.619C356.658 405.295 362.312 395.576 363.445 384.876C364.745 372.609 356.048 357.66 338.655 327.763L289.379 243.061C281.648 229.774 277.783 223.13 275.796 218.642C271.438 208.796 269.898 203.088 268.715 192.386C268.175 187.508 268.175 180.982 268.175 167.932V72.2591H277.675C279.915 72.2591 281.035 72.2591 281.891 71.8232C282.643 71.4397 283.255 70.8278 283.639 70.0751C284.075 69.2195 284.075 68.0994 284.075 65.8591V59.5797C284.075 57.3395 284.075 56.2194 283.639 55.3637C283.255 54.6111 282.643 53.9992 281.891 53.6157C281.035 53.1797 279.915 53.1797 277.675 53.1797H195.078C192.837 53.1797 191.717 53.1797 190.862 53.6157C190.109 53.9992 189.497 54.6111 189.114 55.3637Z" fill="white"/>
259
- <path fill-rule="evenodd" clip-rule="evenodd" d="M274.637 50H198.116H198.116C196.721 50 195.517 49.9999 194.521 50.0679C193.472 50.1395 192.423 50.2969 191.387 50.7262C189.049 51.6944 187.192 53.5515 186.224 55.889C185.795 56.9255 185.637 57.9745 185.566 59.0234C185.498 60.0195 185.498 61.2231 185.498 62.6179V62.8213C185.498 64.2162 185.498 65.4198 185.566 66.4159C185.637 67.4647 185.795 68.5138 186.224 69.5502C187.192 71.8877 189.049 73.7449 191.387 74.7131C192.423 75.1424 193.472 75.2998 194.521 75.3714C195.517 75.4394 196.721 75.4393 198.116 75.4393H201.397V167.932C201.397 181.08 201.392 187.379 200.877 192.037C199.729 202.415 198.275 207.807 194.048 217.355C192.152 221.637 188.413 228.076 180.625 241.462L131.26 326.317C122.639 341.136 116.057 352.45 111.809 361.591C107.554 370.747 105.402 378.2 106.145 385.211C107.374 396.815 113.505 407.349 123.005 414.199C128.74 418.334 136.305 420.209 146.42 421.13C156.517 422.049 169.679 422.049 186.922 422.049H186.924H285.828H285.83C303.074 422.049 316.235 422.049 326.332 421.13C336.447 420.209 344.012 418.334 349.747 414.199C359.247 407.349 365.379 396.815 366.608 385.211C367.35 378.2 365.199 370.747 360.944 361.591C356.696 352.45 350.114 341.136 341.493 326.317L292.127 241.463C284.34 228.076 280.6 221.637 278.704 217.355C274.477 207.807 273.023 202.415 271.875 192.037C271.36 187.379 271.355 181.08 271.355 167.932V75.4393H274.637C276.032 75.4393 277.235 75.4394 278.232 75.3714C279.28 75.2998 280.33 75.1424 281.366 74.7131C283.703 73.7449 285.561 71.8877 286.529 69.5502C286.958 68.5138 287.116 67.4647 287.187 66.4159C287.255 65.4198 287.255 64.2162 287.255 62.8214V62.6179C287.255 61.2231 287.255 60.0195 287.187 59.0234C287.116 57.9745 286.958 56.9255 286.529 55.889C285.561 53.5515 283.703 51.6944 281.366 50.7262C280.33 50.2969 279.28 50.1395 278.232 50.0679C277.235 49.9999 276.032 50 274.637 50H274.637ZM264.995 75.4392H207.757V88.1591H225.247C227.003 88.1591 228.427 89.5827 228.427 91.339C228.427 93.0952 227.003 94.5189 225.247 94.5189H207.757V107.238H241.146C242.902 107.238 244.326 108.662 244.326 110.418C244.326 112.175 242.902 113.598 241.146 113.598H207.757V126.318H225.247C227.003 126.318 228.427 127.742 228.427 129.498C228.427 131.254 227.003 132.678 225.247 132.678H207.757V145.398H241.146C242.902 145.398 244.326 146.821 244.326 148.577C244.326 150.334 242.902 151.757 241.146 151.757H207.757V161.297H225.247C227.003 161.297 228.427 162.721 228.427 164.477C228.427 166.233 227.003 167.657 225.247 167.657H207.757V168.28C207.757 181.006 207.757 187.682 207.198 192.736C205.979 203.761 204.354 209.786 199.864 219.929C197.806 224.578 193.871 231.341 186.341 244.285L186.341 244.286L186.34 244.286L136.847 329.362C128.118 344.365 121.686 355.428 117.576 364.271C113.459 373.13 111.912 379.286 112.469 384.541C113.506 394.337 118.684 403.242 126.725 409.04C131.045 412.155 137.204 413.905 146.997 414.796C156.772 415.686 169.645 415.689 187.101 415.689H285.652C303.108 415.689 315.981 415.686 325.756 414.796C335.549 413.905 341.707 412.155 346.028 409.04C354.068 403.242 359.246 394.337 360.283 384.541C360.84 379.286 359.293 373.13 355.176 364.271C351.066 355.428 344.634 344.365 335.906 329.362L286.412 244.286L286.411 244.285L286.411 244.284C278.881 231.341 274.947 224.578 272.889 219.929C268.398 209.786 266.773 203.761 265.554 192.736C264.995 187.683 264.995 181.006 264.995 168.279V75.4392ZM271.355 69.0794L274.535 69.0795C276.06 69.0795 277.045 69.0777 277.799 69.0263C278.524 68.9769 278.8 68.8922 278.932 68.8374C279.711 68.5147 280.33 67.8956 280.653 67.1164C280.708 66.9841 280.793 66.708 280.842 65.983C280.893 65.2294 280.895 64.2448 280.895 62.7196C280.895 61.1945 280.893 60.2099 280.842 59.4563C280.793 58.7313 280.708 58.4552 280.653 58.3228C280.33 57.5437 279.711 56.9246 278.932 56.6019C278.8 56.5471 278.524 56.4624 277.799 56.413C277.045 56.3615 276.06 56.3598 274.535 56.3598H198.218C196.692 56.3598 195.708 56.3615 194.954 56.413C194.229 56.4624 193.953 56.5471 193.821 56.6019C193.042 56.9246 192.423 57.5437 192.1 58.3228C192.045 58.4552 191.96 58.7313 191.911 59.4563C191.859 60.2099 191.858 61.1945 191.858 62.7196C191.858 64.2448 191.859 65.2294 191.911 65.983C191.96 66.708 192.045 66.9841 192.1 67.1164C192.423 67.8956 193.042 68.5147 193.821 68.8374C193.953 68.8922 194.229 68.9769 194.954 69.0263C195.708 69.0777 196.692 69.0795 198.218 69.0795L201.397 69.0794H271.355Z" fill="black"/>
260
- <path d="M295.08 291.673C297.772 291.673 299.118 291.673 300.323 292.065C301.39 292.411 302.371 292.978 303.204 293.728C304.146 294.576 304.819 295.742 306.165 298.073L346.532 367.991C356.324 384.95 344.084 406.15 324.501 406.15H148.253C128.669 406.15 116.43 384.95 126.222 367.991L166.589 298.073C167.935 295.742 168.608 294.576 169.549 293.728C170.383 292.978 171.364 292.411 172.43 292.065C173.635 291.673 174.982 291.673 177.674 291.673H295.08Z" fill="#5061FF"/>
261
- <circle cx="275.33" cy="319.497" r="15.1046" fill="white"/>
262
- <circle cx="218.092" cy="260.669" r="15.1046" fill="#5061FF"/>
263
- <circle cx="250.686" cy="210.585" r="6.35982" fill="#5061FF"/>
264
- <circle cx="191.063" cy="341.757" r="10.3347" fill="white"/>
265
- <circle cx="248.301" cy="373.556" r="5.56484" fill="white"/>
266
- </svg>
267
- `,
268
- label: 'Science Icon'
269
- },
270
- socialStudies: {
271
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
272
- <path fill-rule="evenodd" clip-rule="evenodd" d="M86.0953 281.116C86.0953 281.116 72.2805 234.596 89.0011 196.555C105.015 160.121 133.515 115.165 173.597 100.422C239.244 76.2758 318.884 98.2398 356.679 160.537C464.516 338.283 162.74 496.745 86.0953 281.116Z" fill="black" stroke="black" stroke-width="4"/>
273
- <path fill-rule="evenodd" clip-rule="evenodd" d="M78.8697 270.277C78.8697 270.277 65.0549 223.757 81.7755 185.716C97.7893 149.282 126.289 104.326 166.371 89.5833C232.018 65.4369 311.658 87.401 349.454 149.699C457.29 327.444 155.515 485.906 78.8697 270.277Z" fill="white"/>
274
- <path d="M343.12 185.671C345.83 201.477 355.314 178.445 360.282 170.767C365.249 182.961 377.871 211.413 370.217 251.154C360.824 299.928 324.153 333.197 306.991 343.735C301.572 339.67 314.669 306.251 327.314 304.445C339.959 302.638 351.701 280.509 335.895 256.574C320.088 249.8 334.54 282.767 321.443 287.735C308.346 292.703 318.282 276.896 305.185 276.896C292.088 276.896 265.443 282.767 266.346 273.283C267.25 263.8 266.346 247.09 277.185 243.025C288.024 238.961 303.83 233.542 314.669 224.058C325.508 214.574 302.475 215.929 289.379 216.832C276.282 217.735 279.443 197.413 289.379 185.671C299.314 173.929 307.443 185.671 314.669 175.284C321.895 164.896 340.411 169.864 343.12 185.671Z" fill="#45CE42"/>
275
- <path d="M130.863 181.155C111.444 191.993 108.283 149.09 108.283 138.703C133.121 101.219 166.992 80.8968 221.637 79.9935C205.379 83.6064 179.186 114.316 199.057 112.058C218.928 109.8 224.799 98.0581 244.218 105.736C263.637 113.413 228.863 126.51 228.863 148.639C228.863 170.768 207.186 159.477 207.186 177.993C207.186 196.509 174.218 184.316 189.121 172.122C204.024 159.929 180.992 156.768 173.766 158.122C166.541 159.477 172.412 145.026 151.637 152.703C130.863 160.38 150.283 170.316 130.863 181.155Z" fill="#45CE42"/>
276
- <path d="M145.418 207.114C154.12 196.998 156.542 219.343 176.082 214.921C237.819 200.947 211.344 267.025 182.011 275.181C152.677 283.337 141.746 329.095 136.52 316.677C132.048 306.049 143.416 295.331 146.535 283.376C149.525 271.914 144.109 262.077 142.967 249.763C141.078 229.388 139.94 213.483 145.418 207.114Z" fill="#45CE42"/>
277
- <path d="M257.314 106.639C246.927 100.768 250.088 93.542 241.507 82.2517C272.669 82.2517 320.088 106.639 339.507 135.994C329.572 138.703 315.12 126.961 296.604 126.51C278.088 126.058 275.83 146.381 257.314 149.09C238.798 151.8 257.314 126.51 260.927 121.994C264.54 117.477 267.701 112.51 257.314 106.639Z" fill="#45CE42"/>
278
- <path fill-rule="evenodd" clip-rule="evenodd" d="M165.151 86.2671C232.187 61.6097 313.697 83.9506 352.474 147.866C379.989 193.218 381.474 237.603 366.735 275.14C352.042 312.56 321.341 342.909 284.89 360.68C248.436 378.452 205.93 383.788 167.511 370.747C128.979 357.668 95.0163 326.257 75.5392 271.461L75.5079 271.373L75.4949 271.329L75.4841 271.292L75.4813 271.283L75.4803 271.28L75.476 271.265L75.4674 271.236L74.9896 269.627L75.0237 269.617C74.9799 269.451 74.9336 269.272 74.8848 269.081C74.5277 267.688 74.0411 265.671 73.5122 263.136C72.4553 258.07 71.2261 250.92 70.5299 242.555C69.1431 225.892 69.8431 204.08 78.5395 184.294C86.631 165.885 97.9065 145.249 112.29 127.306C126.656 109.383 144.291 93.9398 165.151 86.2671ZM346.432 151.532C309.617 90.8514 231.847 69.2649 167.59 92.9C148.368 99.9705 131.711 114.376 117.804 131.726C103.913 149.055 92.9319 169.113 85.0095 187.138C76.9853 205.394 76.2325 225.863 77.573 241.969C78.2405 249.989 79.4199 256.847 80.4307 261.692C80.9358 264.113 81.3978 266.027 81.7309 267.327C81.8974 267.976 82.0317 268.472 82.1228 268.801C82.1683 268.965 82.2031 269.087 82.2258 269.166L82.2328 269.19C101.083 322.148 133.567 351.762 169.783 364.055C206.133 376.393 246.702 371.435 281.793 354.327C316.887 337.218 346.201 308.101 360.157 272.557C374.067 237.13 372.835 195.052 346.432 151.532Z" fill="black"/>
279
- <path fill-rule="evenodd" clip-rule="evenodd" d="M330.176 58.9697C318.455 63.0112 302.544 74.8203 284.326 94.0509L280.392 90.3238C298.754 70.9416 315.408 58.3295 328.41 53.8464C334.928 51.5989 340.952 51.2519 345.847 53.6488C350.828 56.0876 353.947 61.0182 355.356 67.7647C358.13 81.0464 354.654 102.962 343.67 133.94C332.633 165.072 313.842 205.809 285.426 256.986C263.244 296.936 240.607 331.681 219.698 359.164C198.825 386.601 179.56 406.954 164.095 417.974C156.406 423.453 149.343 426.854 143.294 427.398C140.212 427.675 137.309 427.216 134.751 425.827C132.19 424.436 130.186 422.227 128.717 419.36C125.837 413.738 124.878 405.339 125.691 394.309C126.511 383.191 129.162 369.03 133.872 351.609L139.104 353.023C134.443 370.262 131.881 384.059 131.096 394.707C130.305 405.443 131.352 412.617 133.54 416.889C134.605 418.967 135.901 420.285 137.337 421.064C138.777 421.846 140.568 422.201 142.81 422C147.407 421.587 153.508 418.864 160.95 413.56C175.749 403.016 194.622 383.175 215.385 355.883C236.114 328.636 258.612 294.115 280.688 254.356C309.019 203.331 327.66 162.88 338.563 132.129C349.52 101.225 352.493 80.5647 350.051 68.8726C348.852 63.1322 346.446 59.9763 343.464 58.516C340.396 57.0137 336.02 56.9548 330.176 58.9697Z" fill="black"/>
280
- <path fill-rule="evenodd" clip-rule="evenodd" d="M57.2043 118.237C61.4058 130.165 73.3913 146.181 92.7254 164.273L89.0225 168.23C69.5199 149.98 56.74 133.231 52.0928 120.038C49.7641 113.427 49.3383 107.305 51.6319 102.292C53.9712 97.178 58.8249 93.8828 65.5603 92.3199C72.251 90.7673 81.0715 90.8404 92.0039 92.6099C102.97 94.3848 116.228 97.895 131.876 103.362C163.172 114.297 204.222 133.131 255.929 161.856C330.747 203.419 393.792 253.835 418.493 287.51C424.655 295.911 428.669 303.582 429.665 310.019C430.17 313.287 429.921 316.393 428.62 319.12C427.305 321.877 425.043 323.976 422.02 325.423C416.144 328.236 407.132 328.719 395.062 327.028C382.875 325.32 367.121 321.324 347.428 314.69L349.158 309.554C368.686 316.133 384.089 320.017 395.815 321.661C407.657 323.321 415.313 322.626 419.68 320.535C421.779 319.53 423.033 318.245 423.729 316.786C424.439 315.298 424.697 313.357 424.309 310.847C423.517 305.728 420.14 298.918 414.123 290.716C390.11 257.978 327.872 208.021 253.297 166.593C201.746 137.955 160.991 119.276 130.089 108.478C114.637 103.08 101.698 99.6689 91.138 97.9596C80.5441 96.2449 72.5094 96.2707 66.7853 97.5989C61.1059 98.9168 57.9852 101.431 56.56 104.546C55.0891 107.761 55.1085 112.288 57.2043 118.237Z" fill="black"/>
281
- </svg>
282
- `,
283
- label: 'Social Studies Icon'
284
- },
285
- technology: {
286
- source: () => `<svg width="480" height="480" viewBox="0 0 480 480" fill="none" xmlns="http://www.w3.org/2000/svg">
287
- <path fill-rule="evenodd" clip-rule="evenodd" d="M215.133 100.668C215.133 82.3747 229.978 67.5297 248.271 67.5297H383.837C402.13 67.5297 416.975 82.3747 416.975 100.668V386.862C416.975 405.155 402.13 420 383.837 420H248.271C229.978 420 215.133 405.155 215.133 386.862V100.668Z" fill="black"/>
288
- <path fill-rule="evenodd" clip-rule="evenodd" d="M207.603 100.67C202.089 100.67 196.733 100.898 191.538 101.338C176.245 118.167 164.612 136.131 156.616 154.897H207.607V160.922H154.185C147.508 178.429 143.941 196.593 143.466 215.149H207.598V221.174H143.42C143.604 238.947 146.599 257.1 152.427 275.401H207.603V281.426H154.446C162.481 304.263 174.917 327.291 191.795 350.064C196.911 350.493 202.181 350.713 207.603 350.713V356.739C113.496 356.739 63 292.272 63 225.692C63 159.316 113.141 94.6453 207.603 94.6453V100.67ZM137.439 215.149C137.897 196.585 141.34 178.427 147.752 160.922H87.2512C77.0419 177.429 71.0734 196.066 69.4676 215.149H137.439ZM69.1062 221.174H137.395C137.573 239.02 140.485 257.168 146.113 275.401H79.3712C72.5089 259.745 69.0251 242.786 69.0251 225.692C69.0251 224.185 69.0522 222.679 69.1062 221.174ZM182.637 102.322C168.465 118.882 157.609 136.506 150.087 154.897H91.2343C110.066 128.205 140.723 108.054 182.637 102.322ZM82.2125 281.426H148.07C155.79 304.06 167.684 326.789 183.712 349.2C133.776 342.672 99.5481 315.701 82.2125 281.426Z" fill="#50C0FF"/>
289
- <path fill-rule="evenodd" clip-rule="evenodd" d="M406.434 379.335C406.434 395.964 392.938 409.461 376.308 409.461H240.743C224.113 409.461 210.617 395.964 210.617 379.335V93.1412C210.617 76.5118 224.113 63.0155 240.743 63.0155H376.308C392.938 63.0155 406.434 76.5118 406.434 93.1412V379.335V379.335Z" fill="white"/>
290
- <path fill-rule="evenodd" clip-rule="evenodd" d="M240.746 66.0251C226.798 66.0251 215.298 76.5767 213.798 90.1271H403.259C401.759 76.5767 390.259 66.0251 376.311 66.0251H240.746ZM207.608 379.189V93.2806C207.606 93.2339 207.604 93.1869 207.604 93.1396C207.604 93.0901 207.606 93.0409 207.608 92.992C207.687 74.766 222.502 60 240.746 60H376.311C394.605 60 409.45 74.8451 409.45 93.1382V379.332C409.45 397.625 394.605 412.47 376.311 412.47H240.746C222.501 412.47 207.686 397.704 207.608 379.477C207.606 379.428 207.604 379.379 207.604 379.33C207.604 379.283 207.606 379.236 207.608 379.189ZM213.798 382.342C215.298 395.893 226.798 406.445 240.746 406.445H376.311C390.26 406.445 401.76 395.893 403.259 382.342H213.798ZM403.425 376.317H213.633V96.1522H403.425V376.317Z" fill="black"/>
291
- <path fill-rule="evenodd" clip-rule="evenodd" d="M210.619 111.216C207.337 111.216 204.111 111.308 200.942 111.489C185.472 128.431 173.719 146.528 165.662 165.44H210.621V171.465H163.23C156.553 188.972 152.985 207.136 152.51 225.692H210.613V231.717H152.464C152.648 249.49 155.643 267.643 161.471 285.944H210.618V291.969H163.49C171.57 314.935 184.101 338.095 201.124 360.995C204.236 361.17 207.401 361.259 210.619 361.259V367.284C122.537 367.284 72.041 302.817 72.041 236.237C72.041 169.862 122.182 105.191 210.619 105.191V111.216ZM146.483 225.692C146.942 207.129 150.385 188.97 156.797 171.465H96.0146C86.0405 187.973 80.1082 206.609 78.5078 225.692H146.483ZM78.1472 231.717H146.439C146.617 249.564 149.529 267.711 155.156 285.944H88.2934C81.5496 270.289 78.0662 253.331 78.0662 236.237C78.0662 234.729 78.0932 233.222 78.1472 231.717ZM192.235 112.223C177.792 128.97 166.752 146.811 159.133 165.44H99.901C119.021 137.63 150.311 116.921 192.235 112.223ZM91.0825 291.969H157.113C164.904 314.808 176.942 337.744 193.191 360.352C143.635 355.086 108.672 327.438 91.0825 291.969Z" fill="black"/>
292
- <path d="M305.345 165.44L246.767 235.934H299.487L293.629 282.93L352.207 212.436H299.487L305.345 165.44Z" fill="#FFF847"/>
293
- <path fill-rule="evenodd" clip-rule="evenodd" d="M315.582 174.723C316.81 175.255 317.54 176.533 317.374 177.86L311.938 221.471H361.247C362.415 221.471 363.478 222.146 363.974 223.204C364.47 224.261 364.311 225.511 363.564 226.409L304.986 296.903C304.131 297.932 302.7 298.274 301.472 297.742C300.244 297.211 299.514 295.933 299.68 294.605L305.116 250.994H255.807C254.639 250.994 253.576 250.319 253.08 249.261C252.584 248.204 252.743 246.955 253.49 246.056L312.068 175.562C312.923 174.533 314.354 174.191 315.582 174.723ZM262.227 244.969H308.527C309.391 244.969 310.213 245.34 310.785 245.988C311.357 246.635 311.623 247.497 311.516 248.354L306.932 285.134L354.827 227.496H308.527C307.663 227.496 306.841 227.125 306.269 226.478C305.697 225.83 305.431 224.968 305.538 224.111L310.122 187.331L262.227 244.969Z" fill="black"/>
294
- </svg>
295
- `,
296
- label: 'Technology Icon'
297
- }
298
- };