@edifice.io/react 2.2.11-develop-pedago.20250708131559 → 2.2.11-develop-enabling.20250710092201

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 (104) hide show
  1. package/dist/components/Button/Button.d.ts +1 -1
  2. package/dist/components/Dropdown/Dropdown.d.ts +4 -10
  3. package/dist/components/Dropdown/Dropdown.js +8 -24
  4. package/dist/components/Flex/Flex.d.ts +0 -1
  5. package/dist/components/Flex/Flex.js +1 -2
  6. package/dist/components/Layout/Layout.d.ts +1 -5
  7. package/dist/components/Layout/Layout.js +2 -5
  8. package/dist/components/SearchBar/SearchBar.d.ts +33 -9
  9. package/dist/components/SearchBar/SearchBar.js +30 -4
  10. package/dist/components/Tabs/components/Tabs.d.ts +3 -23
  11. package/dist/components/Tabs/components/Tabs.js +3 -8
  12. package/dist/components/Tabs/components/TabsList.d.ts +1 -15
  13. package/dist/components/Tabs/components/TabsList.js +3 -13
  14. package/dist/components/Tabs/components/TabsPanel.d.ts +1 -5
  15. package/dist/components/Tabs/components/TabsPanel.js +3 -7
  16. package/dist/hooks/useDropdown/useDropdown.d.ts +0 -2
  17. package/dist/hooks/useDropdown/useDropdown.js +0 -2
  18. package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
  19. package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
  20. package/dist/icons-apps.js +174 -164
  21. package/dist/icons.js +90 -86
  22. package/dist/index.js +10 -12
  23. package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.js +1 -1
  24. package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.js +1 -1
  25. package/dist/modules/icons/components/IconLibrary.d.ts +7 -0
  26. package/dist/modules/icons/components/IconLibrary.js +12 -0
  27. package/dist/modules/icons/components/IconNotification.d.ts +7 -0
  28. package/dist/modules/icons/components/IconNotification.js +12 -0
  29. package/dist/modules/icons/components/IconStar.d.ts +7 -0
  30. package/dist/modules/icons/components/IconStar.js +13 -0
  31. package/dist/modules/icons/components/IconStarFavorite.d.ts +7 -0
  32. package/dist/modules/icons/components/IconStarFull.d.ts +7 -0
  33. package/dist/modules/icons/components/IconStarFull.js +13 -0
  34. package/dist/modules/icons/components/apps/IconAccount.js +2 -2
  35. package/dist/modules/icons/components/apps/IconActualites.js +2 -2
  36. package/dist/modules/icons/components/apps/IconAdmin.js +2 -2
  37. package/dist/modules/icons/components/apps/IconAgenda.js +3 -2
  38. package/dist/modules/icons/components/apps/IconAppointments.js +2 -2
  39. package/dist/modules/icons/components/apps/IconArchive.js +2 -2
  40. package/dist/modules/icons/components/apps/IconBlog.js +2 -2
  41. package/dist/modules/icons/components/apps/IconCahierDeTexte.js +2 -2
  42. package/dist/modules/icons/components/apps/IconCalendar.js +3 -2
  43. package/dist/modules/icons/components/apps/IconCollaborativeWall.js +2 -2
  44. package/dist/modules/icons/components/apps/IconCommunity.js +2 -2
  45. package/dist/modules/icons/components/apps/IconConversation.js +2 -2
  46. package/dist/modules/icons/components/apps/IconDirectory.js +2 -2
  47. package/dist/modules/icons/components/apps/IconEdt.d.ts +7 -0
  48. package/dist/modules/icons/components/apps/IconEdt.js +12 -0
  49. package/dist/modules/icons/components/apps/IconExercizer.js +2 -2
  50. package/dist/modules/icons/components/apps/IconForms.js +2 -6
  51. package/dist/modules/icons/components/apps/IconForum.js +2 -2
  52. package/dist/modules/icons/components/apps/IconGeogebra.d.ts +7 -0
  53. package/dist/modules/icons/components/apps/IconGeogebra.js +12 -0
  54. package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
  55. package/dist/modules/icons/components/apps/IconMagneto.d.ts +7 -0
  56. package/dist/modules/icons/components/apps/IconMagneto.js +13 -0
  57. package/dist/modules/icons/components/apps/IconMediacentre.js +2 -2
  58. package/dist/modules/icons/components/apps/IconMindmap.js +2 -2
  59. package/dist/modules/icons/components/apps/IconMinetest.d.ts +7 -0
  60. package/dist/modules/icons/components/apps/IconMinetest.js +12 -0
  61. package/dist/modules/icons/components/{IconMegaphone.d.ts → apps/IconMinibadge.d.ts} +2 -2
  62. package/dist/modules/icons/components/apps/IconMinibadge.js +12 -0
  63. package/dist/modules/icons/components/apps/IconMoodle.js +2 -2
  64. package/dist/modules/icons/components/apps/IconNabook.js +2 -4
  65. package/dist/modules/icons/components/apps/IconNotebook.js +2 -2
  66. package/dist/modules/icons/components/apps/IconPad.js +2 -2
  67. package/dist/modules/icons/components/apps/IconPages.js +2 -2
  68. package/dist/modules/icons/components/apps/IconParametrage.js +2 -2
  69. package/dist/modules/icons/components/apps/IconParametrages.js +2 -2
  70. package/dist/modules/icons/components/apps/IconPoll.js +2 -2
  71. package/dist/modules/icons/components/apps/IconPresences.js +2 -6
  72. package/dist/modules/icons/components/apps/IconRack.js +2 -2
  73. package/dist/modules/icons/components/apps/IconRbs.js +2 -2
  74. package/dist/modules/icons/components/apps/IconSchoolbook.js +2 -2
  75. package/dist/modules/icons/components/apps/IconScrapbook.js +2 -2
  76. package/dist/modules/icons/components/apps/IconSettingsClass.js +2 -2
  77. package/dist/modules/icons/components/apps/IconSharebigfiles.js +2 -2
  78. package/dist/modules/icons/components/apps/IconStatistics.js +2 -2
  79. package/dist/modules/icons/components/apps/IconSupport.js +2 -2
  80. package/dist/modules/icons/components/apps/IconTimeline.js +2 -2
  81. package/dist/modules/icons/components/apps/IconTimelinegenerator.js +2 -2
  82. package/dist/modules/icons/components/apps/IconUserbook.js +2 -2
  83. package/dist/modules/icons/components/apps/IconVisioconf.js +2 -2
  84. package/dist/modules/icons/components/apps/IconWebsite.js +2 -2
  85. package/dist/modules/icons/components/apps/IconWiki.js +3 -3
  86. package/dist/modules/icons/components/apps/IconWorkspace.js +2 -2
  87. package/dist/modules/icons/components/apps/index.d.ts +5 -0
  88. package/dist/modules/icons/components/index.d.ts +4 -2
  89. package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +6 -4
  90. package/dist/modules/modals/OnboardingModal/OnboardingModal.js +27 -13
  91. package/dist/modules/modals/OnboardingModal/index.d.ts +1 -0
  92. package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
  93. package/dist/modules/multimedia/FileCard/FileCard.d.ts +2 -13
  94. package/dist/modules/multimedia/FileCard/FileCard.js +5 -15
  95. package/dist/modules/multimedia/FileCard/FileIcon.d.ts +1 -5
  96. package/dist/modules/multimedia/FileCard/FileIcon.js +2 -2
  97. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +1 -3
  98. package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +2 -7
  99. package/dist/modules/multimedia/index.d.ts +0 -1
  100. package/dist/multimedia.js +10 -12
  101. package/package.json +6 -6
  102. package/dist/modules/icons/components/IconMegaphone.js +0 -12
  103. package/dist/modules/icons/components/IconNotes.d.ts +0 -7
  104. package/dist/modules/icons/components/IconNotes.js +0 -13
package/dist/index.js CHANGED
@@ -92,12 +92,11 @@ import { default as default91 } from "./modules/multimedia/AudioRecorder/AudioRe
92
92
  import { default as default92 } from "./modules/multimedia/Embed/Embed.js";
93
93
  import { default as default93 } from "./modules/multimedia/ImageEditor/components/ImageEditor.js";
94
94
  import { default as default94 } from "./modules/multimedia/ImagePicker/ImagePicker.js";
95
- import { default as default95 } from "./modules/multimedia/FileCard/FileCard.js";
96
- import { default as default96 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
97
- import { default as default97 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
98
- import { default as default98 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
99
- import { default as default99 } from "./modules/multimedia/Workspace/Workspace.js";
100
- import { default as default100 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
95
+ import { default as default95 } from "./modules/multimedia/MediaLibrary/MediaLibrary.js";
96
+ import { default as default96 } from "./modules/multimedia/VideoEmbed/VideoEmbed.js";
97
+ import { default as default97 } from "./modules/multimedia/VideoRecorder/VideoRecorder.js";
98
+ import { default as default98 } from "./modules/multimedia/Workspace/Workspace.js";
99
+ import { default as default99 } from "./modules/multimedia/WorkspaceFolders/WorkspaceFolders.js";
101
100
  import { AccessiblePalette, DefaultPalette } from "./components/ColorPicker/ColorPalette.js";
102
101
  import { DropzoneContext, useDropzoneContext } from "./components/Dropzone/DropzoneContext.js";
103
102
  import { Column, Grid } from "./components/Grid/Grid.js";
@@ -160,7 +159,6 @@ export {
160
159
  default92 as Embed,
161
160
  default21 as EmptyScreen,
162
161
  ExternalLinker,
163
- default95 as FileCard,
164
162
  default22 as Flex,
165
163
  default24 as FormControl,
166
164
  default23 as FormText,
@@ -178,7 +176,7 @@ export {
178
176
  default29 as Loading,
179
177
  default30 as LoadingScreen,
180
178
  default31 as Logo,
181
- default96 as MediaLibrary,
179
+ default95 as MediaLibrary,
182
180
  Menu,
183
181
  MockedProvider,
184
182
  default32 as Modal,
@@ -209,13 +207,13 @@ export {
209
207
  TreeNode,
210
208
  TreeNodeFolderWrapper,
211
209
  default46 as TreeView,
212
- default97 as VideoEmbed,
213
- default98 as VideoRecorder,
210
+ default96 as VideoEmbed,
211
+ default97 as VideoRecorder,
214
212
  default47 as VisuallyHidden,
215
213
  WORKSPACE_SHARED_FOLDER_ID,
216
214
  WORKSPACE_USER_FOLDER_ID,
217
- default99 as Workspace,
218
- default100 as WorkspaceFolders,
215
+ default98 as Workspace,
216
+ default99 as WorkspaceFolders,
219
217
  addNode,
220
218
  arrayUnique,
221
219
  buildTree,
@@ -46,7 +46,7 @@ const TableToolbarAddMenu = ({
46
46
  }];
47
47
  return /* @__PURE__ */ jsxs(Fragment, { children: [
48
48
  /* @__PURE__ */ jsx(Tooltip, { message: t("tiptap.table.toolbar.tooltip.add"), placement: "top", children: /* @__PURE__ */ jsx(Dropdown.Trigger, { variant: "ghost", label: t("tiptap.table.toolbar.add") }) }),
49
- /* @__PURE__ */ jsx(Dropdown.Menu, { children: addOptions.map((option) => /* @__PURE__ */ jsx("div", { onMouseDown: (e) => e.preventDefault(), children: /* @__PURE__ */ jsx(Dropdown.Item, { icon: option.icon, onClick: option.onClick, children: option.label }) }, option.key)) })
49
+ /* @__PURE__ */ jsx(Dropdown.Menu, { children: addOptions.map((option) => /* @__PURE__ */ jsx("div", { onMouseDown: (e) => e.preventDefault(), children: /* @__PURE__ */ jsx(Dropdown.Item, { icon: option.icon, onClick: option.onClick, children: option.label }, option.key) })) })
50
50
  ] });
51
51
  };
52
52
  export {
@@ -40,7 +40,7 @@ const TableToolbarDelMenu = ({
40
40
  }];
41
41
  return /* @__PURE__ */ jsxs(Fragment, { children: [
42
42
  /* @__PURE__ */ jsx(Tooltip, { message: t("tiptap.table.toolbar.tooltip.del"), placement: "top", children: /* @__PURE__ */ jsx(Dropdown.Trigger, { variant: "ghost", label: t("tiptap.table.toolbar.del") }) }),
43
- /* @__PURE__ */ jsx(Dropdown.Menu, { children: delOptions.map((option) => /* @__PURE__ */ jsx("div", { onMouseDown: (e) => e.preventDefault(), children: /* @__PURE__ */ jsx(Dropdown.Item, { icon: option.icon, onClick: option.onClick, children: option.label }) }, option.key)) })
43
+ /* @__PURE__ */ jsx(Dropdown.Menu, { children: delOptions.map((option) => /* @__PURE__ */ jsx("div", { onMouseDown: (e) => e.preventDefault(), children: /* @__PURE__ */ jsx(Dropdown.Item, { icon: option.icon, onClick: option.onClick, children: option.label }, option.key) })) })
44
44
  ] });
45
45
  };
46
46
  export {
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconLibrary: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconLibrary;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconLibrary = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", "aria-hidden": "true", viewBox: "0 0 24 24", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M24.02 12.14c0 3.2-1.24 6.22-3.51 8.5s-5.3 3.51-8.5 3.51A12.03 12.03 0 0 1 12 .11c1.38 0 2.37.23 3.65.68.25.08.48.18.67.26l.08.03.06.04a.76.76 0 0 1 .29.26.73.73 0 0 1 .13.45.78.78 0 0 1-.76.79.7.7 0 0 1-.34-.1 26 26 0 0 0-.66-.25 8.6 8.6 0 0 0-3.13-.6 10.46 10.46 0 1 0 10.47 10.47c0-1.72-.37-3.1-1.18-4.62a14 14 0 0 1-.2-.36L21.03 7 21 6.96l-.03-.03-.01-.04-.04-.06-.14-.24-.04.14a.73.73 0 0 1-.89.53.73.73 0 0 1-.45-.34.76.76 0 0 1-.07-.55l.46-1.76a.78.78 0 0 1 .36-.49.87.87 0 0 1 .63-.06l1.75.56a.73.73 0 0 1 .47.9v.01a.73.73 0 0 1-.72.5c.17.3.32.59.4.77a10.9 10.9 0 0 1 1.35 5.33zm-4.18-8.96a1.38 1.38 0 1 1-2.76 0 1.38 1.38 0 0 1 2.76 0m-7.78 1.44c-2.62 0-5.15 2.02-5.15 4.9 0 3.5 2.48 4.4 2.76 6.68h4.77c.29-2.28 2.76-3.17 2.76-6.68 0-2.88-2.53-4.9-5.14-4.9m-.48 1.1c.28-.02.52.12.5.4a.45.45 0 0 1-.4.45 3.21 3.21 0 0 0-2.84 3.2c0 .32.05.64.14.94.09.22-.05.5-.27.57s-.5-.09-.55-.32a4 4 0 0 1-.18-1.2 4.08 4.08 0 0 1 3.6-4.04M9.7 17.05v.85h4.72v-.85zm0 1.71v.43c0 .5.4.86.85.86h3a.86.86 0 0 0 .87-.86v-.43zm1.5 1.72a.86.86 0 1 0 1.71 0z" })
9
+ ] });
10
+ export {
11
+ SvgIconLibrary as default
12
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconNotification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconNotification;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconNotification = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M11.999 2c4.584 0 8 4.046 8 8.642 0 .566.084.926.206 1.223.133.327.324.618.633 1.092.473.727.97 1.601 1.124 2.67.253 1.763-.764 3.008-1.925 3.668a2.6 2.6 0 0 1-1.285.317h-1.896C16.163 21.597 14.238 23 12 23s-4.164-1.402-4.857-3.388H5.245c-.388 0-.856-.069-1.295-.326-1.156-.678-2.156-1.987-1.914-3.66.158-1.094.656-1.946 1.125-2.668.288-.443.477-.733.615-1.08.129-.325.224-.737.224-1.378C4 6.034 7.425 2 11.999 2M9.36 19.612A3.16 3.16 0 0 0 12 21c1.12 0 2.087-.56 2.638-1.388zM12 4c-3.304 0-6 2.966-6 6.5 0 .858-.13 1.525-.364 2.115-.225.568-.535 1.03-.796 1.433-.437.672-.731 1.22-.825 1.865-.091.631.26 1.245.947 1.648.036.02.12.051.284.051h13.507a.6.6 0 0 0 .297-.055c.685-.39 1.035-.938.933-1.645-.09-.624-.386-1.197-.82-1.863-.278-.427-.589-.888-.809-1.427-.232-.568-.354-1.19-.354-1.98 0-3.688-2.707-6.642-6-6.642" })
9
+ ] });
10
+ export {
11
+ SvgIconNotification 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 SvgIconStar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconStar;
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconStar = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#icon-star_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.272 1.977c.772-1.323 2.684-1.323 3.455 0l2.769 4.746 5.16 1.19a2 2 0 0 1 1.099 3.216l-3.653 4.464.778 5.446c.224 1.569-1.379 2.763-2.818 2.099L12 20.8l-5.062 2.337c-1.44.664-3.042-.53-2.818-2.1l.778-5.445-3.653-4.464a2 2 0 0 1 1.098-3.215l5.161-1.191zm4.496 5.754L12 2.985 9.232 7.73a2 2 0 0 1-1.278.94l-5.16 1.191 3.652 4.465a2 2 0 0 1 .432 1.55L6.1 21.321l5.062-2.337a2 2 0 0 1 1.676 0l5.062 2.337-.778-5.446a2 2 0 0 1 .432-1.55l3.653-4.464-5.16-1.19a2 2 0 0 1-1.279-.941", clipRule: "evenodd" }) }),
9
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-star_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
10
+ ] });
11
+ export {
12
+ SvgIconStar as default
13
+ };
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconStarFavorite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconStarFavorite;
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconStarFull: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconStarFull;
@@ -0,0 +1,13 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconStarFull = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("g", { clipPath: "url(#icon-star-full_svg__a)", children: /* @__PURE__ */ jsx("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.278 1.977c.77-1.323 2.675-1.323 3.444 0l2.759 4.746 5.143 1.19c1.44.334 2.03 2.068 1.094 3.216l-3.64 4.464.775 5.446c.224 1.569-1.374 2.763-2.808 2.099L12 20.8l-5.045 2.337c-1.434.664-3.032-.53-2.808-2.1l.775-5.445-3.64-4.464C.346 9.98.936 8.247 2.376 7.914L7.52 6.723z", clipRule: "evenodd" }) }),
9
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-star-full_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
10
+ ] });
11
+ export {
12
+ SvgIconStarFull as default
13
+ };
@@ -3,9 +3,9 @@ const SvgIconAccount = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.01 14.42c2.68 0 8.03 1.31 8.03 3.99v2.02H3.99V18.4c0-2.68 5.35-3.99 8.02-3.99zm0-2.02a4.02 4.02 0 0 1 0-8.02C14.21 4.38 16 6.2 16 8.4s-1.78 4-3.99 4" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M25 29.78c6.33 0 19 3.11 19 9.44V44H6v-4.78c0-6.33 12.67-9.44 19-9.44M25 26a9.43 9.43 0 0 1-9.44-9.44 9.44 9.44 0 1 1 18.164 3.614A9.43 9.43 0 0 1 25 26" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconAccount as default
@@ -3,9 +3,9 @@ const SvgIconActualites = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.73 7.4H8.6v5.15h5.14V7.42zm1.73 8.6v1.7H6.88V16zm0-10.32v8.58H6.88V5.68zm8.59 10.31v1.71h-6.88V16h6.88zm0-3.43v1.7h-6.88v-1.7zm0-3.44v1.73h-6.88V9.12zm0-3.44V7.4h-6.88V5.68zM3.44 18.57V5.67H1.7v12.9q0 .33.26.6t.6.26.6-.26.27-.6zm22.31 0V3.97H5.15v14.6q0 .43-.15.86h19.91q.34 0 .6-.26t.25-.6zM27.5 2.24v16.33q0 1.08-.75 1.83t-1.83.74H2.57q-1.05 0-1.82-.74T0 18.57V3.97h3.44V2.24h24.05z" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M25 18.91h-8.54v8.52H25zm2.87 14.22V36H13.63v-2.87zm0-17.09v14.22H13.63V16zm14.2 17.09V36H30.68v-2.87zm0-5.7v2.83H30.68v-2.83zm0-5.69v2.87H30.68v-2.87zm0-5.7v2.87H30.68V16zM7.93 37.39V16H5.06v21.39a1.51 1.51 0 0 0 1.44 1.44 1.37 1.37 0 0 0 1-.44 1.35 1.35 0 0 0 .43-1m37 0V13.21H10.76v24.18a4.5 4.5 0 0 1-.24 1.44h33a1.4 1.4 0 0 0 1-.44 1.28 1.28 0 0 0 .38-1zm2.86-27v27a4.2 4.2 0 0 1-4.26 4.26H6.5a4.22 4.22 0 0 1-3-1.23 3.9 3.9 0 0 1-1.23-3V13.21h5.66v-2.86z" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconActualites as default
@@ -3,9 +3,9 @@ const SvgIconAdmin = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.02 12.56q0-1.42-1-2.43T8.58 9.12t-2.43 1-1.01 2.44 1 2.42T8.6 16t2.4-1 1.01-2.43zm10.32 6.87q0-.7-.53-1.22t-1.2-.5-1.2.5-.5 1.22q0 .7.5 1.2t1.2.51 1.23-.5.5-1.2zm0-13.75q0-.7-.53-1.2t-1.2-.5-1.2.5-.5 1.2q0 .72.5 1.22t1.2.5 1.23-.5.5-1.22m-5.17 5.65v2.48q0 .14-.1.26t-.19.14l-2.09.34q-.14.46-.43 1.01.45.65 1.2 1.54.1.14.1.27 0 .16-.1.26-.29.41-1.1 1.2t-1.04.8q-.17 0-.29-.1l-1.54-1.2q-.5.26-1.03.4-.15 1.45-.32 2.1-.1.31-.4.31h-2.5q-.15 0-.27-.1t-.12-.23l-.31-2.05q-.46-.14-1.01-.43l-1.6 1.2q-.09.1-.26.1-.14 0-.28-.1-1.93-1.8-1.93-2.16 0-.12.1-.24.12-.2.55-.73t.63-.81q-.32-.58-.48-1.1L.3 14.16q-.12-.03-.22-.12t-.1-.27v-2.5q0-.12.1-.24t.22-.14l2.07-.34q.17-.46.43-1.01Q2.35 8.89 1.6 8q-.1-.14-.1-.26 0-.17.1-.3.29-.38 1.1-1.17t1.06-.8q.15 0 .3.1l1.53 1.2q.46-.24 1.04-.43.14-1.44.3-2.07.08-.31.4-.31h2.5q.14 0 .26.1t.14.24l.32 2.04q.45.14 1 .41l1.57-1.18q.12-.1.29-.1.14 0 .26.1 1.95 1.8 1.95 2.17 0 .12-.1.24l-.57.72q-.41.5-.6.82.31.64.45 1.1l2.05.3q.14.04.22.13t.1.27zm8.58 7.16v1.88q0 .22-2 .41-.14.36-.38.7.68 1.51.68 1.85 0 .05-.05.1-1.64.96-1.66.96-.12 0-.63-.65t-.7-.9q-.26.03-.4.03t-.41-.02q-.17.26-.7.89t-.6.65q-.02 0-1.66-.97-.07-.04-.07-.1 0-.33.7-1.84-.24-.34-.41-.7-2-.2-2-.41v-1.88q0-.21 2-.43.17-.38.4-.7-.7-1.51-.7-1.85 0-.05.08-.1l.46-.26.8-.46.4-.21q.1 0 .6.62t.7.91l.4-.02.42.02q.67-.96 1.22-1.51l.1-.02q.05 0 1.66.93.05.05.05.1 0 .34-.68 1.85.22.31.39.7 2 .22 2 .43zm0-13.75v1.88q0 .21-2 .43-.14.36-.38.7.68 1.51.68 1.85 0 .05-.05.1l-1.66.93q-.12 0-.63-.62t-.7-.92q-.26.03-.4.03t-.41-.03q-.17.3-.7.92t-.6.62l-1.66-.94q-.07-.04-.07-.1 0-.33.7-1.84-.24-.34-.41-.7-2-.22-2-.43V4.74q0-.22 2-.4.17-.4.4-.7-.7-1.52-.7-1.86 0-.05.08-.1l.46-.26.8-.46.4-.21q.1 0 .6.62t.7.89l.4-.02.42.02q.67-.94 1.22-1.5l.1-.01q.05 0 1.66.93.05.05.05.1 0 .34-.68 1.85.22.31.39.7 2 .19 2 .4z" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M23.59 25a5.68 5.68 0 0 1-5.66 5.67A5.68 5.68 0 0 1 12.26 25a5.68 5.68 0 0 1 5.67-5.67A5.68 5.68 0 0 1 23.59 25m17-11.33a2.78 2.78 0 0 1-.87 2 2.58 2.58 0 0 1-2 .83 3 3 0 0 1-2-.83 2.48 2.48 0 0 1-.83-2 2.85 2.85 0 0 1 2.81-2.82 2.8 2.8 0 0 1 2 .84 2.49 2.49 0 0 1 .89 2zm0 22.66a2.63 2.63 0 0 1-.87 2 2.75 2.75 0 0 1-4 0 2.49 2.49 0 0 1-.83-2 2.74 2.74 0 0 1 .83-2 2.7 2.7 0 0 1 2-.83 2.85 2.85 0 0 1 2 .83 2.56 2.56 0 0 1 .87 2.02zM32.07 27v-4a.68.68 0 0 0-.16-.44.57.57 0 0 0-.31-.23l-3.45-.56a11 11 0 0 0-.71-1.66c.5-.72 1.16-1.56 2-2.54a.85.85 0 0 0 .16-.44.6.6 0 0 0-.16-.43 17 17 0 0 0-1.82-2c-.9-.87-1.47-1.31-1.71-1.31a.7.7 0 0 0-.47.16l-2.54 2a8 8 0 0 0-1.7-.67 24.4 24.4 0 0 0-.52-3.45.65.65 0 0 0-.67-.52h-4.14a.72.72 0 0 0-.44.16.51.51 0 0 0-.2.4l-.51 3.37a9.7 9.7 0 0 0-1.67.71l-2.61-2a.58.58 0 0 0-.44-.16.78.78 0 0 0-.47.16c-2.12 2-3.17 3.17-3.17 3.56a.64.64 0 0 0 .15.4c.14.21.44.61.92 1.19s.81 1 1 1.35c-.324.58-.592 1.19-.8 1.82l-3.36.51a.7.7 0 0 0-.36.2.58.58 0 0 0-.16.44v4.12a.64.64 0 0 0 .16.4.55.55 0 0 0 .36.23l3.4.56c.19.5.43 1.06.72 1.66-.51.72-1.17 1.56-2 2.54a.77.77 0 0 0-.16.44.7.7 0 0 0 .16.47q.841 1.036 1.82 1.94c.9.87 1.48 1.31 1.74 1.31a.84.84 0 0 0 .48-.16l2.53-2q.827.424 1.71.71.137 1.722.51 3.41a.6.6 0 0 0 .64.52H20a.7.7 0 0 0 .43-.16.63.63 0 0 0 .24-.4l.52-3.37a13 13 0 0 0 1.66-.67l2.58 1.94a.7.7 0 0 0 .47.16.66.66 0 0 0 .44-.16q3.21-3 3.21-3.56a.66.66 0 0 0-.16-.4c-.19-.24-.5-.64-.95-1.19a12 12 0 0 1-1-1.35q.435-.885.75-1.82l3.37-.48a.65.65 0 0 0 .35-.23.9.9 0 0 0 .16-.44zm14.15-11.77v-3.09c0-.24-1.1-.46-3.29-.67a5.6 5.6 0 0 0-.63-1.15 12.4 12.4 0 0 0 1.11-3.05.23.23 0 0 0-.08-.16c-1.8-1.06-2.71-1.59-2.74-1.59s-.47.36-1 1.07-.94 1.21-1.15 1.47a5.6 5.6 0 0 0-1.34 0q-.537-.765-1.15-1.47a8 8 0 0 0-1-1.07s-.94.53-2.74 1.59c-.08 0-.12.1-.12.16a12.5 12.5 0 0 0 1.15 3.05q-.39.543-.67 1.15c-2.19.21-3.29.43-3.29.67v3.09c0 .24 1.1.48 3.29.72.175.406.4.79.67 1.14a12.5 12.5 0 0 0-1.15 3.06q0 .08.12.15l.76.44c.44.26.88.52 1.3.75q.33.201.68.36c.1 0 .43-.34 1-1s.93-1.19 1.15-1.51h1.34a19.6 19.6 0 0 0 2 2.5h.16c.06 0 1-.52 2.74-1.55a.22.22 0 0 0 .08-.15 12.4 12.4 0 0 0-1.11-3.06q.36-.511.62-1.08c2.19-.24 3.29-.48 3.29-.72zm0 22.67v-3.09c0-.24-1.1-.48-3.29-.72a6 6 0 0 0-.63-1.15c.5-.947.872-1.956 1.11-3a.22.22 0 0 0-.08-.15c-1.8-1-2.71-1.55-2.74-1.55s-.47.34-1 1-.94 1.19-1.15 1.51a5.6 5.6 0 0 0-1.34 0 13 13 0 0 0-1.15-1.51c-.58-.69-.91-1-1-1s-.94.51-2.74 1.55q-.12.07-.12.15c.25 1.046.637 2.055 1.15 3a7.5 7.5 0 0 0-.67 1.15c-2.19.24-3.29.48-3.29.72v3.09c0 .24 1.1.46 3.29.67q.264.617.67 1.15a12.5 12.5 0 0 0-1.15 3.05c0 .06 0 .11.12.16l.76.44 1.3.75q.33.201.68.36c.1 0 .43-.35 1-1s.93-1.18 1.15-1.47h1.34a21 21 0 0 0 2 2.46h.16c.06 0 1-.52 2.74-1.55a.23.23 0 0 0 .08-.16 12.4 12.4 0 0 0-1.11-3.05q.369-.546.63-1.15c2.18-.2 3.28-.42 3.28-.66" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconAdmin as default
@@ -3,9 +3,10 @@ const SvgIconAgenda = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", 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" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M43.937 10.484c-.03-.906-.375-1.682-1.03-2.337q-.984-.982-2.337-.981h-1.617V6.79l.004-.019v-.019a3.62 3.62 0 0 0-.977-2.477c-.675-.72-1.576-1.155-2.606-1.26L35.219 3h-1.796c-.935 0-1.821.322-2.56.935-.924.765-1.405 1.841-1.344 2.947v.288h-7.843v-.375l.003-.02v-.018a3.62 3.62 0 0 0-.977-2.477c-.674-.72-1.575-1.155-2.605-1.261l-.156-.015h-1.795c-.935 0-1.822.322-2.56.935-.924.765-1.405 1.84-1.344 2.947v.288H9.378q-1.355-.001-2.336.98-.982.985-.981 2.337v33.191q-.001 1.356.98 2.337.985.982 2.337.981H30.72c.89 0 1.746-.352 2.383-.977l9.82-9.68a3.39 3.39 0 0 0 1.011-2.417V10.487zm-11.4-.027.038-3.295V6.75c0-.038-.004-.075 0-.117a.4.4 0 0 1 .038-.117.5.5 0 0 1 .08-.118q.05-.056.12-.117a.97.97 0 0 1 .448-.22.8.8 0 0 1 .159-.015h1.636c.072.008.144.019.208.038a1 1 0 0 1 .481.272c.053.053.091.118.114.182a.5.5 0 0 1 .038.205v.413l-.042 3.295-.023 1.851a.6.6 0 0 1-.06.28.65.65 0 0 1-.175.224c-.155.129-.36.193-.606.193h-1.636c-.034 0-.068.004-.102.004q-.011.001-.023-.004a.7.7 0 0 1-.242-.041q-.016-.008-.038-.016a.67.67 0 0 1-.269-.212.75.75 0 0 1-.155-.295.5.5 0 0 1-.015-.133l.022-1.851zM15.302 7.162V6.75a.36.36 0 0 1 .041-.23.979.979 0 0 1 .807-.462h1.64c.072.007.144.018.208.037a1 1 0 0 1 .481.273c.053.053.091.117.114.182a.5.5 0 0 1 .038.204v.413l-.042 3.295-.023 1.852a.6.6 0 0 1-.015.147.651.651 0 0 1-.22.356c-.155.13-.36.194-.605.194h-1.637l-.102.003q-.011 0-.023-.003a.7.7 0 0 1-.242-.042q-.016-.007-.038-.015a.7.7 0 0 1-.204-.136c-.027-.023-.046-.05-.065-.076a.74.74 0 0 1-.155-.296.5.5 0 0 1-.015-.132l.06-5.147zM40.57 32.03h-4.711V20.595c0-.655-.534-1.189-1.19-1.189h-.76c-.342 0-.675.129-.94.364-1.136 1.007-2.575 1.875-3.852 2.318-.447.155-.75.583-.75 1.06v.58c0 .367.171.7.466.916s.663.273 1.008.16c.787-.258 1.806-.679 2.602-1.137v8.366h-1.394c-.86 0-1.557.7-1.55 1.56l.077 10.082H9.397V13.017h2.848a3.8 3.8 0 0 0 1.068 1.97 3.74 3.74 0 0 0 2.659 1.086c.068 0 .14 0 .208-.003h1.53c.966 0 1.852-.31 2.56-.898a3.68 3.68 0 0 0 1.27-2.155h7.979a3.8 3.8 0 0 0 1.068 1.97 3.74 3.74 0 0 0 2.659 1.086c.068 0 .14 0 .208-.003h1.53c.966 0 1.852-.31 2.56-.898a3.67 3.67 0 0 0 1.269-2.155h1.75v19.02z" }),
9
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M23.566 28.696c.901-.541 2.162-1.723 2.162-4.075 0-2.723-1.95-5.472-6.306-5.472s-5.688 2.431-6.23 3.878a1.38 1.38 0 0 0 .163 1.28c.27.386.708.617 1.178.617h.413c.595 0 1.125-.36 1.322-.897.484-1.326 1.462-1.943 3.063-1.943 1.879 0 3 .985 3 2.636 0 1.893-.996 2.704-3.333 2.704h-.129c-.784 0-1.42.636-1.42 1.462 0 .825.636 1.42 1.42 1.42h.357c2.586 0 3.9 1.155 3.9 3.439s-1.356 3.632-3.632 3.632c-2.439 0-3.37-1.504-3.711-2.398a1.4 1.4 0 0 0-1.314-.882h-.512c-.458 0-.893.223-1.162.598a1.4 1.4 0 0 0-.186 1.284c.947 2.738 3.412 4.306 6.764 4.306 5.314 0 7.2-3.53 7.2-6.552 0-2.344-1.084-4.14-3.007-5.037" })
9
10
  ] });
10
11
  export {
11
12
  SvgIconAgenda as default
@@ -3,9 +3,9 @@ const SvgIconAppointments = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.616 5.414v-4.11c0-.72-.575-1.304-1.285-1.304s-1.286.584-1.286 1.304v4.11c0 .72.575 1.304 1.285 1.304s1.286-.583 1.286-1.304m-9.99-2.597V5.23c0 1.194-.947 2.156-2.124 2.156s-2.126-.962-2.126-2.156V2.817h-1.57C1.25 2.817 0 4.087 0 5.663v15.491C0 22.731 1.251 24 2.805 24h18.39C22.749 24 24 22.73 24 21.154V5.663c0-1.577-1.251-2.846-2.805-2.846h-1.81V5.23c0 1.194-.949 2.155-2.126 2.155s-2.125-.961-2.125-2.155V2.817zm3.048 6.83q.071 0 .141.006c.374.025.737.13 1.06.288 1.29.631 2.232 1.986 2.259 3.507.016.934-.515 1.722-1.153 2.159-.627.43-1.349.626-2.042.75.395.369.78.807 1.104 1.328.309.497.553.698.648.766l.004-.008.027-.035c.222-.268.477-1.095.477-1.095a.88.88 0 0 1 .386-.546.856.856 0 0 1 1.19.282.89.89 0 0 1 .108.662s-.166 1.013-.838 1.824c-.336.406-.997.824-1.71.653-.714-.17-1.227-.716-1.756-1.569-.441-.711-1.109-1.251-1.667-1.615.004.043.002.097 0 .15-.002.057-.004.114.001.158.144 1.131.438 1.678.438 1.678a.9.9 0 0 1 .06.668.87.87 0 0 1-.746.614.85.85 0 0 1-.633-.2.9.9 0 0 1-.212-.266s-.446-.882-.622-2.27-.113-3.353.783-5.676c.38-.987.964-1.69 1.704-2.015.324-.143.66-.202.99-.198m-.05 1.748a.7.7 0 0 0-.252.06c-.216.095-.513.348-.781 1.044-.318.825-.447 1.535-.557 2.223q.105.002.207.006c.36.014.726.027 1.368-.086.566-.1 1.098-.28 1.404-.489.306-.21.397-.332.391-.674-.012-.687-.662-1.656-1.28-1.957-.192-.094-.353-.134-.5-.127M7.817 1.305v4.11c0 .72-.576 1.303-1.286 1.303s-1.286-.583-1.286-1.304v-4.11C5.245.584 5.821 0 6.531 0s1.286.584 1.286 1.304" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M36.027 14.024v-6.85c0-1.2-.96-2.174-2.143-2.174s-2.143.973-2.143 2.174v6.85c0 1.2.96 2.173 2.143 2.173 1.184 0 2.143-.973 2.143-2.173M19.378 9.695v4.02c0 1.99-1.58 3.593-3.542 3.593s-3.542-1.602-3.542-3.593v-4.02H9.676C7.086 9.695 5 11.811 5 14.438v25.82C5 42.884 7.085 45 9.676 45h30.649C42.915 45 45 42.885 45 40.257v-25.82c0-2.626-2.085-4.742-4.675-4.742h-3.018v4.021c0 1.99-1.58 3.593-3.542 3.593s-3.542-1.602-3.542-3.593v-4.02zm5.08 11.384q.117 0 .234.009a4.8 4.8 0 0 1 1.765.481c2.151 1.051 3.722 3.31 3.766 5.844.027 1.556-.857 2.87-1.92 3.598-1.047.716-2.25 1.044-3.404 1.252a10.9 10.9 0 0 1 1.84 2.212c.514.828.921 1.163 1.079 1.276l.008-.012c.01-.015.02-.03.043-.06.37-.446.796-1.824.796-1.824a1.47 1.47 0 0 1 .643-.91 1.426 1.426 0 0 1 1.985.47 1.48 1.48 0 0 1 .18 1.104s-.279 1.688-1.398 3.04c-.56.676-1.662 1.373-2.851 1.088s-2.044-1.194-2.925-2.615c-.736-1.185-1.849-2.086-2.779-2.691.007.072.004.16 0 .249-.003.095-.007.19.002.263.24 1.885.73 2.797.73 2.797.177.343.213.744.1 1.114s-.367.679-.704.86a1.43 1.43 0 0 1-1.948-.614s-.742-1.47-1.037-3.783c-.294-2.314-.188-5.589 1.305-9.46.634-1.645 1.607-2.818 2.841-3.36a3.95 3.95 0 0 1 1.648-.328m-.084 2.912q-.219.011-.42.1c-.36.158-.855.58-1.303 1.74-.53 1.375-.744 2.56-.928 3.705l.346.011c.599.022 1.21.045 2.28-.144.943-.166 1.83-.465 2.34-.814.51-.35.661-.553.651-1.124-.02-1.145-1.104-2.76-2.132-3.262-.321-.156-.59-.223-.834-.212M18.028 7.174v6.85c0 1.2-.96 2.173-2.143 2.173s-2.143-.973-2.143-2.173v-6.85c0-1.2.96-2.174 2.143-2.174 1.184 0 2.143.973 2.143 2.174" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconAppointments as default
@@ -3,9 +3,9 @@ const SvgIconArchive = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", 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" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M23 13.15v-2.94h-2.9v2.94zm3 3v-3h-3v3zm-3 2.94v-2.95h-2.9v2.94zm3 3v-3h-3v3zm16.16-9c.48.502.857 1.093 1.11 1.74a5.2 5.2 0 0 1 .46 2.07v26.57a2.16 2.16 0 0 1-.62 1.58 2.32 2.32 0 0 1-1.58.66H10.49a2.08 2.08 0 0 1-1.58-.66 2.43 2.43 0 0 1-.66-1.58V6.53A2.08 2.08 0 0 1 8.91 5a2.43 2.43 0 0 1 1.58-.66H31.2a5.5 5.5 0 0 1 2 .45A5.1 5.1 0 0 1 35 5.86zM31.9 7.44v8.7h8.7a2 2 0 0 0-.5-1l-7.24-7.21a2 2 0 0 0-1-.49zm8.91 35.33V19.08H31.2a2.06 2.06 0 0 1-1.58-.67 2.36 2.36 0 0 1-.62-1.53V7.23h-3v3h-3v-3H11.19v35.54zm-14.5-16.69 2.49 8.07c.119.393.186.8.2 1.21a3.89 3.89 0 0 1-1.66 3.19A6.58 6.58 0 0 1 23 39.79a7.15 7.15 0 0 1-4.23-1.24 4.06 4.06 0 0 1-1.7-3.19c.004-.412.075-.82.21-1.21q.49-1.44 2.78-9.15v-2.94H23V25h1.82a1.46 1.46 0 0 1 .91.29 1.6 1.6 0 0 1 .54.79zM23 36.85a4.4 4.4 0 0 0 2.11-.46c.58-.3.87-.65.87-1s-.29-.74-.87-1a4.54 4.54 0 0 0-2.11-.53 4.3 4.3 0 0 0-2.07.46c-.56.3-.85.65-.87 1s.26.73.87 1a4.44 4.44 0 0 0 2.07.53" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconArchive as default
@@ -3,9 +3,9 @@ const SvgIconBlog = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", 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" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10.18 22.18a.7.7 0 0 0 .64-.72.63.63 0 0 0-.64-.65h-4a.7.7 0 0 0-.72.65.77.77 0 0 0 .72.72zm0 2.9a.69.69 0 0 0 0-1.37h-4a.69.69 0 1 0 0 1.37zm8.46.57a15.7 15.7 0 0 1 11.68 4.87V15.38a15.37 15.37 0 0 1-11.68 5.07zm20-8.86-1.33-1.37 5.52-5.48 1.37 1.29zm1 7V21.9h9.26v1.93zm-2.34 6.89 1.33-1.37 5.56 5.56-1.35 1.33zM32.17 9.94a1.4 1.4 0 0 1 1.45 1.37v23.24a1.41 1.41 0 0 1-1.45 1.37 1.37 1.37 0 0 1-1.41-1.37c-2.38-2.9-6.53-6.65-12.76-6.65h-2.59l5.64 9.51-3.42 2.49a1.9 1.9 0 0 1-2.26-.72l-7-11.28H4.58S1.08 26 1.08 23s3.5-4.75 3.5-4.75H18c6.24 0 10.39-3.87 12.77-6.93a1.36 1.36 0 0 1 1.41-1.37z" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconBlog as default
@@ -3,9 +3,9 @@ const SvgIconCahierDeTexte = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", 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" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M5.886 16.837v-.248a.803.803 0 0 1 .804-.803h3.432a.803.803 0 0 1 .803.803v.248a.794.794 0 0 1-.803.794H6.69a.795.795 0 0 1-.804-.794m.804-7.628h3.432a.803.803 0 0 0 .803-.803v-.268a.794.794 0 0 0-.803-.793H6.69a.794.794 0 0 0-.804.793v.248a.803.803 0 0 0 .804.823m0 16.714h3.432a.794.794 0 0 0 .803-.794v-.248a.803.803 0 0 0-.803-.803H6.69a.803.803 0 0 0-.804.803v.248a.793.793 0 0 0 .804.794m0 8.342h3.432a.794.794 0 0 0 .803-.794v-.248a.803.803 0 0 0-.803-.803H6.69a.803.803 0 0 0-.804.803v.248a.793.793 0 0 0 .804.794m4.205 7.597v-.248a.804.804 0 0 0-.773-.744H6.69a.803.803 0 0 0-.804.804v.188a.793.793 0 0 0 .804.794h3.432a.793.793 0 0 0 .773-.794m28.656-36.7v39.676a1.16 1.16 0 0 1-1.15 1.16H10.041a1.17 1.17 0 0 1-1.23-1.16v-1.647q.582.045 1.16 0a1.487 1.487 0 0 0 1.638-1.617 1.44 1.44 0 0 0-1.449-1.289H8.812V34.78h1.409a1.4 1.4 0 0 0 1.418-.912 1.37 1.37 0 0 0-1.418-1.845H8.812v-5.585h.734c1.528 0 2.143-.436 2.143-1.418s-.665-1.349-2.143-1.349h-.734v-5.475h1.409a1.48 1.48 0 0 0 1.468-1.478 1.42 1.42 0 0 0-1.468-1.428H8.812V9.685q.675-.045 1.35 0a1.47 1.47 0 0 0 1.348-.734 1.348 1.348 0 0 0-1.29-1.983H8.813V5.212a1.2 1.2 0 0 1 1.16-1.16H38.39a1.2 1.2 0 0 1 1.16 1.16zM31.943 16.44H18.057V19.1h13.886zm0-4.215H18.057v2.658h13.886zm10.613 25.174h-1.468c-.476 0-.863.545-.863 1.2v4.553c0 .654.387 1.19.863 1.19h1.468c.853 0 1.558-.992 1.558-2.162V39.56c0-1.19-.705-2.162-1.558-2.162m0-7.866h-1.468c-.476 0-.863.536-.863 1.2v4.543c0 .665.387 1.2.863 1.2h1.468c.853 0 1.558-.992 1.558-2.162v-2.619c0-1.19-.705-2.162-1.558-2.162m0-7.866h-1.468c-.476 0-.863.536-.863 1.19v4.554c0 .654.387 1.19.863 1.19h1.468c.853 0 1.558-.992 1.558-2.162v-2.61c0-1.2-.705-2.161-1.558-2.161m0-7.875h-1.468c-.476 0-.863.536-.863 1.2v4.543c0 .665.387 1.2.863 1.2h1.468c.853 0 1.558-.992 1.558-2.162v-2.619c0-1.19-.705-2.162-1.558-2.162m0-7.866h-1.468c-.476 0-.863.536-.863 1.2v4.543c0 .665.387 1.2.863 1.2h1.468c.853 0 1.558-.992 1.558-2.162V8.138c0-1.19-.705-2.162-1.558-2.162z" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconCahierDeTexte as default
@@ -3,9 +3,10 @@ const SvgIconCalendar = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", 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" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M43.937 10.484c-.03-.906-.375-1.682-1.03-2.337q-.984-.982-2.337-.981h-1.617V6.79l.004-.019v-.019a3.62 3.62 0 0 0-.977-2.477c-.675-.72-1.576-1.155-2.606-1.26L35.219 3h-1.796c-.935 0-1.821.322-2.56.935-.924.765-1.405 1.841-1.344 2.947v.288h-7.843v-.375l.003-.02v-.018a3.62 3.62 0 0 0-.977-2.477c-.674-.72-1.575-1.155-2.605-1.261l-.156-.015h-1.795c-.935 0-1.822.322-2.56.935-.924.765-1.405 1.84-1.344 2.947v.288H9.378q-1.355-.001-2.336.98-.982.985-.981 2.337v33.191q-.001 1.356.98 2.337.985.982 2.337.981H30.72c.89 0 1.746-.352 2.383-.977l9.82-9.68a3.39 3.39 0 0 0 1.011-2.417V10.487zm-11.4-.027.038-3.295V6.75c0-.038-.004-.075 0-.117a.4.4 0 0 1 .038-.117.5.5 0 0 1 .08-.118q.05-.056.12-.117a.97.97 0 0 1 .448-.22.8.8 0 0 1 .159-.015h1.636c.072.008.144.019.208.038a1 1 0 0 1 .481.272c.053.053.091.118.114.182a.5.5 0 0 1 .038.205v.413l-.042 3.295-.023 1.851a.6.6 0 0 1-.06.28.65.65 0 0 1-.175.224c-.155.129-.36.193-.606.193h-1.636c-.034 0-.068.004-.102.004q-.011.001-.023-.004a.7.7 0 0 1-.242-.041q-.016-.008-.038-.016a.67.67 0 0 1-.269-.212.75.75 0 0 1-.155-.295.5.5 0 0 1-.015-.133l.022-1.851zM15.302 7.162V6.75a.36.36 0 0 1 .041-.23.979.979 0 0 1 .807-.462h1.64c.072.007.144.018.208.037a1 1 0 0 1 .481.273c.053.053.091.117.114.182a.5.5 0 0 1 .038.204v.413l-.042 3.295-.023 1.852a.6.6 0 0 1-.015.147.651.651 0 0 1-.22.356c-.155.13-.36.194-.605.194h-1.637l-.102.003q-.011 0-.023-.003a.7.7 0 0 1-.242-.042q-.016-.007-.038-.015a.7.7 0 0 1-.204-.136c-.027-.023-.046-.05-.065-.076a.74.74 0 0 1-.155-.296.5.5 0 0 1-.015-.132l.06-5.147zM40.57 32.03h-4.711V20.595c0-.655-.534-1.189-1.19-1.189h-.76c-.342 0-.675.129-.94.364-1.136 1.007-2.575 1.875-3.852 2.318-.447.155-.75.583-.75 1.06v.58c0 .367.171.7.466.916s.663.273 1.008.16c.787-.258 1.806-.679 2.602-1.137v8.366h-1.394c-.86 0-1.557.7-1.55 1.56l.077 10.082H9.397V13.017h2.848a3.8 3.8 0 0 0 1.068 1.97 3.74 3.74 0 0 0 2.659 1.086c.068 0 .14 0 .208-.003h1.53c.966 0 1.852-.31 2.56-.898a3.68 3.68 0 0 0 1.27-2.155h7.979a3.8 3.8 0 0 0 1.068 1.97 3.74 3.74 0 0 0 2.659 1.086c.068 0 .14 0 .208-.003h1.53c.966 0 1.852-.31 2.56-.898a3.67 3.67 0 0 0 1.269-2.155h1.75v19.02z" }),
9
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M23.566 28.696c.901-.541 2.162-1.723 2.162-4.075 0-2.723-1.95-5.472-6.306-5.472s-5.688 2.431-6.23 3.878a1.38 1.38 0 0 0 .163 1.28c.27.386.708.617 1.178.617h.413c.595 0 1.125-.36 1.322-.897.484-1.326 1.462-1.943 3.063-1.943 1.879 0 3 .985 3 2.636 0 1.893-.996 2.704-3.333 2.704h-.129c-.784 0-1.42.636-1.42 1.462 0 .825.636 1.42 1.42 1.42h.357c2.586 0 3.9 1.155 3.9 3.439s-1.356 3.632-3.632 3.632c-2.439 0-3.37-1.504-3.711-2.398a1.4 1.4 0 0 0-1.314-.882h-.512c-.458 0-.893.223-1.162.598a1.4 1.4 0 0 0-.186 1.284c.947 2.738 3.412 4.306 6.764 4.306 5.314 0 7.2-3.53 7.2-6.552 0-2.344-1.084-4.14-3.007-5.037" })
9
10
  ] });
10
11
  export {
11
12
  SvgIconCalendar as default
@@ -3,9 +3,9 @@ const SvgIconCollaborativeWall = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M11.71 10.46q0 1.1-.84 1.9t-2.04.82-2.05-.82-.86-1.9q0-1.13.86-1.92t2.05-.8 2.04.8.84 1.92m6.73 0q0 1.1-.84 1.9t-2.04.82q-1.2 0-2.04-.82t-.87-1.9q0-1.13.87-1.92t2.04-.8q1.2 0 2.04.8t.84 1.92m3.03 2.4V3.93q0-1.15-.43-1.66t-1.49-.48H4.65q-1.14 0-1.52.46t-.41 1.68v9.04q.57.32 1.2.53t1.08.39 1.08.24.97.14.93.05.77.03.77-.05.6-.03q.92 0 1.28.36.07.1.12.13.36.33.81.7.1-1.23 1.6-1.19l.5.03q.44.03.57.02t.6.03.73-.03.72-.05.82-.12.84-.16.89-.27.91-.36.96-.48zm2.2-.04q-1.64 2-5 3.37 1.12 3.82-.32 6.25-.87 1.51-2.45 1.97-1.4.43-2.43-.2-1.16-.67-1.1-2.2l-.03-4.38-.32-.07q-.22-.04-.3-.08l-.03 4.53q.05 1.53-1.1 2.2-1.07.63-2.46.2-1.59-.48-2.45-2-1.4-2.42-.3-6.22-3.36-1.37-5-3.37-.33-.5-.04-.86t.8.02l.16.1q.12.07.14.1V2.86q0-.97.63-1.66T3.6.53h16.85q.9 0 1.54.68t.63 1.66v9.3l.29-.2q.5-.35.8-.02t-.06.87z" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M24.45 21.32A4.43 4.43 0 0 1 23 24.66a5.23 5.23 0 0 1-3.59 1.43 5 5 0 0 1-5.11-4.77 4.44 4.44 0 0 1 1.52-3.38 5.33 5.33 0 0 1 7.18 0 4.27 4.27 0 0 1 1.45 3.38m11.82 0a4.45 4.45 0 0 1-1.47 3.34 5.27 5.27 0 0 1-3.59 1.43 5 5 0 0 1-3.59-1.43 4.66 4.66 0 0 1-1.52-3.34 4.4 4.4 0 0 1 1.52-3.38 5.12 5.12 0 0 1 3.59-1.39 5.06 5.06 0 0 1 3.59 1.39 4.5 4.5 0 0 1 1.47 3.38m5.32 4.22V9.83a4.43 4.43 0 0 0-.76-2.91 3.17 3.17 0 0 0-2.61-.84H12a3.38 3.38 0 0 0-2.66.8 4.9 4.9 0 0 0-.72 3v15.83q1.015.556 2.11.93c.73.25 1.37.48 1.9.68a9 9 0 0 0 1.9.42c.73.08 1.3.17 1.69.25a7 7 0 0 0 1.65.09 5.4 5.4 0 0 1 1.35 0 4.2 4.2 0 0 0 1.39-.08c.7-.11 1.05-.12 1.05 0a3.14 3.14 0 0 1 2.24.63.9.9 0 0 0 .21.22c.43.39.9.8 1.44 1.22q.16-2.16 2.79-2.07h2.93q.635.066 1.27 0 .646-.06 1.29 0c.485.007.968-.064 1.43-.21a7 7 0 0 1 1.48-.3A4.2 4.2 0 0 0 38.3 27a8.4 8.4 0 0 1 1.61-.63 5.1 5.1 0 0 0 1.68-.85zm3.85-.08a21.8 21.8 0 0 1-8.79 5.91c1.33 4.47 1.14 8.13-.54 11a7.1 7.1 0 0 1-4.31 3.46 5 5 0 0 1-4.27-.34 4 4 0 0 1-1.94-3.88v-7.69l-.59-.14-.55-.13v7.94a4 4 0 0 1-1.94 3.88 5.14 5.14 0 0 1-4.31.34 7.27 7.27 0 0 1-4.31-3.5q-2.44-4.28-.5-10.94a21.8 21.8 0 0 1-8.79-5.91 1.2 1.2 0 0 1-.08-1.52c.34-.42.8-.41 1.39 0a3 3 0 0 1 .3.17q.135.07.25.17V8a4.24 4.24 0 0 1 1.1-2.92 3.36 3.36 0 0 1 2.7-1.18h29.6a3.62 3.62 0 0 1 2.7 1.18A3.9 3.9 0 0 1 43.62 8v16.32l.51-.34c.59-.42 1-.44 1.39 0s.31.9-.08 1.52z" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconCollaborativeWall as default
@@ -3,9 +3,9 @@ const SvgIconCommunity = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M19.21 17.92q1.1 0 1.9.8t.8 1.9-.8 1.9-1.87.78-1.9-.79-.8-1.92q0-.44.2-.94l-4.07-2.94q-1.18 1.2-2.84 1.2T7 16.75t-1.2-2.86q0-.22.07-.63L2.64 12.2q-.38.34-.86.34-.58 0-.96-.38t-.39-.97.39-.93.96-.39q.48 0 .82.31t.45.75L6.3 12q.5-.98 1.47-1.56t2.06-.58q1.25 0 2.31.75l4.79-4.79q-.39-.72-.39-1.32 0-1.1.8-1.9t1.9-.8 1.87.8.8 1.9-.8 1.87-1.9.8q-.62 0-1.32-.41l-4.78 4.8q.74 1.06.74 2.32 0 .89-.4 1.75l4.06 2.91q.79-.62 1.7-.62" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M39.763 35.477q2.166 0 3.72 1.55 1.553 1.55 1.553 3.711t-1.554 3.712T39.81 46t-3.718-1.55-1.554-3.759q0-.845.377-1.832l-7.955-5.731q-2.307 2.349-5.555 2.349t-5.554-2.302q-2.307-2.303-2.354-5.591 0-.424.141-1.222l-6.307-2.067q-.753.658-1.695.658-1.129 0-1.883-.752Q3 23.451 3 22.322q0-1.127.753-1.832.753-.704 1.883-.752.942 0 1.6.611.66.611.895 1.456l6.355 2.114a7.5 7.5 0 0 1 2.871-3.053 7.74 7.74 0 0 1 4.048-1.128q2.447 0 4.52 1.457l9.366-9.35q-.753-1.408-.753-2.583 0-2.16 1.554-3.712Q37.645 4 39.81 4t3.672 1.55 1.553 3.712-1.553 3.664-3.719 1.55q-1.224 0-2.589-.798l-9.367 9.396q1.46 2.067 1.46 4.51 0 1.738-.801 3.43l7.955 5.684q1.554-1.221 3.342-1.222" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconCommunity as default
@@ -3,9 +3,9 @@ const SvgIconConversation = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m0 21.67 7.8-8.23 4.22 2.41 4.24-2.4 7.79 8.22zm0-2.74V8.97l6.1 3.54zm0-12.1V3.44h24.05v3.4l-12.03 6.84zm17.94 5.68 6.1-3.54v9.96z" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m4.31 41.68 13.41-14.15L25 31.67l7.28-4.14 13.41 14.15zm0-4.71V19.83l10.51 6.09zm0-20.82v-5.83h41.38v5.83L25 28zm30.87 9.77 10.51-6.09V37z" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconConversation as default
@@ -3,9 +3,9 @@ const SvgIconDirectory = ({
3
3
  title,
4
4
  titleId,
5
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: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 24.58V.53h24.05v4.28h-2.62V7.1h2.62v4.28h-2.62v2.35h2.62V18h-2.62v2.3h2.62v4.29H0zm4.64-6.85h12.12V14l-4.5-2.67q.9-.46 1.4-1.3t.53-1.85q0-1.4-1.01-2.43T10.7 4.72 8.25 5.75 7.24 8.18q0 1.03.53 1.85t1.4 1.3L4.63 14v3.73z" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M6 44.5v-39h39v6.94h-4.25v3.71H45v6.94h-4.25v3.82H45v6.91h-4.25v3.74H45v6.94zm7.5-11.11h19.68v-6.05L25.89 23a5.5 5.5 0 0 0 2.26-2.11 6 6 0 0 0 .86-3A5.47 5.47 0 0 0 27.37 14a5.4 5.4 0 0 0-4-1.68 5.25 5.25 0 0 0-4 1.68 5.63 5.63 0 0 0-1.64 3.94 5.3 5.3 0 0 0 .86 3A6.2 6.2 0 0 0 20.86 23l-7.36 4.34z" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconDirectory as default
@@ -0,0 +1,7 @@
1
+ import { SVGProps } from 'react';
2
+ interface SVGRProps {
3
+ title?: string;
4
+ titleId?: string;
5
+ }
6
+ declare const SvgIconEdt: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
7
+ export default SvgIconEdt;
@@ -0,0 +1,12 @@
1
+ import { jsxs, jsx } from "react/jsx-runtime";
2
+ const SvgIconEdt = ({
3
+ title,
4
+ titleId,
5
+ ...props
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.354 21.948q.324 0 .65.015 1.035.051 2.02.268a12.5 12.5 0 0 1 3.356 1.243.1.1 0 0 0 .025.017 13 13 0 0 1 1.989 1.346 12.8 12.8 0 0 1 3.079 3.733 12.6 12.6 0 0 1 1.271 3.48q.009.046.019.096.122.621.183 1.26h-.004q.057.589.059 1.19a12.6 12.6 0 0 1-.771 4.344q-.217.584-.482 1.134-.264.55-.584 1.074c-.077.128-.165.242-.246.367-.14.216-.28.438-.434.643a12.7 12.7 0 0 1-2.756 2.7 12.56 12.56 0 0 1-7.375 2.385c-4.14 0-7.823-2.002-10.13-5.085q-.364-.49-.684-1.01a12.802 12.802 0 0 1-1.437-3.395c-.26-1.011-.4-2.07-.4-3.157a12.6 12.6 0 0 1 .57-3.76 12.5 12.5 0 0 1 1.594-3.31 12.8 12.8 0 0 1 2.01-2.303c.143-.133.283-.265.434-.386q.468-.386.974-.728a12.6 12.6 0 0 1 2.15-1.169 12.6 12.6 0 0 1 4.92-.992m2.88-19.191.15.014c.99.1 1.853.518 2.496 1.206a3.47 3.47 0 0 1 .937 2.373v.018l-.003.019v.338l7.532-.007v-.246c-.063-1.058.4-2.087 1.286-2.819a3.8 3.8 0 0 1 2.447-.893h1.716l.151.014c.989.1 1.852.52 2.495 1.206a3.47 3.47 0 0 1 .937 2.374v.037l-.004.323h2.459c.867 0 1.587.323 2.215.951h.012c.628.628.94 1.371.94 2.238v31.77c0 .867-.312 1.61-.94 2.238-.629.628-1.353.93-2.216.93l-15.728.01a14.1 14.1 0 0 0 2.606-3.34h2.638v-8.11h-.881a13 13 0 0 0-.163-1.26h1.044v-8.65h-6.21a14 14 0 0 0-1.877-1.26h8.087v-8.029a3.7 3.7 0 0 1-.412-.492H21.12q-.189.271-.427.504v7.257q-.616-.253-1.26-.445v-6.015a3.9 3.9 0 0 1-1.4.257h-1.466a4 4 0 0 1-.202.003c-.966 0-1.87-.367-2.547-1.04a4 4 0 0 1-.437-.521h-3.046v7.646a14 14 0 0 0-3.44 1.893V9.918q0-1.296.942-2.237c.625-.629 1.396-.952 2.26-.952h2.69v-.261c-.063-1.058.4-2.087 1.285-2.819a3.8 3.8 0 0 1 2.448-.892zm13.368 30.648v8.11h9.061v-8.11zm-16.242-8.01c-.79 0-1.432.643-1.432 1.433v7.19l-3.6 3.767-.218.225a1.43 1.43 0 0 0 .044 2.024c.052.052.11.092.17.132.245.173.532.265.819.265a1.43 1.43 0 0 0 1.036-.44l4.215-4.407c.253-.265.396-.621.396-.988v-2.45h.004v-5.318c0-.79-.644-1.433-1.434-1.433m16.243-1.896v8.65h9.06v-8.65zm6.07-9.785q-.27.387-.64.698c-.68.562-1.525.86-2.451.86h-1.466q-.104.004-.202.003c-.46 0-.9-.084-1.312-.242v7.205h9.061l.004-.003v-8.521zm-4.598-8.022c-.21 0-.4.074-.58.221s-.253.297-.227.444v.364h.002l-.058 4.957q0 .26.224.481a.65.65 0 0 0 .482.192c.033 0 .066-.004.099-.004h1.565c.239 0 .43-.063.581-.184a.59.59 0 0 0 .224-.481l.062-4.961v-.364a.54.54 0 0 0-.146-.37q-.238-.25-.662-.295zm-16.56-.007q-.31 0-.58.22-.268.223-.229.445v.379l-.058 4.946q0 .259.224.48a.65.65 0 0 0 .48.192c.034 0 .067-.004.1-.004h1.566q.355-.001.58-.184a.59.59 0 0 0 .224-.481l.059-4.946.008-.007V6.35a.54.54 0 0 0-.148-.371q-.237-.25-.66-.294z" })
9
+ ] });
10
+ export {
11
+ SvgIconEdt as default
12
+ };
@@ -3,9 +3,9 @@ const SvgIconExercizer = ({
3
3
  title,
4
4
  titleId,
5
5
  ...props
6
- }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 31 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
6
+ }) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 50 50", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
7
7
  title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
8
- /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m8.59 22.44 5.14-2.58v-4.23L8.6 17.84v4.6zm-.87-6.1 5.43-2.32-5.43-2.33-5.41 2.33zm14.62 6.1 5.15-2.58v-4.23l-5.15 2.21zm-.87-6.1 5.42-2.32-5.41-2.33-5.44 2.33zm-6-3.93 5.14-2.21V6.62l-5.15 2.2v3.6zm-.87-5.1 5.9-2.51-5.9-2.56-5.92 2.55zm14.6 6.95v5.6q0 .49-.25.9t-.7.62l-6 3q-.34.2-.78.2t-.77-.2l-6-3q-.08-.02-.1-.05-.03.03-.1.05l-6.01 3q-.34.2-.77.2t-.75-.2l-6-3q-.47-.22-.7-.62t-.27-.9v-5.6q0-.5.29-.93t.77-.63l5.82-2.5V4.84q0-.53.29-.97t.74-.62L13.92.68q.32-.15.68-.15t.67.15l6.01 2.57q.48.22.77.62t.29.96v5.37l5.82 2.5q.48.2.77.63t.26.93z" })
8
+ /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m15.21 41.1 8.38-4.19V30l-8.38 3.61zm-1.41-10 8.85-3.76-8.85-3.8L5 27.39zm23.81 10L46 36.91V30l-8.38 3.61zm-1.41-10 8.8-3.71-8.81-3.8-8.85 3.8zm-9.79-6.39 8.38-3.6v-5.78l-8.38 3.6zM25 16.46l9.63-4.11L25 8.2l-9.64 4.15zm23.77 11.32v9.13a2.8 2.8 0 0 1-.39 1.44 2.47 2.47 0 0 1-1.14 1l-9.79 4.9a2.68 2.68 0 0 1-2.5 0l-9.79-4.9a.3.3 0 0 1-.16-.08.34.34 0 0 1-.16.08l-9.79 4.9a2.44 2.44 0 0 1-1.25.31 2.3 2.3 0 0 1-1.22-.31l-9.79-4.9a2.5 2.5 0 0 1-1.13-1 3 3 0 0 1-.43-1.44v-9.13a2.65 2.65 0 0 1 .47-1.53 2.66 2.66 0 0 1 1.25-1l9.48-4.07v-8.75a2.82 2.82 0 0 1 1.68-2.59l9.79-4.19a2.75 2.75 0 0 1 2.2 0l9.79 4.19c.498.217.93.562 1.25 1a2.7 2.7 0 0 1 .47 1.57v8.73l9.48 4.07c.51.197.946.546 1.25 1 .307.449.458.987.43 1.53z" })
9
9
  ] });
10
10
  export {
11
11
  SvgIconExercizer as default