@edifice.io/react 2.2.14 → 2.3.0-develop.20250804092812
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/SearchBar/SearchBar.d.ts +33 -9
- package/dist/components/SearchBar/SearchBar.js +17 -2
- package/dist/hooks/useLibraryUrl/useLibraryUrl.d.ts +1 -1
- package/dist/hooks/useLibraryUrl/useLibraryUrl.js +2 -2
- package/dist/icons-apps.js +176 -164
- package/dist/icons.js +198 -190
- package/dist/modules/icons/components/IconLibrary.d.ts +7 -0
- package/dist/modules/icons/components/IconLibrary.js +12 -0
- package/dist/modules/icons/components/IconNotification.d.ts +7 -0
- package/dist/modules/icons/components/IconNotification.js +12 -0
- package/dist/modules/icons/components/IconStar.d.ts +7 -0
- package/dist/modules/icons/components/IconStar.js +13 -0
- package/dist/modules/icons/components/IconStarFavorite.d.ts +7 -0
- package/dist/modules/icons/components/IconStarFull.d.ts +7 -0
- package/dist/modules/icons/components/IconStarFull.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 +3 -2
- 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/IconCahierTextes.js +2 -2
- package/dist/modules/icons/components/apps/IconCalendar.js +3 -2
- 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/IconEdt.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconEdt.js +12 -0
- package/dist/modules/icons/components/apps/IconExercizer.js +2 -2
- package/dist/modules/icons/components/apps/IconForms.js +2 -6
- package/dist/modules/icons/components/apps/IconForum.js +2 -2
- package/dist/modules/icons/components/apps/IconGeogebra.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconGeogebra.js +12 -0
- package/dist/modules/icons/components/apps/IconLibrary.js +2 -2
- package/dist/modules/icons/components/apps/IconMagneto.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMagneto.js +13 -0
- 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/IconMinetest.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMinetest.js +12 -0
- package/dist/modules/icons/components/apps/IconMinibadge.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconMinibadge.js +12 -0
- package/dist/modules/icons/components/apps/IconMoodle.js +2 -2
- package/dist/modules/icons/components/apps/IconNabook.js +6 -4
- 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 +2 -6
- 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/IconVotil.d.ts +7 -0
- package/dist/modules/icons/components/apps/IconVotil.js +14 -0
- 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 +6 -0
- package/dist/modules/icons/components/index.d.ts +4 -0
- package/dist/modules/modals/OnboardingModal/OnboardingModal.d.ts +6 -4
- package/dist/modules/modals/OnboardingModal/OnboardingModal.js +27 -13
- package/dist/modules/modals/OnboardingModal/index.d.ts +1 -0
- package/dist/modules/modals/OnboardingModal/useOnboardingModal.js +4 -4
- package/package.json +6 -6
|
@@ -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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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,9 @@ const SvgIconCahierTextes = ({
|
|
|
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", 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: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M41.815 15.42c.046.009.09.032.132.048.248.09.445.275.559.522.031.063.063.13.079.201l.833 3.485.437 1.812-.003-.008c.137.582.18 1.2.125 1.813-.004.043-.012.087-.016.13-.02.173-.039.343-.074.512l-4.468 21.989a2.65 2.65 0 0 1-.97 1.593c-.11.086-.23.157-.351.22-.189.102-.39.17-.594.208-.051.008-.106.024-.157.028-.087.008-.174.008-.26.008q-.185 0-.37-.036l-2.905-.59c-.61-.121-1.106-.51-1.413-1.038a2.63 2.63 0 0 1-.35-1.368c.005-.165.02-.335.056-.504l.047-.239 2.187-10.76 2.233-10.995c.067-.33.173-.652.295-.963q.1-.258.224-.5.204-.414.472-.782l.798-1.077 2.439-3.3c.055-.075.122-.137.192-.196l.07-.047a1 1 0 0 1 .159-.09c.03-.017.058-.024.09-.036a1 1 0 0 1 .165-.04c.031-.003.063-.012.094-.012.079-.004.162-.003.245.013M37.253 3.86c.61.02 1.1.51 1.12 1.12v11.334l-2.142 2.897a7.35 7.35 0 0 0-1.287 2.906l-4.467 21.99q-.011.048-.016.095H11.235c-.652 0-1.183-.468-1.183-1.12v-.488h.869c1.75 0 3.174-1.491 3.174-3.327v-.382c0-1.833-1.424-3.326-3.174-3.326h-.87v-2.994h.87c1.75 0 3.174-1.49 3.174-3.326v-.382c0-1.832-1.424-3.327-3.174-3.327h-.87v-2.992h.87c1.75 0 3.174-1.49 3.174-3.327v-.38c0-1.833-1.424-3.328-3.174-3.328h-.87V12.51h.87c1.75 0 3.174-1.491 3.174-3.327v-.382c0-1.833-1.424-3.326-3.174-3.326h-.87v-.488a1.16 1.16 0 0 1 1.122-1.12h26.072zM10.925 37.665c.35 0 .657.197.853.491q.05.078.091.162.022.049.04.102c.007.023.019.048.026.075l.008-.004.012.051c.028.11.048.224.048.346v.381c0 .256-.072.492-.186.689-.192.326-.523.542-.892.542h-4.59c-.593 0-1.072-.546-1.072-1.227v-.381c0-.338.122-.645.314-.869.193-.22.464-.358.759-.358zm-.004-10.035c.373 0 .7.216.893.542.117.197.185.433.185.688v.382a1.34 1.34 0 0 1-.26.794c-.196.264-.488.437-.814.437h-4.59c-.373 0-.699-.217-.892-.543a1.33 1.33 0 0 1-.184-.688v-.382c0-.676.48-1.226 1.073-1.226h4.589zm0-10.027c.295 0 .566.133.759.357.192.224.315.53.315.87v.38c0 .338-.123.645-.315.87-.193.22-.464.358-.76.358H6.333a1 1 0 0 1-.759-.359 1.26 1.26 0 0 1-.295-.621 1.3 1.3 0 0 1-.023-.248v-.38q0-.13.023-.249c.044-.24.15-.456.295-.621.193-.22.464-.357.759-.357zm7.185-2.305h13.323V10.98H18.106zM10.92 7.575c.358 0 .672.201.869.512l-.004.012c.126.2.205.448.205.715v.381c0 .323-.115.618-.296.838-.007.008-.011.02-.02.027a1.2 1.2 0 0 1-.227.193.97.97 0 0 1-.531.166H6.328a.96.96 0 0 1-.417-.099c-.385-.188-.656-.625-.656-1.133v-.38q0-.13.023-.248a1.4 1.4 0 0 1 .063-.233q.03-.081.071-.157c.106-.204.264-.37.452-.472a.97.97 0 0 1 .468-.122z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconCahierTextes 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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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",
|
|
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: "
|
|
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
|
|
@@ -3,13 +3,9 @@ const SvgIconForms = ({
|
|
|
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", 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__ */
|
|
9
|
-
/* @__PURE__ */ jsx("path", { d: "M13.615 5.36v-.008zM18.35 2.4H8.356c-.954 0-1.73.776-1.73 1.73v13.914c0 .954.776 1.73 1.73 1.73h9.994c.953 0 1.73-.776 1.73-1.73V4.13c0-.954-.776-1.73-1.73-1.73m-.508 2.95v.01zm-5.48 9.98-1.63 1.631a.577.577 0 0 1-.815 0l-.815-.815a.577.577 0 0 1 .815-.816l.408.408 1.223-1.223a.577.577 0 0 1 .815.816Zm0-4.613-1.63 1.631a.577.577 0 0 1-.815 0l-.815-.815a.577.577 0 0 1 .815-.815l.408.408 1.223-1.223a.577.577 0 0 1 .815.815Zm0-4.612-1.63 1.63a.577.577 0 0 1-.815 0l-.815-.815a.577.577 0 0 1 .815-.815l.408.408 1.223-1.223a.577.577 0 0 1 .815.815Zm1.253-.746v-.008zm3.87 10.991h-3.074a.576.576 0 1 1 0-1.152h3.075a.576.576 0 1 1 0 1.152Zm.004-4.628h-3.075a.576.576 0 1 1 0-1.153h3.075a.576.576 0 1 1 0 1.153m.19-4.601h-3.076a.576.576 0 0 1 0-1.153h3.075a.577.577 0 0 1 0 1.153Z" }),
|
|
10
|
-
/* @__PURE__ */ jsx("path", { d: "M5.473 18.044V4.805a1.73 1.73 0 0 0-1.153 1.63V20.35c0 .954.776 1.73 1.73 1.73h9.994c.751 0 1.392-.482 1.63-1.153H8.356a2.886 2.886 0 0 1-2.883-2.883" })
|
|
11
|
-
] }),
|
|
12
|
-
/* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "icon-forms_svg__a", children: /* @__PURE__ */ jsx("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M11.402 37.592a6.013 6.013 0 0 0 6.006 6.006h19.413A3.61 3.61 0 0 1 33.425 46H12.604A3.61 3.61 0 0 1 9 42.397V13.408a3.61 3.61 0 0 1 2.402-3.397zM38.228 5a3.61 3.61 0 0 1 3.604 3.604v28.988a3.61 3.61 0 0 1-3.604 3.604h-20.82a3.61 3.61 0 0 1-3.604-3.604V8.604A3.61 3.61 0 0 1 17.408 5zM25.756 30.24a1.2 1.2 0 0 0-1.698 0l-2.548 2.548-.85-.85a1.201 1.201 0 0 0-1.698 1.699l1.698 1.698c.469.469 1.23.469 1.698 0l3.398-3.398a1.2 1.2 0 0 0 0-1.697m4.267 1.421a1.202 1.202 0 0 0 0 2.402h6.406a1.201 1.201 0 0 0 0-2.402zm-4.267-11.03a1.2 1.2 0 0 0-1.698 0l-2.548 2.548-.85-.85a1.201 1.201 0 0 0-1.698 1.698l1.698 1.699c.469.468 1.23.468 1.698 0l3.398-3.398a1.2 1.2 0 0 0 0-1.697m4.273 1.388a1.201 1.201 0 0 0 0 2.402h6.406a1.202 1.202 0 0 0 0-2.402zM25.756 11.02a1.2 1.2 0 0 0-1.698 0l-2.548 2.548-.85-.85a1.201 1.201 0 0 0-1.698 1.699l1.698 1.698c.469.469 1.23.469 1.698 0l3.398-3.397a1.2 1.2 0 0 0 0-1.698m4.667 1.412a1.201 1.201 0 0 0 0 2.402h6.406a1.202 1.202 0 0 0 0-2.402z" })
|
|
13
9
|
] });
|
|
14
10
|
export {
|
|
15
11
|
SvgIconForms as default
|
|
@@ -3,9 +3,9 @@ const SvgIconForum = ({
|
|
|
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", 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: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M38.37 20a10.5 10.5 0 0 1-2.48 6.69 16.6 16.6 0 0 1-6.68 4.86A23.4 23.4 0 0 1 20 33.32a26 26 0 0 1-4.58-.42 23 23 0 0 1-7.25 3.36c-.65.16-1.4.3-2.24.42h-.1a.92.92 0 0 1-.56-.23.73.73 0 0 1-.27-.56.2.2 0 0 1 0-.14.4.4 0 0 1 0-.19.4.4 0 0 0 0-.14v-.14l.09-.14.18-.14.14-.14.1-.09.6-.66.71-.75a4.3 4.3 0 0 0 .56-.79q.287-.525.65-1a3 3 0 0 0 .51-1.17 15 15 0 0 1-5-4.58 10.26 10.26 0 0 1 .6-12.58 16.85 16.85 0 0 1 6.65-4.84A23.5 23.5 0 0 1 20 6.62a23.55 23.55 0 0 1 9.21 1.78 16.7 16.7 0 0 1 6.68 4.86A10.54 10.54 0 0 1 38.37 20m10 6.64a10.3 10.3 0 0 1-1.87 5.89 14.84 14.84 0 0 1-5 4.58q.204.6.5 1.16.279.53.65 1c.25.32.46.57.61.75s.38.45.66.8q.27.354.6.65l.1.09.14.14a.7.7 0 0 1 .09.15q.038.074.09.14l.05.14v.14q.012.09 0 .18a.3.3 0 0 1 0 .14 1.2 1.2 0 0 1-.33.61.62.62 0 0 1-.56.19c-.87-.13-1.62-.27-2.24-.42a23 23 0 0 1-7.3-3.37A26 26 0 0 1 30 40a21.76 21.76 0 0 1-12.29-3.46c1 .1 1.76.14 2.29.14a27.4 27.4 0 0 0 8-1.17 23.8 23.8 0 0 0 7-3.36 18.4 18.4 0 0 0 5-5.56A12.9 12.9 0 0 0 41.69 20a13.2 13.2 0 0 0-.61-4 15.3 15.3 0 0 1 5.33 4.63 10.22 10.22 0 0 1 2 6z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconForum as default
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconGeogebra: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconGeogebra;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconGeogebra = ({
|
|
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 49 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: "M23.501 3.977a5.18 5.18 0 0 1 4.865 3.405c5.31.053 10.187 2.015 13.25 5.85a5.177 5.177 0 0 1 3.06 9.827c-.247 4.04-2.067 8.116-5.048 11.554a5.176 5.176 0 0 1-8.11 6.195c-4.617 2.254-9.626 3.018-14.092 2.317a5.177 5.177 0 0 1-9.209-4.49 14 14 0 0 1-2.366-3.193c-1.685-3.108-2.067-6.554-1.393-9.938a5.176 5.176 0 0 1 4.637-9.213c1.947-2.282 4.401-4.29 7.246-5.832a26 26 0 0 1 1.996-.974A5.177 5.177 0 0 1 23.5 3.976m4.982 6.578a5.177 5.177 0 0 1-8.976 1.891q-.828.369-1.649.814c-2.55 1.382-4.672 3.12-6.324 5.046a5.175 5.175 0 0 1-3.956 7.951c-.5 2.709-.167 5.378 1.073 7.668a10.5 10.5 0 0 0 1.482 2.079 5.175 5.175 0 0 1 8.188 4.036c3.581.498 7.664-.101 11.648-2.02a5.177 5.177 0 0 1 7.392-5.625c2.377-2.793 3.772-5.976 4.07-9.045a5.177 5.177 0 0 1-2.648-8.522c-2.372-2.65-6.09-4.18-10.3-4.273" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconGeogebra as default
|
|
12
|
+
};
|
|
@@ -3,9 +3,9 @@ const SvgIconLibrary = ({
|
|
|
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", 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: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M25.5 3c2.515 0 4.986.412 7.343 1.226a1.457 1.457 0 0 1-.95 2.753 19.6 19.6 0 0 0-6.392-1.066c-10.8 0-19.588 8.787-19.588 19.588s8.788 19.588 19.588 19.588S45.089 36.3 45.089 25.5c0-3.652-1.007-7.192-2.912-10.276l-1.244.713a1.108 1.108 0 0 1-1.645-1.142l.627-3.798c.11-.667.785-1.08 1.429-.876l3.86 1.226c.918.292 1.051 1.537.215 2.017l-.713.41v-.002A22.4 22.4 0 0 1 48 25.5C48 37.907 37.907 48 25.5 48S3 37.907 3 25.5 13.094 3 25.5 3m1.79 38.036c-.119.944-.94 1.639-1.86 1.604a1.82 1.82 0 0 1-1.69-1.44l-.028-.164zm2.635-2.678a2.134 2.134 0 0 1-2.133 2.134h-4.704a2.18 2.18 0 0 1-2.182-2.181v-.674h9.019zm.092-3.89q-.088.805-.091 1.617h-9.02v-1.616zm5.122-13.503c0 2.289-.789 4.393-2.11 6.055-1.377 1.731-2.302 3.756-2.762 5.897h-9.474c-.292-1.98-1.153-3.845-2.528-5.323a9.7 9.7 0 0 1-2.606-6.676c.025-5.24 4.266-9.567 9.504-9.69 5.487-.13 9.975 4.28 9.976 9.737m-10.597-7.377c-.83.137-3.675.803-5.398 3.601-1.5 2.435-1.169 4.885-.956 5.826a.633.633 0 1 0 1.234-.28c-.178-.79-.457-2.845.799-4.882 1.48-2.404 4.032-2.934 4.528-3.016a.632.632 0 1 0-.207-1.25M37.554 6.15a2.414 2.414 0 1 1 0 4.829 2.414 2.414 0 0 1 0-4.829" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconLibrary as default
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconMagneto: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconMagneto;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconMagneto = ({
|
|
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: "M28 32.5v-9a13.5 13.5 0 1 0-27 0v9h6v-9a7.5 7.5 0 0 1 15 0v9m-15 3H1V40h6m21-4.5h-6V40h6" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M49 32.5v-9a13.5 13.5 0 0 0-27 0v9h6v-9a7.5 7.5 0 0 1 15 0v9m-15 3h-6V40h6m21-4.5h-6V40h6" })
|
|
10
|
+
] });
|
|
11
|
+
export {
|
|
12
|
+
SvgIconMagneto as default
|
|
13
|
+
};
|
|
@@ -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", 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: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M27.857 7a5.3 5.3 0 0 0-1.595.243c-2.914.889-2.851 4.552-1.495 6.87l14.824 25.33c1.799 3.072 4.672 4.549 7.063 2.827 3.118-2.246-.045-6.89-.885-8.307L32.855 11.146c-.963-1.698-2.366-4.11-4.998-4.146m-13.175.123c-2.288 0-4.13 1.546-4.13 3.465v.024a6 6 0 0 0 0 1.402v8.962a4.3 4.3 0 0 0-1.287-.198 4.4 4.4 0 0 0-3.178 1.372 4.79 4.79 0 0 0-1.315 3.31c0 1.244.473 2.433 1.315 3.311a4.4 4.4 0 0 0 3.178 1.372c.436 0 .87-.066 1.287-.197v9.397c0 1.92 1.842 3.466 4.13 3.466 2.289 0 4.13-1.546 4.13-3.465V27.007l7.117 12.515c1.76 3.094 5.056 4.341 7.36 2.501 2.454-1.96-.007-6.572-.8-7.996L20.05 11.501c-.546-.984-1.12-1.877-1.75-2.594-.698-1.071-2.056-1.793-3.62-1.793l.004.007zm-8.601.637c-.392 0-.778.08-1.14.237-.36.156-.689.384-.964.672a3.1 3.1 0 0 0-.645 1.007 3.25 3.25 0 0 0 0 2.374c.149.376.37.72.645 1.007.277.288.604.518.965.672.36.155.747.236 1.139.236.788 0 1.547-.326 2.103-.908s.873-1.37.873-2.192c0-.408-.078-.812-.226-1.187a3.1 3.1 0 0 0-.645-1.007 3 3 0 0 0-.964-.672 2.9 2.9 0 0 0-1.14-.236zm34.56 4.38c-.71 0-1.394.295-1.896.818a2.86 2.86 0 0 0-.787 1.978c0 .74.284 1.453.787 1.977a2.63 2.63 0 0 0 1.897.818c.352 0 .7-.073 1.027-.212.327-.14.621-.346.87-.606a2.8 2.8 0 0 0 .583-.908c.135-.34.204-.702.204-1.07 0-.366-.069-.73-.204-1.068a2.8 2.8 0 0 0-.583-.906 2.7 2.7 0 0 0-.87-.606 2.6 2.6 0 0 0-1.027-.212zM5.392 33.85a3.3 3.3 0 0 0-2.398 1.034 3.5 3.5 0 0 0-.735 1.147c-.17.429-.258.889-.258 1.352 0 .936.357 1.836.993 2.497a3.33 3.33 0 0 0 2.398 1.035 3.3 3.3 0 0 0 2.398-1.035c.316-.328.565-.717.735-1.146a3.68 3.68 0 0 0 0-2.706 3.6 3.6 0 0 0-.735-1.146 3.4 3.4 0 0 0-1.1-.767 3.3 3.3 0 0 0-1.298-.266" })
|
|
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", 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: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M47.95 32.995v8.218a2.38 2.38 0 0 1-.728 1.752 2.42 2.42 0 0 1-1.751.718h-8.169a2.5 2.5 0 0 1-2.46-2.47v-8.218a2.38 2.38 0 0 1 .738-1.742 2.23 2.23 0 0 1 1.742-.689h2.44v-4.92H26.655v4.92h2.43a2.33 2.33 0 0 1 1.742.69 2.52 2.52 0 0 1 .739 1.741v8.218a2.5 2.5 0 0 1-2.48 2.47h-8.169a2.28 2.28 0 0 1-1.742-.728 2.64 2.64 0 0 1-.738-1.752v-8.208a2.38 2.38 0 0 1 .738-1.742 2.2 2.2 0 0 1 1.742-.689h2.43v-4.92H10.239v4.92h2.46a2.36 2.36 0 0 1 1.742.69 2.52 2.52 0 0 1 .719 1.741v8.218a2.5 2.5 0 0 1-2.46 2.47h-8.17a2.32 2.32 0 0 1-1.751-.728 2.68 2.68 0 0 1-.728-1.752v-8.208a2.37 2.37 0 0 1 .728-1.742 2.23 2.23 0 0 1 1.752-.689h2.43v-4.92a3.26 3.26 0 0 1 .985-2.343 2.95 2.95 0 0 1 2.342-.984h13.06v-4.92h-2.431a2.26 2.26 0 0 1-1.742-.739 2.56 2.56 0 0 1-.738-1.693V6.788a2.4 2.4 0 0 1 .738-1.752 2.38 2.38 0 0 1 1.742-.718h8.168a2.28 2.28 0 0 1 1.742.728c.456.472.719 1.097.739 1.752v8.218a2.22 2.22 0 0 1-.739 1.692c-.467.457-1.089.72-1.742.738h-2.43v4.921h13.109a3.29 3.29 0 0 1 2.342.985 2.95 2.95 0 0 1 .984 2.342v4.92h2.44a2.36 2.36 0 0 1 1.743.69A2.56 2.56 0 0 1 48 33.043z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconMindmap as default
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { SVGProps } from 'react';
|
|
2
|
+
interface SVGRProps {
|
|
3
|
+
title?: string;
|
|
4
|
+
titleId?: string;
|
|
5
|
+
}
|
|
6
|
+
declare const SvgIconMinetest: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconMinetest;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconMinetest = ({
|
|
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: "m46 25.8-4.883 2.923v1.024l-1.95 1.225v2.034l-1.952 1.216v5.235L46 34.194zm-.975 1.755v6.051l-6.834 4.096v-2.907l1.95-1.217v-2.034l1.951-1.225v-1.01zm-6.77-14.393-2.028 1.454v8.694l.245.15 1.804 1.06 1.852-1.11v-9.131zm.04 1.195.856.509v7.955l-.883.523-1.074-.63v-7.569zM14.609 3 6.996 7.569v8.321l.238.143 5.227 3.13v4.046l.239.143 1.908 1.168 2.148-1.31v-4.047l4.778-2.873V7.266zm-.006 1.181 5.957 3.667v7.857l-5.95 3.573-6.638-3.982v-7.14zM15.78 19.75v2.872l-1.172.716-1.171-.716V19.75l1.171.701zm16.067 3.803-14.151 8.321v2.628l1.557.917v2.026l5.767 3.452 12.194-7.52v-2.14l1.95-1.218v-2.112zm0 1.167 6.343 3.774v.946l-1.951 1.226v2.133l-11.225 6.918-4.779-2.857v-2.034l-1.564-.917v-1.44zM26.494 8.163a.5.5 0 0 0-.26.071l-4.701 2.829v1.174l4.946-2.98 6.342 3.788-7.759 4.648a.514.514 0 0 0 0 .873l5.802 3.524-12.678 7.462-12.692-7.656 5.753-3.466-.975-.587-5.999 3.609a.522.522 0 0 0 0 .881l13.668 8.243c.147.087.33.094.484 0l13.66-8.035a.516.516 0 0 0 .008-.881l-5.81-3.524 7.759-4.648a.522.522 0 0 0 0-.881l-7.318-4.384a.54.54 0 0 0-.238-.064zm7.796 4.892a.51.51 0 0 1-.245.437l-.73.438v.859l-6.316 3.781.975.587 6.07-3.631a.52.52 0 0 0 .244-.444zM8.912 28.035v2.013L6.96 28.831v7.29l11.514 7.004v-3.207L16.819 38.9v-2.04l-2.049-1.217v-4.067zm.975 1.763 3.908 2.357v4.075l2.049 1.217v2.033l1.655 1.018v.86l-9.563-5.815V30.63l1.95 1.217zM24.783 9.102l-3.248 1.955v.007l3.256-1.955zM10.252 17.84 4 21.606v12.79L24.978 47l20.986-12.912V21.807l-5.837-3.502v1.174l4.861 2.915v11.114l-20.01 12.31-20.003-12.01V22.76l-.702-.423a.522.522 0 0 1 0-.881l6-3.61zM46 25.794l-.73.444-4.153 2.485v1.024l-1.95 1.217v2.033l-1.952 1.225v5.235L46 34.194zm-.975 1.761v6.051l-6.834 4.096v-2.907l1.95-1.217v-2.034l1.951-1.225v-1.01zm-6.77-14.393-2.035 1.454v8.694l.252.15 1.805 1.06 1.852-1.11v-9.131zm.04 1.195.856.509v7.955l-.883.523-1.074-.63v-7.569zM14.609 3 6.996 7.569v8.321l.245.143 5.22 3.13v4.046l.239.143 1.908 1.168 2.148-1.31v-4.047l4.785-2.873V7.266zm0 1.181 5.95 3.667v7.857l-5.95 3.573-6.637-3.982v-7.14zM15.78 19.75v2.872l-1.172.716-1.171-.716V19.75l1.171.701zm16.067 3.803-14.151 8.321v2.628l1.564.917v2.026l5.76 3.452 12.194-7.52v-2.14l1.95-1.218v-2.112zm0 1.167 6.343 3.774v.946l-1.951 1.226v2.133l-11.225 6.918-4.779-2.857v-2.034l-1.564-.917v-1.44zM26.494 8.163a.5.5 0 0 0-.26.071l-4.693 2.829v1.174l4.94-2.98 6.34 3.788-7.758 4.648a.514.514 0 0 0 0 .873l5.8 3.524-12.675 7.455-12.693-7.649 5.752-3.466-.975-.587-5.99 3.609c-.33.2-.33.68 0 .881l13.66 8.236a.45.45 0 0 0 .484 0l13.66-8.028a.52.52 0 0 0 .008-.888l-5.81-3.524 7.76-4.648a.516.516 0 0 0 0-.881l-7.318-4.368a.55.55 0 0 0-.239-.072zm7.796 4.892a.51.51 0 0 1-.245.437l-.73.438v.859l-6.316 3.781.975.587 6.07-3.631a.52.52 0 0 0 .244-.444zm0 1.775v.25c0 .186-.092.351-.245.438l-.28.172 2.462 1.468v-1.174zm5.843 3.48v1.168l4.89 2.914v.946l-3.564 2.185-3.164 1.89-5.957-3.573V22.1a.5.5 0 0 0-.245-.438l-4.119-2.5-.975.58 4.365 2.65v1.741c0 .186.091.35.245.444l6.44 3.867c.147.086.33.086.484 0l3.416-2.034h.007l3.066-1.89v1.696a1 1 0 0 0 .022.1c.006.014.013.036.021.05q.011.02.022.05l.028.042c.042.05.085.1.14.136l.042.03.042.021a.1.1 0 0 0 .048.007.5.5 0 0 0 .288-.007l.042-.022c.028-.014.063-.036.092-.05.006-.013.021-.021.035-.035.013-.014.021-.029.035-.036l.035-.036q.009-.021.021-.042a.3.3 0 0 0 .042-.094c.007-.013.007-.035.014-.05l.006-.049v-4.116a.5.5 0 0 0-.245-.444zM8.912 28.035v2.013L6.96 28.831v7.29l11.52 7.004v-3.207L16.82 38.9v-2.04l-2.049-1.217v-4.067zm.982 1.763 3.9 2.357v4.075l2.05 1.217v2.033l1.655 1.018v.86l-9.563-5.815V30.63l1.958 1.217zm14.89-20.696-3.249 1.955v.007l3.256-1.955zM10.258 17.84 4 21.606v12.79L24.985 47l20.979-12.912V21.807l-5.837-3.502v1.174l4.861 2.915v11.114l-20.01 12.31-20.003-12.01V22.76l-.695-.423a.516.516 0 0 1 0-.881l5.992-3.602z" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconMinetest 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 SvgIconMinibadge: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export default SvgIconMinibadge;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { jsxs, jsx } from "react/jsx-runtime";
|
|
2
|
+
const SvgIconMinibadge = ({
|
|
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: "M25.098 3c-1.127 0-3.226 1.277-3.226 1.277L8.636 12.404s-1.45.885-1.86 1.617c-.408.731-.243 2.233-.243 2.233v17.153s-.066 1.81.407 2.655c.472.846 2.001 1.804 2.001 1.804l13.114 8.05S23.736 47 24.855 47c1.117 0 2.92-.958 2.92-.958l13.198-8.102s1.348-.766 1.877-1.716c.53-.95.65-3.39.65-3.39V16.499s-.05-1.382-.57-2.314-2.495-2.372-2.495-2.372L27.643 3.958S26.225 3 25.099 3zm-3.2 7.76 2.08 7.051 7.017 2.09-7.016 2.09-2.08 7.05-2.08-7.05-7.016-2.09 7.016-2.09zm5.198 14.365 5.198 2.872 5.198-2.872-2.858 5.224 2.858 5.223-5.198-2.873-5.198 2.873 2.86-5.223zm-11.694 5.222 3.899 2.22 3.896-2.22-2.208 3.918 2.208 3.917-3.896-2.22-3.899 2.22 2.209-3.917z" })
|
|
9
|
+
] });
|
|
10
|
+
export {
|
|
11
|
+
SvgIconMinibadge as default
|
|
12
|
+
};
|
|
@@ -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", 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: "
|
|
8
|
+
/* @__PURE__ */ jsx("path", { fill: "currentColor", d: "m31.794 8.163-7.93 5.792c.88.302 1.737.84 2.573 1.686q1.363.626 2.314 1.654 2.093-2.636 7.636-2.636 5.068 0 8.04 2.232 3.38 2.498 3.38 7.365V40h-7.57V25.134q0-4.663-3.85-4.662-3.853 0-3.853 4.662V40h-7.567V25.134q0-3.323-1.924-4.278c-.708.502-1.459.927-2.243 1.277q-.09.121-.18.24-.002-.082-.006-.16c-.969.414-1.988.714-3.048.893q-.236.87-.236 2.028V40H9.76V24.256q.001-.957.133-1.821c-.065-.022-.132-.04-.197-.063l.083-.424-.01-.003v.001c-.228-1.64-.267-3.029-.141-4.196-1.257-.028-2.637-.084-4.204-.133l-3.43.11c-.134 1.227-.152 2.758-.134 4.016a65 65 0 0 0 .076 2.291l.002.034v.011l-.065.003c.95 3.523.803 6.296.796 9.706-1.144-2.775-2.47-5.894-1.129-9.686l-.102.006v-.011l-.008-.17-.023-.496a65 65 0 0 1-.047-1.681c-.018-1.238 0-2.76.13-4.006l-1.11.036-.015-.5.454-.014c11.06-6.572 17.457-7.932 30.331-9.253l.349-.254z" })
|
|
9
9
|
] });
|
|
10
10
|
export {
|
|
11
11
|
SvgIconMoodle as default
|