@edifice.io/react 2.0.0-develop-rc.14 → 2.0.0-develop-rc.15

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 (1535) hide show
  1. package/README.md +3 -3
  2. package/dist/audience.js +16 -0
  3. package/dist/comments.js +4 -0
  4. package/dist/components/ActionBar/ActionBar.d.ts +0 -1
  5. package/dist/components/ActionBar/ActionBar.js +8 -0
  6. package/dist/components/Alert/Alert.d.ts +3 -3
  7. package/dist/components/Alert/Alert.js +81 -0
  8. package/dist/components/AppHeader/AppHeader.d.ts +1 -1
  9. package/dist/components/AppHeader/AppHeader.js +22 -0
  10. package/dist/components/AppIcon/AppIcon.d.ts +11 -11
  11. package/dist/components/AppIcon/AppIcon.js +51 -0
  12. package/dist/components/AppIcon/index.d.ts +1 -1
  13. package/dist/components/Attachment/Attachment.d.ts +1 -1
  14. package/dist/components/Attachment/Attachment.js +18 -0
  15. package/dist/components/Avatar/Avatar.d.ts +3 -4
  16. package/dist/components/Avatar/Avatar.js +33 -0
  17. package/dist/components/Badge/Badge.d.ts +20 -18
  18. package/dist/components/Badge/Badge.js +18 -0
  19. package/dist/components/Breadcrumb/Breadcrumb.d.ts +3 -2
  20. package/dist/components/Breadcrumb/Breadcrumb.js +28 -0
  21. package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
  22. package/dist/components/Breadcrumb/BreadcrumbNav.d.ts +2 -2
  23. package/dist/components/Breadcrumb/BreadcrumbNav.js +22 -0
  24. package/dist/components/Breadcrumb/index.d.ts +1 -0
  25. package/dist/components/Button/Button.d.ts +5 -5
  26. package/dist/components/Button/IconButton.d.ts +1 -1
  27. package/dist/components/Button/IconButton.js +18 -0
  28. package/dist/components/Button/SearchButton.d.ts +1 -1
  29. package/dist/components/Button/SearchButton.js +17 -0
  30. package/dist/components/Card/Card.d.ts +11 -7
  31. package/dist/components/Card/Card.js +53 -0
  32. package/dist/components/Card/CardBody.d.ts +2 -2
  33. package/dist/components/Card/CardContext.d.ts +2 -2
  34. package/dist/components/Card/CardHeader.js +22 -0
  35. package/dist/components/Card/CardImage.d.ts +2 -2
  36. package/dist/components/Card/CardImage.js +21 -0
  37. package/dist/components/Card/CardText.d.ts +1 -1
  38. package/dist/components/Card/CardTitle.d.ts +1 -1
  39. package/dist/components/Card/CardUser.js +10 -0
  40. package/dist/components/Checkbox/Checkbox.d.ts +0 -1
  41. package/dist/components/ColorPicker/ColorPalette.d.ts +1 -1
  42. package/dist/components/ColorPicker/ColorPicker.d.ts +1 -1
  43. package/dist/components/ColorPicker/ColorPicker.js +38 -0
  44. package/dist/components/ColorPicker/ColorPickerItem.js +13 -0
  45. package/dist/components/Combobox/ComboboxTrigger.d.ts +1 -1
  46. package/dist/components/Dropdown/Dropdown.d.ts +1 -1
  47. package/dist/components/Dropdown/Dropdown.js +60 -0
  48. package/dist/components/Dropdown/DropdownContext.d.ts +1 -1
  49. package/dist/components/Dropdown/DropdownItem.d.ts +1 -1
  50. package/dist/components/Dropdown/DropdownMenu.d.ts +2 -2
  51. package/dist/components/Dropdown/DropdownTrigger.d.ts +3 -4
  52. package/dist/components/Dropdown/DropdownTrigger.js +34 -0
  53. package/dist/components/Dropzone/Dropzone.d.ts +26 -2
  54. package/dist/components/Dropzone/Dropzone.js +55 -0
  55. package/dist/components/Dropzone/DropzoneContext.d.ts +0 -1
  56. package/dist/components/Dropzone/DropzoneFile.d.ts +2 -1
  57. package/dist/components/Dropzone/DropzoneFile.js +30 -0
  58. package/dist/components/Dropzone/DropzoneImport.js +28 -0
  59. package/dist/components/Dropzone/index.d.ts +2 -1
  60. package/dist/components/EmptyScreen/EmptyScreen.d.ts +5 -1
  61. package/dist/components/EmptyScreen/EmptyScreen.js +21 -0
  62. package/dist/components/Form/FormContext.d.ts +1 -1
  63. package/dist/components/Form/FormControl.d.ts +4 -4
  64. package/dist/components/Form/FormText.js +17 -0
  65. package/dist/components/Grid/Grid.d.ts +1 -1
  66. package/dist/components/Heading/Heading.d.ts +1 -1
  67. package/dist/components/Image/Image.d.ts +3 -4
  68. package/dist/components/Image/Image.js +41 -0
  69. package/dist/components/Input/Input.d.ts +2 -2
  70. package/dist/components/Label/Label.d.ts +2 -2
  71. package/dist/components/Layout/Layout.d.ts +12 -0
  72. package/dist/components/Layout/Layout.js +44 -0
  73. package/dist/components/Layout/components/Header.js +189 -0
  74. package/dist/components/Layout/components/Help.js +25 -0
  75. package/dist/components/Layout/components/Main.d.ts +16 -0
  76. package/dist/components/Layout/components/NavItem.d.ts +6 -0
  77. package/dist/components/Layout/components/NavLink.js +19 -0
  78. package/dist/components/Layout/components/NavbarNav.d.ts +6 -0
  79. package/dist/components/Layout/components/SearchEngine.js +33 -0
  80. package/dist/components/Layout/components/WidgetApps.d.ts +9 -0
  81. package/dist/components/Layout/components/WidgetApps.js +23 -0
  82. package/dist/components/Layout/hooks/index.d.ts +2 -0
  83. package/dist/components/Layout/hooks/useHeader.d.ts +5 -0
  84. package/dist/components/Layout/hooks/useHelp.d.ts +9 -0
  85. package/dist/components/Layout/hooks/useHelp.js +85 -0
  86. package/dist/components/List/List.d.ts +23 -0
  87. package/dist/components/List/List.js +50 -0
  88. package/dist/components/List/index.d.ts +1 -0
  89. package/dist/components/Loading/Loading.d.ts +1 -1
  90. package/dist/components/Loading/Loading.js +27 -0
  91. package/dist/components/LoadingScreen/LoadingScreen.d.ts +0 -1
  92. package/dist/components/LoadingScreen/LoadingScreen.js +25 -0
  93. package/dist/components/Logo/Logo.d.ts +0 -1
  94. package/dist/components/Logo/Logo.js +14 -0
  95. package/dist/components/Menu/components/Menu.js +27 -0
  96. package/dist/components/Menu/components/MenuButton.d.ts +5 -0
  97. package/dist/components/Menu/components/MenuButton.js +21 -0
  98. package/dist/components/Menu/hooks/useMenu.d.ts +9 -0
  99. package/dist/components/Menu/hooks/useMenu.js +50 -0
  100. package/dist/components/Menu/index.d.ts +2 -2
  101. package/dist/components/Modal/Modal.d.ts +1 -2
  102. package/dist/components/Modal/ModalContext.d.ts +0 -1
  103. package/dist/components/Modal/ModalHeader.js +27 -0
  104. package/dist/components/SearchBar/SearchBar.d.ts +1 -1
  105. package/dist/components/SearchBar/SearchBar.js +36 -0
  106. package/dist/components/Select/Select.d.ts +1 -1
  107. package/dist/components/Select/Select.js +37 -0
  108. package/dist/components/Select/SelectTrigger.d.ts +1 -1
  109. package/dist/components/Table/components/Table.d.ts +30 -0
  110. package/dist/components/Table/components/Table.js +19 -0
  111. package/dist/components/Table/components/TableTbody.d.ts +6 -0
  112. package/dist/components/Table/components/TableTbody.js +11 -0
  113. package/dist/components/Table/components/TableTd.d.ts +4 -0
  114. package/dist/components/Table/components/TableTd.js +11 -0
  115. package/dist/components/Table/components/TableTh.d.ts +4 -0
  116. package/dist/components/Table/components/TableTh.js +11 -0
  117. package/dist/components/Table/components/TableThead.d.ts +4 -0
  118. package/dist/components/Table/components/TableThead.js +11 -0
  119. package/dist/components/Table/components/TableTr.d.ts +4 -0
  120. package/dist/components/Table/components/TableTr.js +11 -0
  121. package/dist/components/Table/index.d.ts +2 -2
  122. package/dist/components/Tabs/components/Tabs.d.ts +42 -0
  123. package/dist/components/Tabs/components/Tabs.js +45 -0
  124. package/dist/components/Tabs/components/TabsItem.js +26 -0
  125. package/dist/components/Tabs/components/TabsList.d.ts +6 -0
  126. package/dist/components/Tabs/components/TabsList.js +24 -0
  127. package/dist/components/Tabs/components/TabsPanel.js +14 -0
  128. package/dist/components/Tabs/context/TabsContext.d.ts +12 -0
  129. package/dist/components/Tabs/hooks/useTabs.d.ts +15 -0
  130. package/dist/components/Tabs/hooks/useTabs.js +61 -0
  131. package/dist/components/Tabs/index.d.ts +2 -3
  132. package/dist/components/TextArea/TextArea.d.ts +2 -2
  133. package/dist/components/Toolbar/Toolbar.d.ts +18 -18
  134. package/dist/components/Toolbar/Toolbar.js +78 -0
  135. package/dist/components/Toolbar/index.d.ts +0 -1
  136. package/dist/components/Tooltip/Tooltip.d.ts +4 -4
  137. package/dist/components/Tooltip/Tooltip.js +41 -0
  138. package/dist/components/Tree/components/DndTree.d.ts +3 -0
  139. package/dist/components/Tree/components/DndTree.js +61 -0
  140. package/dist/components/Tree/components/SortableTree.d.ts +9 -0
  141. package/dist/components/Tree/components/SortableTree.js +143 -0
  142. package/dist/components/Tree/components/Tree.d.ts +7 -0
  143. package/dist/components/Tree/components/Tree.js +86 -0
  144. package/dist/components/Tree/hooks/useTree.d.ts +31 -0
  145. package/dist/components/Tree/hooks/useTree.js +87 -0
  146. package/dist/components/Tree/hooks/useTreeSortable.d.ts +38 -0
  147. package/dist/components/Tree/hooks/useTreeSortable.js +202 -0
  148. package/dist/components/Tree/index.d.ts +6 -0
  149. package/dist/components/Tree/types/index.d.ts +170 -0
  150. package/dist/components/Tree/utilities/tree-sortable.d.ts +29 -0
  151. package/dist/components/Tree/utilities/tree-sortable.js +144 -0
  152. package/dist/components/Tree/utilities/tree.d.ts +34 -0
  153. package/dist/components/Tree/utilities/tree.js +44 -0
  154. package/dist/components/TreeView/TreeNode.d.ts +37 -11
  155. package/dist/components/TreeView/TreeNode.js +69 -0
  156. package/dist/components/TreeView/TreeView.d.ts +28 -12
  157. package/dist/components/TreeView/TreeView.js +37 -0
  158. package/dist/components/TreeView/hooks/useTreeView.d.ts +33 -0
  159. package/dist/components/TreeView/hooks/useTreeView.js +105 -0
  160. package/dist/components/TreeView/index.d.ts +2 -1
  161. package/dist/components/TreeView/utilities/index.d.ts +1 -0
  162. package/dist/components/TreeView/utilities/treeview.d.ts +35 -0
  163. package/dist/components/TreeView/utilities/treeview.js +53 -0
  164. package/dist/components/index.d.ts +3 -4
  165. package/dist/editor.js +58 -0
  166. package/dist/hooks/index.d.ts +28 -2
  167. package/dist/hooks/useAvatar/useAvatar.d.ts +6 -0
  168. package/dist/hooks/useAvatar/useAvatar.js +30 -0
  169. package/dist/hooks/useBookmark/useBookmark.d.ts +2 -0
  170. package/dist/hooks/useBookmark/useBookmark.js +14 -0
  171. package/dist/hooks/useBreakpoint/index.d.ts +1 -0
  172. package/dist/hooks/useBreakpoint/useBreakpoint.d.ts +20 -0
  173. package/dist/hooks/useBreakpoint/useBreakpoint.js +14 -0
  174. package/dist/hooks/useCantoo/useCantoo.js +18 -0
  175. package/dist/hooks/useCheckable/index.d.ts +1 -0
  176. package/dist/hooks/useCheckable/useCheckable.d.ts +9 -0
  177. package/dist/hooks/useCheckable/useCheckable.js +21 -0
  178. package/dist/hooks/useClickOutside/useClickOutside.d.ts +0 -1
  179. package/dist/hooks/useConf/useConf.d.ts +4 -0
  180. package/dist/hooks/useConf/useConf.js +13 -0
  181. package/dist/hooks/useConversation/useConversation.js +43 -0
  182. package/dist/hooks/useDate/useDate.d.ts +14 -0
  183. package/dist/hooks/useDate/useDate.js +65 -0
  184. package/dist/hooks/useDirectory/index.d.ts +1 -0
  185. package/dist/hooks/useDirectory/useDirectory.d.ts +6 -0
  186. package/dist/hooks/useDirectory/useDirectory.js +16 -0
  187. package/dist/hooks/useDropdown/useDropdown.d.ts +2 -2
  188. package/dist/hooks/useDropdown/useDropdown.js +158 -0
  189. package/dist/hooks/useDropzone/useDropzone.d.ts +3 -3
  190. package/dist/hooks/useDropzone/useDropzone.js +78 -0
  191. package/dist/hooks/useEdificeIcons/index.d.ts +1 -0
  192. package/dist/hooks/useEdificeIcons/useEdificeIcons.d.ts +9 -0
  193. package/dist/hooks/useEdificeIcons/useEdificeIcons.js +92 -0
  194. package/dist/hooks/useHasWorkflow/useHasWorkflow.js +22 -0
  195. package/dist/hooks/useHeader/useHeader.d.ts +5 -0
  196. package/dist/hooks/useHeader/useHeader.js +46 -0
  197. package/dist/hooks/useHttpErrorToast/index.d.ts +1 -0
  198. package/dist/hooks/useHttpErrorToast/useHttpErrorToast.d.ts +3 -0
  199. package/dist/hooks/useHttpErrorToast/useHttpErrorToast.js +21 -0
  200. package/dist/hooks/useIsAdml/useIsAdml.js +18 -0
  201. package/dist/hooks/useLibraryUrl/useLibraryUrl.js +21 -0
  202. package/dist/hooks/useMediaLibrary/useMediaLibrary.d.ts +12 -0
  203. package/dist/hooks/usePaths/usePaths.js +7 -0
  204. package/dist/hooks/usePreferences/usePreferences.js +10 -0
  205. package/dist/hooks/useResource/useResource.d.ts +3 -0
  206. package/dist/hooks/useResource/useResource.js +25 -0
  207. package/dist/hooks/useResourceSearch/useResourceSearch.d.ts +18 -0
  208. package/dist/hooks/useResourceSearch/useResourceSearch.js +19 -0
  209. package/dist/hooks/useSession/useSession.js +11 -0
  210. package/dist/hooks/useToast/useToast.d.ts +1 -1
  211. package/dist/hooks/useTrapFocus/useTrapFocus.d.ts +0 -1
  212. package/dist/hooks/useTrashedResource/useTrashedResource.js +27 -0
  213. package/dist/hooks/useUpload/useUpload.d.ts +18 -0
  214. package/dist/hooks/useUpload/useUpload.js +106 -0
  215. package/dist/hooks/useUploadFiles/useUploadFiles.d.ts +25 -0
  216. package/dist/hooks/useUploadFiles/useUploadFiles.js +100 -0
  217. package/dist/hooks/useUser/useUser.d.ts +7 -0
  218. package/dist/hooks/useUser/useUser.js +22 -0
  219. package/dist/hooks/useWorkspaceFile/useWorkspaceFile.d.ts +21 -0
  220. package/dist/hooks/useWorkspaceFile/useWorkspaceFile.js +49 -0
  221. package/dist/hooks/useWorkspaceSearch/useWorkspaceSearch.d.ts +9 -0
  222. package/dist/hooks/useWorkspaceSearch/useWorkspaceSearch.js +58 -0
  223. package/dist/hooks/useXitiTrackPageLoad/useXitiTrackPageLoad.js +28 -0
  224. package/dist/hooks/useZendeskGuide/useZendeskGuide.js +101 -0
  225. package/dist/icons-apps.js +232 -0
  226. package/dist/icons-audience.js +28 -0
  227. package/dist/icons-nav.js +28 -0
  228. package/dist/icons.js +300 -0
  229. package/dist/index.d.ts +3 -6
  230. package/dist/index.js +201 -261
  231. package/dist/modals.js +18 -0
  232. package/dist/modules/audience/ReactionChoice.d.ts +11 -0
  233. package/dist/modules/audience/ReactionChoice.js +33 -0
  234. package/dist/modules/audience/ReactionModal.Card.d.ts +4 -0
  235. package/dist/modules/audience/ReactionModal.Card.js +33 -0
  236. package/dist/modules/audience/ReactionModal.d.ts +20 -0
  237. package/dist/modules/audience/ReactionModal.js +72 -0
  238. package/dist/modules/audience/ReactionSummary.d.ts +10 -0
  239. package/dist/modules/audience/ReactionSummary.js +27 -0
  240. package/dist/modules/audience/ViewsByProfileCard.d.ts +9 -0
  241. package/dist/modules/audience/ViewsByProfileCard.js +40 -0
  242. package/dist/modules/audience/ViewsCounter.d.ts +10 -0
  243. package/dist/modules/audience/ViewsCounter.js +18 -0
  244. package/dist/modules/audience/ViewsModal.d.ts +11 -0
  245. package/dist/modules/audience/ViewsModal.js +41 -0
  246. package/dist/modules/audience/hooks/useReactionIcons.d.ts +5 -0
  247. package/dist/modules/audience/hooks/useReactionIcons.js +45 -0
  248. package/dist/modules/audience/hooks/useReactions.d.ts +15 -0
  249. package/dist/modules/audience/hooks/useReactions.js +35 -0
  250. package/dist/modules/audience/hooks/useViews.d.ts +11 -0
  251. package/dist/modules/comments/components/BadgeProfile.d.ts +4 -0
  252. package/dist/modules/comments/components/BadgeProfile.js +18 -0
  253. package/dist/modules/comments/components/Comment.d.ts +7 -0
  254. package/dist/modules/comments/components/Comment.js +72 -0
  255. package/dist/modules/comments/components/CommentAvatar.d.ts +3 -0
  256. package/dist/modules/comments/components/CommentAvatar.js +17 -0
  257. package/dist/modules/comments/components/CommentDate.d.ts +4 -0
  258. package/dist/modules/comments/components/CommentDate.js +27 -0
  259. package/dist/modules/comments/components/CommentForm.d.ts +3 -0
  260. package/dist/modules/comments/components/CommentForm.js +37 -0
  261. package/dist/modules/comments/components/CommentHeader.d.ts +3 -0
  262. package/dist/modules/comments/components/CommentHeader.js +8 -0
  263. package/dist/modules/comments/components/CommentList.d.ts +1 -0
  264. package/dist/modules/comments/components/CommentList.js +22 -0
  265. package/dist/modules/comments/components/CommentTitle.d.ts +4 -0
  266. package/dist/modules/comments/components/CommentTitle.js +7 -0
  267. package/dist/modules/comments/components/TextCounter.d.ts +4 -0
  268. package/dist/modules/comments/components/TextCounter.js +8 -0
  269. package/dist/modules/comments/constants.d.ts +20 -0
  270. package/dist/modules/comments/constants.js +8 -0
  271. package/dist/modules/comments/context/Context.d.ts +16 -0
  272. package/dist/modules/comments/context/Context.js +5 -0
  273. package/dist/modules/comments/hooks/useAutosizeTextarea.d.ts +1 -0
  274. package/dist/modules/comments/hooks/useAutosizeTextarea.js +19 -0
  275. package/dist/modules/comments/hooks/useComments.d.ts +29 -0
  276. package/dist/modules/comments/hooks/useComments.js +66 -0
  277. package/dist/modules/comments/hooks/useCommentsContext.d.ts +15 -0
  278. package/dist/modules/comments/hooks/useCommentsContext.js +11 -0
  279. package/dist/modules/comments/hooks/useProfileQueries.d.ts +4 -0
  280. package/dist/modules/comments/hooks/useProfileQueries.js +26 -0
  281. package/dist/modules/comments/index.d.ts +1 -0
  282. package/dist/modules/comments/provider/CommentProvider.d.ts +3 -0
  283. package/dist/modules/comments/provider/CommentProvider.js +85 -0
  284. package/dist/modules/comments/types.d.ts +102 -0
  285. package/dist/modules/editor/components/BubbleMenuEditImage/BubbleMenuEditImage.d.ts +8 -0
  286. package/dist/modules/editor/components/BubbleMenuEditImage/BubbleMenuEditImage.js +135 -0
  287. package/dist/modules/editor/components/BubbleMenuEditImage/index.d.ts +1 -0
  288. package/dist/modules/editor/components/Editor/Editor.d.ts +45 -0
  289. package/dist/modules/editor/components/Editor/Editor.js +82 -0
  290. package/dist/modules/editor/components/Editor/MathsModal.d.ts +7 -0
  291. package/dist/modules/editor/components/Editor/MathsModal.js +50 -0
  292. package/dist/modules/editor/components/Editor/index.d.ts +2 -0
  293. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.DropdownMenu.d.ts +22 -0
  294. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.DropdownMenu.js +17 -0
  295. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Emoji.d.ts +14 -0
  296. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Emoji.js +54 -0
  297. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.HighlightColor.d.ts +14 -0
  298. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.HighlightColor.js +47 -0
  299. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.PlusMenu.d.ts +9 -0
  300. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.PlusMenu.js +18 -0
  301. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextColor.d.ts +14 -0
  302. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextColor.js +50 -0
  303. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextSize.d.ts +10 -0
  304. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.TextSize.js +62 -0
  305. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Typography.d.ts +10 -0
  306. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.Typography.js +52 -0
  307. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.d.ts +10 -0
  308. package/dist/modules/editor/components/EditorToolbar/EditorToolbar.js +331 -0
  309. package/dist/modules/editor/components/EditorToolbar/index.d.ts +1 -0
  310. package/dist/modules/editor/components/NodeView/AttachmentNodeView.d.ts +2 -0
  311. package/dist/modules/editor/components/NodeView/AttachmentNodeView.js +10 -0
  312. package/dist/modules/editor/components/NodeView/AudioNodeView.d.ts +2 -0
  313. package/dist/modules/editor/components/NodeView/AudioNodeView.js +10 -0
  314. package/dist/modules/editor/components/NodeView/ImageNodeView.d.ts +3 -0
  315. package/dist/modules/editor/components/NodeView/ImageNodeView.js +12 -0
  316. package/dist/modules/editor/components/NodeView/LinkerNodeView.d.ts +2 -0
  317. package/dist/modules/editor/components/NodeView/LinkerNodeView.js +10 -0
  318. package/dist/modules/editor/components/NodeView/VideoNodeView.d.ts +2 -0
  319. package/dist/modules/editor/components/NodeView/VideoNodeView.js +10 -0
  320. package/dist/modules/editor/components/NodeView/index.d.ts +5 -0
  321. package/dist/modules/editor/components/Renderer/AttachmentRenderer.d.ts +7 -0
  322. package/dist/modules/editor/components/Renderer/AttachmentRenderer.js +35 -0
  323. package/dist/modules/editor/components/Renderer/AudioRenderer.d.ts +7 -0
  324. package/dist/modules/editor/components/Renderer/AudioRenderer.js +11 -0
  325. package/dist/modules/editor/components/Renderer/LinkerRenderer.d.ts +9 -0
  326. package/dist/modules/editor/components/Renderer/LinkerRenderer.js +34 -0
  327. package/dist/modules/editor/components/Renderer/MediaRenderer.d.ts +3 -0
  328. package/dist/modules/editor/components/Renderer/MediaRenderer.js +73 -0
  329. package/dist/modules/editor/components/Renderer/index.d.ts +4 -0
  330. package/dist/modules/editor/components/Toolbar/LinkToolbar.TippyOptions.d.ts +2 -0
  331. package/dist/modules/editor/components/Toolbar/LinkToolbar.TippyOptions.js +8 -0
  332. package/dist/modules/editor/components/Toolbar/LinkToolbar.d.ts +15 -0
  333. package/dist/modules/editor/components/Toolbar/LinkToolbar.js +61 -0
  334. package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.d.ts +9 -0
  335. package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.js +33 -0
  336. package/dist/modules/editor/components/Toolbar/TableToolbar.CellColor.d.ts +13 -0
  337. package/dist/modules/editor/components/Toolbar/TableToolbar.CellColor.js +45 -0
  338. package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.d.ts +9 -0
  339. package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.js +31 -0
  340. package/dist/modules/editor/components/Toolbar/TableToolbar.d.ts +9 -0
  341. package/dist/modules/editor/components/Toolbar/TableToolbar.js +89 -0
  342. package/dist/modules/editor/components/Toolbar/index.d.ts +2 -0
  343. package/dist/modules/editor/components/index.d.ts +6 -0
  344. package/dist/modules/editor/hooks/index.d.ts +12 -0
  345. package/dist/modules/editor/hooks/useActionOptions.d.ts +5 -0
  346. package/dist/modules/editor/hooks/useActionOptions.js +86 -0
  347. package/dist/modules/editor/hooks/useCommentEditor.d.ts +13 -0
  348. package/dist/modules/editor/hooks/useCommentEditor.js +37 -0
  349. package/dist/modules/editor/hooks/useEditorContext.d.ts +37 -0
  350. package/dist/modules/editor/hooks/useEditorContext.js +12 -0
  351. package/dist/modules/editor/hooks/useImageModal.d.ts +31 -0
  352. package/dist/modules/editor/hooks/useImageModal.js +46 -0
  353. package/dist/modules/editor/hooks/useImageSelection.d.ts +21 -0
  354. package/dist/modules/editor/hooks/useImageSelection.js +46 -0
  355. package/dist/modules/editor/hooks/useLinkToolbar.d.ts +18 -0
  356. package/dist/modules/editor/hooks/useLinkToolbar.js +37 -0
  357. package/dist/modules/editor/hooks/useMathsModal.d.ts +17 -0
  358. package/dist/modules/editor/hooks/useMathsModal.js +17 -0
  359. package/dist/modules/editor/hooks/useMathsStyles.d.ts +1 -0
  360. package/dist/modules/editor/hooks/useMathsStyles.js +20 -0
  361. package/dist/modules/editor/hooks/useMediaLibraryEditor.d.ts +19 -0
  362. package/dist/modules/editor/hooks/useMediaLibraryEditor.js +152 -0
  363. package/dist/modules/editor/hooks/useResizeMedia.d.ts +10 -0
  364. package/dist/modules/editor/hooks/useResizeMedia.js +47 -0
  365. package/dist/modules/editor/hooks/useSpeechRecognition.d.ts +6 -0
  366. package/dist/modules/editor/hooks/useSpeechRecognition.js +21 -0
  367. package/dist/modules/editor/hooks/useSpeechSynthetisis.d.ts +12 -0
  368. package/dist/modules/editor/hooks/useSpeechSynthetisis.js +20 -0
  369. package/dist/modules/editor/hooks/useTipTapEditor.d.ts +16 -0
  370. package/dist/modules/editor/hooks/useTipTapEditor.js +86 -0
  371. package/dist/modules/editor/index.d.ts +3 -0
  372. package/dist/modules/editor/utilities/has-extension.d.ts +2 -0
  373. package/dist/modules/editor/utilities/has-extension.js +4 -0
  374. package/dist/modules/editor/utilities/has-mark.d.ts +2 -0
  375. package/dist/modules/editor/utilities/has-mark.js +4 -0
  376. package/dist/modules/editor/utilities/has-text-style.d.ts +2 -0
  377. package/dist/modules/editor/utilities/has-text-style.js +5 -0
  378. package/dist/modules/icons/components/IconAdd.d.ts +7 -0
  379. package/dist/modules/icons/components/IconAdd.js +12 -0
  380. package/dist/modules/icons/components/IconAddUser.d.ts +7 -0
  381. package/dist/modules/icons/components/IconAddUser.js +12 -0
  382. package/dist/modules/icons/components/IconAlertCircle.d.ts +7 -0
  383. package/dist/modules/icons/components/IconAlertCircle.js +13 -0
  384. package/dist/modules/icons/components/IconAlertTriangle.d.ts +7 -0
  385. package/dist/modules/icons/components/IconAlertTriangle.js +13 -0
  386. package/dist/modules/icons/components/IconAlignCenter.d.ts +7 -0
  387. package/dist/modules/icons/components/IconAlignCenter.js +12 -0
  388. package/dist/modules/icons/components/IconAlignJustify.d.ts +7 -0
  389. package/dist/modules/icons/components/IconAlignJustify.js +12 -0
  390. package/dist/modules/icons/components/IconAlignLeft.d.ts +7 -0
  391. package/dist/modules/icons/components/IconAlignLeft.js +12 -0
  392. package/dist/modules/icons/components/IconAlignRight.d.ts +7 -0
  393. package/dist/modules/icons/components/IconAlignRight.js +12 -0
  394. package/dist/modules/icons/components/IconAnswer.d.ts +7 -0
  395. package/dist/modules/icons/components/IconAnswer.js +13 -0
  396. package/dist/modules/icons/components/IconApplications.d.ts +7 -0
  397. package/dist/modules/icons/components/IconApplications.js +12 -0
  398. package/dist/modules/icons/components/IconArrowDown.d.ts +7 -0
  399. package/dist/modules/icons/components/IconArrowDown.js +13 -0
  400. package/dist/modules/icons/components/IconArrowLeft.d.ts +7 -0
  401. package/dist/modules/icons/components/IconArrowLeft.js +13 -0
  402. package/dist/modules/icons/components/IconArrowRight.d.ts +7 -0
  403. package/dist/modules/icons/components/IconArrowRight.js +13 -0
  404. package/dist/modules/icons/components/IconArrowUp.d.ts +7 -0
  405. package/dist/modules/icons/components/IconArrowUp.js +13 -0
  406. package/dist/modules/icons/components/IconBlock.d.ts +7 -0
  407. package/dist/modules/icons/components/IconBlock.js +12 -0
  408. package/dist/modules/icons/components/IconBlur.d.ts +7 -0
  409. package/dist/modules/icons/components/IconBlur.js +13 -0
  410. package/dist/modules/icons/components/IconBookmark.d.ts +7 -0
  411. package/dist/modules/icons/components/IconBookmark.js +12 -0
  412. package/dist/modules/icons/components/IconBulletList.d.ts +7 -0
  413. package/dist/modules/icons/components/IconBulletList.js +16 -0
  414. package/dist/modules/icons/components/IconBurgerMenu.d.ts +7 -0
  415. package/dist/modules/icons/components/IconBurgerMenu.js +12 -0
  416. package/dist/modules/icons/components/IconCalendar.d.ts +7 -0
  417. package/dist/modules/icons/components/IconCalendar.js +12 -0
  418. package/dist/modules/icons/components/IconCalendarLight.d.ts +7 -0
  419. package/dist/modules/icons/components/IconCalendarLight.js +12 -0
  420. package/dist/modules/icons/components/IconCamera.d.ts +7 -0
  421. package/dist/modules/icons/components/IconCamera.js +13 -0
  422. package/dist/modules/icons/components/IconCenter.d.ts +7 -0
  423. package/dist/modules/icons/components/IconCenter.js +12 -0
  424. package/dist/modules/icons/components/IconCheck.d.ts +7 -0
  425. package/dist/modules/icons/components/IconCheck.js +12 -0
  426. package/dist/modules/icons/components/IconChecklist.d.ts +7 -0
  427. package/dist/modules/icons/components/IconChecklist.js +13 -0
  428. package/dist/modules/icons/components/IconClock.d.ts +7 -0
  429. package/dist/modules/icons/components/IconClock.js +12 -0
  430. package/dist/modules/icons/components/IconClose.d.ts +7 -0
  431. package/dist/modules/icons/components/IconClose.js +13 -0
  432. package/dist/modules/icons/components/IconCloseFullScreen.d.ts +7 -0
  433. package/dist/modules/icons/components/IconCloseFullScreen.js +12 -0
  434. package/dist/modules/icons/components/IconCode.d.ts +7 -0
  435. package/dist/modules/icons/components/IconCode.js +12 -0
  436. package/dist/modules/icons/components/IconCopy.d.ts +7 -0
  437. package/dist/modules/icons/components/IconCopy.js +12 -0
  438. package/dist/modules/icons/components/IconCrop.d.ts +7 -0
  439. package/dist/modules/icons/components/IconCrop.js +13 -0
  440. package/dist/modules/icons/components/IconCut.d.ts +7 -0
  441. package/dist/modules/icons/components/IconCut.js +13 -0
  442. package/dist/modules/icons/components/IconDelete.d.ts +7 -0
  443. package/dist/modules/icons/components/IconDelete.js +12 -0
  444. package/dist/modules/icons/components/IconDeleteColor.d.ts +7 -0
  445. package/dist/modules/icons/components/IconDeleteColor.js +13 -0
  446. package/dist/modules/icons/components/IconDeleteColumn.d.ts +7 -0
  447. package/dist/modules/icons/components/IconDeleteColumn.js +12 -0
  448. package/dist/modules/icons/components/IconDeleteColumnHighlight.d.ts +7 -0
  449. package/dist/modules/icons/components/IconDeleteColumnHighlight.js +12 -0
  450. package/dist/modules/icons/components/IconDeleteRow.d.ts +7 -0
  451. package/dist/modules/icons/components/IconDeleteRow.js +12 -0
  452. package/dist/modules/icons/components/IconDeleteRowHighlight.d.ts +7 -0
  453. package/dist/modules/icons/components/IconDeleteRowHighlight.js +12 -0
  454. package/dist/modules/icons/components/IconDepositeInbox.d.ts +7 -0
  455. package/dist/modules/icons/components/IconDepositeInbox.js +13 -0
  456. package/dist/modules/icons/components/IconDownload.d.ts +7 -0
  457. package/dist/modules/icons/components/IconDownload.js +17 -0
  458. package/dist/modules/icons/components/IconEdit.d.ts +7 -0
  459. package/dist/modules/icons/components/IconEdit.js +13 -0
  460. package/dist/modules/icons/components/IconError.d.ts +7 -0
  461. package/dist/modules/icons/components/IconError.js +12 -0
  462. package/dist/modules/icons/components/IconExternalLink.d.ts +7 -0
  463. package/dist/modules/icons/components/IconExternalLink.js +13 -0
  464. package/dist/modules/icons/components/IconFiles.d.ts +7 -0
  465. package/dist/modules/icons/components/IconFiles.js +12 -0
  466. package/dist/modules/icons/components/IconFilter.d.ts +7 -0
  467. package/dist/modules/icons/components/IconFilter.js +12 -0
  468. package/dist/modules/icons/components/IconFlag.d.ts +7 -0
  469. package/dist/modules/icons/components/IconFlag.js +12 -0
  470. package/dist/modules/icons/components/IconFolder.d.ts +7 -0
  471. package/dist/modules/icons/components/IconFolder.js +12 -0
  472. package/dist/modules/icons/components/IconFolderMove.d.ts +7 -0
  473. package/dist/modules/icons/components/IconFolderMove.js +17 -0
  474. package/dist/modules/icons/components/IconForgoing.d.ts +7 -0
  475. package/dist/modules/icons/components/IconForgoing.js +12 -0
  476. package/dist/modules/icons/components/IconFullScreen.d.ts +7 -0
  477. package/dist/modules/icons/components/IconFullScreen.js +12 -0
  478. package/dist/modules/icons/components/IconGlobe.d.ts +7 -0
  479. package/dist/modules/icons/components/IconGlobe.js +12 -0
  480. package/dist/modules/icons/components/IconHeadphone.d.ts +7 -0
  481. package/dist/modules/icons/components/IconHeadphone.js +12 -0
  482. package/dist/modules/icons/components/IconHide.d.ts +7 -0
  483. package/dist/modules/icons/components/IconHide.js +13 -0
  484. package/dist/modules/icons/components/IconHighlightColumn.d.ts +7 -0
  485. package/dist/modules/icons/components/IconHighlightColumn.js +12 -0
  486. package/dist/modules/icons/components/IconHighlightRow.d.ts +7 -0
  487. package/dist/modules/icons/components/IconHighlightRow.js +12 -0
  488. package/dist/modules/icons/components/IconHome.d.ts +7 -0
  489. package/dist/modules/icons/components/IconHome.js +12 -0
  490. package/dist/modules/icons/components/IconHourglass.d.ts +7 -0
  491. package/dist/modules/icons/components/IconHourglass.js +12 -0
  492. package/dist/modules/icons/components/IconImageSizeLarge.d.ts +7 -0
  493. package/dist/modules/icons/components/IconImageSizeLarge.js +12 -0
  494. package/dist/modules/icons/components/IconImageSizeMedium.d.ts +7 -0
  495. package/dist/modules/icons/components/IconImageSizeMedium.js +12 -0
  496. package/dist/modules/icons/components/IconImageSizeSmall.d.ts +7 -0
  497. package/dist/modules/icons/components/IconImageSizeSmall.js +12 -0
  498. package/dist/modules/icons/components/IconInbox.d.ts +7 -0
  499. package/dist/modules/icons/components/IconInbox.js +12 -0
  500. package/dist/modules/icons/components/IconInfoCircle.d.ts +7 -0
  501. package/dist/modules/icons/components/IconInfoCircle.js +13 -0
  502. package/dist/modules/icons/components/IconLandscape.d.ts +7 -0
  503. package/dist/modules/icons/components/IconLandscape.js +12 -0
  504. package/dist/modules/icons/components/IconLink.d.ts +7 -0
  505. package/dist/modules/icons/components/IconLink.js +16 -0
  506. package/dist/modules/icons/components/IconListOrder.d.ts +7 -0
  507. package/dist/modules/icons/components/IconListOrder.js +12 -0
  508. package/dist/modules/icons/components/IconLoader.d.ts +7 -0
  509. package/dist/modules/icons/components/IconLoader.js +12 -0
  510. package/dist/modules/icons/components/IconLock.d.ts +7 -0
  511. package/dist/modules/icons/components/IconLock.js +12 -0
  512. package/dist/modules/icons/components/IconMail.d.ts +7 -0
  513. package/dist/modules/icons/components/IconMail.js +13 -0
  514. package/dist/modules/icons/components/IconMergeCells.d.ts +7 -0
  515. package/dist/modules/icons/components/IconMergeCells.js +13 -0
  516. package/dist/modules/icons/components/IconMessageInfo.d.ts +7 -0
  517. package/dist/modules/icons/components/IconMessageInfo.js +13 -0
  518. package/dist/modules/icons/components/IconMic.d.ts +7 -0
  519. package/dist/modules/icons/components/IconMic.js +12 -0
  520. package/dist/modules/icons/components/IconMinus.d.ts +7 -0
  521. package/dist/modules/icons/components/IconMinus.js +12 -0
  522. package/dist/modules/icons/components/IconMove.d.ts +7 -0
  523. package/dist/modules/icons/components/IconMove.js +14 -0
  524. package/dist/modules/icons/components/IconNoColors.d.ts +7 -0
  525. package/dist/modules/icons/components/IconNoColors.js +12 -0
  526. package/dist/modules/icons/components/IconOptions.d.ts +7 -0
  527. package/dist/modules/icons/components/IconOptions.js +14 -0
  528. package/dist/modules/icons/components/IconOrderedList.d.ts +7 -0
  529. package/dist/modules/icons/components/IconOrderedList.js +16 -0
  530. package/dist/modules/icons/components/IconPaperclip.d.ts +7 -0
  531. package/dist/modules/icons/components/IconPaperclip.js +12 -0
  532. package/dist/modules/icons/components/IconPause.d.ts +7 -0
  533. package/dist/modules/icons/components/IconPause.js +12 -0
  534. package/dist/modules/icons/components/IconPinOff.d.ts +7 -0
  535. package/dist/modules/icons/components/IconPinOff.js +12 -0
  536. package/dist/modules/icons/components/IconPinOn.d.ts +7 -0
  537. package/dist/modules/icons/components/IconPinOn.js +12 -0
  538. package/dist/modules/icons/components/IconPlaceholder.d.ts +7 -0
  539. package/dist/modules/icons/components/IconPlaceholder.js +16 -0
  540. package/dist/modules/icons/components/IconPlay.d.ts +7 -0
  541. package/dist/modules/icons/components/IconPlay.js +12 -0
  542. package/dist/modules/icons/components/IconPlayFilled.d.ts +7 -0
  543. package/dist/modules/icons/components/IconPlayFilled.js +12 -0
  544. package/dist/modules/icons/components/IconPlus.d.ts +7 -0
  545. package/dist/modules/icons/components/IconPlus.js +12 -0
  546. package/dist/modules/icons/components/IconPointerDefault.d.ts +7 -0
  547. package/dist/modules/icons/components/IconPointerDefault.js +12 -0
  548. package/dist/modules/icons/components/IconPointerHand.d.ts +7 -0
  549. package/dist/modules/icons/components/IconPointerHand.js +12 -0
  550. package/dist/modules/icons/components/IconPrint.d.ts +7 -0
  551. package/dist/modules/icons/components/IconPrint.js +12 -0
  552. package/dist/modules/icons/components/IconQuestion.d.ts +7 -0
  553. package/dist/modules/icons/components/IconQuestion.js +14 -0
  554. package/dist/modules/icons/components/IconRafterDown.d.ts +7 -0
  555. package/dist/modules/icons/components/IconRafterDown.js +12 -0
  556. package/dist/modules/icons/components/IconRafterLeft.d.ts +7 -0
  557. package/dist/modules/icons/components/IconRafterLeft.js +12 -0
  558. package/dist/modules/icons/components/IconRafterRight.d.ts +7 -0
  559. package/dist/modules/icons/components/IconRafterRight.js +12 -0
  560. package/dist/modules/icons/components/IconRafterUp.d.ts +7 -0
  561. package/dist/modules/icons/components/IconRafterUp.js +12 -0
  562. package/dist/modules/icons/components/IconReaction.d.ts +7 -0
  563. package/dist/modules/icons/components/IconReaction.js +12 -0
  564. package/dist/modules/icons/components/IconRecord.d.ts +7 -0
  565. package/dist/modules/icons/components/IconRecord.js +12 -0
  566. package/dist/modules/icons/components/IconRecordPause.d.ts +7 -0
  567. package/dist/modules/icons/components/IconRecordPause.js +12 -0
  568. package/dist/modules/icons/components/IconRecordStop.d.ts +7 -0
  569. package/dist/modules/icons/components/IconRecordStop.js +12 -0
  570. package/dist/modules/icons/components/IconRecordVideo.d.ts +7 -0
  571. package/dist/modules/icons/components/IconRecordVideo.js +12 -0
  572. package/dist/modules/icons/components/IconRedo.d.ts +7 -0
  573. package/dist/modules/icons/components/IconRedo.js +13 -0
  574. package/dist/modules/icons/components/IconRefresh.d.ts +7 -0
  575. package/dist/modules/icons/components/IconRefresh.js +13 -0
  576. package/dist/modules/icons/components/IconReset.d.ts +7 -0
  577. package/dist/modules/icons/components/IconReset.js +12 -0
  578. package/dist/modules/icons/components/IconRestart.d.ts +7 -0
  579. package/dist/modules/icons/components/IconRestart.js +12 -0
  580. package/dist/modules/icons/components/IconRestore.d.ts +7 -0
  581. package/dist/modules/icons/components/IconRestore.js +12 -0
  582. package/dist/modules/icons/components/IconSave.d.ts +7 -0
  583. package/dist/modules/icons/components/IconSave.js +12 -0
  584. package/dist/modules/icons/components/IconSearch.d.ts +7 -0
  585. package/dist/modules/icons/components/IconSearch.js +12 -0
  586. package/dist/modules/icons/components/IconSee.d.ts +7 -0
  587. package/dist/modules/icons/components/IconSee.js +13 -0
  588. package/dist/modules/icons/components/IconSend.d.ts +7 -0
  589. package/dist/modules/icons/components/IconSend.js +12 -0
  590. package/dist/modules/icons/components/IconSetBackground.d.ts +7 -0
  591. package/dist/modules/icons/components/IconSetBackground.js +17 -0
  592. package/dist/modules/icons/components/IconSettings.d.ts +7 -0
  593. package/dist/modules/icons/components/IconSettings.js +16 -0
  594. package/dist/modules/icons/components/IconShare.d.ts +7 -0
  595. package/dist/modules/icons/components/IconShare.js +12 -0
  596. package/dist/modules/icons/components/IconSmartphone.d.ts +7 -0
  597. package/dist/modules/icons/components/IconSmartphone.js +13 -0
  598. package/dist/modules/icons/components/IconSmiley.d.ts +7 -0
  599. package/dist/modules/icons/components/IconSmiley.js +13 -0
  600. package/dist/modules/icons/components/IconSortAscendingLetters.d.ts +7 -0
  601. package/dist/modules/icons/components/IconSortAscendingLetters.js +13 -0
  602. package/dist/modules/icons/components/IconSortDescending.d.ts +7 -0
  603. package/dist/modules/icons/components/IconSortDescending.js +13 -0
  604. package/dist/modules/icons/components/IconSortDescendingLetters.d.ts +7 -0
  605. package/dist/modules/icons/components/IconSortDescendingLetters.js +13 -0
  606. package/dist/modules/icons/components/IconSortTime.d.ts +7 -0
  607. package/dist/modules/icons/components/IconSortTime.js +14 -0
  608. package/dist/modules/icons/components/IconSpeechToText.d.ts +7 -0
  609. package/dist/modules/icons/components/IconSpeechToText.js +12 -0
  610. package/dist/modules/icons/components/IconSplitCells.d.ts +7 -0
  611. package/dist/modules/icons/components/IconSplitCells.js +13 -0
  612. package/dist/modules/icons/components/IconSquareRoot.d.ts +7 -0
  613. package/dist/modules/icons/components/IconSquareRoot.js +12 -0
  614. package/dist/modules/icons/components/IconSubscript.d.ts +7 -0
  615. package/dist/modules/icons/components/IconSubscript.js +12 -0
  616. package/dist/modules/icons/components/IconSuccessFill.d.ts +7 -0
  617. package/dist/modules/icons/components/IconSuccessFill.js +12 -0
  618. package/dist/modules/icons/components/IconSuccessOutline.d.ts +7 -0
  619. package/dist/modules/icons/components/IconSuccessOutline.js +13 -0
  620. package/dist/modules/icons/components/IconSuperscript.d.ts +7 -0
  621. package/dist/modules/icons/components/IconSuperscript.js +12 -0
  622. package/dist/modules/icons/components/IconTable.d.ts +7 -0
  623. package/dist/modules/icons/components/IconTable.js +12 -0
  624. package/dist/modules/icons/components/IconTextBold.d.ts +7 -0
  625. package/dist/modules/icons/components/IconTextBold.js +12 -0
  626. package/dist/modules/icons/components/IconTextColor.d.ts +7 -0
  627. package/dist/modules/icons/components/IconTextColor.js +16 -0
  628. package/dist/modules/icons/components/IconTextHighlight.d.ts +7 -0
  629. package/dist/modules/icons/components/IconTextHighlight.js +16 -0
  630. package/dist/modules/icons/components/IconTextItalic.d.ts +7 -0
  631. package/dist/modules/icons/components/IconTextItalic.js +12 -0
  632. package/dist/modules/icons/components/IconTextPage.d.ts +7 -0
  633. package/dist/modules/icons/components/IconTextPage.js +12 -0
  634. package/dist/modules/icons/components/IconTextSize.d.ts +7 -0
  635. package/dist/modules/icons/components/IconTextSize.js +12 -0
  636. package/dist/modules/icons/components/IconTextToSpeech.d.ts +7 -0
  637. package/dist/modules/icons/components/IconTextToSpeech.js +12 -0
  638. package/dist/modules/icons/components/IconTextTypo.d.ts +7 -0
  639. package/dist/modules/icons/components/IconTextTypo.js +12 -0
  640. package/dist/modules/icons/components/IconTextUnderline.d.ts +7 -0
  641. package/dist/modules/icons/components/IconTextUnderline.js +13 -0
  642. package/dist/modules/icons/components/IconTextVanilla.d.ts +7 -0
  643. package/dist/modules/icons/components/IconTextVanilla.js +13 -0
  644. package/dist/modules/icons/components/IconTool.d.ts +7 -0
  645. package/dist/modules/icons/components/IconTool.js +12 -0
  646. package/dist/modules/icons/components/IconTrendingUp.d.ts +7 -0
  647. package/dist/modules/icons/components/IconTrendingUp.js +16 -0
  648. package/dist/modules/icons/components/IconUndo.d.ts +7 -0
  649. package/dist/modules/icons/components/IconUndo.js +13 -0
  650. package/dist/modules/icons/components/IconUnlink.d.ts +7 -0
  651. package/dist/modules/icons/components/IconUnlink.js +13 -0
  652. package/dist/modules/icons/components/IconUnlock.d.ts +7 -0
  653. package/dist/modules/icons/components/IconUnlock.js +13 -0
  654. package/dist/modules/icons/components/IconUpload.d.ts +7 -0
  655. package/dist/modules/icons/components/IconUpload.js +18 -0
  656. package/dist/modules/icons/components/IconUser.d.ts +7 -0
  657. package/dist/modules/icons/components/IconUser.js +12 -0
  658. package/dist/modules/icons/components/IconUserSearch.d.ts +7 -0
  659. package/dist/modules/icons/components/IconUserSearch.js +13 -0
  660. package/dist/modules/icons/components/IconUsers.d.ts +7 -0
  661. package/dist/modules/icons/components/IconUsers.js +13 -0
  662. package/dist/modules/icons/components/IconVideo.d.ts +7 -0
  663. package/dist/modules/icons/components/IconVideo.js +12 -0
  664. package/dist/modules/icons/components/IconViewCalendar.d.ts +7 -0
  665. package/dist/modules/icons/components/IconViewCalendar.js +12 -0
  666. package/dist/modules/icons/components/IconViewList.d.ts +7 -0
  667. package/dist/modules/icons/components/IconViewList.js +15 -0
  668. package/dist/modules/icons/components/IconWand.d.ts +7 -0
  669. package/dist/modules/icons/components/IconWand.js +12 -0
  670. package/dist/modules/icons/components/IconWrite.d.ts +7 -0
  671. package/dist/modules/icons/components/IconWrite.js +12 -0
  672. package/dist/modules/icons/components/IconZoomIn.d.ts +7 -0
  673. package/dist/modules/icons/components/IconZoomIn.js +12 -0
  674. package/dist/modules/icons/components/IconZoomOut.d.ts +7 -0
  675. package/dist/modules/icons/components/IconZoomOut.js +12 -0
  676. package/dist/modules/icons/components/apps/IconAccount.d.ts +7 -0
  677. package/dist/modules/icons/components/apps/IconAccount.js +12 -0
  678. package/dist/modules/icons/components/apps/IconActualites.d.ts +7 -0
  679. package/dist/modules/icons/components/apps/IconActualites.js +12 -0
  680. package/dist/modules/icons/components/apps/IconAdmin.d.ts +7 -0
  681. package/dist/modules/icons/components/apps/IconAdmin.js +12 -0
  682. package/dist/modules/icons/components/apps/IconAdminPortal.d.ts +7 -0
  683. package/dist/modules/icons/components/apps/IconAdminPortal.js +12 -0
  684. package/dist/modules/icons/components/apps/IconAdmissionPostBac.d.ts +7 -0
  685. package/dist/modules/icons/components/apps/IconAdmissionPostBac.js +12 -0
  686. package/dist/modules/icons/components/apps/IconAgenda.d.ts +7 -0
  687. package/dist/modules/icons/components/apps/IconAgenda.js +12 -0
  688. package/dist/modules/icons/components/apps/IconArchive.d.ts +7 -0
  689. package/dist/modules/icons/components/apps/IconArchive.js +12 -0
  690. package/dist/modules/icons/components/apps/IconAssistance.d.ts +7 -0
  691. package/dist/modules/icons/components/apps/IconAssistance.js +12 -0
  692. package/dist/modules/icons/components/apps/IconAssr.d.ts +7 -0
  693. package/dist/modules/icons/components/apps/IconAssr.js +12 -0
  694. package/dist/modules/icons/components/apps/IconAward.d.ts +7 -0
  695. package/dist/modules/icons/components/apps/IconAward.js +12 -0
  696. package/dist/modules/icons/components/apps/IconBanquesavoir.d.ts +7 -0
  697. package/dist/modules/icons/components/apps/IconBanquesavoir.js +12 -0
  698. package/dist/modules/icons/components/apps/IconBcdi.d.ts +7 -0
  699. package/dist/modules/icons/components/apps/IconBcdi.js +12 -0
  700. package/dist/modules/icons/components/apps/IconBiblionisep.d.ts +7 -0
  701. package/dist/modules/icons/components/apps/IconBiblionisep.js +12 -0
  702. package/dist/modules/icons/components/apps/IconBlog.d.ts +7 -0
  703. package/dist/modules/icons/components/apps/IconBlog.js +12 -0
  704. package/dist/modules/icons/components/apps/IconBookmarkEmpty.d.ts +7 -0
  705. package/dist/modules/icons/components/apps/IconBookmarkEmpty.js +12 -0
  706. package/dist/modules/icons/components/apps/IconCahierDeTexte.d.ts +7 -0
  707. package/dist/modules/icons/components/apps/IconCahierDeTexte.js +12 -0
  708. package/dist/modules/icons/components/apps/IconCahierTextes.d.ts +7 -0
  709. package/dist/modules/icons/components/apps/IconCahierTextes.js +12 -0
  710. package/dist/modules/icons/components/apps/IconCalendar.d.ts +7 -0
  711. package/dist/modules/icons/components/apps/IconCalendar.js +12 -0
  712. package/dist/modules/icons/components/apps/IconCanalNumerique.d.ts +7 -0
  713. package/dist/modules/icons/components/apps/IconCanalNumerique.js +12 -0
  714. package/dist/modules/icons/components/apps/IconCcn.d.ts +7 -0
  715. package/dist/modules/icons/components/apps/IconCcn.js +12 -0
  716. package/dist/modules/icons/components/apps/IconCerise.d.ts +7 -0
  717. package/dist/modules/icons/components/apps/IconCerise.js +12 -0
  718. package/dist/modules/icons/components/apps/IconCervoprint.d.ts +7 -0
  719. package/dist/modules/icons/components/apps/IconCervoprint.js +12 -0
  720. package/dist/modules/icons/components/apps/IconCharlemagne.d.ts +7 -0
  721. package/dist/modules/icons/components/apps/IconCharlemagne.js +12 -0
  722. package/dist/modules/icons/components/apps/IconCharte.d.ts +7 -0
  723. package/dist/modules/icons/components/apps/IconCharte.js +12 -0
  724. package/dist/modules/icons/components/apps/IconChat.d.ts +7 -0
  725. package/dist/modules/icons/components/apps/IconChat.js +12 -0
  726. package/dist/modules/icons/components/apps/IconCidj.d.ts +7 -0
  727. package/dist/modules/icons/components/apps/IconCidj.js +12 -0
  728. package/dist/modules/icons/components/apps/IconCns.d.ts +7 -0
  729. package/dist/modules/icons/components/apps/IconCns.js +12 -0
  730. package/dist/modules/icons/components/apps/IconCollaborativeWall.d.ts +7 -0
  731. package/dist/modules/icons/components/apps/IconCollaborativeWall.js +12 -0
  732. package/dist/modules/icons/components/apps/IconCommunity.d.ts +7 -0
  733. package/dist/modules/icons/components/apps/IconCommunity.js +12 -0
  734. package/dist/modules/icons/components/apps/IconCompetences.d.ts +7 -0
  735. package/dist/modules/icons/components/apps/IconCompetences.js +12 -0
  736. package/dist/modules/icons/components/apps/IconConnecteurGenerique1.d.ts +7 -0
  737. package/dist/modules/icons/components/apps/IconConnecteurGenerique1.js +12 -0
  738. package/dist/modules/icons/components/apps/IconConnecteurGenerique2.d.ts +7 -0
  739. package/dist/modules/icons/components/apps/IconConnecteurGenerique2.js +12 -0
  740. package/dist/modules/icons/components/apps/IconConversation.d.ts +7 -0
  741. package/dist/modules/icons/components/apps/IconConversation.js +12 -0
  742. package/dist/modules/icons/components/apps/IconDirectory.d.ts +7 -0
  743. package/dist/modules/icons/components/apps/IconDirectory.js +12 -0
  744. package/dist/modules/icons/components/apps/IconEducagri.d.ts +7 -0
  745. package/dist/modules/icons/components/apps/IconEducagri.js +12 -0
  746. package/dist/modules/icons/components/apps/IconEdumedia.d.ts +7 -0
  747. package/dist/modules/icons/components/apps/IconEdumedia.js +12 -0
  748. package/dist/modules/icons/components/apps/IconEdumoov.d.ts +7 -0
  749. package/dist/modules/icons/components/apps/IconEdumoov.js +12 -0
  750. package/dist/modules/icons/components/apps/IconEdutheque.d.ts +7 -0
  751. package/dist/modules/icons/components/apps/IconEdutheque.js +12 -0
  752. package/dist/modules/icons/components/apps/IconElectron.d.ts +7 -0
  753. package/dist/modules/icons/components/apps/IconElectron.js +12 -0
  754. package/dist/modules/icons/components/apps/IconElyceepicardie.d.ts +7 -0
  755. package/dist/modules/icons/components/apps/IconElyceepicardie.js +12 -0
  756. package/dist/modules/icons/components/apps/IconEsidoc.d.ts +7 -0
  757. package/dist/modules/icons/components/apps/IconEsidoc.js +12 -0
  758. package/dist/modules/icons/components/apps/IconEuropress.d.ts +7 -0
  759. package/dist/modules/icons/components/apps/IconEuropress.js +12 -0
  760. package/dist/modules/icons/components/apps/IconExercizer.d.ts +7 -0
  761. package/dist/modules/icons/components/apps/IconExercizer.js +12 -0
  762. package/dist/modules/icons/components/apps/IconForms.d.ts +7 -0
  763. package/dist/modules/icons/components/apps/IconForms.js +16 -0
  764. package/dist/modules/icons/components/apps/IconForum.d.ts +7 -0
  765. package/dist/modules/icons/components/apps/IconForum.js +12 -0
  766. package/dist/modules/icons/components/apps/IconGepi.d.ts +7 -0
  767. package/dist/modules/icons/components/apps/IconGepi.js +12 -0
  768. package/dist/modules/icons/components/apps/IconGlpi.d.ts +7 -0
  769. package/dist/modules/icons/components/apps/IconGlpi.js +12 -0
  770. package/dist/modules/icons/components/apps/IconHiboutheque.d.ts +7 -0
  771. package/dist/modules/icons/components/apps/IconHiboutheque.js +12 -0
  772. package/dist/modules/icons/components/apps/IconItopstore.d.ts +7 -0
  773. package/dist/modules/icons/components/apps/IconItopstore.js +12 -0
  774. package/dist/modules/icons/components/apps/IconKne.d.ts +7 -0
  775. package/dist/modules/icons/components/apps/IconKne.js +12 -0
  776. package/dist/modules/icons/components/apps/IconLeSiteTv.d.ts +7 -0
  777. package/dist/modules/icons/components/apps/IconLeSiteTv.js +12 -0
  778. package/dist/modules/icons/components/apps/IconLemonde.d.ts +7 -0
  779. package/dist/modules/icons/components/apps/IconLemonde.js +12 -0
  780. package/dist/modules/icons/components/apps/IconLesechos.d.ts +7 -0
  781. package/dist/modules/icons/components/apps/IconLesechos.js +12 -0
  782. package/dist/modules/icons/components/apps/IconLibrary.d.ts +7 -0
  783. package/dist/modules/icons/components/apps/IconLibrary.js +12 -0
  784. package/dist/modules/icons/components/apps/IconLsu.d.ts +7 -0
  785. package/dist/modules/icons/components/apps/IconLsu.js +12 -0
  786. package/dist/modules/icons/components/apps/IconMadmagz.d.ts +7 -0
  787. package/dist/modules/icons/components/apps/IconMadmagz.js +12 -0
  788. package/dist/modules/icons/components/apps/IconMatholycee.d.ts +7 -0
  789. package/dist/modules/icons/components/apps/IconMatholycee.js +12 -0
  790. package/dist/modules/icons/components/apps/IconMaxicours.d.ts +7 -0
  791. package/dist/modules/icons/components/apps/IconMaxicours.js +12 -0
  792. package/dist/modules/icons/components/apps/IconMediacentre.d.ts +7 -0
  793. package/dist/modules/icons/components/apps/IconMediacentre.js +12 -0
  794. package/dist/modules/icons/components/apps/IconMindmap.d.ts +7 -0
  795. package/dist/modules/icons/components/apps/IconMindmap.js +12 -0
  796. package/dist/modules/icons/components/apps/IconMonorientationenligne.d.ts +7 -0
  797. package/dist/modules/icons/components/apps/IconMonorientationenligne.js +12 -0
  798. package/dist/modules/icons/components/apps/IconMonstageenligne.d.ts +7 -0
  799. package/dist/modules/icons/components/apps/IconMonstageenligne.js +12 -0
  800. package/dist/modules/icons/components/apps/IconMoodle.d.ts +7 -0
  801. package/dist/modules/icons/components/apps/IconMoodle.js +12 -0
  802. package/dist/modules/icons/components/apps/IconMuseefrancaisphoto.d.ts +7 -0
  803. package/dist/modules/icons/components/apps/IconMuseefrancaisphoto.js +12 -0
  804. package/dist/modules/icons/components/apps/IconMyNetwork.d.ts +7 -0
  805. package/dist/modules/icons/components/apps/IconMyNetwork.js +12 -0
  806. package/dist/modules/icons/components/apps/IconNetvibes.d.ts +7 -0
  807. package/dist/modules/icons/components/apps/IconNetvibes.js +12 -0
  808. package/dist/modules/icons/components/apps/IconNote.d.ts +7 -0
  809. package/dist/modules/icons/components/apps/IconNote.js +12 -0
  810. package/dist/modules/icons/components/apps/IconNotebook.d.ts +7 -0
  811. package/dist/modules/icons/components/apps/IconNotebook.js +12 -0
  812. package/dist/modules/icons/components/apps/IconNotes.d.ts +7 -0
  813. package/dist/modules/icons/components/apps/IconNotes.js +12 -0
  814. package/dist/modules/icons/components/apps/IconOnisep.d.ts +7 -0
  815. package/dist/modules/icons/components/apps/IconOnisep.js +12 -0
  816. package/dist/modules/icons/components/apps/IconOnisep2.d.ts +7 -0
  817. package/dist/modules/icons/components/apps/IconOnisep2.js +12 -0
  818. package/dist/modules/icons/components/apps/IconPad.d.ts +7 -0
  819. package/dist/modules/icons/components/apps/IconPad.js +12 -0
  820. package/dist/modules/icons/components/apps/IconPages.d.ts +7 -0
  821. package/dist/modules/icons/components/apps/IconPages.js +12 -0
  822. package/dist/modules/icons/components/apps/IconParametrage.d.ts +7 -0
  823. package/dist/modules/icons/components/apps/IconParametrage.js +12 -0
  824. package/dist/modules/icons/components/apps/IconParametrages.d.ts +7 -0
  825. package/dist/modules/icons/components/apps/IconParametrages.js +12 -0
  826. package/dist/modules/icons/components/apps/IconParaschool.d.ts +7 -0
  827. package/dist/modules/icons/components/apps/IconParaschool.js +12 -0
  828. package/dist/modules/icons/components/apps/IconParcours.d.ts +7 -0
  829. package/dist/modules/icons/components/apps/IconParcours.js +12 -0
  830. package/dist/modules/icons/components/apps/IconPearltrees.d.ts +7 -0
  831. package/dist/modules/icons/components/apps/IconPearltrees.js +12 -0
  832. package/dist/modules/icons/components/apps/IconPicardieCursus.d.ts +7 -0
  833. package/dist/modules/icons/components/apps/IconPicardieCursus.js +12 -0
  834. package/dist/modules/icons/components/apps/IconPlaceholder.d.ts +7 -0
  835. package/dist/modules/icons/components/apps/IconPlaceholder.js +16 -0
  836. package/dist/modules/icons/components/apps/IconPoll.d.ts +7 -0
  837. package/dist/modules/icons/components/apps/IconPoll.js +12 -0
  838. package/dist/modules/icons/components/apps/IconPresences.d.ts +7 -0
  839. package/dist/modules/icons/components/apps/IconPresences.js +16 -0
  840. package/dist/modules/icons/components/apps/IconProeps.d.ts +7 -0
  841. package/dist/modules/icons/components/apps/IconProeps.js +12 -0
  842. package/dist/modules/icons/components/apps/IconPronote.d.ts +7 -0
  843. package/dist/modules/icons/components/apps/IconPronote.js +12 -0
  844. package/dist/modules/icons/components/apps/IconPublic.d.ts +7 -0
  845. package/dist/modules/icons/components/apps/IconPublic.js +12 -0
  846. package/dist/modules/icons/components/apps/IconQwant.d.ts +7 -0
  847. package/dist/modules/icons/components/apps/IconQwant.js +12 -0
  848. package/dist/modules/icons/components/apps/IconQwantJunior.d.ts +7 -0
  849. package/dist/modules/icons/components/apps/IconQwantJunior.js +12 -0
  850. package/dist/modules/icons/components/apps/IconRack.d.ts +7 -0
  851. package/dist/modules/icons/components/apps/IconRack.js +12 -0
  852. package/dist/modules/icons/components/apps/IconRbs.d.ts +7 -0
  853. package/dist/modules/icons/components/apps/IconRbs.js +12 -0
  854. package/dist/modules/icons/components/apps/IconResidenceArtiste.d.ts +7 -0
  855. package/dist/modules/icons/components/apps/IconResidenceArtiste.js +12 -0
  856. package/dist/modules/icons/components/apps/IconRessourcesdepartementale91.d.ts +7 -0
  857. package/dist/modules/icons/components/apps/IconRessourcesdepartementale91.js +12 -0
  858. package/dist/modules/icons/components/apps/IconSacoche.d.ts +7 -0
  859. package/dist/modules/icons/components/apps/IconSacoche.js +12 -0
  860. package/dist/modules/icons/components/apps/IconSchoolbook.d.ts +7 -0
  861. package/dist/modules/icons/components/apps/IconSchoolbook.js +12 -0
  862. package/dist/modules/icons/components/apps/IconScolinfo.d.ts +7 -0
  863. package/dist/modules/icons/components/apps/IconScolinfo.js +12 -0
  864. package/dist/modules/icons/components/apps/IconScrapbook.d.ts +7 -0
  865. package/dist/modules/icons/components/apps/IconScrapbook.js +12 -0
  866. package/dist/modules/icons/components/apps/IconSearchengine.d.ts +7 -0
  867. package/dist/modules/icons/components/apps/IconSearchengine.js +12 -0
  868. package/dist/modules/icons/components/apps/IconSettingsClass.d.ts +7 -0
  869. package/dist/modules/icons/components/apps/IconSettingsClass.js +12 -0
  870. package/dist/modules/icons/components/apps/IconSharebigfiles.d.ts +7 -0
  871. package/dist/modules/icons/components/apps/IconSharebigfiles.js +12 -0
  872. package/dist/modules/icons/components/apps/IconStatistics.d.ts +7 -0
  873. package/dist/modules/icons/components/apps/IconStatistics.js +12 -0
  874. package/dist/modules/icons/components/apps/IconStats.d.ts +7 -0
  875. package/dist/modules/icons/components/apps/IconStats.js +12 -0
  876. package/dist/modules/icons/components/apps/IconSuitcase.d.ts +7 -0
  877. package/dist/modules/icons/components/apps/IconSuitcase.js +12 -0
  878. package/dist/modules/icons/components/apps/IconSupport.d.ts +7 -0
  879. package/dist/modules/icons/components/apps/IconSupport.js +12 -0
  880. package/dist/modules/icons/components/apps/IconTimeline.d.ts +7 -0
  881. package/dist/modules/icons/components/apps/IconTimeline.js +12 -0
  882. package/dist/modules/icons/components/apps/IconTimelinegenerator.d.ts +7 -0
  883. package/dist/modules/icons/components/apps/IconTimelinegenerator.js +12 -0
  884. package/dist/modules/icons/components/apps/IconTurboself.d.ts +7 -0
  885. package/dist/modules/icons/components/apps/IconTurboself.js +12 -0
  886. package/dist/modules/icons/components/apps/IconUniversalis.d.ts +7 -0
  887. package/dist/modules/icons/components/apps/IconUniversalis.js +12 -0
  888. package/dist/modules/icons/components/apps/IconUnstagepourtous.d.ts +7 -0
  889. package/dist/modules/icons/components/apps/IconUnstagepourtous.js +12 -0
  890. package/dist/modules/icons/components/apps/IconUserbook.d.ts +7 -0
  891. package/dist/modules/icons/components/apps/IconUserbook.js +12 -0
  892. package/dist/modules/icons/components/apps/IconVideo.d.ts +7 -0
  893. package/dist/modules/icons/components/apps/IconVideo.js +12 -0
  894. package/dist/modules/icons/components/apps/IconVieScolaire.d.ts +7 -0
  895. package/dist/modules/icons/components/apps/IconVieScolaire.js +12 -0
  896. package/dist/modules/icons/components/apps/IconVisioconf.d.ts +7 -0
  897. package/dist/modules/icons/components/apps/IconVisioconf.js +12 -0
  898. package/dist/modules/icons/components/apps/IconWebclasseur.d.ts +7 -0
  899. package/dist/modules/icons/components/apps/IconWebclasseur.js +12 -0
  900. package/dist/modules/icons/components/apps/IconWebsite.d.ts +7 -0
  901. package/dist/modules/icons/components/apps/IconWebsite.js +12 -0
  902. package/dist/modules/icons/components/apps/IconWiki.d.ts +7 -0
  903. package/dist/modules/icons/components/apps/IconWiki.js +13 -0
  904. package/dist/modules/icons/components/apps/IconWorkspace.d.ts +7 -0
  905. package/dist/modules/icons/components/apps/IconWorkspace.js +12 -0
  906. package/dist/modules/icons/components/apps/index.d.ts +115 -0
  907. package/dist/modules/icons/components/audience/IconCongrats.d.ts +7 -0
  908. package/dist/modules/icons/components/audience/IconCongrats.js +22 -0
  909. package/dist/modules/icons/components/audience/IconCongratsCounter.d.ts +7 -0
  910. package/dist/modules/icons/components/audience/IconCongratsCounter.js +21 -0
  911. package/dist/modules/icons/components/audience/IconGreat.d.ts +7 -0
  912. package/dist/modules/icons/components/audience/IconGreat.js +16 -0
  913. package/dist/modules/icons/components/audience/IconGreatCounter.d.ts +7 -0
  914. package/dist/modules/icons/components/audience/IconGreatCounter.js +14 -0
  915. package/dist/modules/icons/components/audience/IconGuest.d.ts +7 -0
  916. package/dist/modules/icons/components/audience/IconGuest.js +12 -0
  917. package/dist/modules/icons/components/audience/IconInteresting.d.ts +7 -0
  918. package/dist/modules/icons/components/audience/IconInteresting.js +15 -0
  919. package/dist/modules/icons/components/audience/IconInterestingCounter.d.ts +7 -0
  920. package/dist/modules/icons/components/audience/IconInterestingCounter.js +17 -0
  921. package/dist/modules/icons/components/audience/IconParent.d.ts +7 -0
  922. package/dist/modules/icons/components/audience/IconParent.js +12 -0
  923. package/dist/modules/icons/components/audience/IconPersonnel.d.ts +7 -0
  924. package/dist/modules/icons/components/audience/IconPersonnel.js +12 -0
  925. package/dist/modules/icons/components/audience/IconStudent.d.ts +7 -0
  926. package/dist/modules/icons/components/audience/IconStudent.js +20 -0
  927. package/dist/modules/icons/components/audience/IconTeacher.d.ts +7 -0
  928. package/dist/modules/icons/components/audience/IconTeacher.js +12 -0
  929. package/dist/modules/icons/components/audience/IconThanks.d.ts +7 -0
  930. package/dist/modules/icons/components/audience/IconThanks.js +18 -0
  931. package/dist/modules/icons/components/audience/IconThanksCounter.d.ts +7 -0
  932. package/dist/modules/icons/components/audience/IconThanksCounter.js +16 -0
  933. package/dist/modules/icons/components/audience/index.d.ts +13 -0
  934. package/dist/modules/icons/components/index.d.ts +149 -0
  935. package/dist/modules/icons/components/nav/IconCommunity.d.ts +7 -0
  936. package/dist/modules/icons/components/nav/IconCommunity.js +12 -0
  937. package/dist/modules/icons/components/nav/IconDisconnect.d.ts +7 -0
  938. package/dist/modules/icons/components/nav/IconDisconnect.js +12 -0
  939. package/dist/modules/icons/components/nav/IconHome.d.ts +7 -0
  940. package/dist/modules/icons/components/nav/IconHome.js +12 -0
  941. package/dist/modules/icons/components/nav/IconMyApps.d.ts +7 -0
  942. package/dist/modules/icons/components/nav/IconMyApps.js +12 -0
  943. package/dist/modules/icons/components/nav/IconNeoAssistance.d.ts +7 -0
  944. package/dist/modules/icons/components/nav/IconNeoAssistance.js +12 -0
  945. package/dist/modules/icons/components/nav/IconNeoMessaging.d.ts +7 -0
  946. package/dist/modules/icons/components/nav/IconNeoMessaging.js +12 -0
  947. package/dist/modules/icons/components/nav/IconNewRelease.d.ts +7 -0
  948. package/dist/modules/icons/components/nav/IconNewRelease.js +12 -0
  949. package/dist/modules/icons/components/nav/IconOneAssistance.d.ts +7 -0
  950. package/dist/modules/icons/components/nav/IconOneAssistance.js +12 -0
  951. package/dist/modules/icons/components/nav/IconOneMessaging.d.ts +7 -0
  952. package/dist/modules/icons/components/nav/IconOneMessaging.js +12 -0
  953. package/dist/modules/icons/components/nav/IconOneProfile.d.ts +7 -0
  954. package/dist/modules/icons/components/nav/IconOneProfile.js +13 -0
  955. package/dist/modules/icons/components/nav/IconProfile.d.ts +7 -0
  956. package/dist/modules/icons/components/nav/IconProfile.js +12 -0
  957. package/dist/modules/icons/components/nav/IconSearch.d.ts +7 -0
  958. package/dist/modules/icons/components/nav/IconSearch.js +12 -0
  959. package/dist/modules/icons/components/nav/IconUserbook.d.ts +7 -0
  960. package/dist/modules/icons/components/nav/IconUserbook.js +12 -0
  961. package/dist/modules/icons/components/nav/index.d.ts +13 -0
  962. package/dist/modules/modals/OnboardingModal/OnboardingModal.js +59 -0
  963. package/dist/modules/modals/OnboardingModal/useOnboardingModal.d.ts +6 -0
  964. package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +30 -0
  965. package/dist/modules/modals/PublishModal/PublishModal.d.ts +9 -0
  966. package/dist/modules/modals/PublishModal/PublishModal.js +120 -0
  967. package/dist/modules/modals/PublishModal/components/ActivitiesDropdown.js +29 -0
  968. package/dist/modules/modals/PublishModal/components/AgeSelect.d.ts +8 -0
  969. package/dist/modules/modals/PublishModal/components/AgeSelect.js +20 -0
  970. package/dist/modules/modals/PublishModal/components/LangSelect.js +19 -0
  971. package/dist/modules/modals/PublishModal/components/PublishModalFooter.js +23 -0
  972. package/dist/modules/modals/PublishModal/components/SubjectsDropdown.js +29 -0
  973. package/dist/modules/modals/PublishModal/components/ToastSuccess.d.ts +4 -0
  974. package/dist/modules/modals/PublishModal/hooks/usePublishModal.d.ts +38 -0
  975. package/dist/modules/modals/PublishModal/hooks/usePublishModal.js +106 -0
  976. package/dist/modules/modals/ResourceModal/ResourceModal.d.ts +30 -0
  977. package/dist/modules/modals/ResourceModal/ResourceModal.js +155 -0
  978. package/dist/modules/modals/ResourceModal/apps/BlogPublic.d.ts +13 -0
  979. package/dist/modules/modals/ResourceModal/apps/BlogPublic.js +62 -0
  980. package/dist/modules/modals/ResourceModal/hooks/useSlug.d.ts +17 -0
  981. package/dist/modules/modals/ResourceModal/hooks/useSlug.js +41 -0
  982. package/dist/modules/modals/ResourceModal/hooks/useThumb.d.ts +11 -0
  983. package/dist/modules/modals/ResourceModal/hooks/useUpdateMutation.d.ts +7 -0
  984. package/dist/modules/modals/ResourceModal/hooks/useUpdateMutation.js +12 -0
  985. package/dist/modules/modals/ShareModal/ShareBookmark.js +22 -0
  986. package/dist/modules/modals/ShareModal/ShareBookmarkLine.d.ts +9 -0
  987. package/dist/modules/modals/ShareModal/ShareBookmarkLine.js +49 -0
  988. package/dist/modules/modals/ShareModal/ShareModal.d.ts +41 -0
  989. package/dist/modules/modals/ShareModal/ShareModal.js +130 -0
  990. package/dist/modules/modals/ShareModal/apps/ShareBlog.d.ts +8 -0
  991. package/dist/modules/modals/ShareModal/apps/ShareBlog.js +43 -0
  992. package/dist/modules/modals/ShareModal/hooks/useSearch.d.ts +24 -0
  993. package/dist/modules/modals/ShareModal/hooks/useSearch.js +178 -0
  994. package/dist/modules/modals/ShareModal/hooks/useShare.d.ts +54 -0
  995. package/dist/modules/modals/ShareModal/hooks/useShare.js +192 -0
  996. package/dist/modules/modals/ShareModal/hooks/useShareBookmark.d.ts +23 -0
  997. package/dist/modules/modals/ShareModal/hooks/useShareBookmark.js +67 -0
  998. package/dist/modules/modals/ShareModal/hooks/useShareMutation.d.ts +13 -0
  999. package/dist/modules/modals/ShareModal/hooks/useShareMutation.js +15 -0
  1000. package/dist/modules/modals/ShareModal/utils/hasRight.d.ts +2 -0
  1001. package/dist/modules/modals/ShareModal/utils/showShareRightLine.d.ts +2 -0
  1002. package/dist/modules/multimedia/AudioRecorder/AudioRecorder.d.ts +12 -0
  1003. package/dist/modules/multimedia/AudioRecorder/AudioRecorder.js +49 -0
  1004. package/dist/modules/multimedia/AudioRecorder/AudioRecorderTimer.js +26 -0
  1005. package/dist/modules/multimedia/AudioRecorder/useAudioRecorder.d.ts +16 -0
  1006. package/dist/modules/multimedia/AudioRecorder/useAudioRecorder.js +314 -0
  1007. package/dist/modules/multimedia/Embed/Embed.js +32 -0
  1008. package/dist/modules/multimedia/FileCard/FileCard._.d.ts +17 -0
  1009. package/dist/modules/multimedia/FileCard/FileCard.d.ts +13 -0
  1010. package/dist/modules/multimedia/FileCard/FileCard.js +94 -0
  1011. package/dist/modules/multimedia/FileCard/FileIcon.d.ts +6 -0
  1012. package/dist/modules/multimedia/FileCard/FileIcon.js +15 -0
  1013. package/dist/modules/multimedia/ImageEditor/components/ImageEditor.js +116 -0
  1014. package/dist/modules/multimedia/ImageEditor/components/ImageEditorToolbar.d.ts +7 -0
  1015. package/dist/modules/multimedia/ImageEditor/components/ImageEditorToolbar.js +72 -0
  1016. package/dist/modules/multimedia/ImageEditor/effects/blur.d.ts +19 -0
  1017. package/dist/modules/multimedia/ImageEditor/effects/blur.js +72 -0
  1018. package/dist/modules/multimedia/ImageEditor/effects/crop.d.ts +28 -0
  1019. package/dist/modules/multimedia/ImageEditor/effects/misc.d.ts +154 -0
  1020. package/dist/modules/multimedia/ImageEditor/effects/resize.d.ts +25 -0
  1021. package/dist/modules/multimedia/ImageEditor/effects/rotate.d.ts +8 -0
  1022. package/dist/modules/multimedia/ImageEditor/hooks/useHistoryTool.d.ts +32 -0
  1023. package/dist/modules/multimedia/ImageEditor/hooks/useImageEditor.d.ts +29 -0
  1024. package/dist/modules/multimedia/ImageEditor/hooks/useImageEffects.d.ts +23 -0
  1025. package/dist/modules/multimedia/ImagePicker/ImagePicker.d.ts +46 -0
  1026. package/dist/modules/multimedia/ImagePicker/ImagePicker.js +40 -0
  1027. package/dist/modules/multimedia/ImagePicker/index.d.ts +2 -0
  1028. package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.d.ts +28 -0
  1029. package/dist/modules/multimedia/Linker/ExternalLinker/ExternalLinker.js +45 -0
  1030. package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.d.ts +37 -0
  1031. package/dist/modules/multimedia/Linker/InternalLinker/InternalLinker.js +129 -0
  1032. package/dist/modules/multimedia/Linker/index.d.ts +4 -0
  1033. package/dist/modules/multimedia/LinkerCard/LinkerCard._.d.ts +8 -0
  1034. package/dist/modules/multimedia/LinkerCard/LinkerCard.d.ts +13 -0
  1035. package/dist/modules/multimedia/LinkerCard/LinkerCard.js +38 -0
  1036. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +84 -0
  1037. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +217 -0
  1038. package/dist/modules/multimedia/MediaLibrary/MediaLibraryContext.d.ts +60 -0
  1039. package/dist/modules/multimedia/MediaLibrary/innertabs/ExternalLink.d.ts +6 -0
  1040. package/dist/modules/multimedia/MediaLibrary/innertabs/ExternalLink.js +17 -0
  1041. package/dist/modules/multimedia/MediaLibrary/innertabs/InternalLink.d.ts +11 -0
  1042. package/dist/modules/multimedia/MediaLibrary/innertabs/InternalLink.js +35 -0
  1043. package/dist/modules/multimedia/MediaLibrary/innertabs/Upload.js +34 -0
  1044. package/dist/modules/multimedia/MediaLibrary/innertabs/VideoEmbedder.js +15 -0
  1045. package/dist/modules/multimedia/MediaLibrary/innertabs/Workspace.js +31 -0
  1046. package/dist/modules/multimedia/UploadCard/UploadCard._.d.ts +9 -0
  1047. package/dist/modules/multimedia/UploadCard/UploadCard.d.ts +43 -0
  1048. package/dist/modules/multimedia/UploadCard/UploadCard.js +75 -0
  1049. package/dist/modules/multimedia/UploadCard/index.d.ts +2 -0
  1050. package/dist/modules/multimedia/UploadFiles/UploadFiles.d.ts +9 -0
  1051. package/dist/modules/multimedia/UploadFiles/UploadFiles.js +56 -0
  1052. package/dist/modules/multimedia/VideoEmbed/VideoEmbed.d.ts +6 -0
  1053. package/dist/modules/multimedia/VideoEmbed/VideoEmbed.js +76 -0
  1054. package/dist/modules/multimedia/VideoRecorder/VideoRecorder.d.ts +14 -0
  1055. package/dist/modules/multimedia/VideoRecorder/VideoRecorder.js +265 -0
  1056. package/dist/modules/multimedia/Workspace/Workspace.d.ts +33 -0
  1057. package/dist/modules/multimedia/Workspace/Workspace.js +172 -0
  1058. package/dist/modules/multimedia/index.d.ts +7 -0
  1059. package/dist/modules/widgets/BookmarkedApps/BookmarkedApps.d.ts +8 -0
  1060. package/dist/multimedia.js +18 -0
  1061. package/dist/providers/EdificeClientProvider/EdificeClientProvider.context.d.ts +26 -0
  1062. package/dist/providers/EdificeClientProvider/EdificeClientProvider.context.js +5 -0
  1063. package/dist/providers/EdificeClientProvider/EdificeClientProvider.d.ts +26 -0
  1064. package/dist/providers/EdificeClientProvider/EdificeClientProvider.hook.d.ts +1 -0
  1065. package/dist/providers/EdificeClientProvider/EdificeClientProvider.hook.js +11 -0
  1066. package/dist/providers/EdificeClientProvider/EdificeClientProvider.js +54 -0
  1067. package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.context.d.ts +10 -0
  1068. package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.context.js +5 -0
  1069. package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.d.ts +10 -0
  1070. package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.hook.d.ts +1 -0
  1071. package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.hook.js +11 -0
  1072. package/dist/providers/EdificeThemeProvider/EdificeThemeProvider.js +46 -0
  1073. package/dist/providers/MockedDataProvider/MockedDataProvider.d.ts +28 -0
  1074. package/dist/providers/MockedDataProvider/MockedDataProvider.js +9 -0
  1075. package/dist/providers/index.d.ts +4 -0
  1076. package/dist/types/index.d.ts +1 -0
  1077. package/dist/types/size.d.ts +1 -1
  1078. package/dist/types/status.d.ts +1 -1
  1079. package/dist/types/treedata.d.ts +30 -0
  1080. package/dist/utilities/check-user-rights/check-user-rights.d.ts +11 -0
  1081. package/dist/utilities/check-user-rights/check-user-rights.js +46 -0
  1082. package/dist/utilities/check-user-rights/index.d.ts +1 -0
  1083. package/dist/utilities/index.d.ts +2 -0
  1084. package/dist/utilities/refs/index.d.ts +1 -0
  1085. package/package.json +115 -40
  1086. package/dist/common/OnboardingModal/useOnboardingModal.d.ts +0 -7
  1087. package/dist/common/PublishModal/PublishModal.d.ts +0 -9
  1088. package/dist/common/PublishModal/components/AgeSelect.d.ts +0 -8
  1089. package/dist/common/PublishModal/components/ToastSuccess.d.ts +0 -4
  1090. package/dist/common/PublishModal/hooks/usePublishModal.d.ts +0 -38
  1091. package/dist/common/ResourceModal/ResourceModal.d.ts +0 -30
  1092. package/dist/common/ResourceModal/apps/BlogPublic.d.ts +0 -13
  1093. package/dist/common/ResourceModal/hooks/useSlug.d.ts +0 -17
  1094. package/dist/common/ResourceModal/hooks/useThumb.d.ts +0 -11
  1095. package/dist/common/ResourceModal/hooks/useUpdateMutation.d.ts +0 -7
  1096. package/dist/common/ShareModal/ShareBookmarkLine.d.ts +0 -9
  1097. package/dist/common/ShareModal/ShareModal.d.ts +0 -41
  1098. package/dist/common/ShareModal/apps/ShareBlog.d.ts +0 -8
  1099. package/dist/common/ShareModal/hooks/useSearch.d.ts +0 -24
  1100. package/dist/common/ShareModal/hooks/useShare.d.ts +0 -54
  1101. package/dist/common/ShareModal/hooks/useShareBookmark.d.ts +0 -23
  1102. package/dist/common/ShareModal/hooks/useShareMutation.d.ts +0 -13
  1103. package/dist/common/ShareModal/utils/hasRight.d.ts +0 -2
  1104. package/dist/common/ShareModal/utils/showShareRightLine.d.ts +0 -2
  1105. package/dist/components/Audience/ReactionChoice.d.ts +0 -11
  1106. package/dist/components/Audience/ReactionModal.Card.d.ts +0 -4
  1107. package/dist/components/Audience/ReactionModal.d.ts +0 -20
  1108. package/dist/components/Audience/ReactionSummary.d.ts +0 -10
  1109. package/dist/components/Audience/ViewsByProfileCard.d.ts +0 -9
  1110. package/dist/components/Audience/ViewsCounter.d.ts +0 -11
  1111. package/dist/components/Audience/ViewsModal.d.ts +0 -11
  1112. package/dist/components/Audience/hooks/useReactionIcons.d.ts +0 -5
  1113. package/dist/components/Audience/hooks/useReactions.d.ts +0 -15
  1114. package/dist/components/Audience/hooks/useViews.d.ts +0 -11
  1115. package/dist/components/FileCard/FileCard.d.ts +0 -13
  1116. package/dist/components/FileCard/FileIcon.d.ts +0 -6
  1117. package/dist/components/ImagePicker/ImagePicker.d.ts +0 -38
  1118. package/dist/components/ImagePicker/index.d.ts +0 -1
  1119. package/dist/components/Menu/MenuButton.d.ts +0 -5
  1120. package/dist/components/Table/Table.components.d.ts +0 -20
  1121. package/dist/components/Table/Table.d.ts +0 -33
  1122. package/dist/components/Table/TableExplorer.d.ts +0 -14
  1123. package/dist/components/Tabs/Tabs.d.ts +0 -42
  1124. package/dist/components/Tabs/TabsContext.d.ts +0 -12
  1125. package/dist/components/Tabs/TabsList.d.ts +0 -6
  1126. package/dist/components/TreeView/TreeItem.d.ts +0 -52
  1127. package/dist/components/TreeView/hooks/useTreeItemEvents.d.ts +0 -8
  1128. package/dist/components/UploadCard/UploadCard.d.ts +0 -42
  1129. package/dist/components/UploadCard/index.d.ts +0 -1
  1130. package/dist/core/OdeClientProvider/OdeClientProvider.d.ts +0 -28
  1131. package/dist/core/OdeClientProvider/index.d.ts +0 -1
  1132. package/dist/core/ThemeProvider/ThemeProvider.d.ts +0 -11
  1133. package/dist/core/ThemeProvider/index.d.ts +0 -1
  1134. package/dist/core/index.d.ts +0 -25
  1135. package/dist/core/useAvatar/useAvatar.d.ts +0 -6
  1136. package/dist/core/useBookmark/useBookmark.d.ts +0 -2
  1137. package/dist/core/useConf/useConf.d.ts +0 -4
  1138. package/dist/core/useDate/useDate.d.ts +0 -13
  1139. package/dist/core/useHeader/useHeader.d.ts +0 -5
  1140. package/dist/core/useHttpErrorToast/index.d.ts +0 -1
  1141. package/dist/core/useHttpErrorToast/useHttpErrorToast.d.ts +0 -2
  1142. package/dist/core/useMediaLibrary/useMediaLibrary.d.ts +0 -12
  1143. package/dist/core/useOdeIcons/index.d.ts +0 -1
  1144. package/dist/core/useOdeIcons/useOdeIcons.d.ts +0 -9
  1145. package/dist/core/useResource/useResource.d.ts +0 -3
  1146. package/dist/core/useResourceSearch/useResourceSearch.d.ts +0 -18
  1147. package/dist/core/useUpload/useUpload.d.ts +0 -18
  1148. package/dist/core/useUploadFiles/useUploadFiles.d.ts +0 -25
  1149. package/dist/core/useUser/useUser.d.ts +0 -7
  1150. package/dist/core/useWorkspaceFile/useWorkspaceFile.d.ts +0 -21
  1151. package/dist/core/useWorkspaceSearch/useWorkspaceSearch.d.ts +0 -9
  1152. package/dist/hooks/useImageResizer/index.d.ts +0 -1
  1153. package/dist/hooks/useImageResizer/useImageResizer.d.ts +0 -8
  1154. package/dist/icons/dist/index.js +0 -1282
  1155. package/dist/multimedia/AudioRecorder/AudioRecorder.d.ts +0 -12
  1156. package/dist/multimedia/AudioRecorder/useAudioRecorder.d.ts +0 -16
  1157. package/dist/multimedia/ImageEditor/components/ImageEditorToolbar.d.ts +0 -7
  1158. package/dist/multimedia/ImageEditor/effects/blur.d.ts +0 -19
  1159. package/dist/multimedia/ImageEditor/effects/crop.d.ts +0 -28
  1160. package/dist/multimedia/ImageEditor/effects/misc.d.ts +0 -154
  1161. package/dist/multimedia/ImageEditor/effects/resize.d.ts +0 -25
  1162. package/dist/multimedia/ImageEditor/effects/rotate.d.ts +0 -8
  1163. package/dist/multimedia/ImageEditor/hooks/useHistoryTool.d.ts +0 -32
  1164. package/dist/multimedia/ImageEditor/hooks/useImageEditor.d.ts +0 -30
  1165. package/dist/multimedia/ImageEditor/hooks/useImageEffects.d.ts +0 -23
  1166. package/dist/multimedia/ImagePickerWorkspace/ImagePickerWorkspace.d.ts +0 -46
  1167. package/dist/multimedia/ImagePickerWorkspace/index.d.ts +0 -2
  1168. package/dist/multimedia/Linker/ExternalLinker.d.ts +0 -28
  1169. package/dist/multimedia/Linker/InternalLinker.d.ts +0 -28
  1170. package/dist/multimedia/Linker/index.d.ts +0 -4
  1171. package/dist/multimedia/LinkerCard/LinkerCard.d.ts +0 -13
  1172. package/dist/multimedia/MediaLibrary/MediaLibrary.d.ts +0 -84
  1173. package/dist/multimedia/MediaLibrary/MediaLibraryContext.d.ts +0 -60
  1174. package/dist/multimedia/MediaLibrary/innertabs/ExternalLink.d.ts +0 -6
  1175. package/dist/multimedia/MediaLibrary/innertabs/InternalLink.d.ts +0 -11
  1176. package/dist/multimedia/UploadFiles/UploadFiles.d.ts +0 -9
  1177. package/dist/multimedia/VideoEmbed/VideoEmbed.d.ts +0 -5
  1178. package/dist/multimedia/VideoRecorder/VideoRecorder.d.ts +0 -14
  1179. package/dist/multimedia/Workspace/Workspace.d.ts +0 -33
  1180. package/dist/multimedia/index.d.ts +0 -8
  1181. package/dist/portal/Header/Badge.d.ts +0 -5
  1182. package/dist/portal/Header/NavItem.d.ts +0 -6
  1183. package/dist/portal/Header/NavbarNav.d.ts +0 -6
  1184. package/dist/portal/Header/WidgetApps.d.ts +0 -9
  1185. package/dist/portal/Header/index.d.ts +0 -5
  1186. package/dist/portal/Help/hooks/useHelp.d.ts +0 -10
  1187. package/dist/portal/Help/index.d.ts +0 -1
  1188. package/dist/portal/Layout/Layout.d.ts +0 -12
  1189. package/dist/portal/Layout/index.d.ts +0 -1
  1190. package/dist/portal/Main/Main.d.ts +0 -16
  1191. package/dist/portal/Main/index.d.ts +0 -2
  1192. package/dist/portal/SearchEngine/index.d.ts +0 -1
  1193. package/dist/ui/src/common/OnboardingModal/OnboardingModal.js +0 -59
  1194. package/dist/ui/src/common/OnboardingModal/useOnboardingModal.js +0 -30
  1195. package/dist/ui/src/common/PublishModal/PublishModal.js +0 -120
  1196. package/dist/ui/src/common/PublishModal/components/ActivitiesDropdown.js +0 -29
  1197. package/dist/ui/src/common/PublishModal/components/AgeSelect.js +0 -20
  1198. package/dist/ui/src/common/PublishModal/components/LangSelect.js +0 -19
  1199. package/dist/ui/src/common/PublishModal/components/PublishModalFooter.js +0 -23
  1200. package/dist/ui/src/common/PublishModal/components/SubjectsDropdown.js +0 -29
  1201. package/dist/ui/src/common/PublishModal/hooks/usePublishModal.js +0 -106
  1202. package/dist/ui/src/common/ResourceModal/ResourceModal.js +0 -156
  1203. package/dist/ui/src/common/ResourceModal/apps/BlogPublic.js +0 -62
  1204. package/dist/ui/src/common/ResourceModal/hooks/useSlug.js +0 -41
  1205. package/dist/ui/src/common/ResourceModal/hooks/useUpdateMutation.js +0 -12
  1206. package/dist/ui/src/common/ShareModal/ShareBookmark.js +0 -22
  1207. package/dist/ui/src/common/ShareModal/ShareBookmarkLine.js +0 -42
  1208. package/dist/ui/src/common/ShareModal/ShareModal.js +0 -128
  1209. package/dist/ui/src/common/ShareModal/apps/ShareBlog.js +0 -43
  1210. package/dist/ui/src/common/ShareModal/hooks/useSearch.js +0 -178
  1211. package/dist/ui/src/common/ShareModal/hooks/useShare.js +0 -192
  1212. package/dist/ui/src/common/ShareModal/hooks/useShareBookmark.js +0 -67
  1213. package/dist/ui/src/common/ShareModal/hooks/useShareMutation.js +0 -15
  1214. package/dist/ui/src/components/ActionBar/ActionBar.js +0 -8
  1215. package/dist/ui/src/components/Alert/Alert.js +0 -78
  1216. package/dist/ui/src/components/AppHeader/AppHeader.js +0 -22
  1217. package/dist/ui/src/components/AppIcon/AppIcon.js +0 -49
  1218. package/dist/ui/src/components/Attachment/Attachment.js +0 -15
  1219. package/dist/ui/src/components/Audience/ReactionChoice.js +0 -33
  1220. package/dist/ui/src/components/Audience/ReactionModal.Card.js +0 -33
  1221. package/dist/ui/src/components/Audience/ReactionModal.js +0 -73
  1222. package/dist/ui/src/components/Audience/ReactionSummary.js +0 -27
  1223. package/dist/ui/src/components/Audience/ViewsByProfileCard.js +0 -36
  1224. package/dist/ui/src/components/Audience/ViewsCounter.js +0 -18
  1225. package/dist/ui/src/components/Audience/ViewsModal.js +0 -40
  1226. package/dist/ui/src/components/Audience/hooks/useReactionIcons.js +0 -38
  1227. package/dist/ui/src/components/Audience/hooks/useReactions.js +0 -35
  1228. package/dist/ui/src/components/Avatar/Avatar.js +0 -33
  1229. package/dist/ui/src/components/Badge/Badge.js +0 -31
  1230. package/dist/ui/src/components/Breadcrumb/Breadcrumb.js +0 -28
  1231. package/dist/ui/src/components/Breadcrumb/BreadcrumbNav.js +0 -22
  1232. package/dist/ui/src/components/Button/IconButton.js +0 -18
  1233. package/dist/ui/src/components/Button/SearchButton.js +0 -17
  1234. package/dist/ui/src/components/Card/Card.js +0 -51
  1235. package/dist/ui/src/components/Card/CardHeader.js +0 -19
  1236. package/dist/ui/src/components/Card/CardImage.js +0 -21
  1237. package/dist/ui/src/components/Card/CardUser.js +0 -10
  1238. package/dist/ui/src/components/ColorPicker/ColorPicker.js +0 -37
  1239. package/dist/ui/src/components/ColorPicker/ColorPickerItem.js +0 -13
  1240. package/dist/ui/src/components/Dropdown/Dropdown.js +0 -60
  1241. package/dist/ui/src/components/Dropdown/DropdownTrigger.js +0 -34
  1242. package/dist/ui/src/components/Dropzone/Dropzone.js +0 -56
  1243. package/dist/ui/src/components/Dropzone/DropzoneFile.js +0 -32
  1244. package/dist/ui/src/components/Dropzone/DropzoneImport.js +0 -28
  1245. package/dist/ui/src/components/EmptyScreen/EmptyScreen.js +0 -20
  1246. package/dist/ui/src/components/FileCard/FileCard.js +0 -91
  1247. package/dist/ui/src/components/FileCard/FileIcon.js +0 -15
  1248. package/dist/ui/src/components/Form/FormText.js +0 -17
  1249. package/dist/ui/src/components/Image/Image.js +0 -41
  1250. package/dist/ui/src/components/ImagePicker/ImagePicker.js +0 -58
  1251. package/dist/ui/src/components/Loading/Loading.js +0 -27
  1252. package/dist/ui/src/components/LoadingScreen/LoadingScreen.js +0 -25
  1253. package/dist/ui/src/components/Logo/Logo.js +0 -14
  1254. package/dist/ui/src/components/Menu/Menu.js +0 -58
  1255. package/dist/ui/src/components/Menu/MenuButton.js +0 -21
  1256. package/dist/ui/src/components/Modal/ModalHeader.js +0 -27
  1257. package/dist/ui/src/components/SearchBar/SearchBar.js +0 -36
  1258. package/dist/ui/src/components/Select/Select.js +0 -37
  1259. package/dist/ui/src/components/Table/Table.components.js +0 -39
  1260. package/dist/ui/src/components/Table/Table.js +0 -16
  1261. package/dist/ui/src/components/Tabs/Tabs.js +0 -75
  1262. package/dist/ui/src/components/Tabs/TabsItem.js +0 -26
  1263. package/dist/ui/src/components/Tabs/TabsList.js +0 -24
  1264. package/dist/ui/src/components/Tabs/TabsPanel.js +0 -14
  1265. package/dist/ui/src/components/Toolbar/Toolbar.js +0 -77
  1266. package/dist/ui/src/components/Tooltip/Tooltip.js +0 -40
  1267. package/dist/ui/src/components/TreeView/TreeItem.js +0 -54
  1268. package/dist/ui/src/components/TreeView/TreeView.js +0 -39
  1269. package/dist/ui/src/components/TreeView/hooks/useTreeItemEvents.js +0 -28
  1270. package/dist/ui/src/components/UploadCard/UploadCard.js +0 -72
  1271. package/dist/ui/src/core/OdeClientProvider/OdeClientProvider.js +0 -62
  1272. package/dist/ui/src/core/ThemeProvider/ThemeProvider.js +0 -53
  1273. package/dist/ui/src/core/useAvatar/useAvatar.js +0 -30
  1274. package/dist/ui/src/core/useBookmark/useBookmark.js +0 -14
  1275. package/dist/ui/src/core/useCantoo/useCantoo.js +0 -18
  1276. package/dist/ui/src/core/useConf/useConf.js +0 -13
  1277. package/dist/ui/src/core/useConversation/useConversation.js +0 -43
  1278. package/dist/ui/src/core/useDate/useDate.js +0 -65
  1279. package/dist/ui/src/core/useHasWorkflow/useHasWorkflow.js +0 -22
  1280. package/dist/ui/src/core/useHeader/useHeader.js +0 -50
  1281. package/dist/ui/src/core/useHttpErrorToast/useHttpErrorToast.js +0 -21
  1282. package/dist/ui/src/core/useIsAdml/useIsAdml.js +0 -18
  1283. package/dist/ui/src/core/useLibraryUrl/useLibraryUrl.js +0 -21
  1284. package/dist/ui/src/core/useOdeIcons/useOdeIcons.js +0 -92
  1285. package/dist/ui/src/core/usePaths/usePaths.js +0 -6
  1286. package/dist/ui/src/core/usePreferences/usePreferences.js +0 -10
  1287. package/dist/ui/src/core/useResource/useResource.js +0 -25
  1288. package/dist/ui/src/core/useResourceSearch/useResourceSearch.js +0 -34
  1289. package/dist/ui/src/core/useSession/useSession.js +0 -11
  1290. package/dist/ui/src/core/useTrashedResource/useTrashedResource.js +0 -27
  1291. package/dist/ui/src/core/useUpload/useUpload.js +0 -106
  1292. package/dist/ui/src/core/useUploadFiles/useUploadFiles.js +0 -101
  1293. package/dist/ui/src/core/useUser/useUser.js +0 -22
  1294. package/dist/ui/src/core/useWorkspaceFile/useWorkspaceFile.js +0 -49
  1295. package/dist/ui/src/core/useWorkspaceSearch/useWorkspaceSearch.js +0 -58
  1296. package/dist/ui/src/core/useXitiTrackPageLoad/useXitiTrackPageLoad.js +0 -28
  1297. package/dist/ui/src/core/useZendeskGuide/useZendeskGuide.js +0 -101
  1298. package/dist/ui/src/hooks/useDropdown/useDropdown.js +0 -158
  1299. package/dist/ui/src/hooks/useDropzone/useDropzone.js +0 -76
  1300. package/dist/ui/src/hooks/useImageResizer/useImageResizer.js +0 -42
  1301. package/dist/ui/src/multimedia/AudioRecorder/AudioRecorder.js +0 -49
  1302. package/dist/ui/src/multimedia/AudioRecorder/AudioRecorderTimer.js +0 -24
  1303. package/dist/ui/src/multimedia/AudioRecorder/useAudioRecorder.js +0 -307
  1304. package/dist/ui/src/multimedia/Embed/Embed.js +0 -32
  1305. package/dist/ui/src/multimedia/ImageEditor/components/ImageEditor.js +0 -116
  1306. package/dist/ui/src/multimedia/ImageEditor/components/ImageEditorToolbar.js +0 -69
  1307. package/dist/ui/src/multimedia/ImageEditor/effects/blur.js +0 -72
  1308. package/dist/ui/src/multimedia/ImagePickerWorkspace/ImagePickerWorkspace.js +0 -39
  1309. package/dist/ui/src/multimedia/Linker/ExternalLinker.js +0 -45
  1310. package/dist/ui/src/multimedia/Linker/InternalLinker.js +0 -114
  1311. package/dist/ui/src/multimedia/LinkerCard/LinkerCard.js +0 -38
  1312. package/dist/ui/src/multimedia/MediaLibrary/MediaLibrary.js +0 -211
  1313. package/dist/ui/src/multimedia/MediaLibrary/innertabs/ExternalLink.js +0 -17
  1314. package/dist/ui/src/multimedia/MediaLibrary/innertabs/InternalLink.js +0 -35
  1315. package/dist/ui/src/multimedia/MediaLibrary/innertabs/Upload.js +0 -34
  1316. package/dist/ui/src/multimedia/MediaLibrary/innertabs/VideoEmbedder.js +0 -14
  1317. package/dist/ui/src/multimedia/MediaLibrary/innertabs/Workspace.js +0 -31
  1318. package/dist/ui/src/multimedia/UploadFiles/UploadFiles.js +0 -56
  1319. package/dist/ui/src/multimedia/VideoEmbed/VideoEmbed.js +0 -77
  1320. package/dist/ui/src/multimedia/VideoRecorder/VideoRecorder.js +0 -259
  1321. package/dist/ui/src/multimedia/Workspace/Workspace.js +0 -169
  1322. package/dist/ui/src/portal/Header/Badge.js +0 -9
  1323. package/dist/ui/src/portal/Header/Header.js +0 -171
  1324. package/dist/ui/src/portal/Header/NavLink.js +0 -19
  1325. package/dist/ui/src/portal/Header/WidgetApps.js +0 -23
  1326. package/dist/ui/src/portal/Help/Help.js +0 -25
  1327. package/dist/ui/src/portal/Help/hooks/useHelp.js +0 -85
  1328. package/dist/ui/src/portal/Layout/Layout.js +0 -43
  1329. package/dist/ui/src/portal/SearchEngine/SearchEngine.js +0 -33
  1330. package/dist/ui/src/utils/MockedDataProvider/MockedDataProvider.js +0 -26
  1331. package/dist/ui/src/utils/StringUtils.js +0 -14
  1332. package/dist/ui/src/utils/addTimestampToUrl.js +0 -7
  1333. package/dist/ui/src/utils/blob.js +0 -15
  1334. package/dist/ui/src/utils/checkUserRight.js +0 -44
  1335. package/dist/ui/src/utils/fileSize.js +0 -8
  1336. package/dist/ui/src/utils/findTreeNode.js +0 -11
  1337. package/dist/ui/src/utils/isActionAvailable.js +0 -7
  1338. package/dist/ui/src/utils/libraryMaps.js +0 -12
  1339. package/dist/ui/src/utils/noop.js +0 -5
  1340. package/dist/ui/src/utils/thumbnail.js +0 -6
  1341. package/dist/ui/src/utils/time.js +0 -11
  1342. package/dist/ui/src/utils/treeview.js +0 -133
  1343. package/dist/ui/src/utils/video.js +0 -4
  1344. package/dist/ui/src/widgets/BookmarkedApps/BookmarkedApps.js +0 -8
  1345. package/dist/ui/src/widgets/Widget/Widget.js +0 -22
  1346. package/dist/utils/MockedDataProvider/MockedDataProvider.d.ts +0 -28
  1347. package/dist/utils/StringUtils.d.ts +0 -5
  1348. package/dist/utils/addTimestampToUrl.d.ts +0 -6
  1349. package/dist/utils/blob.d.ts +0 -9
  1350. package/dist/utils/checkUserRight.d.ts +0 -11
  1351. package/dist/utils/fileSize.d.ts +0 -1
  1352. package/dist/utils/findTreeNode.d.ts +0 -9
  1353. package/dist/utils/index.d.ts +0 -14
  1354. package/dist/utils/isActionAvailable.d.ts +0 -2
  1355. package/dist/utils/libraryMaps.d.ts +0 -4
  1356. package/dist/utils/noop.d.ts +0 -4
  1357. package/dist/utils/thumbnail.d.ts +0 -8
  1358. package/dist/utils/time.d.ts +0 -2
  1359. package/dist/utils/treeview.d.ts +0 -33
  1360. package/dist/utils/video.d.ts +0 -1
  1361. package/dist/widgets/BookmarkedApps/BookmarkedApps.d.ts +0 -8
  1362. /package/dist/{ui/src/components → components}/Breadcrumb/BreadcrumbItem.js +0 -0
  1363. /package/dist/{ui/src/components → components}/Breadcrumb/BreadcrumbList.js +0 -0
  1364. /package/dist/{ui/src/components → components}/Button/Button.js +0 -0
  1365. /package/dist/{ui/src/components → components}/Card/CardBody.js +0 -0
  1366. /package/dist/{ui/src/components → components}/Card/CardContext.js +0 -0
  1367. /package/dist/{ui/src/components → components}/Card/CardFooter.js +0 -0
  1368. /package/dist/{ui/src/components → components}/Card/CardText.js +0 -0
  1369. /package/dist/{ui/src/components → components}/Card/CardTitle.js +0 -0
  1370. /package/dist/{ui/src/components → components}/Checkbox/Checkbox.js +0 -0
  1371. /package/dist/{ui/src/components → components}/ColorPicker/ColorPalette.js +0 -0
  1372. /package/dist/{ui/src/components → components}/Combobox/Combobox.js +0 -0
  1373. /package/dist/{ui/src/components → components}/Combobox/ComboboxTrigger.js +0 -0
  1374. /package/dist/{ui/src/components → components}/Dropdown/DropdownCheckboxItem.js +0 -0
  1375. /package/dist/{ui/src/components → components}/Dropdown/DropdownContext.js +0 -0
  1376. /package/dist/{ui/src/components → components}/Dropdown/DropdownItem.js +0 -0
  1377. /package/dist/{ui/src/components → components}/Dropdown/DropdownMenu.js +0 -0
  1378. /package/dist/{ui/src/components → components}/Dropdown/DropdownMenuGroup.js +0 -0
  1379. /package/dist/{ui/src/components → components}/Dropdown/DropdownRadioItem.js +0 -0
  1380. /package/dist/{ui/src/components → components}/Dropdown/DropdownSeparator.js +0 -0
  1381. /package/dist/{ui/src/components → components}/Dropzone/DropzoneContext.js +0 -0
  1382. /package/dist/{ui/src/components → components}/Dropzone/DropzoneDrag.js +0 -0
  1383. /package/dist/{ui/src/components → components}/Form/FormContext.js +0 -0
  1384. /package/dist/{ui/src/components → components}/Form/FormControl.js +0 -0
  1385. /package/dist/{ui/src/components → components}/Grid/Grid.js +0 -0
  1386. /package/dist/{ui/src/components → components}/Heading/Heading.js +0 -0
  1387. /package/dist/{ui/src/components → components}/Input/Input.js +0 -0
  1388. /package/dist/{ui/src/components → components}/Label/Label.js +0 -0
  1389. /package/dist/{portal/Header → components/Layout/components}/Header.d.ts +0 -0
  1390. /package/dist/{portal/Help → components/Layout/components}/Help.d.ts +0 -0
  1391. /package/dist/{ui/src/portal/Header → components/Layout/components}/NavItem.js +0 -0
  1392. /package/dist/{portal/Header → components/Layout/components}/NavLink.d.ts +0 -0
  1393. /package/dist/{portal/Header → components/Layout/components}/Navbar.d.ts +0 -0
  1394. /package/dist/{ui/src/portal/Header → components/Layout/components}/Navbar.js +0 -0
  1395. /package/dist/{ui/src/portal/Header → components/Layout/components}/NavbarNav.js +0 -0
  1396. /package/dist/{portal/SearchEngine → components/Layout/components}/SearchEngine.d.ts +0 -0
  1397. /package/dist/{portal → components/Layout}/index.d.ts +0 -0
  1398. /package/dist/components/Menu/{Menu.d.ts → components/Menu.d.ts} +0 -0
  1399. /package/dist/components/Menu/{MenuContext.d.ts → components/MenuContext.d.ts} +0 -0
  1400. /package/dist/{ui/src/components/Menu → components/Menu/components}/MenuContext.js +0 -0
  1401. /package/dist/components/Menu/{MenuItem.d.ts → components/MenuItem.d.ts} +0 -0
  1402. /package/dist/{ui/src/components/Menu → components/Menu/components}/MenuItem.js +0 -0
  1403. /package/dist/{ui/src/components → components}/Modal/Modal.js +0 -0
  1404. /package/dist/{ui/src/components → components}/Modal/ModalBody.js +0 -0
  1405. /package/dist/{ui/src/components → components}/Modal/ModalContext.js +0 -0
  1406. /package/dist/{ui/src/components → components}/Modal/ModalFooter.js +0 -0
  1407. /package/dist/{ui/src/components → components}/Modal/ModalSubtitle.js +0 -0
  1408. /package/dist/{ui/src/components → components}/Popover/Popover.js +0 -0
  1409. /package/dist/{ui/src/components → components}/Radio/Radio.js +0 -0
  1410. /package/dist/{ui/src/components → components}/Select/SelectTrigger.js +0 -0
  1411. /package/dist/components/Tabs/{TabsItem.d.ts → components/TabsItem.d.ts} +0 -0
  1412. /package/dist/components/Tabs/{TabsPanel.d.ts → components/TabsPanel.d.ts} +0 -0
  1413. /package/dist/{ui/src/components/Tabs → components/Tabs/context}/TabsContext.js +0 -0
  1414. /package/dist/{ui/src/components → components}/TextArea/TextArea.js +0 -0
  1415. /package/dist/{ui/src/components → components}/TextArea/TextareaCounter.js +0 -0
  1416. /package/dist/{ui/src/components → components}/VisuallyHidden/VisuallyHidden.js +0 -0
  1417. /package/dist/{core → hooks}/useAvatar/index.d.ts +0 -0
  1418. /package/dist/{core → hooks}/useBookmark/index.d.ts +0 -0
  1419. /package/dist/{ui/src/hooks → hooks}/useBrowserInfo/useBrowserInfo.js +0 -0
  1420. /package/dist/{core → hooks}/useCantoo/index.d.ts +0 -0
  1421. /package/dist/{core → hooks}/useCantoo/useCantoo.d.ts +0 -0
  1422. /package/dist/{ui/src/hooks → hooks}/useClickOutside/useClickOutside.js +0 -0
  1423. /package/dist/{core → hooks}/useConf/index.d.ts +0 -0
  1424. /package/dist/{core → hooks}/useConversation/index.d.ts +0 -0
  1425. /package/dist/{core → hooks}/useConversation/useConversation.d.ts +0 -0
  1426. /package/dist/{core → hooks}/useCookiesConsent/index.d.ts +0 -0
  1427. /package/dist/{core → hooks}/useCookiesConsent/useCookiesConsent.d.ts +0 -0
  1428. /package/dist/{ui/src/core → hooks}/useCookiesConsent/useCookiesConsent.js +0 -0
  1429. /package/dist/{core → hooks}/useDate/index.d.ts +0 -0
  1430. /package/dist/{ui/src/hooks → hooks}/useDebounce/useDebounce.js +0 -0
  1431. /package/dist/{core → hooks}/useHasWorkflow/index.d.ts +0 -0
  1432. /package/dist/{core → hooks}/useHasWorkflow/useHasWorkflow.d.ts +0 -0
  1433. /package/dist/{core → hooks}/useHeader/index.d.ts +0 -0
  1434. /package/dist/{ui/src/hooks → hooks}/useHover/useHover.js +0 -0
  1435. /package/dist/{ui/src/hooks → hooks}/useImage/useImage.js +0 -0
  1436. /package/dist/{core → hooks}/useIsAdml/index.d.ts +0 -0
  1437. /package/dist/{core → hooks}/useIsAdml/useIsAdml.d.ts +0 -0
  1438. /package/dist/{ui/src/hooks → hooks}/useKeyPress/useKeyPress.js +0 -0
  1439. /package/dist/{core → hooks}/useLibraryUrl/index.d.ts +0 -0
  1440. /package/dist/{core → hooks}/useLibraryUrl/useLibraryUrl.d.ts +0 -0
  1441. /package/dist/{core → hooks}/useMediaLibrary/index.d.ts +0 -0
  1442. /package/dist/{ui/src/core → hooks}/useMediaLibrary/useMediaLibrary.js +0 -0
  1443. /package/dist/{core → hooks}/usePaths/index.d.ts +0 -0
  1444. /package/dist/{core → hooks}/usePaths/usePaths.d.ts +0 -0
  1445. /package/dist/{core → hooks}/usePreferences/index.d.ts +0 -0
  1446. /package/dist/{core → hooks}/usePreferences/usePreferences.d.ts +0 -0
  1447. /package/dist/{core → hooks}/useResource/index.d.ts +0 -0
  1448. /package/dist/{core → hooks}/useResourceSearch/index.d.ts +0 -0
  1449. /package/dist/{ui/src/hooks → hooks}/useScrollToTop/useScrollToTop.js +0 -0
  1450. /package/dist/{core → hooks}/useSession/index.d.ts +0 -0
  1451. /package/dist/{core → hooks}/useSession/useSession.d.ts +0 -0
  1452. /package/dist/{ui/src/hooks → hooks}/useThumbnail/useThumbnail.js +0 -0
  1453. /package/dist/{ui/src/hooks → hooks}/useTitle/useTitle.js +0 -0
  1454. /package/dist/{ui/src/hooks → hooks}/useToast/useToast.js +0 -0
  1455. /package/dist/{ui/src/hooks → hooks}/useToggle/useToggle.js +0 -0
  1456. /package/dist/{ui/src/hooks → hooks}/useTrapFocus/useTrapFocus.js +0 -0
  1457. /package/dist/{core → hooks}/useTrashedResource/index.d.ts +0 -0
  1458. /package/dist/{core → hooks}/useTrashedResource/useTrashedResource.d.ts +0 -0
  1459. /package/dist/{core → hooks}/useUpload/index.d.ts +0 -0
  1460. /package/dist/{core → hooks}/useUploadFiles/index.d.ts +0 -0
  1461. /package/dist/{core → hooks}/useUser/index.d.ts +0 -0
  1462. /package/dist/{core → hooks}/useWorkspaceFile/index.d.ts +0 -0
  1463. /package/dist/{core → hooks}/useWorkspaceSearch/index.d.ts +0 -0
  1464. /package/dist/{core → hooks}/useXitiTrackPageLoad/index.d.ts +0 -0
  1465. /package/dist/{core → hooks}/useXitiTrackPageLoad/useXitiTrackPageLoad.d.ts +0 -0
  1466. /package/dist/{core → hooks}/useZendeskGuide/index.d.ts +0 -0
  1467. /package/dist/{core → hooks}/useZendeskGuide/useZendeskGuide.d.ts +0 -0
  1468. /package/dist/{components/Audience → modules/audience}/index.d.ts +0 -0
  1469. /package/dist/{common → modules/modals}/OnboardingModal/OnboardingModal.d.ts +0 -0
  1470. /package/dist/{common → modules/modals}/OnboardingModal/index.d.ts +0 -0
  1471. /package/dist/{common → modules/modals}/PublishModal/components/ActivitiesDropdown.d.ts +0 -0
  1472. /package/dist/{common → modules/modals}/PublishModal/components/LangSelect.d.ts +0 -0
  1473. /package/dist/{common → modules/modals}/PublishModal/components/PublishModalFooter.d.ts +0 -0
  1474. /package/dist/{common → modules/modals}/PublishModal/components/SubjectsDropdown.d.ts +0 -0
  1475. /package/dist/{common → modules/modals}/PublishModal/components/ToastError.d.ts +0 -0
  1476. /package/dist/{ui/src/common → modules/modals}/PublishModal/components/ToastError.js +0 -0
  1477. /package/dist/{ui/src/common → modules/modals}/PublishModal/components/ToastSuccess.js +0 -0
  1478. /package/dist/{common → modules/modals}/PublishModal/constants/ageOptions.d.ts +0 -0
  1479. /package/dist/{ui/src/common → modules/modals}/PublishModal/constants/ageOptions.js +0 -0
  1480. /package/dist/{common → modules/modals}/PublishModal/hooks/useActivitiesOptions.d.ts +0 -0
  1481. /package/dist/{ui/src/common → modules/modals}/PublishModal/hooks/useActivitiesOptions.js +0 -0
  1482. /package/dist/{common → modules/modals}/PublishModal/hooks/useLanguageOptions.d.ts +0 -0
  1483. /package/dist/{ui/src/common → modules/modals}/PublishModal/hooks/useLanguageOptions.js +0 -0
  1484. /package/dist/{common → modules/modals}/PublishModal/hooks/useSubjectsOptions.d.ts +0 -0
  1485. /package/dist/{ui/src/common → modules/modals}/PublishModal/hooks/useSubjectsOptions.js +0 -0
  1486. /package/dist/{common → modules/modals}/PublishModal/index.d.ts +0 -0
  1487. /package/dist/{ui/src/common → modules/modals}/ResourceModal/hooks/useThumb.js +0 -0
  1488. /package/dist/{common → modules/modals}/ResourceModal/index.d.ts +0 -0
  1489. /package/dist/{common → modules/modals}/ShareModal/ShareBookmark.d.ts +0 -0
  1490. /package/dist/{common → modules/modals}/ShareModal/index.d.ts +0 -0
  1491. /package/dist/{ui/src/common → modules/modals}/ShareModal/utils/hasRight.js +0 -0
  1492. /package/dist/{ui/src/common → modules/modals}/ShareModal/utils/showShareRightLine.js +0 -0
  1493. /package/dist/{common → modules/modals}/index.d.ts +0 -0
  1494. /package/dist/{multimedia → modules/multimedia}/AudioRecorder/AudioRecorderTimer.d.ts +0 -0
  1495. /package/dist/{multimedia → modules/multimedia}/AudioRecorder/index.d.ts +0 -0
  1496. /package/dist/{multimedia → modules/multimedia}/Embed/Embed.d.ts +0 -0
  1497. /package/dist/{multimedia → modules/multimedia}/Embed/index.d.ts +0 -0
  1498. /package/dist/{components → modules/multimedia}/FileCard/index.d.ts +0 -0
  1499. /package/dist/{multimedia → modules/multimedia}/ImageEditor/components/ImageEditor.d.ts +0 -0
  1500. /package/dist/{ui/src → modules}/multimedia/ImageEditor/effects/crop.js +0 -0
  1501. /package/dist/{ui/src → modules}/multimedia/ImageEditor/effects/misc.js +0 -0
  1502. /package/dist/{ui/src → modules}/multimedia/ImageEditor/effects/resize.js +0 -0
  1503. /package/dist/{ui/src → modules}/multimedia/ImageEditor/effects/rotate.js +0 -0
  1504. /package/dist/{ui/src → modules}/multimedia/ImageEditor/hooks/useHistoryTool.js +0 -0
  1505. /package/dist/{ui/src → modules}/multimedia/ImageEditor/hooks/useImageEditor.js +0 -0
  1506. /package/dist/{ui/src → modules}/multimedia/ImageEditor/hooks/useImageEffects.js +0 -0
  1507. /package/dist/{multimedia → modules/multimedia}/ImageEditor/index.d.ts +0 -0
  1508. /package/dist/{multimedia/ImageEditor/utils → modules/multimedia/ImageEditor/utilities}/aggregate.d.ts +0 -0
  1509. /package/dist/{ui/src/multimedia/ImageEditor/utils → modules/multimedia/ImageEditor/utilities}/aggregate.js +0 -0
  1510. /package/dist/{multimedia/ImageEditor/utils → modules/multimedia/ImageEditor/utilities}/debounceAggregate.d.ts +0 -0
  1511. /package/dist/{multimedia → modules/multimedia}/LinkerCard/index.d.ts +0 -0
  1512. /package/dist/{ui/src → modules}/multimedia/MediaLibrary/MediaLibraryContext.js +0 -0
  1513. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/index.d.ts +0 -0
  1514. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Audio.d.ts +0 -0
  1515. /package/dist/{ui/src → modules}/multimedia/MediaLibrary/innertabs/Audio.js +0 -0
  1516. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Iframe.d.ts +0 -0
  1517. /package/dist/{ui/src → modules}/multimedia/MediaLibrary/innertabs/Iframe.js +0 -0
  1518. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Upload.d.ts +0 -0
  1519. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Video.d.ts +0 -0
  1520. /package/dist/{ui/src → modules}/multimedia/MediaLibrary/innertabs/Video.js +0 -0
  1521. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/VideoEmbedder.d.ts +0 -0
  1522. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/Workspace.d.ts +0 -0
  1523. /package/dist/{multimedia → modules/multimedia}/MediaLibrary/innertabs/index.d.ts +0 -0
  1524. /package/dist/{ui/src → modules}/multimedia/MediaLibrary/innertabs/index.js +0 -0
  1525. /package/dist/{multimedia → modules/multimedia}/UploadFiles/index.d.ts +0 -0
  1526. /package/dist/{multimedia → modules/multimedia}/VideoEmbed/index.d.ts +0 -0
  1527. /package/dist/{multimedia → modules/multimedia}/VideoRecorder/index.d.ts +0 -0
  1528. /package/dist/{multimedia → modules/multimedia}/Workspace/index.d.ts +0 -0
  1529. /package/dist/{widgets → modules/widgets}/BookmarkedApps/index.d.ts +0 -0
  1530. /package/dist/{widgets → modules/widgets}/Widget/Widget.d.ts +0 -0
  1531. /package/dist/{widgets → modules/widgets}/Widget/index.d.ts +0 -0
  1532. /package/dist/{widgets → modules/widgets}/index.d.ts +0 -0
  1533. /package/dist/{utils → providers}/MockedDataProvider/index.d.ts +0 -0
  1534. /package/dist/{utils → utilities/refs}/ref.d.ts +0 -0
  1535. /package/dist/{ui/src/utils → utilities/refs}/ref.js +0 -0
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconLeSiteTv: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconLeSiteTv;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconLeSiteTv = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 25 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M3.9 2.55c-.03 0-.05.05-.05.07 0 .05.62.8.8.97.04.02.28.3.57.65s.55.62.58.64c.21.2 1.05 1.25 1.03 1.28-.02 0-1.42.02-3.1.02s-3.1.03-3.15.03C.5 6.25.5 6.45.5 7.84c0 1.47 0 1.59.1 1.61.04.03 1.53.05 3.31.05h3.25l.02.12c0 .12-.24.4-1.3 1.47-1.87 1.9-2.07 2.11-2.04 2.14s.96.04 2.09.04h2.04l.97-.98c1.37-1.4 3.36-3.49 3.84-3.97.22-.22.39-.46.39-.5 0-.03-1.18-1.23-2.6-2.67l-2.6-2.6zM.46 14.98v7h.62v-7.04H.77c-.2-.03-.29 0-.31.04m9.52-.02v.89c.02.05.14.05.34.05l.3-.03v-.93h-.3c-.2-.03-.32 0-.34.02m2 .46-.3.21.03.58c0 .31-.02.6-.05.6 0 .03-.1.05-.19.05-.27.05-.29.07-.27.36.05.27.12.34.34.34.1 0 .15.02.15.04.02.05.02.8 0 1.64 0 1.88.04 2.28.33 2.57.2.2.39.24.84.2.24-.03.3-.08.24-.41-.04-.32-.14-.44-.4-.44-.15 0-.2-.02-.24-.12-.05-.16-.08-3.44-.03-3.48.03-.03.12-.03.24-.03.3.03.34-.05.39-.34.02-.21 0-.24-.12-.28-.08-.05-.2-.05-.27-.05-.24.05-.26 0-.29-.84 0-.53-.02-.8-.07-.82-.02 0-.2.1-.34.21zm8.22 0-.27.21v.58c0 .31 0 .6-.02.6-.02.03-.1.05-.2.05-.26.05-.28.07-.26.36.03.27.1.34.34.34.07 0 .14.02.14.04v1.64c0 1.88.05 2.28.32 2.57.19.2.4.24.84.2.26-.03.29-.08.24-.41-.05-.32-.15-.44-.39-.44-.16 0-.19-.02-.24-.12-.07-.16-.1-3.44-.04-3.48.02-.03.14-.03.24-.03.28.03.36-.05.38-.34.02-.21.02-.24-.1-.28-.07-.05-.19-.05-.26-.05-.27.05-.29 0-.29-.84 0-.53-.05-.8-.07-.82-.05 0-.2.1-.36.21zM3.08 16.84c-.63.24-1.06.93-1.2 2.02-.08.5-.08.67 0 1.17.07.48.12.7.28 1.06.2.41.77.92 1.01.92.08 0 .2.02.27.04.1.08.22.08.5 0 .7-.12 1.01-.4 1.35-1.22.05-.1.1-.24.1-.3 0-.09-.17-.18-.43-.18-.2 0-.22.02-.32.26-.24.6-.48.77-1.13.75-.26-.03-.65-.36-.82-.75-.12-.31-.21-.89-.12-.94.05-.02.68-.04 1.42-.04l1.35.02.02-.14c.03-.08.05-.32.03-.56-.05-1.3-.77-2.23-1.73-2.2-.2 0-.44.04-.58.09m.94.67c.38.17.65.58.7 1.1.02.2 0 .27-.05.27H2.6c-.05 0-.08-.07-.05-.31.07-.5.36-.9.82-1.08.24-.1.33-.1.65.02m2.86-.67c-.5.19-.85.72-.85 1.34 0 .39.1.65.34.97.17.21.46.36 1.16.62.89.34 1.1.63.84 1.15-.12.32-.36.44-.75.44-.36 0-.77-.17-.77-.32 0-.04-.02-.1-.04-.14-.05-.02-.1-.17-.15-.29-.05-.21-.05-.24-.26-.24-.32-.02-.44.07-.37.39.05.45.37.93.73 1.15.21.12.91.24 1.05.14.1-.02.2-.04.27-.04.12 0 .48-.22.62-.39.2-.24.3-.4.39-.82.1-.38.1-.38 0-.72-.1-.26-.17-.4-.39-.62-.14-.15-.28-.27-.33-.27-.03 0-.15-.05-.27-.1-.1-.04-.24-.11-.31-.16a.9.9 0 0 0-.24-.05c-.12 0-.6-.29-.72-.43-.24-.3-.12-.77.21-.94.24-.12.53-.12.7-.02.24.1.43.33.43.48 0 .07.05.16.1.24.1.12.12.12.39.04.16-.04.26-.1.24-.16l-.05-.3a1.2 1.2 0 0 0-.84-.95 1.82 1.82 0 0 0-1.13 0m7.76 0c-.52.24-.86.67-1.08 1.41a6.1 6.1 0 0 0 .05 2.6c0 .05.05.12.1.17.04.02.07.1.07.14 0 .12.29.41.58.65.45.34 1.27.34 1.77 0 .27-.14.6-.57.6-.7 0-.04.05-.11.1-.19.05-.04.07-.19.07-.3 0-.23-.1-.3-.43-.25-.14 0-.2.02-.22.14-.02.17-.21.49-.43.68-.14.14-.19.17-.53.17-.31 0-.38-.03-.55-.15-.39-.29-.58-.7-.63-1.22 0-.27 0-.37.08-.37h1.34c1.23.03 1.3 0 1.4-.1.07-.06.1-.16.07-.35l-.07-.58a2.05 2.05 0 0 0-.24-.82 2 2 0 0 1-.1-.21c-.1-.2-.53-.6-.8-.72a1.6 1.6 0 0 0-1.15 0m.9.64c.43.2.67.58.74 1.09.02.24 0 .31-.05.31H14.2c-.12 0-.1-.4.02-.67.17-.36.43-.63.72-.72.32-.12.34-.12.6 0zm-5.49-.6c-.05.03-.07.58-.07 2.53 0 1.37.02 2.52.05 2.55.05.05.48.02.55-.05.07-.05.07-4.93.03-4.98s-.46-.1-.56-.05m11.71 0c-.24.03-.24.08-.14.37.05.1.1.33.17.52.04.2.12.46.14.6l.17.6.33 1.26.17.62.17.55.07.37c0 .16.22.24.53.21.24 0 .24 0 .36-.31.05-.17.12-.46.2-.65.11-.53.3-1.2.48-1.83.02-.17.12-.46.16-.65.2-.8.27-.98.34-1.25.12-.38.1-.45-.24-.43-.14.02-.29.02-.29.02-.07 0-.21.44-.21.56 0 .07-.05.24-.1.38s-.12.41-.17.6c-.07.32-.14.6-.34 1.33-.16.7-.26.96-.3.96-.03-.03-.08-.07-.08-.15 0-.12-.1-.45-.27-1.05a22 22 0 0 1-.33-1.3l-.17-.56c-.02-.14-.07-.3-.07-.4 0-.15-.22-.41-.31-.41zm-3.85 4.21c-.04.1 0 .77.05.84.07.05.5.08.6.03.1-.1.15-.84.05-.9-.14-.09-.65-.06-.7.03" })
9
+ ] });
10
+ export {
11
+ SvgIconLeSiteTv as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconLemonde: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconLemonde;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconLemonde = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M4.71 2.02c-.14.03-.4.27-.8.8-.88 1.22-.86 2 .13 2.35.17.05.82 0 1.47-.1.98-.14 1.25-.11 1.44.03.2.17.21.68.2 4.48-.06 4.2-.06 4.25-.4 4.73-.6.82-.16.77 1.23-.12 1.9-1.22 1.83-1.03 1.93-5.55l.07-3.75.5-.27.53-.29.58.48c.31.27.62.6.67.77.05.2.07 3.1.07 6.47l.03 6.18 1.13-.58a5.2 5.2 0 0 0 1.3-.86c.1-.2.14-2.33.14-6.04V5.01l.53-.32c.26-.17.58-.31.65-.31.21 0 2.43 1.35 2.43 1.47 0 .07-.1.16-.22.21s-.4.39-.62.75l-.39.67-.05 4.4c-.02 2.84.03 4.57.12 4.9.15.46 1.04 1.28 1.42 1.28.17 0 2.29-1.22 2.58-1.49.12-.1.12-.24.04-.36-.1-.17-.19-.17-.5-.02-.5.21-.92.1-1.01-.32-.05-.19-.07-2.47-.05-5.07.05-5.44.05-5.39 1.27-6.16.75-.45.8-.5.6-.82-.11-.14-.21-.14-.57.05-.67.34-1.1.3-2.17-.33-1.68-.97-1.41-.97-2.76-.1l-1.37.84c-.1.05-.67-.29-1.3-.77-1.01-.77-1.13-.84-1.42-.67-1.06.67-2.1 1.27-2.24 1.27-.07 0-.14-.1-.14-.21s-.2-.44-.4-.68c-.6-.67-1.38-.72-2.85-.14-1.34.5-1.94.58-1.94.2 0-.15.1-.4.21-.56.27-.36.27-.58 0-.7zM2.77 3.8s-.08.07-.12.24c-.12.22-.22.48-.22.58-.03.29.55.89.89.96.17.05.36.07.38.1.05 0-.1-.15-.3-.32-.47-.38-.73-1.03-.63-1.46.02-.05.02-.1 0-.1m13.27 1.18s-.02 0-.02.02c-.05.05.1.2.3.34l.7.43c.34.22.65.27.65.1a5 5 0 0 0-1.63-.89M10.87 5c-.14 0-.1.2.22.46l.4.31v6.38c0 4.18.05 6.34.15 6.34s.12-2.18.1-6.49l-.03-6.5-.4-.3c-.2-.15-.35-.2-.44-.2m-4.6.41c-.09 0-.09.08.03.27.1.19.14 1.54.12 4.25-.02 2.63 0 3.9.1 3.8s.14-1.68.14-4.2c0-3.83-.02-4.07-.27-4.12h-.11zm10.5 2.2c-.03 0-.03.02-.06.04-.12.29-.16 1.73-.19 4.93 0 4.98 0 4.95.92 5.6.79.56.9.34.16-.31l-.72-.63v-5c0-3.5-.02-4.64-.12-4.64zm-9.6 7.74c-.2 0-.41 0-.72.02-1.16.05-1.4.12-2.48.65-1.28.65-2.67 1.75-2.53 2.02.08.1.48-.05 1.23-.43 1.83-.94 3.51-.94 4.4-.03l.5.5 1.45-.84c1.44-.81 1.56-.93 1.32-1.32-.1-.14-.2-.14-.5.07-.39.27-.41.24-1.25-.21-.63-.34-.85-.44-1.42-.44zm-1.69 2.01c-.17 0-.1.08.2.2.24.12.57.36.72.57.28.39.36.44.52.3.3-.32-.76-1.09-1.44-1.06zm1.01 1.9s-.04.03-.07.08l-.1.1c.03.02 0 .06-.04.14-.1.14-.1.33 0 .4.04.05.19.08.36.05H7c.1.03.1 1.85-.03 2.02-.04.07-.07.15-.04.17s-.03.05-.08.05c-.28 0-1.2.55-1.13.67.05.07.15.05.24-.02.15-.12.44-.22.73-.22.21 0 .28.03.36.15l.12.14.31-.22c.17-.1.34-.19.38-.19s.05-.02 0-.1c-.07-.11-.1-.11-.19-.04-.07.02-.14.02-.29-.05a.7.7 0 0 0-.3-.12c-.06 0 .04-.1.2-.2.17-.11.34-.26.37-.33.05-.07.07-.48.07-.94 0-.77 0-.82.1-.86s.14-.05.26.04l.12.15v1.42c0 .8.02 1.44.02 1.44.1 0 .58-.29.6-.36.03-.05.03-.67.03-1.37 0-1.2 0-1.28.12-1.32.07-.05.17-.03.38.07l.27.14-.14.17-.12.17v2.21l.14.14.17.15.29-.17c.16-.1.31-.14.31-.14.02.02.02-.03.05-.08 0-.14-.1-.19-.17-.12-.05.05-.07.05-.14 0-.05-.04-.08-.3-.08-1.08 0-1.13.05-1.37.32-1.47.14-.07.16-.19.07-.24-.03-.02-.1 0-.15.03-.12.07-.16.05-.45-.1l-.32-.19-.28.17c-.32.2-.41.24-.39.12.02-.03 0-.05-.02-.03-.05.03-.15-.02-.24-.12l-.2-.14-.26.17-.27.14-.12-.14c-.16-.2-.3-.2-.74-.05-.2.07-.34.1-.34.1-.02-.03 0-.08.03-.15.04-.1.04-.14 0-.19-.03-.02-.05-.05-.08-.05m9.67.17-.36.22c-.34.2-.36.22-.27.26.08.08.1.08.17 0s.1-.07.22 0c.1.05.19.12.21.2.12.24.08.29-.53.65-.33.19-.6.38-.6.43s.03.05.1.05c.12-.03.12 0 .12.62v.67l.34.22c.19.12.36.22.38.22l.55-.32c.37-.21.51-.31.46-.36-.02-.05-.07-.07-.12-.05-.07.03-.07-.12-.1-1.13 0-1.27 0-1.3-.38-1.53l-.2-.15zm-12.77.03h-.12c-.26 0-.43.1-.7.31-.3.29-.36.67-.21 1.5.1.42.1.64 0 .86-.05.12.02.12.26 0 .41-.22.48-.53.32-1.54-.08-.44-.08-.48.02-.68.12-.24.29-.3.5-.19.17.1.2.22.05.36-.21.24-.02.24.34.03l.34-.24-.15-.15a.9.9 0 0 0-.65-.26m17.99.07c-.27 0-.36.02-.55.17a.77.77 0 0 0-.39.72c0 .14-.02.17-.14.19-.15 0-.17.02-.17.22-.03.19-.03.19.14.19h.17v1.97h.6v-1.97h.65v.89c0 .48-.02.94 0 .98 0 .08.05.1.29.1h.31v-.77c0-.72 0-.77.12-.91.1-.12.22-.2.39-.22.21-.05.21-.05.24-.24.02-.36 0-.39-.27-.29-.14.05-.29.15-.36.2l-.12.11v-.29h-1.27l.04-.16c.03-.1.05-.22.1-.3.05-.09.24-.11.36-.02.07.05.63-.26.58-.33-.1-.12-.41-.24-.72-.24m-18.06.2c-.05 0-.03.04.05.13s.14.15.19.12c.05-.04-.12-.26-.24-.26zm2.76 0c-.07 0-.07.28 0 .35.05.05.12.07.17.07.07 0 .07-.02-.02-.14-.1-.07-.12-.14-.12-.22.02-.04.02-.07-.03-.07zm9.74.2c-.04 0-.04.06.08.15.07.1.14.2.14.22 0 .05.02.07.05.07.1 0 .04-.17-.08-.31a.24.24 0 0 0-.19-.12zm-6.75.03V20c-.05 0 .02.07.14.14s.24.12.27.1c.02-.03-.05-.1-.17-.17-.1-.05-.2-.1-.24-.1zM7.93 20c-.1 0-.07.1.03.14.07.02.07.24.07 1.47 0 .91.02 1.44.07 1.44.03 0 .05-.5.05-1.44 0-1.23-.02-1.45-.1-1.52-.04-.05-.1-.1-.12-.1zm-1 .07c-.05.02-.05.26-.05.98.02.6.05.97.07.94.07-.05.07-1.85.02-1.9-.02 0-.02-.02-.02-.02zm-4.72.05c-.02 0-.02.02-.05.07-.07.14-.07.77 0 1 .03.1.08.35.08.54s.02.33.04.33c.1 0 .1-.28.03-.77-.05-.26-.1-.64-.1-.79.03-.26.03-.38 0-.38m10.97.3-.24.15c-.34.2-.39.27-.36.39.02.07.04.07.1.02.02-.05.04-.05.09.05.05.07.05.43.05 1.06-.03.62 0 .96.02.96.07 0 .05-2.02-.02-2.12-.05-.04-.05-.07 0-.07.12 0 .16.34.16 1.2 0 .5.03.92.05.92s.15-.05.24-.12l.24-.12v-.87c.03-1.03.08-1.13.36-.86.15.14.15.14.15.93v.8l.14.12c.1.07.12.14.1.14s-.12-.07-.2-.14c-.11-.15-.11-.2-.16-.96 0-.7-.03-.82-.1-.9-.07-.02-.12-.02-.14 0s0 .08.05.1c.07.05.1.15.1.8 0 .84.04 1 .26 1.1.14.05.19.05.53-.14.19-.1.33-.22.33-.24 0-.1-.1-.12-.16-.07-.03.02-.1.04-.12.02-.08-.02-.08-.2-.08-.89v-.87l-.26-.19-.24-.19-.58.34-.14-.17-.17-.17zm5.07 0-.53.3c-.31.17-.55.36-.55.4s.05.08.12.06c.1-.03.1 0 .1.67 0 .4 0 .72.02.74a6 6 0 0 0 .63.39 3 3 0 0 0 .77-.5c0-.1-.15-.1-.34 0-.15.09-.17.06-.34-.08-.17-.12-.19-.17-.19-.36 0-.22.02-.24.26-.41.15-.1.3-.14.34-.12s.05 0 .03-.02.02-.1.12-.15.16-.12.16-.17-.12-.21-.29-.38c-.16-.17-.3-.31-.3-.34v-.02zm-6.73.06c-.07 0-.22.07-.55.26-.3.2-.51.36-.49.39 0 0 .03.31 0 .67 0 .65.05.89.22.96l.27.17c.19.12.36.17.3.07a3 3 0 0 0-.33-.21l-.31-.24a5.3 5.3 0 0 1 .02-1.4c.03 0 .05.22.07.7v.72l.36.21.34.22.53-.31c.31-.17.55-.34.55-.39s-.04-.07-.12-.04c-.1.02-.1 0-.1-.68v-.7l-.2-.11c-.13-.08-.22-.15-.2-.2.02-.02 0-.02-.02 0s-.12 0-.2-.04c-.04-.05-.1-.08-.14-.05m-6.78 0H4.7l-.04.02a.4.4 0 0 1-.17.07l-.34.22c-.2.1-.36.21-.4.24-.13.05-.08.2.04.14.1-.02.12 0 .12.68v.7l.31.2c.17.15.31.25.34.25.1 0 .82-.5.77-.55-.05-.08-.17-.08-.31.02-.12.1-.15.1-.34-.02-.17-.12-.2-.15-.2-.41 0-.3.06-.34.2-.32.02.03.02 0 .02-.02s.17-.17.39-.29l.38-.22-.12-.12c-.07-.07-.21-.24-.36-.38s-.19-.22-.26-.22zm4.47.07c-.02.02-.05.48-.05 1.13 0 1.06 0 1.08.12 1.22.07.08.2.15.24.15.1 0 .1-.03-.07-.17l-.2-.14V21.6c0-.7 0-1.06-.04-1.06zm6.95.17c.02 0 .02 0 .02.02 0 .05-.02.07-.07.1s-.07 0-.07-.03c.02-.04.07-.1.12-.1zm-.22.12H16c.02.02.05.38.05.8 0 1.03.1 1 .12 0v-.8l.02.84v.82l-.21-.12-.17-.12v-.65c.02-.53.05-.77.14-.77zm2 0 .14.19c.1.12.17.22.17.24 0 .05-.07.12-.17.17l-.14.1zM4.5 20.9l.16.14c.1.1.17.2.17.22 0 .05-.07.1-.16.14l-.15.1v-.31l-.02-.3zm6.78.02.21.1.2.12v.67c0 .39-.03.68-.05.68s-.12-.05-.22-.12l-.17-.12v-.68c0-.36 0-.65.03-.65m.07.12c-.05 0-.05.05.07.15s.12.12.1.65c0 .36 0 .55.05.55s.07-.22.07-.6c0-.58-.03-.6-.15-.7zm-6.78.05v.05c0 .05 0 .1.02.12.05.05.12.05.12 0 0-.02-.02-.1-.07-.12-.02-.02-.05-.05-.07-.05m13.44.03c-.02 0-.02.02 0 .1.02.04.07.09.12.09.07 0 .07-.03 0-.12-.07-.05-.1-.1-.12-.07m-14.21.12c-.07 0-.07.04-.05.81 0 .32.02.6.05.63.02.05.02.1.02.12-.02 0-.02.02.03 0s.16.02.29.1c.16.12.3.16.3.12 0 0-.11-.1-.28-.22l-.31-.2v-.67c0-.43-.03-.7-.05-.7zm13.47.02c-.05 0-.05.31-.05.7.02.53.05.7.1.77.04.04.11.1.14.1s.1.04.17.09c.1.1.3.17.3.1 0 0-.11-.1-.28-.2-.14-.1-.29-.21-.31-.26a4 4 0 0 1-.05-.72c.02-.34 0-.58-.03-.58zm-2.14.07h-.03a5.6 5.6 0 0 0-.02 1.28l.31.24c.17.1.31.19.36.19.07 0 .1-.12 0-.12a.8.8 0 0 1-.33-.2l-.27-.16v-.65c0-.39 0-.58-.02-.58m4.42.9a.36.36 0 0 0-.36.3c-.03.27 0 .34.17.44.21.1.19.1.36-.03.19-.1.26-.29.17-.5-.05-.15-.2-.2-.34-.22zm-16.8.02c-.23 0-.47.04-.61.12a2 2 0 0 1-.24.12c-.05-.03-.43.4-.43.45 0 .08.04.05.29-.07.5-.24 1-.24 1.25 0 .12.1.12.1.36-.05a.7.7 0 0 1 .26-.14c.03.02.05-.02.05-.1-.02-.07-.05-.12-.12-.12s-.2-.04-.27-.1c-.12-.09-.33-.11-.55-.11zm-.08.52c-.12 0-.12 0 .05.12.19.15.26.17.26.1s-.19-.21-.31-.21zm4.06 0c-.12 0-.12 0-.02.05.07.03.14.1.2.17.02.05.06.1.09.07.14-.1-.05-.29-.27-.29" })
9
+ ] });
10
+ export {
11
+ SvgIconLemonde as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconLesechos: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconLesechos;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconLesechos = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M21.43 2.29c-.5 0-.85.4-1.13 1.37 0 .05-.12.1-.24.1-.17 0-.22.04-.22.16 0 .15.05.17.22.17.24 0 .24-.17-.03 2.14-.12.96-.17 1.13-.31 1.15a.3.3 0 0 1-.24-.12c-.1-.16-.41-.16-.48 0-.05.12-.99.12-7.74.12h-7.7v.44h7.72c4.93 0 7.77.02 7.84.1.21.11.6.09.84-.03.1-.05.43-.07.72-.07.53.02.55 0 .55-.22 0-.2-.04-.21-.38-.21h-.39l.12-.34c.08-.2.17-.84.24-1.44.2-1.47.2-1.5.44-1.52.33-.07.57.02.57.2 0 .09-.12.64-.26 1.2l-.27 1.08c0 .03.17.04.36.02l.37-.02.19-.6c.19-.65.5-1.3.65-1.4.04-.02.16 0 .24.07.14.07.21.07.36-.07.31-.27.19-.72-.2-.72-.09 0-.3.14-.48.31-.26.3-.28.3-.24.1.17-.53.17-.5-.16-.5-.2 0-.46.04-.63.07-.17.04-.29.04-.29 0 0-.03-.1-.08-.21-.08-.2 0-.22-.02-.17-.31.14-.91.2-.99.38-.6.12.29.32.36.48.22.34-.3 0-.77-.52-.77m-7.94.1c-.24 0-1.03.19-1.08.3-.03.08.05.1.14.1s.2.05.22.1c.05.05 0 .74-.1 1.56-.12 1.16-.17 1.44-.24 1.37-.1-.07-.19-.04-.36.1-.48.38-.72.2-.72-.58 0-.57.2-1.15.36-1.15.05 0 .2.1.31.19.17.14.24.17.36.1a.34.34 0 0 0 0-.58c-.6-.43-1.63.26-1.77 1.2-.03.22-.1.39-.15.39s-.19.16-.29.33c-.21.39-.43.48-.91.44-.34-.05-.39-.17-.29-1.01l.07-.56.36.03c.32.02.36.07.39.26 0 .17.07.24.17.24.12 0 .16-.1.21-.53.03-.29.05-.62.05-.74 0-.27-.24-.24-.31.02-.05.27-.27.39-.6.39h-.24l.07-.53.05-.7c0-.12.07-.14.36-.14.45 0 .65.1.72.4.02.17.1.27.17.27.12 0 .14-.1.14-.5v-.53h-1.3c-1.1 0-1.3.02-1.3.14 0 .07.05.12.12.12.3 0 .31.2.15 1.7-.15 1.45-.24 1.76-.5 1.76-.06 0-.13.08-.13.15 0 .1.2.12 1.37.1l1.35-.03.12-.39c.05-.21.1-.33.1-.24.02.08.11.27.23.41.37.41.9.36 1.45-.14l.24-.24v.65l.31-.05c.2-.05.36-.07.39-.1l.1-.64c.04-.49.11-.68.33-1 .31-.42.55-.52.48-.18a8.2 8.2 0 0 0-.2 1.8c.1.24.42.22.8-.07l.36-.27.27.27c.67.58 1.63.1 1.92-1.01l.1-.31.48.4c.46.39.55.65.29.7-.1.03-.3-.07-.43-.21-.32-.27-.56-.2-.6.16-.03.3.26.5.72.5.26 0 .38-.06.67-.33.24-.24.34-.4.34-.6 0-.4-.08-.5-.53-.84-.24-.17-.44-.36-.44-.43 0-.22.2-.24.46-.05.29.21.5.12.5-.22 0-.57-1-.45-1.37.15l-.14.24-.1-.24a.84.84 0 0 0-.4-.41c-.82-.39-1.78.43-1.8 1.54 0 .33-.03.43-.18.5-.19.1-.19.1-.14-.24.05-.21.1-.65.12-.98.05-.53.02-.65-.1-.75-.19-.17-.53-.07-.93.31l-.37.34.12-1.06c.08-.6.1-1.1.05-1.13 0-.02-.02-.02-.07-.02m-11.18.33c-.65 0-.82.02-.82.12 0 .07.07.14.17.17.21.07.21.34.05 1.95-.15 1.2-.22 1.4-.5 1.4-.08 0-.15.04-.15.11 0 .12.19.15 1.22.15h1.25l.07-.32c.05-.29.22-.43.22-.19 0 .07.1.22.22.34.16.14.26.19.6.14.24-.02.5-.14.7-.26.16-.15.28-.2.28-.15 0 .2.41.44.72.44.3 0 .41-.08.7-.34.24-.24.31-.41.31-.6 0-.41-.04-.5-.5-.84-.24-.17-.43-.37-.43-.44 0-.21.19-.24.43-.05.29.2.39.2.53-.07.05-.14.05-.21-.1-.36-.48-.46-1.4.1-1.4.87 0 .24.1.33.78.89.21.17.21.43 0 .48-.07.02-.27-.07-.41-.2-.15-.14-.34-.21-.39-.19-.07.03-.16.03-.19-.02s-.17 0-.31.12c-.31.27-.63.29-.77.05-.14-.3-.1-.43.36-.65.63-.31.87-.58.87-.94 0-.55-.58-.74-1.23-.4-.48.23-.87.88-.87 1.44 0 .12-.02.19-.07.19-.05-.03-.19.14-.33.33-.24.32-.34.37-.58.37-.17 0-.31-.05-.34-.12-.02-.05.03-.77.12-1.57.15-1.42.2-1.58.5-1.58.05 0 .1-.08.1-.15 0-.1-.14-.12-.82-.12zm2.64 1.42c.2 0 .22.46.03.67-.1.1-.24.22-.32.24-.12.07-.14.05-.14-.1 0-.28.27-.81.43-.81m11.23.02c.1 0 .2.05.27.2.14.3.1 1.39-.1 1.68-.31.48-.57.12-.57-.75 0-.65.19-1.1.4-1.13m3.2 1.52a.6.6 0 0 0-.21.07c-.3.17-.34.48-.15.7.2.19.46.21.65.02.24-.21.22-.53-.05-.7-.12-.07-.16-.1-.24-.1zM12.1 8.2c-1.57 0-3.18.46-4.6 1.42a7.98 7.98 0 0 0-3.3 7.72 8.32 8.32 0 0 0 6.19 6.57c.4.1.62.16.65.19h1.83l1.13-.3a9.3 9.3 0 0 0 3.7-2.08 7.98 7.98 0 0 0-.07-11.23A7.8 7.8 0 0 0 12.1 8.2m-.08.99c1.64 0 1.9.05 2.96.55a6.97 6.97 0 0 1 3.87 8.08 7.06 7.06 0 0 1-3.87 4.7c-.8.35-1.32.45-2.7.5-.93.02-1.9 0-2.13-.1-6.23-2.07-6.9-10.32-1.1-13.15 1.07-.53 1.32-.58 2.97-.58m0 .36c-1.37 0-1.78.07-2.64.48-4.16 1.95-5.32 7.17-2.26 10.44a6 6 0 0 0 2.72 1.92c1.3.48 3.8.39 4.95-.2 5.22-2.61 5.22-9.59 0-12.09-1.03-.5-1.32-.55-2.77-.55m-2.16 2.79c.55-.02 1.1.1 1.49.34l.55.33v2.72c0 2.48-.02 2.72-.29 2.57a6.2 6.2 0 0 0-1.44-.19c-.62-.05-1.37 0-1.66.1l-.53.19v-5.56l.63-.26c.38-.17.82-.24 1.25-.24m4.4 0c.8 0 1.56.22 1.83.6.07.1.14 1.4.14 2.86 0 2.46-.02 2.65-.31 2.5a6.2 6.2 0 0 0-1.44-.19c-.63-.05-1.38 0-1.66.1l-.53.19v-5.56l.62-.26c.39-.17.9-.24 1.35-.24m-7.1 1.32.05 2.65.08 2.64h1.87c1.13 0 1.88.07 1.88.2 0 .09.48.16 1.08.16.58 0 1.06-.07 1.06-.17 0-.12.72-.19 1.8-.19h1.78l.05-2.64.07-2.65.03 2.74.04 2.74h-1.68c-1.35 0-1.7.05-1.78.27-.1.2-.43.26-1.47.26-1.08 0-1.34-.04-1.34-.26s-.32-.27-1.8-.27h-1.8l.03-2.74z" })
9
+ ] });
10
+ export {
11
+ SvgIconLesechos as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconLibrary;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconLibrary = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M24.02 12.14c0 3.2-1.24 6.22-3.51 8.5s-5.3 3.51-8.5 3.51A12.03 12.03 0 0 1 12 .11c1.38 0 2.37.23 3.65.68.25.08.48.18.67.26l.08.03a1 1 0 0 1 .06.04.76.76 0 0 1 .29.26.73.73 0 0 1 .13.45.78.78 0 0 1-.76.79.7.7 0 0 1-.34-.1 26 26 0 0 0-.66-.25 8.6 8.6 0 0 0-3.13-.6 10.46 10.46 0 1 0 10.47 10.47c0-1.72-.37-3.1-1.18-4.62a14 14 0 0 1-.2-.36L21.03 7 21 6.96l-.03-.03-.01-.04-.04-.06-.14-.24-.04.14a.73.73 0 0 1-.89.53.73.73 0 0 1-.45-.34.76.76 0 0 1-.07-.55l.46-1.76a.78.78 0 0 1 .36-.49.87.87 0 0 1 .63-.06l1.75.56a.73.73 0 0 1 .47.9v.01a.73.73 0 0 1-.72.5c.17.3.32.59.4.77a10.9 10.9 0 0 1 1.35 5.33zm-4.18-8.96a1.38 1.38 0 1 1-2.76 0 1.38 1.38 0 0 1 2.76 0m-7.78 1.44c-2.62 0-5.15 2.02-5.15 4.9 0 3.5 2.48 4.4 2.76 6.68h4.77c.29-2.28 2.76-3.17 2.76-6.68 0-2.88-2.53-4.9-5.14-4.9m-.48 1.1c.28-.02.52.12.5.4a.45.45 0 0 1-.4.45 3.21 3.21 0 0 0-2.84 3.2c0 .32.05.64.14.94.09.22-.05.5-.27.57s-.5-.09-.55-.32a4 4 0 0 1-.18-1.2 4.08 4.08 0 0 1 3.6-4.04M9.7 17.05v.85h4.72v-.85zm0 1.71v.43c0 .5.4.86.85.86h3a.86.86 0 0 0 .87-.86v-.43zm1.5 1.72a.86.86 0 1 0 1.71 0z" })
9
+ ] });
10
+ export {
11
+ SvgIconLibrary as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconLsu: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconLsu;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconLsu = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M6.76 12.33h10.23c.3 0 .54-.24.54-.54V7.03c0-.3-.24-.55-.54-.55H6.76c-.3 0-.54.24-.54.54v4.77c0 .3.24.54.54.54m.7-4.22c0-.3.24-.54.54-.54h7.74c.3 0 .54.24.54.54v2.54c0 .3-.24.55-.54.55H8a.54.54 0 0 1-.54-.55zm8.34 11.73c0 .28-.23.51-.52.51h-6.8a.52.52 0 1 1 .04-1.03h6.76c.29 0 .52.23.52.51zm0-2.5c0 .29-.23.52-.52.52H8.52a.51.51 0 0 1-.56-.52.52.52 0 0 1 .56-.5h6.76c.29 0 .52.22.52.5m0-2.49c0 .29-.23.52-.52.52H8.52a.51.51 0 0 1-.56-.52.52.52 0 0 1 .56-.51h6.76c.29 0 .52.23.52.51m3.71-11.43h-.97l.02-1.72a.54.54 0 0 0-.63-.54l-2.18.34V.34a.54.54 0 0 0-.71-.51L4.27 3.2c-.4.13-.68.5-.68.93v18.73c0 .53.43.97.97.97h14.95c.54 0 .98-.43.98-.97V4.4a.97.97 0 0 0-.98-.98m-2.25-1v.98H12.5zm-2.54-1.35v.76l-3.96.54zm4.38 21.55H4.75V4.7H19.1z" })
9
+ ] });
10
+ export {
11
+ SvgIconLsu as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMadmagz: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMadmagz;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMadmagz = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M22.87 1.32a7.7 7.7 0 0 1-1.37.14c-.58.03-1.23.06-1.4.08a35 35 0 0 0-2.14.12c-.1.03-2.33.15-4.93.24-1.03.03-1.87.07-1.9.1 0 .02-.65.07-1.42.1s-1.42.04-1.44.07c-.05.02-.4.07-.87.1-2.52.09-3.75.16-3.8.2-.02 0-.67.06-1.41.08L.72 2.6c0 .02-.02.02-.02.02H.67c-.02 0-.02 0-.02.03v.5c-.03.89-.03 3.2-.03 9.52 0 6.06 0 8.5.03 9.43v1.47s0 .02.02.02H.8v.07h.5c.27 0 .51-.02.56-.05.02-.02.48-.07 1.01-.07.53-.02 1.3-.07 1.7-.1l1.33-.07c.31 0 .58-.02.62-.04.03-.03.87-.08 1.98-.1 1.05-.02 1.9-.05 1.9-.07s.67-.07 1.46-.1c.8-.02 1.45-.05 1.45-.07s.62-.07 1.37-.1c.77-.02 1.42-.04 1.46-.07s.49-.07.94-.07c.46 0 .84-.02.87-.05 0-.02.65-.07 1.42-.1.8 0 1.44-.04 1.46-.07.05-.02.6-.04 1.23-.07.65 0 1.2-.02 1.25-.02v-.12h.07V1.49s0-.02-.02-.02h-.2v-.1c-.02-.02-.14-.04-.28-.04zm-16 4.1.05.14c.05.1.08.24.08.33 0 .12 0 .22.04.22.03 0 .05.2.08.46s.07.5.1.53c.04.07.16.91.2 1.46 0 .24.06.44.08.44s.05.24.07.5c.03.29.07.53.1.53s.05.22.07.48c.02.27.07.48.1.48s.07.22.07.46c.02.26.07.5.1.55.04.1.23 1.42.23 1.7 0 .1 0 .18.05.18.03 0 .08.24.1.5l.05.5.07-.71.12-.82c.05-.12.14-.77.21-1.28.03-.14.05-.28.08-.3.02-.06.07-.4.1-.78.02-.4.04-.74.06-.77s.08-.29.1-.55c.02-.29.05-.5.07-.5s.07-.22.1-.49c0-.29.05-.53.07-.57a.64.64 0 0 0 .07-.32c.07-.55.2-1.27.24-1.34 0-.05.05-.3.07-.56l.05-.45h3.25v14.11h-2.3l-.02-4.28a687 687 0 0 0-.05-3.97c0 .17-.02.32-.07.32-.02 0-.05.24-.07.55s-.07.55-.1.55c-.02-.02-.05.15-.05.39-.02.38-.04.67-.16 1.35-.05.16-.1.52-.12.79l-.12.58c-.02.05-.08.3-.08.57-.02.3-.07.5-.1.5s-.04.25-.06.56c-.03.29-.08.6-.1.67-.02.05-.07.3-.07.5l-.07.66-.05.26h-1.1c-1.3.03-1.23.05-1.3-.62 0-.24-.05-.46-.08-.46-.02-.02-.07-.24-.1-.48s-.04-.46-.07-.48a2.6 2.6 0 0 1-.07-.7 3 3 0 0 0-.1-.67c-.04-.02-.07-.17-.07-.29 0-.14-.02-.26-.04-.26s-.08-.22-.1-.49c-.02-.26-.05-.48-.07-.48s-.07-.21-.1-.45a2.2 2.2 0 0 0-.07-.5A8 8 0 0 1 6 12.15c-.05-.48-.07-.7-.1-.8l-.05 4.04-.02 4.16H4.78c-.79.03-1.05 0-1.05-.05-.03-.04-.03-3.22-.03-7.07l.03-7h1.56l1.59-.02zm13.6.16V6.6c0 .92-.03 1.01-.13 1.25-.07.15-.12.31-.12.34 0 .05-.02.07-.04.07s-.05.02-.03.07c.03.03 0 .05-.02.07s-.07.1-.1.2c-.02.14-.14.43-.36.86l-.1.22c0 .02-.04.14-.1.24-.04.12-.09.26-.09.31s-.02.1-.05.1c-.02.02-.07.17-.12.29-.04.14-.1.26-.12.26s-.04.05-.04.1-.1.26-.2.5c-.12.24-.21.46-.21.48 0 .05-.05.2-.34.82l-.17.41-.14.31-.05.15c-.02.05-.12.26-.19.48-.07.2-.17.4-.22.48-.04.05-.07.14-.07.2s-.05.18-.12.3c-.19.41-.29.65-.29.7 0 .03-.05.15-.1.27l-.23.5-.2.46-.12.34v.14h2.02l2.05.02v1.93h-3.18c-1.75 0-3.2-.03-3.22-.03-.02-.02-.02-.48-.02-1 0-.78.02-1.02.07-1.09s.1-.17.1-.21c0-.08.02-.12.04-.12s.08-.03.08-.05a1 1 0 0 1 .1-.32l.11-.26.1-.29c.12-.22.2-.43.2-.5l.13-.27c.08-.12.15-.31.17-.4s.05-.18.07-.18c.03 0 .08-.12.12-.26.03-.15.15-.43.27-.67.1-.24.2-.46.2-.5s.02-.1.04-.1c.05 0 .07-.05.07-.1s.05-.17.1-.24.1-.15.07-.17v-.02l.02-.08c0-.03.05-.14.12-.28.2-.44.22-.5.2-.56l.04-.1c.03 0 .1-.16.17-.33s.15-.36.2-.43c.02-.05.07-.24.14-.39.05-.17.14-.36.19-.46l.17-.4c.05-.15.1-.24.12-.24s.05-.05.05-.1.02-.14.07-.22c.02-.07.07-.16.07-.21.02-.05.1-.27.22-.48.1-.22.16-.41.16-.44-.02-.04 0-.07.03-.1.05-.02.07-.09.1-.18l.04-.15h-1.92c-1.06 0-1.95-.02-1.97-.05s-.05-.45-.03-.96v-.91h3.1l3.08-.03z" })
9
+ ] });
10
+ export {
11
+ SvgIconMadmagz as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMatholycee: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMatholycee;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMatholycee = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M7.1 21.52c-.08-.02-.08-.07-.05-.57.02-.46.02-.55-.03-.5-.02.02-.05.11-.05.28L7 21h-.55l-.03-.32c-.05-.36.03-.52.27-.72l.16-.12-.14-.1c-.1-.09-.12-.14-.14-.43 0-.19-.08-.43-.15-.6-.05-.14-.12-.31-.12-.36s-.02-.12-.07-.14c-.05-.03-.94-2.07-.99-2.31-.02-.07.12-.1.9-.1h.93l.1.27a8.4 8.4 0 0 1 .38 1.2s.12-.24.22-.58l.21-.57-.33-.12a3 3 0 0 1-.48-.27l-.2-.14.39-.75.58-1.15.19-.41.4-.12c.25-.07.42-.14.42-.17-.03-.02-.39.07-.68.2l-.12.02v-2.67l.12-.12c.1-.12.24-.14 1.57-.2l1.46-.02-3.1-.04-.02-.24c-.07-.8-.1-1.13-.05-1.23l.31-3.05c.15-1.62.3-3.01.3-3.13l.02-.2h3.07l.05.18c.03.12.1.93.2 1.85.09.89.23 2.35.35 3.24.15 1.35.2 1.66.34 2.12.07.29.15.6.15.67 0 .17.07.96.16 1.66l.05.36h.41c.36 0 .39.03.29.12a.9.9 0 0 1-.41.1c-.29 0-.29.02-.26.14l.07.44c.02.38.02.38-.72.45l-.58.03-.1-.24a1.4 1.4 0 0 1-.07-.44c.03-.21.03-.24-.12-.21-.07 0-.12.02-.07.02.05.03.07.17.07.5.03.25.03.49 0 .51 0 .05-.17.07-.36.07h-.36l-.02-.5-.03-.48-.31.05c-.39.07-.7.16-.55.16.21.03.07.17-.17.17-.2-.02-.22-.02-.1-.07.2-.12-.2-.02-.5.12-.58.24-.8.8-.5 1.3.28.53 1.2.96 2.5 1.18.52.07.6.07.42 0-.19-.1 1.62-.08 1.93 0 .58.16 1.59-.05 2.36-.5.16-.1.16-.13.12-.2-.12-.14-.05-.24.21-.24l.24-.02c.1 0 .3-.41.3-.56 0-.17-.15-.48-.2-.38-.03.02 0 .05.02.05s.03.02.03.07c-.05.1-.15.1-.15-.03 0-.1-.12-.19-.21-.19l.02.2c.02.12.03.2 0 .26-.05.1-.86.14-1.13.07-.2-.05-.21-.07-.24-.26v-.2h-.84v-1.3l.02-1.27.94-.02c1.28-.03 1.47.04 1.13.38-.12.1-.24.12-.6.12-.65 0-.65 0-.65.53 0 .46.03.5.12.36.05-.07.05-.07 0-.05-.07.05-.07 0-.07-.16v-.22h.55c.36 0 .5.02.46.07-.07.07-.07.07.02.05.05-.02.15-.05.22-.05s.12-.05.14-.2c.05-.26.15-.2.12.08 0 .03.05.05.12.03.08-.05.34-.08.56-.1.4-.05.5-.02.96.22h.05c-.05-.05-.05-8.95-.03-9.6l.03-.43h2.2v1.75c0 1.95 0 2.02.25 2.14.07.03.12 0 .17-.17.07-.19.07-.38.07-1.9V2.46l.29-.05c.4-.07 1.7-.07 1.82-.02l.12.07v4.69c0 2.6-.02 4.76-.02 4.83-.02.1-.14.12-.96.12-.58 0-.96-.04-1.06-.1l-.17-.06v-.6c0-.65-.02-.63.41-.75.3-.1.3-.1.32-.31v-.24l-.73-.1v-.43c0-.46-.02-.53-.19-.53-.1 0-.14.38-.12.89.03.26.03.36-.02.4-.03 0-.07.22-.12.44-.05.36-.07.65-.05 1.92v1.5l-.1.04c-.12.05-1.1 0-1.1-.07 0-.02-.03-1.2-.03-2.62 0-2.98-.07-2.64.58-2.64.24 0 .43-.03.43-.08 0-.02.03-.12.03-.19.02-.1-.03-.1-.5-.1-.8 0-.73-.23-.7 2.67 0 1.3 0 2.31-.03 2.26s-.02 0-.02.12c0 .32-.2.63-.58.99-.22.2-.4.34-.43.34s-.03.05.02.19l.05.2c-.02.04-1.15.28-1.18.23-.02 0-.21.05-.46.15l-.4.16 1.27.03c.7 0 1.4.02 1.54.05l.24.04v.46c0 .27 0 .48-.03.5l-.77.05-.74.05-.05.27c-.02.16-.02.3 0 .33 0 .03.34.08.72.1.68.05.68.05.72.22.05.1.05.33.05.48 0 .38-.05.38-.84.4h-.63v.25c-.02.14-.02.26 0 .26.03.02.05.12.05.24 0 .22 0 .22.24.27l.24.04-.02.27v.29l-.27.02c-.24.05-.26.05-.07.07.34.03.39.08.39.36v.27l-.32-.05c-.16-.02-.5-.05-.74-.05h-.46v-.33c0-.3 0-.34.1-.34h.1l-.1-.1a.64.64 0 0 1-.12-.31l-.03-.4c-.02-.15-.02-.15-.02.04 0 .22-.02.26-.12.26s-.1 0-.02.05c.1.03.12.27.04.36-.02.03-.02.08 0 .12s.05.22.05.39v.29l-.5-.05c-.72-.07-.7-.05-.7-.63 0-.26.02-.45.05-.45s.02-.7.02-1.9c0-1.71.03-1.9.07-1.97.08-.05.05-.05-.07-.03-.07.03-.31.07-.5.15-.22.04-.36.1-.32.1.22.02.46.69.46 1.24 0 .58.07.53-1.08.53h-1.04v-.4c0-.25-.02-.54-.04-.68-.05-.22-.08-.24-.17-.24a.46.46 0 0 0-.24.07l-.1.07v1.64c-.02 1.6-.02 1.66-.12 1.78-.1.14-.1.14 0 .14.05 0 .07.05.07.22v.24h-.3c-.47 0-.92-.27-.78-.46.03-.02.03-.12 0-.29-.02-.14-.02-.6-.02-.99v-.72h-1.01v-.55c0-.29.02-.7.05-.87l.07-.36-.17-.02c-.34-.12-.36-.1-.62.55l-.46 1.01c-.12.22-.2.39-.17.39.07 0 .07.19-.02.33-.05.08-.08.2-.1.3-.02.16-.05.19-.2.19l-.16.02.17.05.14.05v1.1l-.29.03c-.26.02-.26.02-.3.24-.08.52-.23.21-.23-.49v-.4l.39-.05-.22-.03c-.16 0-.19 0-.24.17-.02.12-.04.46-.04.8 0 .57 0 .57-.1.57-.05 0-.1.05-.1.07 0 .1-.24.1-.38.03zm4.47-1.2c.02-.04 0-.07-.03-.07s-.07.03-.1.07c0 .05 0 .08.06.08.02 0 .07-.03.07-.08M7.3 19.24c-.02-.24-.05-.22-.05.05 0 .12.03.21.05.19s.02-.12 0-.24m4.02-2.6a2.3 2.3 0 0 0-.58 0c-.17 0-.02.03.29.03s.46-.03.29-.03m1.08-.07a.26.26 0 0 0-.2 0c-.07 0-.02.03.08.03.12 0 .17-.03.12-.03m-3.1-.07c-.05-.03-.1-.03-.12 0s0 .02.07.02.07-.02.05-.02m3.67 0c-.04-.03-.1-.03-.12 0s0 .02.08.02c.07 0 .1-.02.04-.02M9 16.43c-.04-.03-.12-.03-.14 0-.05 0-.02.02.07.02.07 0 .1-.02.07-.02m4.48 0c-.05-.03-.1-.03-.12 0-.03 0 0 .02.07.02s.1-.02.05-.02m-4.81-.1H8.5c-.02.03 0 .05.08.05.1 0 .11-.03.07-.05zm5.2.03a.07.07 0 0 0-.1 0c-.03 0 0 .02.04.02s.08-.02.05-.02zm-5.52-.13c-.07-.02-.16-.04-.24-.04s-.07 0 .03.04c.07.05.17.08.21.08.1 0 .1-.03 0-.08m5.82.03c-.02-.03-.07 0-.07.02-.02.03 0 .03.05.03s.05-.03.02-.05m-.84-.36a4.4 4.4 0 0 0-.8 0c-.2 0-.02.02.42.02s.62-.02.38-.02m2.53-.07c-.03-.03-.08-.03-.08 0-.02.02 0 .04.05.04s.05-.02.03-.04M9.2 12.94a.15.15 0 0 0-.15 0c-.05 0 0 .02.07.02s.12-.02.08-.02m.28-.1h-.14c-.05.03 0 .05.07.05.1 0 .12-.02.07-.05m1.74 0h-.17c-.03.03 0 .05.1.05s.11-.02.07-.05m-1.38-.07h-.16c-.05.03 0 .05.1.05s.11-.02.07-.05zm.8-.12c.24-.05.36-.1.31-.1-.12-.02-.14-.04-.17-.3l-.02-.32-.2.02c-.23 0-.42.22-.42.5 0 .15-.03.22-.08.25-.14.07.17.05.58-.05m1.83.05h-.24c-.08.02 0 .02.12.02.14 0 .19 0 .12-.02m2.86-.14c-.03-.03-.05-.03-.07 0 0 .02.02.04.04.04.05 0 .08-.02.03-.04m-3.56-1.11c0-1.1-.02-1.44-.1-1.44 0 0-.02.55-.02 1.22v1.23l-.14.02c-.1.03-.08.03.07.05h.19zm.72.96c-.07-.02-.2-.02-.27 0s0 .02.15.02c.14 0 .2 0 .12-.02m-1.9-3c0-.03-.02-.75-.1-1.62-.04-.84-.12-1.54-.12-1.54s-.07.63-.11 1.4c-.08.74-.15 1.44-.15 1.56-.02.17-.02.2.07.24.1.03.39 0 .41-.04m7.8 11.7c-.1-.16-.13-.52-.06-.6.03-.04.03-.1 0-.19-.07-.21-.04-.26.15-.43.19-.2.67-.22.77-.07.02.07.05-.34.05-1.8 0-1.04 0-1.95.02-2.05l.02-.17h1.62c.89 0 1.73.03 1.85.05l.24.05v.46c0 .45 0 .45-.12.5-.08.02-.41.05-.75.05-.6 0-.65.02-.67.14-.03.07-.05.22-.05.34 0 .14.02.17.22.21.1.03.43.05.7.05h.47l.08.27.04.5c-.02.3-.07.32-.86.34-.5 0-.6.02-.63.12-.04.2-.02.4 0 .4s.05.1.05.22c0 .22.03.22.22.27l.21.05v.57l-.24.03c-.16 0-.19 0-.1.02.42.07.44.1.44.39v.26l-.31-.04c-.17-.05-.53-.05-.8-.05l-.45.02v-.34c0-.24.02-.3.07-.33l.1-.05-.1-.1c-.05-.07-.07-.19-.07-.38 0-.15-.03-.22-.03-.15-.02.08-.07.15-.14.15s-.1 0 0 .05c.1.02.1.02.05.26q-.045.18 0 .24c.02.03.04.17.04.34v.31l-.52-.05c-.41-.02-.53-.02-.53.05 0 .1-.08.12-.6.22-.08.02-.1-.03-.1-.15-.02-.24-.1-.21-.14.03-.05.21-.05.21-.15 0zm.69-.4h-.29c-.05.02 0 .04.17.04.14 0 .21-.02.12-.04m3.3.45c-.08-.1-.08-.16-.08-.5 0-.2 0-.43-.02-.48-.03-.1.02-.17.17-.3.16-.13.24-.16.5-.13l.29.02v.89l-.31.05-.3.02.34.03c.3 0 .37.04.39.12.05.21.02.24-.24.28l-.34.1c-.1.05-.12 0-.14-.22l-.05-.24-.07.24c-.05.24-.05.24-.14.12M8.1 20.95c0-.17.03-.17.22-.17.17 0 .2 0 .2.17 0 .19-.03.19-.2.19-.2 0-.22 0-.22-.2zm-5.14-.3c0-.18 0-.33.02-.33s.05-.1.05-.21c0-.15-.02-.22-.07-.22s-.05.1-.05.43v.46h-.24c-.22 0-.24-.02-.29-.17s-.05-.14-.1-.05c-.04.15-.72.24-.93.12-.2-.1-.24-.21-.15-.45.05-.15.07-.46.07-2.12 0-1.08 0-2.04.03-2.14l.02-.17 1.04.03h1.03v1.58c0 1.5 0 1.6.07 1.6.1 0 .2.13.22.28 0 .05-.05.12-.17.2-.17.06-.1.06.6.11.53.03.77.07.8.12 0 .05.04.07.1.07.14 0 .18.22.18.68v.38h-.64c-.37.03-.77.03-.9.03s-.21.02-.21.04c0 .05-.12.08-.24.08h-.24v-.34zm-1.08-1.5c0-.17 0-.17-.15-.08s-.12.22.03.22c.1 0 .12-.05.12-.15zm8.77 1.65a1.8 1.8 0 0 1-.38-.26c-.27-.24-.34-.5-.39-1.35l-.02-.65.53.03.5.02.03 1.15c0 .65-.03 1.18-.03 1.16zm1.73-.05c-.04-.3 0-1.2.05-1.22.03-.03.05.02.05.12 0 .24.1.34.29.26.1-.02.17-.04.2-.07.04-.07 0-.26-.1-.26-.05 0-.08-.05-.08-.41v-.41h.68v.38c0 .3.02.37.07.37.07 0 .07-.05.07-.27-.02-.22 0-.29.07-.4s.17-.15.67-.15c.51 0 .56.02.56.14 0 .24-.05.46-.1.46-.02 0-.05.02-.05.07.03.02 0 .22-.02.4-.07.35-.07.35-.24.3-.12-.03-.14-.03-.14.07 0 .14-.17.39-.34.46a.55.55 0 0 0-.22.19.33.33 0 0 1-.26.14c-.17 0-.2-.02-.2-.21v-.2l-.09.2c-.12.19-.14.21-.48.21-.36 0-.36-.02-.39-.16zm-10-6.08c-.1-.17-.12-.21-.12-1.1v-.92h1.1v.9c0 .47-.02.98-.04 1.07-.05.22-.05.22-.46.22-.33 0-.4-.02-.48-.17m18.59-.05c-.1-.04-.1-.07-.07-.81v-1.43h2.23v.57l-.02.82-.02.24h-1.33l.03.24c.02.41 0 .43-.39.41-.2 0-.38-.02-.43-.05zm-15.51-.14c-.03-.03-.03-.46-.03-.99v-.96h.94c.53 0 .99.02 1.01.07.03.03.03.22.03.48l-.03.46-.29.24c-.16.14-.36.36-.43.5l-.1.25h-.55c-.29 0-.53 0-.55-.05m-.87-.27c-.12-.12-.21-.16-.53-.19L3.68 14v-.2c0-.09-.07-.67-.17-1.27-.12-.89-.17-1.25-.2-2.06a6.8 6.8 0 0 0-.2-2.05L2.97 8v.34c0 .3 0 .36-.1.4-.11.08-1.8.08-1.82 0-.03-.02-.05-5.55-.03-6.34 0-.1.49-.12 1.88-.03l.91.05.17 1.5c.36 3.17.36 3.17.41 1.84.03-.36.05-.77.07-.89l.15-1.25.12-1.03.12-.12c.12-.1.36-.12 1.42-.14 1.03-.03 1.27 0 1.27.07.03.53 0 6.18-.02 6.2-.03.07-1.45.12-1.66.05l-.24-.05v-.84l-.03.38c-.02.22-.04.41-.07.46 0 .03-.17.07-.33.07-.49.05-.49.3 0 .32h.24l-.03.24c-.05.3-.17.55-.31.62-.31.12-.27.31.05.31.21 0 .24.03.24.15-.03.07-.1.84-.2 1.73-.26 2.57-.24 2.36-.36 2.36-.04 0-.16-.08-.24-.17zm.03-4.56c.02-.1-.1-.15-.48-.15-.3 0-.34.03-.34.1 0 .1.05.12.38.12.22 0 .41-.03.44-.07M1.44 14.2l-.19-.1-.02-2.32c0-1.28-.03-2.36 0-2.38 0-.03.43-.05.98-.05h.99v2.88h-.96l-.05.34a8 8 0 0 0-.05.82c0 .29 0 .55-.02.6-.05.12-.32.31-.41.31-.03 0-.15-.05-.27-.1m7.24-.26c0-.12.2-.36.41-.48.12-.07.31-.12.5-.12.34 0 .37.02.27.43l-.02.24h-.58c-.34 0-.58-.02-.58-.07m-1.18-.5c0-.15.08-.17.17-.1.07.05.07.07.03.07-.03 0-.1.02-.12.05s-.08 0-.08-.03zm.22-.46.07-.96c.05-.41.07-.68.1-.65.02 0 .07.24.12.5.04.41.07.53.02.94-.05.46-.05.46-.2.46s-.14 0-.11-.3zm-2.14-.94c-.03-.02-.03-.74-.03-1.56V8.97h.94c.56 0 .94.03.96.07 0 .05.03.72.03 1.54v1.47l-.94.02c-.5 0-.94 0-.96-.02zm10.87-.67-.1-.17h-1.92l-.05-.27c-.02-.14-.07-.28-.07-.33s.24-.07.67-.07c.36 0 .67-.03.72-.05s.05-.17.05-.68c0-.4.02-.62.05-.62.05 0 .05-.07.02-.27-.02-.16-.05-.67-.07-1.13l-.02-.86v1.2c0 .65-.03 1.4-.03 1.66l-.02.46h-1.44l.02-2.02c0-1.13.02-2.34.05-2.67l.02-.65-.2-.07c-.11-.05-.3-.1-.42-.12-.15-.03-.34-.1-.44-.12l-.19-.1V2.31h4.67l.04.65.03 1.04c0 .4 0 .43-.15.55-.1.1-.28.14-.6.17l-.48.04v4.21l-.07.05-.29.1-.21.07h.57v1.2c0 .65 0 1.18-.02 1.18s-.07-.07-.12-.2m-8.56-.3a3.8 3.8 0 0 1 .02-.93l.1.39c.04.29.07.38.02.5-.07.2-.1.2-.14.05z" })
9
+ ] });
10
+ export {
11
+ SvgIconMatholycee as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMaxicours: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMaxicours;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMaxicours = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M4.62 23.04c-.3-.27-.36-.4-.34-.72.02-.39.24-.53 1.25-.94.48-.2.31-.29-.58-.36l-.77-.07.44-.3c.57-.35.91-.33 1.37.08.31.29.4.48.45.99.12 1.37-.89 2.09-1.82 1.32m1.25-.55c.16-.32.07-.6-.2-.6-.3 0-.93.36-.93.52 0 .39.91.44 1.13.08m5.43.67c-1.13-.48-1.18-2.14-.07-2.6.6-.24.89-.21 1.25.15.36.38.24.67-.2.43-.4-.22-.98-.17-1.12.12-.22.38-.15 1.06.12 1.3.24.21.29.21.86.02.72-.21.9-.1.44.34-.41.36-.8.43-1.28.24m5.84.07c-.45-.17-.79-.67-.93-1.32-.12-.67-.05-1.35.16-1.47.2-.14.34.24.34 1.04 0 .67.03.79.31.96.24.17.39.19.65.1s.34-.22.41-.73c.12-.89.22-1.17.34-1.17.22 0 .29.84.14 1.46-.21.87-.84 1.37-1.42 1.13m4.86-.02c-.29-.1-.48-.32-.48-.5 0-.06.27-.1.6-.1.48 0 .63-.05.63-.17s-.15-.27-.34-.34c-.46-.17-.89-.58-.89-.86 0-.22.65-.85.91-.85.34 0 .82.24.82.41 0 .15-.16.22-.53.24-.64.05-.72.27-.19.53.63.31.84.55.84.92 0 .57-.74.96-1.37.72m-18.54-.05c-.04-.05-.07-.4-.07-.82v-.72l-.38.43c-.58.65-.99.58-1.3-.24-.07-.19-.12-.07-.22.46-.17.9-.26.99-.43.39-.27-.94-.1-2.4.24-2.2.07.03.34.42.62.83l.5.72.37-.53c.43-.6.72-.87.84-.77.17.1.27 1.15.2 1.85-.1.65-.17.77-.37.6m4.88-.43-.48-.5-.33.43c-.2.24-.46.45-.58.45-.27 0-.22-.24.21-.82l.3-.38-.37-.6a4 4 0 0 1-.38-.7c0-.24.38-.05.72.34.4.5.58.48 1.06-.05.24-.26.57-.36.57-.14 0 .07-.16.3-.38.55-.2.22-.36.46-.36.5s.17.3.36.5c.36.44.5.92.24.92-.07 0-.34-.24-.58-.5m1.26.31a6.5 6.5 0 0 1 0-2.36c.19-.19.3.3.3 1.25 0 1.06-.14 1.57-.3 1.1zm3.94-.22c-.48-.5-.55-1.03-.17-1.66.48-.79 1.4-.96 1.95-.36.4.44.53.87.38 1.4-.19.74-.55 1.03-1.17 1.03-.46 0-.63-.07-1-.4zm1.51-.38c.17-.17.3-.46.3-.63 0-.36-.49-.93-.8-.93s-.94.7-.94 1.05c0 .41.4.8.82.8.17 0 .45-.12.62-.3zm4.04.46a7.4 7.4 0 0 1-.1-1.33v-.98l.85.02c1.25.05 1.59.48 1.1 1.4-.16.36-.16.4 0 .6.49.53.03.7-.55.19-.5-.41-.82-.41-.91.07-.1.46-.27.46-.39.02zm1.37-1.09c.24-.24.24-.48 0-.67-.38-.34-1.15.2-.96.67.1.24.7.24.96 0m-13.32-3.8c-.02-.07-.1-.62-.14-1.2l-.1-1.03-2.84-.15v-2.45l1.42-.07 1.42-.05L7 9.3c.02-2.07.1-3.95.14-4.16l.07-.39h2.2c1.2 0 2.88.02 3.77.07l1.56.07-.1.34c-.14.48-.12 1.4.05 1.44.07.03.15-.62.22-2.11.02-1.18.1-2.21.14-2.3.07-.25.84-.61 1.25-.61.82 0 1.25.7 1.35 2.12l.07.98H19c1.6 0 1.8.12 1.87 1.2.05.68.03.77-.26 1.09-.34.3-.36.3-1.64.26l-1.27-.05-.03 3.47c0 3.82-.07 4.4-.65 4.8-.3.24-.5.27-3.84.3l-3.5.04-.04 1.13-.02 1.13-1.2.05c-.92.02-1.23-.02-1.28-.14zm7.7-3.75c0-.55 0-.57-.12-.21-.1.33-.05.8.1.8.02 0 .04-.27.02-.59m.02-4.04v-2.9H9.72l-.1.38c-.02.21-.07 1.51-.07 2.9v2.5l2.57.06c1.4 0 2.6 0 2.65-.03s.1-1.32.1-2.9zm-6.06.1c0-.2-.8-.22-.91-.02-.05.07 0 .21.12.3.24.18.8-.02.8-.28zm1.25-4.16c0-.22-.07-.46-.12-.55-.1-.15-.12.02-.12.55 0 .5.03.67.12.55.05-.12.12-.36.12-.55m8.06-.22c0-.19-.1-.46-.22-.58-.2-.19-.2-.14-.2.68s0 .84.2.55c.12-.17.22-.46.22-.65" })
9
+ ] });
10
+ export {
11
+ SvgIconMaxicours as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMediacentre: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMediacentre;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMediacentre = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M13.024 6a1.8 1.8 0 0 0-.556.085c-1.017.31-.995 1.59-.522 2.4l5.174 8.848c.627 1.073 1.63 1.59 2.465.987 1.089-.784-.015-2.407-.309-2.901l-4.507-7.97c-.336-.594-.827-1.436-1.746-1.449zm-4.598.043c-.799 0-1.442.54-1.442 1.21v.008q-.028.234 0 .49v3.13a1.5 1.5 0 0 0-.449-.068c-.416 0-.815.172-1.109.48-.294.306-.46.722-.46 1.156s.166.85.46 1.156c.294.307.693.48 1.109.48q.23 0 .45-.07V17.3c0 .67.642 1.21 1.44 1.21.8 0 1.442-.54 1.442-1.21v-4.31l2.484 4.372c.614 1.08 1.765 1.517 2.569.874.856-.685-.002-2.296-.279-2.793L10.3 7.573a5.2 5.2 0 0 0-.61-.906c-.244-.374-.718-.626-1.264-.626zm-3.002.222q-.207 0-.398.083-.19.082-.337.235c-.096.1-.173.22-.225.351a1.12 1.12 0 0 0 .225 1.18q.147.152.337.236a1 1 0 0 0 1.132-.235 1.124 1.124 0 0 0 0-1.532q-.145-.151-.337-.235a1 1 0 0 0-.397-.083m12.063 1.53a.92.92 0 0 0-.662.287 1 1 0 0 0-.274.69c0 .26.098.508.274.69a.903.903 0 0 0 1.325 0 1.013 1.013 0 0 0 0-1.381.903.903 0 0 0-.662-.286M5.183 15.38c-.155 0-.309.032-.453.094a1.2 1.2 0 0 0-.383.267 1.2 1.2 0 0 0-.257.4 1.28 1.28 0 0 0 .257 1.346 1.142 1.142 0 0 0 1.29.268q.216-.096.383-.268c.11-.115.197-.251.257-.4a1.28 1.28 0 0 0-.257-1.346 1.2 1.2 0 0 0-.384-.267 1.1 1.1 0 0 0-.453-.094" })
9
+ ] });
10
+ export {
11
+ SvgIconMediacentre as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMindmap: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMindmap;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMindmap = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M24.05 17.27v4.3q0 .53-.39.92t-.91.38h-4.28q-.53 0-.91-.38t-.39-.92v-4.3q0-.53.39-.91t.9-.37h1.28v-2.57H12.9V16h1.27q.56 0 .92.37t.38.9v4.31q0 .53-.38.92t-.92.38H9.88q-.55 0-.91-.38t-.39-.92v-4.3q0-.53.39-.91t.91-.37h1.28v-2.57H4.3V16h1.28q.55 0 .91.37t.39.9v4.31q0 .53-.39.92t-.91.38H1.3q-.56 0-.92-.38T0 21.57v-4.3q0-.53.39-.91t.9-.37h1.28v-2.57q0-.7.5-1.22t1.23-.5h6.86V9.11H9.88q-.55 0-.91-.39t-.39-.89v-4.3q0-.53.39-.91t.91-.39h4.28q.55 0 .91.39t.39.91v4.3q0 .53-.39.9t-.9.38h-1.28v2.57h6.85q.7 0 1.23.5t.5 1.23V16h1.28q.55 0 .91.36t.38.9z" })
9
+ ] });
10
+ export {
11
+ SvgIconMindmap as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMonorientationenligne: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMonorientationenligne;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMonorientationenligne = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M12.14 1.83c-8.6 0-8.72 0-9.3.27-.3.14-.72.45-.94.67-.67.8-.74.91-.72 7.5h3.8c-.05 0-.05 0-.05-.02 0-.05.14-.24.34-.36.29-.24.48-.27 1.78-.27 2.26 0 2.28-.14.33-2.14-1.56-1.59-1.66-1.8-1.22-2.52.24-.41.84-.68 1.32-.56.17.05.91.7 1.66 1.45 1.9 1.9 2.07 1.87 2.07-.44.02-1.58.07-1.78.6-2.06.4-.22.77-.17 1.1.16.3.3.32.39.32 1.76 0 1.51.1 1.95.45 1.95.12 0 .85-.6 1.62-1.37.79-.8 1.53-1.4 1.73-1.45.72-.19 1.46.39 1.46 1.1 0 .56-.16.8-1.6 2.27-1.71 1.73-1.71 1.75.52 1.85 1.28.05 1.64.1 1.85.27.12.12.24.28.24.36l-.04.02h3.7c0-5.53-.05-6.25-.24-6.7a3.8 3.8 0 0 0-.65-.97c-.87-.82-.48-.77-10.12-.77zm0 5.9c-.55 0-.81.38-.81 1.2 0 .35-.03.84-.08 1.05l-.04.3h1.9v-.9c0-1.2-.27-1.66-.97-1.66zM1.18 10.45v2.62c.02 8.06.05 8.56.26 8.97.46.85 1.1 1.4 1.97 1.66.17.05 4.1.1 8.69.1 9.11.02 9.09.02 10-.67.26-.2.58-.65.74-.99l.32-.65V10.46H1.18zM6.76 12c.31 0 .55.07.72.27.19.19.26.43.26.74s-.07.58-.26.75c-.17.19-.41.26-.72.26-.34 0-.58-.07-.75-.26-.19-.17-.26-.44-.26-.75s.07-.57.26-.74c.17-.2.41-.27.75-.27m-3.22 0c.12 0 .21.03.3.07.1.08.18.15.22.27.12-.12.22-.2.34-.24a.6.6 0 0 1 .34-.1c.19 0 .33.05.43.2.12.12.17.28.17.52v1.25h-.6v-1.2c0-.07-.03-.12-.03-.17l-.1-.07c-.05-.03-.09-.02-.16-.02-.05 0-.1 0-.14.02-.05 0-.1.05-.17.07v1.38h-.6v-1.21c0-.08-.03-.12-.05-.16 0-.03-.05-.05-.07-.08-.05-.02-.1-.02-.17-.02s-.12 0-.17.02c-.05.03-.12.05-.14.08v1.37h-.6v-1.93h.6v.22c.1-.1.19-.15.29-.2s.19-.07.3-.07zm5.84 0c.19 0 .36.05.48.17.1.12.17.31.17.55v1.25h-.6v-.96c0-.07 0-.14-.03-.21 0-.1 0-.15-.02-.17-.03-.05-.05-.07-.1-.1s-.1-.02-.17-.02-.12 0-.16.02c-.05 0-.12.05-.2.07v1.37h-.57v-1.92h.57v.22c.12-.1.22-.15.32-.2s.19-.07.31-.07m-2.62.41-.17.02-.12.1-.1.2-.02.28.02.3c.03.06.05.11.1.16.02.05.07.07.12.1s.1.04.17.04c.04 0 .1-.02.14-.05.05 0 .1-.04.12-.1.05-.04.07-.09.1-.16s.02-.17.02-.29 0-.19-.02-.29a.4.4 0 0 0-.1-.17c-.02-.04-.07-.1-.12-.1a.34.34 0 0 0-.14-.04m-.48 2.04h.62v.49h-.62v-.48zm11.03 0h.6v.49h-.6v-.48zm-5.24.2h.6v.55h.56v.43h-.56v.84c0 .04 0 .1.03.15l.07.1c.05.02.1.02.17.02.04 0 .07 0 .12-.03l.12-.02h.04v.4c-.07.03-.14.06-.21.06l-.24.02c-.24 0-.41-.05-.53-.14-.1-.1-.17-.27-.17-.5v-.9h-.24v-.43h.24zm3.75 0h.6v.55h.56v.43h-.56v.84c0 .04 0 .1.03.15l.07.1c.05.02.1.02.17.02.05 0 .07 0 .12-.03l.12-.02h.05v.4c-.08.03-.15.06-.22.06l-.24.02c-.24 0-.4-.05-.53-.14-.1-.1-.17-.27-.17-.5v-.9h-.24v-.43h.24zm-12.62.5c.34 0 .58.07.74.27.2.19.27.43.27.74s-.07.58-.27.75c-.16.19-.4.29-.74.29q-.48 0-.72-.3c-.2-.16-.27-.43-.27-.74s.07-.55.27-.74c.16-.2.4-.27.72-.27m5.14 0c.32 0 .53.07.68.24.16.15.24.39.24.67v.22H7.9c0 .14.05.27.14.34.12.1.27.12.46.12.12 0 .24-.03.36-.07s.22-.1.27-.15h.07v.5c-.12.06-.27.1-.36.13-.12.02-.27.02-.41.02-.36 0-.65-.07-.84-.26a.9.9 0 0 1-.3-.72c0-.34.1-.58.3-.77.17-.17.43-.27.74-.27zm11 0c.3 0 .57.07.74.27s.26.43.26.74-.1.58-.26.75c-.2.19-.43.29-.75.29s-.55-.1-.74-.3c-.17-.16-.27-.43-.27-.74s.1-.55.27-.74c.2-.2.43-.27.74-.27zm-5.03 0c.33 0 .57.05.72.17.14.1.24.26.24.5v1.3h-.6v-.19a.5.5 0 0 1-.12.07c-.03.05-.07.08-.12.1s-.12.05-.17.05c-.07.02-.14.02-.22.02-.16 0-.3-.05-.43-.17s-.17-.26-.17-.43a.7.7 0 0 1 .08-.34c.07-.1.14-.16.26-.21.1-.05.24-.1.4-.1a3 3 0 0 1 .51-.05v-.02c0-.1-.04-.17-.14-.22a.84.84 0 0 0-.67 0c-.1.03-.2.05-.24.08h-.05v-.46a2.8 2.8 0 0 1 .72-.1m-3.44 0c.2 0 .36.05.46.2.12.11.16.28.16.52v1.25h-.57v-.96c0-.07 0-.14-.03-.22 0-.07 0-.14-.02-.16-.02-.05-.05-.08-.1-.1s-.1-.02-.19-.02c-.05 0-.1 0-.14.02l-.2.07v1.37h-.57V15.2h.58v.22c.12-.1.21-.15.3-.2s.2-.07.32-.07m11.1 0c.2 0 .35.05.47.2.12.11.16.28.16.52v1.25H22v-1.18c0-.08-.02-.14-.04-.16a.2.2 0 0 0-.1-.1c-.02-.02-.1-.02-.17-.02-.05 0-.1 0-.17.02l-.16.07v1.37h-.6V15.2h.6v.22c.1-.1.19-.15.28-.2s.22-.07.34-.07zm-16.15.05h.14v.6h-.05c-.02-.02-.07-.02-.12-.02l-.14-.03c-.07 0-.14.03-.22.03-.07.02-.14.02-.21.07v1.27h-.58V15.2h.58v.29c.14-.12.24-.2.34-.24.1-.03.19-.05.26-.05m.48 0h.58v1.93H6.3zm11.01 0h.6v1.93h-.6zm-9.01.34c-.1 0-.2.02-.27.1-.07.04-.12.14-.12.28h.75c0-.14-.03-.24-.08-.29-.07-.07-.16-.1-.29-.1zm-5.1.05c-.05 0-.1 0-.15.02-.04 0-.07.05-.12.1-.04.02-.07.1-.1.16s-.02.17-.02.3c0 .11 0 .18.03.28.02.07.05.12.1.17.02.05.07.1.11.1.05.02.1.04.17.04l.15-.02c.04-.03.1-.07.12-.1a.5.5 0 0 0 .1-.19l.02-.29c0-.1-.03-.19-.03-.29a.4.4 0 0 0-.1-.17c-.02-.04-.07-.07-.11-.1s-.1-.02-.17-.02zm16.13 0c-.04 0-.1 0-.14.02-.05 0-.1.05-.14.1-.03.02-.05.1-.08.16s-.02.17-.02.3c0 .11 0 .18.02.28l.08.17c.04.05.07.1.12.1l.16.04.17-.02.12-.1c.03-.05.05-.12.07-.19s.03-.17.03-.29c0-.1 0-.19-.03-.29l-.07-.17-.12-.1c-.05-.02-.12-.02-.17-.02zm-4.66.64c-.07 0-.17 0-.24.03l-.22.02a.3.3 0 0 0-.14.1c-.02.05-.05.1-.05.14s0 .08.03.1l.04.07c.02.02.05.05.1.05.02.02.07.02.14.02s.12-.02.2-.05c.04-.02.1-.04.14-.1zm4.62 1.38h.24l.16.02v.43h-.02c-.05 0-.07 0-.12-.02-.02 0-.07-.03-.12-.03-.12 0-.2.03-.24.08s-.07.12-.07.26h.45v.43h-.43v1.5h-.58v-1.5h-.26v-.43h.26v-.05c0-.24.05-.4.17-.53s.32-.16.56-.16m-11.21 0h.6v2.66h-.6zm1.13 0h.63v.48H9.2v-.48zm-5.96.7c.29 0 .53.07.67.23.14.15.22.39.22.68v.21H2.79c.02.15.07.27.17.34.1.1.26.12.45.12.12 0 .24-.02.36-.07s.2-.1.27-.15h.07v.5c-.14.06-.26.1-.38.13s-.24.02-.39.02c-.36 0-.65-.07-.84-.26-.2-.17-.29-.41-.29-.72s.1-.58.27-.77c.19-.17.45-.27.77-.27zm12.74 0c.31 0 .53.07.67.23.15.15.24.39.24.68v.21h-1.34c0 .15.04.27.14.34.12.1.27.12.46.12.12 0 .24-.02.36-.07s.22-.1.26-.15h.08v.5c-.12.06-.27.1-.39.13-.1.02-.24.02-.38.02-.37 0-.65-.07-.85-.26-.19-.17-.29-.41-.29-.72s.1-.58.27-.77c.2-.17.46-.27.77-.27zm-10.22 0c.2 0 .36.07.46.19.12.12.17.28.17.52v1.25h-.58v-.93l-.02-.24a.3.3 0 0 0-.05-.17c0-.05-.05-.07-.1-.1-.02-.02-.1-.02-.17-.02-.04 0-.1 0-.16.02l-.17.1v1.35h-.58v-1.93h.58v.22c.1-.07.19-.15.29-.2a.9.9 0 0 1 .33-.07zm5.3 0c.09 0 .18.02.26.04.1.02.16.05.24.1l.02-.1h.55v1.7c0 .18-.02.34-.07.46s-.12.22-.19.3c-.1.07-.2.11-.34.14-.12.05-.26.05-.4.05-.13 0-.27 0-.4-.03-.11 0-.2-.02-.3-.05v-.48h.07c.07.03.17.05.26.07s.2.05.27.05c.12 0 .21-.02.26-.05.08 0 .12-.04.17-.07l.07-.14a.6.6 0 0 0 .03-.22v-.02c-.08.05-.15.1-.24.14a.9.9 0 0 1-.3.05c-.26 0-.45-.07-.6-.24-.11-.17-.19-.4-.19-.74 0-.15.03-.3.05-.41a.9.9 0 0 1 .2-.3c.07-.09.16-.14.26-.18s.22-.08.31-.08zm2.85 0c.2 0 .34.07.46.19s.17.28.17.52v1.25h-.6V19.1a.3.3 0 0 0-.05-.17.2.2 0 0 0-.1-.1c-.02-.02-.1-.02-.17-.02-.04 0-.1 0-.16.02-.05.03-.12.05-.17.1v1.35h-.6v-1.93h.6v.22l.29-.2a.7.7 0 0 1 .33-.07zm7.2.04h.14v.6h-.05c-.03-.02-.07-.02-.12-.02h-.36l-.22.07v1.27h-.57v-1.92h.57v.29c.12-.12.24-.2.34-.24.1-.02.2-.05.26-.05zm-11.89 0h.58v1.92h-.58zm-6.03.34c-.12 0-.22.02-.3.1-.06.04-.09.14-.11.28h.77c0-.12-.02-.21-.1-.29-.04-.07-.14-.1-.26-.1zm12.74 0c-.1 0-.19.02-.26.1-.07.04-.12.14-.12.28h.74c0-.12-.02-.21-.1-.29-.04-.07-.14-.1-.26-.1zm-4.64.07c-.14 0-.26.05-.34.14-.07.08-.12.22-.12.39s.03.31.1.38c.07.08.17.1.29.1.07 0 .12 0 .17-.02l.17-.08v-.86l-.12-.05zm6.04.84h.6v.67h-.6z" })
9
+ ] });
10
+ export {
11
+ SvgIconMonorientationenligne as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMonstageenligne: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMonstageenligne;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMonstageenligne = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M12.29 1.35c-8.63 0-8.75 0-9.3.27a3.9 3.9 0 0 0-.95.67c-.67.8-.74.91-.74 7.5h3.8c-.03 0-.05 0-.05-.02 0-.05.17-.24.34-.36.29-.24.5-.27 1.8-.27C9.45 9.14 9.48 9 7.5 7 5.97 5.41 5.85 5.2 6.28 4.48c.24-.41.86-.68 1.32-.56.17.05.94.7 1.68 1.45 1.9 1.9 2.07 1.87 2.07-.44 0-1.58.07-1.78.58-2.06.43-.22.8-.17 1.13.16.29.3.31.39.31 1.76 0 1.51.1 1.95.46 1.95.12 0 .84-.6 1.61-1.37.8-.8 1.54-1.4 1.73-1.45.7-.19 1.47.39 1.47 1.1 0 .56-.17.8-1.61 2.27-1.71 1.73-1.71 1.75.53 1.85 1.25.05 1.63.1 1.82.27.15.12.27.28.27.36 0 0-.02.02-.07.02h3.7c0-5.53-.02-6.25-.22-6.7a3.9 3.9 0 0 0-.67-.97c-.87-.82-.46-.77-10.1-.77m0 5.9c-.58 0-.82.38-.82 1.2 0 .35-.02.84-.07 1.05l-.07.29h1.9V8.9c0-1.2-.24-1.66-.94-1.66zm-11 2.73c0 .8.03 1.64.03 2.62.03 8.06.05 8.56.27 8.97a3.2 3.2 0 0 0 1.97 1.66c.17.05 4.06.1 8.68.1 9.1.02 9.1.02 10-.67.24-.2.58-.65.75-1l.29-.64.02-8.7-.02-2.34H1.3zm13.11 2.55h.63v.65h.58v.5h-.58v1.06c0 .05 0 .12.02.17s.05.07.1.1c.02.04.1.04.17.04.02 0 .07 0 .12-.02.07-.02.1-.02.12-.05h.04v.53l-.21.03c-.07.02-.17.02-.27.02-.24 0-.43-.05-.55-.17s-.17-.31-.17-.6v-1.1h-.26v-.51h.26zm-7.4.58c.34 0 .6.12.77.34.19.21.29.52.29.9s-.1.68-.3.92c-.16.22-.43.32-.76.32s-.6-.1-.8-.32c-.19-.24-.28-.53-.28-.91s.1-.7.28-.91c.2-.22.46-.34.8-.34m14.81 0c.31 0 .55.1.7.29.17.19.24.48.24.84v.26h-1.42c0 .17.07.32.17.41.12.1.26.15.48.15.12 0 .26-.03.38-.07.12-.08.22-.12.3-.2h.06v.6a1.74 1.74 0 0 1-.82.2c-.38 0-.7-.1-.88-.32-.22-.21-.32-.5-.32-.91 0-.39.1-.67.3-.91.18-.22.45-.34.81-.34m-5.02.02c.33 0 .6.05.74.2.17.11.24.33.24.6v1.58h-.6v-.24a.6.6 0 0 0-.15.12.5.5 0 0 0-.11.1l-.2.07c-.07.02-.14.02-.21.02a.6.6 0 0 1-.48-.21c-.12-.12-.2-.31-.2-.5s.05-.32.1-.44a.7.7 0 0 1 .29-.24c.12-.07.24-.12.43-.14.17-.03.34-.05.53-.05v-.03c0-.12-.05-.21-.14-.26a.95.95 0 0 0-.72 0c-.1.02-.2.07-.25.1h-.04v-.58c.05 0 .17-.03.31-.07.14-.03.29-.03.46-.03m-13.23 0c.12 0 .24.03.34.1s.19.17.24.29q.18-.18.36-.3c.18-.12.24-.09.33-.09.22 0 .39.07.49.22.12.14.16.36.16.65v1.51h-.62v-1.44c0-.1-.03-.14-.05-.2s-.05-.09-.1-.11c-.02-.03-.1-.03-.16-.03-.05 0-.1 0-.17.03-.05.02-.1.05-.17.12v1.63h-.63v-1.44l-.04-.2a.18.18 0 0 0-.1-.11c-.05-.03-.1-.03-.17-.03s-.12 0-.19.05c-.05.03-.1.05-.14.1v1.63H2.3v-2.33h.63v.27c.1-.1.19-.17.31-.24.1-.05.2-.08.31-.08zm6.23 0c.21 0 .38.07.5.22s.17.36.17.65v1.51h-.63v-1.15c0-.1 0-.2-.02-.27 0-.1 0-.16-.02-.21s-.07-.1-.12-.12c-.03-.03-.1-.03-.17-.03s-.12 0-.17.03c-.07.02-.12.07-.2.12v1.63h-.62v-2.33h.63v.26c.1-.1.22-.19.31-.24s.22-.07.34-.07m3.34 0c.14 0 .29 0 .4.05.15.02.25.07.32.12v.58h-.05c-.1-.07-.19-.15-.3-.2a.9.9 0 0 0-.63-.02c-.08.05-.1.1-.1.15 0 .07.02.1.05.14.02.02.1.05.21.07.08.03.15.03.22.05l.21.05c.17.07.3.14.37.24.07.12.12.26.12.43 0 .24-.1.43-.27.58-.2.14-.43.21-.74.21-.17 0-.34-.02-.49-.04-.14-.05-.24-.1-.33-.15v-.6h.07c.02.02.05.05.1.07.04.05.1.07.16.1.08.05.15.07.22.1.1.02.2.02.26.02.15 0 .22 0 .3-.05.04-.02.07-.07.07-.14 0-.05 0-.1-.05-.12a.5.5 0 0 0-.2-.08l-.19-.04c-.07 0-.14-.03-.21-.05a.65.65 0 0 1-.39-.27c-.1-.1-.12-.26-.12-.43 0-.22.07-.4.27-.55.17-.15.4-.22.72-.22m5.96 0c.12 0 .22 0 .3.05.09.02.16.05.23.12l.03-.12h.6v2.07c0 .21-.03.4-.08.55s-.12.27-.21.36h-.03a1 1 0 0 1 .39-.07c.07 0 .17 0 .24.03l.2.02v.53h-.06c-.02 0-.04-.03-.1-.03-.04-.02-.09-.02-.14-.02-.12 0-.21.02-.24.07-.04.05-.07.17-.07.31v.03h.48v.5h-.45v1.83h-.63v-1.83h-.26v-.5h.26v-.07c0-.3.05-.5.2-.65 0 0 0-.03.02-.03l-.15.08c-.14.02-.29.04-.45.04-.15 0-.27 0-.41-.02l-.34-.07v-.6h.07c.07.04.17.07.3.12.09.02.2.02.28.02.12 0 .22 0 .29-.02s.12-.08.17-.12l.07-.17a.9.9 0 0 0 .02-.24v-.05a.7.7 0 0 1-.24.17c-.1.05-.19.07-.31.07-.26 0-.48-.1-.62-.29s-.24-.5-.24-.91c0-.2.02-.36.07-.48.05-.15.12-.27.19-.39.07-.1.17-.17.29-.21s.21-.08.34-.08zm2.67.46c-.12 0-.24.02-.31.1-.07.1-.12.19-.12.36h.82c-.03-.15-.05-.27-.12-.34-.05-.1-.15-.12-.27-.12M7 13.64c-.07 0-.12 0-.17.02s-.1.07-.14.12c-.03.05-.08.12-.1.22l-.02.36.02.33c.02.1.05.17.1.22.02.05.07.1.12.12.07.02.12.05.19.05.05 0 .1-.03.17-.05.04-.02.07-.05.12-.12a.5.5 0 0 0 .1-.2c.02-.09.02-.2.02-.35s0-.24-.03-.34a.7.7 0 0 0-.1-.24.3.3 0 0 0-.11-.12c-.08-.02-.12-.02-.17-.02m12.36.02a.52.52 0 0 0-.39.17.95.95 0 0 0-.12.48c0 .22.05.39.12.48.05.07.17.12.32.12.04 0 .12 0 .16-.02.08-.03.12-.07.17-.1v-1.06a.18.18 0 0 0-.12-.04c-.07 0-.12-.03-.14-.03m-2.19.77-.29.02-.21.05q-.12.045-.15.12c-.03.075-.05.1-.05.17v.12c.03.02.03.05.05.1.05.02.07.04.1.04.04.03.1.03.19.03.05 0 .12-.03.2-.05a.7.7 0 0 0 .16-.12zm-8.75 1.68h.62v3.25h-.62zm1.18 0h.67v.58H9.6zm-6.33.85c.31 0 .55.1.72.28.14.2.22.46.22.82v.27H2.79c0 .17.07.31.17.4.12.1.26.15.48.15.12 0 .26-.02.38-.07.12-.07.22-.12.3-.2h.06v.6a1.4 1.4 0 0 1-.4.15c-.13.05-.27.05-.41.05-.39 0-.7-.1-.9-.31-.21-.22-.3-.5-.3-.9s.09-.69.28-.9c.2-.25.48-.34.82-.34m13.54 0c.34 0 .58.1.72.28.17.2.24.46.24.82v.27h-1.42c0 .17.05.31.17.4q.15.15.48.15c.12 0 .24-.02.39-.07.12-.07.21-.12.28-.2h.08v.6c-.15.08-.3.13-.41.15-.12.05-.27.05-.41.05-.39 0-.7-.1-.92-.31-.19-.22-.3-.5-.3-.9s.11-.69.3-.9c.2-.25.46-.34.8-.34m-10.87 0c.22 0 .39.07.5.21s.17.36.17.65v1.54H6v-1.45l-.05-.2c-.02-.05-.07-.08-.1-.1a.45.45 0 0 0-.19-.05l-.17.02c-.07.03-.12.07-.19.12v1.66h-.62v-2.33h.62v.24c.1-.1.22-.17.32-.24.1-.05.21-.08.33-.08zm5.65 0c.1 0 .2.02.29.04l.22.12.02-.1h.6v2.08c0 .21-.02.38-.07.55a.7.7 0 0 1-.22.34c-.1.1-.19.14-.33.19-.12.02-.3.05-.46.05-.12 0-.27 0-.39-.03l-.33-.07v-.58h.07l.26.1c.12.02.22.05.32.05s.19-.03.26-.05c.07-.03.15-.05.17-.1a.26.26 0 0 0 .07-.17c.03-.07.03-.16.03-.26v-.05c-.08.07-.15.15-.24.2-.1.02-.2.04-.32.04-.26 0-.48-.1-.62-.29s-.22-.5-.22-.89c0-.19.03-.36.07-.5s.1-.27.2-.36c.07-.1.16-.17.26-.24a1 1 0 0 1 .36-.08zm3 0c.22 0 .4.07.51.21s.17.36.17.65v1.54h-.63v-1.45c-.02-.09-.02-.16-.04-.2s-.05-.08-.1-.1a.45.45 0 0 0-.2-.05l-.16.02c-.07.03-.12.07-.2.12v1.66h-.62v-2.33h.63v.24l.31-.24a.85.85 0 0 1 .34-.08zm7.68.04h.07c.03 0 .05 0 .07.03v.7h-.05c-.02 0-.07-.03-.14-.03h-.14c-.1 0-.17 0-.24.03a.4.4 0 0 0-.22.07v1.56h-.63v-2.33h.63v.33c.14-.14.26-.24.36-.28s.2-.08.29-.08m-12.65.03h.62v2.33h-.62zm-6.4.38a.5.5 0 0 0-.31.12c-.07.08-.12.2-.12.36h.82a.65.65 0 0 0-.1-.36.4.4 0 0 0-.29-.12m13.54 0c-.12 0-.22.05-.29.12s-.12.2-.12.36h.8c0-.16-.03-.28-.1-.36-.05-.07-.14-.12-.29-.12m-4.93.1c-.17 0-.29.05-.36.17-.1.1-.12.26-.12.45 0 .24.02.39.1.49s.16.12.3.12c.08 0 .13 0 .2-.03.05-.02.1-.05.15-.1v-1.05c-.03-.03-.08-.03-.12-.05zm6.4 1.03h.65v.82h-.65z" })
9
+ ] });
10
+ export {
11
+ SvgIconMonstageenligne as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMoodle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMoodle;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMoodle = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M16.96 7.87c-1.7 0-2.88.4-3.52 1.21a3.2 3.2 0 0 0-.58-.49 6.8 6.8 0 0 1-2.05 2.13c.59.3.89.96.89 1.98v6.85h3.49V12.7c0-1.44.6-2.15 1.78-2.15s1.77.71 1.77 2.15v6.85h3.5V12.3c0-1.5-.53-2.63-1.57-3.4a6.04 6.04 0 0 0-3.7-1.02zm-12.2 3.49c-.05.3-.08.6-.08.93v7.26h3.5V12.7c0-.39.04-.72.12-1a7.2 7.2 0 0 1-3.54-.34m6.6-4.21 3.47-2.54-.04-.15c-6.26.76-9.1 1.3-14.5 4.43l.06.14h.43c-.04.44-.11 1.5-.02 3.1-.6 1.74-.02 2.91.53 4.2a12.5 12.5 0 0 0-.33-4.24c-.09-1.6-.02-2.64.02-3.05l3.57.03a15 15 0 0 0 .12 2.17l-.01-.07c3.2 1.12 6.4 0 8.1-2.77a14 14 0 0 0-1.4-1.26z" })
9
+ ] });
10
+ export {
11
+ SvgIconMoodle as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMuseefrancaisphoto: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMuseefrancaisphoto;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMuseefrancaisphoto = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M.36 5.17c-.02 0-.02 0-.02.03v13.58s0 .03.02.03h23.42c.03 0 .03-.03.03-.03V5.2c0-.03 0-.03-.03-.03zm18.8 1.78c.12 0 .24 0 .37.03s.21.04.28.1v.4h-.04c-.07-.05-.17-.1-.27-.14s-.21-.05-.31-.05h-.12l-.12.02c-.02.03-.05.03-.07.08-.03.02-.05.04-.05.07 0 .04.02.1.07.12l.2.07.19.02c.07.03.12.03.19.05.14.05.24.12.31.2s.1.19.1.3c0 .17-.08.32-.22.44s-.36.17-.63.17a1.9 1.9 0 0 1-.7-.15v-.43h.06c.1.07.19.14.3.17.13.05.25.07.37.07h.1c.04-.02.1-.02.11-.02.05-.03.08-.05.1-.08s.03-.04.03-.1c0-.02 0-.06-.05-.09a.4.4 0 0 0-.15-.07c-.07 0-.14-.02-.21-.05-.07 0-.15-.02-.22-.05a.9.9 0 0 1-.34-.19.7.7 0 0 1-.1-.31c0-.17.08-.31.25-.43.14-.1.34-.15.58-.15zm-5.12.03h.56l.4.91.41-.91h.53V8.8h-.45V7.58l-.34.8h-.31l-.34-.8V8.8h-.46zm2.36 0h.46V8.1c0 .12.02.21.07.29.07.04.14.1.26.1s.2-.03.27-.1c.05-.05.07-.15.07-.3v-1.1h.48v1.15c0 .24-.07.4-.21.53s-.34.17-.6.17c-.27 0-.46-.05-.6-.17s-.2-.29-.2-.53zm3.82 0h1.3v.36h-.84v.31h.8v.34h-.8v.45h.84v.36h-1.3zm1.71 0h1.3v.36h-.84v.31h.8v.34h-.8v.45h.84v.36h-1.3zm-16.52.21a.4.4 0 0 1 .17.03c.14.07 2.98 2.86 3.08 3.05.1.17.1.41 0 .55s-2.53 2.6-2.82 2.84c-.21.17-.43.22-.6.15a.7.7 0 0 1-.21-.2c-.12-.12-.15-.16-.12-.36s.07-.24 1.03-1.2l.99-.99H1.08l-.14-.12c-.14-.12-.14-.16-.14-.38 0-.31.04-.4.21-.5.12-.08.55-.08 3-.08h2.87l-.99-1c-.96-.95-1-1.02-1.03-1.2s0-.23.12-.4c.14-.14.29-.21.43-.19m12.07 2.24h.22c.05.02.12.02.17.05s.1.02.14.04l.12.05v.46h-.05c-.02-.02-.05-.05-.1-.07l-.11-.1a.25.25 0 0 0-.15-.05c-.05-.02-.1-.04-.17-.04a.4.4 0 0 0-.16.04c-.08.03-.12.05-.17.1s-.1.12-.12.2a.9.9 0 0 0-.05.26c0 .12.02.21.05.29s.07.14.12.19l.17.1.16.02c.08 0 .12-.03.17-.03l.17-.07a.4.4 0 0 0 .1-.07l.1-.07h.04v.43l-.17.07c-.07.02-.14.05-.21.05v.05c.02.02.02.05.02.05 0 .14-.05.24-.12.31a.5.5 0 0 1-.34.1h-.12c-.05 0-.1 0-.12-.03v-.24h.03c.02 0 .04.03.07.03.05.02.07.02.12.02s.12-.02.14-.05c.03-.05.05-.1.05-.14v-.07c-.14 0-.26-.03-.36-.05a.9.9 0 0 1-.31-.2.57.57 0 0 1-.17-.28 1 1 0 0 1-.07-.41c0-.15.02-.27.04-.39.05-.12.12-.21.2-.31a1.1 1.1 0 0 1 .67-.24m5.03 0c.12 0 .24.02.36.05.12 0 .21.04.29.07v.4h-.05l-.26-.14a1.4 1.4 0 0 0-.32-.04h-.12l-.12.02-.07.07c-.02.02-.05.05-.05.07 0 .05.03.1.07.12.03.03.1.05.2.08l.19.02.19.07c.14.05.24.1.31.17.08.1.1.2.1.31 0 .2-.07.34-.22.44-.14.12-.36.16-.62.16-.15 0-.3 0-.39-.02-.12-.02-.21-.07-.31-.12v-.43h.05c.1.1.19.14.31.19.12.02.24.05.36.05h.1c.05 0 .1-.03.12-.03.05-.02.07-.02.1-.05s.02-.07.02-.1c0-.04 0-.06-.05-.11-.02-.03-.07-.05-.14-.05-.08-.02-.15-.05-.22-.05l-.22-.07c-.14-.05-.26-.1-.33-.2a.6.6 0 0 1-.1-.3c0-.17.07-.32.24-.41a.87.87 0 0 1 .58-.17m-13.47.02h1.3v.36H9.5v.34h.77v.36H9.5v.77h-.46zm1.61 0h.8c.1 0 .19.03.26.03.1.02.17.04.22.07.07.05.12.1.17.17s.07.14.07.24c0 .14-.05.24-.1.33-.07.08-.17.15-.26.22l.6.77h-.58l-.48-.67h-.22v.67h-.48zm2.43 0h.53l.67 1.83h-.48l-.12-.36h-.67l-.12.36h-.48zm1.47 0h.55l.67 1.06V9.45h.44v1.83h-.46l-.77-1.25v1.25h-.43zm4.4 0h.53l.67 1.83h-.48l-.12-.36h-.67l-.12.36h-.48zm1.4 0h1.05v.34h-.29v1.15h.3v.34h-1.07v-.34h.3V9.8h-.3v-.34zm-9.22.34v.5h.15l.17-.02c.05 0 .1-.02.14-.05l.07-.07c0-.05.03-.07.03-.12s-.03-.1-.05-.12c0-.05-.05-.07-.1-.1-.02 0-.07 0-.1-.02h-.3zm2.22.14-.22.65h.43zm5.86 0-.21.65h.43zm-3.87 2.05H16a1.7 1.7 0 0 1 .65.14c.15.07.24.17.31.32.08.12.1.28.1.45s-.02.32-.12.46a.9.9 0 0 1-.29.31c-.1.05-.2.07-.29.1s-.24.05-.38.05h-.63v-1.83zm2.07 0h1.32v.36h-.86v.31h.8V13h-.8v.46h.86v.36h-1.32v-1.83zm2.55 0h.48v1.46h.84v.37h-1.32zm2.07 0h.53l.67 1.83h-.48l-.12-.39h-.68l-.12.39h-.48zm-6.23.33v1.13h.36c.07-.02.12-.02.17-.07.07-.04.14-.1.19-.19.02-.07.05-.17.05-.29s-.03-.24-.08-.31a.37.37 0 0 0-.19-.2.34.34 0 0 0-.14-.04c-.05-.02-.15-.02-.24-.02h-.12zm6.5.13-.22.64h.43l-.22-.65zm-16.7 1.8c.3 0 .53.1.7.26s.24.39.24.68-.07.53-.24.7-.4.26-.7.26c-.29 0-.53-.1-.67-.27-.17-.16-.26-.4-.26-.7s.1-.5.26-.67a.87.87 0 0 1 .67-.26m3.83 0c.29 0 .53.1.7.26.14.17.23.39.23.68s-.07.53-.24.7c-.16.16-.4.26-.7.26s-.52-.1-.67-.27c-.16-.16-.26-.4-.26-.7s.1-.5.26-.67a.87.87 0 0 1 .68-.26m2.19 0 .33.02q.18.045.36.15v.4h-.04c-.03 0-.05-.02-.1-.07a.5.5 0 0 1-.12-.07l-.17-.07-.21-.02a.7.7 0 0 0-.22.04.7.7 0 0 0-.2.1c-.04.05-.06.12-.11.2-.03.06-.03.16-.03.26 0 .19.05.36.15.45.12.1.26.17.48.17h.12v-.36h-.36v-.36h.84v.91l-.34.1c-.12.02-.26.05-.4.05-.3 0-.54-.1-.73-.27a.92.92 0 0 1-.26-.7c0-.28.1-.5.26-.67.2-.16.44-.26.75-.26m-10.75.05h.77c.1 0 .19 0 .28.02.08.02.15.05.22.1s.12.1.14.16c.05.08.08.17.08.27s-.03.17-.05.24a.4.4 0 0 1-.12.2c-.07.06-.15.14-.24.16-.1.05-.2.05-.34.05h-.29v.6H.87zm1.82 0h.46v.65h.7v-.65h.45v1.8h-.45v-.8h-.7v.8h-.46zm4.02 0h1.61v.33h-.58v1.47H7.3v-1.47h-.6v-.33zm6.03 0h1.06c.08.02.15.05.22.1.07.02.12.07.17.14s.05.14.05.24a.5.5 0 0 1-.1.33.8.8 0 0 1-.27.22l.63.77h-.58l-.5-.67h-.22v.67h-.46zm2.43 0h.53l.68 1.8h-.49l-.12-.36h-.67l-.14.36h-.46zm1.47 0h.77c.12 0 .22 0 .29.02s.14.05.22.1c.07.04.12.1.16.16.03.08.05.17.05.27s0 .17-.05.24c-.02.1-.04.14-.12.2-.07.06-.14.14-.24.16-.07.05-.19.05-.33.05h-.3v.6h-.45zm1.83 0h.46v.65h.7v-.65h.47v1.8h-.48v-.8h-.7v.8h-.45zm2.02 0h1.06v.31h-.32v1.18h.32v.31h-1.06v-.31h.29V14.6h-.3v-.31zm1.44 0h1.3v.33h-.84v.32h.8v.36h-.8v.43h.84v.36h-1.3zm-16.33.29a.4.4 0 0 0-.17.04c-.04 0-.1.05-.14.1s-.07.1-.1.2a.9.9 0 0 0-.04.26.9.9 0 0 0 .14.48l.14.1c.04.02.12.02.17.02.07 0 .12 0 .17-.03a.25.25 0 0 0 .14-.12c.05-.04.1-.12.1-.19.02-.07.05-.17.05-.26s-.03-.2-.05-.27-.05-.14-.1-.2-.1-.06-.14-.09c-.05-.02-.1-.04-.17-.04m3.83 0a.4.4 0 0 0-.17.04c-.05 0-.1.05-.15.1s-.07.1-.1.2a.9.9 0 0 0-.04.26.9.9 0 0 0 .14.48l.15.1c.05.02.12.02.17.02.07 0 .12 0 .16-.03.08-.02.1-.07.15-.12s.07-.12.1-.19c.02-.07.04-.17.04-.26s-.02-.2-.05-.27c-.02-.07-.04-.14-.1-.2s-.09-.06-.14-.09a.4.4 0 0 0-.16-.04m3.77.02v.5h.15c.07 0 .14 0 .19-.02.05 0 .1-.02.12-.05.05-.02.07-.05.07-.07.02-.02.02-.07.02-.12s0-.1-.02-.12c-.02-.05-.05-.07-.1-.07-.02-.03-.07-.03-.12-.03l-.14-.02zm-11.88.02v.53h.34l.12-.07c.02-.02.05-.05.07-.1 0-.02.03-.07.03-.12s-.03-.1-.05-.14c-.03-.02-.05-.05-.1-.07s-.1-.03-.14-.03zm15.78 0v.53h.34l.14-.07c.02-.02.04-.05.04-.1.03-.02.03-.07.03-.12s0-.1-.05-.14c-.02-.02-.05-.05-.1-.07s-.1-.03-.14-.03h-.27zm-1.66.12-.24.65h.46z" })
9
+ ] });
10
+ export {
11
+ SvgIconMuseefrancaisphoto as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconMyNetwork: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconMyNetwork;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconMyNetwork = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M5.39 8.85q-.53 0-1.01.24-1.16-1.25-2.22-3.08 1.3-1.77 3.08-2.83 2.21.91 3.66 1.97-.15.38-.15.77 0 .14.1.53-1.5 1.15-2.79 2.5-.38-.1-.67-.1m-2.36 2.36q0 .82.48 1.44-1.44 2.74-1.92 5.58Q0 15.68 0 12.56 0 9.9 1.2 7.6q.92 1.5 2.02 2.7-.19.57-.19.9zm8.08-7.65q-.67 0-1.2.34-1.4-1.01-2.74-1.68 2.02-.73 3.9-.73 2.88 0 5.52 1.5-1.82.33-3.9 1.2-.62-.63-1.58-.63m3.51 11.06q-3.85-.57-6.97-2.69.1-.48.1-.72 0-.58-.34-1.25.91-1.06 2.35-2.17.63.49 1.35.49.34 0 .91-.2 2.26 2.6 3.23 5.77-.39.34-.63.78zm3.08 3.18q.91-.34 1.3-1.45 1.4-.1 2.6-.43-1.11 3.51-4 5.58.15-1.15.15-2.36 0-.24-.03-.67t-.02-.67m-3.6-1.59q-4.58 2.3-7.32 6.54-2.16-.86-3.8-2.64.3-3.47 1.93-6.6.14.06.48.06.72 0 1.25-.34 3.41 2.36 7.45 2.98zm4.42-11.83q3.6 3.27 3.6 8.18 0 .52-.1 1.58-1.53.43-3.12.58-.58-1.35-2.12-1.44-1.15-3.51-3.55-6.35.24-.48.24-1.01v-.24q2.4-1.01 5.05-1.3m-3.27 13.08q.33.24.77.43.04.44.04 1.25 0 1.93-.33 3.47-2.07 1-4.67 1-1.4 0-2.7-.28 2.65-3.85 6.89-5.87" })
9
+ ] });
10
+ export {
11
+ SvgIconMyNetwork as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconNetvibes: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconNetvibes;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconNetvibes = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M4.33 1.69a2.69 2.69 0 0 0-2.74 2.64v16.3a2.69 2.69 0 0 0 2.74 2.65H20.6a2.7 2.7 0 0 0 2.76-2.65V4.33a2.7 2.7 0 0 0-2.76-2.64zm5.99 3.6h4.18v4.84h4.76v4.18H14.5v4.8h-4.18v-4.8H5.4v-4.18h4.9V5.29z" })
9
+ ] });
10
+ export {
11
+ SvgIconNetvibes as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconNote: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconNote;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconNote = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "m11.93 16.43 1.54-1.57-2.05-2.04-1.54 1.56v.75h1.28v1.3zm5.89-9.67q-.22-.22-.43 0l-4.72 4.71q-.21.22 0 .44t.44 0l4.7-4.72q.23-.21 0-.43zm1.08 7.96v2.55q0 1.61-1.13 2.74t-2.74 1.13H3.87q-1.6 0-2.74-1.13T0 17.27V6.1q0-1.58 1.13-2.7t2.74-1.15h11.16q.84 0 1.56.34.22.1.24.31.05.24-.12.39l-.65.67q-.19.19-.43.1-.31-.08-.6-.08H3.87q-.89 0-1.51.63T1.7 6.1v11.16q0 .89.65 1.52t1.51.64h11.16q.89 0 1.51-.64t.63-1.52v-1.68q0-.17.12-.3l.87-.86q.19-.19.48-.1t.26.4zm-1.3-9.88 3.87 3.84-9.01 9.02H8.58v-3.85zm5.97 1.75-1.23 1.25-3.87-3.87 1.22-1.25q.39-.36.92-.36t.91.36l2.05 2.04q.38.39.38.92t-.38.91" })
9
+ ] });
10
+ export {
11
+ SvgIconNote as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconNotebook: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconNotebook;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconNotebook = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M2.73 17.34v-.1a.32.32 0 0 1 .32-.32h1.36a.32.32 0 0 1 .32.32v.1a.32.32 0 0 1-.32.32H3.05a.32.32 0 0 1-.32-.32m.32-3.01h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32m0-3.32h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32m0-3.37h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.31H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.31M14.4 4.68l4.39-1.23v4.07a1.8 1.8 0 0 0-1 .05c-.79.27-1.25.96-1.08 1.52s.93.81 1.69.54c.66-.22 1.13-.64 1.13-1.23V1.93c0-.34-.25-.54-.64-.4l-4.74 1.28c-.39.12-.49.34-.49.7v2.07h.74zm-2.35 9.29 4.14 1.14v2.96c-.51.19-1.03.42-1.52.66-.17.1-.22.19-.12.39.22.42.37.88.51 1.32 0 .05.03.1-.02.1l-.05-.05c-.39-.36-.71-.76-1.17-1.13a.95.95 0 0 0-.98-.2c-.71.25-1.45.47-2.16.67-.2.05-.4.12-.6.12-.09-.12-.02-.2 0-.3l1.48-5.41c.07-.3.2-.35.5-.27zm.8 2.55c.35.15.72.05.86-.24s0-.69-.29-.84c-.34-.17-.74-.05-.88.27-.15.27 0 .67.32.81zm-8.12 4.19v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32h1.36a.32.32 0 0 0 .32-.32m16.14-5.02-4.68-1.26v.68l3.85 1.07c.15.02.4 0 .32.27l-1.05 3.87c-.32-.56-.6-1.07-.91-1.54-.71-1.13-.86-1.18-2.14-.74l-.07.03v3.8a.47.47 0 0 1-.47.46h-.58l3.65 1.01c.32.08.44.05.54-.27a560 560 0 0 1 1.86-6.86c.1-.35 0-.42-.32-.52M9.52 20.8c-.32-.1-.42-.17-.35-.51.64-2.28 1.28-4.56 1.9-6.87.07-.32.21-.34.53-.27l4.59 1.27V6.05a.48.48 0 0 0-.47-.47H14.4v3.8c0 .42-.47 1-1.1 1.23-.79.27-1.55.03-1.72-.54s.32-1.25 1.08-1.52a1.8 1.8 0 0 1 1-.05V5.58h-9.3a.48.48 0 0 0-.46.47v.68h.56a.51.51 0 0 1 .47.2c.15.2.17.39.05.61-.1.2-.32.3-.54.3-.17-.03-.34 0-.54 0v2.23h.57c.34 0 .58.22.58.53s-.24.57-.58.57H3.9v2.26h.3c.58 0 .85.17.85.53 0 .4-.25.57-.86.57H3.9v2.23h.56c.42-.02.72.37.57.74-.1.25-.3.37-.57.37H3.9v2.2h.54c.42.03.68.4.54.79-.08.22-.3.37-.62.37-.14.02-.29 0-.46 0v.63c0 .28.22.47.49.47h10.75l-.99-.27c-1.54-.42-3.09-.86-4.63-1.25z" })
9
+ ] });
10
+ export {
11
+ SvgIconNotebook as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconNotes: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconNotes;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconNotes = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "m11.93 16.43 1.54-1.57-2.05-2.04-1.54 1.56v.75h1.28v1.3zm5.89-9.67q-.22-.22-.43 0l-4.72 4.71q-.21.22 0 .44t.44 0l4.7-4.72q.23-.21 0-.43zm1.08 7.96v2.55q0 1.61-1.13 2.74t-2.74 1.13H3.87q-1.6 0-2.74-1.13T0 17.27V6.1q0-1.58 1.13-2.7t2.74-1.15h11.16q.84 0 1.56.34.22.1.24.31.05.24-.12.39l-.65.67q-.19.19-.43.1-.31-.08-.6-.08H3.87q-.89 0-1.51.63T1.7 6.1v11.16q0 .89.65 1.51t1.51.65h11.16q.89 0 1.51-.64t.63-1.52v-1.68q0-.17.12-.3l.87-.86q.19-.19.48-.1t.26.4zm-1.3-9.88 3.87 3.84-9.01 9.02H8.58v-3.85zm5.97 1.75-1.23 1.25-3.87-3.87 1.23-1.25q.38-.36.9-.36t.92.36l2.05 2.04q.38.39.38.92t-.38.91" })
9
+ ] });
10
+ export {
11
+ SvgIconNotes as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconOnisep: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconOnisep;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconOnisep = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { d: "M17.58 22.66a9.5 9.5 0 0 1-.15-2.12v-1.95l-1.37.07c-1.1.08-1.37.15-1.37.48 0 .85 1.1 1.2 2.1.68.36-.2.43-.2.36.04-.15.49-1.28.94-1.9.8-1.5-.39-2-2.33-.9-3.44.9-.89 2.27-.67 2.75.43l.3.72v-.86c.03-.82.47-1.18.83-.63.1.17.26.17.55 0 .67-.36 1.13-.26 1.73.34 1.42 1.42-.1 4.33-1.73 3.3-.26-.17-.36 0-.46.96-.1 1.08-.38 1.53-.74 1.17zm2.21-2.72c.53-.53.48-2.29-.07-2.6-.58-.29-.6-.29-1.03.12-.51.53-.49 2.28.04 2.6s.65.29 1.06-.12m-3.27-1.83c0-.34-.5-.99-.8-.99-.36 0-1.03.6-1.03.92 0 .12.41.21.92.21s.91-.07.91-.14M3.46 20.54c-.77-.31-1.08-.87-1.05-1.9.02-1.88 1.92-2.62 3.24-1.3.6.6.67.82.58 1.54a2.64 2.64 0 0 1-.55 1.23c-.49.48-1.6.7-2.22.43m1.57-.75c.45-.64.45-1.53 0-2.16-.44-.65-.87-.65-1.47-.02-.39.36-.46.64-.36 1.25.24 1.44 1.15 1.92 1.83.93m1.65.82c-.1-.1-.16-1-.16-2.07 0-1.51.07-1.87.36-1.87.17 0 .33.1.33.24s.12.14.44 0c.62-.36 1.3-.32 1.7.12.3.29.37.72.32 2-.1 1.82-.5 2.18-.6.47-.1-1.85-.22-2.16-.85-2.16-.72 0-1.03.74-.96 2.19.05.98-.19 1.44-.57 1.08zm3.35-.14c-.07-.2-.1-1.09-.05-2.02.05-1.4.14-1.69.48-1.76.36-.07.39.12.34 1.93-.05 1.32-.17 2.02-.36 2.06-.15.08-.34-.04-.41-.21m1.32.12c-.29-.1-.4-.75-.14-.75.04 0 .3.1.52.22.53.29 1.16.07 1.16-.36 0-.17-.34-.48-.75-.68-1.2-.62-1.37-1.15-.62-1.9.55-.55 1.54-.6 1.73-.12.2.5-.07.68-.48.34-.31-.24-.43-.24-.72.05-.32.34-.27.4.57.96.68.43.94.75.94 1.13 0 .91-1.22 1.52-2.2 1.1zM15.39 13a7.3 7.3 0 0 1-1.51-.91l-.49-.46-.29.82-.26.82-2.74-.15-.82-1.54-.82-1.56-.77 1.61-.8 1.64-2.76-.15L2.4 8.47A52 52 0 0 1 .58 3.03l-.08-.8h3.18L4.7 4.92c.55 1.47 1.06 2.67 1.13 2.67s.46-.68.87-1.47c.7-1.44.74-1.5 1.58-1.5 1.13 0 1.45.3 2.26 1.93l.68 1.35.57-1.59c.34-.86.82-2.14 1.09-2.86l.48-1.32 2.76.02c3.27 0 4.11.3 5.5 1.88A5.38 5.38 0 0 1 23.12 8a5.48 5.48 0 0 1-7.72 5zm3.73-3.15c1.7-1.6.74-4.66-1.47-4.66-2.48 0-3.37 3.75-1.18 4.97.77.46 2 .3 2.65-.3z" })
9
+ ] });
10
+ export {
11
+ SvgIconOnisep as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconOnisep2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconOnisep2;