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

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 +5 -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 +130 -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 +3 -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 +177 -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 +192 -248
  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 +114 -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 SvgIconAdmissionPostBac: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconAdmissionPostBac;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconAdmissionPostBac = ({
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: "M4.38 9.12c-.27.62-.44 1.2-.36 1.25.04.05.19-.1.29-.36.14-.32.33-.41.64-.41s.48.1.63.4c.1.27.24.42.29.37a7.2 7.2 0 0 0-.92-2.43c-.07 0-.3.53-.57 1.18m.89.07c0 .1-.15.17-.32.17-.38 0-.43-.12-.14-.65.2-.34.2-.34.31-.03.07.2.15.41.15.5zm.81-.1v1.16h.75c.58 0 .77-.08.98-.36.63-.9-.02-1.95-1.15-1.95h-.58zm1.35-.65c.39.22.43 1.01.05 1.37a1 1 0 0 1-.65.27c-.36 0-.4-.05-.4-.9 0-.8.04-.9.35-.9.17 0 .46.07.65.16m1.18.77v1.28l.1-1.06.1-1.08.4 1.03c.22.58.43.99.5.94.1-.05.27-.46.41-.9.39-1.12.53-1.12.46 0-.05.66 0 1 .12 1 .1 0 .17-.46.17-1.23 0-1.52-.31-1.68-.75-.43-.14.45-.3.86-.38.91-.1.02-.29-.31-.46-.77-.5-1.3-.72-1.2-.67.31m2.76-.02c0 .7.05 1.23.17 1.23.1 0 .15-.53.15-1.23 0-.72-.05-1.25-.15-1.25-.12 0-.17.53-.17 1.25m.92-1.01c-.15.17-.27.34-.27.4 0 .18.41.54.9.75.6.32.43.68-.27.65-.68-.02-.84.2-.3.34.44.14.95-.03 1.14-.39s.07-.55-.6-.91c-.67-.34-.63-.67.1-.67.28 0 .5-.05.48-.17-.1-.27-.9-.27-1.18 0m1.75-.05c-.36.36-.21.8.36 1.08.75.34.72.8-.04.8-.58 0-.7.17-.22.31.36.12.87-.05 1.06-.31.24-.34.1-.6-.46-.94-.74-.43-.77-.87-.07-.77.31.05.48 0 .48-.14 0-.27-.84-.3-1.1-.03zm1.62.94c0 .65.07 1.2.16 1.25.1.07.15-.36.15-1.13 0-.72-.05-1.25-.15-1.25-.12 0-.17.5-.17 1.13zm1.13-.77c-.49.46-.39 1.4.19 1.83.74.55 1.63.02 1.63-.97 0-1.08-1.1-1.6-1.83-.86zm1.3.17c.11.12.18.43.18.72 0 .58-.24.89-.72.89-.5 0-.74-.31-.74-.9 0-.6.24-.9.74-.9.2 0 .41.07.53.19zm.86.72c0 1.42.29 1.66.36.29l.05-.94.62.96c.34.5.68.9.72.84.08-.07.12-2.09.03-2.35 0-.08-.07.31-.12.84l-.1.98-.62-.93c-.34-.5-.7-.94-.77-.94-.12 0-.17.53-.17 1.25M4.1 12.22c-.26.29-.31.55-.31 1.87 0 1.4.02 1.57.36 1.88.27.27.6.36 1.1.36.68 0 .7 0 .58.53l-.12.48.9-.48.9-.53h6.35c7.75 0 7.22.17 7.22-2.21 0-2.43.82-2.21-8.68-2.21-7.75 0-7.99 0-8.3.31m9.5.55c-.34.34-.36.36-.58.05-.28-.36-.04-.58.53-.48l.39.07zm6.88-.21c.07.07.17.72.21 1.44.1 2.09.7 1.92-6.92 1.97-5.58 0-6.57.05-7 .26s-.53.24-.63.05c-.07-.12-.48-.26-.86-.33-.41-.05-.8-.15-.87-.22-.16-.17-.21-2.91-.07-3.15.15-.22 1.08-.27 1.08-.05 0 .1-.07.2-.14.27-.22.12-.34 2.09-.17 2.43.22.4.96.38 1.08-.03.15-.53.58-.55 1.04-.1.48.46.93.56 1.78.34.29-.04.53-.04.53.03 0 .24 1.22.16 1.46-.08.17-.14.3-.16.41-.04.48.48 1.2-.08 1.18-.9-.02-.52.34-1.12.6-.98.07.05.14.46.14.9 0 1.02.34 1.34 1.33 1.14a2.9 2.9 0 0 1 1-.02c.17.02.51-.02.75-.14.36-.22.43-.2.55.04.15.22.25.24.58.12.27-.1.53-.1.8.05.24.1.6.12.81.05.8-.2.7-1.25-.1-1.25-.2 0-.28-.1-.26-.29.05-.14.2-.26.32-.24.14.03.4-.1.57-.29.27-.31.27-.33 0-.65-.4-.45-1.2-.43-1.68.03l-.39.33-.38-.33c-.48-.44-.8-.46-1.18-.03-.29.32-.29.32-.72 0-.2-.19-.58-.33-.84-.36-.31 0-.36-.02-.15-.12.41-.14 5.97-.05 6.14.15m-12.36 0c-.32.07-.65.19-.75.28-.14.1-.4.05-.8-.16l-.57-.3 1.33.03c.98 0 1.17.05.79.14zm2.86-.03c-.72.05-1.35.2-1.4.31-.1.12-.24.1-.52-.12l-.41-.33 1.8.02c1.78.03 1.8.03.53.12m-4.52.5c.77.3.67 1.33-.12 1.33-.34 0-.41.1-.41.4 0 .27-.1.44-.27.44-.19 0-.23-.24-.23-1.15 0-1.25.1-1.37 1.03-1.01zm2.6.18c.38.4.43 1.27.04 1.68-.33.36-1.15.38-1.56.02-.36-.31-.4-1.18-.1-1.56.41-.53 1.16-.6 1.62-.15zm1.82-.17c.2.12.32.12.32.02 0-.07.38-.17.81-.14.6 0 .82.07.82.24 0 .12-.14.21-.31.21-.31 0-.34.12-.34.92 0 .7-.05.91-.24.91s-.26-.22-.26-.89v-.91l-.82.02c-.94 0-1.03.17-.34.53.84.46.58 1.25-.43 1.25-.39 0-.55-.1-.55-.27 0-.21.12-.24.5-.16.39.1.48.04.48-.15 0-.14-.05-.26-.14-.26-.22 0-.84-.6-.84-.8 0-.26.5-.67.76-.67.15 0 .39.07.58.14zm4.04 0c.36.16.41.26.32.67-.05.29 0 .48.07.48.24 0 .19.58-.03.8-.12.11-.52.21-.91.21h-.7v-1.15c0-1.13 0-1.16.39-1.16.24 0 .6.07.86.15m2.05-.1c0 .05.16.55.4 1.15.4 1.06.4 1.11.08 1.11-.17 0-.34-.12-.34-.27 0-.16-.14-.24-.48-.24s-.5.08-.5.24c0 .15-.13.27-.32.27-.26 0-.26-.07.12-1.15.31-.9.48-1.16.72-1.16.17 0 .32.03.32.05m2.35.05c.44.17.12.5-.38.43-.41-.07-.5 0-.6.36-.15.63.12.99.65.96.29-.02.43.05.43.22 0 .14-.17.24-.55.24-1.06 0-1.5-1.32-.65-1.97.45-.36.67-.41 1.1-.24m-13.39.72c0 .24.07.34.29.29.14-.02.29-.17.29-.29 0-.14-.15-.27-.3-.29-.2-.05-.28.05-.28.29m1.88.07c-.12.5 0 .9.33 1.01.41.17.77-.26.72-.82-.04-.4-.14-.53-.5-.55-.36-.05-.48.02-.55.36m6.34-.17c0 .15.15.27.34.27.17 0 .31-.12.31-.27 0-.12-.14-.24-.3-.24-.2 0-.35.12-.35.24m0 .92c0 .26.1.36.39.29.2-.03.36-.15.36-.3 0-.11-.17-.26-.36-.28-.29-.05-.39.02-.39.29m2.34-.8c-.17.46-.1.63.24.63.16 0 .21-.12.12-.46-.15-.6-.2-.65-.37-.17z" })
9
+ ] });
10
+ export {
11
+ SvgIconAdmissionPostBac 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 SvgIconAgenda: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconAgenda;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconAgenda = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 21 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: "M0 24.58V8.98h21.47v15.6zM0 7.63V2.3h2.62v3.4h4.81V2.3h6.61v3.4h4.79V2.3h2.64v5.32H0zm4.04-3.35V.53h1.97v3.75zm1.42 14.89q0 2.7 2.96 2.7 1.13 0 2.02-.78.93-.74.93-1.92 0-1.64-1.87-2.17 1.15-.36 1.54-1.15.29-.67-.05-1.75-.65-1.5-2.57-1.5-1.23 0-2.07.63t-.9 1.85H7.2q0-1.08 1.18-1.1 1.03 0 1.08 1.25 0 1.17-2.02 1.13v1.37q1.15 0 1.64.19.55.26.55 1.1 0 1.38-1.3 1.47-1.03 0-1.13-1.32zm6.76-3.51q1.17-.34 2.11-1.13v7.14h1.68v-8.92h-1.53q-.92.89-2.26 1.4v1.5zm3.24-11.38V.53h1.97v3.75z" })
9
+ ] });
10
+ export {
11
+ SvgIconAgenda 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 SvgIconArchive: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconArchive;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconArchive = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 21 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: "M8.59 5.68v-1.7H6.88v1.7h1.7zm1.73 1.73V5.68H8.58V7.4h1.74zM8.59 9.1V7.4H6.88v1.7h1.7zm1.73 1.74V9.12H8.58v1.73h1.74zm9.37-5.22q.39.39.65 1.01t.27 1.2v15.44q0 .55-.36.91t-.92.39H1.3q-.55 0-.91-.39t-.39-.9V1.83q0-.55.4-.91t.9-.39h12.03q.53 0 1.18.27t1.01.65zm-5.96-3.27V7.4h5.05q-.12-.41-.29-.55l-4.2-4.21q-.15-.17-.56-.3zm5.17 20.51V9.12h-5.58q-.55 0-.91-.39t-.39-.89v-5.6h-1.7v1.73H8.59V2.24H1.7v20.63h17.2zm-8.42-9.69 1.45 4.69q.1.36.1.7 0 1.1-.97 1.85t-2.47.72-2.46-.72-.98-1.85q0-.34.12-.7.29-.84 1.6-5.31v-1.71h1.71v1.7h1.06q.32 0 .53.17t.31.46m-1.9 6.25q.73 0 1.23-.26t.5-.6-.5-.6-1.22-.27-1.2.27-.51.6.5.6 1.2.26" })
9
+ ] });
10
+ export {
11
+ SvgIconArchive 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 SvgIconAssistance: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconAssistance;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconAssistance = ({
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: "M8.9 23.5A12.21 12.21 0 0 1 .37 8.8C2.7-.15 13.98-3.21 20.52 3.34s3.5 17.85-5.46 20.17c-1.7.45-4.48.45-6.15 0zm6.34-1.52a10.55 10.55 0 0 0 7.4-10.13c0-5.91-4.72-10.62-10.6-10.62S1.42 5.93 1.42 11.85c0 5.9 4.67 10.6 10.54 10.62 1.22 0 2.3-.15 3.27-.49zm1.56-2.7c-.19-.07-2.14-1.9-4.32-4.05-3.42-3.38-4.09-3.94-4.84-4.06-1.73-.26-3.08-1.5-3.2-2.96-.12-1.63.23-1.82 1.3-.68 1.18 1.24 1.45 1.3 2.35.43.43-.43.79-.88.79-1s-.44-.68-.96-1.23C6.76 4.55 6.82 4 8.12 4c1.71 0 3.33 1.6 3.33 3.27 0 .75.32 1.15 3.75 4.56 3.83 3.81 4.41 4.56 4.41 5.58-.02 1.2-1.69 2.3-2.81 1.87m1.63-1.48c.49-.9-.5-1.88-1.4-1.39-.44.24-.65 1.37-.3 1.7.35.35 1.46.14 1.7-.31M4.54 18.87c-.24-.64 1.47-3.17 2.16-3.17.19 0 .92-.55 1.61-1.2 1.2-1.13 1.3-1.19 1.67-.83.38.37.32.47-.8 1.61a5.8 5.8 0 0 0-1.28 1.7c-.1.48-2.38 2.23-2.93 2.23-.17 0-.35-.15-.43-.34m10.27-8.33c-.1-.15.73-1.15 1.9-2.33 1.12-1.15 1.98-2.14 1.89-2.23s-1.1.76-2.25 1.9C14.6 9.6 14.2 9.9 13.93 9.64c-.3-.24-.04-.6 1.76-2.38 1.17-1.14 2.05-2.16 1.95-2.25s-1.09.77-2.23 1.91c-1.8 1.79-2.12 2.03-2.44 1.77s-.1-.57 1.84-2.5c1.91-1.9 2.3-2.2 3-2.2 1 0 1.8.81 1.8 1.77 0 .56-.4 1.09-2.15 2.85a27 27 0 0 1-2.33 2.18c-.1 0-.23-.13-.32-.26z" })
9
+ ] });
10
+ export {
11
+ SvgIconAssistance 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 SvgIconAssr: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconAssr;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconAssr = ({
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: "M3.77 15.22c-.02 0-.14-.02-.3-.02-.37-.02-.63-.1-1.14-.29-.48-.19-.74-.36-1.06-.7a2.54 2.54 0 0 1-.7-1.03c-.07-.24-.09-.36-.09-.74 0-.53.1-.92.39-1.47.26-.5.52-.87.93-1.27a8.9 8.9 0 0 1 4.64-2.26c.68-.1 1.98-.05 2.6.1.82.18 1.52.64 2 1.31.17.24.36.7.36.87s.02.17.43.07c.36-.07.44-.07 1.66-.07 1.25.02 1.3.02 1.5.1.11.04.2.1.2.12 0 .1.18.07.49-.03.5-.17.72-.19 1.95-.19 1.42 0 1.63.02 1.94.34.08.1.15.14.17.14l.24-.1c.24-.11.6-.23.94-.28.39-.08 1.2-.08 1.5 0 .11.02.3.04.42.04.1 0 .2.03.22.05 0 0 .05.03.12.03.05 0 .12.02.2.07l.16.1a.5.5 0 0 1 .17.16c.1.17.12.6 0 .9-.24.64-.39.79-.99.98-.21.07-.33.1-.86.1-.41 0-.65 0-.7.04-.12.05-.17.12-.58 1.16-.45 1.2-.48 1.22-.98 1.54-.36.19-.5.23-.99.23-.38 0-.43 0-.62-.1-.12-.06-.24-.16-.32-.2l-.1-.13-.19.1c-.3.14-.67.29-.86.31-.24.03-2.79.03-2.94 0-.12-.02-.4-.17-.45-.24-.03-.02-.27.03-.34.1-.02.02-.14.05-.26.1-.2.07-.44.07-4.48.07-2.35.02-4.28.02-4.28 0zm8.35-.77c.94-.19 1.75-.9 1.75-1.53 0-.17-.02-.27-.11-.39-.2-.34-.51-.46-1.23-.46-.36 0-.5 0-.6-.04-.17-.1-.2-.24-.07-.41l.1-.08 1.1-.02c1.1-.02 1.13-.02 1.32-.12.12-.05.27-.14.34-.21.19-.22.19-.49-.03-.58-.04-.03-.6-.03-1.25-.03-1.32 0-1.41 0-1.92.24-.34.17-.65.46-.87.8-.16.24-.16.26-.16.55 0 .24.02.29.12.43.16.27.38.34 1.08.39.62.05.74.1.74.26 0 .1-.16.3-.29.32-.04.02-1.8.02-3.94.02l-3.85-.02-.29-.1c-.48-.14-.93-.48-1.1-.86-.2-.41-.17-.8.07-1.3.17-.39.4-.68.77-.99 1.4-1.15 3.6-1.54 4.76-.8.24.17.53.54.6.73.12.43-.02 1.03-.34 1.32-.24.24-.72.34-.84.17-.12-.12-.1-.24.15-.7.12-.24.24-.48.24-.55 0-.27-.39-.58-.85-.67-.33-.1-1.2-.08-1.63.04-.91.24-1.83.92-2.14 1.57-.12.21-.12.29-.12.5 0 .31.05.43.22.65.28.29.67.4 1.25.4.45 0 .7-.04 1.15-.16l.31-.1.3.08c.4.12.62.12 1.12.07a3.37 3.37 0 0 0 1.93-.91l.16-.2c.1-.1.34-.6.46-.91.1-.34.14-.72.07-1.01a2.4 2.4 0 0 0-.4-.77c-.51-.53-1.23-.8-2.34-.84a7.2 7.2 0 0 0-3.22.65.7.7 0 0 1-.22.07 6.5 6.5 0 0 0-2.36 1.83 4 4 0 0 0-.6 1.2c-.19.72.08 1.46.63 1.9.1.05.17.12.17.12.02.05.38.21.6.29.2.07.7.19 1 .21.06 0 1.89.03 4.05.03 3.37 0 3.97 0 4.2-.08zm-6.64-2.4c-.12-.02-.33-.2-.38-.34-.12-.26-.03-.5.29-.74.36-.3 1-.39 1.32-.2.1.05.2.13.22.2.04.1.04.1-.1.4-.22.42-.31.51-.6.6-.22.08-.6.13-.75.08m10.78 2.43a2.6 2.6 0 0 0 1.25-.58c.16-.12.4-.43.5-.62.1-.22.1-.53-.02-.72-.15-.34-.53-.49-1.25-.49-.27 0-.5 0-.56-.02-.12-.07-.19-.2-.16-.31.04-.2.12-.2 1.27-.22l1.1-.02.25-.12c.4-.2.57-.55.36-.72-.1-.07-.15-.07-1.3-.07-1.35 0-1.5.02-1.97.24-.34.19-.75.57-.92.9-.21.4-.17.75.15 1.02.19.17.45.24.84.24.43 0 .7.05.77.12s.1.2.02.29c-.07.17-.24.19-1.27.19h-.99l-.22.12c-.3.14-.43.29-.43.5 0 .17.05.25.24.3.17.02 2.1.02 2.34-.03m2.83-.07c.2-.1.36-.3.46-.5l.43-1.07c.22-.55.39-.93.46-.98.05-.05.17-.15.29-.22l.2-.1.76-.02c.77-.02.8-.02 1.01-.12.34-.17.5-.4.43-.62-.07-.17-.26-.22-1.15-.2-.7.03-.8.03-1.1.13-.53.16-1.06.48-1.42.84-.2.21-.32.4-.44.7l-.14.33-.22.53c-.07.24-.17.46-.17.5-.02.03-.1.2-.14.34-.1.27-.07.39.05.48.1.08.55.05.7-.02z" })
9
+ ] });
10
+ export {
11
+ SvgIconAssr 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 SvgIconAward: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconAward;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconAward = ({
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: "M6.16 12.39q-1.01-2.2-1.01-4.98H1.7v1.27q0 1.06 1.27 2.2t3.17 1.5zm14.45-3.7V7.4h-3.44q0 2.79-.99 4.98 1.9-.39 3.15-1.52t1.28-2.19zm1.73-1.71v1.7q0 .97-.58 1.93t-1.49 1.75-2.33 1.3-2.89.6q-.55.72-1.27 1.28-.5.45-.7.96t-.19 1.2q0 .72.4 1.23t1.3.5q1.02 0 1.81.6t.77 1.54v.87q0 .19-.12.31t-.31.12H5.58q-.2 0-.31-.12t-.12-.31v-.87q0-.94.8-1.54t1.77-.6q.92 0 1.32-.5t.41-1.23q0-.67-.19-1.2t-.7-.96q-.72-.56-1.27-1.28-1.54-.07-2.91-.6t-2.3-1.3-1.52-1.75T0 8.68v-1.7q0-.56.39-.92t.91-.38h3.85V4.4q0-.89.65-1.51t1.52-.65h7.71q.9 0 1.52.65t.62 1.51v1.28h3.88q.53 0 .91.38t.39.92z" })
9
+ ] });
10
+ export {
11
+ SvgIconAward 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 SvgIconBanquesavoir: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconBanquesavoir;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconBanquesavoir = ({
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.8 4.21c-.34 0-.77.1-1.09.29-.62.39-.81 1.06-.81 3 0 2.34-.17 2.77-1.35 3.08-.58.17-.4.63.26.82.37.12.7.34.82.53.1.2.22 1.25.27 2.45.1 2.26.24 2.72 1.1 3.15.2.12.58.2.87.2.39 0 .5-.05.5-.32 0-.21-.12-.29-.36-.29-.77 0-.93-.45-1.03-2.8-.1-2.32-.2-2.63-.91-3.14l-.34-.24.4-.3c.66-.51.85-1.19.85-2.94 0-2.1.17-2.67.82-2.84.26-.07.5-.24.53-.39.04-.19-.2-.28-.53-.26m-14.4.31c-1.21 0-1.16-.04-1.16 2.1 0 1.58.02 1.9.21 1.9s.24-.32.24-1.86V4.81h.6c1.04 0 1.23.34 1.23 2.17 0 .91.07 1.53.17 1.53s.14-.64.14-1.63c0-1.52-.02-1.64-.38-2-.3-.29-.53-.36-1.06-.36zm7.6 0c-.1 0-.18.7-.18 1.83v1.83l-.53.12c-.38.07-.64.02-.91-.14-.36-.24-.39-.34-.43-1.9-.05-2-.32-2.24-.39-.37-.07 1.54.15 2.36.63 2.58.4.21.62.21 1.37.1l.58-.1V6.5c0-1.23-.05-1.98-.15-1.98zm2.06 0c-1.2 0-1.3.15-1.3 2 0 .82.02 1.61.1 1.75.07.2.3.24 1.15.24.67 0 1.03-.07.96-.16-.05-.08-.45-.15-.91-.15h-.84V6.66h.91c.53 0 .94-.07.94-.14 0-.1-.43-.17-.94-.17h-.94l.1-1.44.89-.05c1.1-.07 1-.34-.12-.34m-15.87 0-.3.03-.6.05-.02 1.9c-.04 1.42 0 1.94.15 2.04.31.22 1.66.02 2-.29s.38-1.3.04-1.59c-.19-.16-.19-.21 0-.4.3-.3.3-1.04 0-1.35-.29-.27-.7-.39-1.27-.39m9.43.03c-.08 0-.15 0-.2.02-.91.15-1.13.53-1.1 2 0 1.34.12 1.68.8 1.92.33.12.4.27.4.63 0 .26.07.48.17.48.07 0 .14-.22.14-.48 0-.34.1-.5.39-.6.48-.2.7-.6.8-1.52.18-1.49-.4-2.48-1.4-2.45m-6.2 0c-.42 0-.85.1-1.02.26-.1.1-.2.92-.22 1.95-.04 1.52-.02 1.76.2 1.76.19 0 .24-.2.24-.85v-.84H6.3v.84c0 .46.07.85.17.85.07 0 .14-.7.14-1.78 0-1.71 0-1.76-.38-2-.2-.12-.5-.2-.82-.2zm-3.23.26c1.03 0 1.56.82.86 1.3-.19.15-.57.24-.86.24-.48 0-.5 0-.5-.77 0-.74.02-.77.5-.77m9.35.03c.15 0 .3.04.5.16.51.27.56.41.56 1.62 0 1-.02 1.13-.4 1.41-.44.37-.46.37-.92.17-.5-.19-.67-.62-.67-1.68 0-.8.07-1.01.38-1.32.24-.24.39-.37.55-.37zm-6.13 0c.12 0 .27.02.41.07.34.12.4.24.46.8l.04.64h-1.7v-.6c0-.53.07-.65.38-.8.15-.07.27-.09.41-.11M1.68 6.66h.63c.91 0 1.37.65.89 1.28-.12.14-.48.31-.84.36l-.68.1V6.65zm11.69 2.17c-.07 0-.14.24-.14.53 0 .5-.05.53-.5.53-.3 0-.66.12-.85.24-.7.48-.6 2.26.12 2.64.21.12.58.17.82.12s.5-.07.57-.07c.08 0 .15-.92.15-2 0-1.22-.07-2-.17-2zm2.07 0c-1.2 0-1.3.14-1.3 2 0 .81.05 1.6.1 1.75.07.2.33.24 1.15.24.67 0 1.03-.07.99-.17-.05-.07-.49-.14-.94-.14h-.85v-1.54h.94c.5 0 .92-.07.92-.15 0-.1-.41-.16-.94-.16h-.92l.03-.72.05-.73.89-.04c1.13-.08 1.03-.34-.12-.34m2.74 0h-.15c-.52 0-1.13.19-1.3.48-.28.53-.02.98.9 1.61 1.34.89 1.27 1.59-.12 1.59-.75 0-1.01.21-.49.36.41.12 1.4 0 1.66-.22.12-.1.22-.43.22-.77 0-.55-.05-.62-.91-1.22-.99-.68-1.18-1.09-.6-1.4.19-.1.57-.12.93-.07.46.07.6.05.56-.1-.08-.16-.37-.26-.7-.26m-5.36 1.37c.38 0 .4.02.4 1.13 0 .91-.04 1.15-.23 1.23-.77.28-1.16-.13-1.16-1.2 0-.92.22-1.16.99-1.16m-6.06 2.9-1.09.06c-1 .04-1.13.07-1.41.48-.27.33-.34.65-.34 1.56.02 1.18.22 1.64.91 1.92.17.08.56.1.87.08.29-.05.65-.08.8-.08.23 0 .26-.21.26-2.02zm4.69 0c-.34 0-.68.15-.92.4-.33.33-.38.5-.38 1.53 0 1.28.16 1.8.67 2.07.46.24 1.35.07 1.66-.29.6-.72.53-2.7-.12-3.32a1.22 1.22 0 0 0-.91-.38zm-4.4 0a.05.05 0 0 0-.05.06c-.1.07.91 3.68 1.1 3.99.12.21.49.12.63-.15.29-.52 1.15-3.72 1.06-3.82-.17-.17-.24-.02-.72 1.64-.27.89-.53 1.7-.6 1.8-.08.12-.32-.5-.63-1.54-.43-1.49-.63-1.97-.8-1.97zm6.32.03c-.1 0-.14.75-.14 2 0 1.22.04 2 .14 2s.17-.77.17-2c0-1.25-.07-2-.17-2m-10.7 0H2.5c-.53 0-1.13.2-1.27.48-.3.53-.05.99.89 1.61 1.32.9 1.27 1.6-.15 1.6-.72 0-1 .2-.48.35.44.12 1.42 0 1.66-.21.15-.1.24-.44.24-.77 0-.56-.07-.65-.94-1.23-.98-.67-1.15-1.08-.57-1.4.19-.09.57-.11.93-.07.46.08.58.05.53-.1-.04-.16-.33-.26-.67-.26m15.65 0h-.14c-.53 0-1.13.2-1.27.48-.3.53-.05.99.89 1.61 1.32.9 1.27 1.6-.15 1.6-.72 0-1 .2-.48.35.43.12 1.42 0 1.66-.21.12-.1.24-.44.24-.77 0-.56-.07-.65-.94-1.23-.98-.67-1.15-1.08-.57-1.4.16-.09.57-.11.9-.07.47.08.61.05.56-.1-.05-.16-.33-.26-.7-.26m-4.25.07-.05 1.95c-.02 1.69 0 1.98.2 1.98s.23-.2.23-.85c0-.8.03-.86.36-.86.32 0 .5.19.9.86.28.46.6.85.69.85.26 0 .26-.08-.24-.9l-.46-.72.36-.33c.44-.41.5-1.2.17-1.69-.17-.24-.4-.29-1.2-.29zm.74.22c1.1 0 1.71.87 1.04 1.42-.2.14-.6.29-.87.29h-.53v-.87c0-.8.03-.84.36-.84m-3.39.03c.17 0 .36.1.63.3.36.3.4.42.4 1.43 0 .89-.07 1.18-.28 1.37-.15.14-.5.26-.75.26-.7 0-.96-.45-.96-1.66 0-.81.05-1.03.36-1.34.24-.24.41-.34.6-.36m-5.89 0c.05 0 .1 0 .14.02l.56.05.05 1.63.04 1.66h-.67c-1 0-1.27-.36-1.27-1.73 0-.94.04-1.1.38-1.37.22-.17.48-.27.77-.27zm17.07 4.9-.19.39h.17l.29-.39zm-9.93.2v.18h.22v-.19h-.22zm-8.22 0v1.58h.98v-.2h-.76v-1.39h-.22zm14.09.04v.36h-.12v.15h.12v.64c0 .15.02.25.1.32.07.05.14.1.28.1l.1-.03c.05 0 .1 0 .12-.02v-.17c-.02 0-.05 0-.07.02h-.24c-.02-.02-.05-.05-.05-.07-.02-.02-.02-.07-.02-.1-.03-.04-.03-.1-.03-.14v-.55h.41v-.15h-.4v-.36zm-12.4.31a.58.58 0 0 0-.42.17.6.6 0 0 0-.16.46c0 .21.04.36.16.46.1.12.27.16.46.16l.22-.02.21-.07v-.22H6.6c-.03.03-.1.05-.17.1-.07.02-.17.05-.24.05l-.17-.03c-.05-.02-.1-.05-.12-.1-.05-.02-.07-.07-.1-.11s-.04-.12-.04-.2h.89v-.12a.5.5 0 0 0-.15-.38q-.105-.15-.36-.15m5.7 0a.63.63 0 0 0-.42.17c-.1.12-.14.27-.14.46s.05.34.14.46c.12.12.24.16.41.16s.29-.04.41-.16c.1-.12.14-.27.14-.46s-.04-.34-.14-.46a.63.63 0 0 0-.4-.17m3.72 0c-.07 0-.15.03-.22.05s-.12.07-.19.12v-.12h-.2v1.61h.2v-.5l.17.07.17.02c.07 0 .12-.02.19-.04.07-.03.12-.08.17-.12s.1-.12.12-.22c.02-.07.02-.17.02-.24 0-.2-.02-.36-.12-.46-.07-.12-.17-.16-.31-.16zm5.58 0c-.08 0-.12.03-.2.05s-.12.07-.16.12c-.05.05-.1.12-.12.2s-.05.14-.05.26c0 .17.05.31.12.43a.47.47 0 0 0 .55.1c.05-.03.12-.05.17-.1v.24l-.07.1c-.02.03-.05.05-.1.07l-.17.02-.21-.02-.15-.05h-.02v.2l.2.04h.16c.2 0 .34-.05.43-.14.1-.07.15-.24.15-.44v-1.03h-.2l-.02.05c-.05-.05-.1-.05-.14-.07s-.1-.03-.17-.03m1.4 0a.58.58 0 0 0-.42.17.7.7 0 0 0-.16.46c0 .21.07.36.16.46a.6.6 0 0 0 .46.16l.22-.02.21-.07v-.22l-.19.1c-.07.02-.14.05-.24.05l-.17-.03c-.05-.02-.1-.05-.12-.1-.05-.02-.07-.07-.1-.11s-.02-.12-.02-.2h.87v-.12a.6.6 0 0 0-.12-.38.5.5 0 0 0-.39-.15zm-14.44 0c-.1 0-.14.03-.21.05a.18.18 0 0 0-.15.07c-.04.03-.07.08-.1.12-.02.03-.02.08-.02.12 0 .1.03.15.05.22.05.05.12.07.24.12.03 0 .07 0 .12.02.05 0 .07 0 .1.03.1 0 .14.02.17.05s.02.07.02.12c0 .04-.02.1-.07.12s-.12.04-.2.04c-.07 0-.14-.02-.21-.04-.1-.03-.14-.08-.22-.12H7.6v.24l.2.07.23.02c.17 0 .3-.05.36-.1.1-.07.15-.16.15-.28 0-.08-.03-.15-.08-.2s-.12-.1-.21-.12c-.03 0-.07 0-.12-.02-.05 0-.07 0-.12-.02-.07 0-.12-.03-.14-.05s-.05-.07-.05-.12.02-.1.07-.12.12-.05.2-.05c.06 0 .13.02.2.05s.13.05.2.1V19a2 2 0 0 0-.2-.07c-.07 0-.14-.03-.19-.03m1.13 0-.21.03c-.1.02-.15.02-.17.05v.19c.07-.03.14-.05.2-.05.06-.02.11-.02.18-.02h.12l.1.02.07.07c0 .05.03.07.03.12v.03l-.34.02-.27.07a.24.24 0 0 0-.14.12.39.39 0 0 0 .05.5c.07.08.17.1.26.1.05 0 .12 0 .15-.02l.12-.02c.02-.03.04-.05.1-.05l.06-.07v.14h.2v-.82c0-.07-.03-.12-.05-.2 0-.04-.05-.09-.1-.11l-.14-.07zm7.48 0-.21.03c-.08.02-.12.02-.17.05v.19h.02a.45.45 0 0 1 .2-.05c.04-.02.12-.02.16-.02h.12l.1.02c.05.02.07.05.07.07.03.05.03.07.03.12v.03l-.32.02-.26.07c-.07.02-.12.07-.17.12-.02.07-.05.15-.05.22 0 .12.03.21.1.29s.17.1.29.1c.04 0 .1 0 .14-.03l.12-.02c.02-.03.05-.05.07-.05l.07-.07v.14h.2v-.82c0-.07 0-.12-.03-.2-.02-.04-.05-.09-.1-.11l-.16-.07c-.05 0-.12-.03-.22-.03m3.08 0-.21.03c-.08.02-.12.02-.17.05v.19h.02c.07-.03.12-.05.2-.05.07-.02.11-.02.16-.02h.12l.12.02c.03.02.05.05.05.07.02.05.02.07.02.12v.03l-.31.02-.26.07a.5.5 0 0 0-.17.12c-.03.07-.05.15-.05.22 0 .12.02.21.12.29.07.07.14.1.26.1.05 0 .1 0 .15-.03l.12-.02c.02-.03.05-.05.07-.05.05-.03.07-.05.07-.07v.14h.22v-.82c0-.07-.03-.12-.05-.2-.02-.04-.05-.09-.1-.11l-.16-.07c-.05 0-.12-.03-.22-.03m-9.81.05.48 1.18h.2l.47-1.18h-.21l-.36.94-.37-.94zm2.72 0v1.18h.19v-1.18h-.2zm.57 0v1.18h.2v-.84c.04-.05.12-.07.16-.12.05-.03.12-.03.2-.03h.1c.02 0 .04 0 .06.03h.03v-.22h-.15c-.07 0-.14 0-.19.03-.07.02-.12.07-.21.14v-.17zm4.33 0v1.18h.22v-.84c.05-.05.1-.07.17-.12.04-.03.1-.03.16-.03h.1c.02 0 .05 0 .1.03v-.22h-.15c-.07 0-.12 0-.19.03a.8.8 0 0 0-.2.14v-.17h-.2zm-11.5.12c.13 0 .2.03.25.1.05.05.1.12.1.24h-.7c.02-.1.05-.17.12-.24.05-.07.14-.1.24-.1zm16.43 0c.1 0 .17.03.24.1.05.05.07.12.07.24h-.67c0-.1.05-.17.1-.24.07-.07.14-.1.26-.1m-10.7 0c.1 0 .2.05.24.12.07.07.1.2.1.34s-.03.26-.1.34c-.05.07-.14.12-.24.12s-.2-.05-.24-.12c-.07-.08-.1-.2-.1-.34s.03-.27.1-.34a.3.3 0 0 1 .24-.12m9.33.03h.15l.14.04v.65c-.05.05-.1.08-.15.1-.07.02-.12.02-.19.02-.1 0-.16-.02-.21-.1s-.08-.16-.08-.3c0-.13.03-.25.1-.32.05-.07.14-.1.24-.1zm-5.65 0c.1 0 .17.04.22.1.04.06.07.18.07.33s-.03.24-.1.34c-.07.07-.14.1-.26.1h-.15c-.02-.03-.07-.03-.14-.08v-.65l.17-.1c.07-.02.12-.04.19-.04m-5.96.4v.34l-.17.1c-.05.03-.12.02-.2.02-.06 0-.14 0-.18-.05-.03-.02-.05-.07-.05-.14s0-.12.05-.14c.02-.03.07-.08.14-.08.05-.02.1-.02.2-.02.06-.02.14-.02.2-.02zm7.47 0v.34l-.14.1c-.07.02-.14.02-.2.02-.09 0-.13 0-.18-.05-.05-.02-.08-.07-.08-.14s.03-.12.05-.14c.05-.03.1-.08.15-.08.04-.02.12-.02.19-.02.1-.02.17-.02.21-.02zm3.08 0v.34l-.14.1c-.07.02-.12.02-.2.02-.09 0-.14 0-.18-.05-.05-.02-.08-.07-.08-.14s.03-.12.08-.14c.02-.03.07-.08.12-.08.04-.02.12-.02.21-.02.07-.02.15-.02.2-.02z" })
9
+ ] });
10
+ export {
11
+ SvgIconBanquesavoir 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 SvgIconBcdi: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconBcdi;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconBcdi = ({
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.43 19.29c-.07-.24-.1-.5-.03-.53.2-.12 1.93-1.88 2.58-2.65.5-.57.94-1.34.86-1.51 0-.05 0-.07.03-.05.05.03.07-.1.07-.31 0-.24-.02-.34-.07-.31s-.05.02-.03-.05c.03-.05 0-.1-.02-.1s-.05-.05-.05-.1c0-.07-.02-.07-.07 0-.05.05-.05.05-.02-.07 0-.12 0-.14-.08-.12-.04.03-.07-.02-.1-.1s-.06-.09-.09-.09c-.02.03-.05.03-.05-.02 0-.07-.14-.22-.24-.22-.02 0 0-.02.05-.07.12-.05.12-.05 0-.05-.07 0-.21-.1-.34-.24-.12-.12-.26-.26-.36-.33-.1-.05-.21-.15-.29-.22-.04-.05-.14-.1-.16-.1s-.05-.02-.05-.07c0-.02.02-.05.05-.02.04.02.02-.03-.05-.12-.17-.24-.12-.34.26-.5.17-.06.27-.13.24-.18-.02-.02 0-.02.05 0 .07.05.67-.3.87-.52.14-.17.14-.17.05-.39-.05-.14-.15-.26-.22-.29s-.14-.1-.14-.17c-.03-.04-.08-.1-.12-.1L4.5 9.6c-.7-.21-1.61-.31-1.8-.21-.03.02-.1.04-.17.04-.05.03-.27.08-.46.12-.58.12-1.15.12-1.37-.02C.58 9.46.53 9.4.55 9.4s0-.07-.07-.17c-.21-.29 0-.8.44-1 .28-.15.5-.18 1.27-.18.72-.02.84 0 1.01.08.05.02.12.02.12 0 .02 0 .07 0 .12.04.05.03.17.05.31.05s.24.03.24.07c.03.05.07.08.15.05.04 0 .12.03.16.07.03.05.1.08.12.05s.05 0 .08.03c.02.04.07.07.14.07.05 0 .12.02.17.07.02.05.1.1.12.1.05 0 .02-.03 0-.08-.1-.04-.07-.07.07-.02.05.02.07.07.05.1-.03.04 0 .04.02.02.07-.05.41.17.46.26 0 .03.05.03.07 0 .03 0 .05.03.05.08 0 .07.02.1.05.02.05-.07.14 0 .21.27.08.14.08.14.08.02 0-.14 0-.14.1.02.18.32.3.72.3 1.01s0 .34-.21.53c-.12.12-.27.24-.31.27-.15.05-.32.38-.22.5.02.05.05.1.02.12 0 .05 0 .07.05.1.03.05.05.02.03-.03s0 0 .1.08c.06.1.11.19.09.24-.03.02.02.02.07-.03l.07-.05c0 .03.03.1.1.17.31.34.43.5.43.56s.05.14.14.21c.08.07.15.2.17.27s.05.14.08.14c.04 0 .04.05.04.1 0 .07.03.12.05.12.07 0 .2.53.2.89 0 .26-.05.38-.22.67-.12.2-.27.43-.36.5-.08.1-.24.32-.39.46-.31.39-1.32 1.4-1.83 1.83-.19.2-.48.43-.6.55s-.26.22-.31.22-.07.02-.05.02c.05.05-.26.27-.58.39-.21.1-.43.07-.36-.03 0-.02-.02-.04-.07-.04-.07 0-.07.02-.07.07l.02.1c-.02 0-.05-.03-.05-.08zm13.03-.05c-.31-.14-.24-.27.5-.84l.56-.41c.1-.1.29-.24.39-.31.1-.1.24-.22.33-.27l.17-.14c.07 0 1.37-1.25 1.7-1.64.2-.24.54-.65.78-.98.07-.1.16-.41.21-.65.1-.46.1-.46-.02-.94l-.22-.58c-.04-.05-.1-.1-.1-.14 0-.03-.09-.15-.2-.3s-.23-.26-.2-.28c.02-.02-.03-.07-.1-.1-.05 0-.14-.07-.17-.14-.02-.05-.07-.1-.1-.1-.04 0-.11-.04-.18-.12-.08-.04-.2-.14-.27-.21s-.14-.12-.17-.12c-.02 0-.12-.05-.19-.15-.1-.07-.17-.12-.19-.1-.05 0-.07 0-.1-.02a9.3 9.3 0 0 0-1.94-.91c0-.02-.1-.05-.2-.05-.38 0-.86-.17-1.1-.4-.2-.2-.22-.22-.15-.37.08-.21.34-.53.46-.53.05 0 .1-.02.12-.04.07-.15 1.13-.05 1.44.12l.2.04c.07 0 .14.03.16.05s.2.1.39.17a8 8 0 0 1 .8.34c.02 0 .09.04.14.12.04.04.1.1.12.1s.26.14.5.3c.24.17.48.32.5.32s.05.02.03.05c-.02.04 0 .07.05.07s.1.02.12.07.07.1.1.1c.04 0 .21.12.36.26.14.12.33.29.43.34.07.05.14.12.14.17 0 .02.05.07.07.1.05 0 .12.11.2.23.04.12.12.24.16.27s.05.07.05.12c-.02.04-.02.12 0 .14.07.1.2.46.22.77.14 1.1.02 1.73-.6 2.65a1.5 1.5 0 0 0-.15.28c0 .05-.04.08-.1.1s-.06.05-.06.07c0 .05-.08.12-.15.2-.05.07-.24.26-.36.43a14 14 0 0 1-1.7 1.6c0 .08-1.33 1.04-1.43 1.04-.04 0-.5.2-.67.3-.12.06-.36.04-.58-.08m7.05-2.57c0-.03-.05-.05-.12-.03-.1.03-.15 0-.2-.1-.11-.2-.11-.23-.11-2.08 0-.94-.03-1.86-.05-2.03l-.1-.64-.05-.36c-.02-.03-.04-.2-.04-.41a2 2 0 0 0-.1-.44c-.1-.12-.17-.98-.12-1.49.05-.36.1-.5.17-.6.07-.07.12-.14.12-.17 0-.04.5-.21.62-.21.22 0 .46.21.6.5.08.17.12.34.12.39 0 .07.05.12.08.12.04.02.07.4.12 1.1.04.94.04 1.23-.08 2.36a21 21 0 0 1-.33 2.81c-.07.63-.36 1.33-.5 1.33-.05 0-.05-.03-.03-.05m-11.35-.1c-.03-.02-.12-.02-.24-.05-.1 0-.22-.02-.24-.04s-.1-.05-.2-.05a4.3 4.3 0 0 1-.96-.22c-.02 0-.02-.02-.02-.07.05-.05.02-.05-.07-.02-.07 0-.12 0-.15-.05s-.07-.07-.12-.05c-.07.02-.1.02-.04-.05.02-.05.02-.05-.05-.02s-.1 0-.07-.03c.02-.02-.05-.1-.17-.14-.1-.05-.2-.12-.2-.14s-.02-.05-.04-.03c-.05.03-.07.03-.05 0 .02-.05-.24-.4-.26-.36 0 .02-.05 0-.1-.07-.05-.05-.1-.1-.07-.12s-.03-.07-.07-.12c-.08-.05-.12-.12-.1-.15 0-.02 0-.04-.05-.04a.5.5 0 0 1-.07-.12c0-.05-.05-.15-.07-.24a5.1 5.1 0 0 1 0-2.05c.02-.07.02-.1.05-.1.02.03.07-.07.12-.19.07-.24.55-1 .72-1.15.04-.07.1-.14.07-.17s-.03-.05 0-.02c.02.02.12-.03.19-.12a7.6 7.6 0 0 1 1.03-.84c.03 0 .05-.05.03-.08-.03-.04-.03-.04 0-.02a1 1 0 0 0 .26-.12l.58-.36c.2-.1.36-.22.39-.24s.04-.05.04-.02c0 .02.1 0 .2-.05.4-.17.96-.3 1.41-.34.44-.02.46-.02.49.1.04.07.07.1.1.04.04-.07.18.27.16.44 0 .14-.12.36-.17.33s-.05 0-.05.05c0 .03-.07.1-.14.15-.1.02-.17.1-.2.14 0 .05-.04.07-.06.05s-.05 0-.05.02c0 .05-.03.05-.05.05-.02-.02-.1.02-.17.07-.14.17-.96.63-1.03.58-.03 0-.05 0-.05.02s-.14.12-.31.22c-.2.1-.39.22-.48.29s-.2.12-.22.1c-.02 0-.05 0-.05.02 0 .05-.05.07-.07.07-.14 0-.7.4-1.03.77-.51.53-.53.55-.51.6.02.03.02.03-.02.03-.03 0-.08.04-.08.12s.03.07.08 0c.04-.1.07-.05.02.07-.02.05-.07.07-.1.07-.04-.02-.04-.02-.02.05a3.6 3.6 0 0 0-.24 1.15c0 .12.02.24.05.27s.05.04.02.07c-.02.05.03.12.1.19.05.07.1.14.1.17s.02.02.07 0c.02 0 .04 0 .04.02-.04.1.12.3.2.27.04-.03.12.02.19.07.05.07.14.14.21.14.08.03.12.08.1.1s0 .05.05.02c.05-.02.12.03.17.08s.12.07.14.04c.05-.02.07-.02.07.03s.6.21.7.19c0-.02.02 0 .02.02s.17.05.39.05c.21-.02.53 0 .7.05.26.05.3.07.28.17 0 .07.03.12.05.1.07-.03.07.09 0 .19-.07.12-.46.24-.74.24-.17 0-.32 0-.34-.03m4.54-.31c-.24-.41-.36-1.4-.43-3.82-.05-2.12-.07-2.02.36-2.07.17-.03.27 0 .36.1.07.04.12.11.12.14s.05.1.07.14c.17.17.24.9.24 2.21 0 2.38-.04 3.2-.24 3.35-.14.12-.38.1-.48-.05M2.55 14.43c-.07-.05-.15-.07-.17-.05-.02 0-.02-.05-.05-.1 0-.07-.02-.14-.05-.14-.04-.02-.07-.1-.07-.17 0-.1-.02-.19-.05-.21s-.07-.12-.07-.2l-.05-.14-.02-.12c-.02-.29-.17-.8-.22-.81s-.07-.08-.07-.12c0-.17-.1-.63-.12-.7a2.5 2.5 0 0 1-.05-.63v-.6l.22-.02c.14 0 .27.02.34.1s.1.07.07 0c-.02-.05 0-.03.07.04.07.05.12.12.1.17 0 .05 0 .05.07.05.05-.03.07 0 .07.12s0 .14.05.07.07-.05.05.05c0 .05.02.14.07.19.12.17.26 1.35.29 2.28.02.39.05.7.07.7.07 0-.1.22-.22.27a.34.34 0 0 1-.26-.03m1.95-1.95c-.03-.02 0-.02.04 0 .1.03.12.08.05.08-.04 0-.07-.03-.1-.08zM21.69 7.1c-.05 0-.12-.07-.17-.12-.02-.08-.12-.12-.17-.12-.07 0-.12-.03-.12-.05 0-.12 0-.14-.1-.2-.02-.02-.04-.04-.04-.07.02-.02 0-.16-.05-.28-.05-.15-.07-.27-.05-.3.05-.09.46-.23.85-.3a2.7 2.7 0 0 1 1.17.07c.24.1.49.38.49.55 0 .26-.17.46-.58.62-.22.12-.41.17-.46.15-.02-.03-.05 0-.02.02.05.07-.6.1-.75.03" })
9
+ ] });
10
+ export {
11
+ SvgIconBcdi 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 SvgIconBiblionisep: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconBiblionisep;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconBiblionisep = ({
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.4c-8.63 0-8.75.02-9.3.26-.32.15-.73.46-.95.7-.67.77-.74.91-.74 7.5h3.8c-.03 0-.05-.02-.05-.02 0-.07.17-.24.34-.39.29-.21.5-.24 1.8-.24 2.26 0 2.29-.14.31-2.14-1.53-1.6-1.65-1.8-1.22-2.52.24-.41.86-.67 1.32-.55.17.02.94.7 1.68 1.44 1.9 1.9 2.07 1.87 2.07-.43 0-1.6.07-1.78.58-2.07.43-.22.8-.17 1.13.17.29.29.31.38.31 1.75 0 1.52.1 1.95.46 1.95.12 0 .84-.6 1.61-1.37.8-.8 1.54-1.42 1.73-1.47.7-.17 1.47.41 1.47 1.13 0 .55-.17.8-1.61 2.24-1.71 1.75-1.71 1.78.53 1.87 1.25.05 1.63.1 1.82.27.15.12.27.29.27.36 0 0-.02.02-.07.02h3.7c0-5.53-.02-6.27-.22-6.7a3.9 3.9 0 0 0-.67-.97c-.87-.82-.46-.8-10.1-.8zm0 5.91c-.58 0-.82.36-.82 1.2 0 .37-.02.85-.07 1.06l-.07.3h1.9v-.9c0-1.2-.24-1.66-.94-1.66m-11 2.75c0 .79.03 1.63.03 2.62.03 8.05.05 8.56.27 8.97a3.2 3.2 0 0 0 1.97 1.66c.17.04 4.06.1 8.68.1 9.1.01 9.1.01 10-.7.24-.17.58-.63.75-.97l.31-.65v-8.7l-.02-2.34H1.3zm1.33 4.15h.58v1.13l.29-.21c.1-.05.19-.07.31-.07.24 0 .4.1.53.31s.2.5.2.87c0 .38-.1.67-.25.91-.17.22-.36.34-.58.34-.12 0-.19 0-.28-.03-.08-.04-.15-.07-.22-.12l-.02.1h-.56v-3.22zm2.29 0h.62v.56h-.62v-.55zm1.15 0h.58v1.13l.26-.21a.7.7 0 0 1 .34-.07c.21 0 .38.1.5.31.15.22.2.5.2.87 0 .38-.08.67-.24.91-.15.22-.34.34-.58.34-.1 0-.2 0-.27-.03l-.21-.12-.03.1h-.55v-3.22zm2.28 0h.6v3.23h-.6V14.2zm1.13 0h.6v.56h-.6v-.55zm5.73 0h.6v.56h-.6v-.55zm-3.73.82c.31 0 .55.12.72.34s.27.53.27.91c0 .39-.1.68-.27.92-.17.21-.4.31-.72.31s-.58-.1-.74-.31c-.17-.24-.24-.53-.24-.92s.07-.7.24-.91a.93.93 0 0 1 .74-.34m7.72 0c.29 0 .5.1.65.3s.21.47.21.83v.27h-1.32c.03.17.07.31.17.4s.24.15.43.15c.12 0 .24-.02.36-.07.12-.07.22-.12.27-.2h.07v.6a1.4 1.4 0 0 1-.36.15c-.12.03-.24.05-.39.05-.36 0-.65-.1-.84-.31s-.29-.5-.29-.92c0-.38.1-.67.27-.91.19-.22.43-.34.77-.34m-5.12.03c.19 0 .33.07.45.21.1.15.15.36.15.65v1.52h-.58v-1.42c-.02-.1-.02-.17-.05-.22s-.04-.1-.1-.12c-.02-.02-.09-.02-.16-.02-.05 0-.1 0-.17.02l-.17.12v1.64h-.57V15.1h.57v.27c.1-.1.2-.2.3-.24s.2-.07.33-.07m3.07 0a1 1 0 0 1 .39.04c.12.03.22.08.29.12v.58h-.05a1.2 1.2 0 0 0-.29-.2.9.9 0 0 0-.33-.06c-.1 0-.17.02-.24.04-.05.05-.1.1-.1.15 0 .07.02.1.05.14.02.03.1.05.21.08l.17.04c.07.03.15.03.22.05.14.07.26.14.33.24.08.12.12.27.12.43 0 .24-.1.44-.26.58s-.39.22-.67.22c-.17 0-.32-.03-.46-.05l-.31-.15v-.6h.07c.02.03.05.05.1.08.02.04.09.07.14.1l.21.09c.07.03.15.02.24.02.12 0 .2 0 .27-.05.05-.02.07-.07.07-.14 0-.05-.02-.1-.05-.12s-.1-.05-.19-.07l-.17-.05a.45.45 0 0 1-.19-.05.6.6 0 0 1-.36-.26c-.1-.1-.12-.27-.12-.44 0-.21.07-.4.24-.55s.39-.21.67-.21m4.5 0c.22 0 .41.1.53.3s.2.51.2.88a1.66 1.66 0 0 1-.27.93c-.07.1-.15.2-.24.24a.8.8 0 0 1-.31.07c-.12 0-.2 0-.27-.04l-.24-.1v.96h-.58v-3.2h.58v.24l.29-.21c.1-.05.2-.07.31-.07m-16.71.04h.58v2.34h-.58zm4.54 0h.58v2.34h-.58zm5.75 0h.58v2.34h-.58zm3.92.41c-.12 0-.22.03-.29.1-.07.1-.1.2-.12.36h.77a1 1 0 0 0-.1-.34c-.07-.1-.14-.12-.26-.12m-7.67.05c-.07 0-.12 0-.17.02l-.12.12c-.02.05-.05.12-.07.22s-.05.22-.05.36c0 .12.03.24.05.34 0 .1.02.17.07.21.03.05.07.1.12.12s.1.05.17.05c.05 0 .1-.02.14-.05s.1-.04.12-.12a.5.5 0 0 0 .1-.19l.02-.36-.02-.34a.7.7 0 0 0-.1-.24c-.02-.04-.07-.1-.12-.12s-.1-.02-.14-.02m-7.94.05c-.04 0-.1.02-.16.05-.05 0-.1.04-.17.07v1.18c.05.02.1.02.12.04h.14c.15 0 .27-.04.34-.16s.12-.3.12-.53c0-.22-.02-.36-.07-.48-.07-.12-.17-.17-.31-.17zm3.44 0c-.07 0-.12.02-.16.05-.08 0-.12.04-.17.07v1.18l.12.04h.12c.17 0 .29-.04.36-.16s.1-.3.1-.53c0-.22-.03-.36-.08-.48s-.14-.17-.29-.17m14.4 0c-.04 0-.09.02-.16.05-.05 0-.1.04-.17.07v1.18l.15.04h.12c.14 0 .26-.04.33-.16s.12-.3.12-.53c0-.22-.02-.39-.1-.48-.04-.12-.14-.17-.28-.17z" })
9
+ ] });
10
+ export {
11
+ SvgIconBiblionisep 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 SvgIconBlog: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconBlog;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconBlog = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 29 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.04 10.87c.21 0 .38-.21.38-.43s-.17-.39-.38-.39h-2.4c-.23 0-.44.17-.44.39s.22.43.43.43h2.4zm0 1.73c.21 0 .38-.21.38-.4s-.17-.41-.38-.41h-2.4c-.23 0-.44.19-.44.4s.22.41.43.41h2.4zm5.05.34a9.36 9.36 0 0 1 6.97 2.91V6.81a9.17 9.17 0 0 1-6.97 3.03zm11.95-5.29-.8-.82 3.3-3.27.82.77zm.6 4.2V10.7h5.53v1.16h-5.53zm-1.4 4.12.8-.82 3.32 3.32-.82.77zm-3.07-12.4c.48 0 .86.35.86.8v13.88c0 .46-.38.82-.87.82s-.84-.36-.84-.82c-1.42-1.73-3.9-3.96-7.62-3.96H9.16l3.37 5.67-2.04 1.5c-.51.26-1.06-.08-1.35-.44l-4.19-6.73H2.7S.6 13.16.6 11.35s2.1-2.83 2.1-2.83h8c3.73 0 6.2-2.31 7.62-4.14 0-.46.37-.82.85-.82z" })
9
+ ] });
10
+ export {
11
+ SvgIconBlog 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 SvgIconBookmarkEmpty: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconBookmarkEmpty;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconBookmarkEmpty = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 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: "M15.46 3.97H1.71v16.67l6.87-6.6 1.2 1.14 5.68 5.46zm.17-1.73q.29 0 .58.12.45.2.7.55t.26.84v17.3q0 .45-.27.84t-.7.55q-.23.1-.57.1-.65 0-1.13-.44l-5.92-5.67-5.91 5.67q-.48.46-1.1.46-.32 0-.6-.12-.44-.17-.7-.55T0 21.04V3.75q0-.45.26-.84t.7-.55q.3-.12.6-.12z" })
9
+ ] });
10
+ export {
11
+ SvgIconBookmarkEmpty 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 SvgIconCahierDeTexte: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCahierDeTexte;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCahierDeTexte = ({
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: "M1.83 7.48v-.13c0-.23.2-.42.43-.42h1.81c.24 0 .43.19.43.42v.13a.43.43 0 0 1-.43.43H2.26a.43.43 0 0 1-.42-.43zm.43-4.06h1.81A.43.43 0 0 0 4.5 3v-.14a.43.43 0 0 0-.43-.42H2.26a.43.43 0 0 0-.42.42V3c0 .23.19.42.42.42m0 8.9h1.81a.43.43 0 0 0 .43-.42v-.13a.43.43 0 0 0-.43-.43H2.26a.43.43 0 0 0-.42.43v.13c0 .23.19.42.42.42m0 4.44h1.81a.43.43 0 0 0 .43-.42v-.13a.43.43 0 0 0-.43-.43H2.26a.43.43 0 0 0-.42.43v.13c0 .23.19.42.42.42m2.24 4.06v-.13a.43.43 0 0 0-.43-.43H2.26a.43.43 0 0 0-.42.43v.13c0 .24.19.43.42.43h1.81a.42.42 0 0 0 .43-.43M19.76 1.3v21.06c0 .37-.3.62-.62.62H4.05c-.36 0-.65-.25-.65-.62v-.85c.23 0 .42.04.62 0 .42 0 .71-.2.81-.48.2-.53-.16-1.02-.72-1.05H3.4v-2.94h.75c.36 0 .62-.16.75-.49.2-.5-.2-1.01-.75-.98H3.4v-2.98h.39c.81 0 1.14-.22 1.14-.75 0-.49-.36-.71-1.14-.71h-.4v-3h.76c.45 0 .78-.34.78-.76s-.32-.72-.78-.72H3.4V3.68c.26 0 .49-.04.71 0 .3 0 .6-.13.72-.4.17-.29.13-.55-.06-.81a.68.68 0 0 0-.62-.26H3.4V1.3a.64.64 0 0 1 .62-.62h15.12a.64.64 0 0 1 .62.62M15.7 7.28H8.3v1.41h7.37V7.28zm0-2.25H8.3v1.41h7.37V5.03zm5.67 13.4h-.78c-.26 0-.46.29-.46.64v2.42c0 .35.2.64.46.64h.78c.45 0 .82-.52.82-1.15v-1.4c0-.63-.37-1.15-.82-1.15m0-4.19h-.78c-.26 0-.46.29-.46.64v2.42c0 .35.2.64.46.64h.78c.45 0 .82-.52.82-1.15v-1.4c0-.63-.37-1.14-.82-1.14zm0-4.19h-.78c-.26 0-.46.29-.46.64v2.42c0 .35.2.64.46.64h.78c.45 0 .82-.52.82-1.15v-1.4c0-.63-.37-1.14-.82-1.14zm0-4.19h-.78c-.26 0-.46.29-.46.64v2.42c0 .35.2.64.46.64h.78c.45 0 .82-.52.82-1.15V7c0-.63-.37-1.14-.82-1.14m0-4.19h-.78c-.26 0-.46.29-.46.64v2.42c0 .35.2.64.46.64h.78c.45 0 .82-.52.82-1.15v-1.4c0-.63-.37-1.14-.82-1.14z" })
9
+ ] });
10
+ export {
11
+ SvgIconCahierDeTexte 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 SvgIconCahierTextes: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCahierTextes;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCahierTextes = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 23 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: "M8.49 9.89V7.17h5.36v2.72H8.5zm10.72-2.7 2.67 2.7h-2.67V23.3H3.13q-1.11 0-1.9-.79t-.8-1.92V4.49q0-1.1.8-1.9t1.9-.79H19.2v2.7h2.7zm-2.67 13.4V4.5H5.8v16.09z" })
9
+ ] });
10
+ export {
11
+ SvgIconCahierTextes 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 SvgIconCalendar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCalendar;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCalendar = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 23 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: "M1.7 22.87h3.88V19H1.7zm4.75 0h4.28V19H6.45zM1.7 18.13h3.87v-4.28H1.7zm4.74 0h4.28v-4.28H6.45v4.28zM1.7 13h3.87V9.12H1.7v3.87zm9.88 9.88h4.3V19h-4.3v3.87zM6.45 13h4.28V9.12H6.45v3.87zm10.29 9.88h3.87V19h-3.87v3.87zm-5.15-4.74h4.3v-4.28h-4.3zM6.88 6.54V2.67q0-.16-.15-.29t-.29-.14h-.86q-.17 0-.29.14t-.14.3v3.86q0 .17.14.32t.29.12h.86q.17 0 .3-.12t.14-.32m9.86 11.6h3.87v-4.29h-3.87v4.28zm-5.15-5.15h4.3V9.12h-4.3zm5.15 0h3.87V9.12h-3.87zm.43-6.45V2.67q0-.16-.12-.29t-.31-.14h-.84q-.17 0-.32.14t-.12.3v3.86q0 .17.12.32t.32.12h.84q.19 0 .31-.12t.12-.32m5.17-.86v17.2q0 .69-.53 1.2t-1.2.5H1.7q-.7 0-1.2-.5t-.5-1.2V5.67q0-.7.5-1.2t1.2-.5h1.73v-1.3q0-.9.63-1.52T5.57.53h.86q.9 0 1.52.63t.63 1.51v1.3h5.14v-1.3q0-.89.65-1.51T15.9.53h.84q.89 0 1.54.63t.62 1.51v1.3h1.7q.7 0 1.2.5t.54 1.2z" })
9
+ ] });
10
+ export {
11
+ SvgIconCalendar 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 SvgIconCanalNumerique: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCanalNumerique;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCanalNumerique = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 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: "M8.13 3.66c-.07.12-.07 1.03-.07 2.04.07 2.45 0 2.43 2.69 2.43h2.02l.05-1.76c.04-1.9-.12-2.62-.7-2.76-.17-.05-1.15-.1-2.14-.1-1.3-.05-1.8 0-1.85.15m5.4.21c-.33.32-.33.51-.3 2.31l.04 1.95 1.95.05c2.7.07 2.72.05 2.79-2.62l.05-2.02h-2.1c-1.9 0-2.13.02-2.42.33zm-5.09 5.1c-.4.39-.43.48-.43 2.33v1.93h2.07c2.06 0 2.09 0 2.43-.44.3-.38.36-.7.36-2.35v-1.9h-2.02c-1.9 0-2.02.02-2.4.43zm4.76 1.47c0 1.66.05 1.97.34 2.36.34.43.38.43 2.45.43h2.07L18 11.2c-.07-2.67-.07-2.67-2.84-2.67H13.2v1.9zm-2.79 4.66c-.07.1-.1 1.01-.07 2.02.02 1.25-.02 1.86-.14 2.02-.17.2-.6.27-1.88.27-2.21 0-2.3-.05-2.3-1.5 0-.74.09-1.2.2-1.31.13-.1.85-.2 1.62-.25 1.1-.02 1.42-.12 1.59-.33.12-.22.12-.39 0-.55-.15-.22-.48-.27-1.78-.27-.9 0-1.78.1-1.97.2-.53.28-.85 1.17-.85 2.42 0 1.23.32 2.14.82 2.4.22.12 1.44.17 3.1.17h2.77v-1.9c0-1.32.07-1.92.22-2.04.1-.1.77-.12 1.46-.07l1.25.1.05 1.94.05 1.97h5.63l.43-.5c.58-.68.58-1.47.02-2.12-.33-.38-.53-.46-1.56-.5-1.23-.08-1.63-.3-1.37-.7.1-.17.58-.22 1.7-.24l1.57-.03v-1.15l-1.42-.05c-1.85-.07-2.6.22-2.96 1.08-.24.58-.24.68.05 1.2.39.75.94 1.02 1.97 1.02s1.42.19 1.16.62c-.15.24-.46.29-1.88.34-2.12.05-2.19 0-2.19-1.85 0-1.23-.05-1.45-.36-1.76-.6-.55-1.3-.72-2.74-.7-.72.03-1.5-.02-1.68-.07-.24-.07-.41-.05-.5.12z" })
9
+ ] });
10
+ export {
11
+ SvgIconCanalNumerique 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 SvgIconCcn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCcn;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCcn = ({
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.97 18.96c0-.03-.03-.05-.06-.03l-.89.8-.03.01h-.44l-1.24-1c-.03-.02-.06 0-.06.03v1c0 .02 0 .03-.03.03l-6.44.08c-.03 0-.05.04-.03.06A7.58 7.58 0 0 0 18.9 22.4c.02-.01.02-.05 0-.06-.38-.23-1.02-2.67-.94-3.38zm4.74-3.12a7.5 7.5 0 0 1-.19 1.69c0-.04-.02-.06-.04-.1-.95-2.88-4.2-.75-4.18-.73l-1.57 1.58-1.48-1.25h-.03l-.07-4.34h-2.18l-.38 2.03c.4.15.68.57.61 1.04a.97.97 0 0 1-1.9.1l-7.1.45a1.41 1.41 0 0 1-1.4 1.32c-.81 0-1.46-.67-1.42-1.5.04-.73.67-1.33 1.42-1.33.69 0 1.26.5 1.38 1.16l7.1-.44c.02-.19.1-.36.2-.5l-2-2.31H8.21c.14-.32.3-.62.49-.9l-2.58-3a2.7 2.7 0 0 1-1.76.55A2.79 2.79 0 0 1 1.8 6.8a2.7 2.7 0 1 1 4.59 1.78l2.52 2.91a7.6 7.6 0 0 1 4.49-3.04l.79-4.27a1.42 1.42 0 0 1 .5-2.76 1.41 1.41 0 0 1-.08 2.82h-.08l-.77 4.13a7.57 7.57 0 0 1 8.95 7.46zm-10.1-3.15H9.96l1.81 2.1a1 1 0 0 1 .5-.13l.36-1.97zm7.54 1.53c0-.99-.66-1.79-1.48-1.79s-1.48.8-1.48 1.79c0 .98.66 1.78 1.48 1.78s1.48-.8 1.48-1.78" })
9
+ ] });
10
+ export {
11
+ SvgIconCcn 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 SvgIconCerise: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCerise;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCerise = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18 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.04 1.57c-.27.53-1.37 1.92-2.48 3.15-1.1 1.2-1.92 2.26-1.85 2.35.12.1 1.2-.86 2.43-2.16 1.37-1.42 2.28-2.19 2.35-1.95l.53 1.9c.22.84.53 1.73.7 1.9.24.31-.07.53-1.66 1.28-1.08.5-2.33.98-2.79 1.08-.48.07-.86.29-.86.43 0 .31 4.04-1.2 5.02-1.88.85-.62.8-.67 1.28 1.06.29.92.29.9.16-.26-.1-1.13-.04-1.25.85-1.95l.96-.7.82 3.2c.57 2.3.7 3.3.53 3.6-.44.73-3.76 2.36-5.92 2.94-1.88.5-4.5.96-4.5.75 0-.05 1.2-.87 2.72-1.86C11.78 12.85 14 10.7 14 9.93c0-.14-.3.17-.65.7-.34.53-1.45 1.56-2.43 2.26-2.07 1.56-6.76 4.02-7.8 4.06-1.03.1-.93.49.13.49 4.73 0 11.66-1.98 14.11-4.07l.77-.65-.89-3.8c-.48-2.06-.96-3.92-1-4.1-.1-.25-.59.04-1.5.83a13 13 0 0 1-1.51 1.23c-.1 0-.32-.7-.49-1.54-.7-3.3-1-4.52-1.1-4.62s-.36.32-.6.85m-5.75.84c0 1.66-1.23 3.97-3.15 6.06L.58 10.13l.82 3.27c.48 1.82.89 3.15.9 2.93.06-.2-.26-1.66-.66-3.3L.89 10.1l1.78-.89c.99-.45 2.28-1.25 2.89-1.78l1.1-.96-.48-2.38C5.65 1.35 5.3.7 5.3 2.41zm.6 3.32c.17.79-.48 1.53-2.04 2.38l-.75.4.5-.76C5.68 4.6 5.68 4.62 5.9 5.73zm-.26 3.96c-.48.05-.87.24-.87.39s.22.2.48.12c.34-.12.58.02.8.43.28.55.3.55.16.05-.1-.4.03-.63.46-.84.63-.3.46-.32-1.03-.15m1.51 2.82c-.36.6-1.27 1.78-2.07 2.62S3.7 16.64 3.8 16.64c.48 0 2.93-2.64 3.51-3.77.8-1.61.67-1.9-.17-.36m-5.7 7.33c-.86.5-1.17 1.08-1.17 2.24 0 1.66.55 2.23 2.16 2.23 1.1 0 1.3-.07 1.18-.43-.1-.21-.17-.43-.17-.46 0-.04-.31-.02-.72.05-1.28.24-1.9-1.51-.9-2.43.32-.29.73-.4 1.04-.31.34.12.58.02.68-.27.12-.24.14-.48.1-.52-.3-.32-1.74-.37-2.2-.1m2.8 2.5v1.98H5.4c.89 0 1.2-.1 1.2-.39 0-.24-.24-.4-.67-.4-.41 0-.65-.15-.65-.4 0-.21.24-.4.53-.4s.53-.2.53-.39c0-.21-.24-.4-.53-.4-.31 0-.53-.2-.53-.42 0-.33.2-.4.65-.33.5.12.67.02.67-.34 0-.43-.21-.5-1.2-.5H4.23v2zm2.9 0c0 1.78.05 1.98.53 1.98s.53-.2.53-1.6c0-.9.1-1.58.27-1.58.4 0 .62.77.28 1.13-.45.58.17 1.97.94 2.12.72.14.72.12.22-.9-.31-.55-.34-.88-.12-1.27.12-.29.26-.62.26-.8 0-.57-.89-1.07-1.87-1.07H7.14v2zm3.56 0c0 1.78.05 1.98.53 1.98s.53-.2.53-1.98c0-1.8-.05-2-.53-2s-.53.2-.53 2m2-1.6c-.5.6-.22 1.53.6 1.94.94.46.91.91-.05.8-.6-.08-.82 0-.91.35-.1.41.02.49.98.49 1.25 0 1.73-.34 1.73-1.25 0-.41-.29-.73-.96-1.11-.82-.41-.94-.55-.53-.67.24-.12.6-.15.82-.08.31.15.67-.28.67-.74 0-.31-2.07-.07-2.35.26zm2.88 1.6v1.98h1.2c.87 0 1.18-.1 1.18-.39 0-.24-.24-.4-.65-.4-.43 0-.67-.15-.67-.4 0-.21.24-.4.53-.4.36 0 .53-.2.53-.5 0-.37-.12-.49-.53-.37-.36.1-.53 0-.53-.29 0-.26.24-.43.67-.43.41 0 .65-.15.65-.39 0-.29-.31-.4-1.18-.4h-1.2v2z" })
9
+ ] });
10
+ export {
11
+ SvgIconCerise 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 SvgIconCervoprint: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCervoprint;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCervoprint = ({
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.6 1.73-.05 16.89h6.68l2.46-4.33a45 45 0 0 0 2.55-4.86c.04-.38-.08-.67-.39-.99-.26-.24-2.6-1.68-5.2-3.17S3.64 2.36 3.28 2.14l-.67-.4zm4.01.05 2.77 2.05a61 61 0 0 0 2.86 2.06c.02 0 .02-.02.05-.1l.02.06c.39.3.77.62 1.18.89l-.12-.03.43.34 2.12 1.54c2.23 1.66 2.23 1.8-.05 4.93l-2.72 3.75-.98 1.37 8.73.02-.12-2.79a248 248 0 0 1-.12-8.44l.02-5.62h-7.02L6.6 1.78zM2.62 19.12a1.47 1.47 0 0 0-1.08.39c-.15.12-.24.28-.31.48-.08.16-.1.38-.1.62s.02.48.1.65c.07.2.19.36.3.48.15.12.3.22.47.27.19.04.38.1.6.1.12 0 .24-.03.33-.03a4 4 0 0 0 .7-.24v-.46h-.02c-.15.15-.32.22-.48.29s-.34.1-.53.1c-.15 0-.3-.03-.41-.08s-.24-.12-.34-.21a.7.7 0 0 1-.21-.34c-.08-.14-.1-.34-.1-.53s.02-.36.07-.5q.105-.225.24-.36a.93.93 0 0 1 .72-.3c.2 0 .39.03.53.08.17.07.34.17.5.29h.03v-.43c-.2-.1-.36-.17-.53-.22a4 4 0 0 0-.48-.05m15.08.02v.39h.43v-.39zm-4.23.03v2.88h.38v-1.08h.41c.22 0 .4-.02.55-.07s.27-.12.36-.22a1 1 0 0 0 .2-.29.9.9 0 0 0 .07-.36.74.74 0 0 0-.1-.4.7.7 0 0 0-.26-.27c-.1-.07-.22-.12-.34-.14s-.29-.05-.46-.05zm8.05.1v.62h-.26v.31h.26v1.13c0 .27.05.46.17.58s.29.17.53.17h.21c.1-.03.17-.05.24-.05v-.34h-.02c-.02.03-.07.03-.14.05-.05.02-.12.02-.2.02-.1 0-.19 0-.24-.02s-.1-.07-.12-.12a.4.4 0 0 1-.04-.17c0-.07-.03-.17-.03-.26v-.99h.8v-.31h-.8v-.63h-.36zm-7.67.23h.41c.12 0 .24 0 .31.03.1.02.17.05.22.1.1.02.14.1.17.16a.6.6 0 0 1 .07.27c0 .07-.02.14-.05.21s-.07.15-.14.2c-.05.07-.15.12-.24.14s-.24.02-.39.02h-.36zm-8.73.34c-.31 0-.6.1-.8.3s-.3.5-.3.83c0 .36.12.65.33.85.2.19.5.28.87.28.14 0 .29-.02.43-.07.12-.02.27-.07.39-.12v-.38H6c-.05.04-.17.1-.31.16-.17.05-.31.08-.48.08-.12 0-.22 0-.32-.03l-.26-.14c-.07-.07-.12-.15-.17-.24s-.07-.22-.07-.36h1.68v-.2c0-.3-.07-.55-.24-.72s-.4-.24-.72-.24zm6.66 0c-.31 0-.57.1-.77.3-.19.2-.29.47-.29.83 0 .34.1.63.3.82.19.22.45.31.76.31s.58-.1.77-.3c.2-.2.3-.49.3-.83 0-.36-.1-.62-.3-.84-.19-.2-.45-.29-.77-.29m8.23 0a1 1 0 0 0-.39.07c-.14.05-.26.12-.38.22v-.24h-.39v2.16h.39v-1.6c.12-.08.21-.15.33-.2s.22-.07.34-.07c.1 0 .17 0 .24.05.07.02.12.04.14.12.03.04.05.1.08.19l.02.29v1.22h.39v-1.41c0-.27-.08-.46-.22-.6-.12-.15-.31-.2-.55-.2m-13.35.05v2.16h.39v-1.53l.3-.2a1 1 0 0 1 .37-.07h.2c.04.03.09.03.16.03v-.37l-.12-.02h-.14c-.07 0-.24.02-.37.07-.12.05-.24.12-.4.24v-.31zm1.54 0 .91 2.16h.39l.91-2.16h-.38l-.7 1.7-.72-1.7h-.4zm7.74 0v2.16h.39v-1.53c.1-.08.21-.15.31-.2a1 1 0 0 1 .34-.07h.19c.07.03.12.03.17.03h.02v-.37l-.14-.02h-.15c-.12 0-.21.02-.33.07s-.27.12-.41.24v-.31zm1.78 0v2.16h.39V19.9h-.39zm-12.62.24c.21 0 .36.05.45.14a.6.6 0 0 1 .17.46H4.4c.02-.17.1-.31.22-.43s.28-.17.48-.17m6.68.02c.2 0 .36.05.48.2s.17.33.17.62c0 .27-.05.48-.17.6a.6.6 0 0 1-.48.22.57.57 0 0 1-.48-.22c-.12-.12-.17-.34-.17-.6 0-.29.05-.48.17-.62s.27-.2.48-.2" })
9
+ ] });
10
+ export {
11
+ SvgIconCervoprint 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 SvgIconCharlemagne: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCharlemagne;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCharlemagne = ({
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.4 11.64c-.76-.04-1.1-.21-1.5-.64-.24-.29-.27-.29-.24-.86 0-.5.02-.65.17-.9.1-.16.17-.33.17-.4.02-.39 1.77-2.26 2.45-2.6a3.8 3.8 0 0 1 1.2-.63 7.1 7.1 0 0 1 2.53-.5c.43 0 .53.02.67.14.2.22.14.53-.31 1.42-.36.72-.8 1.25-.92 1.16a2 2 0 0 1-.1-.5c-.02-.3-.09-.49-.19-.59-.3-.28-1.75-.21-2.5.15a6.4 6.4 0 0 0-1.6 1.51c-.13.17-.15.34-.13.75l.03.53.67.26c.8.34 1.18.41 2.4.46 1.47.05 1.98.12 1.98.2 0 .14-.46.64-.7.76a4 4 0 0 1-.63.22c-.48.1-2.64.14-3.43.07zm6.35-1.23c0-.07.15-.3.32-.57.6-.96.89-1.8.65-2.02a.3.3 0 0 0-.17-.12c-.17 0-.36.36-.63 1.06-.33.96-.45 1.1-1.06 1.27-.26.05-.5.1-.55.07-.14-.1-.07-.67.17-1.18.14-.26.4-.89.6-1.37.7-1.85.75-1.97 1.3-2.2.48-.23.91-.23.94.01.02.1-.12.44-.3.77-.35.68-.42.99-.2.99.06 0 .2-.07.3-.14.22-.17.37-.2.65-.05.44.24.49.72.15 1.49-.12.26-.24.62-.3.77-.09.31-.5.84-.74.91a1.7 1.7 0 0 0-.33.2c-.24.16-.8.26-.8.11m2.46-.4c-.08-.1-.15-.22-.15-.27 0-.17.34-1.15.5-1.49s1.02-1.25 1.3-1.4c.4-.19 1.55.03 1.83.37.32.33.32.33-.43 2.38-.12.33-1.08.65-1.37.45-.12-.1-.12-.12.05-.45.33-.68.17-.68-.72.04-.3.24-.56.41-.58.41a.4.4 0 0 0-.17.05c-.07.03-.19-.02-.26-.1zm1.82-1.42c.44-.22.5-.63.15-.82-.22-.12-.27-.1-.5.39-.27.55-.18.67.35.43m5.22 1.22c-.21-.24-.24-.29-.21-.57.02-.17.14-.53.26-.8.24-.5.6-1.56.84-2.35l.12-.41.53-.27c.65-.29.96-.36 1.08-.21s.05.33-.67 1.85c-.74 1.56-.77 1.66-.65 2 .1.26.1.28-.02.5-.34.58-.84.67-1.28.26m2.5.15a.9.9 0 0 1-.38-.3c-.15-.16-.15-.18-.03-.66.27-1.16.63-1.69 1.3-2.05.22-.12.41-.14.8-.14.57 0 1.05.12 1.2.26.1.15-.1.8-.36 1.06-.22.24-.84.55-1.23.6-.53.1-.43.2.24.3.2.01.36.09.39.16.07.2-.34.48-.92.7-.6.19-.65.19-1 .07zm1.57-1.73c.1-.1.16-.24.14-.34-.05-.34-.7-.2-.7.17 0 .38.24.45.56.17m-6.79 1.6c-.38-.16-.5-.4-.38-.76.2-.72.67-2 .77-2.1.17-.2.43-.23.87-.07.38.12.4.15.57.03.44-.29 1.01-.24 1.01.05 0 .19-.24.67-.43.86-.1.1-.24.15-.48.15-.39 0-.67.16-.77.43-.03.07.02.26.12.4.19.42.17.56-.15.87-.21.24-.3.3-.55.3-.14 0-.4-.05-.58-.15zm-7.47 9.82a3.4 3.4 0 0 1-1.42-.46 1.9 1.9 0 0 1-.46-.55c-.24-.39-.24-.41-.2-.92.03-.45.08-.64.37-1.27.43-.91.84-1.49 1.35-1.95a5.67 5.67 0 0 1 3.07-1.25c.15 0 .5.03.85.07.74.15 1.13.37 1.41.87.22.34.22.39.2.87-.03.45-.05.6-.32 1.08a3.8 3.8 0 0 1-2.23 1.95c-.58.19-.84.21-1.1.07-.2-.1-.25-.1-.6 0-.68.2-1.1.1-1.43-.29-.36-.43-.17-1.13.58-2.02.8-.99 1.7-1.35 2.57-1.03.27.07.31.07.48 0 .22-.12.58-.15.72-.05.12.07-.14.57-.77 1.58s-.64 1.11-.43 1.11c.36 0 1.16-.67 1.47-1.27.46-.82.43-1.33-.05-1.76-.38-.36-.62-.4-1.7-.31-.9.05-.94.07-1.47.34-.41.21-.68.43-1.1.86a2.92 2.92 0 0 0-1.02 1.73c-.1.63.02 1.04.36 1.37.41.39.75.46 1.85.46 1.09 0 1.4-.07 2.2-.46.45-.24.64-.3.76-.26.6.14-.55 1.08-1.73 1.37a6.8 6.8 0 0 1-2.21.12m1.25-2.29c.5-.33 1.17-1.41 1.1-1.75-.05-.22-.48-.29-.8-.12-.26.12-.76.67-1 1.1-.22.4-.24.85-.03.92.2.1.44.05.72-.14zm3.48 2.17a.6.6 0 0 1-.29-.22c-.12-.14-.12-.19-.04-.43.1-.27.6-.82.76-.82a.7.7 0 0 1 .34.2c.3.23.48.26.7.02.38-.41.53-.92.36-1.3-.02-.07.05-.22.2-.41.3-.4.38-.74.18-.82-.16-.05-.33.03-.48.2a2 2 0 0 0-.14.64c-.05.53-.05.56-.29.77-.43.36-1.06.39-1.1.03 0-.1.11-.44.26-.75.2-.46.34-.65.74-1.03.27-.27.6-.56.75-.65.21-.15.26-.17.6-.1.48.07.89.27 1.01.48.14.22.1.44-.39 1.61a10 10 0 0 0-.4 1.06 4.2 4.2 0 0 1-1.45 1.4c-.36.19-.93.24-1.32.12m-8.73-1.4c-.1-.07-.02-.45.1-.62a.5.5 0 0 0 .12-.22c.02-.04.1-.21.22-.36.14-.24.19-.38.19-.65 0-.4-.12-.57-.31-.43-.15.12-.37.62-.56 1.18-.07.26-.19.53-.26.6-.17.14-.58.29-.87.29s-.26-.15.07-.87c.17-.38.27-.67.27-.84 0-.31-.07-.39-.3-.34-.16.08-.28.32-.42.94-.08.27-.2.6-.27.72-.14.27-.53.41-.86.34l-.24-.03v-.4c0-.3.04-.49.14-.65.07-.12.24-.53.36-.87.27-.84.39-.91 1.15-.91.34 0 .65-.05.75-.08.22-.11.38-.1.67.08.32.21.48.21.9 0l.3-.2.37.12c.43.15.62.34.55.6-.07.25-.7 1.66-.82 1.83a5 5 0 0 1-1.15.82.2.2 0 0 1-.1-.05m13.83-.19c-.14-.05-.12-.12.27-.77.36-.58.55-1.15.48-1.37-.03-.05-.1-.1-.22-.07-.24.02-.43.36-.65 1.18-.1.36-.21.67-.26.72-.1.12-.94.31-1.09.26-.16-.04-.12-.33.15-.96.12-.31.29-.8.36-1.08.07-.27.17-.53.22-.58.12-.12.79-.36.96-.36.1 0 .29.05.4.07.17.07.27.07.46-.02.12-.07.34-.12.48-.12.27 0 .63.24.63.4 0 .08-.14.47-.31.85-.17.36-.3.72-.3.77 0 .14-.52.72-.69.77-.07.02-.22.1-.31.17-.2.12-.46.19-.58.14m2.55-.1c-.24-.07-.46-.38-.46-.57 0-.22.44-1.5.6-1.73.05-.1.34-.3.6-.46.58-.34.56-.34 1.42-.14.22.04.44.12.46.14.07.05.03.6-.05.87-.14.4-.53.65-1.22.74-.58.05-.48.3.14.3.27 0 .34.16.17.35-.07.07-.34.24-.6.36-.46.22-.8.27-1.06.15zm1.4-1.63c.14-.2.12-.46-.03-.48s-.53.29-.53.43c0 .1.17.22.34.22.07 0 .17-.07.21-.17z" })
9
+ ] });
10
+ export {
11
+ SvgIconCharlemagne 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 SvgIconCharte: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCharte;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCharte = ({
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.64 22.6C0 21.97 0 21.97 0 12.86s0-9.08.7-9.63c.65-.5.99-.54 7.37-.54s6.72.02 7.38.54c1 .8.92 1.9-.29 3.53-.54.74-1.1 1.54-1.27 1.82-.26.4-.32.12-.32-1.65-.06-2.16-.06-2.16-5.52-2.16s-5.46 0-5.46 8.06 0 8.05 5.46 8.05 5.46 0 5.46-1.43c0-1.33.27-1.8.66-1.16.3.47.58.02.77-1.22.1-.68.4-1.77.66-2.4.48-1.19.48-1.19.48 2.89 0 2.23-.05 4.26-.15 4.48-.39 1.05-1.35 1.18-8.16 1.18-6.5.02-6.5.02-7.13-.61zM13.38 17c-.43-.25-2.23-1.25-4.03-2.2-6.07-3.3-5.58-2.91-4.75-3.9.4-.5.88-.89 1.09-.9.19-.03 1.37.54 2.6 1.23 4.29 2.42 3.7 2.46 5.07-.28 1.1-2.18 1.94-3.45 4.19-6.3.43-.55 1.7-1.8 2.85-2.77C22.5.1 22.5.1 23.44 1.04s.96.94-1.73 3.56c-3.71 3.66-6.47 8.07-7.05 11.32-.27 1.47-.4 1.56-1.28 1.07z" })
9
+ ] });
10
+ export {
11
+ SvgIconCharte 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 SvgIconChat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconChat;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconChat = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28 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: "M28.35 11.71q0 3.03-1.9 5.6t-5.17 4.1-7.12 1.49q-2.93 0-5.62-.94l.04.07L0 24.6q1.06-1.42 1.7-3.03t.75-2.55l.1-.91Q0 15.22 0 11.71q0-3.03 1.9-5.6t5.17-4.06 7.1-1.5 7.11 1.5 5.17 4.06 1.9 5.6m-6.01 0q0-.7-.5-1.2t-1.23-.5q-.7 0-1.2.5t-.5 1.2q0 .72.5 1.23t1.2.5q.72 0 1.23-.5t.5-1.23m-6.01 0q0-.7-.5-1.2t-1.23-.5q-.7 0-1.2.5t-.51 1.2q0 .72.5 1.23t1.2.5q.73 0 1.23-.5t.5-1.23zm-6.01 0q0-.7-.5-1.2t-1.24-.5q-.7 0-1.2.5t-.5 1.2q0 .72.5 1.23t1.2.5q.73 0 1.23-.5t.5-1.23z" })
9
+ ] });
10
+ export {
11
+ SvgIconChat 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 SvgIconCidj: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconCidj;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconCidj = ({
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.97 23.38c0-.05.51-2.02 1.16-4.4.65-2.4 1.15-4.4 1.1-4.45-.04-.1.46-2.2.56-2.34.02-.04 1.47 1.33 3.2 3.01l3.17 3.05-.24.41c-.39.68-2.1 2.36-2.98 2.94a10.8 10.8 0 0 1-3.37 1.46c-1 .24-2.6.44-2.6.32m-2.69-.36a10.73 10.73 0 0 1-6.15-4.3l-.48-.7 4.5-1.23a50 50 0 0 0 4.54-1.32c.1-.15 1.9-.6 2-.5.04.01-.37 1.65-.87 3.6l-1.13 4.13-.15.6-.65-.02c-.36 0-1.08-.12-1.6-.26zm8.52-8.59a61 61 0 0 0-3.59-3.37 2.8 2.8 0 0 1-.67-.53l-.5-.55.38-.1c.2-.04 2.12-.57 4.23-1.15l3.85-1.06.2.36c.09.17.33.77.52 1.3.5 1.45.6 4.24.22 5.8-.32 1.15-.92 2.67-1.11 2.67-.05 0-1.64-1.52-3.54-3.37zM2.14 16.96c-.99-1.93-1.18-5.37-.43-7.58.21-.6.5-1.32.67-1.63l.29-.58 3.53 3.6a78 78 0 0 0 3.7 3.59c.22 0 1 .84.87.96-.07.05-1.42.46-3 .87-1.59.43-3.42.93-4.1 1.13l-1.2.31zm3.73-7.12-3-3 .23-.4c.14-.2.8-.9 1.44-1.56a10.1 10.1 0 0 1 6.3-2.95c.87-.1 1.01-.08.97.1-.05.11-.72 2.56-1.5 5.47L8.9 12.82c-.03.02-1.4-1.32-3.03-2.98m4.18.46c0-.1 1.9-7.36 2.14-8.18.07-.31.56-.31 1.95-.03a10.7 10.7 0 0 1 5.41 2.92c.75.72 1.85 2.16 1.73 2.28-.02.02-2.45.7-5.4 1.51l-5.59 1.54c-.14.05-.24.03-.24-.04M9.7 23.09c-2-.43-3.8-1.44-5.29-2.94-.82-.81-1.73-2.04-1.61-2.14.02-.02 2.02-.57 4.43-1.22 2.4-.67 4.47-1.25 4.59-1.32a7.5 7.5 0 0 1 1.9-.51c.02.02-.39 1.66-.9 3.6L11.7 22.7c-.15.58-.17.6-.65.58-.29 0-.9-.1-1.35-.2zm2.33-.05c.34-1.08 2.29-8.44 2.24-8.49-.07-.05.29-1.51.53-2.21.02-.12 1.3.98 3.22 2.86l3.15 3.05-.4.56c-1.74 2.55-5.23 4.47-8.02 4.47-.7.02-.8-.02-.72-.24m8.18-6.28-4.02-3.87a34 34 0 0 1-2.88-2.93c.07-.05 1.4-.44 2.98-.87 1.59-.4 3.44-.91 4.09-1.1l1.2-.32.34.92a9.6 9.6 0 0 1 .72 4.4 13.3 13.3 0 0 1-.3 2.4c-.26.92-.88 2.4-1.03 2.4-.04 0-.55-.45-1.1-1.03m-18.06.15a9.2 9.2 0 0 1-.82-4.33c0-2 .22-2.96.99-4.64l.36-.75 3.56 3.59a77 77 0 0 0 3.65 3.58c.05 0 .32.22.58.48.34.36.4.5.27.55l-3.56.97-4.04 1.1-.65.2zm3.73-7.07-3-3 .57-.78A10.7 10.7 0 0 1 9.79 2.1c1.32-.26 2.09-.28 2-.04-.03.1-.7 2.55-1.47 5.46l-1.42 5.3c-.03.02-1.4-1.32-3.03-2.98zm4.18.46c0-.1 1.9-7.41 2.14-8.2.07-.22.17-.24.84-.17a11.6 11.6 0 0 1 5.85 2.5c.8.65 1.9 1.95 2.28 2.67.1.19-.65.43-5.34 1.7l-5.6 1.54c-.1.05-.17.03-.17-.04m0 12.79a10.6 10.6 0 0 1-7.24-5.1c0-.02.6-.2 1.33-.38 1.63-.41 6.97-1.9 8.49-2.34a8 8 0 0 1 1.13-.26c0 .04-.44 1.66-.97 3.58-.52 1.95-1 3.8-1.1 4.11-.17.67-.2.67-1.64.39m1.95.05c.1-.3 2.24-8.44 2.5-9.6.14-.55.29-1.1.34-1.18.04-.1 1.34 1.06 3.17 2.84l3.08 2.98-.2.39c-.11.21-.74.94-1.36 1.59-1.33 1.3-2.43 2-4.21 2.62-1.35.45-3.44.7-3.32.36m7.38-7.17a355 355 0 0 0-4.04-3.9c-1.32-1.3-2.09-2.11-2-2.16.6-.2 7.87-2.14 8.04-2.14.1 0 .21.07.21.14.03.22.05.32.3.82.5 1.16.69 2.26.69 4 0 1.39-.07 1.9-.31 2.73-.27.87-.9 2.34-1.01 2.34 0 0-.87-.82-1.88-1.83m-17.22.89a10.85 10.85 0 0 1 .3-9.14l.26-.5 3.5 3.56a77 77 0 0 0 3.66 3.58c.05 0 .32.22.58.48.34.36.41.5.27.55l-3.56.97c-1.85.5-3.66.98-4.02 1.1l-.62.17-.36-.77zm3.73-7-3-3L3.53 6a10.9 10.9 0 0 1 4.84-3.5c.91-.34 3.24-.78 3.36-.63.05.05-2.57 10.1-2.8 10.87-.03.07-1.4-1.23-3.04-2.89zm4.38.05c.17-.29.17-.36.02-.36-.12 0-.12-.03-.02-.07s.14-.17.1-.27c-.05-.12 0-.29.07-.38s.12-.22.07-.27-.03-.17.05-.26c.16-.2.45-1.23.5-1.71 0-.17.05-.27.07-.24.1.1.56-1.9.48-2.02-.04-.07-.02-.12.05-.12.17 0 .43-.91.34-1.25-.05-.14 0-.27.1-.27s.14-.1.1-.21c-.25-.6.33-.67 2.2-.27 2.5.58 4.88 2.2 6.35 4.33l.53.77-3.17.87c-4.67 1.27-7.7 2.07-7.9 2.07-.14 0-.11-.1.06-.34m1.03-.31c-.1-.03-.21-.03-.26.02s.04.07.19.07c.14-.02.2-.04.07-.1zm9.26-3.18c-.05-.04-.14 0-.22.12-.21.34-.16.46.08.22.12-.12.19-.27.14-.34m-.84-.29c-.05-.07-.14-.14-.24-.14s-.1.05.05.14c.26.17.29.17.19 0m-3.78-3.02c0-.08-.07-.15-.14-.15s-.1.07-.05.14c.02.08.1.15.14.15.03 0 .05-.07.05-.14m-3.34-.75c-.05-.12-.17-.22-.26-.2-.12 0-.12.03 0 .08.1.05.16.17.16.29s.05.17.1.12.05-.17 0-.3zm.6-.07c.12-.08.15-.15.07-.15s-.24.07-.36.15c-.1.07-.14.12-.05.12.08 0 .22-.05.34-.12M12 23.14c.07-.2 2.1-7.84 2.57-9.77l.32-1.2 3.07 2.98c1.69 1.64 3.06 3 3.06 3.06 0 .16-.9 1.32-1.52 1.92a10.18 10.18 0 0 1-6.64 3.1c-.77.07-.93.07-.86-.1zm-9.6-5.8c-.07-.17-.1-.34-.07-.4 0-.06-.02-.1-.1-.1-.16 0-.69-1.86-.84-3.03a10 10 0 0 1 .94-5.65c.34-.77.36-.77.6-.51.15.14.3.27.36.27.05 0 .22.19.37.4.14.24.3.41.36.41.07 0 .86.77 1.8 1.71C8.61 13.3 9.28 14 9.26 14.12c-.02.07.05.1.12.07.1-.02.17.05.14.12 0 .1.1.15.22.1.22-.05.99.62.99.89 0 .12-2.43.8-2.84.77-.17-.03-.3.02-.27.07.05.05-.55.26-1.32.46l-2.6.7-1.2.33zm7.7-2.02c-.05-.07-.1-.12-.14-.12-.03 0-.05.05-.05.12s.07.14.14.14.1-.07.05-.14M9.09 14.3c-.1-.1-.22-.17-.24-.15-.07.08.27.5.36.41.02-.02-.02-.14-.12-.26M5.87 9.86 2.88 6.88l.7-.91a10.83 10.83 0 0 1 6.23-3.83c1.51-.31 2.07-.33 1.97-.1-.02.1-.7 2.56-1.47 5.47L8.9 12.82c-.03.02-1.38-1.32-3.03-2.96m15.07-2.7c0-.11.05-.16.1-.14.07.05.12.15.12.22s-.05.12-.12.12c-.05 0-.1-.1-.1-.2m-1.3-1.82c-.19-.21-.16-.21.05-.05s.3.3.2.3c-.05 0-.15-.13-.24-.25zM5.9 9.86 2.91 6.88l.29-.4C4.3 4.9 6.4 3.3 8.13 2.64c.91-.34 3.5-.9 3.63-.77.02.05-2.62 10.22-2.84 10.87-.02.07-1.4-1.23-3.03-2.89zm2.89 2.91c-.05-.02-.03-.24.02-.45.1-.32.07-.39-.1-.37-.12.03-.26.12-.28.22s0 .14.1.07c.09-.05.14-.02.14.05 0 .26-.2.17-.63-.29-.22-.24-.29-.38-.2-.31.13.07.1-.03-.06-.17-.15-.14-.32-.27-.36-.22-.05.03-.15-.02-.2-.12-.07-.1-.04-.12.08-.04s.16.04.12-.08a.26.26 0 0 0-.3-.16c-.11 0-.19-.05-.16-.1.05-.07-.1-.22-.31-.36-.73-.46-1.13-.91-1.04-1.2.05-.2.03-.24-.19-.17-.17.05-.53-.2-1.32-1.01-.9-.91-1.06-1.15-.97-1.42.05-.17.65-.87 1.35-1.54 1.44-1.44 3-2.33 4.83-2.81 1.09-.27 3.03-.39 2.24-.15-.21.08-.26.12-.1.12.25.03.37.3.15.3-.07 0-.12.11-.12.23 0 .44-.8 3.47-.91 3.47-.05 0-.1-.05-.1-.12s-.07-.15-.14-.15c-.1 0-.08.12.04.3.17.23.17.38-.02 1.1-.12.5-.27.8-.36.74-.1-.02-.17.1-.2.3 0 .18.03.28.1.26.15-.1-.24 1.58-.38 1.7-.05.03-.07.15-.1.24l-.02.48c-.03.24-.05.27-.17.1-.07-.12-.12-.14-.12-.05s-.05.27-.1.41c-.07.22-.04.22.08.05.14-.17.14-.1.07.29-.12.65-.27.98-.36.86m-.24-1.08c0-.05-.07-.07-.15-.07s-.14.07-.14.14c0 .1.07.12.14.07s.15-.12.15-.14m-.96-1.03a.15.15 0 0 0-.15-.15c-.1 0-.12.07-.07.15s.12.14.14.14c.05 0 .08-.07.08-.14m1.22 0c0-.15-.55-.32-.65-.22-.12.12.17.31.46.31.1 0 .2-.04.2-.1zM6.42 9.53c-.02-.1-.07-.05-.07.1 0 .16-.07.2-.24.16-.2-.1-.2-.07-.05.12.17.2.2.2.31 0 .08-.12.1-.29.05-.39zM5.15 8.8c-.05-.12-.15-.19-.22-.19s-.07.07.02.2c.1.11.2.21.22.21s.02-.1-.02-.22m4.83-1.27c-.05-.02-.07.05-.07.2.02.16.04.18.1.06.02-.1.02-.21-.03-.26m-5.92-.07c.1-.1.17-.36.17-.63s-.05-.38-.12-.26c-.1.16-.17-.05-.14-.53 0-.1-.05-.15-.12-.1s-.1.2-.05.34c.05.17-.02.31-.2.43-.4.24-.35.34.13.31.21-.02.4.03.4.1 0 .12-.19.17-.52.12-.15-.02-.15 0 0 .17.24.26.24.26.45.05m-.33-.65c0-.07.07-.12.14-.12s.12.05.12.12-.05.14-.12.14-.14-.07-.14-.14m6.13.2c-.05-.06-.1.02-.07.16 0 .17.02.2.07.1.05-.12.05-.24 0-.27zm.4-.27c-.04-.12-.11-.2-.16-.17-.02.05-.02.17.02.31.05.12.12.2.17.14.03-.02.03-.16-.02-.28zM4.89 5.05c-.07-.1-.4.3-.5.6-.08.17 0 .12.21-.14.2-.22.32-.43.3-.46zm.43.08c0-.22-.1-.32-.28-.34-.15 0-.2.02-.1.07.2.07.24.58.02.58-.07 0-.12.07-.12.14 0 .1.08.07.24-.02a.57.57 0 0 0 .24-.44zm1.14-.53c0-.22-.03-.27-.1-.15s-.24.17-.43.12c-.24-.07-.22-.02.07.12.24.1.4.2.4.2.03 0 .03-.13.06-.3zm-.17-.68c.04-.07-.03-.1-.15-.04-.24.1-.29.19-.07.19.07 0 .17-.05.22-.15m.74-.31c-.07-.07-.21-.05-.36.02-.21.15-.21.15.12.12.22 0 .31-.07.24-.14m1.37-.2c0-.06-.19-.09-.43-.06l-.46.04.34-.21c.2-.1.29-.2.21-.2s-.3.1-.52.25l-.39.24.63.02c.33.02.62-.02.62-.07zm2.43-.2c-.02-.1-.12-.18-.24-.18-.1 0-.2.08-.24.17-.02.12.07.2.24.2.2 0 .29-.08.24-.2zm.41-.2c-.05-.05-.1.02-.07.17 0 .16.02.19.07.1s.05-.22 0-.27m-.2-.6a1.5 1.5 0 0 0-.71.02l-.48.12.53-.05c.26-.04.48-.02.43.05s.07.07.24.05c.29-.07.29-.1 0-.2zM3.7 5.87c.17-.22.39-.48.53-.58.12-.1.03.08-.21.39-.53.67-.73.8-.32.19m1.13-1.18c.17-.19.34-.34.39-.34.02 0-.07.15-.27.34-.16.2-.33.34-.38.34s.07-.15.26-.34m2.89-1.78c0-.02.1-.1.2-.12.11-.05.18-.02.14.05-.1.12-.34.2-.34.07" })
9
+ ] });
10
+ export {
11
+ SvgIconCidj as default
12
+ };