@edifice.io/react 2.2.11-develop-enabling.20250710092201 → 2.2.11-develop-pedago.20250710120949
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.
- package/dist/components/Button/Button.d.ts +1 -1
- package/dist/components/Dropdown/Dropdown.d.ts +10 -4
- package/dist/components/Dropdown/Dropdown.js +24 -8
- package/dist/components/Flex/Flex.d.ts +1 -0
- package/dist/components/Flex/Flex.js +2 -1
- package/dist/components/Layout/Layout.d.ts +5 -1
- package/dist/components/Layout/Layout.js +5 -2
- package/dist/components/SearchBar/SearchBar.d.ts +9 -33
- package/dist/components/SearchBar/SearchBar.js +4 -30
- package/dist/components/Tabs/components/Tabs.d.ts +23 -3
- package/dist/components/Tabs/components/Tabs.js +8 -3
- package/dist/components/Tabs/components/TabsList.d.ts +15 -1
- package/dist/components/Tabs/components/TabsList.js +13 -3
- package/dist/components/Tabs/components/TabsPanel.d.ts +5 -1
- package/dist/components/Tabs/components/TabsPanel.js +7 -3
- package/dist/hooks/useDropdown/useDropdown.d.ts +2 -0
- package/dist/hooks/useDropdown/useDropdown.js +2 -0
- package/dist/hooks/useEdificeIcons/useEdificeIcons.js +4 -1
- package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
- package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
- package/dist/icons-apps.js +164 -174
- package/dist/icons.js +86 -90
- package/dist/index.js +12 -10
- package/dist/modules/editor/components/Toolbar/TableToolbar.AddMenu.js +1 -1
- package/dist/modules/editor/components/Toolbar/TableToolbar.DelMenu.js +1 -1
- package/dist/modules/icons/components/{apps/IconMinibadge.d.ts → IconMegaphone.d.ts} +2 -2
- package/dist/modules/icons/components/IconMegaphone.js +12 -0
- package/dist/modules/icons/components/IconNotes.d.ts +7 -0
- package/dist/modules/icons/components/IconNotes.js +13 -0
- package/dist/modules/icons/components/apps/IconAccount.js +2 -2
- package/dist/modules/icons/components/apps/IconActualites.js +2 -2
- package/dist/modules/icons/components/apps/IconAdmin.js +2 -2
- package/dist/modules/icons/components/apps/IconAgenda.js +2 -3
- package/dist/modules/icons/components/apps/IconAppointments.js +2 -2
- package/dist/modules/icons/components/apps/IconArchive.js +2 -2
- package/dist/modules/icons/components/apps/IconBlog.js +2 -2
- package/dist/modules/icons/components/apps/IconCahierDeTexte.js +2 -2
- package/dist/modules/icons/components/apps/IconCalendar.js +2 -3
- package/dist/modules/icons/components/apps/IconCollaborativeWall.js +2 -2
- package/dist/modules/icons/components/apps/IconCommunity.js +2 -2
- package/dist/modules/icons/components/apps/IconConversation.js +2 -2
- package/dist/modules/icons/components/apps/IconDirectory.js +2 -2
- package/dist/modules/icons/components/apps/IconExercizer.js +2 -2
- package/dist/modules/icons/components/apps/IconForms.js +6 -2
- package/dist/modules/icons/components/apps/IconForum.js +2 -2
- package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
- package/dist/modules/icons/components/apps/IconMediacentre.js +2 -2
- package/dist/modules/icons/components/apps/IconMindmap.js +2 -2
- package/dist/modules/icons/components/apps/IconMoodle.js +2 -2
- package/dist/modules/icons/components/apps/IconNabook.js +4 -2
- package/dist/modules/icons/components/apps/IconNotebook.js +2 -2
- package/dist/modules/icons/components/apps/IconPad.js +2 -2
- package/dist/modules/icons/components/apps/IconPages.js +2 -2
- package/dist/modules/icons/components/apps/IconParametrage.js +2 -2
- package/dist/modules/icons/components/apps/IconParametrages.js +2 -2
- package/dist/modules/icons/components/apps/IconPoll.js +2 -2
- package/dist/modules/icons/components/apps/IconPresences.js +6 -2
- package/dist/modules/icons/components/apps/IconRack.js +2 -2
- package/dist/modules/icons/components/apps/IconRbs.js +2 -2
- package/dist/modules/icons/components/apps/IconSchoolbook.js +2 -2
- package/dist/modules/icons/components/apps/IconScrapbook.js +2 -2
- package/dist/modules/icons/components/apps/IconSettingsClass.js +2 -2
- package/dist/modules/icons/components/apps/IconSharebigfiles.js +2 -2
- package/dist/modules/icons/components/apps/IconStatistics.js +2 -2
- package/dist/modules/icons/components/apps/IconSupport.js +2 -2
- package/dist/modules/icons/components/apps/IconTimeline.js +2 -2
- package/dist/modules/icons/components/apps/IconTimelinegenerator.js +2 -2
- package/dist/modules/icons/components/apps/IconUserbook.js +2 -2
- package/dist/modules/icons/components/apps/IconVisioconf.js +2 -2
- package/dist/modules/icons/components/apps/IconWebsite.js +2 -2
- package/dist/modules/icons/components/apps/IconWiki.js +3 -3
- package/dist/modules/icons/components/apps/IconWorkspace.js +2 -2
- package/dist/modules/icons/components/apps/index.d.ts +0 -5
- package/dist/modules/icons/components/index.d.ts +2 -4
- package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +4 -6
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +13 -27
- package/dist/modules/modals/OnboardingModal/index.d.ts +0 -1
- package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
- package/dist/modules/modals/ResourceModal/ResourceModal.d.ts +57 -2
- package/dist/modules/modals/ResourceModal/ResourceModal.js +20 -16
- package/dist/modules/multimedia/FileCard/FileCard.d.ts +13 -2
- package/dist/modules/multimedia/FileCard/FileCard.js +15 -5
- package/dist/modules/multimedia/FileCard/FileIcon.d.ts +5 -1
- package/dist/modules/multimedia/FileCard/FileIcon.js +2 -2
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.d.ts +3 -1
- package/dist/modules/multimedia/MediaLibrary/MediaLibrary.js +7 -2
- package/dist/modules/multimedia/index.d.ts +1 -0
- package/dist/multimedia.js +12 -10
- package/package.json +6 -6
- package/dist/modules/icons/components/IconLibrary.d.ts +0 -7
- package/dist/modules/icons/components/IconLibrary.js +0 -12
- package/dist/modules/icons/components/IconNotification.d.ts +0 -7
- package/dist/modules/icons/components/IconNotification.js +0 -12
- package/dist/modules/icons/components/IconStar.d.ts +0 -7
- package/dist/modules/icons/components/IconStar.js +0 -13
- package/dist/modules/icons/components/IconStarFavorite.d.ts +0 -7
- package/dist/modules/icons/components/IconStarFull.d.ts +0 -7
- package/dist/modules/icons/components/IconStarFull.js +0 -13
- package/dist/modules/icons/components/apps/IconEdt.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconEdt.js +0 -12
- package/dist/modules/icons/components/apps/IconGeogebra.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconGeogebra.js +0 -12
- package/dist/modules/icons/components/apps/IconMagneto.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconMagneto.js +0 -13
- package/dist/modules/icons/components/apps/IconMinetest.d.ts +0 -7
- package/dist/modules/icons/components/apps/IconMinetest.js +0 -12
- package/dist/modules/icons/components/apps/IconMinibadge.js +0 -12
|
@@ -3,9 +3,9 @@ const SvgIconMediacentre = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.024 6a1.8 1.8 0 0 0-.556.085c-1.017.31-.995 1.59-.522 2.4l5.174 8.848c.627 1.073 1.63 1.59 2.465.987 1.089-.784-.015-2.407-.309-2.901l-4.507-7.97c-.336-.594-.827-1.436-1.746-1.449zm-4.598.043c-.799 0-1.442.54-1.442 1.21v.008q-.028.234 0 .49v3.13a1.5 1.5 0 0 0-.449-.068c-.416 0-.815.172-1.109.48-.294.306-.46.722-.46 1.156s.166.85.46 1.156c.294.307.693.48 1.109.48q.23 0 .45-.07V17.3c0 .67.642 1.21 1.44 1.21.8 0 1.442-.54 1.442-1.21v-4.31l2.484 4.372c.614 1.08 1.765 1.517 2.569.874.856-.685-.002-2.296-.279-2.793L10.3 7.573a5.2 5.2 0 0 0-.61-.906c-.244-.374-.718-.626-1.264-.626zm-3.002.222q-.207 0-.398.083-.19.082-.337.235c-.096.1-.173.22-.225.351a1.12 1.12 0 0 0 .225 1.18q.147.152.337.236a1 1 0 0 0 1.132-.235 1.124 1.124 0 0 0 0-1.532q-.145-.151-.337-.235a1 1 0 0 0-.397-.083m12.063 1.53a.92.92 0 0 0-.662.287 1 1 0 0 0-.274.69c0 .26.098.508.274.69a.903.903 0 0 0 1.325 0 1.013 1.013 0 0 0 0-1.381.903.903 0 0 0-.662-.286M5.183 15.38c-.155 0-.309.032-.453.094a1.2 1.2 0 0 0-.383.267 1.2 1.2 0 0 0-.257.4 1.28 1.28 0 0 0 .257 1.346 1.142 1.142 0 0 0 1.29.268q.216-.096.383-.268c.11-.115.197-.251.257-.4a1.28 1.28 0 0 0-.257-1.346 1.2 1.2 0 0 0-.384-.267 1.1 1.1 0 0 0-.453-.094" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconMediacentre as default
|
|
@@ -3,9 +3,9 @@ const SvgIconMindmap = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M24.05 17.27v4.3q0 .53-.39.92t-.91.38h-4.28q-.53 0-.91-.38t-.39-.92v-4.3q0-.53.39-.91t.9-.37h1.28v-2.57H12.9V16h1.27q.56 0 .92.37t.38.9v4.31q0 .53-.38.92t-.92.38H9.88q-.55 0-.91-.38t-.39-.92v-4.3q0-.53.39-.91t.91-.37h1.28v-2.57H4.3V16h1.28q.55 0 .91.37t.39.9v4.31q0 .53-.39.92t-.91.38H1.3q-.56 0-.92-.38T0 21.57v-4.3q0-.53.39-.91t.9-.37h1.28v-2.57q0-.7.5-1.22t1.23-.5h6.86V9.11H9.88q-.55 0-.91-.39t-.39-.89v-4.3q0-.53.39-.91t.91-.39h4.28q.55 0 .91.39t.39.91v4.3q0 .53-.39.9t-.9.38h-1.28v2.57h6.85q.7 0 1.23.5t.5 1.23V16h1.28q.55 0 .91.36t.38.9z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconMindmap as default
|
|
@@ -3,9 +3,9 @@ const SvgIconMoodle = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M16.96 7.87c-1.7 0-2.88.4-3.52 1.21a3.2 3.2 0 0 0-.58-.49 6.8 6.8 0 0 1-2.05 2.13c.59.3.89.96.89 1.98v6.85h3.49V12.7c0-1.44.6-2.15 1.78-2.15s1.77.71 1.77 2.15v6.85h3.5V12.3c0-1.5-.53-2.63-1.57-3.4a6.04 6.04 0 0 0-3.7-1.02zm-12.2 3.49c-.05.3-.08.6-.08.93v7.26h3.5V12.7c0-.39.04-.72.12-1a7.2 7.2 0 0 1-3.54-.34m6.6-4.21 3.47-2.54-.04-.15c-6.26.76-9.1 1.3-14.5 4.43l.06.14h.43c-.04.44-.11 1.5-.02 3.1-.6 1.74-.02 2.91.53 4.2a12.5 12.5 0 0 0-.33-4.24c-.09-1.6-.02-2.64.02-3.05l3.57.03a15 15 0 0 0 .12 2.17l-.01-.07c3.2 1.12 6.4 0 8.1-2.77a14 14 0 0 0-1.4-1.26z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconMoodle as default
|
|
@@ -3,9 +3,11 @@ const SvgIconNabook = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 500 500", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("
|
|
8
|
+
/* @__PURE__ */ jsx("rect", { width: 500, height: 500, fill: "#120D37", rx: 30 }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "#066", d: "m363.4 100.712 18.319 264.583-100.438 21.778-71.561-134.076 9.084 144.502-87.235 10.711-26.773-275.746 96.357-16.554 84.212 131.341-13.084-132.203z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { fill: "#0FC", d: "m362.279 87.72 18.318 264.583-100.438 21.777-71.561-134.075 9.084 144.501-87.235 10.711-26.773-275.745 96.357-16.554 84.212 131.341-13.084-132.203z" })
|
|
9
11
|
] });
|
|
10
12
|
export {
|
|
11
13
|
SvgIconNabook as default
|
|
@@ -3,9 +3,9 @@ const SvgIconNotebook = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M2.73 17.34v-.1a.32.32 0 0 1 .32-.32h1.36a.32.32 0 0 1 .32.32v.1a.32.32 0 0 1-.32.32H3.05a.32.32 0 0 1-.32-.32m.32-3.01h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32m0-3.32h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32m0-3.37h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.31H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.31M14.4 4.68l4.39-1.23v4.07a1.8 1.8 0 0 0-1 .05c-.79.27-1.25.96-1.08 1.52s.93.81 1.69.54c.66-.22 1.13-.64 1.13-1.23V1.93c0-.34-.25-.54-.64-.4l-4.74 1.28c-.39.12-.49.34-.49.7v2.07h.74zm-2.35 9.29 4.14 1.14v2.96c-.51.19-1.03.42-1.52.66-.17.1-.22.19-.12.39.22.42.37.88.51 1.32 0 .05.03.1-.02.1l-.05-.05c-.39-.36-.71-.76-1.17-1.13a.95.95 0 0 0-.98-.2c-.71.25-1.45.47-2.16.67-.2.05-.4.12-.6.12-.09-.12-.02-.2 0-.3l1.48-5.41c.07-.3.2-.35.5-.27zm.8 2.55c.35.15.72.05.86-.24s0-.69-.29-.84c-.34-.17-.74-.05-.88.27-.15.27 0 .67.32.81zm-8.12 4.19v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32h1.36a.32.32 0 0 0 .32-.32m16.14-5.02-4.68-1.26v.68l3.85 1.07c.15.02.4 0 .32.27l-1.05 3.87c-.32-.56-.6-1.07-.91-1.54-.71-1.13-.86-1.18-2.14-.74l-.07.03v3.8a.47.47 0 0 1-.47.46h-.58l3.65 1.01c.32.08.44.05.54-.27a560 560 0 0 1 1.86-6.86c.1-.35 0-.42-.32-.52M9.52 20.8c-.32-.1-.42-.17-.35-.51.64-2.28 1.28-4.56 1.9-6.87.07-.32.21-.34.53-.27l4.59 1.27V6.05a.48.48 0 0 0-.47-.47H14.4v3.8c0 .42-.47 1-1.1 1.23-.79.27-1.55.03-1.72-.54s.32-1.25 1.08-1.52a1.8 1.8 0 0 1 1-.05V5.58h-9.3a.48.48 0 0 0-.46.47v.68h.56a.51.51 0 0 1 .47.2c.15.2.17.39.05.61-.1.2-.32.3-.54.3-.17-.03-.34 0-.54 0v2.23h.57c.34 0 .58.22.58.53s-.24.57-.58.57H3.9v2.26h.3c.58 0 .85.17.85.53 0 .4-.25.57-.86.57H3.9v2.23h.56c.42-.02.72.37.57.74-.1.25-.3.37-.57.37H3.9v2.2h.54c.42.03.68.4.54.79-.08.22-.3.37-.62.37-.14.02-.29 0-.46 0v.63c0 .28.22.47.49.47h10.75l-.99-.27c-1.54-.42-3.09-.86-4.63-1.25z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconNotebook as default
|
|
@@ -3,9 +3,9 @@ const SvgIconPad = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M15.1 18.23H9.5v-.5h5.6zm-2.3-1.5H9.5v-.5h3.3zm.98-1.48H9.5v-.48h4.28zm1.66-1.47H9.5v-.5h5.94zm-2.65-1.49H9.5v-.5h3.3v.5zm4.12-3.22H8v11.88h8.9V9.07zM6.54 22.4V7.61H18.4v14.8H6.54zM4.5 10.31c-.6.61-.96 1.26-1.01 1.79l3.68 3.85s.36-.46.33-1.25c.94-.48 1.1-.92 1.28-1.3.82.02 1.15-.29 1.15-.29L6.25 9.26c-.24.05-.94.22-1.75 1.06zM.55 8.82c.07.04.48.6.72.93.03-.36.17-1.03.92-1.8.77-.77 1.44-.94 1.8-.96-.31-.24-.72-.6-.86-.72C2.74 5.87 2 5.6.9 6.52S.14 8.37.55 8.8zm7.48 6.39c0 .36-.33 1.06-.33 1.06l4.23 1.8-1.71-4.37s-.17.16-.89.16a2.36 2.36 0 0 1-1.3 1.35M2.65 8.42c-1.04 1.08-.9 1.83-.9 1.83l.41.4c.05-.45.37-1.1.97-1.7.96-.99 1.75-1.1 1.75-1.1l-.43-.44s-.8-.02-1.8 1.01m.86.91c-.99 1.04-.84 1.76-.84 1.76l.36.38c.07-.43.39-1.05.94-1.63.91-.94 1.68-1.06 1.68-1.06l-.4-.4s-.78-.03-1.74.95m14.45-2.88-3.68 3.82s.32.32 1.13.3c.17.38.34.83 1.3 1.29-.05.8.34 1.25.34 1.25l3.68-3.85a3.32 3.32 0 0 0-1.04-1.78c-.82-.84-1.51-1-1.73-1.03m5.32-2.77c-1.08-.91-1.83-.65-2.21-.26-.12.14-.56.48-.84.74.33.03 1.03.17 1.78.94.76.77.9 1.44.9 1.8.27-.33.66-.86.73-.93.4-.44.72-1.37-.36-2.29m-8.42 7.34c-.72 0-.89-.17-.89-.17l-1.68 4.37 4.2-1.8s-.33-.7-.3-1.06a2.37 2.37 0 0 1-1.33-1.34m4.88-6.45-.4.43s.79.15 1.72 1.11c.6.6.92 1.25.99 1.7l.39-.4s.14-.75-.9-1.8c-1-1.06-1.8-1.04-1.8-1.04m-.8.96-.4.41s.77.12 1.68 1.06c.58.6.9 1.2.94 1.64l.39-.39s.12-.72-.87-1.73c-.96-1.01-1.73-.99-1.73-.99z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconPad as default
|
|
@@ -3,9 +3,9 @@ const SvgIconPages = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M0 23.83V1.28h24.05v22.55zm2.96-2.95h18.13V4.23H2.96v16.63zM4.93 19v-4h4v4zm0-5.27V6.35h14.14v7.38zM10 19v-4h4v4zm5.08 0v-4h3.99v4h-4z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconPages as default
|
|
@@ -3,9 +3,9 @@ const SvgIconParametrage = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.27-.15H.01v21.12h17.85V4.04zm.08 2.06 2.46 2.32h-2.46zM1.41 19.76V1.38h10.94v3.73h4.02v14.65zm8.22 0h4.9v1.2h-4.9zm7.3-6h.93v3.71h-.93zM2.95 6.9H5.9V4.18H2.95zm.8-1.98H5.1v1.24H3.75zm-.8 5.64H5.9V7.85H2.95zm.8-1.97H5.1v1.23H3.75zm-.8 5.64H5.9v-2.72H2.95zm.8-1.98H5.1v1.24H3.75zm-.8 5.65H5.9v-2.72H2.95zm.8-1.98H5.1v1.24H3.75zm3.27 1.24h3.14v.74H7.02zm0-3.67h6.1v.74h-6.1zm0-3.66h6.1v.73h-6.1zm0-3.67h6.1v.74h-6.1zm9.25 12.29-.79-.1a3.6 3.6 0 0 0-.35-.86l.5-.64a.26.26 0 0 0-.03-.34l-.81-.83a.25.25 0 0 0-.33-.02l-.62.5a3.5 3.5 0 0 0-.85-.36l-.1-.8a.26.26 0 0 0-.24-.23H11.5a.26.26 0 0 0-.25.23l-.1.8c-.3.09-.58.2-.84.36l-.62-.5a.25.25 0 0 0-.33.02l-.81.83a.27.27 0 0 0-.02.34l.49.64a3.6 3.6 0 0 0-.35.86l-.8.1a.26.26 0 0 0-.21.25v1.18c0 .12.1.24.22.25l.79.1c.08.3.2.6.35.86l-.5.64a.27.27 0 0 0 .03.34l.81.83a.25.25 0 0 0 .33.02l.62-.5c.26.15.55.27.85.36l.1.8a.26.26 0 0 0 .24.23h1.15a.26.26 0 0 0 .25-.23l.1-.8c.3-.09.58-.2.84-.36l.62.5a.25.25 0 0 0 .33-.02l.81-.83a.27.27 0 0 0 .02-.34l-.49-.64c.15-.27.27-.56.35-.87l.8-.1a.26.26 0 0 0 .21-.25V18.7a.26.26 0 0 0-.22-.25m-4.2 3.1c-1.21 0-2.2-1.01-2.2-2.26s.99-2.26 2.2-2.26c1.23 0 2.21 1.01 2.21 2.26s-.98 2.26-2.2 2.26zm9.7-6.8-.59-.07a2.7 2.7 0 0 0-.26-.65l.37-.48a.2.2 0 0 0-.02-.25l-.6-.63a.19.19 0 0 0-.26-.02l-.47.38a2.6 2.6 0 0 0-.63-.27l-.08-.6a.2.2 0 0 0-.18-.17h-.86a.2.2 0 0 0-.19.17l-.07.6a2.6 2.6 0 0 0-.64.27l-.47-.37a.19.19 0 0 0-.25 0l-.6.64a.2.2 0 0 0-.02.25l.37.48a2.8 2.8 0 0 0-.27.65l-.6.07a.2.2 0 0 0-.16.2v.88c0 .1.08.18.17.19l.6.07c.05.23.14.45.25.65l-.36.48a.2.2 0 0 0 .01.26l.61.62a.19.19 0 0 0 .25.02l.47-.38c.2.12.41.2.64.27l.07.6a.2.2 0 0 0 .18.17h.87a.2.2 0 0 0 .18-.16l.07-.61c.23-.06.44-.15.64-.27l.47.38a.19.19 0 0 0 .25-.02l.61-.62a.2.2 0 0 0 .01-.26l-.36-.48c.11-.2.2-.42.26-.65l.6-.07a.2.2 0 0 0 .16-.2v-.88a.2.2 0 0 0-.17-.19m-3.15 2.33c-.92 0-1.67-.76-1.67-1.7s.75-1.7 1.67-1.7c.91 0 1.66.77 1.66 1.7s-.75 1.7-1.66 1.7" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconParametrage as default
|
|
@@ -3,9 +3,9 @@ const SvgIconParametrages = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.27-.15H.01v21.12h17.85V4.04zm.08 2.06 2.46 2.32h-2.46zM1.41 19.76V1.38h10.94v3.73h4.02v14.65zm8.22 0h4.9v1.2h-4.9zm7.3-6h.93v3.71h-.93zM2.95 6.9H5.9V4.18H2.95zm.8-1.98H5.1v1.24H3.75zm-.8 5.64H5.9V7.85H2.95zm.8-1.97H5.1v1.24H3.75zm-.8 5.64H5.9v-2.71H2.95zm.8-1.98H5.1v1.24H3.75zm-.8 5.65H5.9v-2.72H2.95zm.8-1.98H5.1v1.24H3.75zm3.27 1.24h3.14v.74H7.02zm0-3.67h6.1v.74h-6.1zm0-3.67h6.1v.74h-6.1zm0-3.66h6.1v.74h-6.1zm9.25 12.29-.79-.1c-.08-.3-.2-.6-.35-.86l.5-.64a.27.27 0 0 0-.03-.34l-.81-.83a.25.25 0 0 0-.33-.02l-.62.5a3.5 3.5 0 0 0-.85-.36l-.1-.8a.26.26 0 0 0-.24-.23H11.5c-.12 0-.23.1-.25.23l-.1.8c-.3.09-.57.2-.84.36l-.62-.5a.25.25 0 0 0-.33.02l-.81.83a.27.27 0 0 0-.02.34l.49.64c-.16.27-.27.56-.35.86l-.8.1a.26.26 0 0 0-.21.25v1.18c0 .12.1.24.22.25l.79.1c.08.3.2.6.35.86l-.5.64c-.07.1-.06.25.03.34l.8.83c.1.09.24.1.34.02l.62-.5c.26.15.55.27.85.36l.1.8c0 .13.12.23.24.23h1.15c.12 0 .23-.1.25-.23l.1-.8c.3-.09.58-.2.84-.36l.62.5c.1.07.25.07.33-.02l.81-.83c.09-.1.1-.24.02-.34l-.49-.64c.16-.27.27-.56.35-.86l.8-.1a.26.26 0 0 0 .21-.25V18.7c0-.12-.1-.23-.22-.25m-4.2 3.1c-1.21 0-2.2-1.01-2.2-2.26s.99-2.26 2.2-2.26c1.23 0 2.21 1.01 2.21 2.26s-.98 2.26-2.2 2.26zm9.7-6.8-.59-.07a2.8 2.8 0 0 0-.26-.65l.37-.48a.2.2 0 0 0-.02-.26l-.61-.62a.19.19 0 0 0-.25-.02l-.47.38c-.2-.12-.41-.2-.64-.27l-.07-.6a.2.2 0 0 0-.18-.18h-.87a.2.2 0 0 0-.18.17l-.07.61c-.23.06-.44.15-.64.27l-.47-.38a.2.2 0 0 0-.25.02l-.61.62a.2.2 0 0 0-.02.26l.37.48c-.11.2-.2.42-.26.65l-.6.07a.2.2 0 0 0-.16.2v.88c0 .09.07.17.17.18l.59.08c.06.23.15.45.26.65l-.37.48a.2.2 0 0 0 .02.25l.61.63c.06.07.18.07.25.02l.47-.38c.2.11.4.2.63.27l.08.6c0 .1.1.17.18.17h.87a.2.2 0 0 0 .18-.17l.07-.6c.23-.07.44-.16.64-.27l.47.37c.07.06.18.06.25-.01l.61-.63a.2.2 0 0 0 .02-.25l-.37-.48c.11-.2.2-.42.26-.65l.6-.07a.2.2 0 0 0 .16-.2v-.88a.2.2 0 0 0-.16-.19zm-3.15 2.34c-.92 0-1.67-.77-1.67-1.7s.75-1.7 1.67-1.7c.91 0 1.66.76 1.66 1.7s-.75 1.7-1.66 1.7" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconParametrages as default
|
|
@@ -3,9 +3,9 @@ const SvgIconPoll = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.78 21.33H3.75q-1.56 0-2.64-1.1T0 17.58V7.53q0-1.56 1.1-2.64t2.64-1.11H10q.53 0 .9.38t.38.87-.39.89-.89.38H3.75q-.5 0-.89.36t-.36.87v10.05q0 .5.36.87t.9.36h10.02q.5 0 .87-.36t.38-.87v-3.77q0-.5.39-.87t.88-.38.87.38.36.87v3.77q0 1.56-1.1 2.65t-2.65 1.1m-3.56-5.24q-.7 0-1.18-.48l-3.32-3.32q-.48-.53-.48-1.2t.48-1.18 1.16-.48 1.17.48l1.8 1.78 4.34-6.83q.33-.6 1-.8t1.28.13.8 1-.17 1.28l-5.41 8.75q-.44.87-1.47.87" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconPoll as default
|
|
@@ -3,9 +3,13 @@ const SvgIconPresences = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: "24", height: "24", "aria-hidden": "true", "aria-labelledby": titleId, ...props, children: [
|
|
7
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */
|
|
8
|
+
/* @__PURE__ */ jsxs("g", { fill: "currentColor", clipPath: "url(#icon-presences_svg__a)", children: [
|
|
9
|
+
/* @__PURE__ */ jsx("path", { d: "M13.44 11.529a4.268 4.268 0 1 0-6.035-6.036 4.268 4.268 0 0 0 6.036 6.036Z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { d: "M20.386 5.243V4.29c0-.977-.725-1.824-1.679-1.887-1.014-.063-1.863.765-1.863 1.76V5.24c.063 3.791-.765 6.524-2.382 7.87-.207.166-.414.332-.643.495a6.05 6.05 0 0 1-3.417 1.036 6.28 6.28 0 0 1-3.562-1.132.7.7 0 0 0-.743-.04c-1.545.863-2.737 2.308-2.737 4.593v3.128c0 .491.4.891.89.891h12.345c.495 0 .89-.392.89-.89V18.06c0-.166 0-.31-.021-.455-.082-1.265.185-2.527.89-3.562 1.41-2.111 2.093-5.074 2.032-8.8" })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-presences_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
9
13
|
] });
|
|
10
14
|
export {
|
|
11
15
|
SvgIconPresences as default
|
|
@@ -3,9 +3,9 @@ const SvgIconRack = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.73 13.42h4.23l-.02-.12q-.02-.07-.05-.1l-2.84-6.66h-9.5l-2.83 6.67q-.03.02-.05.1t-.02.11h4.23L8.15 16h4.3zm6.88.39v6.46q0 .37-.24.6t-.63.27H.86q-.36 0-.6-.26t-.26-.6V13.8q0-.82.33-1.64l3.2-7.4q.12-.34.48-.58t.7-.22h11.18q.34 0 .7.22t.48.57l3.2 7.41q.34.82.34 1.64z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconRack as default
|
|
@@ -3,9 +3,9 @@ const SvgIconRbs = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M7.45 1.8c-.4.17-.48.44-.48 2.34 0 1.66.03 1.9.22 2.07.12.12.36.22.53.22.7-.03.82-.39.82-2.41 0-1.64 0-1.7-.3-2s-.43-.33-.79-.21zm8.42.15c-.29.22-.29.31-.34 1.88-.04 1.78 0 2.11.3 2.4.26.27.81.24 1.05-.02.17-.2.2-.53.2-2.1 0-2-.05-2.18-.6-2.33a.64.64 0 0 0-.6.17zM3.25 4.4a2.7 2.7 0 0 0-.9.84c-.3.5-.35.73-.4 1.78l-.05 1.2h20.25l-.05-1.17c-.05-1.42-.31-2.02-1.08-2.53-.46-.31-.6-.33-1.97-.36l-1.5-.05v.97c0 .86-.02 1-.3 1.32-.4.48-1 .6-1.47.31s-.63-.65-.63-1.68v-.9H8.9v.9c0 1.03-.12 1.4-.63 1.68-.48.29-1.05.17-1.46-.31-.27-.32-.32-.46-.32-1.32v-.94H5.15c-1.2 0-1.45.02-1.9.26M1.92 14.98c0 6.9.03 6.98.84 7.72.27.24.63.48.82.53.43.12 16.47.12 16.9 0 .18-.05.54-.29.8-.53.84-.74.84-.81.84-7.72V8.95H1.92zm5.03-3.43-.02 2.02H2.6l-.05-2.02-.02-2h4.45zm4.83-.1v1.9l-.62-.31c-.87-.41-2.31-.44-3.06-.03a6 6 0 0 1-.57.27c-.05 0-.08-.84-.08-1.88V9.55h4.33zm4.9.1-.02 2.02-2.14.04-2.14.03V9.55h4.33l-.02 2zm4.82 0-.03 2.02h-4.2l-.05-2.02-.03-2h4.33zM6.25 14.77a3.6 3.6 0 0 0-.17 3.1c.08.2-.04.22-1.73.22H2.52v-3.97h4.1zm5.53 1.32v2H7.46v-3.97h4.32zm4.93 0v2h-1.87c-1.73 0-1.88-.03-1.78-.22.04-.12.16-.53.24-.92.19-.88.07-1.73-.36-2.38l-.32-.45h4.1v1.97zm4.81 0v2H17.2v-3.97h4.33v1.97zM6.76 18.76c.2.17.21.4.21 2.12v1.92l-1.6-.05c-1.4-.02-1.67-.07-1.95-.29-.75-.55-.82-.77-.87-2.4l-.05-1.5h2.02c1.71 0 2.05.03 2.24.2m5.02-.05c0 .34-.81.84-1.58.99-.68.14-.73.36-.08.29.44-.05.99-.24 1.6-.56.04-.02.06.73.06 1.66v1.69H7.46v-1.64c0-1.51.02-1.63.21-1.56.9.36 1.23.46 1.42.38.17-.07.02-.19-.67-.53-.53-.26-.92-.52-.94-.67-.02-.2.14-.2 2.14-.2 1.73 0 2.16.03 2.16.15m4.93 1.95v2.12h-4.33v-1.93c0-1.06.05-2 .08-2.09.07-.17.38-.2 2.16-.2h2.1v2.1zm4.81-.6c-.05 1.63-.14 1.85-.89 2.4-.29.24-.5.27-1.85.27h-1.51l-.05-2.1-.03-2.06h4.36z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconRbs as default
|
|
@@ -3,9 +3,9 @@ const SvgIconSchoolbook = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M18.02 8.41V6.4H6v2h12.02zm-4 6.01V12.4h-8v2.02h8.02zm-8-5.02v2.02h12V9.4zm14.03-7c1.07 0 1.97.9 1.97 1.98v12.01c0 1.08-.9 2.02-1.98 2.02H6.02L2 22.4V4.38c0-1.08.9-1.97 1.98-1.97h16.05z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconSchoolbook as default
|
|
@@ -3,9 +3,9 @@ const SvgIconScrapbook = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M2.73 17.34v-.1a.32.32 0 0 1 .32-.32h1.36a.32.32 0 0 1 .32.32v.1a.32.32 0 0 1-.32.32H3.05a.32.32 0 0 1-.32-.32m.32-3.01h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32m0-3.32h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32m0-3.37h1.36a.32.32 0 0 0 .32-.32v-.1a.32.32 0 0 0-.32-.31H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.31M14.4 4.68l4.39-1.23v4.07a1.8 1.8 0 0 0-1 .05c-.79.27-1.25.96-1.08 1.52s.93.81 1.69.54c.66-.22 1.13-.64 1.13-1.23V1.93c0-.34-.25-.54-.64-.4l-4.74 1.28c-.39.12-.49.34-.49.7v2.07h.74zm-2.35 9.29 4.14 1.14v2.96c-.51.19-1.03.42-1.52.66-.17.1-.22.19-.12.39.22.42.37.88.51 1.32 0 .05.03.1-.02.1l-.05-.05c-.39-.36-.71-.76-1.17-1.13a.95.95 0 0 0-.98-.2c-.71.25-1.45.47-2.16.67-.2.05-.4.12-.6.12-.09-.12-.02-.2 0-.3l1.48-5.41c.07-.3.2-.35.5-.27zm.8 2.55c.35.15.72.05.86-.24s0-.69-.29-.84c-.34-.17-.74-.05-.88.27-.15.27 0 .67.32.81zm-8.12 4.19v-.1a.32.32 0 0 0-.32-.32H3.05a.32.32 0 0 0-.32.32v.1a.32.32 0 0 0 .32.32h1.36a.32.32 0 0 0 .32-.32m16.14-5.02-4.68-1.26v.68l3.85 1.07c.15.02.4 0 .32.27l-1.05 3.87c-.32-.56-.6-1.07-.91-1.54-.71-1.13-.86-1.18-2.14-.74l-.07.03v3.8a.47.47 0 0 1-.47.46h-.58l3.65 1.01c.32.08.44.05.54-.27a560 560 0 0 1 1.86-6.86c.1-.35 0-.42-.32-.52M9.52 20.8c-.32-.1-.42-.17-.35-.51.64-2.28 1.28-4.56 1.9-6.87.07-.32.21-.34.53-.27l4.59 1.27V6.05a.48.48 0 0 0-.47-.47H14.4v3.8c0 .42-.47 1-1.1 1.23-.79.27-1.55.03-1.72-.54s.32-1.25 1.08-1.52a1.8 1.8 0 0 1 1-.05V5.58h-9.3a.48.48 0 0 0-.46.47v.68h.56a.51.51 0 0 1 .47.2c.15.2.17.39.05.61-.1.2-.32.3-.54.3-.17-.03-.34 0-.54 0v2.23h.57c.34 0 .58.22.58.53s-.24.57-.58.57H3.9v2.26h.3c.58 0 .85.17.85.53 0 .4-.25.57-.86.57H3.9v2.23h.56c.42-.02.72.37.57.74-.1.25-.3.37-.57.37H3.9v2.2h.54c.42.03.68.4.54.79-.08.22-.3.37-.62.37-.14.02-.29 0-.46 0v.63c0 .28.22.47.49.47h10.75l-.99-.27c-1.54-.42-3.09-.86-4.63-1.25z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconScrapbook as default
|
|
@@ -3,9 +3,9 @@ const SvgIconSettingsClass = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12 3.5-.05 8.46l2 .83v9.16h1V9.7L12 13.43l12.03-4.97zm-6.02 8.45v4.4s2.15 2.1 6.01 2.1c1.99 0 3.27-.5 4.3-1.04-.02-.07-.1-.15-.16-.2l-.35-.35c-.19-.19-.07-.55.07-.69l.78-.79c.14-.13.56-.19.69-.05l.34.34c.12.1.2.24.35.18v-3.9l-6.02 2.67zm18.04 7.65v-.96a.35.35 0 0 0-.34-.35h-.5a.38.38 0 0 1-.36-.26c-.04-.15-.11-.3-.18-.44a.4.4 0 0 1 .07-.45l.34-.35a.34.34 0 0 0 0-.48l-.67-.68a.34.34 0 0 0-.48 0l-.35.35a.39.39 0 0 1-.46.06 2.6 2.6 0 0 0-.43-.17.4.4 0 0 1-.27-.37V15a.35.35 0 0 0-.34-.34h-.96a.35.35 0 0 0-.35.35v.49a.38.38 0 0 1-.26.37c-.15.04-.3.1-.44.17a.4.4 0 0 1-.45-.06l-.35-.35a.34.34 0 0 0-.48 0l-.68.68a.34.34 0 0 0 0 .48l.35.35a.39.39 0 0 1 .06.45 2.5 2.5 0 0 0-.17.44.4.4 0 0 1-.37.26h-.5a.35.35 0 0 0-.34.35v.96c0 .19.16.34.35.34h.49c.17 0 .32.11.37.27.04.14.1.29.17.43a.4.4 0 0 1-.06.46l-.35.35a.34.34 0 0 0 0 .48l.68.67a.34.34 0 0 0 .48 0l.35-.34a.39.39 0 0 1 .45-.07c.14.07.28.14.44.18.15.06.26.2.26.37v.49c0 .19.16.34.35.34h.96c.19 0 .34-.15.34-.34v-.5c0-.16.11-.32.27-.36.15-.04.29-.11.43-.18a.4.4 0 0 1 .46.07l.35.34a.34.34 0 0 0 .48 0l.68-.68a.34.34 0 0 0 0-.47l-.35-.35a.39.39 0 0 1-.07-.46 2.5 2.5 0 0 0 .18-.43.4.4 0 0 1 .37-.27h.49c.19 0 .34-.15.34-.34m-4.45 1.3c-.98 0-1.79-.8-1.79-1.78s.8-1.79 1.79-1.79a1.786 1.786 0 0 1 0 3.57" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconSettingsClass as default
|
|
@@ -3,9 +3,9 @@ const SvgIconSharebigfiles = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m20.64 11.1-3.87-6.52a.72.72 0 0 0-.96-.24l-6.5 3.87a.76.76 0 0 0-.3.41.66.66 0 0 0 .07.53l3.85 6.52a.71.71 0 0 0 .6.34.9.9 0 0 0 .36-.1l6.5-3.87c.33-.2.45-.63.26-.94zm-1.56.1-5.29 3.15-3.15-5.3 5.3-3.14zm3.06 1.32a.7.7 0 0 0-.97-.24l-7 4.16a2.28 2.28 0 0 0-1.63-.27L6.36 5.74a.62.62 0 0 0-.46-.32l-3.29-.64c-.36-.08-.75.16-.82.55s.2.74.55.82l2.99.57 6 10.13c-.64.72-.78 1.8-.26 2.66a2.22 2.22 0 0 0 3.08.8 2.23 2.23 0 0 0 .94-2.8l6.8-4.03a.7.7 0 0 0 .25-.96" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconSharebigfiles as default
|
|
@@ -3,9 +3,9 @@ const SvgIconStatistics = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M8.59 12.56v6.87H5.15v-6.87h3.43zm5.14-6.88v13.75h-3.41V5.68zM27.5 21.14v1.73H0V2.24h1.7v18.9zM18.9 9.12v10.31h-3.44V9.12zm5.15-5.15v15.46H20.6V3.97h3.44z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconStatistics as default
|
|
@@ -3,9 +3,9 @@ const SvgIconSupport = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.02 19v-2.57q0-.2-.12-.32t-.3-.11H9.02q-.2 0-.32.12t-.12.32V19q0 .2.12.31t.32.12h2.57q.2 0 .31-.12t.12-.31m3.44-9.02q0-1.18-.74-2.19t-1.86-1.56-2.28-.55q-3.27 0-4.98 2.86-.21.31.1.58l1.78 1.32q.1.1.24.1.22 0 .34-.17.72-.92 1.15-1.23.46-.34 1.15-.34.65 0 1.16.36t.5.8q0 .5-.26.81t-.91.6q-.85.37-1.57 1.16t-.7 1.68v.48q0 .2.13.32t.3.12h2.58q.2 0 .31-.12t.12-.32q0-.24.3-.65t.71-.67l.68-.38q.24-.14.6-.46t.6-.65.39-.82.16-1.08m5.15 2.58q0 2.8-1.37 5.17t-3.75 3.75-5.17 1.4-5.2-1.4-3.73-3.75T0 12.56t1.4-5.17 3.73-3.76 5.2-1.4 5.17 1.4 3.75 3.76 1.37 5.17z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconSupport as default
|
|
@@ -3,9 +3,9 @@ const SvgIconTimeline = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
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
7
|
title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
|
|
8
|
-
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M13.73 12.56q0-1.42-.99-2.43t-2.42-1.01-2.43 1-1.01 2.44 1 2.42T10.33 16t2.42-1 1-2.43zm6.88-1.47v2.98q0 .17-.1.31t-.26.17l-2.5.39q-.24.72-.5 1.22.45.65 1.41 1.85.15.15.15.32t-.12.31q-.37.5-1.33 1.47t-1.27.94q-.17 0-.34-.12l-1.85-1.45q-.6.32-1.23.5-.21 1.84-.38 2.5-.1.4-.48.4H8.83q-.2 0-.34-.13t-.14-.29L7.96 20q-.65-.22-1.2-.5l-1.9 1.44q-.15.12-.34.12t-.34-.15q-1.68-1.54-2.2-2.26-.1-.12-.1-.31 0-.15.12-.3.19-.28.67-.88t.72-.96q-.36-.68-.55-1.32L.38 14.5q-.16-.03-.26-.17T0 14.02v-2.98q0-.17.12-.31t.24-.17l2.5-.38q.2-.6.53-1.23-.55-.77-1.44-1.85-.15-.17-.15-.34 0-.12.12-.29.36-.48 1.33-1.44t1.27-.96q.17 0 .36.12l1.85 1.44q.58-.31 1.2-.5.22-1.83.41-2.5.08-.39.48-.39h2.99q.16 0 .3.12t.18.29l.36 2.48q.67.21 1.22.48l1.9-1.42q.12-.12.32-.12.17 0 .33.12 1.74 1.6 2.22 2.28.1.12.1.29t-.1.31q-.22.3-.7.9t-.72.95q.36.68.55 1.3l2.45.39q.17.02.3.16t.09.32" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconTimeline as default
|
|
@@ -3,9 +3,9 @@ const SvgIconTimelinegenerator = ({
|
|
|
3
3
|
title,
|
|
4
4
|
titleId,
|
|
5
5
|
...props
|
|
6
|
-
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
}) => /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 24", width: "24", height: "24", "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: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M12.5 18.09q1.2 0 2.05.84t.84 2.04-.84 2.05-2.04.84q-1.93 0-2.65-1.78H5.92q-2.12 0-3.15-1.3t-1.04-2.84V6.78Q0 5.96 0 4.14q0-1.2.84-2.05t2.05-.84 2.04.84.84 2.05q0 1.83-1.73 2.64v2.74q0 1.88 1.88 1.88h3.94q.72-1.73 2.65-1.73 1.2 0 2.04.84t.84 2.04-.84 2.05-2.04.84q-1.93 0-2.65-1.78H5.92q-1.01 0-1.88-.39v4.67q0 1.87 1.88 1.87h3.94q.73-1.73 2.65-1.73zm0-7.22q-.67 0-1.17.48t-.5 1.2q0 .68.5 1.16t1.18.48 1.17-.48.5-1.16q0-.72-.5-1.2t-1.17-.48zM1.2 4.14q0 .67.5 1.15t1.18.48 1.18-.48.5-1.15q0-.72-.5-1.2T2.9 2.46t-1.18.48-.5 1.2zM12.5 22.6q.68 0 1.18-.48t.5-1.16q0-.72-.5-1.2t-1.17-.48-1.18.48-.5 1.2q0 .67.5 1.16t1.17.48" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconTimelinegenerator as default
|