From 65315b70f5bf2b6ba94d212682a045b7946b59fe Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Tue, 26 Nov 2024 18:54:11 +0700 Subject: [PATCH] feat: important update. Some icons renamed to be more consistent --- dist/cjs/index.js | 724 ++++++++++--------------------- dist/es/index.js | 682 +++++++++-------------------- dist/esm/index.js | 682 +++++++++-------------------- dist/index.d.ts | 44 +- dist/umd/index.js | 724 ++++++++++--------------------- src/IconAcademicCap.js | 2 +- src/IconAcademicCapFill.js | 2 +- src/IconAirpodGen3Left.js | 2 +- src/IconAirpodGen3Right.js | 2 +- src/IconAlignmentCenterFill.js | 4 +- src/IconAlignmentJustifyFill.js | 4 +- src/IconAlignmentLeftFill.js | 4 +- src/IconAlignmentRightFill.js | 4 +- src/IconAnalyticsChart.js | 20 - src/IconAnalyticsChartFill.js | 21 - src/IconArrowPathDownFill.js | 2 +- src/IconArrowTriangleUpFill.js | 2 +- src/IconAtom.js | 2 +- src/IconAtomFill.js | 2 +- src/IconAttentionFill.js | 2 +- src/IconBackspaceFill.js | 2 +- src/IconBeatsFitPro.js | 2 +- src/IconBeatsFitProRight.js | 2 +- src/IconBell.js | 2 +- src/IconBellAlarmFill.js | 2 +- src/IconBluetooth.js | 2 +- src/IconBoldFill.js | 4 +- src/IconBrandAdobe.js | 2 +- src/IconBrandAdonisjs.js | 2 +- src/IconBrandKarteil.js | 4 +- src/IconBrandLayers.js | 4 +- src/IconBrandNetlify.js | 4 +- src/IconBrandNextjs.js | 4 +- src/IconBrandReactjs.js | 2 +- src/IconBrandSnapchat.js | 2 +- src/IconBrandSpotify.js | 2 +- src/IconBrandTailwindVariants.js | 4 +- src/IconBrandWindows.js | 2 +- src/IconCallIncoming.js | 2 +- src/IconChainLinkFill.js | 2 +- src/IconChart.js | 20 - src/IconChart2.js | 20 - src/IconChart2Fill.js | 17 - src/IconChart3.js | 20 - src/IconChart3Fill.js | 17 - src/IconChart4.js | 17 - src/IconChart4Fill.js | 17 - src/IconChart5.js | 17 - src/IconChart5Fill.js | 17 - src/IconChartFill.js | 17 - src/IconChartLine.js | 20 - src/IconChartTrendingUp.js | 20 - src/IconCocktail.js | 2 +- src/IconCommandRegular.js | 4 +- src/IconCommandRegularFill.js | 4 +- src/IconCompass.js | 2 +- src/IconCompassFill.js | 2 +- src/IconCursor3.js | 2 +- src/IconDiamondFill.js | 2 +- src/IconDocumentChart.js | 19 - src/IconDocumentChartFill.js | 23 - src/IconFlipchart.js | 20 - src/IconFlipchart2.js | 20 - src/IconFlipchart2Fill.js | 19 - src/IconFlipchartFill.js | 19 - src/IconForwardFill.js | 2 +- src/IconGlobe2Fill.js | 2 +- src/IconItalic.js | 4 +- src/IconItalicFill.js | 4 +- src/IconLineChart6.js | 20 - src/IconLineChartL.js | 20 - src/IconLineChartR.js | 20 - src/IconLoader.js | 2 +- src/IconMoon.js | 2 +- src/IconPasskey.js | 20 - src/IconPasskeyFill.js | 23 - src/IconPercent.js | 6 +- src/IconPercentBadge.js | 2 +- src/IconPercentFill.js | 4 +- src/IconPieChart.js | 4 +- src/IconPieChart2.js | 6 +- src/IconPieChart2Fill.js | 13 +- src/IconPieChartFill.js | 6 +- src/IconPin.js | 2 +- src/IconRepeat.js | 2 +- src/IconSend.js | 2 +- src/IconSend2.js | 2 +- src/IconSendFill.js | 2 +- src/IconShippingBagFill.js | 2 +- src/IconShippingBagHeart.js | 2 +- src/IconShoppingBagEditFill.js | 4 +- src/IconShoppingBagHeartFill.js | 4 +- src/IconStrikeThrough.js | 4 +- src/IconStrikeThroughFill.js | 4 +- src/IconTShirtFill.js | 2 +- src/IconTrendingChart.js | 20 - src/IconTrendingChart2.js | 20 - src/IconTrendingChart3.js | 20 - src/IconTrendingChart4.js | 20 - src/IconTrendingChart5.js | 20 - src/IconUnderline.js | 4 +- src/IconUnderlineFill.js | 4 +- src/IconVerified.js | 2 +- src/IconWhiteboard.js | 4 +- src/IconWhiteboardFill.js | 4 +- src/index.js | 44 +- 106 files changed, 976 insertions(+), 2718 deletions(-) delete mode 100644 src/IconAnalyticsChart.js delete mode 100644 src/IconAnalyticsChartFill.js delete mode 100644 src/IconChart.js delete mode 100644 src/IconChart2.js delete mode 100644 src/IconChart2Fill.js delete mode 100644 src/IconChart3.js delete mode 100644 src/IconChart3Fill.js delete mode 100644 src/IconChart4.js delete mode 100644 src/IconChart4Fill.js delete mode 100644 src/IconChart5.js delete mode 100644 src/IconChart5Fill.js delete mode 100644 src/IconChartFill.js delete mode 100644 src/IconChartLine.js delete mode 100644 src/IconChartTrendingUp.js delete mode 100644 src/IconDocumentChart.js delete mode 100644 src/IconDocumentChartFill.js delete mode 100644 src/IconFlipchart.js delete mode 100644 src/IconFlipchart2.js delete mode 100644 src/IconFlipchart2Fill.js delete mode 100644 src/IconFlipchartFill.js delete mode 100644 src/IconLineChart6.js delete mode 100644 src/IconLineChartL.js delete mode 100644 src/IconLineChartR.js delete mode 100644 src/IconPasskey.js delete mode 100644 src/IconPasskeyFill.js delete mode 100644 src/IconTrendingChart.js delete mode 100644 src/IconTrendingChart2.js delete mode 100644 src/IconTrendingChart3.js delete mode 100644 src/IconTrendingChart4.js delete mode 100644 src/IconTrendingChart5.js diff --git a/dist/cjs/index.js b/dist/cjs/index.js index 609b8aff..47fca8a1 100644 --- a/dist/cjs/index.js +++ b/dist/cjs/index.js @@ -75,7 +75,7 @@ const SvgIconAcademicCapFill = props => /*#__PURE__*/React__namespace.createElem "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.751.751 0 0 1-.23 1.337 50 50 0 0 0-9.903 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.859 1.228 50 50 0 0 0-4.634-1.527.75.75 0 0 1-.23-1.337A60.7 60.7 0 0 1 11.7 2.805" + d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.75.75 0 0 1-.231 1.337 50 50 0 0 0-9.902 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.86 1.228 50 50 0 0 0-4.633-1.527.75.75 0 0 1-.231-1.337A60.7 60.7 0 0 1 11.7 2.805" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", d: "M13.06 15.473a48.5 48.5 0 0 1 7.666-3.282q.202 2.122.255 4.284a.75.75 0 0 1-.46.71 48 48 0 0 0-8.105 4.343.75.75 0 0 1-.832 0 48 48 0 0 0-8.104-4.342.75.75 0 0 1-.461-.71q.053-2.163.255-4.286 1.382.456 2.726.99v1.27a1.5 1.5 0 0 0-.14 2.508c-.09.38-.222.753-.397 1.11q.678.32 1.346.66c.25-.51.436-1.05.551-1.607a1.5 1.5 0 0 0 .14-2.67v-.645a49 49 0 0 1 3.44 1.667 2.25 2.25 0 0 0 2.12 0" @@ -99,7 +99,7 @@ const SvgIconAcademicCap = props => /*#__PURE__*/React__namespace.createElement( strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.26 10.147a60 60 0 0 0-.491 6.347A48.6 48.6 0 0 1 12 20.904a48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.491-6.347m0 0a51 51 0 0 1 2.658-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334 50.6 50.6 0 0 1 12 13.49a50.7 50.7 0 0 1 7.741-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" + d: "M4.26 10.147a60 60 0 0 0-.49 6.347 48.6 48.6 0 0 1 8.23 4.41 48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.49-6.347m0 0a51 51 0 0 1 2.657-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334a50.6 50.6 0 0 1 10.4 4.155 50.7 50.7 0 0 1 7.74-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" })); const SvgIconAccessibleFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -310,7 +310,7 @@ const SvgIconAirpodGen3Left = props => /*#__PURE__*/React__namespace.createEleme "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.081 5.022C9.288 5.029 7.76 6.513 7.76 8.494c0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.234.346-.701.414-1.048.165l-1.054-.745a.72.72 0 0 1-.151-1.047.723.723 0 0 1 1.025-.181l1.054.76a.74.74 0 0 1 .173 1.048Zm2.094 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.659-1.514v5.544c0 .505.339.791.866.791z" + d: "M11.08 5.022c-1.791.007-3.32 1.491-3.32 3.472 0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.233.346-.7.414-1.047.165l-1.054-.745a.72.72 0 0 1-.151-1.047.72.72 0 0 1 1.024-.181l1.055.76a.74.74 0 0 1 .173 1.048m2.095 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.66-1.514v5.544c0 .505.34.791.867.791z" })); const SvgIconAirpodGen3Right = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -325,7 +325,7 @@ const SvgIconAirpodGen3Right = props => /*#__PURE__*/React__namespace.createElem "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12.919 5.022c-2.373-.016-5.16 2.35-5.16 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.53-3.465-3.322-3.472m-.332 3.533a.75.75 0 0 1 .174-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.821.181-1.054-.165Zm-2.094 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.491 1.205.407.678.392 1.213-.03 1.213m2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.719 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" + d: "M12.92 5.022c-2.374-.016-5.161 2.35-5.161 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.529-3.465-3.322-3.472Zm-.332 3.533a.75.75 0 0 1 .173-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.82.181-1.054-.165m-2.095 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.492 1.205.406.678.391 1.213-.03 1.213Zm2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.718 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" })); const SvgIconAirpodsGen3Chargingcase = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -398,7 +398,7 @@ const SvgIconAlignmentCenterFill = props => /*#__PURE__*/React__namespace.create width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -406,7 +406,7 @@ const SvgIconAlignmentCenterFill = props => /*#__PURE__*/React__namespace.create }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M7 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 7 12m-4 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m4 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -433,7 +433,7 @@ const SvgIconAlignmentJustifyFill = props => /*#__PURE__*/React__namespace.creat width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -441,7 +441,7 @@ const SvgIconAlignmentJustifyFill = props => /*#__PURE__*/React__namespace.creat }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -468,7 +468,7 @@ const SvgIconAlignmentLeftFill = props => /*#__PURE__*/React__namespace.createEl width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -476,7 +476,7 @@ const SvgIconAlignmentLeftFill = props => /*#__PURE__*/React__namespace.createEl }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -503,7 +503,7 @@ const SvgIconAlignmentRightFill = props => /*#__PURE__*/React__namespace.createE width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -511,7 +511,7 @@ const SvgIconAlignmentRightFill = props => /*#__PURE__*/React__namespace.createE }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M11 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 11 12m-8 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m8 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -574,42 +574,6 @@ const SvgIconAlt = props => /*#__PURE__*/React__namespace.createElement("svg", _ d: "M5.38 15.092c-.481 0-.776-.274-.776-.727 0-.128.042-.315.108-.498l1.477-4.059c.22-.61.59-.888 1.183-.888.627 0 .992.266 1.22.888l1.49 4.06c.071.194.1.335.1.493 0 .428-.32.73-.764.73-.44 0-.668-.199-.8-.688l-.204-.665h-2.05l-.204.64c-.145.506-.373.714-.78.714m1.287-2.503h1.415l-.701-2.308h-.034zM11.68 15c-.481 0-.763-.29-.763-.797v-4.49c0-.507.282-.793.763-.793s.76.286.76.793v4.059h1.876c.407 0 .676.224.676.614s-.265.614-.676.614zm5.388.092c-.482 0-.76-.287-.76-.793v-4.06h-1.05c-.407 0-.68-.223-.68-.614 0-.39.265-.614.68-.614h3.623c.411 0 .677.224.677.614s-.274.615-.677.615h-1.054v4.059c0 .506-.278.793-.76.793Z" })); -const SvgIconAnalyticsChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M3 4.75C3 3.784 3.784 3 4.75 3h14.5c.966 0 1.75.784 1.75 1.75v6.5h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 14.574 8.412 11.65a.75.75 0 0 0-.663-.399H3v-6.5Z" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M3 12.75v6.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 19.25v-6.5h-4.75a.75.75 0 0 1-.663-.4L14.04 9.429l-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 12.75z" -})); - -const SvgIconAnalyticsChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "square", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 12h4L10 16.25l4-8.5L16.25 12h4m-15.5 8.25h14.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H4.75a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1Z" -})); - const SvgIconAnonymousFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -974,7 +938,7 @@ const SvgIconArrowPathDownFill = props => /*#__PURE__*/React__namespace.createEl "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.783-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.281 7.294a1.75 1.75 0 0 1-2.652 0z" + d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.784-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.28 7.294a1.75 1.75 0 0 1-2.653 0z" })); const SvgIconArrowPathDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1272,7 +1236,7 @@ const SvgIconArrowTriangleUpFill = props => /*#__PURE__*/React__namespace.create "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.548 4.96c-.642-1.28-2.454-1.28-3.095 0z" + d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.547 4.96c-.64-1.28-2.453-1.28-3.094 0z" })); const SvgIconArrowTriangleUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1752,7 +1716,7 @@ const SvgIconAtomFill = props => /*#__PURE__*/React__namespace.createElement("sv "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.456 5.933-1.74Zm-14.352 0c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.455-5.932 1.739M12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.053c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.894 2.455 5.215 1.739 5.932Z" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.455 5.933-1.739Zm-14.352 0c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.456-5.932 1.74ZM12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.052c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.211c1.968 2.895 2.455 5.216 1.739 5.932z" })); const SvgIconAtom = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1767,7 +1731,7 @@ const SvgIconAtom = props => /*#__PURE__*/React__namespace.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.457 5.933-1.74ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.134Q15.531 10.74 16.527 12ZM4.824 4.824c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.456-5.932 1.739m14.353 0c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.053 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.933M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.456 5.933-1.739ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.133A27 27 0 0 1 16.527 12ZM4.824 4.823c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.457-5.932 1.74Zm14.353 0c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.932M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" })); const SvgIconAttentionFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1783,7 +1747,7 @@ const SvgIconAttentionFill = props => /*#__PURE__*/React__namespace.createElemen }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M7.537 3a1.75 1.75 0 0 0-1.701 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 1 0 1.458.354l.71-2.927h5.123l.71 2.927a.75.75 0 1 0 1.457-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.713 3.933L15.052 16h4.396z", + d: "M7.536 3a1.75 1.75 0 0 0-1.7 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 0 0 1.458.354l.71-2.927h5.122l.71 2.927a.75.75 0 1 0 1.458-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.714 3.933L15.052 16h4.396z", clipRule: "evenodd" })); @@ -1984,7 +1948,7 @@ const SvgIconBackspaceFill = props => /*#__PURE__*/React__namespace.createElemen }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", + d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 0 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })); @@ -2469,7 +2433,7 @@ const SvgIconBeatsFitProRight = props => /*#__PURE__*/React__namespace.createEle "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M8.886 15.053c1.373 0 2.397-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.214 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.914-4.901c-.455-.931-1.493-1.54-2.912-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.892-1.172 2.892-2.907" + d: "M8.886 15.053c1.373 0 2.398-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.215 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.915-4.901c-.456-.931-1.494-1.54-2.913-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.893-1.172 2.893-2.907Z" })); const SvgIconBeatsFitPro = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2484,7 +2448,7 @@ const SvgIconBeatsFitPro = props => /*#__PURE__*/React__namespace.createElement( "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M9.2 14.84c.831 0 1.722-.49 1.916-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.334 1.131.984 1.225 1.065.16 1.902.382 2.725.784.335.16.463.395.402.756l-.402 2.431c-.234 1.406.71 2.491 1.976 2.491Zm5.606 0c1.265 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.536-.409a12.2 12.2 0 0 0-4.024.683c-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.701 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762.368 1.607.951 3.1 1.768 4.526.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.449.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.171 3.074.55 0 .958-.067 1.346-.255.817-1.426 1.4-2.92 1.762-4.526-.416-.857-1.373-1.42-2.686-1.761l.241 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.611 0a1.046 1.046 0 0 1-1.057-1.052c0-.596.468-1.064 1.057-1.064.59 0 1.052.475 1.052 1.064 0 .583-.462 1.052-1.052 1.052m-5.611-.47a.58.58 0 0 0 .582-.582.586.586 0 1 0-.583.583Zm5.611 0a.58.58 0 0 0 .583-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.755c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" + d: "M9.201 14.84c.83 0 1.721-.49 1.915-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.335 1.131.984 1.225 1.065.16 1.902.382 2.726.784.334.16.462.395.401.756l-.401 2.431c-.235 1.406.71 2.491 1.975 2.491Zm5.605 0c1.266 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.535-.409-1.34 0-2.666.214-4.025.683-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.7 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762a16.4 16.4 0 0 0 1.768 4.526c.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.448.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.172 3.074.549 0 .957-.067 1.346-.255.817-1.426 1.4-2.92 1.76-4.526-.414-.857-1.372-1.42-2.684-1.761l.24 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.612 0c-.59 0-1.058-.462-1.058-1.052 0-.596.468-1.064 1.058-1.064.589 0 1.051.475 1.051 1.064 0 .583-.462 1.052-1.051 1.052m-5.612-.47a.58.58 0 0 0 .583-.582.586.586 0 1 0-.583.583Zm5.612 0a.58.58 0 0 0 .582-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.756c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" })); const SvgIconBeatsHeadphones = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2515,7 +2479,7 @@ const SvgIconBellAlarmFill = props => /*#__PURE__*/React__namespace.createElemen }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.85 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.728-2.029l-1.358-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.247c.677.937 1.68 1.5 2.753 1.5s2.076-.563 2.754-1.5M5.659 2.232a.75.75 0 0 1-.028 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 1 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027Zm12.683 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.937 4.84.75.75 0 0 1-1.443.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", + d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.849 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.727-2.029l-1.357-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.245c.678.937 1.68 1.5 2.754 1.5s2.076-.563 2.754-1.5ZM5.658 2.232a.75.75 0 0 1-.027 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 0 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027m12.684 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.936 4.84.75.75 0 1 1-1.442.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", clipRule: "evenodd" })); @@ -2564,7 +2528,7 @@ const SvgIconBell = props => /*#__PURE__*/React__namespace.createElement("svg", }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, - d: "M16 18.25c-.673 1.766-2.21 3-4 3-1.789 0-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.357-8.417a7.045 7.045 0 0 0-13.911 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" + d: "M16 18.25c-.673 1.766-2.21 3-4 3s-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.358-8.417a7.045 7.045 0 0 0-13.91 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" })); const SvgIconBezierCurvesFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2757,7 +2721,7 @@ const SvgIconBluetooth = props => /*#__PURE__*/React__namespace.createElement("s strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771L11.53 2.933a.5.5 0 0 0-.82.384v7.698m1.203.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.214 4.346a.5.5 0 0 1-.82-.384v-7.697M11.911 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" + d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771l-5.215-4.346a.5.5 0 0 0-.82.384v7.698m1.204.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.215 4.346a.5.5 0 0 1-.82-.384v-7.697M11.912 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" })); const SvgIconBoldFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2765,7 +2729,7 @@ const SvgIconBoldFill = props => /*#__PURE__*/React__namespace.createElement("sv width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -2773,7 +2737,7 @@ const SvgIconBoldFill = props => /*#__PURE__*/React__namespace.createElement("sv }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M5 5.438C5 4.123 6.05 3 7.417 3h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 15.75c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21 5 19.877 5 18.562zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25S14.082 6 12.917 6H8v4.5zM8 13.5h5.833c1.165 0 2.167.975 2.167 2.25S14.998 18 13.833 18H8z", + d: "M5 6.188C5 4.873 6.05 3.75 7.417 3.75h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 16.5c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21.75 5 20.627 5 19.312zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25s-1.001-2.25-2.166-2.25H8v4.5zM8 14.25h5.833c1.165 0 2.167.975 2.167 2.25s-1.002 2.25-2.167 2.25H8z", clipRule: "evenodd" })); @@ -3278,7 +3242,7 @@ const SvgIconBrandAdobe = props => /*#__PURE__*/React__namespace.createElement(" "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.466H8.8z" + d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.467H8.8z" })); const SvgIconBrandAdonisjs = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -3293,7 +3257,7 @@ const SvgIconBrandAdonisjs = props => /*#__PURE__*/React__namespace.createElemen "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.6 21.95c-7.742 0-9.6-1.857-9.6-9.6s1.858-9.6 9.6-9.6c7.743 0 9.6 1.857 9.6 9.6s-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.137.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" + d: "M11.6 21.95c-7.743 0-9.6-1.857-9.6-9.6s1.857-9.6 9.6-9.6 9.6 1.857 9.6 9.6-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.138.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" })); const SvgIconBrandAkamai = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -3954,7 +3918,7 @@ const SvgIconBrandKarteil = props => /*#__PURE__*/React__namespace.createElement width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -3962,7 +3926,7 @@ const SvgIconBrandKarteil = props => /*#__PURE__*/React__namespace.createElement }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M13.079 1.916a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 10.254A4.583 4.583 0 0 1 5.192 4.48l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.068.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 11.71a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075V9.475c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", + d: "M13.079 2.666a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 11.004A4.583 4.583 0 0 1 5.192 5.23l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.069.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 12.46a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075v-4.058c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", clipRule: "evenodd" })); @@ -4017,11 +3981,11 @@ const SvgIconBrandLayers = props => /*#__PURE__*/React__namespace.createElement( }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillOpacity: 0.5, - d: "m5.548 16.636.05-7.5c.008-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.016 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.344-3.355-1.017-3.343-2.82" + d: "m5.548 16.636.05-7.5c.008-1.356.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.82l-.05 7.5c-.009 1.356-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.344-3.355-1.017-3.343-2.819z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillOpacity: 0.8, - d: "m9.096 19.627.05-7.5c.009-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.017-3.343-2.819" + d: "m9.096 19.628.05-7.5c.009-1.358.958-2.52 2.269-2.78l7.242-1.436c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.016-3.343-2.818" })); const SvgIconBrandLemonsqueezy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4173,9 +4137,9 @@ const SvgIconBrandNetlify = props => /*#__PURE__*/React__namespace.createElement clipPath: "url(#icon-brand-netlify_svg__a)" }, /*#__PURE__*/React__namespace.createElement("path", { fillOpacity: 0.7, - d: "M7.405 18.444h-.189l-.943-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" + d: "M7.405 18.444h-.19l-.942-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" }), /*#__PURE__*/React__namespace.createElement("path", { - d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.224-1.014-.913-1.03-.354-.009-.76 0-1.193.017l-.065.067v4.154l-.115.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" + d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.225-1.014-.913-1.03-.355-.009-.76 0-1.194.017l-.065.067v4.154l-.114.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" }), /*#__PURE__*/React__namespace.createElement("path", { fillOpacity: 0.7, d: "M7.6 13.35H2.115L2 13.237v-1.374l.115-.115H7.6l.114.115v1.374l-.114.115Zm14.286 0H16.4l-.114-.114v-1.374l.114-.115h5.486l.114.115v1.374zM11.209 7.979V3.865l.115-.115h1.374l.115.115v4.113l-.115.115h-1.374l-.115-.115Zm0 13.255V17.12l.115-.114h1.374l.115.114v4.114l-.115.115h-1.374z" @@ -4191,7 +4155,7 @@ const SvgIconBrandNextjs = props => /*#__PURE__*/React__namespace.createElement( width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -4199,7 +4163,7 @@ const SvgIconBrandNextjs = props => /*#__PURE__*/React__namespace.createElement( }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.209v6.288H8.5V8.5h1.682l5.096 6.539V8.5h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12c0-5.523-4.477-10-10-10", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.959v6.288H8.5V9.25h1.682l5.096 6.539V9.25h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12.75c0-5.523-4.477-10-10-10", clipRule: "evenodd" })); @@ -4482,7 +4446,7 @@ const SvgIconBrandReactjs = props => /*#__PURE__*/React__namespace.createElement "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.464.106.555.318.795 1.529.608 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.843 0 2.095.672 3.424 1.899-.57.6-1.142 1.28-1.684 2.034-.921.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.044-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.811 5.304-2.536.783-4.187 2.034-4.187 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.483 1.378 2.951 2.168 4.072 2.168.343 0 .652-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.308-2.719c-.15.526-.338 1.068-.55 1.61a22 22 0 0 0-1.121-1.932 19 19 0 0 1 1.671.322m-1.867 4.342c-.318.55-.644 1.072-.982 1.557a21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626m1.317-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.134 4.35a17 17 0 0 1-1.133-1.305c.367.016.742.029 1.121.029q.576.001 1.134-.029c-.367.477-.746.913-1.122 1.305m-3.033-2.401a18 18 0 0 1-1.671-.323c.15-.526.338-1.068.55-1.61q.249.489.534.979a27 27 0 0 0 .587.954M11.94 6.18q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.916 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.141-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.588.444.55.755 1.121 1.44 1.696 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.351.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483c.375-.848.677-1.675.905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" + d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.465.106.554.318.794 1.529.607 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.844 0 2.095.672 3.424 1.899-.57.6-1.141 1.28-1.684 2.034-.92.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.045-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.81 5.304-2.537.783-4.188 2.034-4.188 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.484 1.378 2.951 2.168 4.072 2.168.343 0 .653-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.307-2.719a19 19 0 0 1-.55 1.61 22 22 0 0 0-1.121-1.932q.869.128 1.67.322Zm-1.867 4.342a22 22 0 0 1-.983 1.557 21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626Zm1.316-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.133 4.35a17 17 0 0 1-1.134-1.305c.367.016.742.029 1.121.029q.577.001 1.134-.029a16 16 0 0 1-1.121 1.305m-3.033-2.401a18 18 0 0 1-1.672-.323c.151-.526.338-1.068.55-1.61.168.326.343.652.535.979a27 27 0 0 0 .587.954m3.012-8.484q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.917 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.142-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.589.444.55.755 1.12 1.44 1.695 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.35.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483 19 19 0 0 0 .905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", d: "M11.947 13.486a1.863 1.863 0 1 0 0-3.726 1.863 1.863 0 0 0 0 3.726" @@ -4626,7 +4590,7 @@ const SvgIconBrandSnapchat = props => /*#__PURE__*/React__namespace.createElemen "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.036-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.03-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.316-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.172-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.017.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.844-.745-2.918-.745-1.072 0-2.051.251-2.916.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.01 2.212 0 .02-.02.033-.037.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.368-.04c-.542 0-.969.274-1.142.731-.128.34-.108.684.056.996.129.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.801.533a.5.5 0 0 1 .153.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157 1 1 0 0 0-.112.059c-.042.025-.401.204-.477.469-.111.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.076.195.1.318.04.207.126.46.38.636.28.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.256-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.224-.131q.123-.037.276-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" + d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.037-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.031-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.315-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.173-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.018.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.845-.745-2.919-.745-1.071 0-2.05.251-2.915.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.011 2.212 0 .02-.02.033-.036.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.369-.04c-.54 0-.968.274-1.14.731-.129.34-.11.684.055.996.128.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.8.533a.5.5 0 0 1 .154.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157q-.048.021-.112.059c-.042.025-.402.204-.477.469-.112.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.075.195.1.318.04.207.126.46.38.636.279.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.255-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.223-.131q.124-.037.277-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" })); const SvgIconBrandSpotify = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4641,7 +4605,7 @@ const SvgIconBrandSpotify = props => /*#__PURE__*/React__namespace.createElement "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12 2C6.475 2 1.998 6.477 1.998 12s4.477 10 10 10c5.524 0 10-4.477 10-10s-4.476-10-10-10Zm4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.386.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.233 1.329a.78.78 0 0 1 .257 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" + d: "M12 2C6.475 2 2 6.477 2 12s4.476 10 10 10c5.523 0 10-4.477 10-10S17.523 2 12 2m4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.387.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.234 1.329a.78.78 0 0 1 .256 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" })); const SvgIconBrandStripe = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4666,14 +4630,14 @@ const SvgIconBrandTailwindVariants = props => /*#__PURE__*/React__namespace.crea width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "m16.458 9.163.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 2.818h9.003V2H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783A5.46 5.46 0 0 0 16.458 2zm4.672 4.645v8.984h.783V7.463zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V7.463H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2A5.46 5.46 0 0 0 2 7.463zM16.27 8.804l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 8.81l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 8.803l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" + d: "m16.458 9.913.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 3.568h9.003V2.75H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783a5.46 5.46 0 0 0-5.455-5.463zm4.672 4.645v8.984h.783V8.213zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V8.213H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2.75A5.46 5.46 0 0 0 2 8.213zM16.27 9.554l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 9.56l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 9.553l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" })); const SvgIconBrandTailwindcss = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4988,7 +4952,7 @@ const SvgIconBrandWindows = props => /*#__PURE__*/React__namespace.createElement "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "m2 5.582 8.148-1.11.004 7.86-8.144.046zm8.145 7.655.006 7.867-8.145-1.12v-6.8zm.987-8.91L21.936 2.75v9.482l-10.804.085zM21.94 13.31l-.003 9.439-10.804-1.525-.015-7.932z" + d: "m2 5.582 8.148-1.11.004 7.86-8.145.046zm8.144 7.655.007 7.867-8.145-1.12v-6.8zm.988-8.91L21.936 2.75v9.482l-10.804.085zm10.806 8.984-.002 9.439-10.804-1.525-.015-7.932z" })); const SvgIconBrandX = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -5851,7 +5815,7 @@ const SvgIconCallIncoming = props => /*#__PURE__*/React__namespace.createElement strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.867 2.95a1 1 0 0 1-.266 1.003l-.914.877a.95.95 0 0 0-.184 1.16 13.06 13.06 0 0 0 4.829 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.423-.985.97-.985h3.515a1 1 0 0 1 .959.718" + d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.868 2.95a1 1 0 0 1-.267 1.003l-.914.877a.95.95 0 0 0-.183 1.16 13.06 13.06 0 0 0 4.828 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.424-.985.97-.985h3.515a1 1 0 0 1 .96.718Z" })); const SvgIconCallOffFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -6132,7 +6096,7 @@ const SvgIconChainLinkFill = props => /*#__PURE__*/React__namespace.createElemen }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 1 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", + d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 0 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", clipRule: "evenodd" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", @@ -6165,27 +6129,30 @@ const SvgIconChainLink = props => /*#__PURE__*/React__namespace.createElement("s d: "M9.688 12.5a4 4 0 0 0 1.14 2.328l.344.344a4 4 0 0 0 5.656 0l3.344-3.344a4 4 0 0 0 0-5.657l-.344-.343a4 4 0 0 0-5.656 0L14 6" })); -const SvgIconChart2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartAnalyticsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M16 4.501a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v15a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5zm-5 4a1.5 1.5 0 0 0-1.5 1.5v9.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-9.5a1.5 1.5 0 0 0-1.5-1.5zm-6.5 5.5a1.5 1.5 0 0 0-1.5 1.5v4a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5z" + d: "M3 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 .75.75V12h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 15.324 8.412 12.4a.75.75 0 0 0-.662-.4H3z" +}), /*#__PURE__*/React__namespace.createElement("path", { + fill: "currentColor", + d: "M3 13.5V21c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 21v-7.5h-4.75a.75.75 0 0 1-.663-.4l-1.547-2.922-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 13.5z" })); -const SvgIconChart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartAnalytics = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -6195,118 +6162,135 @@ const SvgIconChart2 = props => /*#__PURE__*/React__namespace.createElement("svg" strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-5.5h-5a.5.5 0 0 0-.5.5v4.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0V9.75a.5.5 0 0 1 .5-.5h5v11m0 0h5a.5.5 0 0 0 .5-.5V4.25a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0-.5.5z" + d: "M3.75 12.75h4L10 17l4-8.5 2.25 4.25h4M3.75 4.5h16.5V21H3.75z" })); -const SvgIconChart3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartBarDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M11 3.001a1.5 1.5 0 0 0-1.5 1.5v15a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-15a1.5 1.5 0 0 0-1.5-1.5zm-6.5 10a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5zm11.5-3.5a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v10a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M21.248 17.5V20m-6.166-6.5V20M8.916 9.5V20M2.75 5.5V20" })); -const SvgIconChart3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartBarUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-6.5h-5a.5.5 0 0 0-.5.5v5.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0v-16a.5.5 0 0 1 .5-.5h4.5a.5.5 0 0 1 .5.5v16m0 0h5a.5.5 0 0 0 .5-.5V9.25a.5.5 0 0 0-.5-.5h-5z" + d: "M2.75 17.5V20m6.166-6.5V20m6.166-10.5V20m6.166-14.5V20" })); -const SvgIconChart4Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartBar = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M17.5 3.001a1.5 1.5 0 0 0-1.5 1.5V19.5h-1.5v-9.499a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H8v-3.999a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H1.75a.75.75 0 0 0 0 1.5h20.5a.75.75 0 0 0 0-1.5H21V4.501a1.5 1.5 0 0 0-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.5V20M8.916 5.5V20m6.166-5.5V20m6.166-11.5V20" })); -const SvgIconChart4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartLineDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M9.25 14.75H10a.75.75 0 0 0-.75-.75zm-5.5 5.5H3V21h.75zm11-11h.75a.75.75 0 0 0-.75-.75zm5.5 11V21H21v-.75zm-18.5-.75a.75.75 0 0 0 0 1.5zm20.5 1.5a.75.75 0 0 0 0-1.5zm-18-5.5h5V14h-5zm4.25-.75v5.5H10v-5.5zm.75 4.75h-5.5V21h5.5zm-4.75.75v-5H3v5zM4.25 14C3.56 14 3 14.56 3 15.25h1.5a.25.25 0 0 1-.25.25zm5.5-4h5V8.5h-5zM14 9.25v11h1.5v-11zm.75 10.25h-5.5V21h5.5zm-4.75.75V9.75H8.5v10.5zM9.75 8.5c-.69 0-1.25.56-1.25 1.25H10a.25.25 0 0 1-.25.25zm5.5-4h4.5V3h-4.5zm4.25-.25v16H21v-16zm.75 15.25h-5.5V21h5.5zm-4.75.75v-16H14v16zM19.75 4.5a.25.25 0 0 1-.25-.25H21C21 3.56 20.44 3 19.75 3zM15.25 3C14.56 3 14 3.56 14 4.25h1.5a.25.25 0 0 1-.25.25zM1.75 21h20.5v-1.5H1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 13.781 5 10.75l3 5L13 4.5 18 21l3.25-6.188" })); -const SvgIconChart5Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartLineUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M4.501 1.751a.75.75 0 1 0-1.5 0v20.5a.75.75 0 0 0 1.5 0v-1.25H19.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H14a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H8.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.719 5 14.75l3-5L13 21l5-16.5 3.25 6.188" })); -const SvgIconChart5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartPresentation2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M9.25 9.25V10H10v-.75zm-5.5 0H3zm0-5.5V3a.75.75 0 0 0-.75.75zm5.5.5H8.5zm-.5-.5V3zm6 11v.75h.75v-.75zm0-5H14zm-.5-.5V10zm-10.5 11H3c0 .414.336.75.75.75zm16.5-.5H21zm-.5.5v-.75zm.5-5h-.75zm-.5-.5V14zM4.5 1.75a.75.75 0 0 0-1.5 0zM3 22.25a.75.75 0 0 0 1.5 0zm5.5-18v5H10v-5zm.75 4.25h-5.5V10h5.5zm-4.75.75v-5.5H3v5.5zM3.75 4.5h5V3h-5zM10 4.25C10 3.56 9.44 3 8.75 3v1.5a.25.25 0 0 1-.25-.25zm4 5.5v5h1.5v-5zm.75 4.25h-11v1.5h11zm-10.25.75v-5.5H3v5.5zM3.75 10h10.5V8.5H3.75zm11.75-.25c0-.69-.56-1.25-1.25-1.25V10a.25.25 0 0 1-.25-.25zm4 5.5v4.5H21v-4.5zm.25 4.25h-16V21h16zm-15.25.75v-5.5H3v5.5zm-.75-4.75h16V14h-16zm15.75 4.25a.25.25 0 0 1 .25-.25V21c.69 0 1.25-.56 1.25-1.25zm1.5-4.5c0-.69-.56-1.25-1.25-1.25v1.5a.25.25 0 0 1-.25-.25zM3 1.75v20.5h1.5V1.75z" + fillRule: "evenodd", + d: "M1 4.5a.75.75 0 0 1 .75-.75h20.5a.75.75 0 0 1 0 1.5H21V18a.75.75 0 0 1-.75.75h-6.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 19.352l-1.376 2.064a.75.75 0 1 1-1.248-.832l1.223-1.834H3.75A.75.75 0 0 1 3 18V5.25H1.75A.75.75 0 0 1 1 4.5m11.75 4a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0V14A.75.75 0 0 0 9 14z", + clipRule: "evenodd" })); -const SvgIconChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartPresentation2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M17.42 3a1.75 1.75 0 0 0-1.75 1.75v14.5c0 .966.783 1.75 1.75 1.75h1.83A1.75 1.75 0 0 0 21 19.25V4.75A1.75 1.75 0 0 0 19.25 3zm-6.34 5.334a1.75 1.75 0 0 0-1.75 1.75v9.167c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-9.167a1.75 1.75 0 0 0-1.75-1.75zm-6.33 4.443A1.75 1.75 0 0 0 3 14.527v4.723c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-4.723a1.75 1.75 0 0 0-1.75-1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M3.75 4.5h16.5m-16.5 0V18h16.5V4.5m-16.5 0H23h-2.75m-16.5 0H1M14 21l-1.666-2.5M10 21l1.666-2.5M12 8.5V14m-3.75-1.5V14m7.5-3.5V14" })); -const SvgIconChartLine = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartPresentationFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6317,14 +6301,13 @@ const SvgIconChartLine = props => /*#__PURE__*/React__namespace.createElement("s "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m1.75 16.833 4.43-5.041a1 1 0 0 1 1.45-.056l5.62 5.484a1 1 0 0 0 1.487-.1L22.25 7.5" + fill: "currentColor", + fillRule: "evenodd", + d: "M2 4.5a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 .75.75V19a.75.75 0 0 1-.75.75h-5.256l.727 2.544a.75.75 0 1 1-1.442.412l-.845-2.956H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412l.727-2.544H2.75A.75.75 0 0 1 2 19zm6.5 9a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0zM12 7.75a.75.75 0 0 1 .75.75V15a.75.75 0 0 1-1.5 0V8.5a.75.75 0 0 1 .75-.75m5 3.75a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0z", + clipRule: "evenodd" })); -const SvgIconChartTrendingUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartPresentation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6339,25 +6322,25 @@ const SvgIconChartTrendingUp = props => /*#__PURE__*/React__namespace.createElem strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15.75 7.5h5.5V13m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 18" + d: "m16 22.5-.857-3M8 22.5l.857-3m-1.107-6V15M12 8.5V15m4.25-3.5V15m5-10.5V19H2.75V4.5z" })); -const SvgIconChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ +const SvgIconChartTrending = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.75 13.527a1 1 0 0 0-1 1v4.723a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-4.723a1 1 0 0 0-1-1zm6.33-4.443a1 1 0 0 0-1 1v9.167a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-9.167a1 1 0 0 0-1-1zm6.34-5.334a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1z" + d: "M15.75 7.5h5.5V13m-.514-4.975L13 15.75l-4-4L2.75 18" })); const SvgIconCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -8109,7 +8092,7 @@ const SvgIconCocktail = props => /*#__PURE__*/React__namespace.createElement("sv strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.644 1.765zm0 8.235H7.75m4.25 0h4.25" + d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.645 1.765zm0 8.235H7.75m4.25 0h4.25" })); const SvgIconCodeBrackets = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -8275,7 +8258,7 @@ const SvgIconCommandRegularFill = props => /*#__PURE__*/React__namespace.createE width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8283,7 +8266,7 @@ const SvgIconCommandRegularFill = props => /*#__PURE__*/React__namespace.createE }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 6.5a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2A3.5 3.5 0 1 1 6.5 14h2v-4h-2A3.5 3.5 0 0 1 3 6.5m5.5 2v-2a2 2 0 1 0-2 2zM10 10v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", + d: "M3 7.25a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2a3.5 3.5 0 1 1-3.5-3.5h2v-4h-2A3.5 3.5 0 0 1 3 7.25m5.5 2v-2a2 2 0 1 0-2 2zm1.5 1.5v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", clipRule: "evenodd" })); @@ -8292,7 +8275,7 @@ const SvgIconCommandRegular = props => /*#__PURE__*/React__namespace.createEleme width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8301,7 +8284,7 @@ const SvgIconCommandRegular = props => /*#__PURE__*/React__namespace.createEleme stroke: "currentColor", strokeLinecap: "square", strokeWidth: 1.5, - d: "M9.25 9.25V6.5A2.75 2.75 0 1 0 6.5 9.25zm0 0h5.5m-5.5 0v5.5m5.5-5.5V6.5a2.75 2.75 0 1 1 2.75 2.75zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75a2.75 2.75 0 1 1-2.75-2.75zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" + d: "M9.25 10V7.25A2.75 2.75 0 1 0 6.5 10zm0 0h5.5m-5.5 0v5.5m5.5-5.5V7.25A2.75 2.75 0 1 1 17.5 10zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75A2.75 2.75 0 1 1 6.5 15.5zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" })); const SvgIconCommand = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -8332,7 +8315,7 @@ const SvgIconCompassFill = props => /*#__PURE__*/React__namespace.createElement( }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M19.929 2.526a1.25 1.25 0 0 1 1.545 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203l12.6-3.6ZM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", + d: "M19.928 2.526a1.25 1.25 0 0 1 1.546 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203zM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", clipRule: "evenodd" })); @@ -8350,7 +8333,7 @@ const SvgIconCompass = props => /*#__PURE__*/React__namespace.createElement("svg stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16.466 17.153a1 1 0 0 0 .686-.687l3.6-12.6a.5.5 0 0 0-.617-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" + d: "M16.466 17.153a1 1 0 0 0 .687-.687l3.6-12.6a.5.5 0 0 0-.618-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", @@ -8904,7 +8887,7 @@ const SvgIconCursor3 = props => /*#__PURE__*/React__namespace.createElement("svg strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.396 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" + d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.397 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" })); const SvgIconCursorClickFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -9237,7 +9220,7 @@ const SvgIconDiamondFill = props => /*#__PURE__*/React__namespace.createElement( }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.343 9.342a1.75 1.75 0 0 1-2.475 0l-9.341-9.342a1.75 1.75 0 0 1-.011-2.464zM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", + d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.342 9.342a1.75 1.75 0 0 1-2.475 0L1.42 11.231a1.75 1.75 0 0 1-.01-2.464l5.153-5.244ZM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", clipRule: "evenodd" })); @@ -9259,43 +9242,6 @@ const SvgIconDiamond = props => /*#__PURE__*/React__namespace.createElement("svg d: "M8.5 7.75 6.25 10l2.25 2.25m4.207 7.793L22.05 10.7a1 1 0 0 0 .006-1.408l-5.154-5.244a1 1 0 0 0-.713-.299H7.812a1 1 0 0 0-.713.299L1.945 9.293A1 1 0 0 0 1.95 10.7l9.342 9.342a1 1 0 0 0 1.414 0Z" })); -const SvgIconDocumentChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M5.75 2H12v6.25c0 .966.784 1.75 1.75 1.75H20v10.25A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25V3.75C4 2.784 4.784 2 5.75 2m3.5 14.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 13a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 13m4.25 2.75a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "m19.487 8.427.07.073H13.75a.25.25 0 0 1-.25-.25V2.443q.038.034.073.07z" -})); - -const SvgIconDocumentChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeWidth: 1.5, - d: "M12.75 3.25v5a1 1 0 0 0 1 1h5m-10.25 8v-1.5m3.5 1.5v-4.5m3.5 4.5v-2.5m-9.75-12h6.586a1 1 0 0 1 .707.293l5.914 5.914a1 1 0 0 1 .293.707V20.25a1 1 0 0 1-1 1H5.75a1 1 0 0 1-1-1V3.75a1 1 0 0 1 1-1Z" -})); - const SvgIconDonutFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -10555,76 +10501,6 @@ const SvgIconFlash = props => /*#__PURE__*/React__namespace.createElement("svg", d: "M19.798 8.75H13.75a.5.5 0 0 1-.5-.5V2.356a.5.5 0 0 0-.912-.284L3.791 14.466a.5.5 0 0 0 .411.784h6.048a.5.5 0 0 1 .5.5v5.894a.5.5 0 0 0 .912.284l8.547-12.394a.5.5 0 0 0-.411-.784Z" })); -const SvgIconFlipchart2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M2 4.75C2 3.784 2.784 3 3.75 3h16.5c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0 1 20.25 19h-4.256l.727 2.544a.75.75 0 1 1-1.442.412L14.434 19H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412L8.006 19H3.75A1.75 1.75 0 0 1 2 17.25zm6.5 8a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 7a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 12 7m5 3.75a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -})); - -const SvgIconFlipchart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m16 21.75-.857-3M8 21.75l.857-3m-1.107-6v1.5M12 7.75v6.5m4.25-3.5v3.5m-13.5-9.5v12.5a1 1 0 0 0 1 1h16.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H3.75a1 1 0 0 0-1 1" -})); - -const SvgIconFlipchartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M1 3.75A.75.75 0 0 1 1.75 3h20.5a.75.75 0 0 1 0 1.5H21v11.75A1.75 1.75 0 0 1 19.25 18h-5.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 18.602l-1.376 2.064a.75.75 0 1 1-1.248-.832L10.599 18H4.75A1.75 1.75 0 0 1 3 16.25V4.5H1.75A.75.75 0 0 1 1 3.75m11.75 4a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -})); - -const SvgIconFlipchart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 3.75h16.5m-16.5 0v12.5a1 1 0 0 0 1 1h14.5a1 1 0 0 0 1-1V3.75m-16.5 0H23h-2.75m-16.5 0H1m13 16.5-1.666-2.5M10 20.25l1.666-2.5m.334-10v5.5m-3.75-1.5v1.5m7.5-3.5v3.5" -})); - const SvgIconFloppyDisk2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -11229,7 +11105,7 @@ const SvgIconForwardFill = props => /*#__PURE__*/React__namespace.createElement( "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.743.05-5.702.482-6.88 1.148-1.196.675-1.672 1.629-2.425 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.738-2.004 4.473-2.845 8.38-2.937z" + d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.744.05-5.702.482-6.881 1.148-1.195.675-1.672 1.629-2.424 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.737-2.004 4.473-2.845 8.38-2.937z" })); const SvgIconForwardLeftFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -11688,7 +11564,7 @@ const SvgIconGlobe2Fill = props => /*#__PURE__*/React__namespace.createElement(" "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.294-6.614.408-.96.913-1.785 1.512-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.598-.595-1.103-1.42-1.511-2.38-.745-1.752-1.216-4.07-1.294-6.615zm12.136 9.015c4.246-.936 7.479-4.571 7.808-9.015H16.99c-.078 2.545-.549 4.863-1.294 6.615-.408.96-.913 1.785-1.512 2.38zm7.808-10.515a10.01 10.01 0 0 0-7.808-9.015l.02.02c.598.596 1.104 1.42 1.511 2.38.745 1.753 1.216 4.07 1.294 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.59 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.078 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" + d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.293-6.614.408-.96.913-1.785 1.513-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.599-.595-1.104-1.42-1.512-2.38-.744-1.752-1.215-4.07-1.293-6.615zm12.135 9.015c4.247-.936 7.48-4.571 7.81-9.015h-4.985c-.077 2.545-.548 4.863-1.293 6.615-.408.96-.913 1.785-1.512 2.38zm7.809-10.515a10.005 10.005 0 0 0-7.809-9.015l.02.02c.6.596 1.104 1.42 1.512 2.38.745 1.753 1.216 4.07 1.293 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.589 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.077 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" })); const SvgIconGlobe2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -12872,7 +12748,7 @@ const SvgIconItalicFill = props => /*#__PURE__*/React__namespace.createElement(" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12880,7 +12756,7 @@ const SvgIconItalicFill = props => /*#__PURE__*/React__namespace.createElement(" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M9 3.75A.75.75 0 0 1 9.75 3h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 3.75", + d: "M9 4.5a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 4.5", clipRule: "evenodd" })); @@ -12889,7 +12765,7 @@ const SvgIconItalic = props => /*#__PURE__*/React__namespace.createElement("svg" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12899,7 +12775,7 @@ const SvgIconItalic = props => /*#__PURE__*/React__namespace.createElement("svg" strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.75 3.75h4.75m4.75 0H14.5m0 0-5 16.5m0 0H4.75m4.75 0h4.76" + d: "M9.75 4.5h4.75m4.75 0H14.5m0 0L9.5 21m0 0H4.75m4.75 0h4.76" })); const SvgIconJudgeGavelFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -13866,60 +13742,6 @@ const SvgIconLightBulb = props => /*#__PURE__*/React__namespace.createElement("s d: "M8.748 17.75v-.65a1.09 1.09 0 0 0-.539-.916A7.24 7.24 0 0 1 4.748 10a7.25 7.25 0 1 1 11.04 6.183 1.09 1.09 0 0 0-.538.916v.65m-6.502 0v1.249a3.251 3.251 0 1 0 6.502 0V17.75m-6.502 0h6.502" })); -const SvgIconLineChart6 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M9.25 10.75v5.5m5-11.5v11.5m5-3.5v3.5M3.75 3.75v15.5a1 1 0 0 0 1 1h16.5" -})); - -const SvgIconLineChartL = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M21.248 16.75v2.5m-6.166-6.5v6.5M8.916 8.75v10.5M2.75 4.75v14.5" -})); - -const SvgIconLineChartR = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 16.75v2.5m6.166-6.5v6.5m6.166-10.5v10.5m6.166-14.5v14.5" -})); - const SvgIconLink = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -14033,7 +13855,7 @@ const SvgIconLoader = props => /*#__PURE__*/React__namespace.createElement("svg" stroke: "currentColor", strokeOpacity: 0.25, strokeWidth: 3.636, - d: "M11.909 21a9.09 9.09 0 1 0 0-18.182 9.09 9.09 0 0 0 0 18.182Z" + d: "M11.91 21a9.091 9.091 0 1 0 0-18.182 9.091 9.091 0 0 0 0 18.182Z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", d: "M4.636 11.91a7.273 7.273 0 0 1 7.273-7.274V1C5.885 1 1 5.885 1 11.91zm1.819 4.81a7.24 7.24 0 0 1-1.819-4.81H1c0 2.764 1.032 5.294 2.727 7.215z" @@ -14837,7 +14659,7 @@ const SvgIconMoon = props => /*#__PURE__*/React__namespace.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.894 13.334a.75.75 0 0 0-.75-.188A8.257 8.257 0 0 1 10.851 2.854a.75.75 0 0 0-.938-.938 9.83 9.83 0 0 0-4.96 3.469A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.292a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.943" + d: "M21.894 13.334a.75.75 0 0 0-.75-.187A8.258 8.258 0 0 1 10.851 2.853a.75.75 0 0 0-.938-.937 9.83 9.83 0 0 0-4.96 3.468A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.293a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.944Z" })); const SvgIconMouseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15518,44 +15340,6 @@ const SvgIconPaperclip = props => /*#__PURE__*/React__namespace.createElement("s d: "M5.75 10.75v4.5a6 6 0 0 0 6 6h.5a6 6 0 0 0 6-6V7a4.25 4.25 0 0 0-8.5 0v7.875a2.125 2.125 0 0 0 4.25 0V7.75" })); -const SvgIconPasskeyFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" -}), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", - clipRule: "evenodd" -})); - -const SvgIconPasskey = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" -})); - const SvgIconPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15688,7 +15472,7 @@ const SvgIconPercentBadge = props => /*#__PURE__*/React__namespace.createElement strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.746 3.746 0 0 1-2.563 4.22 3.74 3.74 0 0 1-1.776.119 3.74 3.74 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" + d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.75 3.75 0 0 1-1.043 3.296 3.75 3.75 0 0 1-3.296 1.043 3.75 3.75 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" })); const SvgIconPercentFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15696,7 +15480,7 @@ const SvgIconPercentFill = props => /*#__PURE__*/React__namespace.createElement( width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15704,7 +15488,7 @@ const SvgIconPercentFill = props => /*#__PURE__*/React__namespace.createElement( }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10m-4 7a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", clipRule: "evenodd" })); @@ -15713,7 +15497,7 @@ const SvgIconPercent = props => /*#__PURE__*/React__namespace.createElement("svg width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15723,14 +15507,14 @@ const SvgIconPercent = props => /*#__PURE__*/React__namespace.createElement("svg strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m16 8-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" + d: "m16 8.75-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.5, - d: "M8.25 9a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" + d: "M8.25 9.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" })); const SvgIconPersonAddFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15820,6 +15604,44 @@ const SvgIconPersonFill = props => /*#__PURE__*/React__namespace.createElement(" d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10.5c-4.173 0-7.227 2.794-8.06 6.501C3.69 20.112 4.6 21 5.6 21h12.803c.999 0 1.908-.888 1.659-1.999-.834-3.707-3.887-6.501-8.06-6.501Z" })); +const SvgIconPersonPasskeyFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" +}, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" +}), /*#__PURE__*/React__namespace.createElement("path", { + fill: "currentColor", + d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" +}), /*#__PURE__*/React__namespace.createElement("path", { + fill: "currentColor", + fillRule: "evenodd", + d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", + clipRule: "evenodd" +})); + +const SvgIconPersonPasskey = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" +}, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" +}), /*#__PURE__*/React__namespace.createElement("path", { + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" +})); + const SvgIconPersonRemoveFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15914,21 +15736,17 @@ const SvgIconPieChart2Fill = props => /*#__PURE__*/React__namespace.createElemen width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M21.88 8.46c-.02-.13-.06-.26-.09-.38v-.02a8.44 8.44 0 0 0-5.94-5.94h-.02c-.12-.03-.25-.07-.38-.09-.15-.02-.34-.03-.55.03-.29.09-.55.29-.71.55-.12.19-.16.39-.17.54-.01.13-.01.28-.01.42v5.19c.01.13.04.3.13.48.12.24.31.43.55.55.18.09.35.12.48.13h5.19c.14 0 .29 0 .42-.01.15-.02.35-.05.54-.17.26-.16.46-.42.55-.71.06-.21.05-.4.03-.55z", - clipRule: "evenodd" + d: "M14 2.75a8 8 0 0 1 8 8h-8z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M19.25 11.9h-6.39c-.29 0-.47 0-.6-.01-.08 0-.11-.01-.12-.02a.24.24 0 0 1-.1-.1s-.01-.04-.02-.12c-.01-.13-.01-.3-.01-.6V4.66c0-.41-.32-.74-.73-.75H11C6.03 3.9 2 7.93 2 12.9a9 9 0 0 0 18 0v-.27a.745.745 0 0 0-.75-.73", - clipRule: "evenodd" + d: "M20 13.75a9 9 0 1 1-8-8.945v7.945h7.945q.055.492.055 1" })); const SvgIconPieChart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15936,7 +15754,7 @@ const SvgIconPieChart2 = props => /*#__PURE__*/React__namespace.createElement("s width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15946,13 +15764,13 @@ const SvgIconPieChart2 = props => /*#__PURE__*/React__namespace.createElement("s strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M21.065 8.347a7.69 7.69 0 0 0-5.412-5.412c-.273-.073-.41-.11-.545-.07a.53.53 0 0 0-.284.218c-.074.12-.074.277-.074.59V8.45c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h4.777c.313 0 .47 0 .59-.074a.53.53 0 0 0 .218-.284c.04-.136.003-.272-.07-.545" + d: "M21.25 10a7.68 7.68 0 0 0-6.5-6.5V10z" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 13a8.25 8.25 0 1 1-7.996-8.246v6.396c0 .56 0 .84.11 1.054a1 1 0 0 0 .436.437c.214.11.494.11 1.054.11h6.392q.004.123.004.249" + d: "M19.25 13.75a8.25 8.25 0 1 1-7.996-8.246V13.5h7.992q.004.124.004.25" })); const SvgIconPieChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15960,17 +15778,17 @@ const SvgIconPieChartFill = props => /*#__PURE__*/React__namespace.createElement width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.654 14.617A10 10 0 0 0 22 12c0-5.27-4.078-9.589-9.25-9.972v9.442z" + d: "M21.654 15.367A10 10 0 0 0 22 12.75c0-5.27-4.078-9.589-9.25-9.972v9.441z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "m21.154 16.031-9.404-3.324a.75.75 0 0 1-.5-.707V2.028A10 10 0 0 0 2 12c0 5.523 4.477 10 10 10 4.089 0 7.604-2.454 9.154-5.969" + d: "m21.154 16.78-9.904-3.5V2.778A10 10 0 0 0 2 12.75c0 5.523 4.477 10 10 10a10 10 0 0 0 9.154-5.97" })); const SvgIconPieChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15978,7 +15796,7 @@ const SvgIconPieChart = props => /*#__PURE__*/React__namespace.createElement("sv width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15987,7 +15805,7 @@ const SvgIconPieChart = props => /*#__PURE__*/React__namespace.createElement("sv stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 2.75a9.25 9.25 0 0 0 0 18.5 9.25 9.25 0 0 0 8.724-6.167M12 2.75A9.25 9.25 0 0 1 21.25 12a9.2 9.2 0 0 1-.526 3.083M12 2.75V12l8.724 3.083" + d: "M12 3.5A9.25 9.25 0 0 0 12 22a9.25 9.25 0 0 0 8.724-6.167M12 3.5a9.25 9.25 0 0 1 9.25 9.25 9.2 9.2 0 0 1-.526 3.083M12 3.5v9.25l8.724 3.083" })); const SvgIconPiloneFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -16086,7 +15904,7 @@ const SvgIconPin = props => /*#__PURE__*/React__namespace.createElement("svg", _ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .465-.594l3.76-2.148a1 1 0 0 0 .211-1.576l-5.398-5.398a1 1 0 0 0-1.576.21l-2.148 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" + d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .466-.594l3.76-2.148a1 1 0 0 0 .21-1.576l-5.398-5.398a1 1 0 0 0-1.575.21l-2.149 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" })); const SvgIconPizzaFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -16828,7 +16646,7 @@ const SvgIconRepeat = props => /*#__PURE__*/React__namespace.createElement("svg" strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.647-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" + d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.646-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" })); const SvgIconReplyFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17609,7 +17427,7 @@ const SvgIconSend2 = props => /*#__PURE__*/React__namespace.createElement("svg", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.026 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" + d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.025 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" })); const SvgIconSend3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17656,7 +17474,7 @@ const SvgIconSendFill = props => /*#__PURE__*/React__namespace.createElement("sv "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.312 2.433 2.432 8.312c.345 1.178 2.004 1.205 2.387.04z" + d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.311 2.433 2.433 8.312c.345 1.178 2.004 1.205 2.387.04z" })); const SvgIconSend = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17674,7 +17492,7 @@ const SvgIconSend = props => /*#__PURE__*/React__namespace.createElement("svg", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.631-.631L2.278 9.497a.5.5 0 0 0 .016.955l8.443 2.471a.5.5 0 0 1 .34.34z" + d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.63-.631L2.277 9.497a.5.5 0 0 0 .016.955l8.444 2.471a.5.5 0 0 1 .339.34z" })); const SvgIconServerFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17975,7 +17793,7 @@ const SvgIconShippingBagFill = props => /*#__PURE__*/React__namespace.createElem }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.747 1.644l.878 14.5A1.75 1.75 0 0 1 19.188 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", + d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.746 1.644l.88 14.5A1.75 1.75 0 0 1 19.186 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", clipRule: "evenodd" })); @@ -18014,7 +17832,7 @@ const SvgIconShippingBagHeart = props => /*#__PURE__*/React__namespace.createEle strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15 8.75a3 3 0 1 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5a1 1 0 0 0 1 1.06h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.805-2.167-.903 0-1.445.542-1.445.542s-.542-.542-1.444-.542c-.903 0-1.806.722-1.806 2.167 0 2.076 2.98 3.61 3.25 3.61Z" + d: "M15 8.75a3 3 0 0 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5A1 1 0 0 0 4.812 21h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.806-2.167-.902 0-1.444.542-1.444.542s-.542-.542-1.445-.542c-.902 0-1.805.722-1.805 2.167 0 2.076 2.98 3.61 3.25 3.61Z" })); const SvgIconShippingBag = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -18087,12 +17905,12 @@ const SvgIconShoppingBagEditFill = props => /*#__PURE__*/React__namespace.create }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.41 4.41v3.015H3.382l2.222-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.409 4.41v3.015H3.38l2.223-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 0 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", + d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 1 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", clipRule: "evenodd" })); @@ -18143,12 +17961,12 @@ const SvgIconShoppingBagHeartFill = props => /*#__PURE__*/React__namespace.creat }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.555 14c.552 0 1.038.1 1.445.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.556 14c.552 0 1.037.1 1.444.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M17.117 22.366a10 10 0 0 1-1.207-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.487.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.444.35-.882.627-1.208.816-.288.166-.584.31-.884.453-.3-.142-.596-.287-.884-.453m-1.617-3.99c0-.561.172-.91.361-1.112a.95.95 0 0 1 .695-.305c.298 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.342 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.77c-.794-.628-1.341-1.334-1.341-1.996Z", + d: "M17.118 22.366a10 10 0 0 1-1.208-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.488.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.443.35-.882.627-1.208.816-.287.166-.584.31-.884.453-.3-.142-.596-.287-.883-.453m-1.618-3.99c0-.561.172-.91.362-1.112a.95.95 0 0 1 .694-.305c.299 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.341 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.769c-.795-.629-1.342-1.335-1.342-1.997Z", clipRule: "evenodd" })); @@ -19177,14 +18995,14 @@ const SvgIconStrikeThroughFill = props => /*#__PURE__*/React__namespace.createEl width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12.002 2C9.774 2 8.159 2.73 7.1 3.804c-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87C15.865 2.8 14.331 2 12.002 2m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824C8.077 21.2 9.674 22 12.002 22c4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" + d: "M12.002 2.75c-2.228 0-3.843.73-4.902 1.804-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87-.98-1.038-2.514-1.838-4.843-1.838m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824 1.067 1.01 2.664 1.809 4.992 1.809 4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" })); const SvgIconStrikeThrough = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -19192,7 +19010,7 @@ const SvgIconStrikeThrough = props => /*#__PURE__*/React__namespace.createElemen width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -19201,7 +19019,7 @@ const SvgIconStrikeThrough = props => /*#__PURE__*/React__namespace.createElemen stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M17.578 6.861c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.14c.384 1.205 1.755 4.111 6.033 4.111 4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12h18.5" + d: "M17.578 7.611c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.89C6.353 19.094 7.724 22 12.002 22c4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12.75h18.5" })); const SvgIconSuitcaseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -19596,7 +19414,7 @@ const SvgIconTShirtFill = props => /*#__PURE__*/React__namespace.createElement(" "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.882 2.159l.873 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.783 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.872-1.956a1.75 1.75 0 0 0-.881-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.404 1.277-1.4 1.863-2.36 1.863-.961 0-1.957-.586-2.36-1.863" + d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.881 2.159l.872 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.873-1.956a1.75 1.75 0 0 0-.882-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.403 1.277-1.4 1.863-2.36 1.863-.961 0-1.956-.586-2.36-1.863" })); const SvgIconTShirt = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -19927,96 +19745,6 @@ const SvgIconTrash = props => /*#__PURE__*/React__namespace.createElement("svg", d: "m5.69 20.314-.749.049zm12.62 0 .749.049zM2.75 5a.75.75 0 0 0 0 1.5zm18.5 1.5a.75.75 0 0 0 0-1.5zM10.5 10.75a.75.75 0 0 0-1.5 0zM9 16.25a.75.75 0 0 0 1.5 0zm6-5.5a.75.75 0 0 0-1.5 0zm-1.5 5.5a.75.75 0 0 0 1.5 0zm1.648-10.313a.75.75 0 1 0 1.452-.374zM4.002 5.798l.94 14.565 1.496-.097-.94-14.564zM6.688 22h10.624v-1.5H6.688zm12.37-1.637.94-14.565-1.496-.096-.94 14.564 1.497.097ZM19.25 5H4.75v1.5h14.5zM2.75 6.5h2V5h-2zm16.5 0h2V5h-2zM17.312 22a1.75 1.75 0 0 0 1.747-1.637l-1.497-.097a.25.25 0 0 1-.25.234zm-12.37-1.637A1.75 1.75 0 0 0 6.687 22v-1.5a.25.25 0 0 1-.25-.234l-1.497.097ZM9 10.75v5.5h1.5v-5.5zm4.5 0v5.5H15v-5.5zM12 3.5a3.25 3.25 0 0 1 3.148 2.437l1.452-.374A4.75 4.75 0 0 0 12 2zM8.852 5.937A3.25 3.25 0 0 1 12 3.5V2a4.75 4.75 0 0 0-4.6 3.563z" })); -const SvgIconTrendingChart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 10.964 1.026 2.434c.358.852 1.577.805 1.869-.072L6.91 9.533c.308-.922 1.612-.91 1.902.018l3.126 9.996c.304.973 1.693.923 1.927-.07l3.52-14.954c.23-.974 1.583-1.048 1.916-.105l1.949 5.518" -})); - -const SvgIconTrendingChart3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M15.75 6.75h5.5v5.5m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 17.25" -})); - -const SvgIconTrendingChart4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 4.75v13.5a1 1 0 0 0 1 1h17.5m-14.5-4 3.543-3.543a1 1 0 0 1 1.414 0l.586.586a1 1 0 0 0 1.414 0l5.038-5.038M14.75 6.75h4.5v4.5" -})); - -const SvgIconTrendingChart5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m19.219 10.969-1.356-1.356a1 1 0 0 0-1.414 0l-3.742 3.742a1 1 0 0 1-1.414 0l-1.164-1.164a1 1 0 0 0-1.414 0L3.75 17.157m0-13.406v13.406m16.5 3.094H4.75a1 1 0 0 1-1-1v-2.094" -})); - -const SvgIconTrendingChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 13.036 1.026-2.434c.358-.852 1.577-.805 1.869.072l1.265 3.793c.308.922 1.612.91 1.902-.018l3.126-9.996c.304-.973 1.693-.923 1.927.07l3.52 14.954c.23.974 1.583 1.048 1.916.105l1.949-5.519" -})); - const SvgIconTriangleInfoFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -20169,14 +19897,14 @@ const SvgIconUnderlineFill = props => /*#__PURE__*/React__namespace.createElemen width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M6.5 3.75a.75.75 0 0 0-1.5 0V12a7 7 0 1 0 14 0V3.75a.75.75 0 0 0-1.5 0V12a5.5 5.5 0 1 1-11 0zM5.75 20a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" + d: "M6.5 4.5a.75.75 0 0 0-1.5 0v8.25a7 7 0 1 0 14 0V4.5a.75.75 0 0 0-1.5 0v8.25a5.5 5.5 0 1 1-11 0zm-.75 16.25a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" })); const SvgIconUnderline = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20184,7 +19912,7 @@ const SvgIconUnderline = props => /*#__PURE__*/React__namespace.createElement("s width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20193,7 +19921,7 @@ const SvgIconUnderline = props => /*#__PURE__*/React__namespace.createElement("s stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M5.75 20.75h12.5m-12.5-17V12a6.25 6.25 0 1 0 12.5 0V3.75" + d: "M5.75 21.5h12.5m-12.5-17v8.25a6.25 6.25 0 1 0 12.5 0V4.5" })); const SvgIconUndoFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20420,7 +20148,7 @@ const SvgIconVerified = props => /*#__PURE__*/React__namespace.createElement("sv strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.822 5.06l-2.063-.327a1.085 1.085 0 0 0-1.255 1.053l-.036 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.748-1.95c.134-.35.439-.605.806-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.085 1.085 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.062.327a1.09 1.09 0 0 1-.99-.36l-1.37-1.576a1.085 1.085 0 0 0-1.638 0L9.81 4.7c-.246.283-.62.419-.99.36Z" + d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.82 5.06l-2.06-.327a1.085 1.085 0 0 0-1.256 1.053l-.035 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.747-1.95c.135-.35.44-.605.807-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.086 1.086 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.063.327a1.09 1.09 0 0 1-.989-.36l-1.37-1.576a1.085 1.085 0 0 0-1.639 0L9.81 4.7a1.08 1.08 0 0 1-.989.36Z" })); const SvgIconVideoCamFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20965,14 +20693,14 @@ const SvgIconWhiteboardFill = props => /*#__PURE__*/React__namespace.createEleme width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12.75 2.75a.75.75 0 0 0-1.5 0V4h-7.5A1.75 1.75 0 0 0 2 5.75v11.5c0 .966.784 1.75 1.75 1.75h3.21l-.672 2.013a.75.75 0 0 0 1.424.474L8.54 19h2.709v1.25a.75.75 0 0 0 1.5 0V19h2.71l.828 2.487a.75.75 0 0 0 1.424-.474L17.04 19h3.209A1.75 1.75 0 0 0 22 17.25V5.75A1.75 1.75 0 0 0 20.25 4h-7.5z" + d: "M12.75 3.5a.75.75 0 0 0-1.5 0v1.25h-8.5A.75.75 0 0 0 2 5.5V19c0 .414.336.75.75.75h4.21l-.672 2.013a.75.75 0 0 0 1.424.474l.829-2.487h2.709V21a.75.75 0 0 0 1.5 0v-1.25h2.71l.828 2.487a.75.75 0 0 0 1.424-.474l-.671-2.013h4.209A.75.75 0 0 0 22 19V5.5a.75.75 0 0 0-.75-.75h-8.5z" })); const SvgIconWhiteboard = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20980,7 +20708,7 @@ const SvgIconWhiteboard = props => /*#__PURE__*/React__namespace.createElement(" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20990,7 +20718,7 @@ const SvgIconWhiteboard = props => /*#__PURE__*/React__namespace.createElement(" strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16 18.25h4.25a1 1 0 0 0 1-1V5.75a1 1 0 0 0-1-1H12m4 13.5 1 3m-1-3h-4m-4 0H3.75a1 1 0 0 1-1-1V5.75a1 1 0 0 1 1-1H12m-4 13.5-1 3m1-3h4m0-13.5v-2m0 15.5v2" + d: "M16 19h5.25V5.5H12M16 19l1 3m-1-3h-4m-4 0H2.75V5.5H12M8 19l-1 3m1-3h4m0-13.5v-2M12 19v2" })); const SvgIconWifi = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -21327,8 +21055,6 @@ exports.IconAlignmentRight = SvgIconAlignmentRight; exports.IconAlignmentRightFill = SvgIconAlignmentRightFill; exports.IconAlt = SvgIconAlt; exports.IconAltFill = SvgIconAltFill; -exports.IconAnalyticsChart = SvgIconAnalyticsChart; -exports.IconAnalyticsChartFill = SvgIconAnalyticsChartFill; exports.IconAnonymous = SvgIconAnonymous; exports.IconAnonymousFill = SvgIconAnonymousFill; exports.IconApple = SvgIconApple; @@ -21649,18 +21375,18 @@ exports.IconCart = SvgIconCart; exports.IconCartFill = SvgIconCartFill; exports.IconChainLink = SvgIconChainLink; exports.IconChainLinkFill = SvgIconChainLinkFill; -exports.IconChart = SvgIconChart; -exports.IconChart2 = SvgIconChart2; -exports.IconChart2Fill = SvgIconChart2Fill; -exports.IconChart3 = SvgIconChart3; -exports.IconChart3Fill = SvgIconChart3Fill; -exports.IconChart4 = SvgIconChart4; -exports.IconChart4Fill = SvgIconChart4Fill; -exports.IconChart5 = SvgIconChart5; -exports.IconChart5Fill = SvgIconChart5Fill; -exports.IconChartFill = SvgIconChartFill; -exports.IconChartLine = SvgIconChartLine; -exports.IconChartTrendingUp = SvgIconChartTrendingUp; +exports.IconChartAnalytics = SvgIconChartAnalytics; +exports.IconChartAnalyticsFill = SvgIconChartAnalyticsFill; +exports.IconChartBar = SvgIconChartBar; +exports.IconChartBarDown = SvgIconChartBarDown; +exports.IconChartBarUp = SvgIconChartBarUp; +exports.IconChartLineDown = SvgIconChartLineDown; +exports.IconChartLineUp = SvgIconChartLineUp; +exports.IconChartPresentation = SvgIconChartPresentation; +exports.IconChartPresentation2 = SvgIconChartPresentation2; +exports.IconChartPresentation2Fill = SvgIconChartPresentation2Fill; +exports.IconChartPresentationFill = SvgIconChartPresentationFill; +exports.IconChartTrending = SvgIconChartTrending; exports.IconCheck = SvgIconCheck; exports.IconChecklist = SvgIconChecklist; exports.IconChevronDoubleDown = SvgIconChevronDoubleDown; @@ -21823,8 +21549,6 @@ exports.IconDevices = SvgIconDevices; exports.IconDevicesFill = SvgIconDevicesFill; exports.IconDiamond = SvgIconDiamond; exports.IconDiamondFill = SvgIconDiamondFill; -exports.IconDocumentChart = SvgIconDocumentChart; -exports.IconDocumentChartFill = SvgIconDocumentChartFill; exports.IconDonut = SvgIconDonut; exports.IconDonutFill = SvgIconDonutFill; exports.IconDotGrid2X3 = SvgIconDotGrid2X3; @@ -21895,10 +21619,6 @@ exports.IconFlash = SvgIconFlash; exports.IconFlashFill = SvgIconFlashFill; exports.IconFlashOff = SvgIconFlashOff; exports.IconFlashOffFill = SvgIconFlashOffFill; -exports.IconFlipchart = SvgIconFlipchart; -exports.IconFlipchart2 = SvgIconFlipchart2; -exports.IconFlipchart2Fill = SvgIconFlipchart2Fill; -exports.IconFlipchartFill = SvgIconFlipchartFill; exports.IconFloppyDisk = SvgIconFloppyDisk; exports.IconFloppyDisk2 = SvgIconFloppyDisk2; exports.IconFloppyDisk2Fill = SvgIconFloppyDisk2Fill; @@ -22081,9 +21801,6 @@ exports.IconLightBulb = SvgIconLightBulb; exports.IconLightBulb2 = SvgIconLightBulb2; exports.IconLightBulb2Fill = SvgIconLightBulb2Fill; exports.IconLightBulbFill = SvgIconLightBulbFill; -exports.IconLineChart6 = SvgIconLineChart6; -exports.IconLineChartL = SvgIconLineChartL; -exports.IconLineChartR = SvgIconLineChartR; exports.IconLink = SvgIconLink; exports.IconLiquid = SvgIconLiquid; exports.IconLiquidFill = SvgIconLiquidFill; @@ -22175,8 +21892,6 @@ exports.IconPaperFill = SvgIconPaperFill; exports.IconPaperclip = SvgIconPaperclip; exports.IconPaperclip2 = SvgIconPaperclip2; exports.IconPaperclip3 = SvgIconPaperclip3; -exports.IconPasskey = SvgIconPasskey; -exports.IconPasskeyFill = SvgIconPasskeyFill; exports.IconPause = SvgIconPause; exports.IconPauseFill = SvgIconPauseFill; exports.IconPencilBox = SvgIconPencilBox; @@ -22193,6 +21908,8 @@ exports.IconPersonAddFill = SvgIconPersonAddFill; exports.IconPersonAdded = SvgIconPersonAdded; exports.IconPersonAddedFill = SvgIconPersonAddedFill; exports.IconPersonFill = SvgIconPersonFill; +exports.IconPersonPasskey = SvgIconPersonPasskey; +exports.IconPersonPasskeyFill = SvgIconPersonPasskeyFill; exports.IconPersonRemove = SvgIconPersonRemove; exports.IconPersonRemoveFill = SvgIconPersonRemoveFill; exports.IconPictureInPicture = SvgIconPictureInPicture; @@ -22424,11 +22141,6 @@ exports.IconTrashEmptyFill = SvgIconTrashEmptyFill; exports.IconTrashFill = SvgIconTrashFill; exports.IconTrashPaper = SvgIconTrashPaper; exports.IconTrashPaperFill = SvgIconTrashPaperFill; -exports.IconTrendingChart = SvgIconTrendingChart; -exports.IconTrendingChart2 = SvgIconTrendingChart2; -exports.IconTrendingChart3 = SvgIconTrendingChart3; -exports.IconTrendingChart4 = SvgIconTrendingChart4; -exports.IconTrendingChart5 = SvgIconTrendingChart5; exports.IconTriangleInfo = SvgIconTriangleInfo; exports.IconTriangleInfoFill = SvgIconTriangleInfoFill; exports.IconTrophy = SvgIconTrophy; diff --git a/dist/es/index.js b/dist/es/index.js index fd3b2f18..8ec36edc 100644 --- a/dist/es/index.js +++ b/dist/es/index.js @@ -54,7 +54,7 @@ const SvgIconAcademicCapFill = props => /*#__PURE__*/React.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.751.751 0 0 1-.23 1.337 50 50 0 0 0-9.903 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.859 1.228 50 50 0 0 0-4.634-1.527.75.75 0 0 1-.23-1.337A60.7 60.7 0 0 1 11.7 2.805" + d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.75.75 0 0 1-.231 1.337 50 50 0 0 0-9.902 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.86 1.228 50 50 0 0 0-4.633-1.527.75.75 0 0 1-.231-1.337A60.7 60.7 0 0 1 11.7 2.805" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M13.06 15.473a48.5 48.5 0 0 1 7.666-3.282q.202 2.122.255 4.284a.75.75 0 0 1-.46.71 48 48 0 0 0-8.105 4.343.75.75 0 0 1-.832 0 48 48 0 0 0-8.104-4.342.75.75 0 0 1-.461-.71q.053-2.163.255-4.286 1.382.456 2.726.99v1.27a1.5 1.5 0 0 0-.14 2.508c-.09.38-.222.753-.397 1.11q.678.32 1.346.66c.25-.51.436-1.05.551-1.607a1.5 1.5 0 0 0 .14-2.67v-.645a49 49 0 0 1 3.44 1.667 2.25 2.25 0 0 0 2.12 0" @@ -78,7 +78,7 @@ const SvgIconAcademicCap = props => /*#__PURE__*/React.createElement("svg", _ext strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.26 10.147a60 60 0 0 0-.491 6.347A48.6 48.6 0 0 1 12 20.904a48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.491-6.347m0 0a51 51 0 0 1 2.658-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334 50.6 50.6 0 0 1 12 13.49a50.7 50.7 0 0 1 7.741-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" + d: "M4.26 10.147a60 60 0 0 0-.49 6.347 48.6 48.6 0 0 1 8.23 4.41 48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.49-6.347m0 0a51 51 0 0 1 2.657-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334a50.6 50.6 0 0 1 10.4 4.155 50.7 50.7 0 0 1 7.74-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" })); const SvgIconAccessibleFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -289,7 +289,7 @@ const SvgIconAirpodGen3Left = props => /*#__PURE__*/React.createElement("svg", _ "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.081 5.022C9.288 5.029 7.76 6.513 7.76 8.494c0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.234.346-.701.414-1.048.165l-1.054-.745a.72.72 0 0 1-.151-1.047.723.723 0 0 1 1.025-.181l1.054.76a.74.74 0 0 1 .173 1.048Zm2.094 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.659-1.514v5.544c0 .505.339.791.866.791z" + d: "M11.08 5.022c-1.791.007-3.32 1.491-3.32 3.472 0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.233.346-.7.414-1.047.165l-1.054-.745a.72.72 0 0 1-.151-1.047.72.72 0 0 1 1.024-.181l1.055.76a.74.74 0 0 1 .173 1.048m2.095 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.66-1.514v5.544c0 .505.34.791.867.791z" })); const SvgIconAirpodGen3Right = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -304,7 +304,7 @@ const SvgIconAirpodGen3Right = props => /*#__PURE__*/React.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12.919 5.022c-2.373-.016-5.16 2.35-5.16 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.53-3.465-3.322-3.472m-.332 3.533a.75.75 0 0 1 .174-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.821.181-1.054-.165Zm-2.094 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.491 1.205.407.678.392 1.213-.03 1.213m2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.719 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" + d: "M12.92 5.022c-2.374-.016-5.161 2.35-5.161 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.529-3.465-3.322-3.472Zm-.332 3.533a.75.75 0 0 1 .173-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.82.181-1.054-.165m-2.095 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.492 1.205.406.678.391 1.213-.03 1.213Zm2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.718 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" })); const SvgIconAirpodsGen3Chargingcase = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -377,7 +377,7 @@ const SvgIconAlignmentCenterFill = props => /*#__PURE__*/React.createElement("sv width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -385,7 +385,7 @@ const SvgIconAlignmentCenterFill = props => /*#__PURE__*/React.createElement("sv }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M7 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 7 12m-4 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m4 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -412,7 +412,7 @@ const SvgIconAlignmentJustifyFill = props => /*#__PURE__*/React.createElement("s width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -420,7 +420,7 @@ const SvgIconAlignmentJustifyFill = props => /*#__PURE__*/React.createElement("s }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -447,7 +447,7 @@ const SvgIconAlignmentLeftFill = props => /*#__PURE__*/React.createElement("svg" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -455,7 +455,7 @@ const SvgIconAlignmentLeftFill = props => /*#__PURE__*/React.createElement("svg" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -482,7 +482,7 @@ const SvgIconAlignmentRightFill = props => /*#__PURE__*/React.createElement("svg width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -490,7 +490,7 @@ const SvgIconAlignmentRightFill = props => /*#__PURE__*/React.createElement("svg }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M11 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 11 12m-8 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m8 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -553,42 +553,6 @@ const SvgIconAlt = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "M5.38 15.092c-.481 0-.776-.274-.776-.727 0-.128.042-.315.108-.498l1.477-4.059c.22-.61.59-.888 1.183-.888.627 0 .992.266 1.22.888l1.49 4.06c.071.194.1.335.1.493 0 .428-.32.73-.764.73-.44 0-.668-.199-.8-.688l-.204-.665h-2.05l-.204.64c-.145.506-.373.714-.78.714m1.287-2.503h1.415l-.701-2.308h-.034zM11.68 15c-.481 0-.763-.29-.763-.797v-4.49c0-.507.282-.793.763-.793s.76.286.76.793v4.059h1.876c.407 0 .676.224.676.614s-.265.614-.676.614zm5.388.092c-.482 0-.76-.287-.76-.793v-4.06h-1.05c-.407 0-.68-.223-.68-.614 0-.39.265-.614.68-.614h3.623c.411 0 .677.224.677.614s-.274.615-.677.615h-1.054v4.059c0 .506-.278.793-.76.793Z" })); -const SvgIconAnalyticsChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M3 4.75C3 3.784 3.784 3 4.75 3h14.5c.966 0 1.75.784 1.75 1.75v6.5h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 14.574 8.412 11.65a.75.75 0 0 0-.663-.399H3v-6.5Z" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M3 12.75v6.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 19.25v-6.5h-4.75a.75.75 0 0 1-.663-.4L14.04 9.429l-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 12.75z" -})); - -const SvgIconAnalyticsChart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "square", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 12h4L10 16.25l4-8.5L16.25 12h4m-15.5 8.25h14.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H4.75a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1Z" -})); - const SvgIconAnonymousFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -953,7 +917,7 @@ const SvgIconArrowPathDownFill = props => /*#__PURE__*/React.createElement("svg" "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.783-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.281 7.294a1.75 1.75 0 0 1-2.652 0z" + d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.784-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.28 7.294a1.75 1.75 0 0 1-2.653 0z" })); const SvgIconArrowPathDown = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1251,7 +1215,7 @@ const SvgIconArrowTriangleUpFill = props => /*#__PURE__*/React.createElement("sv "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.548 4.96c-.642-1.28-2.454-1.28-3.095 0z" + d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.547 4.96c-.64-1.28-2.453-1.28-3.094 0z" })); const SvgIconArrowTriangleUp = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1731,7 +1695,7 @@ const SvgIconAtomFill = props => /*#__PURE__*/React.createElement("svg", _extend "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.456 5.933-1.74Zm-14.352 0c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.455-5.932 1.739M12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.053c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.894 2.455 5.215 1.739 5.932Z" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.455 5.933-1.739Zm-14.352 0c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.456-5.932 1.74ZM12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.052c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.211c1.968 2.895 2.455 5.216 1.739 5.932z" })); const SvgIconAtom = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1746,7 +1710,7 @@ const SvgIconAtom = props => /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.457 5.933-1.74ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.134Q15.531 10.74 16.527 12ZM4.824 4.824c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.456-5.932 1.739m14.353 0c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.053 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.933M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.456 5.933-1.739ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.133A27 27 0 0 1 16.527 12ZM4.824 4.823c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.457-5.932 1.74Zm14.353 0c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.932M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" })); const SvgIconAttentionFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1762,7 +1726,7 @@ const SvgIconAttentionFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M7.537 3a1.75 1.75 0 0 0-1.701 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 1 0 1.458.354l.71-2.927h5.123l.71 2.927a.75.75 0 1 0 1.457-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.713 3.933L15.052 16h4.396z", + d: "M7.536 3a1.75 1.75 0 0 0-1.7 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 0 0 1.458.354l.71-2.927h5.122l.71 2.927a.75.75 0 1 0 1.458-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.714 3.933L15.052 16h4.396z", clipRule: "evenodd" })); @@ -1963,7 +1927,7 @@ const SvgIconBackspaceFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", + d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 0 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })); @@ -2448,7 +2412,7 @@ const SvgIconBeatsFitProRight = props => /*#__PURE__*/React.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M8.886 15.053c1.373 0 2.397-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.214 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.914-4.901c-.455-.931-1.493-1.54-2.912-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.892-1.172 2.892-2.907" + d: "M8.886 15.053c1.373 0 2.398-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.215 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.915-4.901c-.456-.931-1.494-1.54-2.913-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.893-1.172 2.893-2.907Z" })); const SvgIconBeatsFitPro = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2463,7 +2427,7 @@ const SvgIconBeatsFitPro = props => /*#__PURE__*/React.createElement("svg", _ext "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M9.2 14.84c.831 0 1.722-.49 1.916-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.334 1.131.984 1.225 1.065.16 1.902.382 2.725.784.335.16.463.395.402.756l-.402 2.431c-.234 1.406.71 2.491 1.976 2.491Zm5.606 0c1.265 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.536-.409a12.2 12.2 0 0 0-4.024.683c-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.701 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762.368 1.607.951 3.1 1.768 4.526.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.449.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.171 3.074.55 0 .958-.067 1.346-.255.817-1.426 1.4-2.92 1.762-4.526-.416-.857-1.373-1.42-2.686-1.761l.241 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.611 0a1.046 1.046 0 0 1-1.057-1.052c0-.596.468-1.064 1.057-1.064.59 0 1.052.475 1.052 1.064 0 .583-.462 1.052-1.052 1.052m-5.611-.47a.58.58 0 0 0 .582-.582.586.586 0 1 0-.583.583Zm5.611 0a.58.58 0 0 0 .583-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.755c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" + d: "M9.201 14.84c.83 0 1.721-.49 1.915-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.335 1.131.984 1.225 1.065.16 1.902.382 2.726.784.334.16.462.395.401.756l-.401 2.431c-.235 1.406.71 2.491 1.975 2.491Zm5.605 0c1.266 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.535-.409-1.34 0-2.666.214-4.025.683-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.7 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762a16.4 16.4 0 0 0 1.768 4.526c.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.448.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.172 3.074.549 0 .957-.067 1.346-.255.817-1.426 1.4-2.92 1.76-4.526-.414-.857-1.372-1.42-2.684-1.761l.24 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.612 0c-.59 0-1.058-.462-1.058-1.052 0-.596.468-1.064 1.058-1.064.589 0 1.051.475 1.051 1.064 0 .583-.462 1.052-1.051 1.052m-5.612-.47a.58.58 0 0 0 .583-.582.586.586 0 1 0-.583.583Zm5.612 0a.58.58 0 0 0 .582-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.756c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" })); const SvgIconBeatsHeadphones = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2494,7 +2458,7 @@ const SvgIconBellAlarmFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.85 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.728-2.029l-1.358-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.247c.677.937 1.68 1.5 2.753 1.5s2.076-.563 2.754-1.5M5.659 2.232a.75.75 0 0 1-.028 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 1 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027Zm12.683 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.937 4.84.75.75 0 0 1-1.443.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", + d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.849 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.727-2.029l-1.357-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.245c.678.937 1.68 1.5 2.754 1.5s2.076-.563 2.754-1.5ZM5.658 2.232a.75.75 0 0 1-.027 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 0 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027m12.684 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.936 4.84.75.75 0 1 1-1.442.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", clipRule: "evenodd" })); @@ -2543,7 +2507,7 @@ const SvgIconBell = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, - d: "M16 18.25c-.673 1.766-2.21 3-4 3-1.789 0-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.357-8.417a7.045 7.045 0 0 0-13.911 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" + d: "M16 18.25c-.673 1.766-2.21 3-4 3s-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.358-8.417a7.045 7.045 0 0 0-13.91 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" })); const SvgIconBezierCurvesFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2736,7 +2700,7 @@ const SvgIconBluetooth = props => /*#__PURE__*/React.createElement("svg", _exten strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771L11.53 2.933a.5.5 0 0 0-.82.384v7.698m1.203.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.214 4.346a.5.5 0 0 1-.82-.384v-7.697M11.911 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" + d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771l-5.215-4.346a.5.5 0 0 0-.82.384v7.698m1.204.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.215 4.346a.5.5 0 0 1-.82-.384v-7.697M11.912 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" })); const SvgIconBoldFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2744,7 +2708,7 @@ const SvgIconBoldFill = props => /*#__PURE__*/React.createElement("svg", _extend width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -2752,7 +2716,7 @@ const SvgIconBoldFill = props => /*#__PURE__*/React.createElement("svg", _extend }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M5 5.438C5 4.123 6.05 3 7.417 3h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 15.75c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21 5 19.877 5 18.562zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25S14.082 6 12.917 6H8v4.5zM8 13.5h5.833c1.165 0 2.167.975 2.167 2.25S14.998 18 13.833 18H8z", + d: "M5 6.188C5 4.873 6.05 3.75 7.417 3.75h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 16.5c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21.75 5 20.627 5 19.312zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25s-1.001-2.25-2.166-2.25H8v4.5zM8 14.25h5.833c1.165 0 2.167.975 2.167 2.25s-1.002 2.25-2.167 2.25H8z", clipRule: "evenodd" })); @@ -3257,7 +3221,7 @@ const SvgIconBrandAdobe = props => /*#__PURE__*/React.createElement("svg", _exte "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.466H8.8z" + d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.467H8.8z" })); const SvgIconBrandAdonisjs = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -3272,7 +3236,7 @@ const SvgIconBrandAdonisjs = props => /*#__PURE__*/React.createElement("svg", _e "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.6 21.95c-7.742 0-9.6-1.857-9.6-9.6s1.858-9.6 9.6-9.6c7.743 0 9.6 1.857 9.6 9.6s-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.137.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" + d: "M11.6 21.95c-7.743 0-9.6-1.857-9.6-9.6s1.857-9.6 9.6-9.6 9.6 1.857 9.6 9.6-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.138.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" })); const SvgIconBrandAkamai = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -3933,7 +3897,7 @@ const SvgIconBrandKarteil = props => /*#__PURE__*/React.createElement("svg", _ex width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -3941,7 +3905,7 @@ const SvgIconBrandKarteil = props => /*#__PURE__*/React.createElement("svg", _ex }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M13.079 1.916a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 10.254A4.583 4.583 0 0 1 5.192 4.48l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.068.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 11.71a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075V9.475c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", + d: "M13.079 2.666a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 11.004A4.583 4.583 0 0 1 5.192 5.23l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.069.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 12.46a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075v-4.058c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", clipRule: "evenodd" })); @@ -3996,11 +3960,11 @@ const SvgIconBrandLayers = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillOpacity: 0.5, - d: "m5.548 16.636.05-7.5c.008-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.016 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.344-3.355-1.017-3.343-2.82" + d: "m5.548 16.636.05-7.5c.008-1.356.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.82l-.05 7.5c-.009 1.356-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.344-3.355-1.017-3.343-2.819z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillOpacity: 0.8, - d: "m9.096 19.627.05-7.5c.009-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.017-3.343-2.819" + d: "m9.096 19.628.05-7.5c.009-1.358.958-2.52 2.269-2.78l7.242-1.436c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.016-3.343-2.818" })); const SvgIconBrandLemonsqueezy = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4152,9 +4116,9 @@ const SvgIconBrandNetlify = props => /*#__PURE__*/React.createElement("svg", _ex clipPath: "url(#icon-brand-netlify_svg__a)" }, /*#__PURE__*/React.createElement("path", { fillOpacity: 0.7, - d: "M7.405 18.444h-.189l-.943-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" + d: "M7.405 18.444h-.19l-.942-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" }), /*#__PURE__*/React.createElement("path", { - d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.224-1.014-.913-1.03-.354-.009-.76 0-1.193.017l-.065.067v4.154l-.115.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" + d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.225-1.014-.913-1.03-.355-.009-.76 0-1.194.017l-.065.067v4.154l-.114.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" }), /*#__PURE__*/React.createElement("path", { fillOpacity: 0.7, d: "M7.6 13.35H2.115L2 13.237v-1.374l.115-.115H7.6l.114.115v1.374l-.114.115Zm14.286 0H16.4l-.114-.114v-1.374l.114-.115h5.486l.114.115v1.374zM11.209 7.979V3.865l.115-.115h1.374l.115.115v4.113l-.115.115h-1.374l-.115-.115Zm0 13.255V17.12l.115-.114h1.374l.115.114v4.114l-.115.115h-1.374z" @@ -4170,7 +4134,7 @@ const SvgIconBrandNextjs = props => /*#__PURE__*/React.createElement("svg", _ext width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -4178,7 +4142,7 @@ const SvgIconBrandNextjs = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.209v6.288H8.5V8.5h1.682l5.096 6.539V8.5h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12c0-5.523-4.477-10-10-10", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.959v6.288H8.5V9.25h1.682l5.096 6.539V9.25h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12.75c0-5.523-4.477-10-10-10", clipRule: "evenodd" })); @@ -4461,7 +4425,7 @@ const SvgIconBrandReactjs = props => /*#__PURE__*/React.createElement("svg", _ex "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.464.106.555.318.795 1.529.608 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.843 0 2.095.672 3.424 1.899-.57.6-1.142 1.28-1.684 2.034-.921.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.044-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.811 5.304-2.536.783-4.187 2.034-4.187 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.483 1.378 2.951 2.168 4.072 2.168.343 0 .652-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.308-2.719c-.15.526-.338 1.068-.55 1.61a22 22 0 0 0-1.121-1.932 19 19 0 0 1 1.671.322m-1.867 4.342c-.318.55-.644 1.072-.982 1.557a21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626m1.317-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.134 4.35a17 17 0 0 1-1.133-1.305c.367.016.742.029 1.121.029q.576.001 1.134-.029c-.367.477-.746.913-1.122 1.305m-3.033-2.401a18 18 0 0 1-1.671-.323c.15-.526.338-1.068.55-1.61q.249.489.534.979a27 27 0 0 0 .587.954M11.94 6.18q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.916 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.141-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.588.444.55.755 1.121 1.44 1.696 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.351.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483c.375-.848.677-1.675.905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" + d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.465.106.554.318.794 1.529.607 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.844 0 2.095.672 3.424 1.899-.57.6-1.141 1.28-1.684 2.034-.92.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.045-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.81 5.304-2.537.783-4.188 2.034-4.188 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.484 1.378 2.951 2.168 4.072 2.168.343 0 .653-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.307-2.719a19 19 0 0 1-.55 1.61 22 22 0 0 0-1.121-1.932q.869.128 1.67.322Zm-1.867 4.342a22 22 0 0 1-.983 1.557 21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626Zm1.316-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.133 4.35a17 17 0 0 1-1.134-1.305c.367.016.742.029 1.121.029q.577.001 1.134-.029a16 16 0 0 1-1.121 1.305m-3.033-2.401a18 18 0 0 1-1.672-.323c.151-.526.338-1.068.55-1.61.168.326.343.652.535.979a27 27 0 0 0 .587.954m3.012-8.484q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.917 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.142-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.589.444.55.755 1.12 1.44 1.695 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.35.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483 19 19 0 0 0 .905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M11.947 13.486a1.863 1.863 0 1 0 0-3.726 1.863 1.863 0 0 0 0 3.726" @@ -4605,7 +4569,7 @@ const SvgIconBrandSnapchat = props => /*#__PURE__*/React.createElement("svg", _e "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.036-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.03-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.316-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.172-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.017.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.844-.745-2.918-.745-1.072 0-2.051.251-2.916.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.01 2.212 0 .02-.02.033-.037.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.368-.04c-.542 0-.969.274-1.142.731-.128.34-.108.684.056.996.129.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.801.533a.5.5 0 0 1 .153.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157 1 1 0 0 0-.112.059c-.042.025-.401.204-.477.469-.111.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.076.195.1.318.04.207.126.46.38.636.28.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.256-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.224-.131q.123-.037.276-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" + d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.037-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.031-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.315-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.173-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.018.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.845-.745-2.919-.745-1.071 0-2.05.251-2.915.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.011 2.212 0 .02-.02.033-.036.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.369-.04c-.54 0-.968.274-1.14.731-.129.34-.11.684.055.996.128.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.8.533a.5.5 0 0 1 .154.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157q-.048.021-.112.059c-.042.025-.402.204-.477.469-.112.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.075.195.1.318.04.207.126.46.38.636.279.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.255-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.223-.131q.124-.037.277-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" })); const SvgIconBrandSpotify = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4620,7 +4584,7 @@ const SvgIconBrandSpotify = props => /*#__PURE__*/React.createElement("svg", _ex "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12 2C6.475 2 1.998 6.477 1.998 12s4.477 10 10 10c5.524 0 10-4.477 10-10s-4.476-10-10-10Zm4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.386.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.233 1.329a.78.78 0 0 1 .257 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" + d: "M12 2C6.475 2 2 6.477 2 12s4.476 10 10 10c5.523 0 10-4.477 10-10S17.523 2 12 2m4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.387.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.234 1.329a.78.78 0 0 1 .256 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" })); const SvgIconBrandStripe = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4645,14 +4609,14 @@ const SvgIconBrandTailwindVariants = props => /*#__PURE__*/React.createElement(" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "m16.458 9.163.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 2.818h9.003V2H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783A5.46 5.46 0 0 0 16.458 2zm4.672 4.645v8.984h.783V7.463zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V7.463H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2A5.46 5.46 0 0 0 2 7.463zM16.27 8.804l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 8.81l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 8.803l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" + d: "m16.458 9.913.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 3.568h9.003V2.75H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783a5.46 5.46 0 0 0-5.455-5.463zm4.672 4.645v8.984h.783V8.213zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V8.213H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2.75A5.46 5.46 0 0 0 2 8.213zM16.27 9.554l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 9.56l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 9.553l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" })); const SvgIconBrandTailwindcss = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4967,7 +4931,7 @@ const SvgIconBrandWindows = props => /*#__PURE__*/React.createElement("svg", _ex "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "m2 5.582 8.148-1.11.004 7.86-8.144.046zm8.145 7.655.006 7.867-8.145-1.12v-6.8zm.987-8.91L21.936 2.75v9.482l-10.804.085zM21.94 13.31l-.003 9.439-10.804-1.525-.015-7.932z" + d: "m2 5.582 8.148-1.11.004 7.86-8.145.046zm8.144 7.655.007 7.867-8.145-1.12v-6.8zm.988-8.91L21.936 2.75v9.482l-10.804.085zm10.806 8.984-.002 9.439-10.804-1.525-.015-7.932z" })); const SvgIconBrandX = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -5830,7 +5794,7 @@ const SvgIconCallIncoming = props => /*#__PURE__*/React.createElement("svg", _ex strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.867 2.95a1 1 0 0 1-.266 1.003l-.914.877a.95.95 0 0 0-.184 1.16 13.06 13.06 0 0 0 4.829 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.423-.985.97-.985h3.515a1 1 0 0 1 .959.718" + d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.868 2.95a1 1 0 0 1-.267 1.003l-.914.877a.95.95 0 0 0-.183 1.16 13.06 13.06 0 0 0 4.828 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.424-.985.97-.985h3.515a1 1 0 0 1 .96.718Z" })); const SvgIconCallOffFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -6111,7 +6075,7 @@ const SvgIconChainLinkFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 1 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", + d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 0 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", @@ -6144,27 +6108,30 @@ const SvgIconChainLink = props => /*#__PURE__*/React.createElement("svg", _exten d: "M9.688 12.5a4 4 0 0 0 1.14 2.328l.344.344a4 4 0 0 0 5.656 0l3.344-3.344a4 4 0 0 0 0-5.657l-.344-.343a4 4 0 0 0-5.656 0L14 6" })); -const SvgIconChart2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartAnalyticsFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M16 4.501a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v15a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5zm-5 4a1.5 1.5 0 0 0-1.5 1.5v9.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-9.5a1.5 1.5 0 0 0-1.5-1.5zm-6.5 5.5a1.5 1.5 0 0 0-1.5 1.5v4a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5z" + d: "M3 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 .75.75V12h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 15.324 8.412 12.4a.75.75 0 0 0-.662-.4H3z" +}), /*#__PURE__*/React.createElement("path", { + fill: "currentColor", + d: "M3 13.5V21c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 21v-7.5h-4.75a.75.75 0 0 1-.663-.4l-1.547-2.922-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 13.5z" })); -const SvgIconChart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartAnalytics = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -6174,118 +6141,135 @@ const SvgIconChart2 = props => /*#__PURE__*/React.createElement("svg", _extends( strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-5.5h-5a.5.5 0 0 0-.5.5v4.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0V9.75a.5.5 0 0 1 .5-.5h5v11m0 0h5a.5.5 0 0 0 .5-.5V4.25a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0-.5.5z" + d: "M3.75 12.75h4L10 17l4-8.5 2.25 4.25h4M3.75 4.5h16.5V21H3.75z" })); -const SvgIconChart3Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartBarDown = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M11 3.001a1.5 1.5 0 0 0-1.5 1.5v15a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-15a1.5 1.5 0 0 0-1.5-1.5zm-6.5 10a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5zm11.5-3.5a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v10a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M21.248 17.5V20m-6.166-6.5V20M8.916 9.5V20M2.75 5.5V20" })); -const SvgIconChart3 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartBarUp = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-6.5h-5a.5.5 0 0 0-.5.5v5.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0v-16a.5.5 0 0 1 .5-.5h4.5a.5.5 0 0 1 .5.5v16m0 0h5a.5.5 0 0 0 .5-.5V9.25a.5.5 0 0 0-.5-.5h-5z" + d: "M2.75 17.5V20m6.166-6.5V20m6.166-10.5V20m6.166-14.5V20" })); -const SvgIconChart4Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartBar = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M17.5 3.001a1.5 1.5 0 0 0-1.5 1.5V19.5h-1.5v-9.499a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H8v-3.999a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H1.75a.75.75 0 0 0 0 1.5h20.5a.75.75 0 0 0 0-1.5H21V4.501a1.5 1.5 0 0 0-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.5V20M8.916 5.5V20m6.166-5.5V20m6.166-11.5V20" })); -const SvgIconChart4 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartLineDown = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M9.25 14.75H10a.75.75 0 0 0-.75-.75zm-5.5 5.5H3V21h.75zm11-11h.75a.75.75 0 0 0-.75-.75zm5.5 11V21H21v-.75zm-18.5-.75a.75.75 0 0 0 0 1.5zm20.5 1.5a.75.75 0 0 0 0-1.5zm-18-5.5h5V14h-5zm4.25-.75v5.5H10v-5.5zm.75 4.75h-5.5V21h5.5zm-4.75.75v-5H3v5zM4.25 14C3.56 14 3 14.56 3 15.25h1.5a.25.25 0 0 1-.25.25zm5.5-4h5V8.5h-5zM14 9.25v11h1.5v-11zm.75 10.25h-5.5V21h5.5zm-4.75.75V9.75H8.5v10.5zM9.75 8.5c-.69 0-1.25.56-1.25 1.25H10a.25.25 0 0 1-.25.25zm5.5-4h4.5V3h-4.5zm4.25-.25v16H21v-16zm.75 15.25h-5.5V21h5.5zm-4.75.75v-16H14v16zM19.75 4.5a.25.25 0 0 1-.25-.25H21C21 3.56 20.44 3 19.75 3zM15.25 3C14.56 3 14 3.56 14 4.25h1.5a.25.25 0 0 1-.25.25zM1.75 21h20.5v-1.5H1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 13.781 5 10.75l3 5L13 4.5 18 21l3.25-6.188" })); -const SvgIconChart5Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartLineUp = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M4.501 1.751a.75.75 0 1 0-1.5 0v20.5a.75.75 0 0 0 1.5 0v-1.25H19.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H14a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H8.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.719 5 14.75l3-5L13 21l5-16.5 3.25 6.188" })); -const SvgIconChart5 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentation2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M9.25 9.25V10H10v-.75zm-5.5 0H3zm0-5.5V3a.75.75 0 0 0-.75.75zm5.5.5H8.5zm-.5-.5V3zm6 11v.75h.75v-.75zm0-5H14zm-.5-.5V10zm-10.5 11H3c0 .414.336.75.75.75zm16.5-.5H21zm-.5.5v-.75zm.5-5h-.75zm-.5-.5V14zM4.5 1.75a.75.75 0 0 0-1.5 0zM3 22.25a.75.75 0 0 0 1.5 0zm5.5-18v5H10v-5zm.75 4.25h-5.5V10h5.5zm-4.75.75v-5.5H3v5.5zM3.75 4.5h5V3h-5zM10 4.25C10 3.56 9.44 3 8.75 3v1.5a.25.25 0 0 1-.25-.25zm4 5.5v5h1.5v-5zm.75 4.25h-11v1.5h11zm-10.25.75v-5.5H3v5.5zM3.75 10h10.5V8.5H3.75zm11.75-.25c0-.69-.56-1.25-1.25-1.25V10a.25.25 0 0 1-.25-.25zm4 5.5v4.5H21v-4.5zm.25 4.25h-16V21h16zm-15.25.75v-5.5H3v5.5zm-.75-4.75h16V14h-16zm15.75 4.25a.25.25 0 0 1 .25-.25V21c.69 0 1.25-.56 1.25-1.25zm1.5-4.5c0-.69-.56-1.25-1.25-1.25v1.5a.25.25 0 0 1-.25-.25zM3 1.75v20.5h1.5V1.75z" + fillRule: "evenodd", + d: "M1 4.5a.75.75 0 0 1 .75-.75h20.5a.75.75 0 0 1 0 1.5H21V18a.75.75 0 0 1-.75.75h-6.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 19.352l-1.376 2.064a.75.75 0 1 1-1.248-.832l1.223-1.834H3.75A.75.75 0 0 1 3 18V5.25H1.75A.75.75 0 0 1 1 4.5m11.75 4a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0V14A.75.75 0 0 0 9 14z", + clipRule: "evenodd" })); -const SvgIconChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentation2 = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M17.42 3a1.75 1.75 0 0 0-1.75 1.75v14.5c0 .966.783 1.75 1.75 1.75h1.83A1.75 1.75 0 0 0 21 19.25V4.75A1.75 1.75 0 0 0 19.25 3zm-6.34 5.334a1.75 1.75 0 0 0-1.75 1.75v9.167c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-9.167a1.75 1.75 0 0 0-1.75-1.75zm-6.33 4.443A1.75 1.75 0 0 0 3 14.527v4.723c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-4.723a1.75 1.75 0 0 0-1.75-1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M3.75 4.5h16.5m-16.5 0V18h16.5V4.5m-16.5 0H23h-2.75m-16.5 0H1M14 21l-1.666-2.5M10 21l1.666-2.5M12 8.5V14m-3.75-1.5V14m7.5-3.5V14" })); -const SvgIconChartLine = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentationFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6296,14 +6280,13 @@ const SvgIconChartLine = props => /*#__PURE__*/React.createElement("svg", _exten "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m1.75 16.833 4.43-5.041a1 1 0 0 1 1.45-.056l5.62 5.484a1 1 0 0 0 1.487-.1L22.25 7.5" + fill: "currentColor", + fillRule: "evenodd", + d: "M2 4.5a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 .75.75V19a.75.75 0 0 1-.75.75h-5.256l.727 2.544a.75.75 0 1 1-1.442.412l-.845-2.956H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412l.727-2.544H2.75A.75.75 0 0 1 2 19zm6.5 9a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0zM12 7.75a.75.75 0 0 1 .75.75V15a.75.75 0 0 1-1.5 0V8.5a.75.75 0 0 1 .75-.75m5 3.75a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0z", + clipRule: "evenodd" })); -const SvgIconChartTrendingUp = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentation = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6318,25 +6301,25 @@ const SvgIconChartTrendingUp = props => /*#__PURE__*/React.createElement("svg", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15.75 7.5h5.5V13m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 18" + d: "m16 22.5-.857-3M8 22.5l.857-3m-1.107-6V15M12 8.5V15m4.25-3.5V15m5-10.5V19H2.75V4.5z" })); -const SvgIconChart = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartTrending = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.75 13.527a1 1 0 0 0-1 1v4.723a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-4.723a1 1 0 0 0-1-1zm6.33-4.443a1 1 0 0 0-1 1v9.167a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-9.167a1 1 0 0 0-1-1zm6.34-5.334a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1z" + d: "M15.75 7.5h5.5V13m-.514-4.975L13 15.75l-4-4L2.75 18" })); const SvgIconCheck = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -8088,7 +8071,7 @@ const SvgIconCocktail = props => /*#__PURE__*/React.createElement("svg", _extend strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.644 1.765zm0 8.235H7.75m4.25 0h4.25" + d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.645 1.765zm0 8.235H7.75m4.25 0h4.25" })); const SvgIconCodeBrackets = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -8254,7 +8237,7 @@ const SvgIconCommandRegularFill = props => /*#__PURE__*/React.createElement("svg width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8262,7 +8245,7 @@ const SvgIconCommandRegularFill = props => /*#__PURE__*/React.createElement("svg }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 6.5a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2A3.5 3.5 0 1 1 6.5 14h2v-4h-2A3.5 3.5 0 0 1 3 6.5m5.5 2v-2a2 2 0 1 0-2 2zM10 10v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", + d: "M3 7.25a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2a3.5 3.5 0 1 1-3.5-3.5h2v-4h-2A3.5 3.5 0 0 1 3 7.25m5.5 2v-2a2 2 0 1 0-2 2zm1.5 1.5v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", clipRule: "evenodd" })); @@ -8271,7 +8254,7 @@ const SvgIconCommandRegular = props => /*#__PURE__*/React.createElement("svg", _ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8280,7 +8263,7 @@ const SvgIconCommandRegular = props => /*#__PURE__*/React.createElement("svg", _ stroke: "currentColor", strokeLinecap: "square", strokeWidth: 1.5, - d: "M9.25 9.25V6.5A2.75 2.75 0 1 0 6.5 9.25zm0 0h5.5m-5.5 0v5.5m5.5-5.5V6.5a2.75 2.75 0 1 1 2.75 2.75zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75a2.75 2.75 0 1 1-2.75-2.75zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" + d: "M9.25 10V7.25A2.75 2.75 0 1 0 6.5 10zm0 0h5.5m-5.5 0v5.5m5.5-5.5V7.25A2.75 2.75 0 1 1 17.5 10zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75A2.75 2.75 0 1 1 6.5 15.5zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" })); const SvgIconCommand = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -8311,7 +8294,7 @@ const SvgIconCompassFill = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M19.929 2.526a1.25 1.25 0 0 1 1.545 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203l12.6-3.6ZM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", + d: "M19.928 2.526a1.25 1.25 0 0 1 1.546 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203zM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", clipRule: "evenodd" })); @@ -8329,7 +8312,7 @@ const SvgIconCompass = props => /*#__PURE__*/React.createElement("svg", _extends stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16.466 17.153a1 1 0 0 0 .686-.687l3.6-12.6a.5.5 0 0 0-.617-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" + d: "M16.466 17.153a1 1 0 0 0 .687-.687l3.6-12.6a.5.5 0 0 0-.618-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", @@ -8883,7 +8866,7 @@ const SvgIconCursor3 = props => /*#__PURE__*/React.createElement("svg", _extends strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.396 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" + d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.397 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" })); const SvgIconCursorClickFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -9216,7 +9199,7 @@ const SvgIconDiamondFill = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.343 9.342a1.75 1.75 0 0 1-2.475 0l-9.341-9.342a1.75 1.75 0 0 1-.011-2.464zM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", + d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.342 9.342a1.75 1.75 0 0 1-2.475 0L1.42 11.231a1.75 1.75 0 0 1-.01-2.464l5.153-5.244ZM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", clipRule: "evenodd" })); @@ -9238,43 +9221,6 @@ const SvgIconDiamond = props => /*#__PURE__*/React.createElement("svg", _extends d: "M8.5 7.75 6.25 10l2.25 2.25m4.207 7.793L22.05 10.7a1 1 0 0 0 .006-1.408l-5.154-5.244a1 1 0 0 0-.713-.299H7.812a1 1 0 0 0-.713.299L1.945 9.293A1 1 0 0 0 1.95 10.7l9.342 9.342a1 1 0 0 0 1.414 0Z" })); -const SvgIconDocumentChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M5.75 2H12v6.25c0 .966.784 1.75 1.75 1.75H20v10.25A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25V3.75C4 2.784 4.784 2 5.75 2m3.5 14.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 13a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 13m4.25 2.75a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "m19.487 8.427.07.073H13.75a.25.25 0 0 1-.25-.25V2.443q.038.034.073.07z" -})); - -const SvgIconDocumentChart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeWidth: 1.5, - d: "M12.75 3.25v5a1 1 0 0 0 1 1h5m-10.25 8v-1.5m3.5 1.5v-4.5m3.5 4.5v-2.5m-9.75-12h6.586a1 1 0 0 1 .707.293l5.914 5.914a1 1 0 0 1 .293.707V20.25a1 1 0 0 1-1 1H5.75a1 1 0 0 1-1-1V3.75a1 1 0 0 1 1-1Z" -})); - const SvgIconDonutFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -10534,76 +10480,6 @@ const SvgIconFlash = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "M19.798 8.75H13.75a.5.5 0 0 1-.5-.5V2.356a.5.5 0 0 0-.912-.284L3.791 14.466a.5.5 0 0 0 .411.784h6.048a.5.5 0 0 1 .5.5v5.894a.5.5 0 0 0 .912.284l8.547-12.394a.5.5 0 0 0-.411-.784Z" })); -const SvgIconFlipchart2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M2 4.75C2 3.784 2.784 3 3.75 3h16.5c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0 1 20.25 19h-4.256l.727 2.544a.75.75 0 1 1-1.442.412L14.434 19H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412L8.006 19H3.75A1.75 1.75 0 0 1 2 17.25zm6.5 8a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 7a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 12 7m5 3.75a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -})); - -const SvgIconFlipchart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m16 21.75-.857-3M8 21.75l.857-3m-1.107-6v1.5M12 7.75v6.5m4.25-3.5v3.5m-13.5-9.5v12.5a1 1 0 0 0 1 1h16.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H3.75a1 1 0 0 0-1 1" -})); - -const SvgIconFlipchartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M1 3.75A.75.75 0 0 1 1.75 3h20.5a.75.75 0 0 1 0 1.5H21v11.75A1.75 1.75 0 0 1 19.25 18h-5.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 18.602l-1.376 2.064a.75.75 0 1 1-1.248-.832L10.599 18H4.75A1.75 1.75 0 0 1 3 16.25V4.5H1.75A.75.75 0 0 1 1 3.75m11.75 4a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -})); - -const SvgIconFlipchart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 3.75h16.5m-16.5 0v12.5a1 1 0 0 0 1 1h14.5a1 1 0 0 0 1-1V3.75m-16.5 0H23h-2.75m-16.5 0H1m13 16.5-1.666-2.5M10 20.25l1.666-2.5m.334-10v5.5m-3.75-1.5v1.5m7.5-3.5v3.5" -})); - const SvgIconFloppyDisk2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -11208,7 +11084,7 @@ const SvgIconForwardFill = props => /*#__PURE__*/React.createElement("svg", _ext "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.743.05-5.702.482-6.88 1.148-1.196.675-1.672 1.629-2.425 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.738-2.004 4.473-2.845 8.38-2.937z" + d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.744.05-5.702.482-6.881 1.148-1.195.675-1.672 1.629-2.424 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.737-2.004 4.473-2.845 8.38-2.937z" })); const SvgIconForwardLeftFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -11667,7 +11543,7 @@ const SvgIconGlobe2Fill = props => /*#__PURE__*/React.createElement("svg", _exte "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.294-6.614.408-.96.913-1.785 1.512-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.598-.595-1.103-1.42-1.511-2.38-.745-1.752-1.216-4.07-1.294-6.615zm12.136 9.015c4.246-.936 7.479-4.571 7.808-9.015H16.99c-.078 2.545-.549 4.863-1.294 6.615-.408.96-.913 1.785-1.512 2.38zm7.808-10.515a10.01 10.01 0 0 0-7.808-9.015l.02.02c.598.596 1.104 1.42 1.511 2.38.745 1.753 1.216 4.07 1.294 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.59 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.078 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" + d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.293-6.614.408-.96.913-1.785 1.513-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.599-.595-1.104-1.42-1.512-2.38-.744-1.752-1.215-4.07-1.293-6.615zm12.135 9.015c4.247-.936 7.48-4.571 7.81-9.015h-4.985c-.077 2.545-.548 4.863-1.293 6.615-.408.96-.913 1.785-1.512 2.38zm7.809-10.515a10.005 10.005 0 0 0-7.809-9.015l.02.02c.6.596 1.104 1.42 1.512 2.38.745 1.753 1.216 4.07 1.293 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.589 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.077 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" })); const SvgIconGlobe2 = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -12851,7 +12727,7 @@ const SvgIconItalicFill = props => /*#__PURE__*/React.createElement("svg", _exte width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12859,7 +12735,7 @@ const SvgIconItalicFill = props => /*#__PURE__*/React.createElement("svg", _exte }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M9 3.75A.75.75 0 0 1 9.75 3h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 3.75", + d: "M9 4.5a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 4.5", clipRule: "evenodd" })); @@ -12868,7 +12744,7 @@ const SvgIconItalic = props => /*#__PURE__*/React.createElement("svg", _extends( width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12878,7 +12754,7 @@ const SvgIconItalic = props => /*#__PURE__*/React.createElement("svg", _extends( strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.75 3.75h4.75m4.75 0H14.5m0 0-5 16.5m0 0H4.75m4.75 0h4.76" + d: "M9.75 4.5h4.75m4.75 0H14.5m0 0L9.5 21m0 0H4.75m4.75 0h4.76" })); const SvgIconJudgeGavelFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -13845,60 +13721,6 @@ const SvgIconLightBulb = props => /*#__PURE__*/React.createElement("svg", _exten d: "M8.748 17.75v-.65a1.09 1.09 0 0 0-.539-.916A7.24 7.24 0 0 1 4.748 10a7.25 7.25 0 1 1 11.04 6.183 1.09 1.09 0 0 0-.538.916v.65m-6.502 0v1.249a3.251 3.251 0 1 0 6.502 0V17.75m-6.502 0h6.502" })); -const SvgIconLineChart6 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M9.25 10.75v5.5m5-11.5v11.5m5-3.5v3.5M3.75 3.75v15.5a1 1 0 0 0 1 1h16.5" -})); - -const SvgIconLineChartL = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M21.248 16.75v2.5m-6.166-6.5v6.5M8.916 8.75v10.5M2.75 4.75v14.5" -})); - -const SvgIconLineChartR = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 16.75v2.5m6.166-6.5v6.5m6.166-10.5v10.5m6.166-14.5v14.5" -})); - const SvgIconLink = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -14012,7 +13834,7 @@ const SvgIconLoader = props => /*#__PURE__*/React.createElement("svg", _extends( stroke: "currentColor", strokeOpacity: 0.25, strokeWidth: 3.636, - d: "M11.909 21a9.09 9.09 0 1 0 0-18.182 9.09 9.09 0 0 0 0 18.182Z" + d: "M11.91 21a9.091 9.091 0 1 0 0-18.182 9.091 9.091 0 0 0 0 18.182Z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M4.636 11.91a7.273 7.273 0 0 1 7.273-7.274V1C5.885 1 1 5.885 1 11.91zm1.819 4.81a7.24 7.24 0 0 1-1.819-4.81H1c0 2.764 1.032 5.294 2.727 7.215z" @@ -14816,7 +14638,7 @@ const SvgIconMoon = props => /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.894 13.334a.75.75 0 0 0-.75-.188A8.257 8.257 0 0 1 10.851 2.854a.75.75 0 0 0-.938-.938 9.83 9.83 0 0 0-4.96 3.469A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.292a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.943" + d: "M21.894 13.334a.75.75 0 0 0-.75-.187A8.258 8.258 0 0 1 10.851 2.853a.75.75 0 0 0-.938-.937 9.83 9.83 0 0 0-4.96 3.468A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.293a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.944Z" })); const SvgIconMouseFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15497,44 +15319,6 @@ const SvgIconPaperclip = props => /*#__PURE__*/React.createElement("svg", _exten d: "M5.75 10.75v4.5a6 6 0 0 0 6 6h.5a6 6 0 0 0 6-6V7a4.25 4.25 0 0 0-8.5 0v7.875a2.125 2.125 0 0 0 4.25 0V7.75" })); -const SvgIconPasskeyFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", - clipRule: "evenodd" -})); - -const SvgIconPasskey = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" -})); - const SvgIconPauseFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15667,7 +15451,7 @@ const SvgIconPercentBadge = props => /*#__PURE__*/React.createElement("svg", _ex strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.746 3.746 0 0 1-2.563 4.22 3.74 3.74 0 0 1-1.776.119 3.74 3.74 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" + d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.75 3.75 0 0 1-1.043 3.296 3.75 3.75 0 0 1-3.296 1.043 3.75 3.75 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" })); const SvgIconPercentFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15675,7 +15459,7 @@ const SvgIconPercentFill = props => /*#__PURE__*/React.createElement("svg", _ext width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15683,7 +15467,7 @@ const SvgIconPercentFill = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10m-4 7a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", clipRule: "evenodd" })); @@ -15692,7 +15476,7 @@ const SvgIconPercent = props => /*#__PURE__*/React.createElement("svg", _extends width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15702,14 +15486,14 @@ const SvgIconPercent = props => /*#__PURE__*/React.createElement("svg", _extends strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m16 8-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" + d: "m16 8.75-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.5, - d: "M8.25 9a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" + d: "M8.25 9.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" })); const SvgIconPersonAddFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15799,6 +15583,44 @@ const SvgIconPersonFill = props => /*#__PURE__*/React.createElement("svg", _exte d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10.5c-4.173 0-7.227 2.794-8.06 6.501C3.69 20.112 4.6 21 5.6 21h12.803c.999 0 1.908-.888 1.659-1.999-.834-3.707-3.887-6.501-8.06-6.501Z" })); +const SvgIconPersonPasskeyFill = props => /*#__PURE__*/React.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" +}, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" +}), /*#__PURE__*/React.createElement("path", { + fill: "currentColor", + d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" +}), /*#__PURE__*/React.createElement("path", { + fill: "currentColor", + fillRule: "evenodd", + d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", + clipRule: "evenodd" +})); + +const SvgIconPersonPasskey = props => /*#__PURE__*/React.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" +}, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" +}), /*#__PURE__*/React.createElement("path", { + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" +})); + const SvgIconPersonRemoveFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15893,21 +15715,17 @@ const SvgIconPieChart2Fill = props => /*#__PURE__*/React.createElement("svg", _e width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M21.88 8.46c-.02-.13-.06-.26-.09-.38v-.02a8.44 8.44 0 0 0-5.94-5.94h-.02c-.12-.03-.25-.07-.38-.09-.15-.02-.34-.03-.55.03-.29.09-.55.29-.71.55-.12.19-.16.39-.17.54-.01.13-.01.28-.01.42v5.19c.01.13.04.3.13.48.12.24.31.43.55.55.18.09.35.12.48.13h5.19c.14 0 .29 0 .42-.01.15-.02.35-.05.54-.17.26-.16.46-.42.55-.71.06-.21.05-.4.03-.55z", - clipRule: "evenodd" + d: "M14 2.75a8 8 0 0 1 8 8h-8z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M19.25 11.9h-6.39c-.29 0-.47 0-.6-.01-.08 0-.11-.01-.12-.02a.24.24 0 0 1-.1-.1s-.01-.04-.02-.12c-.01-.13-.01-.3-.01-.6V4.66c0-.41-.32-.74-.73-.75H11C6.03 3.9 2 7.93 2 12.9a9 9 0 0 0 18 0v-.27a.745.745 0 0 0-.75-.73", - clipRule: "evenodd" + d: "M20 13.75a9 9 0 1 1-8-8.945v7.945h7.945q.055.492.055 1" })); const SvgIconPieChart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15915,7 +15733,7 @@ const SvgIconPieChart2 = props => /*#__PURE__*/React.createElement("svg", _exten width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15925,13 +15743,13 @@ const SvgIconPieChart2 = props => /*#__PURE__*/React.createElement("svg", _exten strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M21.065 8.347a7.69 7.69 0 0 0-5.412-5.412c-.273-.073-.41-.11-.545-.07a.53.53 0 0 0-.284.218c-.074.12-.074.277-.074.59V8.45c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h4.777c.313 0 .47 0 .59-.074a.53.53 0 0 0 .218-.284c.04-.136.003-.272-.07-.545" + d: "M21.25 10a7.68 7.68 0 0 0-6.5-6.5V10z" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 13a8.25 8.25 0 1 1-7.996-8.246v6.396c0 .56 0 .84.11 1.054a1 1 0 0 0 .436.437c.214.11.494.11 1.054.11h6.392q.004.123.004.249" + d: "M19.25 13.75a8.25 8.25 0 1 1-7.996-8.246V13.5h7.992q.004.124.004.25" })); const SvgIconPieChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15939,17 +15757,17 @@ const SvgIconPieChartFill = props => /*#__PURE__*/React.createElement("svg", _ex width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.654 14.617A10 10 0 0 0 22 12c0-5.27-4.078-9.589-9.25-9.972v9.442z" + d: "M21.654 15.367A10 10 0 0 0 22 12.75c0-5.27-4.078-9.589-9.25-9.972v9.441z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "m21.154 16.031-9.404-3.324a.75.75 0 0 1-.5-.707V2.028A10 10 0 0 0 2 12c0 5.523 4.477 10 10 10 4.089 0 7.604-2.454 9.154-5.969" + d: "m21.154 16.78-9.904-3.5V2.778A10 10 0 0 0 2 12.75c0 5.523 4.477 10 10 10a10 10 0 0 0 9.154-5.97" })); const SvgIconPieChart = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15957,7 +15775,7 @@ const SvgIconPieChart = props => /*#__PURE__*/React.createElement("svg", _extend width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15966,7 +15784,7 @@ const SvgIconPieChart = props => /*#__PURE__*/React.createElement("svg", _extend stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 2.75a9.25 9.25 0 0 0 0 18.5 9.25 9.25 0 0 0 8.724-6.167M12 2.75A9.25 9.25 0 0 1 21.25 12a9.2 9.2 0 0 1-.526 3.083M12 2.75V12l8.724 3.083" + d: "M12 3.5A9.25 9.25 0 0 0 12 22a9.25 9.25 0 0 0 8.724-6.167M12 3.5a9.25 9.25 0 0 1 9.25 9.25 9.2 9.2 0 0 1-.526 3.083M12 3.5v9.25l8.724 3.083" })); const SvgIconPiloneFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -16065,7 +15883,7 @@ const SvgIconPin = props => /*#__PURE__*/React.createElement("svg", _extends({ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .465-.594l3.76-2.148a1 1 0 0 0 .211-1.576l-5.398-5.398a1 1 0 0 0-1.576.21l-2.148 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" + d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .466-.594l3.76-2.148a1 1 0 0 0 .21-1.576l-5.398-5.398a1 1 0 0 0-1.575.21l-2.149 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" })); const SvgIconPizzaFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -16807,7 +16625,7 @@ const SvgIconRepeat = props => /*#__PURE__*/React.createElement("svg", _extends( strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.647-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" + d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.646-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" })); const SvgIconReplyFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17588,7 +17406,7 @@ const SvgIconSend2 = props => /*#__PURE__*/React.createElement("svg", _extends({ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.026 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" + d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.025 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" })); const SvgIconSend3Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17635,7 +17453,7 @@ const SvgIconSendFill = props => /*#__PURE__*/React.createElement("svg", _extend "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.312 2.433 2.432 8.312c.345 1.178 2.004 1.205 2.387.04z" + d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.311 2.433 2.433 8.312c.345 1.178 2.004 1.205 2.387.04z" })); const SvgIconSend = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17653,7 +17471,7 @@ const SvgIconSend = props => /*#__PURE__*/React.createElement("svg", _extends({ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.631-.631L2.278 9.497a.5.5 0 0 0 .016.955l8.443 2.471a.5.5 0 0 1 .34.34z" + d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.63-.631L2.277 9.497a.5.5 0 0 0 .016.955l8.444 2.471a.5.5 0 0 1 .339.34z" })); const SvgIconServerFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17954,7 +17772,7 @@ const SvgIconShippingBagFill = props => /*#__PURE__*/React.createElement("svg", }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.747 1.644l.878 14.5A1.75 1.75 0 0 1 19.188 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", + d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.746 1.644l.88 14.5A1.75 1.75 0 0 1 19.186 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", clipRule: "evenodd" })); @@ -17993,7 +17811,7 @@ const SvgIconShippingBagHeart = props => /*#__PURE__*/React.createElement("svg", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15 8.75a3 3 0 1 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5a1 1 0 0 0 1 1.06h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.805-2.167-.903 0-1.445.542-1.445.542s-.542-.542-1.444-.542c-.903 0-1.806.722-1.806 2.167 0 2.076 2.98 3.61 3.25 3.61Z" + d: "M15 8.75a3 3 0 0 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5A1 1 0 0 0 4.812 21h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.806-2.167-.902 0-1.444.542-1.444.542s-.542-.542-1.445-.542c-.902 0-1.805.722-1.805 2.167 0 2.076 2.98 3.61 3.25 3.61Z" })); const SvgIconShippingBag = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -18066,12 +17884,12 @@ const SvgIconShoppingBagEditFill = props => /*#__PURE__*/React.createElement("sv }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.41 4.41v3.015H3.382l2.222-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.409 4.41v3.015H3.38l2.223-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 0 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", + d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 1 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", clipRule: "evenodd" })); @@ -18122,12 +17940,12 @@ const SvgIconShoppingBagHeartFill = props => /*#__PURE__*/React.createElement("s }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.555 14c.552 0 1.038.1 1.445.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.556 14c.552 0 1.037.1 1.444.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M17.117 22.366a10 10 0 0 1-1.207-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.487.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.444.35-.882.627-1.208.816-.288.166-.584.31-.884.453-.3-.142-.596-.287-.884-.453m-1.617-3.99c0-.561.172-.91.361-1.112a.95.95 0 0 1 .695-.305c.298 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.342 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.77c-.794-.628-1.341-1.334-1.341-1.996Z", + d: "M17.118 22.366a10 10 0 0 1-1.208-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.488.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.443.35-.882.627-1.208.816-.287.166-.584.31-.884.453-.3-.142-.596-.287-.883-.453m-1.618-3.99c0-.561.172-.91.362-1.112a.95.95 0 0 1 .694-.305c.299 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.341 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.769c-.795-.629-1.342-1.335-1.342-1.997Z", clipRule: "evenodd" })); @@ -19156,14 +18974,14 @@ const SvgIconStrikeThroughFill = props => /*#__PURE__*/React.createElement("svg" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12.002 2C9.774 2 8.159 2.73 7.1 3.804c-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87C15.865 2.8 14.331 2 12.002 2m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824C8.077 21.2 9.674 22 12.002 22c4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" + d: "M12.002 2.75c-2.228 0-3.843.73-4.902 1.804-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87-.98-1.038-2.514-1.838-4.843-1.838m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824 1.067 1.01 2.664 1.809 4.992 1.809 4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" })); const SvgIconStrikeThrough = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -19171,7 +18989,7 @@ const SvgIconStrikeThrough = props => /*#__PURE__*/React.createElement("svg", _e width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -19180,7 +18998,7 @@ const SvgIconStrikeThrough = props => /*#__PURE__*/React.createElement("svg", _e stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M17.578 6.861c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.14c.384 1.205 1.755 4.111 6.033 4.111 4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12h18.5" + d: "M17.578 7.611c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.89C6.353 19.094 7.724 22 12.002 22c4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12.75h18.5" })); const SvgIconSuitcaseFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -19575,7 +19393,7 @@ const SvgIconTShirtFill = props => /*#__PURE__*/React.createElement("svg", _exte "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.882 2.159l.873 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.783 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.872-1.956a1.75 1.75 0 0 0-.881-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.404 1.277-1.4 1.863-2.36 1.863-.961 0-1.957-.586-2.36-1.863" + d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.881 2.159l.872 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.873-1.956a1.75 1.75 0 0 0-.882-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.403 1.277-1.4 1.863-2.36 1.863-.961 0-1.956-.586-2.36-1.863" })); const SvgIconTShirt = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -19906,96 +19724,6 @@ const SvgIconTrash = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "m5.69 20.314-.749.049zm12.62 0 .749.049zM2.75 5a.75.75 0 0 0 0 1.5zm18.5 1.5a.75.75 0 0 0 0-1.5zM10.5 10.75a.75.75 0 0 0-1.5 0zM9 16.25a.75.75 0 0 0 1.5 0zm6-5.5a.75.75 0 0 0-1.5 0zm-1.5 5.5a.75.75 0 0 0 1.5 0zm1.648-10.313a.75.75 0 1 0 1.452-.374zM4.002 5.798l.94 14.565 1.496-.097-.94-14.564zM6.688 22h10.624v-1.5H6.688zm12.37-1.637.94-14.565-1.496-.096-.94 14.564 1.497.097ZM19.25 5H4.75v1.5h14.5zM2.75 6.5h2V5h-2zm16.5 0h2V5h-2zM17.312 22a1.75 1.75 0 0 0 1.747-1.637l-1.497-.097a.25.25 0 0 1-.25.234zm-12.37-1.637A1.75 1.75 0 0 0 6.687 22v-1.5a.25.25 0 0 1-.25-.234l-1.497.097ZM9 10.75v5.5h1.5v-5.5zm4.5 0v5.5H15v-5.5zM12 3.5a3.25 3.25 0 0 1 3.148 2.437l1.452-.374A4.75 4.75 0 0 0 12 2zM8.852 5.937A3.25 3.25 0 0 1 12 3.5V2a4.75 4.75 0 0 0-4.6 3.563z" })); -const SvgIconTrendingChart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 10.964 1.026 2.434c.358.852 1.577.805 1.869-.072L6.91 9.533c.308-.922 1.612-.91 1.902.018l3.126 9.996c.304.973 1.693.923 1.927-.07l3.52-14.954c.23-.974 1.583-1.048 1.916-.105l1.949 5.518" -})); - -const SvgIconTrendingChart3 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M15.75 6.75h5.5v5.5m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 17.25" -})); - -const SvgIconTrendingChart4 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 4.75v13.5a1 1 0 0 0 1 1h17.5m-14.5-4 3.543-3.543a1 1 0 0 1 1.414 0l.586.586a1 1 0 0 0 1.414 0l5.038-5.038M14.75 6.75h4.5v4.5" -})); - -const SvgIconTrendingChart5 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m19.219 10.969-1.356-1.356a1 1 0 0 0-1.414 0l-3.742 3.742a1 1 0 0 1-1.414 0l-1.164-1.164a1 1 0 0 0-1.414 0L3.75 17.157m0-13.406v13.406m16.5 3.094H4.75a1 1 0 0 1-1-1v-2.094" -})); - -const SvgIconTrendingChart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 13.036 1.026-2.434c.358-.852 1.577-.805 1.869.072l1.265 3.793c.308.922 1.612.91 1.902-.018l3.126-9.996c.304-.973 1.693-.923 1.927.07l3.52 14.954c.23.974 1.583 1.048 1.916.105l1.949-5.519" -})); - const SvgIconTriangleInfoFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -20148,14 +19876,14 @@ const SvgIconUnderlineFill = props => /*#__PURE__*/React.createElement("svg", _e width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M6.5 3.75a.75.75 0 0 0-1.5 0V12a7 7 0 1 0 14 0V3.75a.75.75 0 0 0-1.5 0V12a5.5 5.5 0 1 1-11 0zM5.75 20a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" + d: "M6.5 4.5a.75.75 0 0 0-1.5 0v8.25a7 7 0 1 0 14 0V4.5a.75.75 0 0 0-1.5 0v8.25a5.5 5.5 0 1 1-11 0zm-.75 16.25a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" })); const SvgIconUnderline = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20163,7 +19891,7 @@ const SvgIconUnderline = props => /*#__PURE__*/React.createElement("svg", _exten width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20172,7 +19900,7 @@ const SvgIconUnderline = props => /*#__PURE__*/React.createElement("svg", _exten stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M5.75 20.75h12.5m-12.5-17V12a6.25 6.25 0 1 0 12.5 0V3.75" + d: "M5.75 21.5h12.5m-12.5-17v8.25a6.25 6.25 0 1 0 12.5 0V4.5" })); const SvgIconUndoFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20399,7 +20127,7 @@ const SvgIconVerified = props => /*#__PURE__*/React.createElement("svg", _extend strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.822 5.06l-2.063-.327a1.085 1.085 0 0 0-1.255 1.053l-.036 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.748-1.95c.134-.35.439-.605.806-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.085 1.085 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.062.327a1.09 1.09 0 0 1-.99-.36l-1.37-1.576a1.085 1.085 0 0 0-1.638 0L9.81 4.7c-.246.283-.62.419-.99.36Z" + d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.82 5.06l-2.06-.327a1.085 1.085 0 0 0-1.256 1.053l-.035 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.747-1.95c.135-.35.44-.605.807-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.086 1.086 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.063.327a1.09 1.09 0 0 1-.989-.36l-1.37-1.576a1.085 1.085 0 0 0-1.639 0L9.81 4.7a1.08 1.08 0 0 1-.989.36Z" })); const SvgIconVideoCamFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20944,14 +20672,14 @@ const SvgIconWhiteboardFill = props => /*#__PURE__*/React.createElement("svg", _ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12.75 2.75a.75.75 0 0 0-1.5 0V4h-7.5A1.75 1.75 0 0 0 2 5.75v11.5c0 .966.784 1.75 1.75 1.75h3.21l-.672 2.013a.75.75 0 0 0 1.424.474L8.54 19h2.709v1.25a.75.75 0 0 0 1.5 0V19h2.71l.828 2.487a.75.75 0 0 0 1.424-.474L17.04 19h3.209A1.75 1.75 0 0 0 22 17.25V5.75A1.75 1.75 0 0 0 20.25 4h-7.5z" + d: "M12.75 3.5a.75.75 0 0 0-1.5 0v1.25h-8.5A.75.75 0 0 0 2 5.5V19c0 .414.336.75.75.75h4.21l-.672 2.013a.75.75 0 0 0 1.424.474l.829-2.487h2.709V21a.75.75 0 0 0 1.5 0v-1.25h2.71l.828 2.487a.75.75 0 0 0 1.424-.474l-.671-2.013h4.209A.75.75 0 0 0 22 19V5.5a.75.75 0 0 0-.75-.75h-8.5z" })); const SvgIconWhiteboard = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20959,7 +20687,7 @@ const SvgIconWhiteboard = props => /*#__PURE__*/React.createElement("svg", _exte width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20969,7 +20697,7 @@ const SvgIconWhiteboard = props => /*#__PURE__*/React.createElement("svg", _exte strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16 18.25h4.25a1 1 0 0 0 1-1V5.75a1 1 0 0 0-1-1H12m4 13.5 1 3m-1-3h-4m-4 0H3.75a1 1 0 0 1-1-1V5.75a1 1 0 0 1 1-1H12m-4 13.5-1 3m1-3h4m0-13.5v-2m0 15.5v2" + d: "M16 19h5.25V5.5H12M16 19l1 3m-1-3h-4m-4 0H2.75V5.5H12M8 19l-1 3m1-3h4m0-13.5v-2M12 19v2" })); const SvgIconWifi = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -21276,4 +21004,4 @@ const SvgIconZoom = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "m20 20-3.873-3.873m0 0A7.25 7.25 0 1 0 5.873 5.873a7.25 7.25 0 0 0 10.253 10.253ZM11 7.75v6.5M14.25 11h-6.5" })); -export { SvgIcon4K as Icon4K, SvgIcon4KFill as Icon4KFill, SvgIconAcademicCap as IconAcademicCap, SvgIconAcademicCapFill as IconAcademicCapFill, SvgIconAccessible as IconAccessible, SvgIconAccessibleFill as IconAccessibleFill, SvgIconActionCam as IconActionCam, SvgIconActionCamFill as IconActionCamFill, SvgIconAdapter as IconAdapter, SvgIconAdapterFill as IconAdapterFill, SvgIconAddToCart as IconAddToCart, SvgIconAddToCartFill as IconAddToCartFill, SvgIconAdjustment as IconAdjustment, SvgIconAdjustmentFill as IconAdjustmentFill, SvgIconAirpodGen3Left as IconAirpodGen3Left, SvgIconAirpodGen3Right as IconAirpodGen3Right, SvgIconAirpodsGen3 as IconAirpodsGen3, SvgIconAirpodsGen3Chargingcase as IconAirpodsGen3Chargingcase, SvgIconAlbum as IconAlbum, SvgIconAlbumFill as IconAlbumFill, SvgIconAlignmentCenter as IconAlignmentCenter, SvgIconAlignmentCenterFill as IconAlignmentCenterFill, SvgIconAlignmentJustify as IconAlignmentJustify, SvgIconAlignmentJustifyFill as IconAlignmentJustifyFill, SvgIconAlignmentLeft as IconAlignmentLeft, SvgIconAlignmentLeftFill as IconAlignmentLeftFill, SvgIconAlignmentRight as IconAlignmentRight, SvgIconAlignmentRightFill as IconAlignmentRightFill, SvgIconAlt as IconAlt, SvgIconAltFill as IconAltFill, SvgIconAnalyticsChart as IconAnalyticsChart, SvgIconAnalyticsChartFill as IconAnalyticsChartFill, SvgIconAnonymous as IconAnonymous, SvgIconAnonymousFill as IconAnonymousFill, SvgIconApple as IconApple, SvgIconAppleFill as IconAppleFill, SvgIconArchive as IconArchive, SvgIconArchive2 as IconArchive2, SvgIconArchive2Fill as IconArchive2Fill, SvgIconArchiveFill as IconArchiveFill, SvgIconArrowDown as IconArrowDown, SvgIconArrowDownFill as IconArrowDownFill, SvgIconArrowDownLeft as IconArrowDownLeft, SvgIconArrowDownLeftFill as IconArrowDownLeftFill, SvgIconArrowDownRight as IconArrowDownRight, SvgIconArrowDownRightFill as IconArrowDownRightFill, SvgIconArrowExpandHor as IconArrowExpandHor, SvgIconArrowExpandHorFill as IconArrowExpandHorFill, SvgIconArrowExpandVer as IconArrowExpandVer, SvgIconArrowExpandVerFill as IconArrowExpandVerFill, SvgIconArrowLeft as IconArrowLeft, SvgIconArrowLeftFill as IconArrowLeftFill, SvgIconArrowPathDown as IconArrowPathDown, SvgIconArrowPathDownFill as IconArrowPathDownFill, SvgIconArrowPathLeft as IconArrowPathLeft, SvgIconArrowPathLeftFill as IconArrowPathLeftFill, SvgIconArrowPathRight as IconArrowPathRight, SvgIconArrowPathRightFill as IconArrowPathRightFill, SvgIconArrowPathUp as IconArrowPathUp, SvgIconArrowPathUpFill as IconArrowPathUpFill, SvgIconArrowRight as IconArrowRight, SvgIconArrowRightFill as IconArrowRightFill, SvgIconArrowShrink as IconArrowShrink, SvgIconArrowShrinkFill as IconArrowShrinkFill, SvgIconArrowTriangleDown as IconArrowTriangleDown, SvgIconArrowTriangleDownFill as IconArrowTriangleDownFill, SvgIconArrowTriangleLeft as IconArrowTriangleLeft, SvgIconArrowTriangleLeftFill as IconArrowTriangleLeftFill, SvgIconArrowTriangleRight as IconArrowTriangleRight, SvgIconArrowTriangleRightFill as IconArrowTriangleRightFill, SvgIconArrowTriangleUp as IconArrowTriangleUp, SvgIconArrowTriangleUpFill as IconArrowTriangleUpFill, SvgIconArrowUp as IconArrowUp, SvgIconArrowUpFill as IconArrowUpFill, SvgIconArrowUpLeft as IconArrowUpLeft, SvgIconArrowUpLeftFill as IconArrowUpLeftFill, SvgIconArrowUpRight as IconArrowUpRight, SvgIconArrowUpRightFill as IconArrowUpRightFill, SvgIconArrowWall2Down as IconArrowWall2Down, SvgIconArrowWall2DownFill as IconArrowWall2DownFill, SvgIconArrowWall2Left as IconArrowWall2Left, SvgIconArrowWall2LeftFill as IconArrowWall2LeftFill, SvgIconArrowWall2Right as IconArrowWall2Right, SvgIconArrowWall2RightFill as IconArrowWall2RightFill, SvgIconArrowWall2Up as IconArrowWall2Up, SvgIconArrowWall2UpFill as IconArrowWall2UpFill, SvgIconArrowWallDown as IconArrowWallDown, SvgIconArrowWallDownFill as IconArrowWallDownFill, SvgIconArrowWallLeft as IconArrowWallLeft, SvgIconArrowWallLeftFill as IconArrowWallLeftFill, SvgIconArrowWallRight as IconArrowWallRight, SvgIconArrowWallRightFill as IconArrowWallRightFill, SvgIconArrowWallUp as IconArrowWallUp, SvgIconArrowWallUpFill as IconArrowWallUpFill, SvgIconAsterisk as IconAsterisk, SvgIconAsteriskFill as IconAsteriskFill, SvgIconAt as IconAt, SvgIconAtFill as IconAtFill, SvgIconAtom as IconAtom, SvgIconAtomFill as IconAtomFill, SvgIconAttention as IconAttention, SvgIconAttentionFill as IconAttentionFill, SvgIconAugmentedReality as IconAugmentedReality, SvgIconAugmentedRealityFill as IconAugmentedRealityFill, SvgIconAvocado as IconAvocado, SvgIconAvocadoFill as IconAvocadoFill, SvgIconBack as IconBack, SvgIconBack10S as IconBack10S, SvgIconBackFill as IconBackFill, SvgIconBackpack as IconBackpack, SvgIconBackpackFill as IconBackpackFill, SvgIconBackspace as IconBackspace, SvgIconBackspaceFill as IconBackspaceFill, SvgIconBarcode as IconBarcode, SvgIconBarsThree as IconBarsThree, SvgIconBarsThree2 as IconBarsThree2, SvgIconBarsThree3 as IconBarsThree3, SvgIconBarsTwo as IconBarsTwo, SvgIconBarsTwo2 as IconBarsTwo2, SvgIconBasket as IconBasket, SvgIconBasketFill as IconBasketFill, SvgIconBasketPlus as IconBasketPlus, SvgIconBasketPlusFill as IconBasketPlusFill, SvgIconBatteryEmpty as IconBatteryEmpty, SvgIconBatteryEmptyFill as IconBatteryEmptyFill, SvgIconBatteryError as IconBatteryError, SvgIconBatteryErrorFill as IconBatteryErrorFill, SvgIconBatteryFull as IconBatteryFull, SvgIconBatteryFullFill as IconBatteryFullFill, SvgIconBatteryLoading as IconBatteryLoading, SvgIconBatteryLoadingFill as IconBatteryLoadingFill, SvgIconBatteryLow as IconBatteryLow, SvgIconBatteryLowFill as IconBatteryLowFill, SvgIconBatteryMedium as IconBatteryMedium, SvgIconBatteryMediumFill as IconBatteryMediumFill, SvgIconBeatsFitPro as IconBeatsFitPro, SvgIconBeatsFitProChargingcase as IconBeatsFitProChargingcase, SvgIconBeatsFitProChargingcaseFill as IconBeatsFitProChargingcaseFill, SvgIconBeatsFitProLeft as IconBeatsFitProLeft, SvgIconBeatsFitProRight as IconBeatsFitProRight, SvgIconBeatsHeadphones as IconBeatsHeadphones, SvgIconBell as IconBell, SvgIconBellAlarm as IconBellAlarm, SvgIconBellAlarmFill as IconBellAlarmFill, SvgIconBellFill as IconBellFill, SvgIconBezierCurves as IconBezierCurves, SvgIconBezierCurvesFill as IconBezierCurvesFill, SvgIconBill as IconBill, SvgIconBillFill as IconBillFill, SvgIconBirthdayCake as IconBirthdayCake, SvgIconBirthdayCakeFill as IconBirthdayCakeFill, SvgIconBitcoin as IconBitcoin, SvgIconBitcoinFill as IconBitcoinFill, SvgIconBlock as IconBlock, SvgIconBlockFill as IconBlockFill, SvgIconBluetooth as IconBluetooth, SvgIconBold as IconBold, SvgIconBoldFill as IconBoldFill, SvgIconBolt as IconBolt, SvgIconBoltFill as IconBoltFill, SvgIconBoltOff as IconBoltOff, SvgIconBoltOffFill as IconBoltOffFill, SvgIconBook as IconBook, SvgIconBookFill as IconBookFill, SvgIconBookOpen as IconBookOpen, SvgIconBookOpenFill as IconBookOpenFill, SvgIconBookOpenText as IconBookOpenText, SvgIconBookOpenTextFill as IconBookOpenTextFill, SvgIconBookmark as IconBookmark, SvgIconBookmarkCheck as IconBookmarkCheck, SvgIconBookmarkCheckFill as IconBookmarkCheckFill, SvgIconBookmarkFill as IconBookmarkFill, SvgIconBookmarkOff as IconBookmarkOff, SvgIconBookmarkOffFill as IconBookmarkOffFill, SvgIconBookmarkPlus as IconBookmarkPlus, SvgIconBookmarkPlusFill as IconBookmarkPlusFill, SvgIconBookmarkX as IconBookmarkX, SvgIconBookmarkXFill as IconBookmarkXFill, SvgIconBooks as IconBooks, SvgIconBooksFill as IconBooksFill, SvgIconBottle as IconBottle, SvgIconBottleFill as IconBottleFill, SvgIconBrackets as IconBrackets, SvgIconBrackets2 as IconBrackets2, SvgIconBrain as IconBrain, SvgIconBrainFill as IconBrainFill, SvgIconBrandAdobe as IconBrandAdobe, SvgIconBrandAdonisjs as IconBrandAdonisjs, SvgIconBrandAkamai as IconBrandAkamai, SvgIconBrandApple as IconBrandApple, SvgIconBrandAppleMusic as IconBrandAppleMusic, SvgIconBrandAppstore as IconBrandAppstore, SvgIconBrandArc as IconBrandArc, SvgIconBrandArtifactNews as IconBrandArtifactNews, SvgIconBrandAstro as IconBrandAstro, SvgIconBrandAws as IconBrandAws, SvgIconBrandBehance as IconBrandBehance, SvgIconBrandBitbucket as IconBrandBitbucket, SvgIconBrandBluesky as IconBrandBluesky, SvgIconBrandBootstrap as IconBrandBootstrap, SvgIconBrandBun as IconBrandBun, SvgIconBrandCash as IconBrandCash, SvgIconBrandChrome as IconBrandChrome, SvgIconBrandCodepen as IconBrandCodepen, SvgIconBrandCopilot as IconBrandCopilot, SvgIconBrandCss as IconBrandCss, SvgIconBrandDigitalOcean as IconBrandDigitalOcean, SvgIconBrandDiscord as IconBrandDiscord, SvgIconBrandDuolingo as IconBrandDuolingo, SvgIconBrandFacebook as IconBrandFacebook, SvgIconBrandFigma as IconBrandFigma, SvgIconBrandFirefox as IconBrandFirefox, SvgIconBrandFramer as IconBrandFramer, SvgIconBrandGit as IconBrandGit, SvgIconBrandGithub as IconBrandGithub, SvgIconBrandGitlab as IconBrandGitlab, SvgIconBrandGoogle as IconBrandGoogle, SvgIconBrandGooglePlayStore as IconBrandGooglePlayStore, SvgIconBrandGumroad as IconBrandGumroad, SvgIconBrandHashnode as IconBrandHashnode, SvgIconBrandHetzner as IconBrandHetzner, SvgIconBrandHtml5 as IconBrandHtml5, SvgIconBrandInertiajs as IconBrandInertiajs, SvgIconBrandInstagram as IconBrandInstagram, SvgIconBrandJavascript as IconBrandJavascript, SvgIconBrandJustd as IconBrandJustd, SvgIconBrandKarteil as IconBrandKarteil, SvgIconBrandKubernetes as IconBrandKubernetes, SvgIconBrandLaravel as IconBrandLaravel, SvgIconBrandLayers as IconBrandLayers, SvgIconBrandLemonsqueezy as IconBrandLemonsqueezy, SvgIconBrandLinear as IconBrandLinear, SvgIconBrandLinkedin as IconBrandLinkedin, SvgIconBrandLinktree as IconBrandLinktree, SvgIconBrandLinode as IconBrandLinode, SvgIconBrandLottielab as IconBrandLottielab, SvgIconBrandMastadon as IconBrandMastadon, SvgIconBrandMedium as IconBrandMedium, SvgIconBrandNetlify as IconBrandNetlify, SvgIconBrandNextjs as IconBrandNextjs, SvgIconBrandNode as IconBrandNode, SvgIconBrandNotion as IconBrandNotion, SvgIconBrandNpm as IconBrandNpm, SvgIconBrandNuxtjs as IconBrandNuxtjs, SvgIconBrandOpenai as IconBrandOpenai, SvgIconBrandOpera as IconBrandOpera, SvgIconBrandParanoid as IconBrandParanoid, SvgIconBrandParsinta as IconBrandParsinta, SvgIconBrandPatreon as IconBrandPatreon, SvgIconBrandPerplexity as IconBrandPerplexity, SvgIconBrandPhp as IconBrandPhp, SvgIconBrandPinterest as IconBrandPinterest, SvgIconBrandPlanetscale as IconBrandPlanetscale, SvgIconBrandPnpm as IconBrandPnpm, SvgIconBrandProducthunt as IconBrandProducthunt, SvgIconBrandPython as IconBrandPython, SvgIconBrandReactjs as IconBrandReactjs, SvgIconBrandReddit as IconBrandReddit, SvgIconBrandRemix as IconBrandRemix, SvgIconBrandRive as IconBrandRive, SvgIconBrandRssFeed as IconBrandRssFeed, SvgIconBrandSafari as IconBrandSafari, SvgIconBrandSketch as IconBrandSketch, SvgIconBrandSlack as IconBrandSlack, SvgIconBrandSnapchat as IconBrandSnapchat, SvgIconBrandSpotify as IconBrandSpotify, SvgIconBrandStripe as IconBrandStripe, SvgIconBrandTailwindVariants as IconBrandTailwindVariants, SvgIconBrandTailwindcss as IconBrandTailwindcss, SvgIconBrandTelegram as IconBrandTelegram, SvgIconBrandThreads as IconBrandThreads, SvgIconBrandTiktok as IconBrandTiktok, SvgIconBrandTurbopack as IconBrandTurbopack, SvgIconBrandTurborepo as IconBrandTurborepo, SvgIconBrandTwitch as IconBrandTwitch, SvgIconBrandTwitter as IconBrandTwitter, SvgIconBrandTypescript as IconBrandTypescript, SvgIconBrandUbuntu as IconBrandUbuntu, SvgIconBrandVenmo as IconBrandVenmo, SvgIconBrandVercel as IconBrandVercel, SvgIconBrandVkontakte as IconBrandVkontakte, SvgIconBrandVscode as IconBrandVscode, SvgIconBrandVultr as IconBrandVultr, SvgIconBrandWebflow as IconBrandWebflow, SvgIconBrandWhatsapp as IconBrandWhatsapp, SvgIconBrandWindows as IconBrandWindows, SvgIconBrandX as IconBrandX, SvgIconBrandYarn as IconBrandYarn, SvgIconBrandYoutube as IconBrandYoutube, SvgIconBreakfest as IconBreakfest, SvgIconBreakfestFill as IconBreakfestFill, SvgIconBriefcase as IconBriefcase, SvgIconBriefcase2 as IconBriefcase2, SvgIconBriefcase2Fill as IconBriefcase2Fill, SvgIconBriefcaseBlank as IconBriefcaseBlank, SvgIconBriefcaseBlankFill as IconBriefcaseBlankFill, SvgIconBriefcaseFill as IconBriefcaseFill, SvgIconBroadcast as IconBroadcast, SvgIconBroadcastFill as IconBroadcastFill, SvgIconBrokenChainLink as IconBrokenChainLink, SvgIconBrokenHeart as IconBrokenHeart, SvgIconBrokenHeartFill as IconBrokenHeartFill, SvgIconBubbleQuotes as IconBubbleQuotes, SvgIconBubbleQuotesFill as IconBubbleQuotesFill, SvgIconBug as IconBug, SvgIconBugFill as IconBugFill, SvgIconBuilding as IconBuilding, SvgIconBuildingFill as IconBuildingFill, SvgIconBullet as IconBullet, SvgIconBulletFill as IconBulletFill, SvgIconBulletList as IconBulletList, SvgIconBulletListFill as IconBulletListFill, SvgIconCainLink2 as IconCainLink2, SvgIconCainLink3 as IconCainLink3, SvgIconCalculator as IconCalculator, SvgIconCalculatorFill as IconCalculatorFill, SvgIconCalendar as IconCalendar, SvgIconCalendar2 as IconCalendar2, SvgIconCalendar2Fill as IconCalendar2Fill, SvgIconCalendar3 as IconCalendar3, SvgIconCalendar3Fill as IconCalendar3Fill, SvgIconCalendarCheck as IconCalendarCheck, SvgIconCalendarCheckFill as IconCalendarCheckFill, SvgIconCalendarClock as IconCalendarClock, SvgIconCalendarClockFill as IconCalendarClockFill, SvgIconCalendarDays as IconCalendarDays, SvgIconCalendarDaysFill as IconCalendarDaysFill, SvgIconCalendarFill as IconCalendarFill, SvgIconCalendarPlus as IconCalendarPlus, SvgIconCalendarPlusFill as IconCalendarPlusFill, SvgIconCalendarRemove as IconCalendarRemove, SvgIconCalendarRemoveFill as IconCalendarRemoveFill, SvgIconCalendarSearch as IconCalendarSearch, SvgIconCalendarSearchFill as IconCalendarSearchFill, SvgIconCallIncoming as IconCallIncoming, SvgIconCallIncomingFill as IconCallIncomingFill, SvgIconCallOff as IconCallOff, SvgIconCallOffFill as IconCallOffFill, SvgIconCallOutgoing as IconCallOutgoing, SvgIconCallOutgoingFill as IconCallOutgoingFill, SvgIconCamera as IconCamera, SvgIconCameraDot as IconCameraDot, SvgIconCameraDotFill as IconCameraDotFill, SvgIconCameraFill as IconCameraFill, SvgIconCameraOff as IconCameraOff, SvgIconCameraOffFill as IconCameraOffFill, SvgIconCar as IconCar, SvgIconCarFill as IconCarFill, SvgIconCart as IconCart, SvgIconCartFill as IconCartFill, SvgIconChainLink as IconChainLink, SvgIconChainLinkFill as IconChainLinkFill, SvgIconChart as IconChart, SvgIconChart2 as IconChart2, SvgIconChart2Fill as IconChart2Fill, SvgIconChart3 as IconChart3, SvgIconChart3Fill as IconChart3Fill, SvgIconChart4 as IconChart4, SvgIconChart4Fill as IconChart4Fill, SvgIconChart5 as IconChart5, SvgIconChart5Fill as IconChart5Fill, SvgIconChartFill as IconChartFill, SvgIconChartLine as IconChartLine, SvgIconChartTrendingUp as IconChartTrendingUp, SvgIconCheck as IconCheck, SvgIconChecklist as IconChecklist, SvgIconChevronDoubleDown as IconChevronDoubleDown, SvgIconChevronDoubleLeft as IconChevronDoubleLeft, SvgIconChevronDoubleRight as IconChevronDoubleRight, SvgIconChevronDoubleUp as IconChevronDoubleUp, SvgIconChevronDown as IconChevronDown, SvgIconChevronLeft as IconChevronLeft, SvgIconChevronLgDown as IconChevronLgDown, SvgIconChevronLgLeft as IconChevronLgLeft, SvgIconChevronLgRight as IconChevronLgRight, SvgIconChevronLgUp as IconChevronLgUp, SvgIconChevronRight as IconChevronRight, SvgIconChevronUp as IconChevronUp, SvgIconChevronsLgDown as IconChevronsLgDown, SvgIconChevronsLgLeft as IconChevronsLgLeft, SvgIconChevronsLgRight as IconChevronsLgRight, SvgIconChevronsLgUp as IconChevronsLgUp, SvgIconChevronsUpDown as IconChevronsUpDown, SvgIconChevronsX as IconChevronsX, SvgIconChevronsY as IconChevronsY, SvgIconChromecast as IconChromecast, SvgIconChromecastFill as IconChromecastFill, SvgIconCircleArrowDown as IconCircleArrowDown, SvgIconCircleArrowDownFill as IconCircleArrowDownFill, SvgIconCircleArrowLeft as IconCircleArrowLeft, SvgIconCircleArrowLeftDown as IconCircleArrowLeftDown, SvgIconCircleArrowLeftDownFill as IconCircleArrowLeftDownFill, SvgIconCircleArrowLeftFill as IconCircleArrowLeftFill, SvgIconCircleArrowLeftUp as IconCircleArrowLeftUp, SvgIconCircleArrowLeftUpFill as IconCircleArrowLeftUpFill, SvgIconCircleArrowRight as IconCircleArrowRight, SvgIconCircleArrowRightDown as IconCircleArrowRightDown, SvgIconCircleArrowRightDownFill as IconCircleArrowRightDownFill, SvgIconCircleArrowRightFill as IconCircleArrowRightFill, SvgIconCircleArrowRightUp as IconCircleArrowRightUp, SvgIconCircleArrowRightUpFill as IconCircleArrowRightUpFill, SvgIconCircleArrowUp as IconCircleArrowUp, SvgIconCircleArrowUpFill as IconCircleArrowUpFill, SvgIconCircleChartTrending as IconCircleChartTrending, SvgIconCircleChartTrendingFill as IconCircleChartTrendingFill, SvgIconCircleCheck as IconCircleCheck, SvgIconCircleCheckFill as IconCircleCheckFill, SvgIconCircleDotsHorizontal as IconCircleDotsHorizontal, SvgIconCircleDotsHorizontalFill as IconCircleDotsHorizontalFill, SvgIconCircleDotsVertical as IconCircleDotsVertical, SvgIconCircleDotsVerticalFill as IconCircleDotsVerticalFill, SvgIconCircleDownload as IconCircleDownload, SvgIconCircleDownloadFill as IconCircleDownloadFill, SvgIconCircleHalf as IconCircleHalf, SvgIconCircleHalfFill as IconCircleHalfFill, SvgIconCircleInfo as IconCircleInfo, SvgIconCircleInfoFill as IconCircleInfoFill, SvgIconCircleMinus as IconCircleMinus, SvgIconCircleMinusFill as IconCircleMinusFill, SvgIconCirclePerson as IconCirclePerson, SvgIconCirclePersonFill as IconCirclePersonFill, SvgIconCirclePlaceholderDashed as IconCirclePlaceholderDashed, SvgIconCirclePlaceholderDashedFill as IconCirclePlaceholderDashedFill, SvgIconCirclePlay as IconCirclePlay, SvgIconCirclePlayFill as IconCirclePlayFill, SvgIconCirclePlus as IconCirclePlus, SvgIconCirclePlusFill as IconCirclePlusFill, SvgIconCircleQuestionmark as IconCircleQuestionmark, SvgIconCircleQuestionmarkFill as IconCircleQuestionmarkFill, SvgIconCircleRightUp as IconCircleRightUp, SvgIconCircleRightUpFill as IconCircleRightUpFill, SvgIconCircleStop as IconCircleStop, SvgIconCircleStopFill as IconCircleStopFill, SvgIconCircleX as IconCircleX, SvgIconCircleXFill as IconCircleXFill, SvgIconClapperboard as IconClapperboard, SvgIconClapperboardFill as IconClapperboardFill, SvgIconClipboard as IconClipboard, SvgIconClipboardFill as IconClipboardFill, SvgIconClock as IconClock, SvgIconClockFill as IconClockFill, SvgIconCloseQuote as IconCloseQuote, SvgIconCloseQuoteFill as IconCloseQuoteFill, SvgIconClosedCaptioning as IconClosedCaptioning, SvgIconClosedCaptioningFill as IconClosedCaptioningFill, SvgIconCloud as IconCloud, SvgIconCloud2 as IconCloud2, SvgIconCloud2Fill as IconCloud2Fill, SvgIconCloudDownload as IconCloudDownload, SvgIconCloudDownloadFill as IconCloudDownloadFill, SvgIconCloudFill as IconCloudFill, SvgIconCloudSnow as IconCloudSnow, SvgIconCloudSnowFill as IconCloudSnowFill, SvgIconCloudSync as IconCloudSync, SvgIconCloudSyncFill as IconCloudSyncFill, SvgIconCloudy as IconCloudy, SvgIconCloudyFill as IconCloudyFill, SvgIconCloudySun as IconCloudySun, SvgIconCloudySunFill as IconCloudySunFill, SvgIconCocktail as IconCocktail, SvgIconCocktailFill as IconCocktailFill, SvgIconCodeBrackets as IconCodeBrackets, SvgIconCodeLines as IconCodeLines, SvgIconColorPalette as IconColorPalette, SvgIconColorPaletteFill as IconColorPaletteFill, SvgIconColorSwatch as IconColorSwatch, SvgIconColorSwatchFill as IconColorSwatchFill, SvgIconColors as IconColors, SvgIconColorsFill as IconColorsFill, SvgIconCommand as IconCommand, SvgIconCommandFill as IconCommandFill, SvgIconCommandRegular as IconCommandRegular, SvgIconCommandRegularFill as IconCommandRegularFill, SvgIconCompass as IconCompass, SvgIconCompassFill as IconCompassFill, SvgIconComputer as IconComputer, SvgIconComputerFill as IconComputerFill, SvgIconContacts as IconContacts, SvgIconContactsFill as IconContactsFill, SvgIconControl as IconControl, SvgIconControlFill as IconControlFill, SvgIconCookies as IconCookies, SvgIconCookiesFill as IconCookiesFill, SvgIconCreditCard as IconCreditCard, SvgIconCreditCardFill as IconCreditCardFill, SvgIconCrop as IconCrop, SvgIconCropFill as IconCropFill, SvgIconCrypto as IconCrypto, SvgIconCryptoCoin as IconCryptoCoin, SvgIconCryptoCoinFill as IconCryptoCoinFill, SvgIconCryptoFill as IconCryptoFill, SvgIconCube as IconCube, SvgIconCubeFill as IconCubeFill, SvgIconCupHot as IconCupHot, SvgIconCupHotFill as IconCupHotFill, SvgIconCupStraw as IconCupStraw, SvgIconCupStrawFill as IconCupStrawFill, SvgIconCurrencyDollar as IconCurrencyDollar, SvgIconCurrencyDollarFill as IconCurrencyDollarFill, SvgIconCurrencyPound as IconCurrencyPound, SvgIconCurrencyPoundFill as IconCurrencyPoundFill, SvgIconCurrencyYen as IconCurrencyYen, SvgIconCursor as IconCursor, SvgIconCursor1 as IconCursor1, SvgIconCursor1Fill as IconCursor1Fill, SvgIconCursor3 as IconCursor3, SvgIconCursor3Fill as IconCursor3Fill, SvgIconCursorClick as IconCursorClick, SvgIconCursorClickFill as IconCursorClickFill, SvgIconCursorFill as IconCursorFill, SvgIconCut as IconCut, SvgIconDashboard as IconDashboard, SvgIconDashboardFill as IconDashboardFill, SvgIconDatabase as IconDatabase, SvgIconDatabaseFill as IconDatabaseFill, SvgIconDateTime as IconDateTime, SvgIconDeviceDesktop as IconDeviceDesktop, SvgIconDeviceDesktop2 as IconDeviceDesktop2, SvgIconDeviceDesktop2Fill as IconDeviceDesktop2Fill, SvgIconDeviceDesktopFill as IconDeviceDesktopFill, SvgIconDevicePhone as IconDevicePhone, SvgIconDevicePhoneFill as IconDevicePhoneFill, SvgIconDevices as IconDevices, SvgIconDevicesFill as IconDevicesFill, SvgIconDiamond as IconDiamond, SvgIconDiamondFill as IconDiamondFill, SvgIconDocumentChart as IconDocumentChart, SvgIconDocumentChartFill as IconDocumentChartFill, SvgIconDonut as IconDonut, SvgIconDonutFill as IconDonutFill, SvgIconDotGrid2X3 as IconDotGrid2X3, SvgIconDotGrid3X3 as IconDotGrid3X3, SvgIconDotsHorizontal as IconDotsHorizontal, SvgIconDotsVertical as IconDotsVertical, SvgIconDownload as IconDownload, SvgIconDuplicate as IconDuplicate, SvgIconDuplicateFill as IconDuplicateFill, SvgIconEnter as IconEnter, SvgIconEnter180 as IconEnter180, SvgIconEnter180Fill as IconEnter180Fill, SvgIconEnterFill as IconEnterFill, SvgIconEnvelope as IconEnvelope, SvgIconEnvelopeFill as IconEnvelopeFill, SvgIconEquals as IconEquals, SvgIconEthereum as IconEthereum, SvgIconEthereumFill as IconEthereumFill, SvgIconExpand315 as IconExpand315, SvgIconExpand315Fill as IconExpand315Fill, SvgIconExpand45 as IconExpand45, SvgIconExpand45Fill as IconExpand45Fill, SvgIconExpandSimple as IconExpandSimple, SvgIconExpandSimple2 as IconExpandSimple2, SvgIconExpandSimple2Fill as IconExpandSimple2Fill, SvgIconExpandSimpleFill as IconExpandSimpleFill, SvgIconExpandWindow as IconExpandWindow, SvgIconExpandWindowFill as IconExpandWindowFill, SvgIconEye as IconEye, SvgIconEyeClosed as IconEyeClosed, SvgIconEyeClosedFill as IconEyeClosedFill, SvgIconEyeFill as IconEyeFill, SvgIconEyeOff as IconEyeOff, SvgIconEyeOffFill as IconEyeOffFill, SvgIconFastForward10S as IconFastForward10S, SvgIconFastForward15S as IconFastForward15S, SvgIconFastForward30S as IconFastForward30S, SvgIconFastForward5S as IconFastForward5S, SvgIconFile as IconFile, SvgIconFileCloud as IconFileCloud, SvgIconFileCloudFill as IconFileCloudFill, SvgIconFileDownload as IconFileDownload, SvgIconFileDownloadFill as IconFileDownloadFill, SvgIconFileFill as IconFileFill, SvgIconFileLink as IconFileLink, SvgIconFileLinkFill as IconFileLinkFill, SvgIconFileLock as IconFileLock, SvgIconFileLockFill as IconFileLockFill, SvgIconFileText as IconFileText, SvgIconFileTextFill as IconFileTextFill, SvgIconFileZip as IconFileZip, SvgIconFileZipFill as IconFileZipFill, SvgIconFiles as IconFiles, SvgIconFilesFill as IconFilesFill, SvgIconFilm as IconFilm, SvgIconFilmFill as IconFilmFill, SvgIconFilter as IconFilter, SvgIconFilter2 as IconFilter2, SvgIconFilter2Fill as IconFilter2Fill, SvgIconFilterAsc as IconFilterAsc, SvgIconFilterAscFill as IconFilterAscFill, SvgIconFilterDesc as IconFilterDesc, SvgIconFilterDescFill as IconFilterDescFill, SvgIconFilterFill as IconFilterFill, SvgIconFinder as IconFinder, SvgIconFinderFill as IconFinderFill, SvgIconFlash as IconFlash, SvgIconFlashFill as IconFlashFill, SvgIconFlashOff as IconFlashOff, SvgIconFlashOffFill as IconFlashOffFill, SvgIconFlipchart as IconFlipchart, SvgIconFlipchart2 as IconFlipchart2, SvgIconFlipchart2Fill as IconFlipchart2Fill, SvgIconFlipchartFill as IconFlipchartFill, SvgIconFloppyDisk as IconFloppyDisk, SvgIconFloppyDisk2 as IconFloppyDisk2, SvgIconFloppyDisk2Fill as IconFloppyDisk2Fill, SvgIconFloppyDiskFill as IconFloppyDiskFill, SvgIconFolder as IconFolder, SvgIconFolderBookmarks as IconFolderBookmarks, SvgIconFolderBookmarksFill as IconFolderBookmarksFill, SvgIconFolderBox as IconFolderBox, SvgIconFolderBoxFill as IconFolderBoxFill, SvgIconFolderCloud as IconFolderCloud, SvgIconFolderCloudFill as IconFolderCloudFill, SvgIconFolderDelete as IconFolderDelete, SvgIconFolderDeleteFill as IconFolderDeleteFill, SvgIconFolderDownload as IconFolderDownload, SvgIconFolderDownloadFill as IconFolderDownloadFill, SvgIconFolderFill as IconFolderFill, SvgIconFolderLink as IconFolderLink, SvgIconFolderLinkFill as IconFolderLinkFill, SvgIconFolderOpen as IconFolderOpen, SvgIconFolderOpenFill as IconFolderOpenFill, SvgIconFolderPaper as IconFolderPaper, SvgIconFolderPaperFill as IconFolderPaperFill, SvgIconFolderRestricted as IconFolderRestricted, SvgIconFolderRestrictedFill as IconFolderRestrictedFill, SvgIconFolderShared as IconFolderShared, SvgIconFolderSharedFill as IconFolderSharedFill, SvgIconFolderUpload as IconFolderUpload, SvgIconFolderUploadFill as IconFolderUploadFill, SvgIconFolders as IconFolders, SvgIconFoldersFill as IconFoldersFill, SvgIconFortuneTellerBall as IconFortuneTellerBall, SvgIconFortuneTellerBallFill as IconFortuneTellerBallFill, SvgIconForward as IconForward, SvgIconForwardFill as IconForwardFill, SvgIconForwardLeft as IconForwardLeft, SvgIconForwardLeftFill as IconForwardLeftFill, SvgIconForwardRight as IconForwardRight, SvgIconForwardRightFill as IconForwardRightFill, SvgIconForwards10S as IconForwards10S, SvgIconFullscreen as IconFullscreen, SvgIconFullscreenFill as IconFullscreenFill, SvgIconGallery as IconGallery, SvgIconGalleryFill as IconGalleryFill, SvgIconGear as IconGear, SvgIconGearFill as IconGearFill, SvgIconGif as IconGif, SvgIconGifFill as IconGifFill, SvgIconGift as IconGift, SvgIconGift2 as IconGift2, SvgIconGift2Fill as IconGift2Fill, SvgIconGiftFill as IconGiftFill, SvgIconGiroCard as IconGiroCard, SvgIconGiroCardFill as IconGiroCardFill, SvgIconGiroCards as IconGiroCards, SvgIconGiroCardsFill as IconGiroCardsFill, SvgIconGitMerge as IconGitMerge, SvgIconGlasses as IconGlasses, SvgIconGlassesFill as IconGlassesFill, SvgIconGlobe as IconGlobe, SvgIconGlobe2 as IconGlobe2, SvgIconGlobe2Fill as IconGlobe2Fill, SvgIconGlobeFill as IconGlobeFill, SvgIconGoogleTranslate as IconGoogleTranslate, SvgIconGraduate as IconGraduate, SvgIconGraduateCapFill as IconGraduateCapFill, SvgIconGraph as IconGraph, SvgIconGreaterThan as IconGreaterThan, SvgIconGrid4 as IconGrid4, SvgIconGrid4Fill as IconGrid4Fill, SvgIconGuide as IconGuide, SvgIconGuideFill as IconGuideFill, SvgIconHamburger as IconHamburger, SvgIconHand5 as IconHand5, SvgIconHand5Fill as IconHand5Fill, SvgIconHandPinch as IconHandPinch, SvgIconHandPinchFill as IconHandPinchFill, SvgIconHandPointer as IconHandPointer, SvgIconHandPointerFill as IconHandPointerFill, SvgIconHandTouch as IconHandTouch, SvgIconHandTouchFill as IconHandTouchFill, SvgIconHashtag as IconHashtag, SvgIconHashtagFill as IconHashtagFill, SvgIconHd as IconHd, SvgIconHdFill as IconHdFill, SvgIconHdd as IconHdd, SvgIconHddFill as IconHddFill, SvgIconHeadphones as IconHeadphones, SvgIconHeadphones2 as IconHeadphones2, SvgIconHeadphonesFill as IconHeadphonesFill, SvgIconHeart as IconHeart, SvgIconHeartBeat as IconHeartBeat, SvgIconHeartBeatFill as IconHeartBeatFill, SvgIconHeartFill as IconHeartFill, SvgIconHighlight as IconHighlight, SvgIconHighlightFill as IconHighlightFill, SvgIconHighlightWave as IconHighlightWave, SvgIconHighlightWaveFill as IconHighlightWaveFill, SvgIconHome as IconHome, SvgIconHome1 as IconHome1, SvgIconHome1Fill as IconHome1Fill, SvgIconHome2 as IconHome2, SvgIconHome2Fill as IconHome2Fill, SvgIconHome3 as IconHome3, SvgIconHome3Fill as IconHome3Fill, SvgIconHome4 as IconHome4, SvgIconHome4Fill as IconHome4Fill, SvgIconHome5 as IconHome5, SvgIconHome5Fill as IconHome5Fill, SvgIconHome6 as IconHome6, SvgIconHome6Fill as IconHome6Fill, SvgIconHomeFill as IconHomeFill, SvgIconHotDrinkCup as IconHotDrinkCup, SvgIconHotDrinkCupFill as IconHotDrinkCupFill, SvgIconIceCream as IconIceCream, SvgIconIceCream2 as IconIceCream2, SvgIconIceCream2Fill as IconIceCream2Fill, SvgIconIceCreamFill as IconIceCreamFill, SvgIconInbox as IconInbox, SvgIconInbox2 as IconInbox2, SvgIconInbox2Fill as IconInbox2Fill, SvgIconInboxEmpty as IconInboxEmpty, SvgIconInboxEmptyFill as IconInboxEmptyFill, SvgIconInboxFill as IconInboxFill, SvgIconInvite as IconInvite, SvgIconInviteFill as IconInviteFill, SvgIconInvoice as IconInvoice, SvgIconInvoiceFill as IconInvoiceFill, SvgIconItalic as IconItalic, SvgIconItalicFill as IconItalicFill, SvgIconJudgeGavel as IconJudgeGavel, SvgIconJudgeGavelFill as IconJudgeGavelFill, SvgIconKey as IconKey, SvgIconKeyFill as IconKeyFill, SvgIconKeyboardCable as IconKeyboardCable, SvgIconKeyboardCableFill as IconKeyboardCableFill, SvgIconKeyboardDown as IconKeyboardDown, SvgIconKeyboardDownFill as IconKeyboardDownFill, SvgIconKeyboardUp as IconKeyboardUp, SvgIconKeyboardUpFill as IconKeyboardUpFill, SvgIconKeyhole as IconKeyhole, SvgIconKeyholeFill as IconKeyholeFill, SvgIconKnifeSpoon as IconKnifeSpoon, SvgIconKnifeSpoonFill as IconKnifeSpoonFill, SvgIconLaunch as IconLaunch, SvgIconLaunchFill as IconLaunchFill, SvgIconLayers as IconLayers, SvgIconLayers2 as IconLayers2, SvgIconLayers2Fill as IconLayers2Fill, SvgIconLayersFill as IconLayersFill, SvgIconLayoutAlignBottom as IconLayoutAlignBottom, SvgIconLayoutAlignBottomFill as IconLayoutAlignBottomFill, SvgIconLayoutAlignHorizontalCenter as IconLayoutAlignHorizontalCenter, SvgIconLayoutAlignHorizontalCenterFill as IconLayoutAlignHorizontalCenterFill, SvgIconLayoutAlignLeft as IconLayoutAlignLeft, SvgIconLayoutAlignLeftFill as IconLayoutAlignLeftFill, SvgIconLayoutAlignRight as IconLayoutAlignRight, SvgIconLayoutAlignRightFill as IconLayoutAlignRightFill, SvgIconLayoutAlignTop as IconLayoutAlignTop, SvgIconLayoutAlignTopFill as IconLayoutAlignTopFill, SvgIconLayoutAlignVerticalCenter as IconLayoutAlignVerticalCenter, SvgIconLayoutAlignVerticalCenterFill as IconLayoutAlignVerticalCenterFill, SvgIconLayoutColumnHalf as IconLayoutColumnHalf, SvgIconLayoutColumnHalfFill as IconLayoutColumnHalfFill, SvgIconLayoutColumnHalfRemove as IconLayoutColumnHalfRemove, SvgIconLayoutColumnHalfRemoveFill as IconLayoutColumnHalfRemoveFill, SvgIconLayoutColumnHorizontalAdd as IconLayoutColumnHorizontalAdd, SvgIconLayoutColumnHorizontalAddFill as IconLayoutColumnHorizontalAddFill, SvgIconLayoutColumnHorizontalHalf as IconLayoutColumnHorizontalHalf, SvgIconLayoutColumnHorizontalHalfFill as IconLayoutColumnHorizontalHalfFill, SvgIconLayoutColumnLeftside as IconLayoutColumnLeftside, SvgIconLayoutColumnLeftsideFill as IconLayoutColumnLeftsideFill, SvgIconLayoutColumnRightside as IconLayoutColumnRightside, SvgIconLayoutColumnRightsideFill as IconLayoutColumnRightsideFill, SvgIconLayoutColumnVerticalAdd as IconLayoutColumnVerticalAdd, SvgIconLayoutColumnVerticalAddFill as IconLayoutColumnVerticalAddFill, SvgIconLayoutColumnVerticalRemove as IconLayoutColumnVerticalRemove, SvgIconLayoutColumnVerticalRemoveFill as IconLayoutColumnVerticalRemoveFill, SvgIconLessThan as IconLessThan, SvgIconLightBulb as IconLightBulb, SvgIconLightBulb2 as IconLightBulb2, SvgIconLightBulb2Fill as IconLightBulb2Fill, SvgIconLightBulbFill as IconLightBulbFill, SvgIconLineChart6 as IconLineChart6, SvgIconLineChartL as IconLineChartL, SvgIconLineChartR as IconLineChartR, SvgIconLink as IconLink, SvgIconLiquid as IconLiquid, SvgIconLiquidFill as IconLiquidFill, SvgIconListBullets as IconListBullets, SvgIconListBulletsFill as IconListBulletsFill, SvgIconLoader as IconLoader, SvgIconLoader2 as IconLoader2, SvgIconLocation as IconLocation, SvgIconLocationFill as IconLocationFill, SvgIconLock as IconLock, SvgIconLockFill as IconLockFill, SvgIconLogin as IconLogin, SvgIconLogout as IconLogout, SvgIconMacbook as IconMacbook, SvgIconMacbookAir as IconMacbookAir, SvgIconMacbookAirFill as IconMacbookAirFill, SvgIconMacbookFill as IconMacbookFill, SvgIconMagic as IconMagic, SvgIconMagicFill as IconMagicFill, SvgIconMagicStar as IconMagicStar, SvgIconMagicStarFill as IconMagicStarFill, SvgIconMail as IconMail, SvgIconMailFill as IconMailFill, SvgIconMailNotify as IconMailNotify, SvgIconMailNotifyFill as IconMailNotifyFill, SvgIconMap as IconMap, SvgIconMapFill as IconMapFill, SvgIconMegaphone as IconMegaphone, SvgIconMegaphoneFill as IconMegaphoneFill, SvgIconMessage as IconMessage, SvgIconMessageDots as IconMessageDots, SvgIconMessageDotsFill as IconMessageDotsFill, SvgIconMessageFill as IconMessageFill, SvgIconMessages as IconMessages, SvgIconMessagesFill as IconMessagesFill, SvgIconMic as IconMic, SvgIconMicFill as IconMicFill, SvgIconMicOff as IconMicOff, SvgIconMicOffFill as IconMicOffFill, SvgIconMinimize315 as IconMinimize315, SvgIconMinimize315Fill as IconMinimize315Fill, SvgIconMinimize45 as IconMinimize45, SvgIconMinimize45Fill as IconMinimize45Fill, SvgIconMinimizeWindow as IconMinimizeWindow, SvgIconMinimizeWindowFill as IconMinimizeWindowFill, SvgIconMinus as IconMinus, SvgIconMoneybag as IconMoneybag, SvgIconMoneybagFill as IconMoneybagFill, SvgIconMoon as IconMoon, SvgIconMoonFill as IconMoonFill, SvgIconMoonStar as IconMoonStar, SvgIconMoonStarFill as IconMoonStarFill, SvgIconMouse as IconMouse, SvgIconMouseFill as IconMouseFill, SvgIconMove as IconMove, SvgIconMoveFill as IconMoveFill, SvgIconMusicNote as IconMusicNote, SvgIconMusicNoteFill as IconMusicNoteFill, SvgIconMute as IconMute, SvgIconMuteFill as IconMuteFill, SvgIconNext as IconNext, SvgIconNextFill as IconNextFill, SvgIconNotebookCover as IconNotebookCover, SvgIconNotebookCoverFill as IconNotebookCoverFill, SvgIconNotepad as IconNotepad, SvgIconNotepadFill as IconNotepadFill, SvgIconNotes as IconNotes, SvgIconNotesFill as IconNotesFill, SvgIconOculus as IconOculus, SvgIconOculusFill as IconOculusFill, SvgIconOldTv as IconOldTv, SvgIconOldTvFill as IconOldTvFill, SvgIconOpenLink as IconOpenLink, SvgIconOpenLink2 as IconOpenLink2, SvgIconOpenLink2Fill as IconOpenLink2Fill, SvgIconOpenLinkFill as IconOpenLinkFill, SvgIconOpenQuote as IconOpenQuote, SvgIconOpenQuoteFill as IconOpenQuoteFill, SvgIconOptAlt as IconOptAlt, SvgIconOptAltFill as IconOptAltFill, SvgIconOrange as IconOrange, SvgIconOrangeFill as IconOrangeFill, SvgIconPackage as IconPackage, SvgIconPackageFill as IconPackageFill, SvgIconPackageReturn as IconPackageReturn, SvgIconPackageReturnFill as IconPackageReturnFill, SvgIconPaper as IconPaper, SvgIconPaperFill as IconPaperFill, SvgIconPaperclip as IconPaperclip, SvgIconPaperclip2 as IconPaperclip2, SvgIconPaperclip3 as IconPaperclip3, SvgIconPasskey as IconPasskey, SvgIconPasskeyFill as IconPasskeyFill, SvgIconPause as IconPause, SvgIconPauseFill as IconPauseFill, SvgIconPencilBox as IconPencilBox, SvgIconPencilBoxFill as IconPencilBoxFill, SvgIconPeople as IconPeople, SvgIconPeopleFill as IconPeopleFill, SvgIconPercent as IconPercent, SvgIconPercentBadge as IconPercentBadge, SvgIconPercentBadgeFill as IconPercentBadgeFill, SvgIconPercentFill as IconPercentFill, SvgIconPerson as IconPerson, SvgIconPersonAdd as IconPersonAdd, SvgIconPersonAddFill as IconPersonAddFill, SvgIconPersonAdded as IconPersonAdded, SvgIconPersonAddedFill as IconPersonAddedFill, SvgIconPersonFill as IconPersonFill, SvgIconPersonRemove as IconPersonRemove, SvgIconPersonRemoveFill as IconPersonRemoveFill, SvgIconPictureInPicture as IconPictureInPicture, SvgIconPictureInPictureFill as IconPictureInPictureFill, SvgIconPieChart as IconPieChart, SvgIconPieChart2 as IconPieChart2, SvgIconPieChart2Fill as IconPieChart2Fill, SvgIconPieChartFill as IconPieChartFill, SvgIconPilone as IconPilone, SvgIconPiloneFill as IconPiloneFill, SvgIconPin as IconPin, SvgIconPin2 as IconPin2, SvgIconPin2Fill as IconPin2Fill, SvgIconPinFill as IconPinFill, SvgIconPizza as IconPizza, SvgIconPizzaFill as IconPizzaFill, SvgIconPlay as IconPlay, SvgIconPlayFill as IconPlayFill, SvgIconPlaylist as IconPlaylist, SvgIconPlaylistFill as IconPlaylistFill, SvgIconPlus as IconPlus, SvgIconPopcorn as IconPopcorn, SvgIconPopcornFill as IconPopcornFill, SvgIconPower as IconPower, SvgIconPriceTag as IconPriceTag, SvgIconPriceTagFill as IconPriceTagFill, SvgIconPrinter as IconPrinter, SvgIconPrinterFill as IconPrinterFill, SvgIconPuzzle as IconPuzzle, SvgIconPuzzleFill as IconPuzzleFill, SvgIconQrCode as IconQrCode, SvgIconQrCodeFill as IconQrCodeFill, SvgIconQuoteClose as IconQuoteClose, SvgIconQuoteCloseFill as IconQuoteCloseFill, SvgIconQuoteOpen as IconQuoteOpen, SvgIconQuoteOpenFill as IconQuoteOpenFill, SvgIconRainy as IconRainy, SvgIconRainyFill as IconRainyFill, SvgIconRainyLight as IconRainyLight, SvgIconRainyLightFill as IconRainyLightFill, SvgIconReceipt as IconReceipt, SvgIconReceipt2 as IconReceipt2, SvgIconReceipt2Fill as IconReceipt2Fill, SvgIconReceiptFill as IconReceiptFill, SvgIconReceiptTax as IconReceiptTax, SvgIconReceiptTaxFill as IconReceiptTaxFill, SvgIconRecord as IconRecord, SvgIconRecordFill as IconRecordFill, SvgIconRedo as IconRedo, SvgIconRedoFill as IconRedoFill, SvgIconRefresh as IconRefresh, SvgIconRefreshFill as IconRefreshFill, SvgIconRepeat as IconRepeat, SvgIconRepeat2 as IconRepeat2, SvgIconRepeat2Fill as IconRepeat2Fill, SvgIconRepeat3 as IconRepeat3, SvgIconRepeatFill as IconRepeatFill, SvgIconReply as IconReply, SvgIconReplyFill as IconReplyFill, SvgIconRepost as IconRepost, SvgIconRepostFill as IconRepostFill, SvgIconResizeIn as IconResizeIn, SvgIconResizeInFill as IconResizeInFill, SvgIconResizeOutFill as IconResizeOutFill, SvgIconResizeOutIn as IconResizeOutIn, SvgIconRewind10S as IconRewind10S, SvgIconRewind15S as IconRewind15S, SvgIconRewind30S as IconRewind30S, SvgIconRewind5S as IconRewind5S, SvgIconRobot as IconRobot, SvgIconRobotFill as IconRobotFill, SvgIconRocket as IconRocket, SvgIconRocketFill as IconRocketFill, SvgIconRotate2Left as IconRotate2Left, SvgIconRotate2LeftFill as IconRotate2LeftFill, SvgIconRotate2Right as IconRotate2Right, SvgIconRotate2RightFill as IconRotate2RightFill, SvgIconRotateLeft as IconRotateLeft, SvgIconRotateLeftFill as IconRotateLeftFill, SvgIconRotateRight as IconRotateRight, SvgIconRotateRightFill as IconRotateRightFill, SvgIconRuler as IconRuler, SvgIconRulerFill as IconRulerFill, SvgIconRunShortcut as IconRunShortcut, SvgIconRunShortcutFill as IconRunShortcutFill, SvgIconSandwich as IconSandwich, SvgIconSandwichFill as IconSandwichFill, SvgIconScreenRecord as IconScreenRecord, SvgIconScreenRecordFill as IconScreenRecordFill, SvgIconScreenSharing as IconScreenSharing, SvgIconScreenSharingFill as IconScreenSharingFill, SvgIconSdCard as IconSdCard, SvgIconSdCardFill as IconSdCardFill, SvgIconSearch as IconSearch, SvgIconSearchFill as IconSearchFill, SvgIconSearchSketchbook as IconSearchSketchbook, SvgIconSearchSketchbookFill as IconSearchSketchbookFill, SvgIconSend as IconSend, SvgIconSend2 as IconSend2, SvgIconSend2Fill as IconSend2Fill, SvgIconSend3 as IconSend3, SvgIconSend3Fill as IconSend3Fill, SvgIconSendFill as IconSendFill, SvgIconServer as IconServer, SvgIconServerFill as IconServerFill, SvgIconServerStack as IconServerStack, SvgIconServerStackFill as IconServerStackFill, SvgIconService as IconService, SvgIconServiceFill as IconServiceFill, SvgIconSettings as IconSettings, SvgIconSettingsFill as IconSettingsFill, SvgIconShield as IconShield, SvgIconShieldCheck as IconShieldCheck, SvgIconShieldCheckFill as IconShieldCheckFill, SvgIconShieldCrossed as IconShieldCrossed, SvgIconShieldCrossedFill as IconShieldCrossedFill, SvgIconShieldFill as IconShieldFill, SvgIconShieldKeyhole as IconShieldKeyhole, SvgIconShieldKeyholeFill as IconShieldKeyholeFill, SvgIconShippingBag as IconShippingBag, SvgIconShippingBagFill as IconShippingBagFill, SvgIconShippingBagHeart as IconShippingBagHeart, SvgIconShippingBagHeartFill as IconShippingBagHeartFill, SvgIconShoppingBag as IconShoppingBag, SvgIconShoppingBagBookmark as IconShoppingBagBookmark, SvgIconShoppingBagBookmarkFill as IconShoppingBagBookmarkFill, SvgIconShoppingBagEdit as IconShoppingBagEdit, SvgIconShoppingBagEditFill as IconShoppingBagEditFill, SvgIconShoppingBagFill as IconShoppingBagFill, SvgIconShoppingBagHeart as IconShoppingBagHeart, SvgIconShoppingBagHeartFill as IconShoppingBagHeartFill, SvgIconShoppingBagPlus as IconShoppingBagPlus, SvgIconShoppingBagPlusFill as IconShoppingBagPlusFill, SvgIconShuffle as IconShuffle, SvgIconSidebar as IconSidebar, SvgIconSidebarFill as IconSidebarFill, SvgIconSimCard as IconSimCard, SvgIconSimCardFill as IconSimCardFill, SvgIconSketchbook as IconSketchbook, SvgIconSketchbookFill as IconSketchbookFill, SvgIconSlideAdd as IconSlideAdd, SvgIconSlideAddFill as IconSlideAddFill, SvgIconSmartwatch as IconSmartwatch, SvgIconSmartwatchFill as IconSmartwatchFill, SvgIconSnowFlakes as IconSnowFlakes, SvgIconSortAsc as IconSortAsc, SvgIconSortAscFill as IconSortAscFill, SvgIconSortDesc as IconSortDesc, SvgIconSortDescFill as IconSortDescFill, SvgIconSparklesThree as IconSparklesThree, SvgIconSparklesThreeFill as IconSparklesThreeFill, SvgIconSparklesTwo as IconSparklesTwo, SvgIconSparklesTwo2 as IconSparklesTwo2, SvgIconSparklesTwo2Fill as IconSparklesTwo2Fill, SvgIconSparklesTwoFill as IconSparklesTwoFill, SvgIconSplit as IconSplit, SvgIconSplitFill as IconSplitFill, SvgIconSquareArrowInTl as IconSquareArrowInTl, SvgIconSquareArrowInTlFill as IconSquareArrowInTlFill, SvgIconSquareArrowOutTl as IconSquareArrowOutTl, SvgIconSquareArrowOutTlFill as IconSquareArrowOutTlFill, SvgIconSquareInfo as IconSquareInfo, SvgIconSquareInfoFill as IconSquareInfoFill, SvgIconSquareMinus as IconSquareMinus, SvgIconSquareMinusFill as IconSquareMinusFill, SvgIconSquarePlaceholder as IconSquarePlaceholder, SvgIconSquarePlaceholderFill as IconSquarePlaceholderFill, SvgIconSquarePlus as IconSquarePlus, SvgIconSquarePlusFill as IconSquarePlusFill, SvgIconSquareX as IconSquareX, SvgIconSquareXFill as IconSquareXFill, SvgIconStar as IconStar, SvgIconStarFill as IconStarFill, SvgIconStarLines as IconStarLines, SvgIconStarLinesFill as IconStarLinesFill, SvgIconStop as IconStop, SvgIconStopFill as IconStopFill, SvgIconStorage as IconStorage, SvgIconStorageFill as IconStorageFill, SvgIconStore as IconStore, SvgIconStore2 as IconStore2, SvgIconStore2Fill as IconStore2Fill, SvgIconStore3 as IconStore3, SvgIconStore3Fill as IconStore3Fill, SvgIconStore4 as IconStore4, SvgIconStore4Fill as IconStore4Fill, SvgIconStoreFill as IconStoreFill, SvgIconStrikeThrough as IconStrikeThrough, SvgIconStrikeThroughFill as IconStrikeThroughFill, SvgIconSuitcase as IconSuitcase, SvgIconSuitcaseFill as IconSuitcaseFill, SvgIconSun as IconSun, SvgIconSunFill as IconSunFill, SvgIconSunrise as IconSunrise, SvgIconSunriseArrowUp as IconSunriseArrowUp, SvgIconSunriseArrowUpFill as IconSunriseArrowUpFill, SvgIconSunriseFill as IconSunriseFill, SvgIconSunset as IconSunset, SvgIconSunsetArrowDown as IconSunsetArrowDown, SvgIconSunsetArrowDownFill as IconSunsetArrowDownFill, SvgIconSunsetFill as IconSunsetFill, SvgIconSupport as IconSupport, SvgIconSupportFill as IconSupportFill, SvgIconSwitchHorizontal as IconSwitchHorizontal, SvgIconSwitchHorizontal2 as IconSwitchHorizontal2, SvgIconSwitchHorizontal2Fill as IconSwitchHorizontal2Fill, SvgIconSwitchHorizontalFill as IconSwitchHorizontalFill, SvgIconSwitchVertical as IconSwitchVertical, SvgIconSwitchVertical2 as IconSwitchVertical2, SvgIconSwitchVertical2Fill as IconSwitchVertical2Fill, SvgIconSwitchVerticalFill as IconSwitchVerticalFill, SvgIconTShirt as IconTShirt, SvgIconTShirtFill as IconTShirtFill, SvgIconTelephone as IconTelephone, SvgIconTelephoneFill as IconTelephoneFill, SvgIconTerminal as IconTerminal, SvgIconTerminalFill as IconTerminalFill, SvgIconThumbsDown as IconThumbsDown, SvgIconThumbsDownFill as IconThumbsDownFill, SvgIconTicket as IconTicket, SvgIconTicketFill as IconTicketFill, SvgIconToolbox as IconToolbox, SvgIconToolboxFill as IconToolboxFill, SvgIconTranslate as IconTranslate, SvgIconTranslateFill as IconTranslateFill, SvgIconTrash as IconTrash, SvgIconTrashEmpty as IconTrashEmpty, SvgIconTrashEmptyFill as IconTrashEmptyFill, SvgIconTrashFill as IconTrashFill, SvgIconTrashPaper as IconTrashPaper, SvgIconTrashPaperFill as IconTrashPaperFill, SvgIconTrendingChart as IconTrendingChart, SvgIconTrendingChart2 as IconTrendingChart2, SvgIconTrendingChart3 as IconTrendingChart3, SvgIconTrendingChart4 as IconTrendingChart4, SvgIconTrendingChart5 as IconTrendingChart5, SvgIconTriangleInfo as IconTriangleInfo, SvgIconTriangleInfoFill as IconTriangleInfoFill, SvgIconTrophy as IconTrophy, SvgIconTrophyFill as IconTrophyFill, SvgIconTruck as IconTruck, SvgIconTruckFill as IconTruckFill, SvgIconUmbrella as IconUmbrella, SvgIconUmbrellaFill as IconUmbrellaFill, SvgIconUnderline as IconUnderline, SvgIconUnderlineFill as IconUnderlineFill, SvgIconUndo as IconUndo, SvgIconUndoFill as IconUndoFill, SvgIconUnlocked as IconUnlocked, SvgIconUnlockedFill as IconUnlockedFill, SvgIconUnpin as IconUnpin, SvgIconUnpinFill as IconUnpinFill, SvgIconUpload as IconUpload, SvgIconUsb as IconUsb, SvgIconUsbC as IconUsbC, SvgIconUsbCFill as IconUsbCFill, SvgIconUsbFill as IconUsbFill, SvgIconVerified as IconVerified, SvgIconVerifiedFill as IconVerifiedFill, SvgIconVideoCam as IconVideoCam, SvgIconVideoCamFill as IconVideoCamFill, SvgIconVideoCamOff as IconVideoCamOff, SvgIconVideoCamOffFill as IconVideoCamOffFill, SvgIconVideoCamOn as IconVideoCamOn, SvgIconVideoCamOnFill as IconVideoCamOnFill, SvgIconVideoPlaylist as IconVideoPlaylist, SvgIconVideoPlaylistFill as IconVideoPlaylistFill, SvgIconVideoRoll as IconVideoRoll, SvgIconVideoRollFill as IconVideoRollFill, SvgIconVideoTrim as IconVideoTrim, SvgIconVideoTrimFill as IconVideoTrimFill, SvgIconVip as IconVip, SvgIconVipFill as IconVipFill, SvgIconVoice as IconVoice, SvgIconVolumeDown as IconVolumeDown, SvgIconVolumeDownFill as IconVolumeDownFill, SvgIconVolumeFull as IconVolumeFull, SvgIconVolumeFullFill as IconVolumeFullFill, SvgIconVolumeOff as IconVolumeOff, SvgIconVolumeOffFill as IconVolumeOffFill, SvgIconVolumeUp as IconVolumeUp, SvgIconVolumeUpFill as IconVolumeUpFill, SvgIconWallet as IconWallet, SvgIconWallet2 as IconWallet2, SvgIconWallet2Fill as IconWallet2Fill, SvgIconWallet3 as IconWallet3, SvgIconWallet3Fill as IconWallet3Fill, SvgIconWalletFill as IconWalletFill, SvgIconWebcam as IconWebcam, SvgIconWebcamFill as IconWebcamFill, SvgIconWhiteboard as IconWhiteboard, SvgIconWhiteboardFill as IconWhiteboardFill, SvgIconWifi as IconWifi, SvgIconWind as IconWind, SvgIconWindow as IconWindow, SvgIconWindowFill as IconWindowFill, SvgIconWindowVisit as IconWindowVisit, SvgIconWindowVisitFill as IconWindowVisitFill, SvgIconX as IconX, SvgIconYenFill as IconYenFill, SvgIconYes as IconYes, SvgIconYesFill as IconYesFill, SvgIconZip as IconZip, SvgIconZipFill as IconZipFill, SvgIconZoom as IconZoom, SvgIconZoomFill as IconZoomFill, SvgIconZoomOut as IconZoomOut, SvgIconZoomOutFill as IconZoomOutFill }; +export { SvgIcon4K as Icon4K, SvgIcon4KFill as Icon4KFill, SvgIconAcademicCap as IconAcademicCap, SvgIconAcademicCapFill as IconAcademicCapFill, SvgIconAccessible as IconAccessible, SvgIconAccessibleFill as IconAccessibleFill, SvgIconActionCam as IconActionCam, SvgIconActionCamFill as IconActionCamFill, SvgIconAdapter as IconAdapter, SvgIconAdapterFill as IconAdapterFill, SvgIconAddToCart as IconAddToCart, SvgIconAddToCartFill as IconAddToCartFill, SvgIconAdjustment as IconAdjustment, SvgIconAdjustmentFill as IconAdjustmentFill, SvgIconAirpodGen3Left as IconAirpodGen3Left, SvgIconAirpodGen3Right as IconAirpodGen3Right, SvgIconAirpodsGen3 as IconAirpodsGen3, SvgIconAirpodsGen3Chargingcase as IconAirpodsGen3Chargingcase, SvgIconAlbum as IconAlbum, SvgIconAlbumFill as IconAlbumFill, SvgIconAlignmentCenter as IconAlignmentCenter, SvgIconAlignmentCenterFill as IconAlignmentCenterFill, SvgIconAlignmentJustify as IconAlignmentJustify, SvgIconAlignmentJustifyFill as IconAlignmentJustifyFill, SvgIconAlignmentLeft as IconAlignmentLeft, SvgIconAlignmentLeftFill as IconAlignmentLeftFill, SvgIconAlignmentRight as IconAlignmentRight, SvgIconAlignmentRightFill as IconAlignmentRightFill, SvgIconAlt as IconAlt, SvgIconAltFill as IconAltFill, SvgIconAnonymous as IconAnonymous, SvgIconAnonymousFill as IconAnonymousFill, SvgIconApple as IconApple, SvgIconAppleFill as IconAppleFill, SvgIconArchive as IconArchive, SvgIconArchive2 as IconArchive2, SvgIconArchive2Fill as IconArchive2Fill, SvgIconArchiveFill as IconArchiveFill, SvgIconArrowDown as IconArrowDown, SvgIconArrowDownFill as IconArrowDownFill, SvgIconArrowDownLeft as IconArrowDownLeft, SvgIconArrowDownLeftFill as IconArrowDownLeftFill, SvgIconArrowDownRight as IconArrowDownRight, SvgIconArrowDownRightFill as IconArrowDownRightFill, SvgIconArrowExpandHor as IconArrowExpandHor, SvgIconArrowExpandHorFill as IconArrowExpandHorFill, SvgIconArrowExpandVer as IconArrowExpandVer, SvgIconArrowExpandVerFill as IconArrowExpandVerFill, SvgIconArrowLeft as IconArrowLeft, SvgIconArrowLeftFill as IconArrowLeftFill, SvgIconArrowPathDown as IconArrowPathDown, SvgIconArrowPathDownFill as IconArrowPathDownFill, SvgIconArrowPathLeft as IconArrowPathLeft, SvgIconArrowPathLeftFill as IconArrowPathLeftFill, SvgIconArrowPathRight as IconArrowPathRight, SvgIconArrowPathRightFill as IconArrowPathRightFill, SvgIconArrowPathUp as IconArrowPathUp, SvgIconArrowPathUpFill as IconArrowPathUpFill, SvgIconArrowRight as IconArrowRight, SvgIconArrowRightFill as IconArrowRightFill, SvgIconArrowShrink as IconArrowShrink, SvgIconArrowShrinkFill as IconArrowShrinkFill, SvgIconArrowTriangleDown as IconArrowTriangleDown, SvgIconArrowTriangleDownFill as IconArrowTriangleDownFill, SvgIconArrowTriangleLeft as IconArrowTriangleLeft, SvgIconArrowTriangleLeftFill as IconArrowTriangleLeftFill, SvgIconArrowTriangleRight as IconArrowTriangleRight, SvgIconArrowTriangleRightFill as IconArrowTriangleRightFill, SvgIconArrowTriangleUp as IconArrowTriangleUp, SvgIconArrowTriangleUpFill as IconArrowTriangleUpFill, SvgIconArrowUp as IconArrowUp, SvgIconArrowUpFill as IconArrowUpFill, SvgIconArrowUpLeft as IconArrowUpLeft, SvgIconArrowUpLeftFill as IconArrowUpLeftFill, SvgIconArrowUpRight as IconArrowUpRight, SvgIconArrowUpRightFill as IconArrowUpRightFill, SvgIconArrowWall2Down as IconArrowWall2Down, SvgIconArrowWall2DownFill as IconArrowWall2DownFill, SvgIconArrowWall2Left as IconArrowWall2Left, SvgIconArrowWall2LeftFill as IconArrowWall2LeftFill, SvgIconArrowWall2Right as IconArrowWall2Right, SvgIconArrowWall2RightFill as IconArrowWall2RightFill, SvgIconArrowWall2Up as IconArrowWall2Up, SvgIconArrowWall2UpFill as IconArrowWall2UpFill, SvgIconArrowWallDown as IconArrowWallDown, SvgIconArrowWallDownFill as IconArrowWallDownFill, SvgIconArrowWallLeft as IconArrowWallLeft, SvgIconArrowWallLeftFill as IconArrowWallLeftFill, SvgIconArrowWallRight as IconArrowWallRight, SvgIconArrowWallRightFill as IconArrowWallRightFill, SvgIconArrowWallUp as IconArrowWallUp, SvgIconArrowWallUpFill as IconArrowWallUpFill, SvgIconAsterisk as IconAsterisk, SvgIconAsteriskFill as IconAsteriskFill, SvgIconAt as IconAt, SvgIconAtFill as IconAtFill, SvgIconAtom as IconAtom, SvgIconAtomFill as IconAtomFill, SvgIconAttention as IconAttention, SvgIconAttentionFill as IconAttentionFill, SvgIconAugmentedReality as IconAugmentedReality, SvgIconAugmentedRealityFill as IconAugmentedRealityFill, SvgIconAvocado as IconAvocado, SvgIconAvocadoFill as IconAvocadoFill, SvgIconBack as IconBack, SvgIconBack10S as IconBack10S, SvgIconBackFill as IconBackFill, SvgIconBackpack as IconBackpack, SvgIconBackpackFill as IconBackpackFill, SvgIconBackspace as IconBackspace, SvgIconBackspaceFill as IconBackspaceFill, SvgIconBarcode as IconBarcode, SvgIconBarsThree as IconBarsThree, SvgIconBarsThree2 as IconBarsThree2, SvgIconBarsThree3 as IconBarsThree3, SvgIconBarsTwo as IconBarsTwo, SvgIconBarsTwo2 as IconBarsTwo2, SvgIconBasket as IconBasket, SvgIconBasketFill as IconBasketFill, SvgIconBasketPlus as IconBasketPlus, SvgIconBasketPlusFill as IconBasketPlusFill, SvgIconBatteryEmpty as IconBatteryEmpty, SvgIconBatteryEmptyFill as IconBatteryEmptyFill, SvgIconBatteryError as IconBatteryError, SvgIconBatteryErrorFill as IconBatteryErrorFill, SvgIconBatteryFull as IconBatteryFull, SvgIconBatteryFullFill as IconBatteryFullFill, SvgIconBatteryLoading as IconBatteryLoading, SvgIconBatteryLoadingFill as IconBatteryLoadingFill, SvgIconBatteryLow as IconBatteryLow, SvgIconBatteryLowFill as IconBatteryLowFill, SvgIconBatteryMedium as IconBatteryMedium, SvgIconBatteryMediumFill as IconBatteryMediumFill, SvgIconBeatsFitPro as IconBeatsFitPro, SvgIconBeatsFitProChargingcase as IconBeatsFitProChargingcase, SvgIconBeatsFitProChargingcaseFill as IconBeatsFitProChargingcaseFill, SvgIconBeatsFitProLeft as IconBeatsFitProLeft, SvgIconBeatsFitProRight as IconBeatsFitProRight, SvgIconBeatsHeadphones as IconBeatsHeadphones, SvgIconBell as IconBell, SvgIconBellAlarm as IconBellAlarm, SvgIconBellAlarmFill as IconBellAlarmFill, SvgIconBellFill as IconBellFill, SvgIconBezierCurves as IconBezierCurves, SvgIconBezierCurvesFill as IconBezierCurvesFill, SvgIconBill as IconBill, SvgIconBillFill as IconBillFill, SvgIconBirthdayCake as IconBirthdayCake, SvgIconBirthdayCakeFill as IconBirthdayCakeFill, SvgIconBitcoin as IconBitcoin, SvgIconBitcoinFill as IconBitcoinFill, SvgIconBlock as IconBlock, SvgIconBlockFill as IconBlockFill, SvgIconBluetooth as IconBluetooth, SvgIconBold as IconBold, SvgIconBoldFill as IconBoldFill, SvgIconBolt as IconBolt, SvgIconBoltFill as IconBoltFill, SvgIconBoltOff as IconBoltOff, SvgIconBoltOffFill as IconBoltOffFill, SvgIconBook as IconBook, SvgIconBookFill as IconBookFill, SvgIconBookOpen as IconBookOpen, SvgIconBookOpenFill as IconBookOpenFill, SvgIconBookOpenText as IconBookOpenText, SvgIconBookOpenTextFill as IconBookOpenTextFill, SvgIconBookmark as IconBookmark, SvgIconBookmarkCheck as IconBookmarkCheck, SvgIconBookmarkCheckFill as IconBookmarkCheckFill, SvgIconBookmarkFill as IconBookmarkFill, SvgIconBookmarkOff as IconBookmarkOff, SvgIconBookmarkOffFill as IconBookmarkOffFill, SvgIconBookmarkPlus as IconBookmarkPlus, SvgIconBookmarkPlusFill as IconBookmarkPlusFill, SvgIconBookmarkX as IconBookmarkX, SvgIconBookmarkXFill as IconBookmarkXFill, SvgIconBooks as IconBooks, SvgIconBooksFill as IconBooksFill, SvgIconBottle as IconBottle, SvgIconBottleFill as IconBottleFill, SvgIconBrackets as IconBrackets, SvgIconBrackets2 as IconBrackets2, SvgIconBrain as IconBrain, SvgIconBrainFill as IconBrainFill, SvgIconBrandAdobe as IconBrandAdobe, SvgIconBrandAdonisjs as IconBrandAdonisjs, SvgIconBrandAkamai as IconBrandAkamai, SvgIconBrandApple as IconBrandApple, SvgIconBrandAppleMusic as IconBrandAppleMusic, SvgIconBrandAppstore as IconBrandAppstore, SvgIconBrandArc as IconBrandArc, SvgIconBrandArtifactNews as IconBrandArtifactNews, SvgIconBrandAstro as IconBrandAstro, SvgIconBrandAws as IconBrandAws, SvgIconBrandBehance as IconBrandBehance, SvgIconBrandBitbucket as IconBrandBitbucket, SvgIconBrandBluesky as IconBrandBluesky, SvgIconBrandBootstrap as IconBrandBootstrap, SvgIconBrandBun as IconBrandBun, SvgIconBrandCash as IconBrandCash, SvgIconBrandChrome as IconBrandChrome, SvgIconBrandCodepen as IconBrandCodepen, SvgIconBrandCopilot as IconBrandCopilot, SvgIconBrandCss as IconBrandCss, SvgIconBrandDigitalOcean as IconBrandDigitalOcean, SvgIconBrandDiscord as IconBrandDiscord, SvgIconBrandDuolingo as IconBrandDuolingo, SvgIconBrandFacebook as IconBrandFacebook, SvgIconBrandFigma as IconBrandFigma, SvgIconBrandFirefox as IconBrandFirefox, SvgIconBrandFramer as IconBrandFramer, SvgIconBrandGit as IconBrandGit, SvgIconBrandGithub as IconBrandGithub, SvgIconBrandGitlab as IconBrandGitlab, SvgIconBrandGoogle as IconBrandGoogle, SvgIconBrandGooglePlayStore as IconBrandGooglePlayStore, SvgIconBrandGumroad as IconBrandGumroad, SvgIconBrandHashnode as IconBrandHashnode, SvgIconBrandHetzner as IconBrandHetzner, SvgIconBrandHtml5 as IconBrandHtml5, SvgIconBrandInertiajs as IconBrandInertiajs, SvgIconBrandInstagram as IconBrandInstagram, SvgIconBrandJavascript as IconBrandJavascript, SvgIconBrandJustd as IconBrandJustd, SvgIconBrandKarteil as IconBrandKarteil, SvgIconBrandKubernetes as IconBrandKubernetes, SvgIconBrandLaravel as IconBrandLaravel, SvgIconBrandLayers as IconBrandLayers, SvgIconBrandLemonsqueezy as IconBrandLemonsqueezy, SvgIconBrandLinear as IconBrandLinear, SvgIconBrandLinkedin as IconBrandLinkedin, SvgIconBrandLinktree as IconBrandLinktree, SvgIconBrandLinode as IconBrandLinode, SvgIconBrandLottielab as IconBrandLottielab, SvgIconBrandMastadon as IconBrandMastadon, SvgIconBrandMedium as IconBrandMedium, SvgIconBrandNetlify as IconBrandNetlify, SvgIconBrandNextjs as IconBrandNextjs, SvgIconBrandNode as IconBrandNode, SvgIconBrandNotion as IconBrandNotion, SvgIconBrandNpm as IconBrandNpm, SvgIconBrandNuxtjs as IconBrandNuxtjs, SvgIconBrandOpenai as IconBrandOpenai, SvgIconBrandOpera as IconBrandOpera, SvgIconBrandParanoid as IconBrandParanoid, SvgIconBrandParsinta as IconBrandParsinta, SvgIconBrandPatreon as IconBrandPatreon, SvgIconBrandPerplexity as IconBrandPerplexity, SvgIconBrandPhp as IconBrandPhp, SvgIconBrandPinterest as IconBrandPinterest, SvgIconBrandPlanetscale as IconBrandPlanetscale, SvgIconBrandPnpm as IconBrandPnpm, SvgIconBrandProducthunt as IconBrandProducthunt, SvgIconBrandPython as IconBrandPython, SvgIconBrandReactjs as IconBrandReactjs, SvgIconBrandReddit as IconBrandReddit, SvgIconBrandRemix as IconBrandRemix, SvgIconBrandRive as IconBrandRive, SvgIconBrandRssFeed as IconBrandRssFeed, SvgIconBrandSafari as IconBrandSafari, SvgIconBrandSketch as IconBrandSketch, SvgIconBrandSlack as IconBrandSlack, SvgIconBrandSnapchat as IconBrandSnapchat, SvgIconBrandSpotify as IconBrandSpotify, SvgIconBrandStripe as IconBrandStripe, SvgIconBrandTailwindVariants as IconBrandTailwindVariants, SvgIconBrandTailwindcss as IconBrandTailwindcss, SvgIconBrandTelegram as IconBrandTelegram, SvgIconBrandThreads as IconBrandThreads, SvgIconBrandTiktok as IconBrandTiktok, SvgIconBrandTurbopack as IconBrandTurbopack, SvgIconBrandTurborepo as IconBrandTurborepo, SvgIconBrandTwitch as IconBrandTwitch, SvgIconBrandTwitter as IconBrandTwitter, SvgIconBrandTypescript as IconBrandTypescript, SvgIconBrandUbuntu as IconBrandUbuntu, SvgIconBrandVenmo as IconBrandVenmo, SvgIconBrandVercel as IconBrandVercel, SvgIconBrandVkontakte as IconBrandVkontakte, SvgIconBrandVscode as IconBrandVscode, SvgIconBrandVultr as IconBrandVultr, SvgIconBrandWebflow as IconBrandWebflow, SvgIconBrandWhatsapp as IconBrandWhatsapp, SvgIconBrandWindows as IconBrandWindows, SvgIconBrandX as IconBrandX, SvgIconBrandYarn as IconBrandYarn, SvgIconBrandYoutube as IconBrandYoutube, SvgIconBreakfest as IconBreakfest, SvgIconBreakfestFill as IconBreakfestFill, SvgIconBriefcase as IconBriefcase, SvgIconBriefcase2 as IconBriefcase2, SvgIconBriefcase2Fill as IconBriefcase2Fill, SvgIconBriefcaseBlank as IconBriefcaseBlank, SvgIconBriefcaseBlankFill as IconBriefcaseBlankFill, SvgIconBriefcaseFill as IconBriefcaseFill, SvgIconBroadcast as IconBroadcast, SvgIconBroadcastFill as IconBroadcastFill, SvgIconBrokenChainLink as IconBrokenChainLink, SvgIconBrokenHeart as IconBrokenHeart, SvgIconBrokenHeartFill as IconBrokenHeartFill, SvgIconBubbleQuotes as IconBubbleQuotes, SvgIconBubbleQuotesFill as IconBubbleQuotesFill, SvgIconBug as IconBug, SvgIconBugFill as IconBugFill, SvgIconBuilding as IconBuilding, SvgIconBuildingFill as IconBuildingFill, SvgIconBullet as IconBullet, SvgIconBulletFill as IconBulletFill, SvgIconBulletList as IconBulletList, SvgIconBulletListFill as IconBulletListFill, SvgIconCainLink2 as IconCainLink2, SvgIconCainLink3 as IconCainLink3, SvgIconCalculator as IconCalculator, SvgIconCalculatorFill as IconCalculatorFill, SvgIconCalendar as IconCalendar, SvgIconCalendar2 as IconCalendar2, SvgIconCalendar2Fill as IconCalendar2Fill, SvgIconCalendar3 as IconCalendar3, SvgIconCalendar3Fill as IconCalendar3Fill, SvgIconCalendarCheck as IconCalendarCheck, SvgIconCalendarCheckFill as IconCalendarCheckFill, SvgIconCalendarClock as IconCalendarClock, SvgIconCalendarClockFill as IconCalendarClockFill, SvgIconCalendarDays as IconCalendarDays, SvgIconCalendarDaysFill as IconCalendarDaysFill, SvgIconCalendarFill as IconCalendarFill, SvgIconCalendarPlus as IconCalendarPlus, SvgIconCalendarPlusFill as IconCalendarPlusFill, SvgIconCalendarRemove as IconCalendarRemove, SvgIconCalendarRemoveFill as IconCalendarRemoveFill, SvgIconCalendarSearch as IconCalendarSearch, SvgIconCalendarSearchFill as IconCalendarSearchFill, SvgIconCallIncoming as IconCallIncoming, SvgIconCallIncomingFill as IconCallIncomingFill, SvgIconCallOff as IconCallOff, SvgIconCallOffFill as IconCallOffFill, SvgIconCallOutgoing as IconCallOutgoing, SvgIconCallOutgoingFill as IconCallOutgoingFill, SvgIconCamera as IconCamera, SvgIconCameraDot as IconCameraDot, SvgIconCameraDotFill as IconCameraDotFill, SvgIconCameraFill as IconCameraFill, SvgIconCameraOff as IconCameraOff, SvgIconCameraOffFill as IconCameraOffFill, SvgIconCar as IconCar, SvgIconCarFill as IconCarFill, SvgIconCart as IconCart, SvgIconCartFill as IconCartFill, SvgIconChainLink as IconChainLink, SvgIconChainLinkFill as IconChainLinkFill, SvgIconChartAnalytics as IconChartAnalytics, SvgIconChartAnalyticsFill as IconChartAnalyticsFill, SvgIconChartBar as IconChartBar, SvgIconChartBarDown as IconChartBarDown, SvgIconChartBarUp as IconChartBarUp, SvgIconChartLineDown as IconChartLineDown, SvgIconChartLineUp as IconChartLineUp, SvgIconChartPresentation as IconChartPresentation, SvgIconChartPresentation2 as IconChartPresentation2, SvgIconChartPresentation2Fill as IconChartPresentation2Fill, SvgIconChartPresentationFill as IconChartPresentationFill, SvgIconChartTrending as IconChartTrending, SvgIconCheck as IconCheck, SvgIconChecklist as IconChecklist, SvgIconChevronDoubleDown as IconChevronDoubleDown, SvgIconChevronDoubleLeft as IconChevronDoubleLeft, SvgIconChevronDoubleRight as IconChevronDoubleRight, SvgIconChevronDoubleUp as IconChevronDoubleUp, SvgIconChevronDown as IconChevronDown, SvgIconChevronLeft as IconChevronLeft, SvgIconChevronLgDown as IconChevronLgDown, SvgIconChevronLgLeft as IconChevronLgLeft, SvgIconChevronLgRight as IconChevronLgRight, SvgIconChevronLgUp as IconChevronLgUp, SvgIconChevronRight as IconChevronRight, SvgIconChevronUp as IconChevronUp, SvgIconChevronsLgDown as IconChevronsLgDown, SvgIconChevronsLgLeft as IconChevronsLgLeft, SvgIconChevronsLgRight as IconChevronsLgRight, SvgIconChevronsLgUp as IconChevronsLgUp, SvgIconChevronsUpDown as IconChevronsUpDown, SvgIconChevronsX as IconChevronsX, SvgIconChevronsY as IconChevronsY, SvgIconChromecast as IconChromecast, SvgIconChromecastFill as IconChromecastFill, SvgIconCircleArrowDown as IconCircleArrowDown, SvgIconCircleArrowDownFill as IconCircleArrowDownFill, SvgIconCircleArrowLeft as IconCircleArrowLeft, SvgIconCircleArrowLeftDown as IconCircleArrowLeftDown, SvgIconCircleArrowLeftDownFill as IconCircleArrowLeftDownFill, SvgIconCircleArrowLeftFill as IconCircleArrowLeftFill, SvgIconCircleArrowLeftUp as IconCircleArrowLeftUp, SvgIconCircleArrowLeftUpFill as IconCircleArrowLeftUpFill, SvgIconCircleArrowRight as IconCircleArrowRight, SvgIconCircleArrowRightDown as IconCircleArrowRightDown, SvgIconCircleArrowRightDownFill as IconCircleArrowRightDownFill, SvgIconCircleArrowRightFill as IconCircleArrowRightFill, SvgIconCircleArrowRightUp as IconCircleArrowRightUp, SvgIconCircleArrowRightUpFill as IconCircleArrowRightUpFill, SvgIconCircleArrowUp as IconCircleArrowUp, SvgIconCircleArrowUpFill as IconCircleArrowUpFill, SvgIconCircleChartTrending as IconCircleChartTrending, SvgIconCircleChartTrendingFill as IconCircleChartTrendingFill, SvgIconCircleCheck as IconCircleCheck, SvgIconCircleCheckFill as IconCircleCheckFill, SvgIconCircleDotsHorizontal as IconCircleDotsHorizontal, SvgIconCircleDotsHorizontalFill as IconCircleDotsHorizontalFill, SvgIconCircleDotsVertical as IconCircleDotsVertical, SvgIconCircleDotsVerticalFill as IconCircleDotsVerticalFill, SvgIconCircleDownload as IconCircleDownload, SvgIconCircleDownloadFill as IconCircleDownloadFill, SvgIconCircleHalf as IconCircleHalf, SvgIconCircleHalfFill as IconCircleHalfFill, SvgIconCircleInfo as IconCircleInfo, SvgIconCircleInfoFill as IconCircleInfoFill, SvgIconCircleMinus as IconCircleMinus, SvgIconCircleMinusFill as IconCircleMinusFill, SvgIconCirclePerson as IconCirclePerson, SvgIconCirclePersonFill as IconCirclePersonFill, SvgIconCirclePlaceholderDashed as IconCirclePlaceholderDashed, SvgIconCirclePlaceholderDashedFill as IconCirclePlaceholderDashedFill, SvgIconCirclePlay as IconCirclePlay, SvgIconCirclePlayFill as IconCirclePlayFill, SvgIconCirclePlus as IconCirclePlus, SvgIconCirclePlusFill as IconCirclePlusFill, SvgIconCircleQuestionmark as IconCircleQuestionmark, SvgIconCircleQuestionmarkFill as IconCircleQuestionmarkFill, SvgIconCircleRightUp as IconCircleRightUp, SvgIconCircleRightUpFill as IconCircleRightUpFill, SvgIconCircleStop as IconCircleStop, SvgIconCircleStopFill as IconCircleStopFill, SvgIconCircleX as IconCircleX, SvgIconCircleXFill as IconCircleXFill, SvgIconClapperboard as IconClapperboard, SvgIconClapperboardFill as IconClapperboardFill, SvgIconClipboard as IconClipboard, SvgIconClipboardFill as IconClipboardFill, SvgIconClock as IconClock, SvgIconClockFill as IconClockFill, SvgIconCloseQuote as IconCloseQuote, SvgIconCloseQuoteFill as IconCloseQuoteFill, SvgIconClosedCaptioning as IconClosedCaptioning, SvgIconClosedCaptioningFill as IconClosedCaptioningFill, SvgIconCloud as IconCloud, SvgIconCloud2 as IconCloud2, SvgIconCloud2Fill as IconCloud2Fill, SvgIconCloudDownload as IconCloudDownload, SvgIconCloudDownloadFill as IconCloudDownloadFill, SvgIconCloudFill as IconCloudFill, SvgIconCloudSnow as IconCloudSnow, SvgIconCloudSnowFill as IconCloudSnowFill, SvgIconCloudSync as IconCloudSync, SvgIconCloudSyncFill as IconCloudSyncFill, SvgIconCloudy as IconCloudy, SvgIconCloudyFill as IconCloudyFill, SvgIconCloudySun as IconCloudySun, SvgIconCloudySunFill as IconCloudySunFill, SvgIconCocktail as IconCocktail, SvgIconCocktailFill as IconCocktailFill, SvgIconCodeBrackets as IconCodeBrackets, SvgIconCodeLines as IconCodeLines, SvgIconColorPalette as IconColorPalette, SvgIconColorPaletteFill as IconColorPaletteFill, SvgIconColorSwatch as IconColorSwatch, SvgIconColorSwatchFill as IconColorSwatchFill, SvgIconColors as IconColors, SvgIconColorsFill as IconColorsFill, SvgIconCommand as IconCommand, SvgIconCommandFill as IconCommandFill, SvgIconCommandRegular as IconCommandRegular, SvgIconCommandRegularFill as IconCommandRegularFill, SvgIconCompass as IconCompass, SvgIconCompassFill as IconCompassFill, SvgIconComputer as IconComputer, SvgIconComputerFill as IconComputerFill, SvgIconContacts as IconContacts, SvgIconContactsFill as IconContactsFill, SvgIconControl as IconControl, SvgIconControlFill as IconControlFill, SvgIconCookies as IconCookies, SvgIconCookiesFill as IconCookiesFill, SvgIconCreditCard as IconCreditCard, SvgIconCreditCardFill as IconCreditCardFill, SvgIconCrop as IconCrop, SvgIconCropFill as IconCropFill, SvgIconCrypto as IconCrypto, SvgIconCryptoCoin as IconCryptoCoin, SvgIconCryptoCoinFill as IconCryptoCoinFill, SvgIconCryptoFill as IconCryptoFill, SvgIconCube as IconCube, SvgIconCubeFill as IconCubeFill, SvgIconCupHot as IconCupHot, SvgIconCupHotFill as IconCupHotFill, SvgIconCupStraw as IconCupStraw, SvgIconCupStrawFill as IconCupStrawFill, SvgIconCurrencyDollar as IconCurrencyDollar, SvgIconCurrencyDollarFill as IconCurrencyDollarFill, SvgIconCurrencyPound as IconCurrencyPound, SvgIconCurrencyPoundFill as IconCurrencyPoundFill, SvgIconCurrencyYen as IconCurrencyYen, SvgIconCursor as IconCursor, SvgIconCursor1 as IconCursor1, SvgIconCursor1Fill as IconCursor1Fill, SvgIconCursor3 as IconCursor3, SvgIconCursor3Fill as IconCursor3Fill, SvgIconCursorClick as IconCursorClick, SvgIconCursorClickFill as IconCursorClickFill, SvgIconCursorFill as IconCursorFill, SvgIconCut as IconCut, SvgIconDashboard as IconDashboard, SvgIconDashboardFill as IconDashboardFill, SvgIconDatabase as IconDatabase, SvgIconDatabaseFill as IconDatabaseFill, SvgIconDateTime as IconDateTime, SvgIconDeviceDesktop as IconDeviceDesktop, SvgIconDeviceDesktop2 as IconDeviceDesktop2, SvgIconDeviceDesktop2Fill as IconDeviceDesktop2Fill, SvgIconDeviceDesktopFill as IconDeviceDesktopFill, SvgIconDevicePhone as IconDevicePhone, SvgIconDevicePhoneFill as IconDevicePhoneFill, SvgIconDevices as IconDevices, SvgIconDevicesFill as IconDevicesFill, SvgIconDiamond as IconDiamond, SvgIconDiamondFill as IconDiamondFill, SvgIconDonut as IconDonut, SvgIconDonutFill as IconDonutFill, SvgIconDotGrid2X3 as IconDotGrid2X3, SvgIconDotGrid3X3 as IconDotGrid3X3, SvgIconDotsHorizontal as IconDotsHorizontal, SvgIconDotsVertical as IconDotsVertical, SvgIconDownload as IconDownload, SvgIconDuplicate as IconDuplicate, SvgIconDuplicateFill as IconDuplicateFill, SvgIconEnter as IconEnter, SvgIconEnter180 as IconEnter180, SvgIconEnter180Fill as IconEnter180Fill, SvgIconEnterFill as IconEnterFill, SvgIconEnvelope as IconEnvelope, SvgIconEnvelopeFill as IconEnvelopeFill, SvgIconEquals as IconEquals, SvgIconEthereum as IconEthereum, SvgIconEthereumFill as IconEthereumFill, SvgIconExpand315 as IconExpand315, SvgIconExpand315Fill as IconExpand315Fill, SvgIconExpand45 as IconExpand45, SvgIconExpand45Fill as IconExpand45Fill, SvgIconExpandSimple as IconExpandSimple, SvgIconExpandSimple2 as IconExpandSimple2, SvgIconExpandSimple2Fill as IconExpandSimple2Fill, SvgIconExpandSimpleFill as IconExpandSimpleFill, SvgIconExpandWindow as IconExpandWindow, SvgIconExpandWindowFill as IconExpandWindowFill, SvgIconEye as IconEye, SvgIconEyeClosed as IconEyeClosed, SvgIconEyeClosedFill as IconEyeClosedFill, SvgIconEyeFill as IconEyeFill, SvgIconEyeOff as IconEyeOff, SvgIconEyeOffFill as IconEyeOffFill, SvgIconFastForward10S as IconFastForward10S, SvgIconFastForward15S as IconFastForward15S, SvgIconFastForward30S as IconFastForward30S, SvgIconFastForward5S as IconFastForward5S, SvgIconFile as IconFile, SvgIconFileCloud as IconFileCloud, SvgIconFileCloudFill as IconFileCloudFill, SvgIconFileDownload as IconFileDownload, SvgIconFileDownloadFill as IconFileDownloadFill, SvgIconFileFill as IconFileFill, SvgIconFileLink as IconFileLink, SvgIconFileLinkFill as IconFileLinkFill, SvgIconFileLock as IconFileLock, SvgIconFileLockFill as IconFileLockFill, SvgIconFileText as IconFileText, SvgIconFileTextFill as IconFileTextFill, SvgIconFileZip as IconFileZip, SvgIconFileZipFill as IconFileZipFill, SvgIconFiles as IconFiles, SvgIconFilesFill as IconFilesFill, SvgIconFilm as IconFilm, SvgIconFilmFill as IconFilmFill, SvgIconFilter as IconFilter, SvgIconFilter2 as IconFilter2, SvgIconFilter2Fill as IconFilter2Fill, SvgIconFilterAsc as IconFilterAsc, SvgIconFilterAscFill as IconFilterAscFill, SvgIconFilterDesc as IconFilterDesc, SvgIconFilterDescFill as IconFilterDescFill, SvgIconFilterFill as IconFilterFill, SvgIconFinder as IconFinder, SvgIconFinderFill as IconFinderFill, SvgIconFlash as IconFlash, SvgIconFlashFill as IconFlashFill, SvgIconFlashOff as IconFlashOff, SvgIconFlashOffFill as IconFlashOffFill, SvgIconFloppyDisk as IconFloppyDisk, SvgIconFloppyDisk2 as IconFloppyDisk2, SvgIconFloppyDisk2Fill as IconFloppyDisk2Fill, SvgIconFloppyDiskFill as IconFloppyDiskFill, SvgIconFolder as IconFolder, SvgIconFolderBookmarks as IconFolderBookmarks, SvgIconFolderBookmarksFill as IconFolderBookmarksFill, SvgIconFolderBox as IconFolderBox, SvgIconFolderBoxFill as IconFolderBoxFill, SvgIconFolderCloud as IconFolderCloud, SvgIconFolderCloudFill as IconFolderCloudFill, SvgIconFolderDelete as IconFolderDelete, SvgIconFolderDeleteFill as IconFolderDeleteFill, SvgIconFolderDownload as IconFolderDownload, SvgIconFolderDownloadFill as IconFolderDownloadFill, SvgIconFolderFill as IconFolderFill, SvgIconFolderLink as IconFolderLink, SvgIconFolderLinkFill as IconFolderLinkFill, SvgIconFolderOpen as IconFolderOpen, SvgIconFolderOpenFill as IconFolderOpenFill, SvgIconFolderPaper as IconFolderPaper, SvgIconFolderPaperFill as IconFolderPaperFill, SvgIconFolderRestricted as IconFolderRestricted, SvgIconFolderRestrictedFill as IconFolderRestrictedFill, SvgIconFolderShared as IconFolderShared, SvgIconFolderSharedFill as IconFolderSharedFill, SvgIconFolderUpload as IconFolderUpload, SvgIconFolderUploadFill as IconFolderUploadFill, SvgIconFolders as IconFolders, SvgIconFoldersFill as IconFoldersFill, SvgIconFortuneTellerBall as IconFortuneTellerBall, SvgIconFortuneTellerBallFill as IconFortuneTellerBallFill, SvgIconForward as IconForward, SvgIconForwardFill as IconForwardFill, SvgIconForwardLeft as IconForwardLeft, SvgIconForwardLeftFill as IconForwardLeftFill, SvgIconForwardRight as IconForwardRight, SvgIconForwardRightFill as IconForwardRightFill, SvgIconForwards10S as IconForwards10S, SvgIconFullscreen as IconFullscreen, SvgIconFullscreenFill as IconFullscreenFill, SvgIconGallery as IconGallery, SvgIconGalleryFill as IconGalleryFill, SvgIconGear as IconGear, SvgIconGearFill as IconGearFill, SvgIconGif as IconGif, SvgIconGifFill as IconGifFill, SvgIconGift as IconGift, SvgIconGift2 as IconGift2, SvgIconGift2Fill as IconGift2Fill, SvgIconGiftFill as IconGiftFill, SvgIconGiroCard as IconGiroCard, SvgIconGiroCardFill as IconGiroCardFill, SvgIconGiroCards as IconGiroCards, SvgIconGiroCardsFill as IconGiroCardsFill, SvgIconGitMerge as IconGitMerge, SvgIconGlasses as IconGlasses, SvgIconGlassesFill as IconGlassesFill, SvgIconGlobe as IconGlobe, SvgIconGlobe2 as IconGlobe2, SvgIconGlobe2Fill as IconGlobe2Fill, SvgIconGlobeFill as IconGlobeFill, SvgIconGoogleTranslate as IconGoogleTranslate, SvgIconGraduate as IconGraduate, SvgIconGraduateCapFill as IconGraduateCapFill, SvgIconGraph as IconGraph, SvgIconGreaterThan as IconGreaterThan, SvgIconGrid4 as IconGrid4, SvgIconGrid4Fill as IconGrid4Fill, SvgIconGuide as IconGuide, SvgIconGuideFill as IconGuideFill, SvgIconHamburger as IconHamburger, SvgIconHand5 as IconHand5, SvgIconHand5Fill as IconHand5Fill, SvgIconHandPinch as IconHandPinch, SvgIconHandPinchFill as IconHandPinchFill, SvgIconHandPointer as IconHandPointer, SvgIconHandPointerFill as IconHandPointerFill, SvgIconHandTouch as IconHandTouch, SvgIconHandTouchFill as IconHandTouchFill, SvgIconHashtag as IconHashtag, SvgIconHashtagFill as IconHashtagFill, SvgIconHd as IconHd, SvgIconHdFill as IconHdFill, SvgIconHdd as IconHdd, SvgIconHddFill as IconHddFill, SvgIconHeadphones as IconHeadphones, SvgIconHeadphones2 as IconHeadphones2, SvgIconHeadphonesFill as IconHeadphonesFill, SvgIconHeart as IconHeart, SvgIconHeartBeat as IconHeartBeat, SvgIconHeartBeatFill as IconHeartBeatFill, SvgIconHeartFill as IconHeartFill, SvgIconHighlight as IconHighlight, SvgIconHighlightFill as IconHighlightFill, SvgIconHighlightWave as IconHighlightWave, SvgIconHighlightWaveFill as IconHighlightWaveFill, SvgIconHome as IconHome, SvgIconHome1 as IconHome1, SvgIconHome1Fill as IconHome1Fill, SvgIconHome2 as IconHome2, SvgIconHome2Fill as IconHome2Fill, SvgIconHome3 as IconHome3, SvgIconHome3Fill as IconHome3Fill, SvgIconHome4 as IconHome4, SvgIconHome4Fill as IconHome4Fill, SvgIconHome5 as IconHome5, SvgIconHome5Fill as IconHome5Fill, SvgIconHome6 as IconHome6, SvgIconHome6Fill as IconHome6Fill, SvgIconHomeFill as IconHomeFill, SvgIconHotDrinkCup as IconHotDrinkCup, SvgIconHotDrinkCupFill as IconHotDrinkCupFill, SvgIconIceCream as IconIceCream, SvgIconIceCream2 as IconIceCream2, SvgIconIceCream2Fill as IconIceCream2Fill, SvgIconIceCreamFill as IconIceCreamFill, SvgIconInbox as IconInbox, SvgIconInbox2 as IconInbox2, SvgIconInbox2Fill as IconInbox2Fill, SvgIconInboxEmpty as IconInboxEmpty, SvgIconInboxEmptyFill as IconInboxEmptyFill, SvgIconInboxFill as IconInboxFill, SvgIconInvite as IconInvite, SvgIconInviteFill as IconInviteFill, SvgIconInvoice as IconInvoice, SvgIconInvoiceFill as IconInvoiceFill, SvgIconItalic as IconItalic, SvgIconItalicFill as IconItalicFill, SvgIconJudgeGavel as IconJudgeGavel, SvgIconJudgeGavelFill as IconJudgeGavelFill, SvgIconKey as IconKey, SvgIconKeyFill as IconKeyFill, SvgIconKeyboardCable as IconKeyboardCable, SvgIconKeyboardCableFill as IconKeyboardCableFill, SvgIconKeyboardDown as IconKeyboardDown, SvgIconKeyboardDownFill as IconKeyboardDownFill, SvgIconKeyboardUp as IconKeyboardUp, SvgIconKeyboardUpFill as IconKeyboardUpFill, SvgIconKeyhole as IconKeyhole, SvgIconKeyholeFill as IconKeyholeFill, SvgIconKnifeSpoon as IconKnifeSpoon, SvgIconKnifeSpoonFill as IconKnifeSpoonFill, SvgIconLaunch as IconLaunch, SvgIconLaunchFill as IconLaunchFill, SvgIconLayers as IconLayers, SvgIconLayers2 as IconLayers2, SvgIconLayers2Fill as IconLayers2Fill, SvgIconLayersFill as IconLayersFill, SvgIconLayoutAlignBottom as IconLayoutAlignBottom, SvgIconLayoutAlignBottomFill as IconLayoutAlignBottomFill, SvgIconLayoutAlignHorizontalCenter as IconLayoutAlignHorizontalCenter, SvgIconLayoutAlignHorizontalCenterFill as IconLayoutAlignHorizontalCenterFill, SvgIconLayoutAlignLeft as IconLayoutAlignLeft, SvgIconLayoutAlignLeftFill as IconLayoutAlignLeftFill, SvgIconLayoutAlignRight as IconLayoutAlignRight, SvgIconLayoutAlignRightFill as IconLayoutAlignRightFill, SvgIconLayoutAlignTop as IconLayoutAlignTop, SvgIconLayoutAlignTopFill as IconLayoutAlignTopFill, SvgIconLayoutAlignVerticalCenter as IconLayoutAlignVerticalCenter, SvgIconLayoutAlignVerticalCenterFill as IconLayoutAlignVerticalCenterFill, SvgIconLayoutColumnHalf as IconLayoutColumnHalf, SvgIconLayoutColumnHalfFill as IconLayoutColumnHalfFill, SvgIconLayoutColumnHalfRemove as IconLayoutColumnHalfRemove, SvgIconLayoutColumnHalfRemoveFill as IconLayoutColumnHalfRemoveFill, SvgIconLayoutColumnHorizontalAdd as IconLayoutColumnHorizontalAdd, SvgIconLayoutColumnHorizontalAddFill as IconLayoutColumnHorizontalAddFill, SvgIconLayoutColumnHorizontalHalf as IconLayoutColumnHorizontalHalf, SvgIconLayoutColumnHorizontalHalfFill as IconLayoutColumnHorizontalHalfFill, SvgIconLayoutColumnLeftside as IconLayoutColumnLeftside, SvgIconLayoutColumnLeftsideFill as IconLayoutColumnLeftsideFill, SvgIconLayoutColumnRightside as IconLayoutColumnRightside, SvgIconLayoutColumnRightsideFill as IconLayoutColumnRightsideFill, SvgIconLayoutColumnVerticalAdd as IconLayoutColumnVerticalAdd, SvgIconLayoutColumnVerticalAddFill as IconLayoutColumnVerticalAddFill, SvgIconLayoutColumnVerticalRemove as IconLayoutColumnVerticalRemove, SvgIconLayoutColumnVerticalRemoveFill as IconLayoutColumnVerticalRemoveFill, SvgIconLessThan as IconLessThan, SvgIconLightBulb as IconLightBulb, SvgIconLightBulb2 as IconLightBulb2, SvgIconLightBulb2Fill as IconLightBulb2Fill, SvgIconLightBulbFill as IconLightBulbFill, SvgIconLink as IconLink, SvgIconLiquid as IconLiquid, SvgIconLiquidFill as IconLiquidFill, SvgIconListBullets as IconListBullets, SvgIconListBulletsFill as IconListBulletsFill, SvgIconLoader as IconLoader, SvgIconLoader2 as IconLoader2, SvgIconLocation as IconLocation, SvgIconLocationFill as IconLocationFill, SvgIconLock as IconLock, SvgIconLockFill as IconLockFill, SvgIconLogin as IconLogin, SvgIconLogout as IconLogout, SvgIconMacbook as IconMacbook, SvgIconMacbookAir as IconMacbookAir, SvgIconMacbookAirFill as IconMacbookAirFill, SvgIconMacbookFill as IconMacbookFill, SvgIconMagic as IconMagic, SvgIconMagicFill as IconMagicFill, SvgIconMagicStar as IconMagicStar, SvgIconMagicStarFill as IconMagicStarFill, SvgIconMail as IconMail, SvgIconMailFill as IconMailFill, SvgIconMailNotify as IconMailNotify, SvgIconMailNotifyFill as IconMailNotifyFill, SvgIconMap as IconMap, SvgIconMapFill as IconMapFill, SvgIconMegaphone as IconMegaphone, SvgIconMegaphoneFill as IconMegaphoneFill, SvgIconMessage as IconMessage, SvgIconMessageDots as IconMessageDots, SvgIconMessageDotsFill as IconMessageDotsFill, SvgIconMessageFill as IconMessageFill, SvgIconMessages as IconMessages, SvgIconMessagesFill as IconMessagesFill, SvgIconMic as IconMic, SvgIconMicFill as IconMicFill, SvgIconMicOff as IconMicOff, SvgIconMicOffFill as IconMicOffFill, SvgIconMinimize315 as IconMinimize315, SvgIconMinimize315Fill as IconMinimize315Fill, SvgIconMinimize45 as IconMinimize45, SvgIconMinimize45Fill as IconMinimize45Fill, SvgIconMinimizeWindow as IconMinimizeWindow, SvgIconMinimizeWindowFill as IconMinimizeWindowFill, SvgIconMinus as IconMinus, SvgIconMoneybag as IconMoneybag, SvgIconMoneybagFill as IconMoneybagFill, SvgIconMoon as IconMoon, SvgIconMoonFill as IconMoonFill, SvgIconMoonStar as IconMoonStar, SvgIconMoonStarFill as IconMoonStarFill, SvgIconMouse as IconMouse, SvgIconMouseFill as IconMouseFill, SvgIconMove as IconMove, SvgIconMoveFill as IconMoveFill, SvgIconMusicNote as IconMusicNote, SvgIconMusicNoteFill as IconMusicNoteFill, SvgIconMute as IconMute, SvgIconMuteFill as IconMuteFill, SvgIconNext as IconNext, SvgIconNextFill as IconNextFill, SvgIconNotebookCover as IconNotebookCover, SvgIconNotebookCoverFill as IconNotebookCoverFill, SvgIconNotepad as IconNotepad, SvgIconNotepadFill as IconNotepadFill, SvgIconNotes as IconNotes, SvgIconNotesFill as IconNotesFill, SvgIconOculus as IconOculus, SvgIconOculusFill as IconOculusFill, SvgIconOldTv as IconOldTv, SvgIconOldTvFill as IconOldTvFill, SvgIconOpenLink as IconOpenLink, SvgIconOpenLink2 as IconOpenLink2, SvgIconOpenLink2Fill as IconOpenLink2Fill, SvgIconOpenLinkFill as IconOpenLinkFill, SvgIconOpenQuote as IconOpenQuote, SvgIconOpenQuoteFill as IconOpenQuoteFill, SvgIconOptAlt as IconOptAlt, SvgIconOptAltFill as IconOptAltFill, SvgIconOrange as IconOrange, SvgIconOrangeFill as IconOrangeFill, SvgIconPackage as IconPackage, SvgIconPackageFill as IconPackageFill, SvgIconPackageReturn as IconPackageReturn, SvgIconPackageReturnFill as IconPackageReturnFill, SvgIconPaper as IconPaper, SvgIconPaperFill as IconPaperFill, SvgIconPaperclip as IconPaperclip, SvgIconPaperclip2 as IconPaperclip2, SvgIconPaperclip3 as IconPaperclip3, SvgIconPause as IconPause, SvgIconPauseFill as IconPauseFill, SvgIconPencilBox as IconPencilBox, SvgIconPencilBoxFill as IconPencilBoxFill, SvgIconPeople as IconPeople, SvgIconPeopleFill as IconPeopleFill, SvgIconPercent as IconPercent, SvgIconPercentBadge as IconPercentBadge, SvgIconPercentBadgeFill as IconPercentBadgeFill, SvgIconPercentFill as IconPercentFill, SvgIconPerson as IconPerson, SvgIconPersonAdd as IconPersonAdd, SvgIconPersonAddFill as IconPersonAddFill, SvgIconPersonAdded as IconPersonAdded, SvgIconPersonAddedFill as IconPersonAddedFill, SvgIconPersonFill as IconPersonFill, SvgIconPersonPasskey as IconPersonPasskey, SvgIconPersonPasskeyFill as IconPersonPasskeyFill, SvgIconPersonRemove as IconPersonRemove, SvgIconPersonRemoveFill as IconPersonRemoveFill, SvgIconPictureInPicture as IconPictureInPicture, SvgIconPictureInPictureFill as IconPictureInPictureFill, SvgIconPieChart as IconPieChart, SvgIconPieChart2 as IconPieChart2, SvgIconPieChart2Fill as IconPieChart2Fill, SvgIconPieChartFill as IconPieChartFill, SvgIconPilone as IconPilone, SvgIconPiloneFill as IconPiloneFill, SvgIconPin as IconPin, SvgIconPin2 as IconPin2, SvgIconPin2Fill as IconPin2Fill, SvgIconPinFill as IconPinFill, SvgIconPizza as IconPizza, SvgIconPizzaFill as IconPizzaFill, SvgIconPlay as IconPlay, SvgIconPlayFill as IconPlayFill, SvgIconPlaylist as IconPlaylist, SvgIconPlaylistFill as IconPlaylistFill, SvgIconPlus as IconPlus, SvgIconPopcorn as IconPopcorn, SvgIconPopcornFill as IconPopcornFill, SvgIconPower as IconPower, SvgIconPriceTag as IconPriceTag, SvgIconPriceTagFill as IconPriceTagFill, SvgIconPrinter as IconPrinter, SvgIconPrinterFill as IconPrinterFill, SvgIconPuzzle as IconPuzzle, SvgIconPuzzleFill as IconPuzzleFill, SvgIconQrCode as IconQrCode, SvgIconQrCodeFill as IconQrCodeFill, SvgIconQuoteClose as IconQuoteClose, SvgIconQuoteCloseFill as IconQuoteCloseFill, SvgIconQuoteOpen as IconQuoteOpen, SvgIconQuoteOpenFill as IconQuoteOpenFill, SvgIconRainy as IconRainy, SvgIconRainyFill as IconRainyFill, SvgIconRainyLight as IconRainyLight, SvgIconRainyLightFill as IconRainyLightFill, SvgIconReceipt as IconReceipt, SvgIconReceipt2 as IconReceipt2, SvgIconReceipt2Fill as IconReceipt2Fill, SvgIconReceiptFill as IconReceiptFill, SvgIconReceiptTax as IconReceiptTax, SvgIconReceiptTaxFill as IconReceiptTaxFill, SvgIconRecord as IconRecord, SvgIconRecordFill as IconRecordFill, SvgIconRedo as IconRedo, SvgIconRedoFill as IconRedoFill, SvgIconRefresh as IconRefresh, SvgIconRefreshFill as IconRefreshFill, SvgIconRepeat as IconRepeat, SvgIconRepeat2 as IconRepeat2, SvgIconRepeat2Fill as IconRepeat2Fill, SvgIconRepeat3 as IconRepeat3, SvgIconRepeatFill as IconRepeatFill, SvgIconReply as IconReply, SvgIconReplyFill as IconReplyFill, SvgIconRepost as IconRepost, SvgIconRepostFill as IconRepostFill, SvgIconResizeIn as IconResizeIn, SvgIconResizeInFill as IconResizeInFill, SvgIconResizeOutFill as IconResizeOutFill, SvgIconResizeOutIn as IconResizeOutIn, SvgIconRewind10S as IconRewind10S, SvgIconRewind15S as IconRewind15S, SvgIconRewind30S as IconRewind30S, SvgIconRewind5S as IconRewind5S, SvgIconRobot as IconRobot, SvgIconRobotFill as IconRobotFill, SvgIconRocket as IconRocket, SvgIconRocketFill as IconRocketFill, SvgIconRotate2Left as IconRotate2Left, SvgIconRotate2LeftFill as IconRotate2LeftFill, SvgIconRotate2Right as IconRotate2Right, SvgIconRotate2RightFill as IconRotate2RightFill, SvgIconRotateLeft as IconRotateLeft, SvgIconRotateLeftFill as IconRotateLeftFill, SvgIconRotateRight as IconRotateRight, SvgIconRotateRightFill as IconRotateRightFill, SvgIconRuler as IconRuler, SvgIconRulerFill as IconRulerFill, SvgIconRunShortcut as IconRunShortcut, SvgIconRunShortcutFill as IconRunShortcutFill, SvgIconSandwich as IconSandwich, SvgIconSandwichFill as IconSandwichFill, SvgIconScreenRecord as IconScreenRecord, SvgIconScreenRecordFill as IconScreenRecordFill, SvgIconScreenSharing as IconScreenSharing, SvgIconScreenSharingFill as IconScreenSharingFill, SvgIconSdCard as IconSdCard, SvgIconSdCardFill as IconSdCardFill, SvgIconSearch as IconSearch, SvgIconSearchFill as IconSearchFill, SvgIconSearchSketchbook as IconSearchSketchbook, SvgIconSearchSketchbookFill as IconSearchSketchbookFill, SvgIconSend as IconSend, SvgIconSend2 as IconSend2, SvgIconSend2Fill as IconSend2Fill, SvgIconSend3 as IconSend3, SvgIconSend3Fill as IconSend3Fill, SvgIconSendFill as IconSendFill, SvgIconServer as IconServer, SvgIconServerFill as IconServerFill, SvgIconServerStack as IconServerStack, SvgIconServerStackFill as IconServerStackFill, SvgIconService as IconService, SvgIconServiceFill as IconServiceFill, SvgIconSettings as IconSettings, SvgIconSettingsFill as IconSettingsFill, SvgIconShield as IconShield, SvgIconShieldCheck as IconShieldCheck, SvgIconShieldCheckFill as IconShieldCheckFill, SvgIconShieldCrossed as IconShieldCrossed, SvgIconShieldCrossedFill as IconShieldCrossedFill, SvgIconShieldFill as IconShieldFill, SvgIconShieldKeyhole as IconShieldKeyhole, SvgIconShieldKeyholeFill as IconShieldKeyholeFill, SvgIconShippingBag as IconShippingBag, SvgIconShippingBagFill as IconShippingBagFill, SvgIconShippingBagHeart as IconShippingBagHeart, SvgIconShippingBagHeartFill as IconShippingBagHeartFill, SvgIconShoppingBag as IconShoppingBag, SvgIconShoppingBagBookmark as IconShoppingBagBookmark, SvgIconShoppingBagBookmarkFill as IconShoppingBagBookmarkFill, SvgIconShoppingBagEdit as IconShoppingBagEdit, SvgIconShoppingBagEditFill as IconShoppingBagEditFill, SvgIconShoppingBagFill as IconShoppingBagFill, SvgIconShoppingBagHeart as IconShoppingBagHeart, SvgIconShoppingBagHeartFill as IconShoppingBagHeartFill, SvgIconShoppingBagPlus as IconShoppingBagPlus, SvgIconShoppingBagPlusFill as IconShoppingBagPlusFill, SvgIconShuffle as IconShuffle, SvgIconSidebar as IconSidebar, SvgIconSidebarFill as IconSidebarFill, SvgIconSimCard as IconSimCard, SvgIconSimCardFill as IconSimCardFill, SvgIconSketchbook as IconSketchbook, SvgIconSketchbookFill as IconSketchbookFill, SvgIconSlideAdd as IconSlideAdd, SvgIconSlideAddFill as IconSlideAddFill, SvgIconSmartwatch as IconSmartwatch, SvgIconSmartwatchFill as IconSmartwatchFill, SvgIconSnowFlakes as IconSnowFlakes, SvgIconSortAsc as IconSortAsc, SvgIconSortAscFill as IconSortAscFill, SvgIconSortDesc as IconSortDesc, SvgIconSortDescFill as IconSortDescFill, SvgIconSparklesThree as IconSparklesThree, SvgIconSparklesThreeFill as IconSparklesThreeFill, SvgIconSparklesTwo as IconSparklesTwo, SvgIconSparklesTwo2 as IconSparklesTwo2, SvgIconSparklesTwo2Fill as IconSparklesTwo2Fill, SvgIconSparklesTwoFill as IconSparklesTwoFill, SvgIconSplit as IconSplit, SvgIconSplitFill as IconSplitFill, SvgIconSquareArrowInTl as IconSquareArrowInTl, SvgIconSquareArrowInTlFill as IconSquareArrowInTlFill, SvgIconSquareArrowOutTl as IconSquareArrowOutTl, SvgIconSquareArrowOutTlFill as IconSquareArrowOutTlFill, SvgIconSquareInfo as IconSquareInfo, SvgIconSquareInfoFill as IconSquareInfoFill, SvgIconSquareMinus as IconSquareMinus, SvgIconSquareMinusFill as IconSquareMinusFill, SvgIconSquarePlaceholder as IconSquarePlaceholder, SvgIconSquarePlaceholderFill as IconSquarePlaceholderFill, SvgIconSquarePlus as IconSquarePlus, SvgIconSquarePlusFill as IconSquarePlusFill, SvgIconSquareX as IconSquareX, SvgIconSquareXFill as IconSquareXFill, SvgIconStar as IconStar, SvgIconStarFill as IconStarFill, SvgIconStarLines as IconStarLines, SvgIconStarLinesFill as IconStarLinesFill, SvgIconStop as IconStop, SvgIconStopFill as IconStopFill, SvgIconStorage as IconStorage, SvgIconStorageFill as IconStorageFill, SvgIconStore as IconStore, SvgIconStore2 as IconStore2, SvgIconStore2Fill as IconStore2Fill, SvgIconStore3 as IconStore3, SvgIconStore3Fill as IconStore3Fill, SvgIconStore4 as IconStore4, SvgIconStore4Fill as IconStore4Fill, SvgIconStoreFill as IconStoreFill, SvgIconStrikeThrough as IconStrikeThrough, SvgIconStrikeThroughFill as IconStrikeThroughFill, SvgIconSuitcase as IconSuitcase, SvgIconSuitcaseFill as IconSuitcaseFill, SvgIconSun as IconSun, SvgIconSunFill as IconSunFill, SvgIconSunrise as IconSunrise, SvgIconSunriseArrowUp as IconSunriseArrowUp, SvgIconSunriseArrowUpFill as IconSunriseArrowUpFill, SvgIconSunriseFill as IconSunriseFill, SvgIconSunset as IconSunset, SvgIconSunsetArrowDown as IconSunsetArrowDown, SvgIconSunsetArrowDownFill as IconSunsetArrowDownFill, SvgIconSunsetFill as IconSunsetFill, SvgIconSupport as IconSupport, SvgIconSupportFill as IconSupportFill, SvgIconSwitchHorizontal as IconSwitchHorizontal, SvgIconSwitchHorizontal2 as IconSwitchHorizontal2, SvgIconSwitchHorizontal2Fill as IconSwitchHorizontal2Fill, SvgIconSwitchHorizontalFill as IconSwitchHorizontalFill, SvgIconSwitchVertical as IconSwitchVertical, SvgIconSwitchVertical2 as IconSwitchVertical2, SvgIconSwitchVertical2Fill as IconSwitchVertical2Fill, SvgIconSwitchVerticalFill as IconSwitchVerticalFill, SvgIconTShirt as IconTShirt, SvgIconTShirtFill as IconTShirtFill, SvgIconTelephone as IconTelephone, SvgIconTelephoneFill as IconTelephoneFill, SvgIconTerminal as IconTerminal, SvgIconTerminalFill as IconTerminalFill, SvgIconThumbsDown as IconThumbsDown, SvgIconThumbsDownFill as IconThumbsDownFill, SvgIconTicket as IconTicket, SvgIconTicketFill as IconTicketFill, SvgIconToolbox as IconToolbox, SvgIconToolboxFill as IconToolboxFill, SvgIconTranslate as IconTranslate, SvgIconTranslateFill as IconTranslateFill, SvgIconTrash as IconTrash, SvgIconTrashEmpty as IconTrashEmpty, SvgIconTrashEmptyFill as IconTrashEmptyFill, SvgIconTrashFill as IconTrashFill, SvgIconTrashPaper as IconTrashPaper, SvgIconTrashPaperFill as IconTrashPaperFill, SvgIconTriangleInfo as IconTriangleInfo, SvgIconTriangleInfoFill as IconTriangleInfoFill, SvgIconTrophy as IconTrophy, SvgIconTrophyFill as IconTrophyFill, SvgIconTruck as IconTruck, SvgIconTruckFill as IconTruckFill, SvgIconUmbrella as IconUmbrella, SvgIconUmbrellaFill as IconUmbrellaFill, SvgIconUnderline as IconUnderline, SvgIconUnderlineFill as IconUnderlineFill, SvgIconUndo as IconUndo, SvgIconUndoFill as IconUndoFill, SvgIconUnlocked as IconUnlocked, SvgIconUnlockedFill as IconUnlockedFill, SvgIconUnpin as IconUnpin, SvgIconUnpinFill as IconUnpinFill, SvgIconUpload as IconUpload, SvgIconUsb as IconUsb, SvgIconUsbC as IconUsbC, SvgIconUsbCFill as IconUsbCFill, SvgIconUsbFill as IconUsbFill, SvgIconVerified as IconVerified, SvgIconVerifiedFill as IconVerifiedFill, SvgIconVideoCam as IconVideoCam, SvgIconVideoCamFill as IconVideoCamFill, SvgIconVideoCamOff as IconVideoCamOff, SvgIconVideoCamOffFill as IconVideoCamOffFill, SvgIconVideoCamOn as IconVideoCamOn, SvgIconVideoCamOnFill as IconVideoCamOnFill, SvgIconVideoPlaylist as IconVideoPlaylist, SvgIconVideoPlaylistFill as IconVideoPlaylistFill, SvgIconVideoRoll as IconVideoRoll, SvgIconVideoRollFill as IconVideoRollFill, SvgIconVideoTrim as IconVideoTrim, SvgIconVideoTrimFill as IconVideoTrimFill, SvgIconVip as IconVip, SvgIconVipFill as IconVipFill, SvgIconVoice as IconVoice, SvgIconVolumeDown as IconVolumeDown, SvgIconVolumeDownFill as IconVolumeDownFill, SvgIconVolumeFull as IconVolumeFull, SvgIconVolumeFullFill as IconVolumeFullFill, SvgIconVolumeOff as IconVolumeOff, SvgIconVolumeOffFill as IconVolumeOffFill, SvgIconVolumeUp as IconVolumeUp, SvgIconVolumeUpFill as IconVolumeUpFill, SvgIconWallet as IconWallet, SvgIconWallet2 as IconWallet2, SvgIconWallet2Fill as IconWallet2Fill, SvgIconWallet3 as IconWallet3, SvgIconWallet3Fill as IconWallet3Fill, SvgIconWalletFill as IconWalletFill, SvgIconWebcam as IconWebcam, SvgIconWebcamFill as IconWebcamFill, SvgIconWhiteboard as IconWhiteboard, SvgIconWhiteboardFill as IconWhiteboardFill, SvgIconWifi as IconWifi, SvgIconWind as IconWind, SvgIconWindow as IconWindow, SvgIconWindowFill as IconWindowFill, SvgIconWindowVisit as IconWindowVisit, SvgIconWindowVisitFill as IconWindowVisitFill, SvgIconX as IconX, SvgIconYenFill as IconYenFill, SvgIconYes as IconYes, SvgIconYesFill as IconYesFill, SvgIconZip as IconZip, SvgIconZipFill as IconZipFill, SvgIconZoom as IconZoom, SvgIconZoomFill as IconZoomFill, SvgIconZoomOut as IconZoomOut, SvgIconZoomOutFill as IconZoomOutFill }; diff --git a/dist/esm/index.js b/dist/esm/index.js index fd3b2f18..8ec36edc 100644 --- a/dist/esm/index.js +++ b/dist/esm/index.js @@ -54,7 +54,7 @@ const SvgIconAcademicCapFill = props => /*#__PURE__*/React.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.751.751 0 0 1-.23 1.337 50 50 0 0 0-9.903 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.859 1.228 50 50 0 0 0-4.634-1.527.75.75 0 0 1-.23-1.337A60.7 60.7 0 0 1 11.7 2.805" + d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.75.75 0 0 1-.231 1.337 50 50 0 0 0-9.902 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.86 1.228 50 50 0 0 0-4.633-1.527.75.75 0 0 1-.231-1.337A60.7 60.7 0 0 1 11.7 2.805" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M13.06 15.473a48.5 48.5 0 0 1 7.666-3.282q.202 2.122.255 4.284a.75.75 0 0 1-.46.71 48 48 0 0 0-8.105 4.343.75.75 0 0 1-.832 0 48 48 0 0 0-8.104-4.342.75.75 0 0 1-.461-.71q.053-2.163.255-4.286 1.382.456 2.726.99v1.27a1.5 1.5 0 0 0-.14 2.508c-.09.38-.222.753-.397 1.11q.678.32 1.346.66c.25-.51.436-1.05.551-1.607a1.5 1.5 0 0 0 .14-2.67v-.645a49 49 0 0 1 3.44 1.667 2.25 2.25 0 0 0 2.12 0" @@ -78,7 +78,7 @@ const SvgIconAcademicCap = props => /*#__PURE__*/React.createElement("svg", _ext strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.26 10.147a60 60 0 0 0-.491 6.347A48.6 48.6 0 0 1 12 20.904a48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.491-6.347m0 0a51 51 0 0 1 2.658-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334 50.6 50.6 0 0 1 12 13.49a50.7 50.7 0 0 1 7.741-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" + d: "M4.26 10.147a60 60 0 0 0-.49 6.347 48.6 48.6 0 0 1 8.23 4.41 48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.49-6.347m0 0a51 51 0 0 1 2.657-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334a50.6 50.6 0 0 1 10.4 4.155 50.7 50.7 0 0 1 7.74-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" })); const SvgIconAccessibleFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -289,7 +289,7 @@ const SvgIconAirpodGen3Left = props => /*#__PURE__*/React.createElement("svg", _ "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.081 5.022C9.288 5.029 7.76 6.513 7.76 8.494c0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.234.346-.701.414-1.048.165l-1.054-.745a.72.72 0 0 1-.151-1.047.723.723 0 0 1 1.025-.181l1.054.76a.74.74 0 0 1 .173 1.048Zm2.094 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.659-1.514v5.544c0 .505.339.791.866.791z" + d: "M11.08 5.022c-1.791.007-3.32 1.491-3.32 3.472 0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.233.346-.7.414-1.047.165l-1.054-.745a.72.72 0 0 1-.151-1.047.72.72 0 0 1 1.024-.181l1.055.76a.74.74 0 0 1 .173 1.048m2.095 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.66-1.514v5.544c0 .505.34.791.867.791z" })); const SvgIconAirpodGen3Right = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -304,7 +304,7 @@ const SvgIconAirpodGen3Right = props => /*#__PURE__*/React.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12.919 5.022c-2.373-.016-5.16 2.35-5.16 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.53-3.465-3.322-3.472m-.332 3.533a.75.75 0 0 1 .174-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.821.181-1.054-.165Zm-2.094 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.491 1.205.407.678.392 1.213-.03 1.213m2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.719 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" + d: "M12.92 5.022c-2.374-.016-5.161 2.35-5.161 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.529-3.465-3.322-3.472Zm-.332 3.533a.75.75 0 0 1 .173-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.82.181-1.054-.165m-2.095 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.492 1.205.406.678.391 1.213-.03 1.213Zm2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.718 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" })); const SvgIconAirpodsGen3Chargingcase = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -377,7 +377,7 @@ const SvgIconAlignmentCenterFill = props => /*#__PURE__*/React.createElement("sv width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -385,7 +385,7 @@ const SvgIconAlignmentCenterFill = props => /*#__PURE__*/React.createElement("sv }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M7 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 7 12m-4 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m4 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -412,7 +412,7 @@ const SvgIconAlignmentJustifyFill = props => /*#__PURE__*/React.createElement("s width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -420,7 +420,7 @@ const SvgIconAlignmentJustifyFill = props => /*#__PURE__*/React.createElement("s }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -447,7 +447,7 @@ const SvgIconAlignmentLeftFill = props => /*#__PURE__*/React.createElement("svg" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -455,7 +455,7 @@ const SvgIconAlignmentLeftFill = props => /*#__PURE__*/React.createElement("svg" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -482,7 +482,7 @@ const SvgIconAlignmentRightFill = props => /*#__PURE__*/React.createElement("svg width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -490,7 +490,7 @@ const SvgIconAlignmentRightFill = props => /*#__PURE__*/React.createElement("svg }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M11 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 11 12m-8 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m8 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -553,42 +553,6 @@ const SvgIconAlt = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "M5.38 15.092c-.481 0-.776-.274-.776-.727 0-.128.042-.315.108-.498l1.477-4.059c.22-.61.59-.888 1.183-.888.627 0 .992.266 1.22.888l1.49 4.06c.071.194.1.335.1.493 0 .428-.32.73-.764.73-.44 0-.668-.199-.8-.688l-.204-.665h-2.05l-.204.64c-.145.506-.373.714-.78.714m1.287-2.503h1.415l-.701-2.308h-.034zM11.68 15c-.481 0-.763-.29-.763-.797v-4.49c0-.507.282-.793.763-.793s.76.286.76.793v4.059h1.876c.407 0 .676.224.676.614s-.265.614-.676.614zm5.388.092c-.482 0-.76-.287-.76-.793v-4.06h-1.05c-.407 0-.68-.223-.68-.614 0-.39.265-.614.68-.614h3.623c.411 0 .677.224.677.614s-.274.615-.677.615h-1.054v4.059c0 .506-.278.793-.76.793Z" })); -const SvgIconAnalyticsChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M3 4.75C3 3.784 3.784 3 4.75 3h14.5c.966 0 1.75.784 1.75 1.75v6.5h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 14.574 8.412 11.65a.75.75 0 0 0-.663-.399H3v-6.5Z" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M3 12.75v6.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 19.25v-6.5h-4.75a.75.75 0 0 1-.663-.4L14.04 9.429l-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 12.75z" -})); - -const SvgIconAnalyticsChart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "square", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 12h4L10 16.25l4-8.5L16.25 12h4m-15.5 8.25h14.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H4.75a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1Z" -})); - const SvgIconAnonymousFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -953,7 +917,7 @@ const SvgIconArrowPathDownFill = props => /*#__PURE__*/React.createElement("svg" "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.783-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.281 7.294a1.75 1.75 0 0 1-2.652 0z" + d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.784-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.28 7.294a1.75 1.75 0 0 1-2.653 0z" })); const SvgIconArrowPathDown = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1251,7 +1215,7 @@ const SvgIconArrowTriangleUpFill = props => /*#__PURE__*/React.createElement("sv "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.548 4.96c-.642-1.28-2.454-1.28-3.095 0z" + d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.547 4.96c-.64-1.28-2.453-1.28-3.094 0z" })); const SvgIconArrowTriangleUp = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1731,7 +1695,7 @@ const SvgIconAtomFill = props => /*#__PURE__*/React.createElement("svg", _extend "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.456 5.933-1.74Zm-14.352 0c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.455-5.932 1.739M12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.053c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.894 2.455 5.215 1.739 5.932Z" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.455 5.933-1.739Zm-14.352 0c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.456-5.932 1.74ZM12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.052c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.211c1.968 2.895 2.455 5.216 1.739 5.932z" })); const SvgIconAtom = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1746,7 +1710,7 @@ const SvgIconAtom = props => /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.457 5.933-1.74ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.134Q15.531 10.74 16.527 12ZM4.824 4.824c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.456-5.932 1.739m14.353 0c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.053 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.933M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.456 5.933-1.739ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.133A27 27 0 0 1 16.527 12ZM4.824 4.823c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.457-5.932 1.74Zm14.353 0c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.932M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" })); const SvgIconAttentionFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -1762,7 +1726,7 @@ const SvgIconAttentionFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M7.537 3a1.75 1.75 0 0 0-1.701 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 1 0 1.458.354l.71-2.927h5.123l.71 2.927a.75.75 0 1 0 1.457-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.713 3.933L15.052 16h4.396z", + d: "M7.536 3a1.75 1.75 0 0 0-1.7 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 0 0 1.458.354l.71-2.927h5.122l.71 2.927a.75.75 0 1 0 1.458-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.714 3.933L15.052 16h4.396z", clipRule: "evenodd" })); @@ -1963,7 +1927,7 @@ const SvgIconBackspaceFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", + d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 0 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })); @@ -2448,7 +2412,7 @@ const SvgIconBeatsFitProRight = props => /*#__PURE__*/React.createElement("svg", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M8.886 15.053c1.373 0 2.397-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.214 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.914-4.901c-.455-.931-1.493-1.54-2.912-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.892-1.172 2.892-2.907" + d: "M8.886 15.053c1.373 0 2.398-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.215 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.915-4.901c-.456-.931-1.494-1.54-2.913-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.893-1.172 2.893-2.907Z" })); const SvgIconBeatsFitPro = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2463,7 +2427,7 @@ const SvgIconBeatsFitPro = props => /*#__PURE__*/React.createElement("svg", _ext "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M9.2 14.84c.831 0 1.722-.49 1.916-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.334 1.131.984 1.225 1.065.16 1.902.382 2.725.784.335.16.463.395.402.756l-.402 2.431c-.234 1.406.71 2.491 1.976 2.491Zm5.606 0c1.265 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.536-.409a12.2 12.2 0 0 0-4.024.683c-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.701 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762.368 1.607.951 3.1 1.768 4.526.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.449.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.171 3.074.55 0 .958-.067 1.346-.255.817-1.426 1.4-2.92 1.762-4.526-.416-.857-1.373-1.42-2.686-1.761l.241 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.611 0a1.046 1.046 0 0 1-1.057-1.052c0-.596.468-1.064 1.057-1.064.59 0 1.052.475 1.052 1.064 0 .583-.462 1.052-1.052 1.052m-5.611-.47a.58.58 0 0 0 .582-.582.586.586 0 1 0-.583.583Zm5.611 0a.58.58 0 0 0 .583-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.755c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" + d: "M9.201 14.84c.83 0 1.721-.49 1.915-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.335 1.131.984 1.225 1.065.16 1.902.382 2.726.784.334.16.462.395.401.756l-.401 2.431c-.235 1.406.71 2.491 1.975 2.491Zm5.605 0c1.266 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.535-.409-1.34 0-2.666.214-4.025.683-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.7 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762a16.4 16.4 0 0 0 1.768 4.526c.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.448.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.172 3.074.549 0 .957-.067 1.346-.255.817-1.426 1.4-2.92 1.76-4.526-.414-.857-1.372-1.42-2.684-1.761l.24 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.612 0c-.59 0-1.058-.462-1.058-1.052 0-.596.468-1.064 1.058-1.064.589 0 1.051.475 1.051 1.064 0 .583-.462 1.052-1.051 1.052m-5.612-.47a.58.58 0 0 0 .583-.582.586.586 0 1 0-.583.583Zm5.612 0a.58.58 0 0 0 .582-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.756c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" })); const SvgIconBeatsHeadphones = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2494,7 +2458,7 @@ const SvgIconBellAlarmFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.85 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.728-2.029l-1.358-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.247c.677.937 1.68 1.5 2.753 1.5s2.076-.563 2.754-1.5M5.659 2.232a.75.75 0 0 1-.028 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 1 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027Zm12.683 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.937 4.84.75.75 0 0 1-1.443.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", + d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.849 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.727-2.029l-1.357-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.245c.678.937 1.68 1.5 2.754 1.5s2.076-.563 2.754-1.5ZM5.658 2.232a.75.75 0 0 1-.027 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 0 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027m12.684 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.936 4.84.75.75 0 1 1-1.442.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", clipRule: "evenodd" })); @@ -2543,7 +2507,7 @@ const SvgIconBell = props => /*#__PURE__*/React.createElement("svg", _extends({ }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, - d: "M16 18.25c-.673 1.766-2.21 3-4 3-1.789 0-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.357-8.417a7.045 7.045 0 0 0-13.911 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" + d: "M16 18.25c-.673 1.766-2.21 3-4 3s-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.358-8.417a7.045 7.045 0 0 0-13.91 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" })); const SvgIconBezierCurvesFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2736,7 +2700,7 @@ const SvgIconBluetooth = props => /*#__PURE__*/React.createElement("svg", _exten strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771L11.53 2.933a.5.5 0 0 0-.82.384v7.698m1.203.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.214 4.346a.5.5 0 0 1-.82-.384v-7.697M11.911 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" + d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771l-5.215-4.346a.5.5 0 0 0-.82.384v7.698m1.204.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.215 4.346a.5.5 0 0 1-.82-.384v-7.697M11.912 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" })); const SvgIconBoldFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -2744,7 +2708,7 @@ const SvgIconBoldFill = props => /*#__PURE__*/React.createElement("svg", _extend width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -2752,7 +2716,7 @@ const SvgIconBoldFill = props => /*#__PURE__*/React.createElement("svg", _extend }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M5 5.438C5 4.123 6.05 3 7.417 3h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 15.75c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21 5 19.877 5 18.562zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25S14.082 6 12.917 6H8v4.5zM8 13.5h5.833c1.165 0 2.167.975 2.167 2.25S14.998 18 13.833 18H8z", + d: "M5 6.188C5 4.873 6.05 3.75 7.417 3.75h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 16.5c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21.75 5 20.627 5 19.312zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25s-1.001-2.25-2.166-2.25H8v4.5zM8 14.25h5.833c1.165 0 2.167.975 2.167 2.25s-1.002 2.25-2.167 2.25H8z", clipRule: "evenodd" })); @@ -3257,7 +3221,7 @@ const SvgIconBrandAdobe = props => /*#__PURE__*/React.createElement("svg", _exte "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.466H8.8z" + d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.467H8.8z" })); const SvgIconBrandAdonisjs = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -3272,7 +3236,7 @@ const SvgIconBrandAdonisjs = props => /*#__PURE__*/React.createElement("svg", _e "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.6 21.95c-7.742 0-9.6-1.857-9.6-9.6s1.858-9.6 9.6-9.6c7.743 0 9.6 1.857 9.6 9.6s-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.137.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" + d: "M11.6 21.95c-7.743 0-9.6-1.857-9.6-9.6s1.857-9.6 9.6-9.6 9.6 1.857 9.6 9.6-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.138.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" })); const SvgIconBrandAkamai = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -3933,7 +3897,7 @@ const SvgIconBrandKarteil = props => /*#__PURE__*/React.createElement("svg", _ex width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -3941,7 +3905,7 @@ const SvgIconBrandKarteil = props => /*#__PURE__*/React.createElement("svg", _ex }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M13.079 1.916a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 10.254A4.583 4.583 0 0 1 5.192 4.48l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.068.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 11.71a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075V9.475c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", + d: "M13.079 2.666a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 11.004A4.583 4.583 0 0 1 5.192 5.23l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.069.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 12.46a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075v-4.058c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", clipRule: "evenodd" })); @@ -3996,11 +3960,11 @@ const SvgIconBrandLayers = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillOpacity: 0.5, - d: "m5.548 16.636.05-7.5c.008-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.016 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.344-3.355-1.017-3.343-2.82" + d: "m5.548 16.636.05-7.5c.008-1.356.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.82l-.05 7.5c-.009 1.356-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.344-3.355-1.017-3.343-2.819z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillOpacity: 0.8, - d: "m9.096 19.627.05-7.5c.009-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.017-3.343-2.819" + d: "m9.096 19.628.05-7.5c.009-1.358.958-2.52 2.269-2.78l7.242-1.436c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.016-3.343-2.818" })); const SvgIconBrandLemonsqueezy = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4152,9 +4116,9 @@ const SvgIconBrandNetlify = props => /*#__PURE__*/React.createElement("svg", _ex clipPath: "url(#icon-brand-netlify_svg__a)" }, /*#__PURE__*/React.createElement("path", { fillOpacity: 0.7, - d: "M7.405 18.444h-.189l-.943-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" + d: "M7.405 18.444h-.19l-.942-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" }), /*#__PURE__*/React.createElement("path", { - d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.224-1.014-.913-1.03-.354-.009-.76 0-1.193.017l-.065.067v4.154l-.115.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" + d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.225-1.014-.913-1.03-.355-.009-.76 0-1.194.017l-.065.067v4.154l-.114.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" }), /*#__PURE__*/React.createElement("path", { fillOpacity: 0.7, d: "M7.6 13.35H2.115L2 13.237v-1.374l.115-.115H7.6l.114.115v1.374l-.114.115Zm14.286 0H16.4l-.114-.114v-1.374l.114-.115h5.486l.114.115v1.374zM11.209 7.979V3.865l.115-.115h1.374l.115.115v4.113l-.115.115h-1.374l-.115-.115Zm0 13.255V17.12l.115-.114h1.374l.115.114v4.114l-.115.115h-1.374z" @@ -4170,7 +4134,7 @@ const SvgIconBrandNextjs = props => /*#__PURE__*/React.createElement("svg", _ext width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -4178,7 +4142,7 @@ const SvgIconBrandNextjs = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.209v6.288H8.5V8.5h1.682l5.096 6.539V8.5h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12c0-5.523-4.477-10-10-10", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.959v6.288H8.5V9.25h1.682l5.096 6.539V9.25h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12.75c0-5.523-4.477-10-10-10", clipRule: "evenodd" })); @@ -4461,7 +4425,7 @@ const SvgIconBrandReactjs = props => /*#__PURE__*/React.createElement("svg", _ex "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.464.106.555.318.795 1.529.608 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.843 0 2.095.672 3.424 1.899-.57.6-1.142 1.28-1.684 2.034-.921.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.044-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.811 5.304-2.536.783-4.187 2.034-4.187 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.483 1.378 2.951 2.168 4.072 2.168.343 0 .652-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.308-2.719c-.15.526-.338 1.068-.55 1.61a22 22 0 0 0-1.121-1.932 19 19 0 0 1 1.671.322m-1.867 4.342c-.318.55-.644 1.072-.982 1.557a21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626m1.317-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.134 4.35a17 17 0 0 1-1.133-1.305c.367.016.742.029 1.121.029q.576.001 1.134-.029c-.367.477-.746.913-1.122 1.305m-3.033-2.401a18 18 0 0 1-1.671-.323c.15-.526.338-1.068.55-1.61q.249.489.534.979a27 27 0 0 0 .587.954M11.94 6.18q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.916 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.141-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.588.444.55.755 1.121 1.44 1.696 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.351.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483c.375-.848.677-1.675.905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" + d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.465.106.554.318.794 1.529.607 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.844 0 2.095.672 3.424 1.899-.57.6-1.141 1.28-1.684 2.034-.92.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.045-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.81 5.304-2.537.783-4.188 2.034-4.188 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.484 1.378 2.951 2.168 4.072 2.168.343 0 .653-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.307-2.719a19 19 0 0 1-.55 1.61 22 22 0 0 0-1.121-1.932q.869.128 1.67.322Zm-1.867 4.342a22 22 0 0 1-.983 1.557 21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626Zm1.316-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.133 4.35a17 17 0 0 1-1.134-1.305c.367.016.742.029 1.121.029q.577.001 1.134-.029a16 16 0 0 1-1.121 1.305m-3.033-2.401a18 18 0 0 1-1.672-.323c.151-.526.338-1.068.55-1.61.168.326.343.652.535.979a27 27 0 0 0 .587.954m3.012-8.484q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.917 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.142-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.589.444.55.755 1.12 1.44 1.695 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.35.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483 19 19 0 0 0 .905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M11.947 13.486a1.863 1.863 0 1 0 0-3.726 1.863 1.863 0 0 0 0 3.726" @@ -4605,7 +4569,7 @@ const SvgIconBrandSnapchat = props => /*#__PURE__*/React.createElement("svg", _e "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.036-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.03-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.316-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.172-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.017.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.844-.745-2.918-.745-1.072 0-2.051.251-2.916.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.01 2.212 0 .02-.02.033-.037.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.368-.04c-.542 0-.969.274-1.142.731-.128.34-.108.684.056.996.129.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.801.533a.5.5 0 0 1 .153.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157 1 1 0 0 0-.112.059c-.042.025-.401.204-.477.469-.111.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.076.195.1.318.04.207.126.46.38.636.28.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.256-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.224-.131q.123-.037.276-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" + d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.037-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.031-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.315-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.173-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.018.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.845-.745-2.919-.745-1.071 0-2.05.251-2.915.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.011 2.212 0 .02-.02.033-.036.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.369-.04c-.54 0-.968.274-1.14.731-.129.34-.11.684.055.996.128.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.8.533a.5.5 0 0 1 .154.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157q-.048.021-.112.059c-.042.025-.402.204-.477.469-.112.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.075.195.1.318.04.207.126.46.38.636.279.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.255-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.223-.131q.124-.037.277-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" })); const SvgIconBrandSpotify = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4620,7 +4584,7 @@ const SvgIconBrandSpotify = props => /*#__PURE__*/React.createElement("svg", _ex "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12 2C6.475 2 1.998 6.477 1.998 12s4.477 10 10 10c5.524 0 10-4.477 10-10s-4.476-10-10-10Zm4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.386.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.233 1.329a.78.78 0 0 1 .257 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" + d: "M12 2C6.475 2 2 6.477 2 12s4.476 10 10 10c5.523 0 10-4.477 10-10S17.523 2 12 2m4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.387.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.234 1.329a.78.78 0 0 1 .256 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" })); const SvgIconBrandStripe = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4645,14 +4609,14 @@ const SvgIconBrandTailwindVariants = props => /*#__PURE__*/React.createElement(" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "m16.458 9.163.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 2.818h9.003V2H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783A5.46 5.46 0 0 0 16.458 2zm4.672 4.645v8.984h.783V7.463zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V7.463H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2A5.46 5.46 0 0 0 2 7.463zM16.27 8.804l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 8.81l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 8.803l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" + d: "m16.458 9.913.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 3.568h9.003V2.75H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783a5.46 5.46 0 0 0-5.455-5.463zm4.672 4.645v8.984h.783V8.213zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V8.213H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2.75A5.46 5.46 0 0 0 2 8.213zM16.27 9.554l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 9.56l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 9.553l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" })); const SvgIconBrandTailwindcss = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -4967,7 +4931,7 @@ const SvgIconBrandWindows = props => /*#__PURE__*/React.createElement("svg", _ex "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "m2 5.582 8.148-1.11.004 7.86-8.144.046zm8.145 7.655.006 7.867-8.145-1.12v-6.8zm.987-8.91L21.936 2.75v9.482l-10.804.085zM21.94 13.31l-.003 9.439-10.804-1.525-.015-7.932z" + d: "m2 5.582 8.148-1.11.004 7.86-8.145.046zm8.144 7.655.007 7.867-8.145-1.12v-6.8zm.988-8.91L21.936 2.75v9.482l-10.804.085zm10.806 8.984-.002 9.439-10.804-1.525-.015-7.932z" })); const SvgIconBrandX = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -5830,7 +5794,7 @@ const SvgIconCallIncoming = props => /*#__PURE__*/React.createElement("svg", _ex strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.867 2.95a1 1 0 0 1-.266 1.003l-.914.877a.95.95 0 0 0-.184 1.16 13.06 13.06 0 0 0 4.829 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.423-.985.97-.985h3.515a1 1 0 0 1 .959.718" + d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.868 2.95a1 1 0 0 1-.267 1.003l-.914.877a.95.95 0 0 0-.183 1.16 13.06 13.06 0 0 0 4.828 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.424-.985.97-.985h3.515a1 1 0 0 1 .96.718Z" })); const SvgIconCallOffFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -6111,7 +6075,7 @@ const SvgIconChainLinkFill = props => /*#__PURE__*/React.createElement("svg", _e }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 1 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", + d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 0 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", @@ -6144,27 +6108,30 @@ const SvgIconChainLink = props => /*#__PURE__*/React.createElement("svg", _exten d: "M9.688 12.5a4 4 0 0 0 1.14 2.328l.344.344a4 4 0 0 0 5.656 0l3.344-3.344a4 4 0 0 0 0-5.657l-.344-.343a4 4 0 0 0-5.656 0L14 6" })); -const SvgIconChart2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartAnalyticsFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M16 4.501a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v15a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5zm-5 4a1.5 1.5 0 0 0-1.5 1.5v9.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-9.5a1.5 1.5 0 0 0-1.5-1.5zm-6.5 5.5a1.5 1.5 0 0 0-1.5 1.5v4a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5z" + d: "M3 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 .75.75V12h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 15.324 8.412 12.4a.75.75 0 0 0-.662-.4H3z" +}), /*#__PURE__*/React.createElement("path", { + fill: "currentColor", + d: "M3 13.5V21c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 21v-7.5h-4.75a.75.75 0 0 1-.663-.4l-1.547-2.922-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 13.5z" })); -const SvgIconChart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartAnalytics = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -6174,118 +6141,135 @@ const SvgIconChart2 = props => /*#__PURE__*/React.createElement("svg", _extends( strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-5.5h-5a.5.5 0 0 0-.5.5v4.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0V9.75a.5.5 0 0 1 .5-.5h5v11m0 0h5a.5.5 0 0 0 .5-.5V4.25a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0-.5.5z" + d: "M3.75 12.75h4L10 17l4-8.5 2.25 4.25h4M3.75 4.5h16.5V21H3.75z" })); -const SvgIconChart3Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartBarDown = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M11 3.001a1.5 1.5 0 0 0-1.5 1.5v15a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-15a1.5 1.5 0 0 0-1.5-1.5zm-6.5 10a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5zm11.5-3.5a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v10a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M21.248 17.5V20m-6.166-6.5V20M8.916 9.5V20M2.75 5.5V20" })); -const SvgIconChart3 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartBarUp = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-6.5h-5a.5.5 0 0 0-.5.5v5.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0v-16a.5.5 0 0 1 .5-.5h4.5a.5.5 0 0 1 .5.5v16m0 0h5a.5.5 0 0 0 .5-.5V9.25a.5.5 0 0 0-.5-.5h-5z" + d: "M2.75 17.5V20m6.166-6.5V20m6.166-10.5V20m6.166-14.5V20" })); -const SvgIconChart4Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartBar = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M17.5 3.001a1.5 1.5 0 0 0-1.5 1.5V19.5h-1.5v-9.499a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H8v-3.999a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H1.75a.75.75 0 0 0 0 1.5h20.5a.75.75 0 0 0 0-1.5H21V4.501a1.5 1.5 0 0 0-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.5V20M8.916 5.5V20m6.166-5.5V20m6.166-11.5V20" })); -const SvgIconChart4 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartLineDown = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M9.25 14.75H10a.75.75 0 0 0-.75-.75zm-5.5 5.5H3V21h.75zm11-11h.75a.75.75 0 0 0-.75-.75zm5.5 11V21H21v-.75zm-18.5-.75a.75.75 0 0 0 0 1.5zm20.5 1.5a.75.75 0 0 0 0-1.5zm-18-5.5h5V14h-5zm4.25-.75v5.5H10v-5.5zm.75 4.75h-5.5V21h5.5zm-4.75.75v-5H3v5zM4.25 14C3.56 14 3 14.56 3 15.25h1.5a.25.25 0 0 1-.25.25zm5.5-4h5V8.5h-5zM14 9.25v11h1.5v-11zm.75 10.25h-5.5V21h5.5zm-4.75.75V9.75H8.5v10.5zM9.75 8.5c-.69 0-1.25.56-1.25 1.25H10a.25.25 0 0 1-.25.25zm5.5-4h4.5V3h-4.5zm4.25-.25v16H21v-16zm.75 15.25h-5.5V21h5.5zm-4.75.75v-16H14v16zM19.75 4.5a.25.25 0 0 1-.25-.25H21C21 3.56 20.44 3 19.75 3zM15.25 3C14.56 3 14 3.56 14 4.25h1.5a.25.25 0 0 1-.25.25zM1.75 21h20.5v-1.5H1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 13.781 5 10.75l3 5L13 4.5 18 21l3.25-6.188" })); -const SvgIconChart5Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartLineUp = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M4.501 1.751a.75.75 0 1 0-1.5 0v20.5a.75.75 0 0 0 1.5 0v-1.25H19.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H14a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H8.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.719 5 14.75l3-5L13 21l5-16.5 3.25 6.188" })); -const SvgIconChart5 = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentation2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M9.25 9.25V10H10v-.75zm-5.5 0H3zm0-5.5V3a.75.75 0 0 0-.75.75zm5.5.5H8.5zm-.5-.5V3zm6 11v.75h.75v-.75zm0-5H14zm-.5-.5V10zm-10.5 11H3c0 .414.336.75.75.75zm16.5-.5H21zm-.5.5v-.75zm.5-5h-.75zm-.5-.5V14zM4.5 1.75a.75.75 0 0 0-1.5 0zM3 22.25a.75.75 0 0 0 1.5 0zm5.5-18v5H10v-5zm.75 4.25h-5.5V10h5.5zm-4.75.75v-5.5H3v5.5zM3.75 4.5h5V3h-5zM10 4.25C10 3.56 9.44 3 8.75 3v1.5a.25.25 0 0 1-.25-.25zm4 5.5v5h1.5v-5zm.75 4.25h-11v1.5h11zm-10.25.75v-5.5H3v5.5zM3.75 10h10.5V8.5H3.75zm11.75-.25c0-.69-.56-1.25-1.25-1.25V10a.25.25 0 0 1-.25-.25zm4 5.5v4.5H21v-4.5zm.25 4.25h-16V21h16zm-15.25.75v-5.5H3v5.5zm-.75-4.75h16V14h-16zm15.75 4.25a.25.25 0 0 1 .25-.25V21c.69 0 1.25-.56 1.25-1.25zm1.5-4.5c0-.69-.56-1.25-1.25-1.25v1.5a.25.25 0 0 1-.25-.25zM3 1.75v20.5h1.5V1.75z" + fillRule: "evenodd", + d: "M1 4.5a.75.75 0 0 1 .75-.75h20.5a.75.75 0 0 1 0 1.5H21V18a.75.75 0 0 1-.75.75h-6.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 19.352l-1.376 2.064a.75.75 0 1 1-1.248-.832l1.223-1.834H3.75A.75.75 0 0 1 3 18V5.25H1.75A.75.75 0 0 1 1 4.5m11.75 4a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0V14A.75.75 0 0 0 9 14z", + clipRule: "evenodd" })); -const SvgIconChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentation2 = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M17.42 3a1.75 1.75 0 0 0-1.75 1.75v14.5c0 .966.783 1.75 1.75 1.75h1.83A1.75 1.75 0 0 0 21 19.25V4.75A1.75 1.75 0 0 0 19.25 3zm-6.34 5.334a1.75 1.75 0 0 0-1.75 1.75v9.167c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-9.167a1.75 1.75 0 0 0-1.75-1.75zm-6.33 4.443A1.75 1.75 0 0 0 3 14.527v4.723c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-4.723a1.75 1.75 0 0 0-1.75-1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M3.75 4.5h16.5m-16.5 0V18h16.5V4.5m-16.5 0H23h-2.75m-16.5 0H1M14 21l-1.666-2.5M10 21l1.666-2.5M12 8.5V14m-3.75-1.5V14m7.5-3.5V14" })); -const SvgIconChartLine = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentationFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6296,14 +6280,13 @@ const SvgIconChartLine = props => /*#__PURE__*/React.createElement("svg", _exten "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m1.75 16.833 4.43-5.041a1 1 0 0 1 1.45-.056l5.62 5.484a1 1 0 0 0 1.487-.1L22.25 7.5" + fill: "currentColor", + fillRule: "evenodd", + d: "M2 4.5a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 .75.75V19a.75.75 0 0 1-.75.75h-5.256l.727 2.544a.75.75 0 1 1-1.442.412l-.845-2.956H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412l.727-2.544H2.75A.75.75 0 0 1 2 19zm6.5 9a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0zM12 7.75a.75.75 0 0 1 .75.75V15a.75.75 0 0 1-1.5 0V8.5a.75.75 0 0 1 .75-.75m5 3.75a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0z", + clipRule: "evenodd" })); -const SvgIconChartTrendingUp = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartPresentation = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6318,25 +6301,25 @@ const SvgIconChartTrendingUp = props => /*#__PURE__*/React.createElement("svg", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15.75 7.5h5.5V13m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 18" + d: "m16 22.5-.857-3M8 22.5l.857-3m-1.107-6V15M12 8.5V15m4.25-3.5V15m5-10.5V19H2.75V4.5z" })); -const SvgIconChart = props => /*#__PURE__*/React.createElement("svg", _extends({ +const SvgIconChartTrending = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.75 13.527a1 1 0 0 0-1 1v4.723a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-4.723a1 1 0 0 0-1-1zm6.33-4.443a1 1 0 0 0-1 1v9.167a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-9.167a1 1 0 0 0-1-1zm6.34-5.334a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1z" + d: "M15.75 7.5h5.5V13m-.514-4.975L13 15.75l-4-4L2.75 18" })); const SvgIconCheck = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -8088,7 +8071,7 @@ const SvgIconCocktail = props => /*#__PURE__*/React.createElement("svg", _extend strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.644 1.765zm0 8.235H7.75m4.25 0h4.25" + d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.645 1.765zm0 8.235H7.75m4.25 0h4.25" })); const SvgIconCodeBrackets = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -8254,7 +8237,7 @@ const SvgIconCommandRegularFill = props => /*#__PURE__*/React.createElement("svg width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8262,7 +8245,7 @@ const SvgIconCommandRegularFill = props => /*#__PURE__*/React.createElement("svg }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 6.5a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2A3.5 3.5 0 1 1 6.5 14h2v-4h-2A3.5 3.5 0 0 1 3 6.5m5.5 2v-2a2 2 0 1 0-2 2zM10 10v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", + d: "M3 7.25a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2a3.5 3.5 0 1 1-3.5-3.5h2v-4h-2A3.5 3.5 0 0 1 3 7.25m5.5 2v-2a2 2 0 1 0-2 2zm1.5 1.5v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", clipRule: "evenodd" })); @@ -8271,7 +8254,7 @@ const SvgIconCommandRegular = props => /*#__PURE__*/React.createElement("svg", _ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8280,7 +8263,7 @@ const SvgIconCommandRegular = props => /*#__PURE__*/React.createElement("svg", _ stroke: "currentColor", strokeLinecap: "square", strokeWidth: 1.5, - d: "M9.25 9.25V6.5A2.75 2.75 0 1 0 6.5 9.25zm0 0h5.5m-5.5 0v5.5m5.5-5.5V6.5a2.75 2.75 0 1 1 2.75 2.75zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75a2.75 2.75 0 1 1-2.75-2.75zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" + d: "M9.25 10V7.25A2.75 2.75 0 1 0 6.5 10zm0 0h5.5m-5.5 0v5.5m5.5-5.5V7.25A2.75 2.75 0 1 1 17.5 10zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75A2.75 2.75 0 1 1 6.5 15.5zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" })); const SvgIconCommand = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -8311,7 +8294,7 @@ const SvgIconCompassFill = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M19.929 2.526a1.25 1.25 0 0 1 1.545 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203l12.6-3.6ZM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", + d: "M19.928 2.526a1.25 1.25 0 0 1 1.546 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203zM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", clipRule: "evenodd" })); @@ -8329,7 +8312,7 @@ const SvgIconCompass = props => /*#__PURE__*/React.createElement("svg", _extends stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16.466 17.153a1 1 0 0 0 .686-.687l3.6-12.6a.5.5 0 0 0-.617-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" + d: "M16.466 17.153a1 1 0 0 0 .687-.687l3.6-12.6a.5.5 0 0 0-.618-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", @@ -8883,7 +8866,7 @@ const SvgIconCursor3 = props => /*#__PURE__*/React.createElement("svg", _extends strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.396 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" + d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.397 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" })); const SvgIconCursorClickFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -9216,7 +9199,7 @@ const SvgIconDiamondFill = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.343 9.342a1.75 1.75 0 0 1-2.475 0l-9.341-9.342a1.75 1.75 0 0 1-.011-2.464zM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", + d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.342 9.342a1.75 1.75 0 0 1-2.475 0L1.42 11.231a1.75 1.75 0 0 1-.01-2.464l5.153-5.244ZM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", clipRule: "evenodd" })); @@ -9238,43 +9221,6 @@ const SvgIconDiamond = props => /*#__PURE__*/React.createElement("svg", _extends d: "M8.5 7.75 6.25 10l2.25 2.25m4.207 7.793L22.05 10.7a1 1 0 0 0 .006-1.408l-5.154-5.244a1 1 0 0 0-.713-.299H7.812a1 1 0 0 0-.713.299L1.945 9.293A1 1 0 0 0 1.95 10.7l9.342 9.342a1 1 0 0 0 1.414 0Z" })); -const SvgIconDocumentChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M5.75 2H12v6.25c0 .966.784 1.75 1.75 1.75H20v10.25A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25V3.75C4 2.784 4.784 2 5.75 2m3.5 14.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 13a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 13m4.25 2.75a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "m19.487 8.427.07.073H13.75a.25.25 0 0 1-.25-.25V2.443q.038.034.073.07z" -})); - -const SvgIconDocumentChart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeWidth: 1.5, - d: "M12.75 3.25v5a1 1 0 0 0 1 1h5m-10.25 8v-1.5m3.5 1.5v-4.5m3.5 4.5v-2.5m-9.75-12h6.586a1 1 0 0 1 .707.293l5.914 5.914a1 1 0 0 1 .293.707V20.25a1 1 0 0 1-1 1H5.75a1 1 0 0 1-1-1V3.75a1 1 0 0 1 1-1Z" -})); - const SvgIconDonutFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -10534,76 +10480,6 @@ const SvgIconFlash = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "M19.798 8.75H13.75a.5.5 0 0 1-.5-.5V2.356a.5.5 0 0 0-.912-.284L3.791 14.466a.5.5 0 0 0 .411.784h6.048a.5.5 0 0 1 .5.5v5.894a.5.5 0 0 0 .912.284l8.547-12.394a.5.5 0 0 0-.411-.784Z" })); -const SvgIconFlipchart2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M2 4.75C2 3.784 2.784 3 3.75 3h16.5c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0 1 20.25 19h-4.256l.727 2.544a.75.75 0 1 1-1.442.412L14.434 19H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412L8.006 19H3.75A1.75 1.75 0 0 1 2 17.25zm6.5 8a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 7a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 12 7m5 3.75a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -})); - -const SvgIconFlipchart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m16 21.75-.857-3M8 21.75l.857-3m-1.107-6v1.5M12 7.75v6.5m4.25-3.5v3.5m-13.5-9.5v12.5a1 1 0 0 0 1 1h16.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H3.75a1 1 0 0 0-1 1" -})); - -const SvgIconFlipchartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M1 3.75A.75.75 0 0 1 1.75 3h20.5a.75.75 0 0 1 0 1.5H21v11.75A1.75 1.75 0 0 1 19.25 18h-5.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 18.602l-1.376 2.064a.75.75 0 1 1-1.248-.832L10.599 18H4.75A1.75 1.75 0 0 1 3 16.25V4.5H1.75A.75.75 0 0 1 1 3.75m11.75 4a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" -})); - -const SvgIconFlipchart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 3.75h16.5m-16.5 0v12.5a1 1 0 0 0 1 1h14.5a1 1 0 0 0 1-1V3.75m-16.5 0H23h-2.75m-16.5 0H1m13 16.5-1.666-2.5M10 20.25l1.666-2.5m.334-10v5.5m-3.75-1.5v1.5m7.5-3.5v3.5" -})); - const SvgIconFloppyDisk2Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -11208,7 +11084,7 @@ const SvgIconForwardFill = props => /*#__PURE__*/React.createElement("svg", _ext "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.743.05-5.702.482-6.88 1.148-1.196.675-1.672 1.629-2.425 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.738-2.004 4.473-2.845 8.38-2.937z" + d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.744.05-5.702.482-6.881 1.148-1.195.675-1.672 1.629-2.424 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.737-2.004 4.473-2.845 8.38-2.937z" })); const SvgIconForwardLeftFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -11667,7 +11543,7 @@ const SvgIconGlobe2Fill = props => /*#__PURE__*/React.createElement("svg", _exte "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.294-6.614.408-.96.913-1.785 1.512-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.598-.595-1.103-1.42-1.511-2.38-.745-1.752-1.216-4.07-1.294-6.615zm12.136 9.015c4.246-.936 7.479-4.571 7.808-9.015H16.99c-.078 2.545-.549 4.863-1.294 6.615-.408.96-.913 1.785-1.512 2.38zm7.808-10.515a10.01 10.01 0 0 0-7.808-9.015l.02.02c.598.596 1.104 1.42 1.511 2.38.745 1.753 1.216 4.07 1.294 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.59 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.078 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" + d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.293-6.614.408-.96.913-1.785 1.513-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.599-.595-1.104-1.42-1.512-2.38-.744-1.752-1.215-4.07-1.293-6.615zm12.135 9.015c4.247-.936 7.48-4.571 7.81-9.015h-4.985c-.077 2.545-.548 4.863-1.293 6.615-.408.96-.913 1.785-1.512 2.38zm7.809-10.515a10.005 10.005 0 0 0-7.809-9.015l.02.02c.6.596 1.104 1.42 1.512 2.38.745 1.753 1.216 4.07 1.293 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.589 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.077 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" })); const SvgIconGlobe2 = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -12851,7 +12727,7 @@ const SvgIconItalicFill = props => /*#__PURE__*/React.createElement("svg", _exte width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12859,7 +12735,7 @@ const SvgIconItalicFill = props => /*#__PURE__*/React.createElement("svg", _exte }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M9 3.75A.75.75 0 0 1 9.75 3h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 3.75", + d: "M9 4.5a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 4.5", clipRule: "evenodd" })); @@ -12868,7 +12744,7 @@ const SvgIconItalic = props => /*#__PURE__*/React.createElement("svg", _extends( width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12878,7 +12754,7 @@ const SvgIconItalic = props => /*#__PURE__*/React.createElement("svg", _extends( strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.75 3.75h4.75m4.75 0H14.5m0 0-5 16.5m0 0H4.75m4.75 0h4.76" + d: "M9.75 4.5h4.75m4.75 0H14.5m0 0L9.5 21m0 0H4.75m4.75 0h4.76" })); const SvgIconJudgeGavelFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -13845,60 +13721,6 @@ const SvgIconLightBulb = props => /*#__PURE__*/React.createElement("svg", _exten d: "M8.748 17.75v-.65a1.09 1.09 0 0 0-.539-.916A7.24 7.24 0 0 1 4.748 10a7.25 7.25 0 1 1 11.04 6.183 1.09 1.09 0 0 0-.538.916v.65m-6.502 0v1.249a3.251 3.251 0 1 0 6.502 0V17.75m-6.502 0h6.502" })); -const SvgIconLineChart6 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M9.25 10.75v5.5m5-11.5v11.5m5-3.5v3.5M3.75 3.75v15.5a1 1 0 0 0 1 1h16.5" -})); - -const SvgIconLineChartL = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M21.248 16.75v2.5m-6.166-6.5v6.5M8.916 8.75v10.5M2.75 4.75v14.5" -})); - -const SvgIconLineChartR = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 16.75v2.5m6.166-6.5v6.5m6.166-10.5v10.5m6.166-14.5v14.5" -})); - const SvgIconLink = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -14012,7 +13834,7 @@ const SvgIconLoader = props => /*#__PURE__*/React.createElement("svg", _extends( stroke: "currentColor", strokeOpacity: 0.25, strokeWidth: 3.636, - d: "M11.909 21a9.09 9.09 0 1 0 0-18.182 9.09 9.09 0 0 0 0 18.182Z" + d: "M11.91 21a9.091 9.091 0 1 0 0-18.182 9.091 9.091 0 0 0 0 18.182Z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", d: "M4.636 11.91a7.273 7.273 0 0 1 7.273-7.274V1C5.885 1 1 5.885 1 11.91zm1.819 4.81a7.24 7.24 0 0 1-1.819-4.81H1c0 2.764 1.032 5.294 2.727 7.215z" @@ -14816,7 +14638,7 @@ const SvgIconMoon = props => /*#__PURE__*/React.createElement("svg", _extends({ "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.894 13.334a.75.75 0 0 0-.75-.188A8.257 8.257 0 0 1 10.851 2.854a.75.75 0 0 0-.938-.938 9.83 9.83 0 0 0-4.96 3.469A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.292a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.943" + d: "M21.894 13.334a.75.75 0 0 0-.75-.187A8.258 8.258 0 0 1 10.851 2.853a.75.75 0 0 0-.938-.937 9.83 9.83 0 0 0-4.96 3.468A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.293a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.944Z" })); const SvgIconMouseFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15497,44 +15319,6 @@ const SvgIconPaperclip = props => /*#__PURE__*/React.createElement("svg", _exten d: "M5.75 10.75v4.5a6 6 0 0 0 6 6h.5a6 6 0 0 0 6-6V7a4.25 4.25 0 0 0-8.5 0v7.875a2.125 2.125 0 0 0 4.25 0V7.75" })); -const SvgIconPasskeyFill = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" -}), /*#__PURE__*/React.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", - clipRule: "evenodd" -})); - -const SvgIconPasskey = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" -})); - const SvgIconPauseFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15667,7 +15451,7 @@ const SvgIconPercentBadge = props => /*#__PURE__*/React.createElement("svg", _ex strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.746 3.746 0 0 1-2.563 4.22 3.74 3.74 0 0 1-1.776.119 3.74 3.74 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" + d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.75 3.75 0 0 1-1.043 3.296 3.75 3.75 0 0 1-3.296 1.043 3.75 3.75 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" })); const SvgIconPercentFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15675,7 +15459,7 @@ const SvgIconPercentFill = props => /*#__PURE__*/React.createElement("svg", _ext width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15683,7 +15467,7 @@ const SvgIconPercentFill = props => /*#__PURE__*/React.createElement("svg", _ext }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10m-4 7a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", clipRule: "evenodd" })); @@ -15692,7 +15476,7 @@ const SvgIconPercent = props => /*#__PURE__*/React.createElement("svg", _extends width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15702,14 +15486,14 @@ const SvgIconPercent = props => /*#__PURE__*/React.createElement("svg", _extends strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m16 8-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" + d: "m16 8.75-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.5, - d: "M8.25 9a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" + d: "M8.25 9.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" })); const SvgIconPersonAddFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15799,6 +15583,44 @@ const SvgIconPersonFill = props => /*#__PURE__*/React.createElement("svg", _exte d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10.5c-4.173 0-7.227 2.794-8.06 6.501C3.69 20.112 4.6 21 5.6 21h12.803c.999 0 1.908-.888 1.659-1.999-.834-3.707-3.887-6.501-8.06-6.501Z" })); +const SvgIconPersonPasskeyFill = props => /*#__PURE__*/React.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" +}, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" +}), /*#__PURE__*/React.createElement("path", { + fill: "currentColor", + d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" +}), /*#__PURE__*/React.createElement("path", { + fill: "currentColor", + fillRule: "evenodd", + d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", + clipRule: "evenodd" +})); + +const SvgIconPersonPasskey = props => /*#__PURE__*/React.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" +}, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" +}), /*#__PURE__*/React.createElement("path", { + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" +})); + const SvgIconPersonRemoveFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15893,21 +15715,17 @@ const SvgIconPieChart2Fill = props => /*#__PURE__*/React.createElement("svg", _e width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M21.88 8.46c-.02-.13-.06-.26-.09-.38v-.02a8.44 8.44 0 0 0-5.94-5.94h-.02c-.12-.03-.25-.07-.38-.09-.15-.02-.34-.03-.55.03-.29.09-.55.29-.71.55-.12.19-.16.39-.17.54-.01.13-.01.28-.01.42v5.19c.01.13.04.3.13.48.12.24.31.43.55.55.18.09.35.12.48.13h5.19c.14 0 .29 0 .42-.01.15-.02.35-.05.54-.17.26-.16.46-.42.55-.71.06-.21.05-.4.03-.55z", - clipRule: "evenodd" + d: "M14 2.75a8 8 0 0 1 8 8h-8z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M19.25 11.9h-6.39c-.29 0-.47 0-.6-.01-.08 0-.11-.01-.12-.02a.24.24 0 0 1-.1-.1s-.01-.04-.02-.12c-.01-.13-.01-.3-.01-.6V4.66c0-.41-.32-.74-.73-.75H11C6.03 3.9 2 7.93 2 12.9a9 9 0 0 0 18 0v-.27a.745.745 0 0 0-.75-.73", - clipRule: "evenodd" + d: "M20 13.75a9 9 0 1 1-8-8.945v7.945h7.945q.055.492.055 1" })); const SvgIconPieChart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15915,7 +15733,7 @@ const SvgIconPieChart2 = props => /*#__PURE__*/React.createElement("svg", _exten width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15925,13 +15743,13 @@ const SvgIconPieChart2 = props => /*#__PURE__*/React.createElement("svg", _exten strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M21.065 8.347a7.69 7.69 0 0 0-5.412-5.412c-.273-.073-.41-.11-.545-.07a.53.53 0 0 0-.284.218c-.074.12-.074.277-.074.59V8.45c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h4.777c.313 0 .47 0 .59-.074a.53.53 0 0 0 .218-.284c.04-.136.003-.272-.07-.545" + d: "M21.25 10a7.68 7.68 0 0 0-6.5-6.5V10z" }), /*#__PURE__*/React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 13a8.25 8.25 0 1 1-7.996-8.246v6.396c0 .56 0 .84.11 1.054a1 1 0 0 0 .436.437c.214.11.494.11 1.054.11h6.392q.004.123.004.249" + d: "M19.25 13.75a8.25 8.25 0 1 1-7.996-8.246V13.5h7.992q.004.124.004.25" })); const SvgIconPieChartFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15939,17 +15757,17 @@ const SvgIconPieChartFill = props => /*#__PURE__*/React.createElement("svg", _ex width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M21.654 14.617A10 10 0 0 0 22 12c0-5.27-4.078-9.589-9.25-9.972v9.442z" + d: "M21.654 15.367A10 10 0 0 0 22 12.75c0-5.27-4.078-9.589-9.25-9.972v9.441z" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "m21.154 16.031-9.404-3.324a.75.75 0 0 1-.5-.707V2.028A10 10 0 0 0 2 12c0 5.523 4.477 10 10 10 4.089 0 7.604-2.454 9.154-5.969" + d: "m21.154 16.78-9.904-3.5V2.778A10 10 0 0 0 2 12.75c0 5.523 4.477 10 10 10a10 10 0 0 0 9.154-5.97" })); const SvgIconPieChart = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -15957,7 +15775,7 @@ const SvgIconPieChart = props => /*#__PURE__*/React.createElement("svg", _extend width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15966,7 +15784,7 @@ const SvgIconPieChart = props => /*#__PURE__*/React.createElement("svg", _extend stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 2.75a9.25 9.25 0 0 0 0 18.5 9.25 9.25 0 0 0 8.724-6.167M12 2.75A9.25 9.25 0 0 1 21.25 12a9.2 9.2 0 0 1-.526 3.083M12 2.75V12l8.724 3.083" + d: "M12 3.5A9.25 9.25 0 0 0 12 22a9.25 9.25 0 0 0 8.724-6.167M12 3.5a9.25 9.25 0 0 1 9.25 9.25 9.2 9.2 0 0 1-.526 3.083M12 3.5v9.25l8.724 3.083" })); const SvgIconPiloneFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -16065,7 +15883,7 @@ const SvgIconPin = props => /*#__PURE__*/React.createElement("svg", _extends({ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .465-.594l3.76-2.148a1 1 0 0 0 .211-1.576l-5.398-5.398a1 1 0 0 0-1.576.21l-2.148 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" + d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .466-.594l3.76-2.148a1 1 0 0 0 .21-1.576l-5.398-5.398a1 1 0 0 0-1.575.21l-2.149 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" })); const SvgIconPizzaFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -16807,7 +16625,7 @@ const SvgIconRepeat = props => /*#__PURE__*/React.createElement("svg", _extends( strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.647-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" + d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.646-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" })); const SvgIconReplyFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17588,7 +17406,7 @@ const SvgIconSend2 = props => /*#__PURE__*/React.createElement("svg", _extends({ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.026 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" + d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.025 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" })); const SvgIconSend3Fill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17635,7 +17453,7 @@ const SvgIconSendFill = props => /*#__PURE__*/React.createElement("svg", _extend "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.312 2.433 2.432 8.312c.345 1.178 2.004 1.205 2.387.04z" + d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.311 2.433 2.433 8.312c.345 1.178 2.004 1.205 2.387.04z" })); const SvgIconSend = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17653,7 +17471,7 @@ const SvgIconSend = props => /*#__PURE__*/React.createElement("svg", _extends({ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.631-.631L2.278 9.497a.5.5 0 0 0 .016.955l8.443 2.471a.5.5 0 0 1 .34.34z" + d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.63-.631L2.277 9.497a.5.5 0 0 0 .016.955l8.444 2.471a.5.5 0 0 1 .339.34z" })); const SvgIconServerFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -17954,7 +17772,7 @@ const SvgIconShippingBagFill = props => /*#__PURE__*/React.createElement("svg", }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.747 1.644l.878 14.5A1.75 1.75 0 0 1 19.188 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", + d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.746 1.644l.88 14.5A1.75 1.75 0 0 1 19.186 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", clipRule: "evenodd" })); @@ -17993,7 +17811,7 @@ const SvgIconShippingBagHeart = props => /*#__PURE__*/React.createElement("svg", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15 8.75a3 3 0 1 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5a1 1 0 0 0 1 1.06h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.805-2.167-.903 0-1.445.542-1.445.542s-.542-.542-1.444-.542c-.903 0-1.806.722-1.806 2.167 0 2.076 2.98 3.61 3.25 3.61Z" + d: "M15 8.75a3 3 0 0 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5A1 1 0 0 0 4.812 21h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.806-2.167-.902 0-1.444.542-1.444.542s-.542-.542-1.445-.542c-.902 0-1.805.722-1.805 2.167 0 2.076 2.98 3.61 3.25 3.61Z" })); const SvgIconShippingBag = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -18066,12 +17884,12 @@ const SvgIconShoppingBagEditFill = props => /*#__PURE__*/React.createElement("sv }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.41 4.41v3.015H3.382l2.222-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.409 4.41v3.015H3.38l2.223-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 0 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", + d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 1 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", clipRule: "evenodd" })); @@ -18122,12 +17940,12 @@ const SvgIconShoppingBagHeartFill = props => /*#__PURE__*/React.createElement("s }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.555 14c.552 0 1.038.1 1.445.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.556 14c.552 0 1.037.1 1.444.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M17.117 22.366a10 10 0 0 1-1.207-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.487.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.444.35-.882.627-1.208.816-.288.166-.584.31-.884.453-.3-.142-.596-.287-.884-.453m-1.617-3.99c0-.561.172-.91.361-1.112a.95.95 0 0 1 .695-.305c.298 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.342 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.77c-.794-.628-1.341-1.334-1.341-1.996Z", + d: "M17.118 22.366a10 10 0 0 1-1.208-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.488.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.443.35-.882.627-1.208.816-.287.166-.584.31-.884.453-.3-.142-.596-.287-.883-.453m-1.618-3.99c0-.561.172-.91.362-1.112a.95.95 0 0 1 .694-.305c.299 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.341 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.769c-.795-.629-1.342-1.335-1.342-1.997Z", clipRule: "evenodd" })); @@ -19156,14 +18974,14 @@ const SvgIconStrikeThroughFill = props => /*#__PURE__*/React.createElement("svg" width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12.002 2C9.774 2 8.159 2.73 7.1 3.804c-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87C15.865 2.8 14.331 2 12.002 2m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824C8.077 21.2 9.674 22 12.002 22c4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" + d: "M12.002 2.75c-2.228 0-3.843.73-4.902 1.804-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87-.98-1.038-2.514-1.838-4.843-1.838m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824 1.067 1.01 2.664 1.809 4.992 1.809 4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" })); const SvgIconStrikeThrough = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -19171,7 +18989,7 @@ const SvgIconStrikeThrough = props => /*#__PURE__*/React.createElement("svg", _e width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -19180,7 +18998,7 @@ const SvgIconStrikeThrough = props => /*#__PURE__*/React.createElement("svg", _e stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M17.578 6.861c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.14c.384 1.205 1.755 4.111 6.033 4.111 4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12h18.5" + d: "M17.578 7.611c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.89C6.353 19.094 7.724 22 12.002 22c4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12.75h18.5" })); const SvgIconSuitcaseFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -19575,7 +19393,7 @@ const SvgIconTShirtFill = props => /*#__PURE__*/React.createElement("svg", _exte "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.882 2.159l.873 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.783 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.872-1.956a1.75 1.75 0 0 0-.881-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.404 1.277-1.4 1.863-2.36 1.863-.961 0-1.957-.586-2.36-1.863" + d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.881 2.159l.872 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.873-1.956a1.75 1.75 0 0 0-.882-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.403 1.277-1.4 1.863-2.36 1.863-.961 0-1.956-.586-2.36-1.863" })); const SvgIconTShirt = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -19906,96 +19724,6 @@ const SvgIconTrash = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "m5.69 20.314-.749.049zm12.62 0 .749.049zM2.75 5a.75.75 0 0 0 0 1.5zm18.5 1.5a.75.75 0 0 0 0-1.5zM10.5 10.75a.75.75 0 0 0-1.5 0zM9 16.25a.75.75 0 0 0 1.5 0zm6-5.5a.75.75 0 0 0-1.5 0zm-1.5 5.5a.75.75 0 0 0 1.5 0zm1.648-10.313a.75.75 0 1 0 1.452-.374zM4.002 5.798l.94 14.565 1.496-.097-.94-14.564zM6.688 22h10.624v-1.5H6.688zm12.37-1.637.94-14.565-1.496-.096-.94 14.564 1.497.097ZM19.25 5H4.75v1.5h14.5zM2.75 6.5h2V5h-2zm16.5 0h2V5h-2zM17.312 22a1.75 1.75 0 0 0 1.747-1.637l-1.497-.097a.25.25 0 0 1-.25.234zm-12.37-1.637A1.75 1.75 0 0 0 6.687 22v-1.5a.25.25 0 0 1-.25-.234l-1.497.097ZM9 10.75v5.5h1.5v-5.5zm4.5 0v5.5H15v-5.5zM12 3.5a3.25 3.25 0 0 1 3.148 2.437l1.452-.374A4.75 4.75 0 0 0 12 2zM8.852 5.937A3.25 3.25 0 0 1 12 3.5V2a4.75 4.75 0 0 0-4.6 3.563z" })); -const SvgIconTrendingChart2 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 10.964 1.026 2.434c.358.852 1.577.805 1.869-.072L6.91 9.533c.308-.922 1.612-.91 1.902.018l3.126 9.996c.304.973 1.693.923 1.927-.07l3.52-14.954c.23-.974 1.583-1.048 1.916-.105l1.949 5.518" -})); - -const SvgIconTrendingChart3 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M15.75 6.75h5.5v5.5m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 17.25" -})); - -const SvgIconTrendingChart4 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 4.75v13.5a1 1 0 0 0 1 1h17.5m-14.5-4 3.543-3.543a1 1 0 0 1 1.414 0l.586.586a1 1 0 0 0 1.414 0l5.038-5.038M14.75 6.75h4.5v4.5" -})); - -const SvgIconTrendingChart5 = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m19.219 10.969-1.356-1.356a1 1 0 0 0-1.414 0l-3.742 3.742a1 1 0 0 1-1.414 0l-1.164-1.164a1 1 0 0 0-1.414 0L3.75 17.157m0-13.406v13.406m16.5 3.094H4.75a1 1 0 0 1-1-1v-2.094" -})); - -const SvgIconTrendingChart = props => /*#__PURE__*/React.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" -}, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" -}), /*#__PURE__*/React.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 13.036 1.026-2.434c.358-.852 1.577-.805 1.869.072l1.265 3.793c.308.922 1.612.91 1.902-.018l3.126-9.996c.304-.973 1.693-.923 1.927.07l3.52 14.954c.23.974 1.583 1.048 1.916.105l1.949-5.519" -})); - const SvgIconTriangleInfoFill = props => /*#__PURE__*/React.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -20148,14 +19876,14 @@ const SvgIconUnderlineFill = props => /*#__PURE__*/React.createElement("svg", _e width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M6.5 3.75a.75.75 0 0 0-1.5 0V12a7 7 0 1 0 14 0V3.75a.75.75 0 0 0-1.5 0V12a5.5 5.5 0 1 1-11 0zM5.75 20a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" + d: "M6.5 4.5a.75.75 0 0 0-1.5 0v8.25a7 7 0 1 0 14 0V4.5a.75.75 0 0 0-1.5 0v8.25a5.5 5.5 0 1 1-11 0zm-.75 16.25a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" })); const SvgIconUnderline = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20163,7 +19891,7 @@ const SvgIconUnderline = props => /*#__PURE__*/React.createElement("svg", _exten width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20172,7 +19900,7 @@ const SvgIconUnderline = props => /*#__PURE__*/React.createElement("svg", _exten stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M5.75 20.75h12.5m-12.5-17V12a6.25 6.25 0 1 0 12.5 0V3.75" + d: "M5.75 21.5h12.5m-12.5-17v8.25a6.25 6.25 0 1 0 12.5 0V4.5" })); const SvgIconUndoFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20399,7 +20127,7 @@ const SvgIconVerified = props => /*#__PURE__*/React.createElement("svg", _extend strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.822 5.06l-2.063-.327a1.085 1.085 0 0 0-1.255 1.053l-.036 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.748-1.95c.134-.35.439-.605.806-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.085 1.085 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.062.327a1.09 1.09 0 0 1-.99-.36l-1.37-1.576a1.085 1.085 0 0 0-1.638 0L9.81 4.7c-.246.283-.62.419-.99.36Z" + d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.82 5.06l-2.06-.327a1.085 1.085 0 0 0-1.256 1.053l-.035 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.747-1.95c.135-.35.44-.605.807-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.086 1.086 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.063.327a1.09 1.09 0 0 1-.989-.36l-1.37-1.576a1.085 1.085 0 0 0-1.639 0L9.81 4.7a1.08 1.08 0 0 1-.989.36Z" })); const SvgIconVideoCamFill = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20944,14 +20672,14 @@ const SvgIconWhiteboardFill = props => /*#__PURE__*/React.createElement("svg", _ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React.createElement("path", { fill: "currentColor", - d: "M12.75 2.75a.75.75 0 0 0-1.5 0V4h-7.5A1.75 1.75 0 0 0 2 5.75v11.5c0 .966.784 1.75 1.75 1.75h3.21l-.672 2.013a.75.75 0 0 0 1.424.474L8.54 19h2.709v1.25a.75.75 0 0 0 1.5 0V19h2.71l.828 2.487a.75.75 0 0 0 1.424-.474L17.04 19h3.209A1.75 1.75 0 0 0 22 17.25V5.75A1.75 1.75 0 0 0 20.25 4h-7.5z" + d: "M12.75 3.5a.75.75 0 0 0-1.5 0v1.25h-8.5A.75.75 0 0 0 2 5.5V19c0 .414.336.75.75.75h4.21l-.672 2.013a.75.75 0 0 0 1.424.474l.829-2.487h2.709V21a.75.75 0 0 0 1.5 0v-1.25h2.71l.828 2.487a.75.75 0 0 0 1.424-.474l-.671-2.013h4.209A.75.75 0 0 0 22 19V5.5a.75.75 0 0 0-.75-.75h-8.5z" })); const SvgIconWhiteboard = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -20959,7 +20687,7 @@ const SvgIconWhiteboard = props => /*#__PURE__*/React.createElement("svg", _exte width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20969,7 +20697,7 @@ const SvgIconWhiteboard = props => /*#__PURE__*/React.createElement("svg", _exte strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16 18.25h4.25a1 1 0 0 0 1-1V5.75a1 1 0 0 0-1-1H12m4 13.5 1 3m-1-3h-4m-4 0H3.75a1 1 0 0 1-1-1V5.75a1 1 0 0 1 1-1H12m-4 13.5-1 3m1-3h4m0-13.5v-2m0 15.5v2" + d: "M16 19h5.25V5.5H12M16 19l1 3m-1-3h-4m-4 0H2.75V5.5H12M8 19l-1 3m1-3h4m0-13.5v-2M12 19v2" })); const SvgIconWifi = props => /*#__PURE__*/React.createElement("svg", _extends({ @@ -21276,4 +21004,4 @@ const SvgIconZoom = props => /*#__PURE__*/React.createElement("svg", _extends({ d: "m20 20-3.873-3.873m0 0A7.25 7.25 0 1 0 5.873 5.873a7.25 7.25 0 0 0 10.253 10.253ZM11 7.75v6.5M14.25 11h-6.5" })); -export { SvgIcon4K as Icon4K, SvgIcon4KFill as Icon4KFill, SvgIconAcademicCap as IconAcademicCap, SvgIconAcademicCapFill as IconAcademicCapFill, SvgIconAccessible as IconAccessible, SvgIconAccessibleFill as IconAccessibleFill, SvgIconActionCam as IconActionCam, SvgIconActionCamFill as IconActionCamFill, SvgIconAdapter as IconAdapter, SvgIconAdapterFill as IconAdapterFill, SvgIconAddToCart as IconAddToCart, SvgIconAddToCartFill as IconAddToCartFill, SvgIconAdjustment as IconAdjustment, SvgIconAdjustmentFill as IconAdjustmentFill, SvgIconAirpodGen3Left as IconAirpodGen3Left, SvgIconAirpodGen3Right as IconAirpodGen3Right, SvgIconAirpodsGen3 as IconAirpodsGen3, SvgIconAirpodsGen3Chargingcase as IconAirpodsGen3Chargingcase, SvgIconAlbum as IconAlbum, SvgIconAlbumFill as IconAlbumFill, SvgIconAlignmentCenter as IconAlignmentCenter, SvgIconAlignmentCenterFill as IconAlignmentCenterFill, SvgIconAlignmentJustify as IconAlignmentJustify, SvgIconAlignmentJustifyFill as IconAlignmentJustifyFill, SvgIconAlignmentLeft as IconAlignmentLeft, SvgIconAlignmentLeftFill as IconAlignmentLeftFill, SvgIconAlignmentRight as IconAlignmentRight, SvgIconAlignmentRightFill as IconAlignmentRightFill, SvgIconAlt as IconAlt, SvgIconAltFill as IconAltFill, SvgIconAnalyticsChart as IconAnalyticsChart, SvgIconAnalyticsChartFill as IconAnalyticsChartFill, SvgIconAnonymous as IconAnonymous, SvgIconAnonymousFill as IconAnonymousFill, SvgIconApple as IconApple, SvgIconAppleFill as IconAppleFill, SvgIconArchive as IconArchive, SvgIconArchive2 as IconArchive2, SvgIconArchive2Fill as IconArchive2Fill, SvgIconArchiveFill as IconArchiveFill, SvgIconArrowDown as IconArrowDown, SvgIconArrowDownFill as IconArrowDownFill, SvgIconArrowDownLeft as IconArrowDownLeft, SvgIconArrowDownLeftFill as IconArrowDownLeftFill, SvgIconArrowDownRight as IconArrowDownRight, SvgIconArrowDownRightFill as IconArrowDownRightFill, SvgIconArrowExpandHor as IconArrowExpandHor, SvgIconArrowExpandHorFill as IconArrowExpandHorFill, SvgIconArrowExpandVer as IconArrowExpandVer, SvgIconArrowExpandVerFill as IconArrowExpandVerFill, SvgIconArrowLeft as IconArrowLeft, SvgIconArrowLeftFill as IconArrowLeftFill, SvgIconArrowPathDown as IconArrowPathDown, SvgIconArrowPathDownFill as IconArrowPathDownFill, SvgIconArrowPathLeft as IconArrowPathLeft, SvgIconArrowPathLeftFill as IconArrowPathLeftFill, SvgIconArrowPathRight as IconArrowPathRight, SvgIconArrowPathRightFill as IconArrowPathRightFill, SvgIconArrowPathUp as IconArrowPathUp, SvgIconArrowPathUpFill as IconArrowPathUpFill, SvgIconArrowRight as IconArrowRight, SvgIconArrowRightFill as IconArrowRightFill, SvgIconArrowShrink as IconArrowShrink, SvgIconArrowShrinkFill as IconArrowShrinkFill, SvgIconArrowTriangleDown as IconArrowTriangleDown, SvgIconArrowTriangleDownFill as IconArrowTriangleDownFill, SvgIconArrowTriangleLeft as IconArrowTriangleLeft, SvgIconArrowTriangleLeftFill as IconArrowTriangleLeftFill, SvgIconArrowTriangleRight as IconArrowTriangleRight, SvgIconArrowTriangleRightFill as IconArrowTriangleRightFill, SvgIconArrowTriangleUp as IconArrowTriangleUp, SvgIconArrowTriangleUpFill as IconArrowTriangleUpFill, SvgIconArrowUp as IconArrowUp, SvgIconArrowUpFill as IconArrowUpFill, SvgIconArrowUpLeft as IconArrowUpLeft, SvgIconArrowUpLeftFill as IconArrowUpLeftFill, SvgIconArrowUpRight as IconArrowUpRight, SvgIconArrowUpRightFill as IconArrowUpRightFill, SvgIconArrowWall2Down as IconArrowWall2Down, SvgIconArrowWall2DownFill as IconArrowWall2DownFill, SvgIconArrowWall2Left as IconArrowWall2Left, SvgIconArrowWall2LeftFill as IconArrowWall2LeftFill, SvgIconArrowWall2Right as IconArrowWall2Right, SvgIconArrowWall2RightFill as IconArrowWall2RightFill, SvgIconArrowWall2Up as IconArrowWall2Up, SvgIconArrowWall2UpFill as IconArrowWall2UpFill, SvgIconArrowWallDown as IconArrowWallDown, SvgIconArrowWallDownFill as IconArrowWallDownFill, SvgIconArrowWallLeft as IconArrowWallLeft, SvgIconArrowWallLeftFill as IconArrowWallLeftFill, SvgIconArrowWallRight as IconArrowWallRight, SvgIconArrowWallRightFill as IconArrowWallRightFill, SvgIconArrowWallUp as IconArrowWallUp, SvgIconArrowWallUpFill as IconArrowWallUpFill, SvgIconAsterisk as IconAsterisk, SvgIconAsteriskFill as IconAsteriskFill, SvgIconAt as IconAt, SvgIconAtFill as IconAtFill, SvgIconAtom as IconAtom, SvgIconAtomFill as IconAtomFill, SvgIconAttention as IconAttention, SvgIconAttentionFill as IconAttentionFill, SvgIconAugmentedReality as IconAugmentedReality, SvgIconAugmentedRealityFill as IconAugmentedRealityFill, SvgIconAvocado as IconAvocado, SvgIconAvocadoFill as IconAvocadoFill, SvgIconBack as IconBack, SvgIconBack10S as IconBack10S, SvgIconBackFill as IconBackFill, SvgIconBackpack as IconBackpack, SvgIconBackpackFill as IconBackpackFill, SvgIconBackspace as IconBackspace, SvgIconBackspaceFill as IconBackspaceFill, SvgIconBarcode as IconBarcode, SvgIconBarsThree as IconBarsThree, SvgIconBarsThree2 as IconBarsThree2, SvgIconBarsThree3 as IconBarsThree3, SvgIconBarsTwo as IconBarsTwo, SvgIconBarsTwo2 as IconBarsTwo2, SvgIconBasket as IconBasket, SvgIconBasketFill as IconBasketFill, SvgIconBasketPlus as IconBasketPlus, SvgIconBasketPlusFill as IconBasketPlusFill, SvgIconBatteryEmpty as IconBatteryEmpty, SvgIconBatteryEmptyFill as IconBatteryEmptyFill, SvgIconBatteryError as IconBatteryError, SvgIconBatteryErrorFill as IconBatteryErrorFill, SvgIconBatteryFull as IconBatteryFull, SvgIconBatteryFullFill as IconBatteryFullFill, SvgIconBatteryLoading as IconBatteryLoading, SvgIconBatteryLoadingFill as IconBatteryLoadingFill, SvgIconBatteryLow as IconBatteryLow, SvgIconBatteryLowFill as IconBatteryLowFill, SvgIconBatteryMedium as IconBatteryMedium, SvgIconBatteryMediumFill as IconBatteryMediumFill, SvgIconBeatsFitPro as IconBeatsFitPro, SvgIconBeatsFitProChargingcase as IconBeatsFitProChargingcase, SvgIconBeatsFitProChargingcaseFill as IconBeatsFitProChargingcaseFill, SvgIconBeatsFitProLeft as IconBeatsFitProLeft, SvgIconBeatsFitProRight as IconBeatsFitProRight, SvgIconBeatsHeadphones as IconBeatsHeadphones, SvgIconBell as IconBell, SvgIconBellAlarm as IconBellAlarm, SvgIconBellAlarmFill as IconBellAlarmFill, SvgIconBellFill as IconBellFill, SvgIconBezierCurves as IconBezierCurves, SvgIconBezierCurvesFill as IconBezierCurvesFill, SvgIconBill as IconBill, SvgIconBillFill as IconBillFill, SvgIconBirthdayCake as IconBirthdayCake, SvgIconBirthdayCakeFill as IconBirthdayCakeFill, SvgIconBitcoin as IconBitcoin, SvgIconBitcoinFill as IconBitcoinFill, SvgIconBlock as IconBlock, SvgIconBlockFill as IconBlockFill, SvgIconBluetooth as IconBluetooth, SvgIconBold as IconBold, SvgIconBoldFill as IconBoldFill, SvgIconBolt as IconBolt, SvgIconBoltFill as IconBoltFill, SvgIconBoltOff as IconBoltOff, SvgIconBoltOffFill as IconBoltOffFill, SvgIconBook as IconBook, SvgIconBookFill as IconBookFill, SvgIconBookOpen as IconBookOpen, SvgIconBookOpenFill as IconBookOpenFill, SvgIconBookOpenText as IconBookOpenText, SvgIconBookOpenTextFill as IconBookOpenTextFill, SvgIconBookmark as IconBookmark, SvgIconBookmarkCheck as IconBookmarkCheck, SvgIconBookmarkCheckFill as IconBookmarkCheckFill, SvgIconBookmarkFill as IconBookmarkFill, SvgIconBookmarkOff as IconBookmarkOff, SvgIconBookmarkOffFill as IconBookmarkOffFill, SvgIconBookmarkPlus as IconBookmarkPlus, SvgIconBookmarkPlusFill as IconBookmarkPlusFill, SvgIconBookmarkX as IconBookmarkX, SvgIconBookmarkXFill as IconBookmarkXFill, SvgIconBooks as IconBooks, SvgIconBooksFill as IconBooksFill, SvgIconBottle as IconBottle, SvgIconBottleFill as IconBottleFill, SvgIconBrackets as IconBrackets, SvgIconBrackets2 as IconBrackets2, SvgIconBrain as IconBrain, SvgIconBrainFill as IconBrainFill, SvgIconBrandAdobe as IconBrandAdobe, SvgIconBrandAdonisjs as IconBrandAdonisjs, SvgIconBrandAkamai as IconBrandAkamai, SvgIconBrandApple as IconBrandApple, SvgIconBrandAppleMusic as IconBrandAppleMusic, SvgIconBrandAppstore as IconBrandAppstore, SvgIconBrandArc as IconBrandArc, SvgIconBrandArtifactNews as IconBrandArtifactNews, SvgIconBrandAstro as IconBrandAstro, SvgIconBrandAws as IconBrandAws, SvgIconBrandBehance as IconBrandBehance, SvgIconBrandBitbucket as IconBrandBitbucket, SvgIconBrandBluesky as IconBrandBluesky, SvgIconBrandBootstrap as IconBrandBootstrap, SvgIconBrandBun as IconBrandBun, SvgIconBrandCash as IconBrandCash, SvgIconBrandChrome as IconBrandChrome, SvgIconBrandCodepen as IconBrandCodepen, SvgIconBrandCopilot as IconBrandCopilot, SvgIconBrandCss as IconBrandCss, SvgIconBrandDigitalOcean as IconBrandDigitalOcean, SvgIconBrandDiscord as IconBrandDiscord, SvgIconBrandDuolingo as IconBrandDuolingo, SvgIconBrandFacebook as IconBrandFacebook, SvgIconBrandFigma as IconBrandFigma, SvgIconBrandFirefox as IconBrandFirefox, SvgIconBrandFramer as IconBrandFramer, SvgIconBrandGit as IconBrandGit, SvgIconBrandGithub as IconBrandGithub, SvgIconBrandGitlab as IconBrandGitlab, SvgIconBrandGoogle as IconBrandGoogle, SvgIconBrandGooglePlayStore as IconBrandGooglePlayStore, SvgIconBrandGumroad as IconBrandGumroad, SvgIconBrandHashnode as IconBrandHashnode, SvgIconBrandHetzner as IconBrandHetzner, SvgIconBrandHtml5 as IconBrandHtml5, SvgIconBrandInertiajs as IconBrandInertiajs, SvgIconBrandInstagram as IconBrandInstagram, SvgIconBrandJavascript as IconBrandJavascript, SvgIconBrandJustd as IconBrandJustd, SvgIconBrandKarteil as IconBrandKarteil, SvgIconBrandKubernetes as IconBrandKubernetes, SvgIconBrandLaravel as IconBrandLaravel, SvgIconBrandLayers as IconBrandLayers, SvgIconBrandLemonsqueezy as IconBrandLemonsqueezy, SvgIconBrandLinear as IconBrandLinear, SvgIconBrandLinkedin as IconBrandLinkedin, SvgIconBrandLinktree as IconBrandLinktree, SvgIconBrandLinode as IconBrandLinode, SvgIconBrandLottielab as IconBrandLottielab, SvgIconBrandMastadon as IconBrandMastadon, SvgIconBrandMedium as IconBrandMedium, SvgIconBrandNetlify as IconBrandNetlify, SvgIconBrandNextjs as IconBrandNextjs, SvgIconBrandNode as IconBrandNode, SvgIconBrandNotion as IconBrandNotion, SvgIconBrandNpm as IconBrandNpm, SvgIconBrandNuxtjs as IconBrandNuxtjs, SvgIconBrandOpenai as IconBrandOpenai, SvgIconBrandOpera as IconBrandOpera, SvgIconBrandParanoid as IconBrandParanoid, SvgIconBrandParsinta as IconBrandParsinta, SvgIconBrandPatreon as IconBrandPatreon, SvgIconBrandPerplexity as IconBrandPerplexity, SvgIconBrandPhp as IconBrandPhp, SvgIconBrandPinterest as IconBrandPinterest, SvgIconBrandPlanetscale as IconBrandPlanetscale, SvgIconBrandPnpm as IconBrandPnpm, SvgIconBrandProducthunt as IconBrandProducthunt, SvgIconBrandPython as IconBrandPython, SvgIconBrandReactjs as IconBrandReactjs, SvgIconBrandReddit as IconBrandReddit, SvgIconBrandRemix as IconBrandRemix, SvgIconBrandRive as IconBrandRive, SvgIconBrandRssFeed as IconBrandRssFeed, SvgIconBrandSafari as IconBrandSafari, SvgIconBrandSketch as IconBrandSketch, SvgIconBrandSlack as IconBrandSlack, SvgIconBrandSnapchat as IconBrandSnapchat, SvgIconBrandSpotify as IconBrandSpotify, SvgIconBrandStripe as IconBrandStripe, SvgIconBrandTailwindVariants as IconBrandTailwindVariants, SvgIconBrandTailwindcss as IconBrandTailwindcss, SvgIconBrandTelegram as IconBrandTelegram, SvgIconBrandThreads as IconBrandThreads, SvgIconBrandTiktok as IconBrandTiktok, SvgIconBrandTurbopack as IconBrandTurbopack, SvgIconBrandTurborepo as IconBrandTurborepo, SvgIconBrandTwitch as IconBrandTwitch, SvgIconBrandTwitter as IconBrandTwitter, SvgIconBrandTypescript as IconBrandTypescript, SvgIconBrandUbuntu as IconBrandUbuntu, SvgIconBrandVenmo as IconBrandVenmo, SvgIconBrandVercel as IconBrandVercel, SvgIconBrandVkontakte as IconBrandVkontakte, SvgIconBrandVscode as IconBrandVscode, SvgIconBrandVultr as IconBrandVultr, SvgIconBrandWebflow as IconBrandWebflow, SvgIconBrandWhatsapp as IconBrandWhatsapp, SvgIconBrandWindows as IconBrandWindows, SvgIconBrandX as IconBrandX, SvgIconBrandYarn as IconBrandYarn, SvgIconBrandYoutube as IconBrandYoutube, SvgIconBreakfest as IconBreakfest, SvgIconBreakfestFill as IconBreakfestFill, SvgIconBriefcase as IconBriefcase, SvgIconBriefcase2 as IconBriefcase2, SvgIconBriefcase2Fill as IconBriefcase2Fill, SvgIconBriefcaseBlank as IconBriefcaseBlank, SvgIconBriefcaseBlankFill as IconBriefcaseBlankFill, SvgIconBriefcaseFill as IconBriefcaseFill, SvgIconBroadcast as IconBroadcast, SvgIconBroadcastFill as IconBroadcastFill, SvgIconBrokenChainLink as IconBrokenChainLink, SvgIconBrokenHeart as IconBrokenHeart, SvgIconBrokenHeartFill as IconBrokenHeartFill, SvgIconBubbleQuotes as IconBubbleQuotes, SvgIconBubbleQuotesFill as IconBubbleQuotesFill, SvgIconBug as IconBug, SvgIconBugFill as IconBugFill, SvgIconBuilding as IconBuilding, SvgIconBuildingFill as IconBuildingFill, SvgIconBullet as IconBullet, SvgIconBulletFill as IconBulletFill, SvgIconBulletList as IconBulletList, SvgIconBulletListFill as IconBulletListFill, SvgIconCainLink2 as IconCainLink2, SvgIconCainLink3 as IconCainLink3, SvgIconCalculator as IconCalculator, SvgIconCalculatorFill as IconCalculatorFill, SvgIconCalendar as IconCalendar, SvgIconCalendar2 as IconCalendar2, SvgIconCalendar2Fill as IconCalendar2Fill, SvgIconCalendar3 as IconCalendar3, SvgIconCalendar3Fill as IconCalendar3Fill, SvgIconCalendarCheck as IconCalendarCheck, SvgIconCalendarCheckFill as IconCalendarCheckFill, SvgIconCalendarClock as IconCalendarClock, SvgIconCalendarClockFill as IconCalendarClockFill, SvgIconCalendarDays as IconCalendarDays, SvgIconCalendarDaysFill as IconCalendarDaysFill, SvgIconCalendarFill as IconCalendarFill, SvgIconCalendarPlus as IconCalendarPlus, SvgIconCalendarPlusFill as IconCalendarPlusFill, SvgIconCalendarRemove as IconCalendarRemove, SvgIconCalendarRemoveFill as IconCalendarRemoveFill, SvgIconCalendarSearch as IconCalendarSearch, SvgIconCalendarSearchFill as IconCalendarSearchFill, SvgIconCallIncoming as IconCallIncoming, SvgIconCallIncomingFill as IconCallIncomingFill, SvgIconCallOff as IconCallOff, SvgIconCallOffFill as IconCallOffFill, SvgIconCallOutgoing as IconCallOutgoing, SvgIconCallOutgoingFill as IconCallOutgoingFill, SvgIconCamera as IconCamera, SvgIconCameraDot as IconCameraDot, SvgIconCameraDotFill as IconCameraDotFill, SvgIconCameraFill as IconCameraFill, SvgIconCameraOff as IconCameraOff, SvgIconCameraOffFill as IconCameraOffFill, SvgIconCar as IconCar, SvgIconCarFill as IconCarFill, SvgIconCart as IconCart, SvgIconCartFill as IconCartFill, SvgIconChainLink as IconChainLink, SvgIconChainLinkFill as IconChainLinkFill, SvgIconChart as IconChart, SvgIconChart2 as IconChart2, SvgIconChart2Fill as IconChart2Fill, SvgIconChart3 as IconChart3, SvgIconChart3Fill as IconChart3Fill, SvgIconChart4 as IconChart4, SvgIconChart4Fill as IconChart4Fill, SvgIconChart5 as IconChart5, SvgIconChart5Fill as IconChart5Fill, SvgIconChartFill as IconChartFill, SvgIconChartLine as IconChartLine, SvgIconChartTrendingUp as IconChartTrendingUp, SvgIconCheck as IconCheck, SvgIconChecklist as IconChecklist, SvgIconChevronDoubleDown as IconChevronDoubleDown, SvgIconChevronDoubleLeft as IconChevronDoubleLeft, SvgIconChevronDoubleRight as IconChevronDoubleRight, SvgIconChevronDoubleUp as IconChevronDoubleUp, SvgIconChevronDown as IconChevronDown, SvgIconChevronLeft as IconChevronLeft, SvgIconChevronLgDown as IconChevronLgDown, SvgIconChevronLgLeft as IconChevronLgLeft, SvgIconChevronLgRight as IconChevronLgRight, SvgIconChevronLgUp as IconChevronLgUp, SvgIconChevronRight as IconChevronRight, SvgIconChevronUp as IconChevronUp, SvgIconChevronsLgDown as IconChevronsLgDown, SvgIconChevronsLgLeft as IconChevronsLgLeft, SvgIconChevronsLgRight as IconChevronsLgRight, SvgIconChevronsLgUp as IconChevronsLgUp, SvgIconChevronsUpDown as IconChevronsUpDown, SvgIconChevronsX as IconChevronsX, SvgIconChevronsY as IconChevronsY, SvgIconChromecast as IconChromecast, SvgIconChromecastFill as IconChromecastFill, SvgIconCircleArrowDown as IconCircleArrowDown, SvgIconCircleArrowDownFill as IconCircleArrowDownFill, SvgIconCircleArrowLeft as IconCircleArrowLeft, SvgIconCircleArrowLeftDown as IconCircleArrowLeftDown, SvgIconCircleArrowLeftDownFill as IconCircleArrowLeftDownFill, SvgIconCircleArrowLeftFill as IconCircleArrowLeftFill, SvgIconCircleArrowLeftUp as IconCircleArrowLeftUp, SvgIconCircleArrowLeftUpFill as IconCircleArrowLeftUpFill, SvgIconCircleArrowRight as IconCircleArrowRight, SvgIconCircleArrowRightDown as IconCircleArrowRightDown, SvgIconCircleArrowRightDownFill as IconCircleArrowRightDownFill, SvgIconCircleArrowRightFill as IconCircleArrowRightFill, SvgIconCircleArrowRightUp as IconCircleArrowRightUp, SvgIconCircleArrowRightUpFill as IconCircleArrowRightUpFill, SvgIconCircleArrowUp as IconCircleArrowUp, SvgIconCircleArrowUpFill as IconCircleArrowUpFill, SvgIconCircleChartTrending as IconCircleChartTrending, SvgIconCircleChartTrendingFill as IconCircleChartTrendingFill, SvgIconCircleCheck as IconCircleCheck, SvgIconCircleCheckFill as IconCircleCheckFill, SvgIconCircleDotsHorizontal as IconCircleDotsHorizontal, SvgIconCircleDotsHorizontalFill as IconCircleDotsHorizontalFill, SvgIconCircleDotsVertical as IconCircleDotsVertical, SvgIconCircleDotsVerticalFill as IconCircleDotsVerticalFill, SvgIconCircleDownload as IconCircleDownload, SvgIconCircleDownloadFill as IconCircleDownloadFill, SvgIconCircleHalf as IconCircleHalf, SvgIconCircleHalfFill as IconCircleHalfFill, SvgIconCircleInfo as IconCircleInfo, SvgIconCircleInfoFill as IconCircleInfoFill, SvgIconCircleMinus as IconCircleMinus, SvgIconCircleMinusFill as IconCircleMinusFill, SvgIconCirclePerson as IconCirclePerson, SvgIconCirclePersonFill as IconCirclePersonFill, SvgIconCirclePlaceholderDashed as IconCirclePlaceholderDashed, SvgIconCirclePlaceholderDashedFill as IconCirclePlaceholderDashedFill, SvgIconCirclePlay as IconCirclePlay, SvgIconCirclePlayFill as IconCirclePlayFill, SvgIconCirclePlus as IconCirclePlus, SvgIconCirclePlusFill as IconCirclePlusFill, SvgIconCircleQuestionmark as IconCircleQuestionmark, SvgIconCircleQuestionmarkFill as IconCircleQuestionmarkFill, SvgIconCircleRightUp as IconCircleRightUp, SvgIconCircleRightUpFill as IconCircleRightUpFill, SvgIconCircleStop as IconCircleStop, SvgIconCircleStopFill as IconCircleStopFill, SvgIconCircleX as IconCircleX, SvgIconCircleXFill as IconCircleXFill, SvgIconClapperboard as IconClapperboard, SvgIconClapperboardFill as IconClapperboardFill, SvgIconClipboard as IconClipboard, SvgIconClipboardFill as IconClipboardFill, SvgIconClock as IconClock, SvgIconClockFill as IconClockFill, SvgIconCloseQuote as IconCloseQuote, SvgIconCloseQuoteFill as IconCloseQuoteFill, SvgIconClosedCaptioning as IconClosedCaptioning, SvgIconClosedCaptioningFill as IconClosedCaptioningFill, SvgIconCloud as IconCloud, SvgIconCloud2 as IconCloud2, SvgIconCloud2Fill as IconCloud2Fill, SvgIconCloudDownload as IconCloudDownload, SvgIconCloudDownloadFill as IconCloudDownloadFill, SvgIconCloudFill as IconCloudFill, SvgIconCloudSnow as IconCloudSnow, SvgIconCloudSnowFill as IconCloudSnowFill, SvgIconCloudSync as IconCloudSync, SvgIconCloudSyncFill as IconCloudSyncFill, SvgIconCloudy as IconCloudy, SvgIconCloudyFill as IconCloudyFill, SvgIconCloudySun as IconCloudySun, SvgIconCloudySunFill as IconCloudySunFill, SvgIconCocktail as IconCocktail, SvgIconCocktailFill as IconCocktailFill, SvgIconCodeBrackets as IconCodeBrackets, SvgIconCodeLines as IconCodeLines, SvgIconColorPalette as IconColorPalette, SvgIconColorPaletteFill as IconColorPaletteFill, SvgIconColorSwatch as IconColorSwatch, SvgIconColorSwatchFill as IconColorSwatchFill, SvgIconColors as IconColors, SvgIconColorsFill as IconColorsFill, SvgIconCommand as IconCommand, SvgIconCommandFill as IconCommandFill, SvgIconCommandRegular as IconCommandRegular, SvgIconCommandRegularFill as IconCommandRegularFill, SvgIconCompass as IconCompass, SvgIconCompassFill as IconCompassFill, SvgIconComputer as IconComputer, SvgIconComputerFill as IconComputerFill, SvgIconContacts as IconContacts, SvgIconContactsFill as IconContactsFill, SvgIconControl as IconControl, SvgIconControlFill as IconControlFill, SvgIconCookies as IconCookies, SvgIconCookiesFill as IconCookiesFill, SvgIconCreditCard as IconCreditCard, SvgIconCreditCardFill as IconCreditCardFill, SvgIconCrop as IconCrop, SvgIconCropFill as IconCropFill, SvgIconCrypto as IconCrypto, SvgIconCryptoCoin as IconCryptoCoin, SvgIconCryptoCoinFill as IconCryptoCoinFill, SvgIconCryptoFill as IconCryptoFill, SvgIconCube as IconCube, SvgIconCubeFill as IconCubeFill, SvgIconCupHot as IconCupHot, SvgIconCupHotFill as IconCupHotFill, SvgIconCupStraw as IconCupStraw, SvgIconCupStrawFill as IconCupStrawFill, SvgIconCurrencyDollar as IconCurrencyDollar, SvgIconCurrencyDollarFill as IconCurrencyDollarFill, SvgIconCurrencyPound as IconCurrencyPound, SvgIconCurrencyPoundFill as IconCurrencyPoundFill, SvgIconCurrencyYen as IconCurrencyYen, SvgIconCursor as IconCursor, SvgIconCursor1 as IconCursor1, SvgIconCursor1Fill as IconCursor1Fill, SvgIconCursor3 as IconCursor3, SvgIconCursor3Fill as IconCursor3Fill, SvgIconCursorClick as IconCursorClick, SvgIconCursorClickFill as IconCursorClickFill, SvgIconCursorFill as IconCursorFill, SvgIconCut as IconCut, SvgIconDashboard as IconDashboard, SvgIconDashboardFill as IconDashboardFill, SvgIconDatabase as IconDatabase, SvgIconDatabaseFill as IconDatabaseFill, SvgIconDateTime as IconDateTime, SvgIconDeviceDesktop as IconDeviceDesktop, SvgIconDeviceDesktop2 as IconDeviceDesktop2, SvgIconDeviceDesktop2Fill as IconDeviceDesktop2Fill, SvgIconDeviceDesktopFill as IconDeviceDesktopFill, SvgIconDevicePhone as IconDevicePhone, SvgIconDevicePhoneFill as IconDevicePhoneFill, SvgIconDevices as IconDevices, SvgIconDevicesFill as IconDevicesFill, SvgIconDiamond as IconDiamond, SvgIconDiamondFill as IconDiamondFill, SvgIconDocumentChart as IconDocumentChart, SvgIconDocumentChartFill as IconDocumentChartFill, SvgIconDonut as IconDonut, SvgIconDonutFill as IconDonutFill, SvgIconDotGrid2X3 as IconDotGrid2X3, SvgIconDotGrid3X3 as IconDotGrid3X3, SvgIconDotsHorizontal as IconDotsHorizontal, SvgIconDotsVertical as IconDotsVertical, SvgIconDownload as IconDownload, SvgIconDuplicate as IconDuplicate, SvgIconDuplicateFill as IconDuplicateFill, SvgIconEnter as IconEnter, SvgIconEnter180 as IconEnter180, SvgIconEnter180Fill as IconEnter180Fill, SvgIconEnterFill as IconEnterFill, SvgIconEnvelope as IconEnvelope, SvgIconEnvelopeFill as IconEnvelopeFill, SvgIconEquals as IconEquals, SvgIconEthereum as IconEthereum, SvgIconEthereumFill as IconEthereumFill, SvgIconExpand315 as IconExpand315, SvgIconExpand315Fill as IconExpand315Fill, SvgIconExpand45 as IconExpand45, SvgIconExpand45Fill as IconExpand45Fill, SvgIconExpandSimple as IconExpandSimple, SvgIconExpandSimple2 as IconExpandSimple2, SvgIconExpandSimple2Fill as IconExpandSimple2Fill, SvgIconExpandSimpleFill as IconExpandSimpleFill, SvgIconExpandWindow as IconExpandWindow, SvgIconExpandWindowFill as IconExpandWindowFill, SvgIconEye as IconEye, SvgIconEyeClosed as IconEyeClosed, SvgIconEyeClosedFill as IconEyeClosedFill, SvgIconEyeFill as IconEyeFill, SvgIconEyeOff as IconEyeOff, SvgIconEyeOffFill as IconEyeOffFill, SvgIconFastForward10S as IconFastForward10S, SvgIconFastForward15S as IconFastForward15S, SvgIconFastForward30S as IconFastForward30S, SvgIconFastForward5S as IconFastForward5S, SvgIconFile as IconFile, SvgIconFileCloud as IconFileCloud, SvgIconFileCloudFill as IconFileCloudFill, SvgIconFileDownload as IconFileDownload, SvgIconFileDownloadFill as IconFileDownloadFill, SvgIconFileFill as IconFileFill, SvgIconFileLink as IconFileLink, SvgIconFileLinkFill as IconFileLinkFill, SvgIconFileLock as IconFileLock, SvgIconFileLockFill as IconFileLockFill, SvgIconFileText as IconFileText, SvgIconFileTextFill as IconFileTextFill, SvgIconFileZip as IconFileZip, SvgIconFileZipFill as IconFileZipFill, SvgIconFiles as IconFiles, SvgIconFilesFill as IconFilesFill, SvgIconFilm as IconFilm, SvgIconFilmFill as IconFilmFill, SvgIconFilter as IconFilter, SvgIconFilter2 as IconFilter2, SvgIconFilter2Fill as IconFilter2Fill, SvgIconFilterAsc as IconFilterAsc, SvgIconFilterAscFill as IconFilterAscFill, SvgIconFilterDesc as IconFilterDesc, SvgIconFilterDescFill as IconFilterDescFill, SvgIconFilterFill as IconFilterFill, SvgIconFinder as IconFinder, SvgIconFinderFill as IconFinderFill, SvgIconFlash as IconFlash, SvgIconFlashFill as IconFlashFill, SvgIconFlashOff as IconFlashOff, SvgIconFlashOffFill as IconFlashOffFill, SvgIconFlipchart as IconFlipchart, SvgIconFlipchart2 as IconFlipchart2, SvgIconFlipchart2Fill as IconFlipchart2Fill, SvgIconFlipchartFill as IconFlipchartFill, SvgIconFloppyDisk as IconFloppyDisk, SvgIconFloppyDisk2 as IconFloppyDisk2, SvgIconFloppyDisk2Fill as IconFloppyDisk2Fill, SvgIconFloppyDiskFill as IconFloppyDiskFill, SvgIconFolder as IconFolder, SvgIconFolderBookmarks as IconFolderBookmarks, SvgIconFolderBookmarksFill as IconFolderBookmarksFill, SvgIconFolderBox as IconFolderBox, SvgIconFolderBoxFill as IconFolderBoxFill, SvgIconFolderCloud as IconFolderCloud, SvgIconFolderCloudFill as IconFolderCloudFill, SvgIconFolderDelete as IconFolderDelete, SvgIconFolderDeleteFill as IconFolderDeleteFill, SvgIconFolderDownload as IconFolderDownload, SvgIconFolderDownloadFill as IconFolderDownloadFill, SvgIconFolderFill as IconFolderFill, SvgIconFolderLink as IconFolderLink, SvgIconFolderLinkFill as IconFolderLinkFill, SvgIconFolderOpen as IconFolderOpen, SvgIconFolderOpenFill as IconFolderOpenFill, SvgIconFolderPaper as IconFolderPaper, SvgIconFolderPaperFill as IconFolderPaperFill, SvgIconFolderRestricted as IconFolderRestricted, SvgIconFolderRestrictedFill as IconFolderRestrictedFill, SvgIconFolderShared as IconFolderShared, SvgIconFolderSharedFill as IconFolderSharedFill, SvgIconFolderUpload as IconFolderUpload, SvgIconFolderUploadFill as IconFolderUploadFill, SvgIconFolders as IconFolders, SvgIconFoldersFill as IconFoldersFill, SvgIconFortuneTellerBall as IconFortuneTellerBall, SvgIconFortuneTellerBallFill as IconFortuneTellerBallFill, SvgIconForward as IconForward, SvgIconForwardFill as IconForwardFill, SvgIconForwardLeft as IconForwardLeft, SvgIconForwardLeftFill as IconForwardLeftFill, SvgIconForwardRight as IconForwardRight, SvgIconForwardRightFill as IconForwardRightFill, SvgIconForwards10S as IconForwards10S, SvgIconFullscreen as IconFullscreen, SvgIconFullscreenFill as IconFullscreenFill, SvgIconGallery as IconGallery, SvgIconGalleryFill as IconGalleryFill, SvgIconGear as IconGear, SvgIconGearFill as IconGearFill, SvgIconGif as IconGif, SvgIconGifFill as IconGifFill, SvgIconGift as IconGift, SvgIconGift2 as IconGift2, SvgIconGift2Fill as IconGift2Fill, SvgIconGiftFill as IconGiftFill, SvgIconGiroCard as IconGiroCard, SvgIconGiroCardFill as IconGiroCardFill, SvgIconGiroCards as IconGiroCards, SvgIconGiroCardsFill as IconGiroCardsFill, SvgIconGitMerge as IconGitMerge, SvgIconGlasses as IconGlasses, SvgIconGlassesFill as IconGlassesFill, SvgIconGlobe as IconGlobe, SvgIconGlobe2 as IconGlobe2, SvgIconGlobe2Fill as IconGlobe2Fill, SvgIconGlobeFill as IconGlobeFill, SvgIconGoogleTranslate as IconGoogleTranslate, SvgIconGraduate as IconGraduate, SvgIconGraduateCapFill as IconGraduateCapFill, SvgIconGraph as IconGraph, SvgIconGreaterThan as IconGreaterThan, SvgIconGrid4 as IconGrid4, SvgIconGrid4Fill as IconGrid4Fill, SvgIconGuide as IconGuide, SvgIconGuideFill as IconGuideFill, SvgIconHamburger as IconHamburger, SvgIconHand5 as IconHand5, SvgIconHand5Fill as IconHand5Fill, SvgIconHandPinch as IconHandPinch, SvgIconHandPinchFill as IconHandPinchFill, SvgIconHandPointer as IconHandPointer, SvgIconHandPointerFill as IconHandPointerFill, SvgIconHandTouch as IconHandTouch, SvgIconHandTouchFill as IconHandTouchFill, SvgIconHashtag as IconHashtag, SvgIconHashtagFill as IconHashtagFill, SvgIconHd as IconHd, SvgIconHdFill as IconHdFill, SvgIconHdd as IconHdd, SvgIconHddFill as IconHddFill, SvgIconHeadphones as IconHeadphones, SvgIconHeadphones2 as IconHeadphones2, SvgIconHeadphonesFill as IconHeadphonesFill, SvgIconHeart as IconHeart, SvgIconHeartBeat as IconHeartBeat, SvgIconHeartBeatFill as IconHeartBeatFill, SvgIconHeartFill as IconHeartFill, SvgIconHighlight as IconHighlight, SvgIconHighlightFill as IconHighlightFill, SvgIconHighlightWave as IconHighlightWave, SvgIconHighlightWaveFill as IconHighlightWaveFill, SvgIconHome as IconHome, SvgIconHome1 as IconHome1, SvgIconHome1Fill as IconHome1Fill, SvgIconHome2 as IconHome2, SvgIconHome2Fill as IconHome2Fill, SvgIconHome3 as IconHome3, SvgIconHome3Fill as IconHome3Fill, SvgIconHome4 as IconHome4, SvgIconHome4Fill as IconHome4Fill, SvgIconHome5 as IconHome5, SvgIconHome5Fill as IconHome5Fill, SvgIconHome6 as IconHome6, SvgIconHome6Fill as IconHome6Fill, SvgIconHomeFill as IconHomeFill, SvgIconHotDrinkCup as IconHotDrinkCup, SvgIconHotDrinkCupFill as IconHotDrinkCupFill, SvgIconIceCream as IconIceCream, SvgIconIceCream2 as IconIceCream2, SvgIconIceCream2Fill as IconIceCream2Fill, SvgIconIceCreamFill as IconIceCreamFill, SvgIconInbox as IconInbox, SvgIconInbox2 as IconInbox2, SvgIconInbox2Fill as IconInbox2Fill, SvgIconInboxEmpty as IconInboxEmpty, SvgIconInboxEmptyFill as IconInboxEmptyFill, SvgIconInboxFill as IconInboxFill, SvgIconInvite as IconInvite, SvgIconInviteFill as IconInviteFill, SvgIconInvoice as IconInvoice, SvgIconInvoiceFill as IconInvoiceFill, SvgIconItalic as IconItalic, SvgIconItalicFill as IconItalicFill, SvgIconJudgeGavel as IconJudgeGavel, SvgIconJudgeGavelFill as IconJudgeGavelFill, SvgIconKey as IconKey, SvgIconKeyFill as IconKeyFill, SvgIconKeyboardCable as IconKeyboardCable, SvgIconKeyboardCableFill as IconKeyboardCableFill, SvgIconKeyboardDown as IconKeyboardDown, SvgIconKeyboardDownFill as IconKeyboardDownFill, SvgIconKeyboardUp as IconKeyboardUp, SvgIconKeyboardUpFill as IconKeyboardUpFill, SvgIconKeyhole as IconKeyhole, SvgIconKeyholeFill as IconKeyholeFill, SvgIconKnifeSpoon as IconKnifeSpoon, SvgIconKnifeSpoonFill as IconKnifeSpoonFill, SvgIconLaunch as IconLaunch, SvgIconLaunchFill as IconLaunchFill, SvgIconLayers as IconLayers, SvgIconLayers2 as IconLayers2, SvgIconLayers2Fill as IconLayers2Fill, SvgIconLayersFill as IconLayersFill, SvgIconLayoutAlignBottom as IconLayoutAlignBottom, SvgIconLayoutAlignBottomFill as IconLayoutAlignBottomFill, SvgIconLayoutAlignHorizontalCenter as IconLayoutAlignHorizontalCenter, SvgIconLayoutAlignHorizontalCenterFill as IconLayoutAlignHorizontalCenterFill, SvgIconLayoutAlignLeft as IconLayoutAlignLeft, SvgIconLayoutAlignLeftFill as IconLayoutAlignLeftFill, SvgIconLayoutAlignRight as IconLayoutAlignRight, SvgIconLayoutAlignRightFill as IconLayoutAlignRightFill, SvgIconLayoutAlignTop as IconLayoutAlignTop, SvgIconLayoutAlignTopFill as IconLayoutAlignTopFill, SvgIconLayoutAlignVerticalCenter as IconLayoutAlignVerticalCenter, SvgIconLayoutAlignVerticalCenterFill as IconLayoutAlignVerticalCenterFill, SvgIconLayoutColumnHalf as IconLayoutColumnHalf, SvgIconLayoutColumnHalfFill as IconLayoutColumnHalfFill, SvgIconLayoutColumnHalfRemove as IconLayoutColumnHalfRemove, SvgIconLayoutColumnHalfRemoveFill as IconLayoutColumnHalfRemoveFill, SvgIconLayoutColumnHorizontalAdd as IconLayoutColumnHorizontalAdd, SvgIconLayoutColumnHorizontalAddFill as IconLayoutColumnHorizontalAddFill, SvgIconLayoutColumnHorizontalHalf as IconLayoutColumnHorizontalHalf, SvgIconLayoutColumnHorizontalHalfFill as IconLayoutColumnHorizontalHalfFill, SvgIconLayoutColumnLeftside as IconLayoutColumnLeftside, SvgIconLayoutColumnLeftsideFill as IconLayoutColumnLeftsideFill, SvgIconLayoutColumnRightside as IconLayoutColumnRightside, SvgIconLayoutColumnRightsideFill as IconLayoutColumnRightsideFill, SvgIconLayoutColumnVerticalAdd as IconLayoutColumnVerticalAdd, SvgIconLayoutColumnVerticalAddFill as IconLayoutColumnVerticalAddFill, SvgIconLayoutColumnVerticalRemove as IconLayoutColumnVerticalRemove, SvgIconLayoutColumnVerticalRemoveFill as IconLayoutColumnVerticalRemoveFill, SvgIconLessThan as IconLessThan, SvgIconLightBulb as IconLightBulb, SvgIconLightBulb2 as IconLightBulb2, SvgIconLightBulb2Fill as IconLightBulb2Fill, SvgIconLightBulbFill as IconLightBulbFill, SvgIconLineChart6 as IconLineChart6, SvgIconLineChartL as IconLineChartL, SvgIconLineChartR as IconLineChartR, SvgIconLink as IconLink, SvgIconLiquid as IconLiquid, SvgIconLiquidFill as IconLiquidFill, SvgIconListBullets as IconListBullets, SvgIconListBulletsFill as IconListBulletsFill, SvgIconLoader as IconLoader, SvgIconLoader2 as IconLoader2, SvgIconLocation as IconLocation, SvgIconLocationFill as IconLocationFill, SvgIconLock as IconLock, SvgIconLockFill as IconLockFill, SvgIconLogin as IconLogin, SvgIconLogout as IconLogout, SvgIconMacbook as IconMacbook, SvgIconMacbookAir as IconMacbookAir, SvgIconMacbookAirFill as IconMacbookAirFill, SvgIconMacbookFill as IconMacbookFill, SvgIconMagic as IconMagic, SvgIconMagicFill as IconMagicFill, SvgIconMagicStar as IconMagicStar, SvgIconMagicStarFill as IconMagicStarFill, SvgIconMail as IconMail, SvgIconMailFill as IconMailFill, SvgIconMailNotify as IconMailNotify, SvgIconMailNotifyFill as IconMailNotifyFill, SvgIconMap as IconMap, SvgIconMapFill as IconMapFill, SvgIconMegaphone as IconMegaphone, SvgIconMegaphoneFill as IconMegaphoneFill, SvgIconMessage as IconMessage, SvgIconMessageDots as IconMessageDots, SvgIconMessageDotsFill as IconMessageDotsFill, SvgIconMessageFill as IconMessageFill, SvgIconMessages as IconMessages, SvgIconMessagesFill as IconMessagesFill, SvgIconMic as IconMic, SvgIconMicFill as IconMicFill, SvgIconMicOff as IconMicOff, SvgIconMicOffFill as IconMicOffFill, SvgIconMinimize315 as IconMinimize315, SvgIconMinimize315Fill as IconMinimize315Fill, SvgIconMinimize45 as IconMinimize45, SvgIconMinimize45Fill as IconMinimize45Fill, SvgIconMinimizeWindow as IconMinimizeWindow, SvgIconMinimizeWindowFill as IconMinimizeWindowFill, SvgIconMinus as IconMinus, SvgIconMoneybag as IconMoneybag, SvgIconMoneybagFill as IconMoneybagFill, SvgIconMoon as IconMoon, SvgIconMoonFill as IconMoonFill, SvgIconMoonStar as IconMoonStar, SvgIconMoonStarFill as IconMoonStarFill, SvgIconMouse as IconMouse, SvgIconMouseFill as IconMouseFill, SvgIconMove as IconMove, SvgIconMoveFill as IconMoveFill, SvgIconMusicNote as IconMusicNote, SvgIconMusicNoteFill as IconMusicNoteFill, SvgIconMute as IconMute, SvgIconMuteFill as IconMuteFill, SvgIconNext as IconNext, SvgIconNextFill as IconNextFill, SvgIconNotebookCover as IconNotebookCover, SvgIconNotebookCoverFill as IconNotebookCoverFill, SvgIconNotepad as IconNotepad, SvgIconNotepadFill as IconNotepadFill, SvgIconNotes as IconNotes, SvgIconNotesFill as IconNotesFill, SvgIconOculus as IconOculus, SvgIconOculusFill as IconOculusFill, SvgIconOldTv as IconOldTv, SvgIconOldTvFill as IconOldTvFill, SvgIconOpenLink as IconOpenLink, SvgIconOpenLink2 as IconOpenLink2, SvgIconOpenLink2Fill as IconOpenLink2Fill, SvgIconOpenLinkFill as IconOpenLinkFill, SvgIconOpenQuote as IconOpenQuote, SvgIconOpenQuoteFill as IconOpenQuoteFill, SvgIconOptAlt as IconOptAlt, SvgIconOptAltFill as IconOptAltFill, SvgIconOrange as IconOrange, SvgIconOrangeFill as IconOrangeFill, SvgIconPackage as IconPackage, SvgIconPackageFill as IconPackageFill, SvgIconPackageReturn as IconPackageReturn, SvgIconPackageReturnFill as IconPackageReturnFill, SvgIconPaper as IconPaper, SvgIconPaperFill as IconPaperFill, SvgIconPaperclip as IconPaperclip, SvgIconPaperclip2 as IconPaperclip2, SvgIconPaperclip3 as IconPaperclip3, SvgIconPasskey as IconPasskey, SvgIconPasskeyFill as IconPasskeyFill, SvgIconPause as IconPause, SvgIconPauseFill as IconPauseFill, SvgIconPencilBox as IconPencilBox, SvgIconPencilBoxFill as IconPencilBoxFill, SvgIconPeople as IconPeople, SvgIconPeopleFill as IconPeopleFill, SvgIconPercent as IconPercent, SvgIconPercentBadge as IconPercentBadge, SvgIconPercentBadgeFill as IconPercentBadgeFill, SvgIconPercentFill as IconPercentFill, SvgIconPerson as IconPerson, SvgIconPersonAdd as IconPersonAdd, SvgIconPersonAddFill as IconPersonAddFill, SvgIconPersonAdded as IconPersonAdded, SvgIconPersonAddedFill as IconPersonAddedFill, SvgIconPersonFill as IconPersonFill, SvgIconPersonRemove as IconPersonRemove, SvgIconPersonRemoveFill as IconPersonRemoveFill, SvgIconPictureInPicture as IconPictureInPicture, SvgIconPictureInPictureFill as IconPictureInPictureFill, SvgIconPieChart as IconPieChart, SvgIconPieChart2 as IconPieChart2, SvgIconPieChart2Fill as IconPieChart2Fill, SvgIconPieChartFill as IconPieChartFill, SvgIconPilone as IconPilone, SvgIconPiloneFill as IconPiloneFill, SvgIconPin as IconPin, SvgIconPin2 as IconPin2, SvgIconPin2Fill as IconPin2Fill, SvgIconPinFill as IconPinFill, SvgIconPizza as IconPizza, SvgIconPizzaFill as IconPizzaFill, SvgIconPlay as IconPlay, SvgIconPlayFill as IconPlayFill, SvgIconPlaylist as IconPlaylist, SvgIconPlaylistFill as IconPlaylistFill, SvgIconPlus as IconPlus, SvgIconPopcorn as IconPopcorn, SvgIconPopcornFill as IconPopcornFill, SvgIconPower as IconPower, SvgIconPriceTag as IconPriceTag, SvgIconPriceTagFill as IconPriceTagFill, SvgIconPrinter as IconPrinter, SvgIconPrinterFill as IconPrinterFill, SvgIconPuzzle as IconPuzzle, SvgIconPuzzleFill as IconPuzzleFill, SvgIconQrCode as IconQrCode, SvgIconQrCodeFill as IconQrCodeFill, SvgIconQuoteClose as IconQuoteClose, SvgIconQuoteCloseFill as IconQuoteCloseFill, SvgIconQuoteOpen as IconQuoteOpen, SvgIconQuoteOpenFill as IconQuoteOpenFill, SvgIconRainy as IconRainy, SvgIconRainyFill as IconRainyFill, SvgIconRainyLight as IconRainyLight, SvgIconRainyLightFill as IconRainyLightFill, SvgIconReceipt as IconReceipt, SvgIconReceipt2 as IconReceipt2, SvgIconReceipt2Fill as IconReceipt2Fill, SvgIconReceiptFill as IconReceiptFill, SvgIconReceiptTax as IconReceiptTax, SvgIconReceiptTaxFill as IconReceiptTaxFill, SvgIconRecord as IconRecord, SvgIconRecordFill as IconRecordFill, SvgIconRedo as IconRedo, SvgIconRedoFill as IconRedoFill, SvgIconRefresh as IconRefresh, SvgIconRefreshFill as IconRefreshFill, SvgIconRepeat as IconRepeat, SvgIconRepeat2 as IconRepeat2, SvgIconRepeat2Fill as IconRepeat2Fill, SvgIconRepeat3 as IconRepeat3, SvgIconRepeatFill as IconRepeatFill, SvgIconReply as IconReply, SvgIconReplyFill as IconReplyFill, SvgIconRepost as IconRepost, SvgIconRepostFill as IconRepostFill, SvgIconResizeIn as IconResizeIn, SvgIconResizeInFill as IconResizeInFill, SvgIconResizeOutFill as IconResizeOutFill, SvgIconResizeOutIn as IconResizeOutIn, SvgIconRewind10S as IconRewind10S, SvgIconRewind15S as IconRewind15S, SvgIconRewind30S as IconRewind30S, SvgIconRewind5S as IconRewind5S, SvgIconRobot as IconRobot, SvgIconRobotFill as IconRobotFill, SvgIconRocket as IconRocket, SvgIconRocketFill as IconRocketFill, SvgIconRotate2Left as IconRotate2Left, SvgIconRotate2LeftFill as IconRotate2LeftFill, SvgIconRotate2Right as IconRotate2Right, SvgIconRotate2RightFill as IconRotate2RightFill, SvgIconRotateLeft as IconRotateLeft, SvgIconRotateLeftFill as IconRotateLeftFill, SvgIconRotateRight as IconRotateRight, SvgIconRotateRightFill as IconRotateRightFill, SvgIconRuler as IconRuler, SvgIconRulerFill as IconRulerFill, SvgIconRunShortcut as IconRunShortcut, SvgIconRunShortcutFill as IconRunShortcutFill, SvgIconSandwich as IconSandwich, SvgIconSandwichFill as IconSandwichFill, SvgIconScreenRecord as IconScreenRecord, SvgIconScreenRecordFill as IconScreenRecordFill, SvgIconScreenSharing as IconScreenSharing, SvgIconScreenSharingFill as IconScreenSharingFill, SvgIconSdCard as IconSdCard, SvgIconSdCardFill as IconSdCardFill, SvgIconSearch as IconSearch, SvgIconSearchFill as IconSearchFill, SvgIconSearchSketchbook as IconSearchSketchbook, SvgIconSearchSketchbookFill as IconSearchSketchbookFill, SvgIconSend as IconSend, SvgIconSend2 as IconSend2, SvgIconSend2Fill as IconSend2Fill, SvgIconSend3 as IconSend3, SvgIconSend3Fill as IconSend3Fill, SvgIconSendFill as IconSendFill, SvgIconServer as IconServer, SvgIconServerFill as IconServerFill, SvgIconServerStack as IconServerStack, SvgIconServerStackFill as IconServerStackFill, SvgIconService as IconService, SvgIconServiceFill as IconServiceFill, SvgIconSettings as IconSettings, SvgIconSettingsFill as IconSettingsFill, SvgIconShield as IconShield, SvgIconShieldCheck as IconShieldCheck, SvgIconShieldCheckFill as IconShieldCheckFill, SvgIconShieldCrossed as IconShieldCrossed, SvgIconShieldCrossedFill as IconShieldCrossedFill, SvgIconShieldFill as IconShieldFill, SvgIconShieldKeyhole as IconShieldKeyhole, SvgIconShieldKeyholeFill as IconShieldKeyholeFill, SvgIconShippingBag as IconShippingBag, SvgIconShippingBagFill as IconShippingBagFill, SvgIconShippingBagHeart as IconShippingBagHeart, SvgIconShippingBagHeartFill as IconShippingBagHeartFill, SvgIconShoppingBag as IconShoppingBag, SvgIconShoppingBagBookmark as IconShoppingBagBookmark, SvgIconShoppingBagBookmarkFill as IconShoppingBagBookmarkFill, SvgIconShoppingBagEdit as IconShoppingBagEdit, SvgIconShoppingBagEditFill as IconShoppingBagEditFill, SvgIconShoppingBagFill as IconShoppingBagFill, SvgIconShoppingBagHeart as IconShoppingBagHeart, SvgIconShoppingBagHeartFill as IconShoppingBagHeartFill, SvgIconShoppingBagPlus as IconShoppingBagPlus, SvgIconShoppingBagPlusFill as IconShoppingBagPlusFill, SvgIconShuffle as IconShuffle, SvgIconSidebar as IconSidebar, SvgIconSidebarFill as IconSidebarFill, SvgIconSimCard as IconSimCard, SvgIconSimCardFill as IconSimCardFill, SvgIconSketchbook as IconSketchbook, SvgIconSketchbookFill as IconSketchbookFill, SvgIconSlideAdd as IconSlideAdd, SvgIconSlideAddFill as IconSlideAddFill, SvgIconSmartwatch as IconSmartwatch, SvgIconSmartwatchFill as IconSmartwatchFill, SvgIconSnowFlakes as IconSnowFlakes, SvgIconSortAsc as IconSortAsc, SvgIconSortAscFill as IconSortAscFill, SvgIconSortDesc as IconSortDesc, SvgIconSortDescFill as IconSortDescFill, SvgIconSparklesThree as IconSparklesThree, SvgIconSparklesThreeFill as IconSparklesThreeFill, SvgIconSparklesTwo as IconSparklesTwo, SvgIconSparklesTwo2 as IconSparklesTwo2, SvgIconSparklesTwo2Fill as IconSparklesTwo2Fill, SvgIconSparklesTwoFill as IconSparklesTwoFill, SvgIconSplit as IconSplit, SvgIconSplitFill as IconSplitFill, SvgIconSquareArrowInTl as IconSquareArrowInTl, SvgIconSquareArrowInTlFill as IconSquareArrowInTlFill, SvgIconSquareArrowOutTl as IconSquareArrowOutTl, SvgIconSquareArrowOutTlFill as IconSquareArrowOutTlFill, SvgIconSquareInfo as IconSquareInfo, SvgIconSquareInfoFill as IconSquareInfoFill, SvgIconSquareMinus as IconSquareMinus, SvgIconSquareMinusFill as IconSquareMinusFill, SvgIconSquarePlaceholder as IconSquarePlaceholder, SvgIconSquarePlaceholderFill as IconSquarePlaceholderFill, SvgIconSquarePlus as IconSquarePlus, SvgIconSquarePlusFill as IconSquarePlusFill, SvgIconSquareX as IconSquareX, SvgIconSquareXFill as IconSquareXFill, SvgIconStar as IconStar, SvgIconStarFill as IconStarFill, SvgIconStarLines as IconStarLines, SvgIconStarLinesFill as IconStarLinesFill, SvgIconStop as IconStop, SvgIconStopFill as IconStopFill, SvgIconStorage as IconStorage, SvgIconStorageFill as IconStorageFill, SvgIconStore as IconStore, SvgIconStore2 as IconStore2, SvgIconStore2Fill as IconStore2Fill, SvgIconStore3 as IconStore3, SvgIconStore3Fill as IconStore3Fill, SvgIconStore4 as IconStore4, SvgIconStore4Fill as IconStore4Fill, SvgIconStoreFill as IconStoreFill, SvgIconStrikeThrough as IconStrikeThrough, SvgIconStrikeThroughFill as IconStrikeThroughFill, SvgIconSuitcase as IconSuitcase, SvgIconSuitcaseFill as IconSuitcaseFill, SvgIconSun as IconSun, SvgIconSunFill as IconSunFill, SvgIconSunrise as IconSunrise, SvgIconSunriseArrowUp as IconSunriseArrowUp, SvgIconSunriseArrowUpFill as IconSunriseArrowUpFill, SvgIconSunriseFill as IconSunriseFill, SvgIconSunset as IconSunset, SvgIconSunsetArrowDown as IconSunsetArrowDown, SvgIconSunsetArrowDownFill as IconSunsetArrowDownFill, SvgIconSunsetFill as IconSunsetFill, SvgIconSupport as IconSupport, SvgIconSupportFill as IconSupportFill, SvgIconSwitchHorizontal as IconSwitchHorizontal, SvgIconSwitchHorizontal2 as IconSwitchHorizontal2, SvgIconSwitchHorizontal2Fill as IconSwitchHorizontal2Fill, SvgIconSwitchHorizontalFill as IconSwitchHorizontalFill, SvgIconSwitchVertical as IconSwitchVertical, SvgIconSwitchVertical2 as IconSwitchVertical2, SvgIconSwitchVertical2Fill as IconSwitchVertical2Fill, SvgIconSwitchVerticalFill as IconSwitchVerticalFill, SvgIconTShirt as IconTShirt, SvgIconTShirtFill as IconTShirtFill, SvgIconTelephone as IconTelephone, SvgIconTelephoneFill as IconTelephoneFill, SvgIconTerminal as IconTerminal, SvgIconTerminalFill as IconTerminalFill, SvgIconThumbsDown as IconThumbsDown, SvgIconThumbsDownFill as IconThumbsDownFill, SvgIconTicket as IconTicket, SvgIconTicketFill as IconTicketFill, SvgIconToolbox as IconToolbox, SvgIconToolboxFill as IconToolboxFill, SvgIconTranslate as IconTranslate, SvgIconTranslateFill as IconTranslateFill, SvgIconTrash as IconTrash, SvgIconTrashEmpty as IconTrashEmpty, SvgIconTrashEmptyFill as IconTrashEmptyFill, SvgIconTrashFill as IconTrashFill, SvgIconTrashPaper as IconTrashPaper, SvgIconTrashPaperFill as IconTrashPaperFill, SvgIconTrendingChart as IconTrendingChart, SvgIconTrendingChart2 as IconTrendingChart2, SvgIconTrendingChart3 as IconTrendingChart3, SvgIconTrendingChart4 as IconTrendingChart4, SvgIconTrendingChart5 as IconTrendingChart5, SvgIconTriangleInfo as IconTriangleInfo, SvgIconTriangleInfoFill as IconTriangleInfoFill, SvgIconTrophy as IconTrophy, SvgIconTrophyFill as IconTrophyFill, SvgIconTruck as IconTruck, SvgIconTruckFill as IconTruckFill, SvgIconUmbrella as IconUmbrella, SvgIconUmbrellaFill as IconUmbrellaFill, SvgIconUnderline as IconUnderline, SvgIconUnderlineFill as IconUnderlineFill, SvgIconUndo as IconUndo, SvgIconUndoFill as IconUndoFill, SvgIconUnlocked as IconUnlocked, SvgIconUnlockedFill as IconUnlockedFill, SvgIconUnpin as IconUnpin, SvgIconUnpinFill as IconUnpinFill, SvgIconUpload as IconUpload, SvgIconUsb as IconUsb, SvgIconUsbC as IconUsbC, SvgIconUsbCFill as IconUsbCFill, SvgIconUsbFill as IconUsbFill, SvgIconVerified as IconVerified, SvgIconVerifiedFill as IconVerifiedFill, SvgIconVideoCam as IconVideoCam, SvgIconVideoCamFill as IconVideoCamFill, SvgIconVideoCamOff as IconVideoCamOff, SvgIconVideoCamOffFill as IconVideoCamOffFill, SvgIconVideoCamOn as IconVideoCamOn, SvgIconVideoCamOnFill as IconVideoCamOnFill, SvgIconVideoPlaylist as IconVideoPlaylist, SvgIconVideoPlaylistFill as IconVideoPlaylistFill, SvgIconVideoRoll as IconVideoRoll, SvgIconVideoRollFill as IconVideoRollFill, SvgIconVideoTrim as IconVideoTrim, SvgIconVideoTrimFill as IconVideoTrimFill, SvgIconVip as IconVip, SvgIconVipFill as IconVipFill, SvgIconVoice as IconVoice, SvgIconVolumeDown as IconVolumeDown, SvgIconVolumeDownFill as IconVolumeDownFill, SvgIconVolumeFull as IconVolumeFull, SvgIconVolumeFullFill as IconVolumeFullFill, SvgIconVolumeOff as IconVolumeOff, SvgIconVolumeOffFill as IconVolumeOffFill, SvgIconVolumeUp as IconVolumeUp, SvgIconVolumeUpFill as IconVolumeUpFill, SvgIconWallet as IconWallet, SvgIconWallet2 as IconWallet2, SvgIconWallet2Fill as IconWallet2Fill, SvgIconWallet3 as IconWallet3, SvgIconWallet3Fill as IconWallet3Fill, SvgIconWalletFill as IconWalletFill, SvgIconWebcam as IconWebcam, SvgIconWebcamFill as IconWebcamFill, SvgIconWhiteboard as IconWhiteboard, SvgIconWhiteboardFill as IconWhiteboardFill, SvgIconWifi as IconWifi, SvgIconWind as IconWind, SvgIconWindow as IconWindow, SvgIconWindowFill as IconWindowFill, SvgIconWindowVisit as IconWindowVisit, SvgIconWindowVisitFill as IconWindowVisitFill, SvgIconX as IconX, SvgIconYenFill as IconYenFill, SvgIconYes as IconYes, SvgIconYesFill as IconYesFill, SvgIconZip as IconZip, SvgIconZipFill as IconZipFill, SvgIconZoom as IconZoom, SvgIconZoomFill as IconZoomFill, SvgIconZoomOut as IconZoomOut, SvgIconZoomOutFill as IconZoomOutFill }; +export { SvgIcon4K as Icon4K, SvgIcon4KFill as Icon4KFill, SvgIconAcademicCap as IconAcademicCap, SvgIconAcademicCapFill as IconAcademicCapFill, SvgIconAccessible as IconAccessible, SvgIconAccessibleFill as IconAccessibleFill, SvgIconActionCam as IconActionCam, SvgIconActionCamFill as IconActionCamFill, SvgIconAdapter as IconAdapter, SvgIconAdapterFill as IconAdapterFill, SvgIconAddToCart as IconAddToCart, SvgIconAddToCartFill as IconAddToCartFill, SvgIconAdjustment as IconAdjustment, SvgIconAdjustmentFill as IconAdjustmentFill, SvgIconAirpodGen3Left as IconAirpodGen3Left, SvgIconAirpodGen3Right as IconAirpodGen3Right, SvgIconAirpodsGen3 as IconAirpodsGen3, SvgIconAirpodsGen3Chargingcase as IconAirpodsGen3Chargingcase, SvgIconAlbum as IconAlbum, SvgIconAlbumFill as IconAlbumFill, SvgIconAlignmentCenter as IconAlignmentCenter, SvgIconAlignmentCenterFill as IconAlignmentCenterFill, SvgIconAlignmentJustify as IconAlignmentJustify, SvgIconAlignmentJustifyFill as IconAlignmentJustifyFill, SvgIconAlignmentLeft as IconAlignmentLeft, SvgIconAlignmentLeftFill as IconAlignmentLeftFill, SvgIconAlignmentRight as IconAlignmentRight, SvgIconAlignmentRightFill as IconAlignmentRightFill, SvgIconAlt as IconAlt, SvgIconAltFill as IconAltFill, SvgIconAnonymous as IconAnonymous, SvgIconAnonymousFill as IconAnonymousFill, SvgIconApple as IconApple, SvgIconAppleFill as IconAppleFill, SvgIconArchive as IconArchive, SvgIconArchive2 as IconArchive2, SvgIconArchive2Fill as IconArchive2Fill, SvgIconArchiveFill as IconArchiveFill, SvgIconArrowDown as IconArrowDown, SvgIconArrowDownFill as IconArrowDownFill, SvgIconArrowDownLeft as IconArrowDownLeft, SvgIconArrowDownLeftFill as IconArrowDownLeftFill, SvgIconArrowDownRight as IconArrowDownRight, SvgIconArrowDownRightFill as IconArrowDownRightFill, SvgIconArrowExpandHor as IconArrowExpandHor, SvgIconArrowExpandHorFill as IconArrowExpandHorFill, SvgIconArrowExpandVer as IconArrowExpandVer, SvgIconArrowExpandVerFill as IconArrowExpandVerFill, SvgIconArrowLeft as IconArrowLeft, SvgIconArrowLeftFill as IconArrowLeftFill, SvgIconArrowPathDown as IconArrowPathDown, SvgIconArrowPathDownFill as IconArrowPathDownFill, SvgIconArrowPathLeft as IconArrowPathLeft, SvgIconArrowPathLeftFill as IconArrowPathLeftFill, SvgIconArrowPathRight as IconArrowPathRight, SvgIconArrowPathRightFill as IconArrowPathRightFill, SvgIconArrowPathUp as IconArrowPathUp, SvgIconArrowPathUpFill as IconArrowPathUpFill, SvgIconArrowRight as IconArrowRight, SvgIconArrowRightFill as IconArrowRightFill, SvgIconArrowShrink as IconArrowShrink, SvgIconArrowShrinkFill as IconArrowShrinkFill, SvgIconArrowTriangleDown as IconArrowTriangleDown, SvgIconArrowTriangleDownFill as IconArrowTriangleDownFill, SvgIconArrowTriangleLeft as IconArrowTriangleLeft, SvgIconArrowTriangleLeftFill as IconArrowTriangleLeftFill, SvgIconArrowTriangleRight as IconArrowTriangleRight, SvgIconArrowTriangleRightFill as IconArrowTriangleRightFill, SvgIconArrowTriangleUp as IconArrowTriangleUp, SvgIconArrowTriangleUpFill as IconArrowTriangleUpFill, SvgIconArrowUp as IconArrowUp, SvgIconArrowUpFill as IconArrowUpFill, SvgIconArrowUpLeft as IconArrowUpLeft, SvgIconArrowUpLeftFill as IconArrowUpLeftFill, SvgIconArrowUpRight as IconArrowUpRight, SvgIconArrowUpRightFill as IconArrowUpRightFill, SvgIconArrowWall2Down as IconArrowWall2Down, SvgIconArrowWall2DownFill as IconArrowWall2DownFill, SvgIconArrowWall2Left as IconArrowWall2Left, SvgIconArrowWall2LeftFill as IconArrowWall2LeftFill, SvgIconArrowWall2Right as IconArrowWall2Right, SvgIconArrowWall2RightFill as IconArrowWall2RightFill, SvgIconArrowWall2Up as IconArrowWall2Up, SvgIconArrowWall2UpFill as IconArrowWall2UpFill, SvgIconArrowWallDown as IconArrowWallDown, SvgIconArrowWallDownFill as IconArrowWallDownFill, SvgIconArrowWallLeft as IconArrowWallLeft, SvgIconArrowWallLeftFill as IconArrowWallLeftFill, SvgIconArrowWallRight as IconArrowWallRight, SvgIconArrowWallRightFill as IconArrowWallRightFill, SvgIconArrowWallUp as IconArrowWallUp, SvgIconArrowWallUpFill as IconArrowWallUpFill, SvgIconAsterisk as IconAsterisk, SvgIconAsteriskFill as IconAsteriskFill, SvgIconAt as IconAt, SvgIconAtFill as IconAtFill, SvgIconAtom as IconAtom, SvgIconAtomFill as IconAtomFill, SvgIconAttention as IconAttention, SvgIconAttentionFill as IconAttentionFill, SvgIconAugmentedReality as IconAugmentedReality, SvgIconAugmentedRealityFill as IconAugmentedRealityFill, SvgIconAvocado as IconAvocado, SvgIconAvocadoFill as IconAvocadoFill, SvgIconBack as IconBack, SvgIconBack10S as IconBack10S, SvgIconBackFill as IconBackFill, SvgIconBackpack as IconBackpack, SvgIconBackpackFill as IconBackpackFill, SvgIconBackspace as IconBackspace, SvgIconBackspaceFill as IconBackspaceFill, SvgIconBarcode as IconBarcode, SvgIconBarsThree as IconBarsThree, SvgIconBarsThree2 as IconBarsThree2, SvgIconBarsThree3 as IconBarsThree3, SvgIconBarsTwo as IconBarsTwo, SvgIconBarsTwo2 as IconBarsTwo2, SvgIconBasket as IconBasket, SvgIconBasketFill as IconBasketFill, SvgIconBasketPlus as IconBasketPlus, SvgIconBasketPlusFill as IconBasketPlusFill, SvgIconBatteryEmpty as IconBatteryEmpty, SvgIconBatteryEmptyFill as IconBatteryEmptyFill, SvgIconBatteryError as IconBatteryError, SvgIconBatteryErrorFill as IconBatteryErrorFill, SvgIconBatteryFull as IconBatteryFull, SvgIconBatteryFullFill as IconBatteryFullFill, SvgIconBatteryLoading as IconBatteryLoading, SvgIconBatteryLoadingFill as IconBatteryLoadingFill, SvgIconBatteryLow as IconBatteryLow, SvgIconBatteryLowFill as IconBatteryLowFill, SvgIconBatteryMedium as IconBatteryMedium, SvgIconBatteryMediumFill as IconBatteryMediumFill, SvgIconBeatsFitPro as IconBeatsFitPro, SvgIconBeatsFitProChargingcase as IconBeatsFitProChargingcase, SvgIconBeatsFitProChargingcaseFill as IconBeatsFitProChargingcaseFill, SvgIconBeatsFitProLeft as IconBeatsFitProLeft, SvgIconBeatsFitProRight as IconBeatsFitProRight, SvgIconBeatsHeadphones as IconBeatsHeadphones, SvgIconBell as IconBell, SvgIconBellAlarm as IconBellAlarm, SvgIconBellAlarmFill as IconBellAlarmFill, SvgIconBellFill as IconBellFill, SvgIconBezierCurves as IconBezierCurves, SvgIconBezierCurvesFill as IconBezierCurvesFill, SvgIconBill as IconBill, SvgIconBillFill as IconBillFill, SvgIconBirthdayCake as IconBirthdayCake, SvgIconBirthdayCakeFill as IconBirthdayCakeFill, SvgIconBitcoin as IconBitcoin, SvgIconBitcoinFill as IconBitcoinFill, SvgIconBlock as IconBlock, SvgIconBlockFill as IconBlockFill, SvgIconBluetooth as IconBluetooth, SvgIconBold as IconBold, SvgIconBoldFill as IconBoldFill, SvgIconBolt as IconBolt, SvgIconBoltFill as IconBoltFill, SvgIconBoltOff as IconBoltOff, SvgIconBoltOffFill as IconBoltOffFill, SvgIconBook as IconBook, SvgIconBookFill as IconBookFill, SvgIconBookOpen as IconBookOpen, SvgIconBookOpenFill as IconBookOpenFill, SvgIconBookOpenText as IconBookOpenText, SvgIconBookOpenTextFill as IconBookOpenTextFill, SvgIconBookmark as IconBookmark, SvgIconBookmarkCheck as IconBookmarkCheck, SvgIconBookmarkCheckFill as IconBookmarkCheckFill, SvgIconBookmarkFill as IconBookmarkFill, SvgIconBookmarkOff as IconBookmarkOff, SvgIconBookmarkOffFill as IconBookmarkOffFill, SvgIconBookmarkPlus as IconBookmarkPlus, SvgIconBookmarkPlusFill as IconBookmarkPlusFill, SvgIconBookmarkX as IconBookmarkX, SvgIconBookmarkXFill as IconBookmarkXFill, SvgIconBooks as IconBooks, SvgIconBooksFill as IconBooksFill, SvgIconBottle as IconBottle, SvgIconBottleFill as IconBottleFill, SvgIconBrackets as IconBrackets, SvgIconBrackets2 as IconBrackets2, SvgIconBrain as IconBrain, SvgIconBrainFill as IconBrainFill, SvgIconBrandAdobe as IconBrandAdobe, SvgIconBrandAdonisjs as IconBrandAdonisjs, SvgIconBrandAkamai as IconBrandAkamai, SvgIconBrandApple as IconBrandApple, SvgIconBrandAppleMusic as IconBrandAppleMusic, SvgIconBrandAppstore as IconBrandAppstore, SvgIconBrandArc as IconBrandArc, SvgIconBrandArtifactNews as IconBrandArtifactNews, SvgIconBrandAstro as IconBrandAstro, SvgIconBrandAws as IconBrandAws, SvgIconBrandBehance as IconBrandBehance, SvgIconBrandBitbucket as IconBrandBitbucket, SvgIconBrandBluesky as IconBrandBluesky, SvgIconBrandBootstrap as IconBrandBootstrap, SvgIconBrandBun as IconBrandBun, SvgIconBrandCash as IconBrandCash, SvgIconBrandChrome as IconBrandChrome, SvgIconBrandCodepen as IconBrandCodepen, SvgIconBrandCopilot as IconBrandCopilot, SvgIconBrandCss as IconBrandCss, SvgIconBrandDigitalOcean as IconBrandDigitalOcean, SvgIconBrandDiscord as IconBrandDiscord, SvgIconBrandDuolingo as IconBrandDuolingo, SvgIconBrandFacebook as IconBrandFacebook, SvgIconBrandFigma as IconBrandFigma, SvgIconBrandFirefox as IconBrandFirefox, SvgIconBrandFramer as IconBrandFramer, SvgIconBrandGit as IconBrandGit, SvgIconBrandGithub as IconBrandGithub, SvgIconBrandGitlab as IconBrandGitlab, SvgIconBrandGoogle as IconBrandGoogle, SvgIconBrandGooglePlayStore as IconBrandGooglePlayStore, SvgIconBrandGumroad as IconBrandGumroad, SvgIconBrandHashnode as IconBrandHashnode, SvgIconBrandHetzner as IconBrandHetzner, SvgIconBrandHtml5 as IconBrandHtml5, SvgIconBrandInertiajs as IconBrandInertiajs, SvgIconBrandInstagram as IconBrandInstagram, SvgIconBrandJavascript as IconBrandJavascript, SvgIconBrandJustd as IconBrandJustd, SvgIconBrandKarteil as IconBrandKarteil, SvgIconBrandKubernetes as IconBrandKubernetes, SvgIconBrandLaravel as IconBrandLaravel, SvgIconBrandLayers as IconBrandLayers, SvgIconBrandLemonsqueezy as IconBrandLemonsqueezy, SvgIconBrandLinear as IconBrandLinear, SvgIconBrandLinkedin as IconBrandLinkedin, SvgIconBrandLinktree as IconBrandLinktree, SvgIconBrandLinode as IconBrandLinode, SvgIconBrandLottielab as IconBrandLottielab, SvgIconBrandMastadon as IconBrandMastadon, SvgIconBrandMedium as IconBrandMedium, SvgIconBrandNetlify as IconBrandNetlify, SvgIconBrandNextjs as IconBrandNextjs, SvgIconBrandNode as IconBrandNode, SvgIconBrandNotion as IconBrandNotion, SvgIconBrandNpm as IconBrandNpm, SvgIconBrandNuxtjs as IconBrandNuxtjs, SvgIconBrandOpenai as IconBrandOpenai, SvgIconBrandOpera as IconBrandOpera, SvgIconBrandParanoid as IconBrandParanoid, SvgIconBrandParsinta as IconBrandParsinta, SvgIconBrandPatreon as IconBrandPatreon, SvgIconBrandPerplexity as IconBrandPerplexity, SvgIconBrandPhp as IconBrandPhp, SvgIconBrandPinterest as IconBrandPinterest, SvgIconBrandPlanetscale as IconBrandPlanetscale, SvgIconBrandPnpm as IconBrandPnpm, SvgIconBrandProducthunt as IconBrandProducthunt, SvgIconBrandPython as IconBrandPython, SvgIconBrandReactjs as IconBrandReactjs, SvgIconBrandReddit as IconBrandReddit, SvgIconBrandRemix as IconBrandRemix, SvgIconBrandRive as IconBrandRive, SvgIconBrandRssFeed as IconBrandRssFeed, SvgIconBrandSafari as IconBrandSafari, SvgIconBrandSketch as IconBrandSketch, SvgIconBrandSlack as IconBrandSlack, SvgIconBrandSnapchat as IconBrandSnapchat, SvgIconBrandSpotify as IconBrandSpotify, SvgIconBrandStripe as IconBrandStripe, SvgIconBrandTailwindVariants as IconBrandTailwindVariants, SvgIconBrandTailwindcss as IconBrandTailwindcss, SvgIconBrandTelegram as IconBrandTelegram, SvgIconBrandThreads as IconBrandThreads, SvgIconBrandTiktok as IconBrandTiktok, SvgIconBrandTurbopack as IconBrandTurbopack, SvgIconBrandTurborepo as IconBrandTurborepo, SvgIconBrandTwitch as IconBrandTwitch, SvgIconBrandTwitter as IconBrandTwitter, SvgIconBrandTypescript as IconBrandTypescript, SvgIconBrandUbuntu as IconBrandUbuntu, SvgIconBrandVenmo as IconBrandVenmo, SvgIconBrandVercel as IconBrandVercel, SvgIconBrandVkontakte as IconBrandVkontakte, SvgIconBrandVscode as IconBrandVscode, SvgIconBrandVultr as IconBrandVultr, SvgIconBrandWebflow as IconBrandWebflow, SvgIconBrandWhatsapp as IconBrandWhatsapp, SvgIconBrandWindows as IconBrandWindows, SvgIconBrandX as IconBrandX, SvgIconBrandYarn as IconBrandYarn, SvgIconBrandYoutube as IconBrandYoutube, SvgIconBreakfest as IconBreakfest, SvgIconBreakfestFill as IconBreakfestFill, SvgIconBriefcase as IconBriefcase, SvgIconBriefcase2 as IconBriefcase2, SvgIconBriefcase2Fill as IconBriefcase2Fill, SvgIconBriefcaseBlank as IconBriefcaseBlank, SvgIconBriefcaseBlankFill as IconBriefcaseBlankFill, SvgIconBriefcaseFill as IconBriefcaseFill, SvgIconBroadcast as IconBroadcast, SvgIconBroadcastFill as IconBroadcastFill, SvgIconBrokenChainLink as IconBrokenChainLink, SvgIconBrokenHeart as IconBrokenHeart, SvgIconBrokenHeartFill as IconBrokenHeartFill, SvgIconBubbleQuotes as IconBubbleQuotes, SvgIconBubbleQuotesFill as IconBubbleQuotesFill, SvgIconBug as IconBug, SvgIconBugFill as IconBugFill, SvgIconBuilding as IconBuilding, SvgIconBuildingFill as IconBuildingFill, SvgIconBullet as IconBullet, SvgIconBulletFill as IconBulletFill, SvgIconBulletList as IconBulletList, SvgIconBulletListFill as IconBulletListFill, SvgIconCainLink2 as IconCainLink2, SvgIconCainLink3 as IconCainLink3, SvgIconCalculator as IconCalculator, SvgIconCalculatorFill as IconCalculatorFill, SvgIconCalendar as IconCalendar, SvgIconCalendar2 as IconCalendar2, SvgIconCalendar2Fill as IconCalendar2Fill, SvgIconCalendar3 as IconCalendar3, SvgIconCalendar3Fill as IconCalendar3Fill, SvgIconCalendarCheck as IconCalendarCheck, SvgIconCalendarCheckFill as IconCalendarCheckFill, SvgIconCalendarClock as IconCalendarClock, SvgIconCalendarClockFill as IconCalendarClockFill, SvgIconCalendarDays as IconCalendarDays, SvgIconCalendarDaysFill as IconCalendarDaysFill, SvgIconCalendarFill as IconCalendarFill, SvgIconCalendarPlus as IconCalendarPlus, SvgIconCalendarPlusFill as IconCalendarPlusFill, SvgIconCalendarRemove as IconCalendarRemove, SvgIconCalendarRemoveFill as IconCalendarRemoveFill, SvgIconCalendarSearch as IconCalendarSearch, SvgIconCalendarSearchFill as IconCalendarSearchFill, SvgIconCallIncoming as IconCallIncoming, SvgIconCallIncomingFill as IconCallIncomingFill, SvgIconCallOff as IconCallOff, SvgIconCallOffFill as IconCallOffFill, SvgIconCallOutgoing as IconCallOutgoing, SvgIconCallOutgoingFill as IconCallOutgoingFill, SvgIconCamera as IconCamera, SvgIconCameraDot as IconCameraDot, SvgIconCameraDotFill as IconCameraDotFill, SvgIconCameraFill as IconCameraFill, SvgIconCameraOff as IconCameraOff, SvgIconCameraOffFill as IconCameraOffFill, SvgIconCar as IconCar, SvgIconCarFill as IconCarFill, SvgIconCart as IconCart, SvgIconCartFill as IconCartFill, SvgIconChainLink as IconChainLink, SvgIconChainLinkFill as IconChainLinkFill, SvgIconChartAnalytics as IconChartAnalytics, SvgIconChartAnalyticsFill as IconChartAnalyticsFill, SvgIconChartBar as IconChartBar, SvgIconChartBarDown as IconChartBarDown, SvgIconChartBarUp as IconChartBarUp, SvgIconChartLineDown as IconChartLineDown, SvgIconChartLineUp as IconChartLineUp, SvgIconChartPresentation as IconChartPresentation, SvgIconChartPresentation2 as IconChartPresentation2, SvgIconChartPresentation2Fill as IconChartPresentation2Fill, SvgIconChartPresentationFill as IconChartPresentationFill, SvgIconChartTrending as IconChartTrending, SvgIconCheck as IconCheck, SvgIconChecklist as IconChecklist, SvgIconChevronDoubleDown as IconChevronDoubleDown, SvgIconChevronDoubleLeft as IconChevronDoubleLeft, SvgIconChevronDoubleRight as IconChevronDoubleRight, SvgIconChevronDoubleUp as IconChevronDoubleUp, SvgIconChevronDown as IconChevronDown, SvgIconChevronLeft as IconChevronLeft, SvgIconChevronLgDown as IconChevronLgDown, SvgIconChevronLgLeft as IconChevronLgLeft, SvgIconChevronLgRight as IconChevronLgRight, SvgIconChevronLgUp as IconChevronLgUp, SvgIconChevronRight as IconChevronRight, SvgIconChevronUp as IconChevronUp, SvgIconChevronsLgDown as IconChevronsLgDown, SvgIconChevronsLgLeft as IconChevronsLgLeft, SvgIconChevronsLgRight as IconChevronsLgRight, SvgIconChevronsLgUp as IconChevronsLgUp, SvgIconChevronsUpDown as IconChevronsUpDown, SvgIconChevronsX as IconChevronsX, SvgIconChevronsY as IconChevronsY, SvgIconChromecast as IconChromecast, SvgIconChromecastFill as IconChromecastFill, SvgIconCircleArrowDown as IconCircleArrowDown, SvgIconCircleArrowDownFill as IconCircleArrowDownFill, SvgIconCircleArrowLeft as IconCircleArrowLeft, SvgIconCircleArrowLeftDown as IconCircleArrowLeftDown, SvgIconCircleArrowLeftDownFill as IconCircleArrowLeftDownFill, SvgIconCircleArrowLeftFill as IconCircleArrowLeftFill, SvgIconCircleArrowLeftUp as IconCircleArrowLeftUp, SvgIconCircleArrowLeftUpFill as IconCircleArrowLeftUpFill, SvgIconCircleArrowRight as IconCircleArrowRight, SvgIconCircleArrowRightDown as IconCircleArrowRightDown, SvgIconCircleArrowRightDownFill as IconCircleArrowRightDownFill, SvgIconCircleArrowRightFill as IconCircleArrowRightFill, SvgIconCircleArrowRightUp as IconCircleArrowRightUp, SvgIconCircleArrowRightUpFill as IconCircleArrowRightUpFill, SvgIconCircleArrowUp as IconCircleArrowUp, SvgIconCircleArrowUpFill as IconCircleArrowUpFill, SvgIconCircleChartTrending as IconCircleChartTrending, SvgIconCircleChartTrendingFill as IconCircleChartTrendingFill, SvgIconCircleCheck as IconCircleCheck, SvgIconCircleCheckFill as IconCircleCheckFill, SvgIconCircleDotsHorizontal as IconCircleDotsHorizontal, SvgIconCircleDotsHorizontalFill as IconCircleDotsHorizontalFill, SvgIconCircleDotsVertical as IconCircleDotsVertical, SvgIconCircleDotsVerticalFill as IconCircleDotsVerticalFill, SvgIconCircleDownload as IconCircleDownload, SvgIconCircleDownloadFill as IconCircleDownloadFill, SvgIconCircleHalf as IconCircleHalf, SvgIconCircleHalfFill as IconCircleHalfFill, SvgIconCircleInfo as IconCircleInfo, SvgIconCircleInfoFill as IconCircleInfoFill, SvgIconCircleMinus as IconCircleMinus, SvgIconCircleMinusFill as IconCircleMinusFill, SvgIconCirclePerson as IconCirclePerson, SvgIconCirclePersonFill as IconCirclePersonFill, SvgIconCirclePlaceholderDashed as IconCirclePlaceholderDashed, SvgIconCirclePlaceholderDashedFill as IconCirclePlaceholderDashedFill, SvgIconCirclePlay as IconCirclePlay, SvgIconCirclePlayFill as IconCirclePlayFill, SvgIconCirclePlus as IconCirclePlus, SvgIconCirclePlusFill as IconCirclePlusFill, SvgIconCircleQuestionmark as IconCircleQuestionmark, SvgIconCircleQuestionmarkFill as IconCircleQuestionmarkFill, SvgIconCircleRightUp as IconCircleRightUp, SvgIconCircleRightUpFill as IconCircleRightUpFill, SvgIconCircleStop as IconCircleStop, SvgIconCircleStopFill as IconCircleStopFill, SvgIconCircleX as IconCircleX, SvgIconCircleXFill as IconCircleXFill, SvgIconClapperboard as IconClapperboard, SvgIconClapperboardFill as IconClapperboardFill, SvgIconClipboard as IconClipboard, SvgIconClipboardFill as IconClipboardFill, SvgIconClock as IconClock, SvgIconClockFill as IconClockFill, SvgIconCloseQuote as IconCloseQuote, SvgIconCloseQuoteFill as IconCloseQuoteFill, SvgIconClosedCaptioning as IconClosedCaptioning, SvgIconClosedCaptioningFill as IconClosedCaptioningFill, SvgIconCloud as IconCloud, SvgIconCloud2 as IconCloud2, SvgIconCloud2Fill as IconCloud2Fill, SvgIconCloudDownload as IconCloudDownload, SvgIconCloudDownloadFill as IconCloudDownloadFill, SvgIconCloudFill as IconCloudFill, SvgIconCloudSnow as IconCloudSnow, SvgIconCloudSnowFill as IconCloudSnowFill, SvgIconCloudSync as IconCloudSync, SvgIconCloudSyncFill as IconCloudSyncFill, SvgIconCloudy as IconCloudy, SvgIconCloudyFill as IconCloudyFill, SvgIconCloudySun as IconCloudySun, SvgIconCloudySunFill as IconCloudySunFill, SvgIconCocktail as IconCocktail, SvgIconCocktailFill as IconCocktailFill, SvgIconCodeBrackets as IconCodeBrackets, SvgIconCodeLines as IconCodeLines, SvgIconColorPalette as IconColorPalette, SvgIconColorPaletteFill as IconColorPaletteFill, SvgIconColorSwatch as IconColorSwatch, SvgIconColorSwatchFill as IconColorSwatchFill, SvgIconColors as IconColors, SvgIconColorsFill as IconColorsFill, SvgIconCommand as IconCommand, SvgIconCommandFill as IconCommandFill, SvgIconCommandRegular as IconCommandRegular, SvgIconCommandRegularFill as IconCommandRegularFill, SvgIconCompass as IconCompass, SvgIconCompassFill as IconCompassFill, SvgIconComputer as IconComputer, SvgIconComputerFill as IconComputerFill, SvgIconContacts as IconContacts, SvgIconContactsFill as IconContactsFill, SvgIconControl as IconControl, SvgIconControlFill as IconControlFill, SvgIconCookies as IconCookies, SvgIconCookiesFill as IconCookiesFill, SvgIconCreditCard as IconCreditCard, SvgIconCreditCardFill as IconCreditCardFill, SvgIconCrop as IconCrop, SvgIconCropFill as IconCropFill, SvgIconCrypto as IconCrypto, SvgIconCryptoCoin as IconCryptoCoin, SvgIconCryptoCoinFill as IconCryptoCoinFill, SvgIconCryptoFill as IconCryptoFill, SvgIconCube as IconCube, SvgIconCubeFill as IconCubeFill, SvgIconCupHot as IconCupHot, SvgIconCupHotFill as IconCupHotFill, SvgIconCupStraw as IconCupStraw, SvgIconCupStrawFill as IconCupStrawFill, SvgIconCurrencyDollar as IconCurrencyDollar, SvgIconCurrencyDollarFill as IconCurrencyDollarFill, SvgIconCurrencyPound as IconCurrencyPound, SvgIconCurrencyPoundFill as IconCurrencyPoundFill, SvgIconCurrencyYen as IconCurrencyYen, SvgIconCursor as IconCursor, SvgIconCursor1 as IconCursor1, SvgIconCursor1Fill as IconCursor1Fill, SvgIconCursor3 as IconCursor3, SvgIconCursor3Fill as IconCursor3Fill, SvgIconCursorClick as IconCursorClick, SvgIconCursorClickFill as IconCursorClickFill, SvgIconCursorFill as IconCursorFill, SvgIconCut as IconCut, SvgIconDashboard as IconDashboard, SvgIconDashboardFill as IconDashboardFill, SvgIconDatabase as IconDatabase, SvgIconDatabaseFill as IconDatabaseFill, SvgIconDateTime as IconDateTime, SvgIconDeviceDesktop as IconDeviceDesktop, SvgIconDeviceDesktop2 as IconDeviceDesktop2, SvgIconDeviceDesktop2Fill as IconDeviceDesktop2Fill, SvgIconDeviceDesktopFill as IconDeviceDesktopFill, SvgIconDevicePhone as IconDevicePhone, SvgIconDevicePhoneFill as IconDevicePhoneFill, SvgIconDevices as IconDevices, SvgIconDevicesFill as IconDevicesFill, SvgIconDiamond as IconDiamond, SvgIconDiamondFill as IconDiamondFill, SvgIconDonut as IconDonut, SvgIconDonutFill as IconDonutFill, SvgIconDotGrid2X3 as IconDotGrid2X3, SvgIconDotGrid3X3 as IconDotGrid3X3, SvgIconDotsHorizontal as IconDotsHorizontal, SvgIconDotsVertical as IconDotsVertical, SvgIconDownload as IconDownload, SvgIconDuplicate as IconDuplicate, SvgIconDuplicateFill as IconDuplicateFill, SvgIconEnter as IconEnter, SvgIconEnter180 as IconEnter180, SvgIconEnter180Fill as IconEnter180Fill, SvgIconEnterFill as IconEnterFill, SvgIconEnvelope as IconEnvelope, SvgIconEnvelopeFill as IconEnvelopeFill, SvgIconEquals as IconEquals, SvgIconEthereum as IconEthereum, SvgIconEthereumFill as IconEthereumFill, SvgIconExpand315 as IconExpand315, SvgIconExpand315Fill as IconExpand315Fill, SvgIconExpand45 as IconExpand45, SvgIconExpand45Fill as IconExpand45Fill, SvgIconExpandSimple as IconExpandSimple, SvgIconExpandSimple2 as IconExpandSimple2, SvgIconExpandSimple2Fill as IconExpandSimple2Fill, SvgIconExpandSimpleFill as IconExpandSimpleFill, SvgIconExpandWindow as IconExpandWindow, SvgIconExpandWindowFill as IconExpandWindowFill, SvgIconEye as IconEye, SvgIconEyeClosed as IconEyeClosed, SvgIconEyeClosedFill as IconEyeClosedFill, SvgIconEyeFill as IconEyeFill, SvgIconEyeOff as IconEyeOff, SvgIconEyeOffFill as IconEyeOffFill, SvgIconFastForward10S as IconFastForward10S, SvgIconFastForward15S as IconFastForward15S, SvgIconFastForward30S as IconFastForward30S, SvgIconFastForward5S as IconFastForward5S, SvgIconFile as IconFile, SvgIconFileCloud as IconFileCloud, SvgIconFileCloudFill as IconFileCloudFill, SvgIconFileDownload as IconFileDownload, SvgIconFileDownloadFill as IconFileDownloadFill, SvgIconFileFill as IconFileFill, SvgIconFileLink as IconFileLink, SvgIconFileLinkFill as IconFileLinkFill, SvgIconFileLock as IconFileLock, SvgIconFileLockFill as IconFileLockFill, SvgIconFileText as IconFileText, SvgIconFileTextFill as IconFileTextFill, SvgIconFileZip as IconFileZip, SvgIconFileZipFill as IconFileZipFill, SvgIconFiles as IconFiles, SvgIconFilesFill as IconFilesFill, SvgIconFilm as IconFilm, SvgIconFilmFill as IconFilmFill, SvgIconFilter as IconFilter, SvgIconFilter2 as IconFilter2, SvgIconFilter2Fill as IconFilter2Fill, SvgIconFilterAsc as IconFilterAsc, SvgIconFilterAscFill as IconFilterAscFill, SvgIconFilterDesc as IconFilterDesc, SvgIconFilterDescFill as IconFilterDescFill, SvgIconFilterFill as IconFilterFill, SvgIconFinder as IconFinder, SvgIconFinderFill as IconFinderFill, SvgIconFlash as IconFlash, SvgIconFlashFill as IconFlashFill, SvgIconFlashOff as IconFlashOff, SvgIconFlashOffFill as IconFlashOffFill, SvgIconFloppyDisk as IconFloppyDisk, SvgIconFloppyDisk2 as IconFloppyDisk2, SvgIconFloppyDisk2Fill as IconFloppyDisk2Fill, SvgIconFloppyDiskFill as IconFloppyDiskFill, SvgIconFolder as IconFolder, SvgIconFolderBookmarks as IconFolderBookmarks, SvgIconFolderBookmarksFill as IconFolderBookmarksFill, SvgIconFolderBox as IconFolderBox, SvgIconFolderBoxFill as IconFolderBoxFill, SvgIconFolderCloud as IconFolderCloud, SvgIconFolderCloudFill as IconFolderCloudFill, SvgIconFolderDelete as IconFolderDelete, SvgIconFolderDeleteFill as IconFolderDeleteFill, SvgIconFolderDownload as IconFolderDownload, SvgIconFolderDownloadFill as IconFolderDownloadFill, SvgIconFolderFill as IconFolderFill, SvgIconFolderLink as IconFolderLink, SvgIconFolderLinkFill as IconFolderLinkFill, SvgIconFolderOpen as IconFolderOpen, SvgIconFolderOpenFill as IconFolderOpenFill, SvgIconFolderPaper as IconFolderPaper, SvgIconFolderPaperFill as IconFolderPaperFill, SvgIconFolderRestricted as IconFolderRestricted, SvgIconFolderRestrictedFill as IconFolderRestrictedFill, SvgIconFolderShared as IconFolderShared, SvgIconFolderSharedFill as IconFolderSharedFill, SvgIconFolderUpload as IconFolderUpload, SvgIconFolderUploadFill as IconFolderUploadFill, SvgIconFolders as IconFolders, SvgIconFoldersFill as IconFoldersFill, SvgIconFortuneTellerBall as IconFortuneTellerBall, SvgIconFortuneTellerBallFill as IconFortuneTellerBallFill, SvgIconForward as IconForward, SvgIconForwardFill as IconForwardFill, SvgIconForwardLeft as IconForwardLeft, SvgIconForwardLeftFill as IconForwardLeftFill, SvgIconForwardRight as IconForwardRight, SvgIconForwardRightFill as IconForwardRightFill, SvgIconForwards10S as IconForwards10S, SvgIconFullscreen as IconFullscreen, SvgIconFullscreenFill as IconFullscreenFill, SvgIconGallery as IconGallery, SvgIconGalleryFill as IconGalleryFill, SvgIconGear as IconGear, SvgIconGearFill as IconGearFill, SvgIconGif as IconGif, SvgIconGifFill as IconGifFill, SvgIconGift as IconGift, SvgIconGift2 as IconGift2, SvgIconGift2Fill as IconGift2Fill, SvgIconGiftFill as IconGiftFill, SvgIconGiroCard as IconGiroCard, SvgIconGiroCardFill as IconGiroCardFill, SvgIconGiroCards as IconGiroCards, SvgIconGiroCardsFill as IconGiroCardsFill, SvgIconGitMerge as IconGitMerge, SvgIconGlasses as IconGlasses, SvgIconGlassesFill as IconGlassesFill, SvgIconGlobe as IconGlobe, SvgIconGlobe2 as IconGlobe2, SvgIconGlobe2Fill as IconGlobe2Fill, SvgIconGlobeFill as IconGlobeFill, SvgIconGoogleTranslate as IconGoogleTranslate, SvgIconGraduate as IconGraduate, SvgIconGraduateCapFill as IconGraduateCapFill, SvgIconGraph as IconGraph, SvgIconGreaterThan as IconGreaterThan, SvgIconGrid4 as IconGrid4, SvgIconGrid4Fill as IconGrid4Fill, SvgIconGuide as IconGuide, SvgIconGuideFill as IconGuideFill, SvgIconHamburger as IconHamburger, SvgIconHand5 as IconHand5, SvgIconHand5Fill as IconHand5Fill, SvgIconHandPinch as IconHandPinch, SvgIconHandPinchFill as IconHandPinchFill, SvgIconHandPointer as IconHandPointer, SvgIconHandPointerFill as IconHandPointerFill, SvgIconHandTouch as IconHandTouch, SvgIconHandTouchFill as IconHandTouchFill, SvgIconHashtag as IconHashtag, SvgIconHashtagFill as IconHashtagFill, SvgIconHd as IconHd, SvgIconHdFill as IconHdFill, SvgIconHdd as IconHdd, SvgIconHddFill as IconHddFill, SvgIconHeadphones as IconHeadphones, SvgIconHeadphones2 as IconHeadphones2, SvgIconHeadphonesFill as IconHeadphonesFill, SvgIconHeart as IconHeart, SvgIconHeartBeat as IconHeartBeat, SvgIconHeartBeatFill as IconHeartBeatFill, SvgIconHeartFill as IconHeartFill, SvgIconHighlight as IconHighlight, SvgIconHighlightFill as IconHighlightFill, SvgIconHighlightWave as IconHighlightWave, SvgIconHighlightWaveFill as IconHighlightWaveFill, SvgIconHome as IconHome, SvgIconHome1 as IconHome1, SvgIconHome1Fill as IconHome1Fill, SvgIconHome2 as IconHome2, SvgIconHome2Fill as IconHome2Fill, SvgIconHome3 as IconHome3, SvgIconHome3Fill as IconHome3Fill, SvgIconHome4 as IconHome4, SvgIconHome4Fill as IconHome4Fill, SvgIconHome5 as IconHome5, SvgIconHome5Fill as IconHome5Fill, SvgIconHome6 as IconHome6, SvgIconHome6Fill as IconHome6Fill, SvgIconHomeFill as IconHomeFill, SvgIconHotDrinkCup as IconHotDrinkCup, SvgIconHotDrinkCupFill as IconHotDrinkCupFill, SvgIconIceCream as IconIceCream, SvgIconIceCream2 as IconIceCream2, SvgIconIceCream2Fill as IconIceCream2Fill, SvgIconIceCreamFill as IconIceCreamFill, SvgIconInbox as IconInbox, SvgIconInbox2 as IconInbox2, SvgIconInbox2Fill as IconInbox2Fill, SvgIconInboxEmpty as IconInboxEmpty, SvgIconInboxEmptyFill as IconInboxEmptyFill, SvgIconInboxFill as IconInboxFill, SvgIconInvite as IconInvite, SvgIconInviteFill as IconInviteFill, SvgIconInvoice as IconInvoice, SvgIconInvoiceFill as IconInvoiceFill, SvgIconItalic as IconItalic, SvgIconItalicFill as IconItalicFill, SvgIconJudgeGavel as IconJudgeGavel, SvgIconJudgeGavelFill as IconJudgeGavelFill, SvgIconKey as IconKey, SvgIconKeyFill as IconKeyFill, SvgIconKeyboardCable as IconKeyboardCable, SvgIconKeyboardCableFill as IconKeyboardCableFill, SvgIconKeyboardDown as IconKeyboardDown, SvgIconKeyboardDownFill as IconKeyboardDownFill, SvgIconKeyboardUp as IconKeyboardUp, SvgIconKeyboardUpFill as IconKeyboardUpFill, SvgIconKeyhole as IconKeyhole, SvgIconKeyholeFill as IconKeyholeFill, SvgIconKnifeSpoon as IconKnifeSpoon, SvgIconKnifeSpoonFill as IconKnifeSpoonFill, SvgIconLaunch as IconLaunch, SvgIconLaunchFill as IconLaunchFill, SvgIconLayers as IconLayers, SvgIconLayers2 as IconLayers2, SvgIconLayers2Fill as IconLayers2Fill, SvgIconLayersFill as IconLayersFill, SvgIconLayoutAlignBottom as IconLayoutAlignBottom, SvgIconLayoutAlignBottomFill as IconLayoutAlignBottomFill, SvgIconLayoutAlignHorizontalCenter as IconLayoutAlignHorizontalCenter, SvgIconLayoutAlignHorizontalCenterFill as IconLayoutAlignHorizontalCenterFill, SvgIconLayoutAlignLeft as IconLayoutAlignLeft, SvgIconLayoutAlignLeftFill as IconLayoutAlignLeftFill, SvgIconLayoutAlignRight as IconLayoutAlignRight, SvgIconLayoutAlignRightFill as IconLayoutAlignRightFill, SvgIconLayoutAlignTop as IconLayoutAlignTop, SvgIconLayoutAlignTopFill as IconLayoutAlignTopFill, SvgIconLayoutAlignVerticalCenter as IconLayoutAlignVerticalCenter, SvgIconLayoutAlignVerticalCenterFill as IconLayoutAlignVerticalCenterFill, SvgIconLayoutColumnHalf as IconLayoutColumnHalf, SvgIconLayoutColumnHalfFill as IconLayoutColumnHalfFill, SvgIconLayoutColumnHalfRemove as IconLayoutColumnHalfRemove, SvgIconLayoutColumnHalfRemoveFill as IconLayoutColumnHalfRemoveFill, SvgIconLayoutColumnHorizontalAdd as IconLayoutColumnHorizontalAdd, SvgIconLayoutColumnHorizontalAddFill as IconLayoutColumnHorizontalAddFill, SvgIconLayoutColumnHorizontalHalf as IconLayoutColumnHorizontalHalf, SvgIconLayoutColumnHorizontalHalfFill as IconLayoutColumnHorizontalHalfFill, SvgIconLayoutColumnLeftside as IconLayoutColumnLeftside, SvgIconLayoutColumnLeftsideFill as IconLayoutColumnLeftsideFill, SvgIconLayoutColumnRightside as IconLayoutColumnRightside, SvgIconLayoutColumnRightsideFill as IconLayoutColumnRightsideFill, SvgIconLayoutColumnVerticalAdd as IconLayoutColumnVerticalAdd, SvgIconLayoutColumnVerticalAddFill as IconLayoutColumnVerticalAddFill, SvgIconLayoutColumnVerticalRemove as IconLayoutColumnVerticalRemove, SvgIconLayoutColumnVerticalRemoveFill as IconLayoutColumnVerticalRemoveFill, SvgIconLessThan as IconLessThan, SvgIconLightBulb as IconLightBulb, SvgIconLightBulb2 as IconLightBulb2, SvgIconLightBulb2Fill as IconLightBulb2Fill, SvgIconLightBulbFill as IconLightBulbFill, SvgIconLink as IconLink, SvgIconLiquid as IconLiquid, SvgIconLiquidFill as IconLiquidFill, SvgIconListBullets as IconListBullets, SvgIconListBulletsFill as IconListBulletsFill, SvgIconLoader as IconLoader, SvgIconLoader2 as IconLoader2, SvgIconLocation as IconLocation, SvgIconLocationFill as IconLocationFill, SvgIconLock as IconLock, SvgIconLockFill as IconLockFill, SvgIconLogin as IconLogin, SvgIconLogout as IconLogout, SvgIconMacbook as IconMacbook, SvgIconMacbookAir as IconMacbookAir, SvgIconMacbookAirFill as IconMacbookAirFill, SvgIconMacbookFill as IconMacbookFill, SvgIconMagic as IconMagic, SvgIconMagicFill as IconMagicFill, SvgIconMagicStar as IconMagicStar, SvgIconMagicStarFill as IconMagicStarFill, SvgIconMail as IconMail, SvgIconMailFill as IconMailFill, SvgIconMailNotify as IconMailNotify, SvgIconMailNotifyFill as IconMailNotifyFill, SvgIconMap as IconMap, SvgIconMapFill as IconMapFill, SvgIconMegaphone as IconMegaphone, SvgIconMegaphoneFill as IconMegaphoneFill, SvgIconMessage as IconMessage, SvgIconMessageDots as IconMessageDots, SvgIconMessageDotsFill as IconMessageDotsFill, SvgIconMessageFill as IconMessageFill, SvgIconMessages as IconMessages, SvgIconMessagesFill as IconMessagesFill, SvgIconMic as IconMic, SvgIconMicFill as IconMicFill, SvgIconMicOff as IconMicOff, SvgIconMicOffFill as IconMicOffFill, SvgIconMinimize315 as IconMinimize315, SvgIconMinimize315Fill as IconMinimize315Fill, SvgIconMinimize45 as IconMinimize45, SvgIconMinimize45Fill as IconMinimize45Fill, SvgIconMinimizeWindow as IconMinimizeWindow, SvgIconMinimizeWindowFill as IconMinimizeWindowFill, SvgIconMinus as IconMinus, SvgIconMoneybag as IconMoneybag, SvgIconMoneybagFill as IconMoneybagFill, SvgIconMoon as IconMoon, SvgIconMoonFill as IconMoonFill, SvgIconMoonStar as IconMoonStar, SvgIconMoonStarFill as IconMoonStarFill, SvgIconMouse as IconMouse, SvgIconMouseFill as IconMouseFill, SvgIconMove as IconMove, SvgIconMoveFill as IconMoveFill, SvgIconMusicNote as IconMusicNote, SvgIconMusicNoteFill as IconMusicNoteFill, SvgIconMute as IconMute, SvgIconMuteFill as IconMuteFill, SvgIconNext as IconNext, SvgIconNextFill as IconNextFill, SvgIconNotebookCover as IconNotebookCover, SvgIconNotebookCoverFill as IconNotebookCoverFill, SvgIconNotepad as IconNotepad, SvgIconNotepadFill as IconNotepadFill, SvgIconNotes as IconNotes, SvgIconNotesFill as IconNotesFill, SvgIconOculus as IconOculus, SvgIconOculusFill as IconOculusFill, SvgIconOldTv as IconOldTv, SvgIconOldTvFill as IconOldTvFill, SvgIconOpenLink as IconOpenLink, SvgIconOpenLink2 as IconOpenLink2, SvgIconOpenLink2Fill as IconOpenLink2Fill, SvgIconOpenLinkFill as IconOpenLinkFill, SvgIconOpenQuote as IconOpenQuote, SvgIconOpenQuoteFill as IconOpenQuoteFill, SvgIconOptAlt as IconOptAlt, SvgIconOptAltFill as IconOptAltFill, SvgIconOrange as IconOrange, SvgIconOrangeFill as IconOrangeFill, SvgIconPackage as IconPackage, SvgIconPackageFill as IconPackageFill, SvgIconPackageReturn as IconPackageReturn, SvgIconPackageReturnFill as IconPackageReturnFill, SvgIconPaper as IconPaper, SvgIconPaperFill as IconPaperFill, SvgIconPaperclip as IconPaperclip, SvgIconPaperclip2 as IconPaperclip2, SvgIconPaperclip3 as IconPaperclip3, SvgIconPause as IconPause, SvgIconPauseFill as IconPauseFill, SvgIconPencilBox as IconPencilBox, SvgIconPencilBoxFill as IconPencilBoxFill, SvgIconPeople as IconPeople, SvgIconPeopleFill as IconPeopleFill, SvgIconPercent as IconPercent, SvgIconPercentBadge as IconPercentBadge, SvgIconPercentBadgeFill as IconPercentBadgeFill, SvgIconPercentFill as IconPercentFill, SvgIconPerson as IconPerson, SvgIconPersonAdd as IconPersonAdd, SvgIconPersonAddFill as IconPersonAddFill, SvgIconPersonAdded as IconPersonAdded, SvgIconPersonAddedFill as IconPersonAddedFill, SvgIconPersonFill as IconPersonFill, SvgIconPersonPasskey as IconPersonPasskey, SvgIconPersonPasskeyFill as IconPersonPasskeyFill, SvgIconPersonRemove as IconPersonRemove, SvgIconPersonRemoveFill as IconPersonRemoveFill, SvgIconPictureInPicture as IconPictureInPicture, SvgIconPictureInPictureFill as IconPictureInPictureFill, SvgIconPieChart as IconPieChart, SvgIconPieChart2 as IconPieChart2, SvgIconPieChart2Fill as IconPieChart2Fill, SvgIconPieChartFill as IconPieChartFill, SvgIconPilone as IconPilone, SvgIconPiloneFill as IconPiloneFill, SvgIconPin as IconPin, SvgIconPin2 as IconPin2, SvgIconPin2Fill as IconPin2Fill, SvgIconPinFill as IconPinFill, SvgIconPizza as IconPizza, SvgIconPizzaFill as IconPizzaFill, SvgIconPlay as IconPlay, SvgIconPlayFill as IconPlayFill, SvgIconPlaylist as IconPlaylist, SvgIconPlaylistFill as IconPlaylistFill, SvgIconPlus as IconPlus, SvgIconPopcorn as IconPopcorn, SvgIconPopcornFill as IconPopcornFill, SvgIconPower as IconPower, SvgIconPriceTag as IconPriceTag, SvgIconPriceTagFill as IconPriceTagFill, SvgIconPrinter as IconPrinter, SvgIconPrinterFill as IconPrinterFill, SvgIconPuzzle as IconPuzzle, SvgIconPuzzleFill as IconPuzzleFill, SvgIconQrCode as IconQrCode, SvgIconQrCodeFill as IconQrCodeFill, SvgIconQuoteClose as IconQuoteClose, SvgIconQuoteCloseFill as IconQuoteCloseFill, SvgIconQuoteOpen as IconQuoteOpen, SvgIconQuoteOpenFill as IconQuoteOpenFill, SvgIconRainy as IconRainy, SvgIconRainyFill as IconRainyFill, SvgIconRainyLight as IconRainyLight, SvgIconRainyLightFill as IconRainyLightFill, SvgIconReceipt as IconReceipt, SvgIconReceipt2 as IconReceipt2, SvgIconReceipt2Fill as IconReceipt2Fill, SvgIconReceiptFill as IconReceiptFill, SvgIconReceiptTax as IconReceiptTax, SvgIconReceiptTaxFill as IconReceiptTaxFill, SvgIconRecord as IconRecord, SvgIconRecordFill as IconRecordFill, SvgIconRedo as IconRedo, SvgIconRedoFill as IconRedoFill, SvgIconRefresh as IconRefresh, SvgIconRefreshFill as IconRefreshFill, SvgIconRepeat as IconRepeat, SvgIconRepeat2 as IconRepeat2, SvgIconRepeat2Fill as IconRepeat2Fill, SvgIconRepeat3 as IconRepeat3, SvgIconRepeatFill as IconRepeatFill, SvgIconReply as IconReply, SvgIconReplyFill as IconReplyFill, SvgIconRepost as IconRepost, SvgIconRepostFill as IconRepostFill, SvgIconResizeIn as IconResizeIn, SvgIconResizeInFill as IconResizeInFill, SvgIconResizeOutFill as IconResizeOutFill, SvgIconResizeOutIn as IconResizeOutIn, SvgIconRewind10S as IconRewind10S, SvgIconRewind15S as IconRewind15S, SvgIconRewind30S as IconRewind30S, SvgIconRewind5S as IconRewind5S, SvgIconRobot as IconRobot, SvgIconRobotFill as IconRobotFill, SvgIconRocket as IconRocket, SvgIconRocketFill as IconRocketFill, SvgIconRotate2Left as IconRotate2Left, SvgIconRotate2LeftFill as IconRotate2LeftFill, SvgIconRotate2Right as IconRotate2Right, SvgIconRotate2RightFill as IconRotate2RightFill, SvgIconRotateLeft as IconRotateLeft, SvgIconRotateLeftFill as IconRotateLeftFill, SvgIconRotateRight as IconRotateRight, SvgIconRotateRightFill as IconRotateRightFill, SvgIconRuler as IconRuler, SvgIconRulerFill as IconRulerFill, SvgIconRunShortcut as IconRunShortcut, SvgIconRunShortcutFill as IconRunShortcutFill, SvgIconSandwich as IconSandwich, SvgIconSandwichFill as IconSandwichFill, SvgIconScreenRecord as IconScreenRecord, SvgIconScreenRecordFill as IconScreenRecordFill, SvgIconScreenSharing as IconScreenSharing, SvgIconScreenSharingFill as IconScreenSharingFill, SvgIconSdCard as IconSdCard, SvgIconSdCardFill as IconSdCardFill, SvgIconSearch as IconSearch, SvgIconSearchFill as IconSearchFill, SvgIconSearchSketchbook as IconSearchSketchbook, SvgIconSearchSketchbookFill as IconSearchSketchbookFill, SvgIconSend as IconSend, SvgIconSend2 as IconSend2, SvgIconSend2Fill as IconSend2Fill, SvgIconSend3 as IconSend3, SvgIconSend3Fill as IconSend3Fill, SvgIconSendFill as IconSendFill, SvgIconServer as IconServer, SvgIconServerFill as IconServerFill, SvgIconServerStack as IconServerStack, SvgIconServerStackFill as IconServerStackFill, SvgIconService as IconService, SvgIconServiceFill as IconServiceFill, SvgIconSettings as IconSettings, SvgIconSettingsFill as IconSettingsFill, SvgIconShield as IconShield, SvgIconShieldCheck as IconShieldCheck, SvgIconShieldCheckFill as IconShieldCheckFill, SvgIconShieldCrossed as IconShieldCrossed, SvgIconShieldCrossedFill as IconShieldCrossedFill, SvgIconShieldFill as IconShieldFill, SvgIconShieldKeyhole as IconShieldKeyhole, SvgIconShieldKeyholeFill as IconShieldKeyholeFill, SvgIconShippingBag as IconShippingBag, SvgIconShippingBagFill as IconShippingBagFill, SvgIconShippingBagHeart as IconShippingBagHeart, SvgIconShippingBagHeartFill as IconShippingBagHeartFill, SvgIconShoppingBag as IconShoppingBag, SvgIconShoppingBagBookmark as IconShoppingBagBookmark, SvgIconShoppingBagBookmarkFill as IconShoppingBagBookmarkFill, SvgIconShoppingBagEdit as IconShoppingBagEdit, SvgIconShoppingBagEditFill as IconShoppingBagEditFill, SvgIconShoppingBagFill as IconShoppingBagFill, SvgIconShoppingBagHeart as IconShoppingBagHeart, SvgIconShoppingBagHeartFill as IconShoppingBagHeartFill, SvgIconShoppingBagPlus as IconShoppingBagPlus, SvgIconShoppingBagPlusFill as IconShoppingBagPlusFill, SvgIconShuffle as IconShuffle, SvgIconSidebar as IconSidebar, SvgIconSidebarFill as IconSidebarFill, SvgIconSimCard as IconSimCard, SvgIconSimCardFill as IconSimCardFill, SvgIconSketchbook as IconSketchbook, SvgIconSketchbookFill as IconSketchbookFill, SvgIconSlideAdd as IconSlideAdd, SvgIconSlideAddFill as IconSlideAddFill, SvgIconSmartwatch as IconSmartwatch, SvgIconSmartwatchFill as IconSmartwatchFill, SvgIconSnowFlakes as IconSnowFlakes, SvgIconSortAsc as IconSortAsc, SvgIconSortAscFill as IconSortAscFill, SvgIconSortDesc as IconSortDesc, SvgIconSortDescFill as IconSortDescFill, SvgIconSparklesThree as IconSparklesThree, SvgIconSparklesThreeFill as IconSparklesThreeFill, SvgIconSparklesTwo as IconSparklesTwo, SvgIconSparklesTwo2 as IconSparklesTwo2, SvgIconSparklesTwo2Fill as IconSparklesTwo2Fill, SvgIconSparklesTwoFill as IconSparklesTwoFill, SvgIconSplit as IconSplit, SvgIconSplitFill as IconSplitFill, SvgIconSquareArrowInTl as IconSquareArrowInTl, SvgIconSquareArrowInTlFill as IconSquareArrowInTlFill, SvgIconSquareArrowOutTl as IconSquareArrowOutTl, SvgIconSquareArrowOutTlFill as IconSquareArrowOutTlFill, SvgIconSquareInfo as IconSquareInfo, SvgIconSquareInfoFill as IconSquareInfoFill, SvgIconSquareMinus as IconSquareMinus, SvgIconSquareMinusFill as IconSquareMinusFill, SvgIconSquarePlaceholder as IconSquarePlaceholder, SvgIconSquarePlaceholderFill as IconSquarePlaceholderFill, SvgIconSquarePlus as IconSquarePlus, SvgIconSquarePlusFill as IconSquarePlusFill, SvgIconSquareX as IconSquareX, SvgIconSquareXFill as IconSquareXFill, SvgIconStar as IconStar, SvgIconStarFill as IconStarFill, SvgIconStarLines as IconStarLines, SvgIconStarLinesFill as IconStarLinesFill, SvgIconStop as IconStop, SvgIconStopFill as IconStopFill, SvgIconStorage as IconStorage, SvgIconStorageFill as IconStorageFill, SvgIconStore as IconStore, SvgIconStore2 as IconStore2, SvgIconStore2Fill as IconStore2Fill, SvgIconStore3 as IconStore3, SvgIconStore3Fill as IconStore3Fill, SvgIconStore4 as IconStore4, SvgIconStore4Fill as IconStore4Fill, SvgIconStoreFill as IconStoreFill, SvgIconStrikeThrough as IconStrikeThrough, SvgIconStrikeThroughFill as IconStrikeThroughFill, SvgIconSuitcase as IconSuitcase, SvgIconSuitcaseFill as IconSuitcaseFill, SvgIconSun as IconSun, SvgIconSunFill as IconSunFill, SvgIconSunrise as IconSunrise, SvgIconSunriseArrowUp as IconSunriseArrowUp, SvgIconSunriseArrowUpFill as IconSunriseArrowUpFill, SvgIconSunriseFill as IconSunriseFill, SvgIconSunset as IconSunset, SvgIconSunsetArrowDown as IconSunsetArrowDown, SvgIconSunsetArrowDownFill as IconSunsetArrowDownFill, SvgIconSunsetFill as IconSunsetFill, SvgIconSupport as IconSupport, SvgIconSupportFill as IconSupportFill, SvgIconSwitchHorizontal as IconSwitchHorizontal, SvgIconSwitchHorizontal2 as IconSwitchHorizontal2, SvgIconSwitchHorizontal2Fill as IconSwitchHorizontal2Fill, SvgIconSwitchHorizontalFill as IconSwitchHorizontalFill, SvgIconSwitchVertical as IconSwitchVertical, SvgIconSwitchVertical2 as IconSwitchVertical2, SvgIconSwitchVertical2Fill as IconSwitchVertical2Fill, SvgIconSwitchVerticalFill as IconSwitchVerticalFill, SvgIconTShirt as IconTShirt, SvgIconTShirtFill as IconTShirtFill, SvgIconTelephone as IconTelephone, SvgIconTelephoneFill as IconTelephoneFill, SvgIconTerminal as IconTerminal, SvgIconTerminalFill as IconTerminalFill, SvgIconThumbsDown as IconThumbsDown, SvgIconThumbsDownFill as IconThumbsDownFill, SvgIconTicket as IconTicket, SvgIconTicketFill as IconTicketFill, SvgIconToolbox as IconToolbox, SvgIconToolboxFill as IconToolboxFill, SvgIconTranslate as IconTranslate, SvgIconTranslateFill as IconTranslateFill, SvgIconTrash as IconTrash, SvgIconTrashEmpty as IconTrashEmpty, SvgIconTrashEmptyFill as IconTrashEmptyFill, SvgIconTrashFill as IconTrashFill, SvgIconTrashPaper as IconTrashPaper, SvgIconTrashPaperFill as IconTrashPaperFill, SvgIconTriangleInfo as IconTriangleInfo, SvgIconTriangleInfoFill as IconTriangleInfoFill, SvgIconTrophy as IconTrophy, SvgIconTrophyFill as IconTrophyFill, SvgIconTruck as IconTruck, SvgIconTruckFill as IconTruckFill, SvgIconUmbrella as IconUmbrella, SvgIconUmbrellaFill as IconUmbrellaFill, SvgIconUnderline as IconUnderline, SvgIconUnderlineFill as IconUnderlineFill, SvgIconUndo as IconUndo, SvgIconUndoFill as IconUndoFill, SvgIconUnlocked as IconUnlocked, SvgIconUnlockedFill as IconUnlockedFill, SvgIconUnpin as IconUnpin, SvgIconUnpinFill as IconUnpinFill, SvgIconUpload as IconUpload, SvgIconUsb as IconUsb, SvgIconUsbC as IconUsbC, SvgIconUsbCFill as IconUsbCFill, SvgIconUsbFill as IconUsbFill, SvgIconVerified as IconVerified, SvgIconVerifiedFill as IconVerifiedFill, SvgIconVideoCam as IconVideoCam, SvgIconVideoCamFill as IconVideoCamFill, SvgIconVideoCamOff as IconVideoCamOff, SvgIconVideoCamOffFill as IconVideoCamOffFill, SvgIconVideoCamOn as IconVideoCamOn, SvgIconVideoCamOnFill as IconVideoCamOnFill, SvgIconVideoPlaylist as IconVideoPlaylist, SvgIconVideoPlaylistFill as IconVideoPlaylistFill, SvgIconVideoRoll as IconVideoRoll, SvgIconVideoRollFill as IconVideoRollFill, SvgIconVideoTrim as IconVideoTrim, SvgIconVideoTrimFill as IconVideoTrimFill, SvgIconVip as IconVip, SvgIconVipFill as IconVipFill, SvgIconVoice as IconVoice, SvgIconVolumeDown as IconVolumeDown, SvgIconVolumeDownFill as IconVolumeDownFill, SvgIconVolumeFull as IconVolumeFull, SvgIconVolumeFullFill as IconVolumeFullFill, SvgIconVolumeOff as IconVolumeOff, SvgIconVolumeOffFill as IconVolumeOffFill, SvgIconVolumeUp as IconVolumeUp, SvgIconVolumeUpFill as IconVolumeUpFill, SvgIconWallet as IconWallet, SvgIconWallet2 as IconWallet2, SvgIconWallet2Fill as IconWallet2Fill, SvgIconWallet3 as IconWallet3, SvgIconWallet3Fill as IconWallet3Fill, SvgIconWalletFill as IconWalletFill, SvgIconWebcam as IconWebcam, SvgIconWebcamFill as IconWebcamFill, SvgIconWhiteboard as IconWhiteboard, SvgIconWhiteboardFill as IconWhiteboardFill, SvgIconWifi as IconWifi, SvgIconWind as IconWind, SvgIconWindow as IconWindow, SvgIconWindowFill as IconWindowFill, SvgIconWindowVisit as IconWindowVisit, SvgIconWindowVisitFill as IconWindowVisitFill, SvgIconX as IconX, SvgIconYenFill as IconYenFill, SvgIconYes as IconYes, SvgIconYesFill as IconYesFill, SvgIconZip as IconZip, SvgIconZipFill as IconZipFill, SvgIconZoom as IconZoom, SvgIconZoomFill as IconZoomFill, SvgIconZoomOut as IconZoomOut, SvgIconZoomOutFill as IconZoomOutFill }; diff --git a/dist/index.d.ts b/dist/index.d.ts index 936be299..529a2779 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -29,8 +29,6 @@ export declare const IconAlignmentRight: React.FC> export declare const IconAlignmentRightFill: React.FC>; export declare const IconAlt: React.FC>; export declare const IconAltFill: React.FC>; -export declare const IconAnalyticsChart: React.FC>; -export declare const IconAnalyticsChartFill: React.FC>; export declare const IconAnonymous: React.FC>; export declare const IconAnonymousFill: React.FC>; export declare const IconApple: React.FC>; @@ -351,18 +349,18 @@ export declare const IconCart: React.FC>; export declare const IconCartFill: React.FC>; export declare const IconChainLink: React.FC>; export declare const IconChainLinkFill: React.FC>; -export declare const IconChart: React.FC>; -export declare const IconChart2: React.FC>; -export declare const IconChart2Fill: React.FC>; -export declare const IconChart3: React.FC>; -export declare const IconChart3Fill: React.FC>; -export declare const IconChart4: React.FC>; -export declare const IconChart4Fill: React.FC>; -export declare const IconChart5: React.FC>; -export declare const IconChart5Fill: React.FC>; -export declare const IconChartFill: React.FC>; -export declare const IconChartLine: React.FC>; -export declare const IconChartTrendingUp: React.FC>; +export declare const IconChartAnalytics: React.FC>; +export declare const IconChartAnalyticsFill: React.FC>; +export declare const IconChartBar: React.FC>; +export declare const IconChartBarDown: React.FC>; +export declare const IconChartBarUp: React.FC>; +export declare const IconChartLineDown: React.FC>; +export declare const IconChartLineUp: React.FC>; +export declare const IconChartPresentation: React.FC>; +export declare const IconChartPresentation2: React.FC>; +export declare const IconChartPresentation2Fill: React.FC>; +export declare const IconChartPresentationFill: React.FC>; +export declare const IconChartTrending: React.FC>; export declare const IconCheck: React.FC>; export declare const IconChecklist: React.FC>; export declare const IconChevronDoubleDown: React.FC>; @@ -525,8 +523,6 @@ export declare const IconDevices: React.FC>; export declare const IconDevicesFill: React.FC>; export declare const IconDiamond: React.FC>; export declare const IconDiamondFill: React.FC>; -export declare const IconDocumentChart: React.FC>; -export declare const IconDocumentChartFill: React.FC>; export declare const IconDonut: React.FC>; export declare const IconDonutFill: React.FC>; export declare const IconDotGrid2X3: React.FC>; @@ -597,10 +593,6 @@ export declare const IconFlash: React.FC>; export declare const IconFlashFill: React.FC>; export declare const IconFlashOff: React.FC>; export declare const IconFlashOffFill: React.FC>; -export declare const IconFlipchart: React.FC>; -export declare const IconFlipchart2: React.FC>; -export declare const IconFlipchart2Fill: React.FC>; -export declare const IconFlipchartFill: React.FC>; export declare const IconFloppyDisk: React.FC>; export declare const IconFloppyDisk2: React.FC>; export declare const IconFloppyDisk2Fill: React.FC>; @@ -783,9 +775,6 @@ export declare const IconLightBulb: React.FC>; export declare const IconLightBulb2: React.FC>; export declare const IconLightBulb2Fill: React.FC>; export declare const IconLightBulbFill: React.FC>; -export declare const IconLineChart6: React.FC>; -export declare const IconLineChartL: React.FC>; -export declare const IconLineChartR: React.FC>; export declare const IconLink: React.FC>; export declare const IconLiquid: React.FC>; export declare const IconLiquidFill: React.FC>; @@ -877,8 +866,6 @@ export declare const IconPaperFill: React.FC>; export declare const IconPaperclip: React.FC>; export declare const IconPaperclip2: React.FC>; export declare const IconPaperclip3: React.FC>; -export declare const IconPasskey: React.FC>; -export declare const IconPasskeyFill: React.FC>; export declare const IconPause: React.FC>; export declare const IconPauseFill: React.FC>; export declare const IconPencilBox: React.FC>; @@ -895,6 +882,8 @@ export declare const IconPersonAddFill: React.FC>; export declare const IconPersonAdded: React.FC>; export declare const IconPersonAddedFill: React.FC>; export declare const IconPersonFill: React.FC>; +export declare const IconPersonPasskey: React.FC>; +export declare const IconPersonPasskeyFill: React.FC>; export declare const IconPersonRemove: React.FC>; export declare const IconPersonRemoveFill: React.FC>; export declare const IconPictureInPicture: React.FC>; @@ -1126,11 +1115,6 @@ export declare const IconTrashEmptyFill: React.FC> export declare const IconTrashFill: React.FC>; export declare const IconTrashPaper: React.FC>; export declare const IconTrashPaperFill: React.FC>; -export declare const IconTrendingChart: React.FC>; -export declare const IconTrendingChart2: React.FC>; -export declare const IconTrendingChart3: React.FC>; -export declare const IconTrendingChart4: React.FC>; -export declare const IconTrendingChart5: React.FC>; export declare const IconTriangleInfo: React.FC>; export declare const IconTriangleInfoFill: React.FC>; export declare const IconTrophy: React.FC>; diff --git a/dist/umd/index.js b/dist/umd/index.js index ea82da5c..6f4f2c66 100644 --- a/dist/umd/index.js +++ b/dist/umd/index.js @@ -76,7 +76,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.751.751 0 0 1-.23 1.337 50 50 0 0 0-9.903 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.859 1.228 50 50 0 0 0-4.634-1.527.75.75 0 0 1-.23-1.337A60.7 60.7 0 0 1 11.7 2.805" + d: "M11.7 2.805a.75.75 0 0 1 .6 0A60.7 60.7 0 0 1 22.83 8.72a.75.75 0 0 1-.231 1.337 50 50 0 0 0-9.902 3.912l-.003.002q-.17.09-.34.18a.75.75 0 0 1-.707 0A51 51 0 0 0 7.5 12.173v-.224a.36.36 0 0 1 .172-.311 55 55 0 0 1 4.653-2.52.75.75 0 0 0-.65-1.352 56 56 0 0 0-4.78 2.589 1.86 1.86 0 0 0-.86 1.228 50 50 0 0 0-4.633-1.527.75.75 0 0 1-.231-1.337A60.7 60.7 0 0 1 11.7 2.805" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", d: "M13.06 15.473a48.5 48.5 0 0 1 7.666-3.282q.202 2.122.255 4.284a.75.75 0 0 1-.46.71 48 48 0 0 0-8.105 4.343.75.75 0 0 1-.832 0 48 48 0 0 0-8.104-4.342.75.75 0 0 1-.461-.71q.053-2.163.255-4.286 1.382.456 2.726.99v1.27a1.5 1.5 0 0 0-.14 2.508c-.09.38-.222.753-.397 1.11q.678.32 1.346.66c.25-.51.436-1.05.551-1.607a1.5 1.5 0 0 0 .14-2.67v-.645a49 49 0 0 1 3.44 1.667 2.25 2.25 0 0 0 2.12 0" @@ -100,7 +100,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.26 10.147a60 60 0 0 0-.491 6.347A48.6 48.6 0 0 1 12 20.904a48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.491-6.347m0 0a51 51 0 0 1 2.658-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334 50.6 50.6 0 0 1 12 13.49a50.7 50.7 0 0 1 7.741-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" + d: "M4.26 10.147a60 60 0 0 0-.49 6.347 48.6 48.6 0 0 1 8.23 4.41 48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.49-6.347m0 0a51 51 0 0 1 2.657-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334a50.6 50.6 0 0 1 10.4 4.155 50.7 50.7 0 0 1 7.74-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" })); const SvgIconAccessibleFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -311,7 +311,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.081 5.022C9.288 5.029 7.76 6.513 7.76 8.494c0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.234.346-.701.414-1.048.165l-1.054-.745a.72.72 0 0 1-.151-1.047.723.723 0 0 1 1.025-.181l1.054.76a.74.74 0 0 1 .173 1.048Zm2.094 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.659-1.514v5.544c0 .505.339.791.866.791z" + d: "M11.08 5.022c-1.791.007-3.32 1.491-3.32 3.472 0 2.057 2.9 4.528 5.047 4.536 1.552.007 3.435-1.515 3.435-3.39 0-2.268-2.787-4.634-5.16-4.618Zm.332 3.533c-.233.346-.7.414-1.047.165l-1.054-.745a.72.72 0 0 1-.151-1.047.72.72 0 0 1 1.024-.181l1.055.76a.74.74 0 0 1 .173 1.048m2.095 3.367c-.422 0-.437-.535-.03-1.213.406-.67 1.077-1.205 1.491-1.205.43 0 .452.535.038 1.205-.407.678-1.07 1.213-1.5 1.213Zm-2.795 6.524c.52 0 .866-.286.866-.79v-4.031c-.941-.271-1.876-.821-2.66-1.514v5.544c0 .505.34.791.867.791z" })); const SvgIconAirpodGen3Right = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -326,7 +326,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12.919 5.022c-2.373-.016-5.16 2.35-5.16 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.53-3.465-3.322-3.472m-.332 3.533a.75.75 0 0 1 .174-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.821.181-1.054-.165Zm-2.094 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.491 1.205.407.678.392 1.213-.03 1.213m2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.719 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" + d: "M12.92 5.022c-2.374-.016-5.161 2.35-5.161 4.618 0 1.875 1.883 3.397 3.435 3.39 2.147-.008 5.047-2.479 5.047-4.536 0-1.98-1.529-3.465-3.322-3.472Zm-.332 3.533a.75.75 0 0 1 .173-1.047l1.055-.761a.73.73 0 0 1 1.032.18.73.73 0 0 1-.159 1.048l-1.047.745c-.354.25-.82.181-1.054-.165m-2.095 3.367c-.43 0-1.092-.535-1.499-1.213-.414-.67-.392-1.205.038-1.205.414 0 1.085.535 1.492 1.205.406.678.391 1.213-.03 1.213Zm2.803 6.524h.926c.52 0 .86-.286.86-.79V12.11c-.784.693-1.718 1.243-2.66 1.514v4.03c0 .505.346.791.874.791Z" })); const SvgIconAirpodsGen3Chargingcase = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -399,7 +399,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -407,7 +407,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M7 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 7 12m-4 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m4 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -434,7 +434,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -442,7 +442,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -469,7 +469,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -477,7 +477,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M3 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 3 12m0 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m0 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -504,7 +504,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -512,7 +512,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 4.75A.75.75 0 0 1 3.75 4h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 4.75M11 12a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5A.75.75 0 0 1 11 12m-8 7.25a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1-.75-.75", + d: "M3 5.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 5.5m8 7.25a.75.75 0 0 1 .75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75M3 20a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 0 1.5H3.75A.75.75 0 0 1 3 20", clipRule: "evenodd" })); @@ -575,42 +575,6 @@ d: "M5.38 15.092c-.481 0-.776-.274-.776-.727 0-.128.042-.315.108-.498l1.477-4.059c.22-.61.59-.888 1.183-.888.627 0 .992.266 1.22.888l1.49 4.06c.071.194.1.335.1.493 0 .428-.32.73-.764.73-.44 0-.668-.199-.8-.688l-.204-.665h-2.05l-.204.64c-.145.506-.373.714-.78.714m1.287-2.503h1.415l-.701-2.308h-.034zM11.68 15c-.481 0-.763-.29-.763-.797v-4.49c0-.507.282-.793.763-.793s.76.286.76.793v4.059h1.876c.407 0 .676.224.676.614s-.265.614-.676.614zm5.388.092c-.482 0-.76-.287-.76-.793v-4.06h-1.05c-.407 0-.68-.223-.68-.614 0-.39.265-.614.68-.614h3.623c.411 0 .677.224.677.614s-.274.615-.677.615h-1.054v4.059c0 .506-.278.793-.76.793Z" })); - const SvgIconAnalyticsChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M3 4.75C3 3.784 3.784 3 4.75 3h14.5c.966 0 1.75.784 1.75 1.75v6.5h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 14.574 8.412 11.65a.75.75 0 0 0-.663-.399H3v-6.5Z" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M3 12.75v6.5c0 .966.784 1.75 1.75 1.75h14.5A1.75 1.75 0 0 0 21 19.25v-6.5h-4.75a.75.75 0 0 1-.663-.4L14.04 9.429l-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 12.75z" - })); - - const SvgIconAnalyticsChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "square", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 12h4L10 16.25l4-8.5L16.25 12h4m-15.5 8.25h14.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H4.75a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1Z" - })); - const SvgIconAnonymousFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -975,7 +939,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.783-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.281 7.294a1.75 1.75 0 0 1-2.652 0z" + d: "M4.393 15.098c-.698-.81-.122-2.066.947-2.066H8v-9.25c0-.966.784-1.75 1.75-1.75h4.5c.966 0 1.75.784 1.75 1.75v9.25h2.66c1.069 0 1.645 1.256.947 2.066l-6.28 7.294a1.75 1.75 0 0 1-2.653 0z" })); const SvgIconArrowPathDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1273,7 +1237,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.548 4.96c-.642-1.28-2.454-1.28-3.095 0z" + d: "M4.187 17.465C3.613 18.612 4.427 20 5.735 20h12.53c1.309 0 2.122-1.388 1.548-2.535L13.547 4.96c-.64-1.28-2.453-1.28-3.094 0z" })); const SvgIconArrowTriangleUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1753,7 +1717,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.456 5.933-1.74Zm-14.352 0c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.455-5.932 1.739M12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.053c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.894 2.455 5.215 1.739 5.932Z" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.732 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.455 5.933-1.739Zm-14.352 0c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.456-5.932 1.74ZM12 13.125a1.125 1.125 0 1 1 0-2.25 1.125 1.125 0 0 1 0 2.25m7.177 6.052c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.211c1.968 2.895 2.455 5.216 1.739 5.932z" })); const SvgIconAtom = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1768,7 +1732,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.176c.717.716.233 3.037-1.736 5.932a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.983c2.895-1.97 5.216-2.457 5.933-1.74ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.134Q15.531 10.74 16.527 12ZM4.824 4.824c.206-.208.546-.315.995-.315 1.108 0 2.877.647 4.936 2.054a29 29 0 0 0-2.209 1.983q-1.05 1.054-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.932Zm0 14.353c-.717-.717-.23-3.038 1.739-5.933a28 28 0 0 0 4.193 4.194c-2.895 1.968-5.216 2.456-5.932 1.739m14.353 0c-.717.717-3.038.232-5.933-1.737a29 29 0 0 0 2.21-1.986q1.05-1.053 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.933M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" + d: "M18.386 12c2.311-3.245 3.49-6.598 1.851-8.237s-4.992-.46-8.237 1.85c-3.245-2.31-6.598-3.489-8.237-1.85S3.303 8.755 5.613 12c-2.31 3.245-3.489 6.598-1.85 8.237.528.528 1.233.763 2.054.763 1.733 0 3.983-1.047 6.188-2.614C14.2 19.953 16.45 21 18.188 21c.82 0 1.527-.236 2.054-.763 1.634-1.639.455-4.992-1.856-8.237m.79-7.177c.717.717.233 3.038-1.736 5.933a28 28 0 0 0-1.986-2.21 28 28 0 0 0-2.21-1.984c2.895-1.968 5.216-2.456 5.933-1.739ZM16.528 12a27 27 0 0 1-2.134 2.393A27 27 0 0 1 12 16.527a27 27 0 0 1-2.393-2.134A27 27 0 0 1 7.473 12 28 28 0 0 1 12 7.473q1.261.996 2.393 2.133A27 27 0 0 1 16.527 12ZM4.824 4.823c.206-.207.546-.314.995-.314 1.108 0 2.877.647 4.936 2.053a29 29 0 0 0-2.209 1.984 28 28 0 0 0-1.983 2.21c-1.97-2.895-2.456-5.216-1.74-5.933Zm0 14.353c-.717-.716-.23-3.037 1.739-5.932a28 28 0 0 0 4.193 4.193c-2.895 1.97-5.216 2.457-5.932 1.74Zm14.353 0c-.717.718-3.038.233-5.933-1.736a29 29 0 0 0 2.21-1.986q1.05-1.054 1.984-2.21c1.968 2.895 2.455 5.216 1.739 5.932M13.125 12a1.125 1.125 0 1 1-2.25 0 1.125 1.125 0 0 1 2.25 0" })); const SvgIconAttentionFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -1784,7 +1748,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M7.537 3a1.75 1.75 0 0 0-1.701 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 1 0 1.458.354l.71-2.927h5.123l.71 2.927a.75.75 0 1 0 1.457-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.713 3.933L15.052 16h4.396z", + d: "M7.536 3a1.75 1.75 0 0 0-1.7 1.338L2.02 20.073a.75.75 0 1 0 1.458.354l.71-2.927h8.956l-.624 2.573a.75.75 0 0 0 1.458.354l.71-2.927h5.122l.71 2.927a.75.75 0 1 0 1.458-.354L18.164 4.338A1.75 1.75 0 0 0 16.464 3zm9.714 3.933L15.052 16h4.396z", clipRule: "evenodd" })); @@ -1985,7 +1949,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 1 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", + d: "M8.275 4a1.75 1.75 0 0 0-1.44.756l-4.31 6.25a1.75 1.75 0 0 0 0 1.987l4.31 6.25a1.75 1.75 0 0 0 1.44.757H20.25A1.75 1.75 0 0 0 22 18.25V5.75A1.75 1.75 0 0 0 20.25 4zm2.443 5.47a.75.75 0 0 1 1.06 0l1.472 1.471 1.471-1.471a.75.75 0 0 1 1.061 1.06l-1.471 1.472 1.47 1.47a.75.75 0 0 1-1.061 1.06l-1.47-1.47-1.47 1.47a.75.75 0 0 1-1.06-1.06l1.47-1.47-1.472-1.472a.75.75 0 0 1 0-1.06", clipRule: "evenodd" })); @@ -2470,7 +2434,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M8.886 15.053c1.373 0 2.397-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.214 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.914-4.901c-.455-.931-1.493-1.54-2.912-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.892-1.172 2.892-2.907" + d: "M8.886 15.053c1.373 0 2.398-1.178 2.143-2.698l-.435-2.639c-.067-.388.073-.65.435-.823.897-.429 1.801-.67 2.953-.844.71-.107 1.072-.636 1.072-1.333 0-.28-.148-.442-.59-.442-1.446 0-2.893.235-4.36.744-2.477.857-4.024 2.377-3.649 4.42l.355 1.941c.215 1.139 1.179 1.674 2.076 1.674m0 .697c-1.031 0-1.922-.51-2.41-1.326.167 2.223 2.216 3.335 4.52 3.335.602 0 1.037-.074 1.46-.282a17.9 17.9 0 0 0 1.915-4.901c-.456-.931-1.494-1.54-2.913-1.915l.26 1.58c.322 1.895-.984 3.509-2.832 3.509m.007-1.714a1.13 1.13 0 0 1-1.145-1.146 1.146 1.146 0 1 1 2.29 0 1.14 1.14 0 0 1-1.145 1.146m0-.51c.355 0 .63-.28.63-.636a.626.626 0 0 0-.63-.636.63.63 0 0 0-.636.636c0 .355.274.637.636.637Zm8.698 1.902c0-1.593-1.232-2.645-2.524-2.779a18.3 18.3 0 0 1-2.036 5.217c.375.254.971.469 1.668.469 1.727 0 2.893-1.172 2.893-2.907Z" })); const SvgIconBeatsFitPro = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2485,7 +2449,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M9.2 14.84c.831 0 1.722-.49 1.916-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.334 1.131.984 1.225 1.065.16 1.902.382 2.725.784.335.16.463.395.402.756l-.402 2.431c-.234 1.406.71 2.491 1.976 2.491Zm5.606 0c1.265 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.536-.409a12.2 12.2 0 0 0-4.024.683c-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.701 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762.368 1.607.951 3.1 1.768 4.526.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.449.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.171 3.074.55 0 .958-.067 1.346-.255.817-1.426 1.4-2.92 1.762-4.526-.416-.857-1.373-1.42-2.686-1.761l.241 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.611 0a1.046 1.046 0 0 1-1.057-1.052c0-.596.468-1.064 1.057-1.064.59 0 1.052.475 1.052 1.064 0 .583-.462 1.052-1.052 1.052m-5.611-.47a.58.58 0 0 0 .582-.582.586.586 0 1 0-.583.583Zm5.611 0a.58.58 0 0 0 .583-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.755c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" + d: "M9.201 14.84c.83 0 1.721-.49 1.915-1.541l.328-1.795c.348-1.881-1.078-3.288-3.368-4.078a12.1 12.1 0 0 0-4.018-.683c-.408 0-.542.147-.542.409 0 .643.335 1.131.984 1.225 1.065.16 1.902.382 2.726.784.334.16.462.395.401.756l-.401 2.431c-.235 1.406.71 2.491 1.975 2.491Zm5.605 0c1.266 0 2.21-1.086 1.982-2.492l-.402-2.43c-.067-.362.06-.597.395-.757.83-.402 1.668-.623 2.726-.784.656-.094.984-.583.984-1.225 0-.262-.127-.409-.535-.409-1.34 0-2.666.214-4.025.683-2.284.79-3.71 2.197-3.368 4.078l.334 1.795c.188 1.051 1.085 1.54 1.909 1.54Zm-5.605.642c-1.7 0-2.906-1.487-2.612-3.234l.241-1.454c-1.305.342-2.263.904-2.685 1.762a16.4 16.4 0 0 0 1.768 4.526c.388.188.79.255 1.346.255 2.123 0 4.018-1.025 4.165-3.074-.448.75-1.265 1.219-2.223 1.219m5.605 0c-.951 0-1.775-.469-2.223-1.219.154 2.05 2.049 3.074 4.172 3.074.549 0 .957-.067 1.346-.255.817-1.426 1.4-2.92 1.76-4.526-.414-.857-1.372-1.42-2.684-1.761l.24 1.453c.295 1.747-.904 3.234-2.611 3.234M9.2 13.902a1.05 1.05 0 0 1-1.058-1.052c0-.589.469-1.064 1.058-1.064s1.058.468 1.058 1.064c0 .59-.469 1.052-1.058 1.052m5.612 0c-.59 0-1.058-.462-1.058-1.052 0-.596.468-1.064 1.058-1.064.589 0 1.051.475 1.051 1.064 0 .583-.462 1.052-1.051 1.052m-5.612-.47a.58.58 0 0 0 .583-.582.586.586 0 1 0-.583.583Zm5.612 0a.58.58 0 0 0 .582-.582.58.58 0 0 0-.582-.589.58.58 0 0 0-.59.59.58.58 0 0 0 .59.582Zm-13.64 1.756c0 1.6 1.078 2.686 2.672 2.686.643 0 1.192-.201 1.533-.436a17 17 0 0 1-1.875-4.808c-1.192.12-2.33 1.092-2.33 2.558m21.663 0c0-1.466-1.132-2.437-2.324-2.558a17 17 0 0 1-1.881 4.808c.348.235.897.436 1.54.436 1.593 0 2.665-1.085 2.665-2.686" })); const SvgIconBeatsHeadphones = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2516,7 +2480,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.85 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.728-2.029l-1.358-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.247c.677.937 1.68 1.5 2.753 1.5s2.076-.563 2.754-1.5M5.659 2.232a.75.75 0 0 1-.028 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 1 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027Zm12.683 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.937 4.84.75.75 0 0 1-1.443.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", + d: "M12 2a7.795 7.795 0 0 0-7.696 6.554l-1.357 8.417A1.75 1.75 0 0 0 4.674 19h2.834c.849 1.75 2.512 3 4.492 3s3.643-1.25 4.492-3h2.834a1.75 1.75 0 0 0 1.727-2.029l-1.357-8.417A7.795 7.795 0 0 0 12 2m2.754 17H9.245c.678.937 1.68 1.5 2.754 1.5s2.076-.563 2.754-1.5ZM5.658 2.232a.75.75 0 0 1-.027 1.06 9.25 9.25 0 0 0-2.527 4.164.75.75 0 0 1-1.442-.411 10.75 10.75 0 0 1 2.936-4.84.75.75 0 0 1 1.06.027m12.684 0a.75.75 0 0 1 1.06-.028 10.75 10.75 0 0 1 2.936 4.84.75.75 0 1 1-1.442.412 9.25 9.25 0 0 0-2.527-4.164.75.75 0 0 1-.027-1.06", clipRule: "evenodd" })); @@ -2565,7 +2529,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", strokeWidth: 1.5, - d: "M16 18.25c-.673 1.766-2.21 3-4 3-1.789 0-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.357-8.417a7.045 7.045 0 0 0-13.911 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" + d: "M16 18.25c-.673 1.766-2.21 3-4 3s-3.327-1.234-4-3m-3.326 0h14.652a1 1 0 0 0 .987-1.16l-1.358-8.417a7.045 7.045 0 0 0-13.91 0l-1.358 8.418a1 1 0 0 0 .987 1.159Z" })); const SvgIconBezierCurvesFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2758,7 +2722,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771L11.53 2.933a.5.5 0 0 0-.82.384v7.698m1.203.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.214 4.346a.5.5 0 0 1-.82-.384v-7.697M11.911 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" + d: "m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771l-5.215-4.346a.5.5 0 0 0-.82.384v7.698m1.204.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.215 4.346a.5.5 0 0 1-.82-.384v-7.697M11.912 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" })); const SvgIconBoldFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -2766,7 +2730,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -2774,7 +2738,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M5 5.438C5 4.123 6.05 3 7.417 3h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 15.75c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21 5 19.877 5 18.562zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25S14.082 6 12.917 6H8v4.5zM8 13.5h5.833c1.165 0 2.167.975 2.167 2.25S14.998 18 13.833 18H8z", + d: "M5 6.188C5 4.873 6.05 3.75 7.417 3.75h5.5c2.885 0 5.166 2.382 5.166 5.25a5.3 5.3 0 0 1-1.148 3.3A5.28 5.28 0 0 1 19 16.5c0 2.867-2.282 5.25-5.167 5.25H7.417C6.05 21.75 5 20.627 5 19.312zm7.917 5.062c1.165 0 2.166-.975 2.166-2.25s-1.001-2.25-2.166-2.25H8v4.5zM8 14.25h5.833c1.165 0 2.167.975 2.167 2.25s-1.002 2.25-2.167 2.25H8z", clipRule: "evenodd" })); @@ -3279,7 +3243,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.466H8.8z" + d: "M14.667 1.733H22v17.333zm-5.267 0H2v17.334zm2.6 6.4 4.733 10.933h-3.066l-1.4-3.467H8.8z" })); const SvgIconBrandAdonisjs = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -3294,7 +3258,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.6 21.95c-7.742 0-9.6-1.857-9.6-9.6s1.858-9.6 9.6-9.6c7.743 0 9.6 1.857 9.6 9.6s-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.137.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" + d: "M11.6 21.95c-7.743 0-9.6-1.857-9.6-9.6s1.857-9.6 9.6-9.6 9.6 1.857 9.6 9.6-1.857 9.6-9.6 9.6M8.882 7.501l-3.01 6.843c-.138.333-.255.763-.255 1.134 0 1.701 1.193 2.894 2.894 2.894.557 0 1.02-.146 1.49-.295h.001c.487-.155.982-.311 1.598-.311.623 0 1.107.155 1.584.309.466.15.926.297 1.505.297 1.701 0 2.894-1.193 2.894-2.894 0-.371-.117-.801-.254-1.134l-3.011-6.843c-.509-1.153-1.486-1.78-2.718-1.78s-2.21.627-2.718 1.78m-.254 7.919L11.6 8.694l2.933 6.726c-.84-.41-1.897-.606-2.933-.606-1.075 0-2.092.195-2.972.606" })); const SvgIconBrandAkamai = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -3955,7 +3919,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -3963,7 +3927,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M13.079 1.916a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 10.254A4.583 4.583 0 0 1 5.192 4.48l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.068.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 11.71a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075V9.475c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", + d: "M13.079 2.666a4.583 4.583 0 0 1 5.775 2.943l2.563 7.887a4.583 4.583 0 0 1-2.943 5.775l-7.886 2.563a4.583 4.583 0 0 1-5.776-2.943L2.25 11.004A4.583 4.583 0 0 1 5.192 5.23l7.887-2.563Zm-2.035 8.52a1.2 1.2 0 0 1 .593.143c.143.081.302.295.348.36a.1.1 0 0 1 .013.042v-.397c0-.041.033-.075.075-.075h.818c.041 0 .075.034.075.075v2.878a.075.075 0 0 1-.075.075h-.8a.075.075 0 0 1-.076-.075v-.397a.1.1 0 0 1-.01.038q-.134.217-.38.361a1.14 1.14 0 0 1-.581.147q-.654 0-1.086-.455-.428-.454-.428-1.133 0-.678.428-1.133.432-.454 1.086-.454m.197 2.356a.7.7 0 0 0 .53-.214.77.77 0 0 0 .209-.555.76.76 0 0 0-.208-.551.7.7 0 0 0-.531-.218.68.68 0 0 0-.523.22.77.77 0 0 0-.205.55q0 .33.205.551a.69.69 0 0 0 .523.217m-3.93-1.646c0 .073.094.104.136.045l1.277-1.76a.08.08 0 0 1 .06-.03h.975c.061 0 .097.069.06.118l-1.355 1.883a.075.075 0 0 0 0 .087l1.435 2c.036.05 0 .12-.06.12H8.825a.08.08 0 0 1-.06-.033L7.447 12.46a.075.075 0 0 0-.137.044v1.78a.075.075 0 0 1-.075.075h-.874a.075.075 0 0 1-.075-.075v-4.058c0-.041.034-.075.075-.075h.874c.042 0 .075.034.075.075zm9.447-3.848a.247.247 0 0 0-.304.172l-2.037 7.41a.247.247 0 0 0 .173.303l.406.111a.247.247 0 0 0 .303-.172l2.037-7.409a.247.247 0 0 0-.172-.304zm-1.682 1.108a.247.247 0 0 0-.304.173l-1.736 6.312a.247.247 0 0 0 .173.304l.406.112a.247.247 0 0 0 .303-.173l1.736-6.313a.247.247 0 0 0-.173-.304z", clipRule: "evenodd" })); @@ -4018,11 +3982,11 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillOpacity: 0.5, - d: "m5.548 16.636.05-7.5c.008-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.016 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.436c-1.74.344-3.355-1.017-3.343-2.82" + d: "m5.548 16.636.05-7.5c.008-1.356.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.82l-.05 7.5c-.009 1.356-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.344-3.355-1.017-3.343-2.819z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillOpacity: 0.8, - d: "m9.096 19.627.05-7.5c.009-1.357.958-2.52 2.269-2.78l7.242-1.435c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.017-3.343-2.819" + d: "m9.096 19.628.05-7.5c.009-1.358.958-2.52 2.269-2.78l7.242-1.436c1.74-.345 3.355 1.017 3.343 2.819l-.05 7.5c-.009 1.357-.958 2.52-2.269 2.78l-7.242 1.435c-1.74.345-3.355-1.016-3.343-2.818" })); const SvgIconBrandLemonsqueezy = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4174,9 +4138,9 @@ clipPath: "url(#icon-brand-netlify_svg__a)" }, /*#__PURE__*/React__namespace.createElement("path", { fillOpacity: 0.7, - d: "M7.405 18.444h-.189l-.943-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" + d: "M7.405 18.444h-.19l-.942-.942v-.189l1.441-1.441h.999l.133.133v.998zM6.273 7.784v-.19l.943-.942h.189l1.44 1.441v.998l-.132.133h-.999z" }), /*#__PURE__*/React__namespace.createElement("path", { - d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.224-1.014-.913-1.03-.354-.009-.76 0-1.193.017l-.065.067v4.154l-.115.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" + d: "M14.57 15.406H13.2l-.115-.114v-3.21c0-.572-.225-1.014-.913-1.03-.355-.009-.76 0-1.194.017l-.065.067v4.154l-.114.115H9.428l-.115-.115V9.807l.115-.115h3.086c1.2 0 2.171.972 2.171 2.171v3.429z" }), /*#__PURE__*/React__namespace.createElement("path", { fillOpacity: 0.7, d: "M7.6 13.35H2.115L2 13.237v-1.374l.115-.115H7.6l.114.115v1.374l-.114.115Zm14.286 0H16.4l-.114-.114v-1.374l.114-.115h5.486l.114.115v1.374zM11.209 7.979V3.865l.115-.115h1.374l.115.115v4.113l-.115.115h-1.374l-.115-.115Zm0 13.255V17.12l.115-.114h1.374l.115.114v4.114l-.115.115h-1.374z" @@ -4192,7 +4156,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -4200,7 +4164,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.209v6.288H8.5V8.5h1.682l5.096 6.539V8.5h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12c0-5.523-4.477-10-10-10", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10c2.088 0 4.026-.64 5.63-1.734L9.846 10.959v6.288H8.5V9.25h1.682l5.096 6.539V9.25h1.333v8h-.195l2.28 2.927A9.98 9.98 0 0 0 22 12.75c0-5.523-4.477-10-10-10", clipRule: "evenodd" })); @@ -4483,7 +4447,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.464.106.555.318.795 1.529.608 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.843 0 2.095.672 3.424 1.899-.57.6-1.142 1.28-1.684 2.034-.921.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.044-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.811 5.304-2.536.783-4.187 2.034-4.187 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.483 1.378 2.951 2.168 4.072 2.168.343 0 .652-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.308-2.719c-.15.526-.338 1.068-.55 1.61a22 22 0 0 0-1.121-1.932 19 19 0 0 1 1.671.322m-1.867 4.342c-.318.55-.644 1.072-.982 1.557a21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626m1.317-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.134 4.35a17 17 0 0 1-1.133-1.305c.367.016.742.029 1.121.029q.576.001 1.134-.029c-.367.477-.746.913-1.122 1.305m-3.033-2.401a18 18 0 0 1-1.671-.323c.15-.526.338-1.068.55-1.61q.249.489.534.979a27 27 0 0 0 .587.954M11.94 6.18q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.916 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.141-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.588.444.55.755 1.121 1.44 1.696 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.351.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483c.375-.848.677-1.675.905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" + d: "M21.951 11.623c0-1.325-1.659-2.58-4.203-3.359.587-2.593.326-4.655-.823-5.316a1.8 1.8 0 0 0-.913-.228v.909c.187 0 .338.037.465.106.554.318.794 1.529.607 3.086-.045.383-.118.787-.208 1.199a20 20 0 0 0-2.589-.445 20 20 0 0 0-1.696-2.038c1.33-1.235 2.577-1.912 3.425-1.912v-.91c-1.121 0-2.589.8-4.073 2.186-1.484-1.378-2.951-2.169-4.072-2.169v.91c.844 0 2.095.672 3.424 1.899-.57.6-1.141 1.28-1.684 2.034-.92.098-1.793.249-2.592.449a12 12 0 0 1-.212-1.183c-.192-1.557.045-2.768.595-3.09a.9.9 0 0 1 .469-.106v-.909c-.343 0-.653.074-.922.228-1.145.66-1.402 2.72-.81 5.304-2.537.783-4.188 2.034-4.188 3.355 0 1.325 1.66 2.58 4.203 3.36-.587 2.592-.326 4.655.824 5.315.265.155.575.229.917.229 1.121 0 2.589-.8 4.073-2.185 1.484 1.378 2.951 2.168 4.072 2.168.343 0 .653-.073.922-.228 1.145-.66 1.402-2.72.81-5.304 2.528-.778 4.18-2.034 4.18-3.355Zm-5.307-2.719a19 19 0 0 1-.55 1.61 22 22 0 0 0-1.121-1.932q.869.128 1.67.322Zm-1.867 4.342a22 22 0 0 1-.983 1.557 21 21 0 0 1-3.677.004 21 21 0 0 1-1.834-3.172 21.7 21.7 0 0 1 1.826-3.184 21 21 0 0 1 3.677-.003 21 21 0 0 1 1.835 3.172 23 23 0 0 1-.845 1.626Zm1.316-.53c.22.546.408 1.092.563 1.622-.534.13-1.097.24-1.68.327a23 23 0 0 0 1.117-1.95Zm-4.133 4.35a17 17 0 0 1-1.134-1.305c.367.016.742.029 1.121.029q.577.001 1.134-.029a16 16 0 0 1-1.121 1.305m-3.033-2.401a18 18 0 0 1-1.672-.323c.151-.526.338-1.068.55-1.61.168.326.343.652.535.979a27 27 0 0 0 .587.954m3.012-8.484q.57.588 1.133 1.304a25 25 0 0 0-1.12-.028q-.577-.001-1.134.028c.367-.476.746-.913 1.121-1.304M8.922 8.582a23 23 0 0 0-1.117 1.945 18 18 0 0 1-.562-1.623 20 20 0 0 1 1.68-.322Zm-3.689 5.104c-1.443-.616-2.377-1.423-2.377-2.063s.934-1.451 2.377-2.063c.35-.15.734-.285 1.13-.411.232.799.537 1.63.917 2.482a19 19 0 0 0-.905 2.47 12 12 0 0 1-1.142-.415m2.193 5.826c-.554-.318-.795-1.53-.607-3.086.045-.384.118-.787.208-1.199.799.196 1.671.346 2.589.444.55.755 1.12 1.44 1.695 2.039-1.329 1.235-2.576 1.912-3.424 1.912a1 1 0 0 1-.46-.11Zm9.67-3.107c.192 1.557-.045 2.768-.595 3.09a.9.9 0 0 1-.469.106c-.844 0-2.095-.672-3.424-1.9.57-.599 1.141-1.28 1.683-2.034a19 19 0 0 0 2.593-.448q.143.618.212 1.186m1.57-2.719c-.35.15-.734.285-1.13.412a20 20 0 0 0-.917-2.483 19 19 0 0 0 .905-2.47q.607.19 1.146.415c1.443.616 2.376 1.423 2.376 2.063-.004.64-.937 1.452-2.38 2.063" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", d: "M11.947 13.486a1.863 1.863 0 1 0 0-3.726 1.863 1.863 0 0 0 0 3.726" @@ -4627,7 +4591,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.036-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.03-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.316-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.172-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.017.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.844-.745-2.918-.745-1.072 0-2.051.251-2.916.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.01 2.212 0 .02-.02.033-.037.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.368-.04c-.542 0-.969.274-1.142.731-.128.34-.108.684.056.996.129.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.801.533a.5.5 0 0 1 .153.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157 1 1 0 0 0-.112.059c-.042.025-.401.204-.477.469-.111.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.076.195.1.318.04.207.126.46.38.636.28.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.256-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.224-.131q.123-.037.276-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" + d: "M21.628 16.894c-.084-.28-.488-.475-.488-.475-.037-.022-.073-.039-.1-.053a7.7 7.7 0 0 1-1.767-1.157 6 6 0 0 1-1.024-1.167 4.4 4.4 0 0 1-.563-1.163c-.04-.15-.031-.21 0-.287a.46.46 0 0 1 .142-.157c.226-.159.591-.396.815-.541.192-.126.36-.234.457-.301.315-.22.53-.444.659-.687.164-.312.184-.658.055-.996-.173-.457-.6-.73-1.14-.73-.12 0-.246.013-.369.038-.31.067-.605.179-.85.274-.018.008-.037-.006-.037-.025.025-.611.056-1.432-.011-2.213-.062-.706-.207-1.3-.444-1.819a4.8 4.8 0 0 0-.792-1.183 4.9 4.9 0 0 0-1.25-1.007c-.862-.494-1.845-.745-2.919-.745-1.071 0-2.05.251-2.915.742A5 5 0 0 0 7.834 4.25a5 5 0 0 0-.792 1.183c-.237.52-.382 1.114-.444 1.82-.067.78-.039 1.537-.011 2.212 0 .02-.02.033-.036.025a6 6 0 0 0-.851-.273 1.7 1.7 0 0 0-.369-.04c-.54 0-.968.274-1.14.731-.129.34-.11.684.055.996.128.243.343.466.659.687.097.067.265.176.457.301.22.143.575.371.8.533a.5.5 0 0 1 .154.168c.034.08.04.139-.002.298a4.4 4.4 0 0 1-.561 1.152c-.276.419-.622.81-1.024 1.167a7.8 7.8 0 0 1-1.766 1.157q-.048.021-.112.059c-.042.025-.402.204-.477.469-.112.39.184.756.491.954.497.32 1.102.494 1.454.586q.146.037.268.075c.05.017.175.064.231.134.067.087.075.195.1.318.04.207.126.46.38.636.279.193.636.207 1.085.223.472.017 1.058.042 1.727.263.31.103.592.276.918.477.681.418 1.53.94 2.977.94 1.448 0 2.302-.524 2.988-.943.324-.198.603-.371.907-.471.67-.221 1.255-.243 1.727-.263.45-.017.806-.03 1.085-.223.274-.187.352-.469.388-.68.02-.104.034-.199.092-.277.05-.067.168-.112.223-.131q.124-.037.277-.078c.351-.095.79-.204 1.325-.508.633-.363.678-.812.611-1.032Z" })); const SvgIconBrandSpotify = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4642,7 +4606,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12 2C6.475 2 1.998 6.477 1.998 12s4.477 10 10 10c5.524 0 10-4.477 10-10s-4.476-10-10-10Zm4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.386.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.233 1.329a.78.78 0 0 1 .257 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" + d: "M12 2C6.475 2 2 6.477 2 12s4.476 10 10 10c5.523 0 10-4.477 10-10S17.523 2 12 2m4.585 14.423a.623.623 0 0 1-.857.207c-2.348-1.435-5.304-1.76-8.785-.964a.624.624 0 0 1-.277-1.216c3.81-.87 7.077-.495 9.713 1.116.293.18.387.563.206.857M17.81 13.7a.78.78 0 0 1-1.072.257c-2.688-1.653-6.786-2.131-9.965-1.166a.78.78 0 0 1-.453-1.492c3.632-1.102 8.147-.568 11.234 1.329a.78.78 0 0 1 .256 1.072m.105-2.836c-3.223-1.914-8.54-2.09-11.617-1.156a.935.935 0 1 1-.543-1.79c3.532-1.072 9.404-.865 13.115 1.338a.934.934 0 1 1-.954 1.608Z" })); const SvgIconBrandStripe = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4667,14 +4631,14 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "m16.458 9.163.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 2.818h9.003V2H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783A5.46 5.46 0 0 0 16.458 2zm4.672 4.645v8.984h.783V7.463zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V7.463H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2A5.46 5.46 0 0 0 2 7.463zM16.27 8.804l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 8.81l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 8.803l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" + d: "m16.458 9.913.34.204a.42.42 0 0 0-.142-.557zm-4.61 2.631-.186.36a.38.38 0 0 0 .373 0zm-4.674-2.63-.196-.355a.41.41 0 0 0-.195.36.41.41 0 0 0 .205.354zm4.674-2.824.198-.353a.38.38 0 0 0-.394-.002zm0 11.23-.202.35a.38.38 0 0 0 .402.001zm-4.674-2.952-.337-.208a.42.42 0 0 0 .135.558zm9.22.128.2.352a.41.41 0 0 0 .191-.353.41.41 0 0 0-.193-.351zM7.455 3.568h9.003V2.75H7.455zm9.003 0c2.598 0 4.672 2.097 4.672 4.645h.783a5.46 5.46 0 0 0-5.455-5.463zm4.672 4.645v8.984h.783V8.213zm0 8.984c0 2.547-2.074 4.644-4.672 4.644v.818a5.46 5.46 0 0 0 5.455-5.462zm-4.672 4.644H7.455v.818h9.003zm-9.003 0c-2.598 0-4.672-2.097-4.672-4.644H2a5.46 5.46 0 0 0 5.455 5.462zm-4.672-4.644V8.213H2v8.984zm0-8.984c0-2.548 2.074-4.645 4.672-4.645V2.75A5.46 5.46 0 0 0 2 8.213zM16.27 9.554l-4.61 2.631.375.718 4.61-2.63zm-8.9.713 4.674-2.823-.392-.709L6.978 9.56l.392.708Zm4.28-2.824 4.61 2.823.396-.706-4.61-2.823zm.4 10.526-4.674-2.952-.404.7 4.674 2.953.404-.7Zm-.017-5.785-2.337-1.316-.37.72 2.336 1.316zm-2.337-1.316L7.36 9.553l-.37.72 2.336 1.316.371-.72Zm-2.185 4.708 2.337-4.14-.674-.415-2.337 4.139zm4.537 3.095 4.546-2.823-.4-.704-4.546 2.824zm4.07-8.961-2.305 4.203.68.407 2.304-4.203zm-2.305 4.203-2.305 4.203.68.407 2.304-4.203zm2.78 1.23-2.242-1.38-.397.706 2.241 1.38.397-.706Z" })); const SvgIconBrandTailwindcss = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -4989,7 +4953,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "m2 5.582 8.148-1.11.004 7.86-8.144.046zm8.145 7.655.006 7.867-8.145-1.12v-6.8zm.987-8.91L21.936 2.75v9.482l-10.804.085zM21.94 13.31l-.003 9.439-10.804-1.525-.015-7.932z" + d: "m2 5.582 8.148-1.11.004 7.86-8.145.046zm8.144 7.655.007 7.867-8.145-1.12v-6.8zm.988-8.91L21.936 2.75v9.482l-10.804.085zm10.806 8.984-.002 9.439-10.804-1.525-.015-7.932z" })); const SvgIconBrandX = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -5852,7 +5816,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.867 2.95a1 1 0 0 1-.266 1.003l-.914.877a.95.95 0 0 0-.184 1.16 13.06 13.06 0 0 0 4.829 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.423-.985.97-.985h3.515a1 1 0 0 1 .959.718" + d: "M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.868 2.95a1 1 0 0 1-.267 1.003l-.914.877a.95.95 0 0 0-.183 1.16 13.06 13.06 0 0 0 4.828 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.424-.985.97-.985h3.515a1 1 0 0 1 .96.718Z" })); const SvgIconCallOffFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -6133,7 +6097,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 1 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", + d: "M6.641 9.298a4.75 4.75 0 0 1 6.718 0l.343.343a4.73 4.73 0 0 1 1.354 2.766.75.75 0 0 1-1.488.186 3.23 3.23 0 0 0-.927-1.891l-.343-.343a3.25 3.25 0 0 0-4.596 0l-3.343 3.343a3.25 3.25 0 0 0 0 4.596l.343.343a3.25 3.25 0 0 0 4.596 0l.172-.171a.75.75 0 1 1 1.06 1.06l-.171.172a4.75 4.75 0 0 1-6.718 0l-.343-.343a4.75 4.75 0 0 1 0-6.718z", clipRule: "evenodd" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", @@ -6166,27 +6130,30 @@ d: "M9.688 12.5a4 4 0 0 0 1.14 2.328l.344.344a4 4 0 0 0 5.656 0l3.344-3.344a4 4 0 0 0 0-5.657l-.344-.343a4 4 0 0 0-5.656 0L14 6" })); - const SvgIconChart2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartAnalyticsFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M16 4.501a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v15a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5zm-5 4a1.5 1.5 0 0 0-1.5 1.5v9.5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-9.5a1.5 1.5 0 0 0-1.5-1.5zm-6.5 5.5a1.5 1.5 0 0 0-1.5 1.5v4a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-4a1.5 1.5 0 0 0-1.5-1.5z" + d: "M3 4.5a.75.75 0 0 1 .75-.75h16.5a.75.75 0 0 1 .75.75V12h-4.298l-2.04-3.85a.75.75 0 0 0-1.34.03L9.96 15.324 8.412 12.4a.75.75 0 0 0-.662-.4H3z" + }), /*#__PURE__*/React__namespace.createElement("path", { + fill: "currentColor", + d: "M3 13.5V21c0 .414.336.75.75.75h16.5A.75.75 0 0 0 21 21v-7.5h-4.75a.75.75 0 0 1-.663-.4l-1.547-2.922-3.361 7.141a.75.75 0 0 1-1.342.032L7.298 13.5z" })); - const SvgIconChart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartAnalytics = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -6196,118 +6163,135 @@ strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-5.5h-5a.5.5 0 0 0-.5.5v4.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0V9.75a.5.5 0 0 1 .5-.5h5v11m0 0h5a.5.5 0 0 0 .5-.5V4.25a.5.5 0 0 0-.5-.5h-4.5a.5.5 0 0 0-.5.5z" + d: "M3.75 12.75h4L10 17l4-8.5 2.25 4.25h4M3.75 4.5h16.5V21H3.75z" })); - const SvgIconChart3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartBarDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M11 3.001a1.5 1.5 0 0 0-1.5 1.5v15a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-15a1.5 1.5 0 0 0-1.5-1.5zm-6.5 10a1.5 1.5 0 0 0-1.5 1.5v5a1.5 1.5 0 0 0 1.5 1.5h2a1.5 1.5 0 0 0 1.5-1.5v-5a1.5 1.5 0 0 0-1.5-1.5zm11.5-3.5a1.5 1.5 0 0 1 1.5-1.5h2a1.5 1.5 0 0 1 1.5 1.5v10a1.5 1.5 0 0 1-1.5 1.5h-2a1.5 1.5 0 0 1-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M21.248 17.5V20m-6.166-6.5V20M8.916 9.5V20M2.75 5.5V20" })); - const SvgIconChart3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartBarUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.25 20.25v-6.5h-5a.5.5 0 0 0-.5.5v5.5a.5.5 0 0 0 .5.5zm0 0h5.5m-5.5 0v-16a.5.5 0 0 1 .5-.5h4.5a.5.5 0 0 1 .5.5v16m0 0h5a.5.5 0 0 0 .5-.5V9.25a.5.5 0 0 0-.5-.5h-5z" + d: "M2.75 17.5V20m6.166-6.5V20m6.166-10.5V20m6.166-14.5V20" })); - const SvgIconChart4Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartBar = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M17.5 3.001a1.5 1.5 0 0 0-1.5 1.5V19.5h-1.5v-9.499a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H8v-3.999a1.5 1.5 0 0 0-1.5-1.5h-2a1.5 1.5 0 0 0-1.5 1.5V19.5H1.75a.75.75 0 0 0 0 1.5h20.5a.75.75 0 0 0 0-1.5H21V4.501a1.5 1.5 0 0 0-1.5-1.5z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.5V20M8.916 5.5V20m6.166-5.5V20m6.166-11.5V20" })); - const SvgIconChart4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartLineDown = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M9.25 14.75H10a.75.75 0 0 0-.75-.75zm-5.5 5.5H3V21h.75zm11-11h.75a.75.75 0 0 0-.75-.75zm5.5 11V21H21v-.75zm-18.5-.75a.75.75 0 0 0 0 1.5zm20.5 1.5a.75.75 0 0 0 0-1.5zm-18-5.5h5V14h-5zm4.25-.75v5.5H10v-5.5zm.75 4.75h-5.5V21h5.5zm-4.75.75v-5H3v5zM4.25 14C3.56 14 3 14.56 3 15.25h1.5a.25.25 0 0 1-.25.25zm5.5-4h5V8.5h-5zM14 9.25v11h1.5v-11zm.75 10.25h-5.5V21h5.5zm-4.75.75V9.75H8.5v10.5zM9.75 8.5c-.69 0-1.25.56-1.25 1.25H10a.25.25 0 0 1-.25.25zm5.5-4h4.5V3h-4.5zm4.25-.25v16H21v-16zm.75 15.25h-5.5V21h5.5zm-4.75.75v-16H14v16zM19.75 4.5a.25.25 0 0 1-.25-.25H21C21 3.56 20.44 3 19.75 3zM15.25 3C14.56 3 14 3.56 14 4.25h1.5a.25.25 0 0 1-.25.25zM1.75 21h20.5v-1.5H1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 13.781 5 10.75l3 5L13 4.5 18 21l3.25-6.188" })); - const SvgIconChart5Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartLineUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M4.501 1.751a.75.75 0 1 0-1.5 0v20.5a.75.75 0 0 0 1.5 0v-1.25H19.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H14a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501v-1.5H8.5a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5H4.501z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M2.75 11.719 5 14.75l3-5L13 21l5-16.5 3.25 6.188" })); - const SvgIconChart5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartPresentation2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M9.25 9.25V10H10v-.75zm-5.5 0H3zm0-5.5V3a.75.75 0 0 0-.75.75zm5.5.5H8.5zm-.5-.5V3zm6 11v.75h.75v-.75zm0-5H14zm-.5-.5V10zm-10.5 11H3c0 .414.336.75.75.75zm16.5-.5H21zm-.5.5v-.75zm.5-5h-.75zm-.5-.5V14zM4.5 1.75a.75.75 0 0 0-1.5 0zM3 22.25a.75.75 0 0 0 1.5 0zm5.5-18v5H10v-5zm.75 4.25h-5.5V10h5.5zm-4.75.75v-5.5H3v5.5zM3.75 4.5h5V3h-5zM10 4.25C10 3.56 9.44 3 8.75 3v1.5a.25.25 0 0 1-.25-.25zm4 5.5v5h1.5v-5zm.75 4.25h-11v1.5h11zm-10.25.75v-5.5H3v5.5zM3.75 10h10.5V8.5H3.75zm11.75-.25c0-.69-.56-1.25-1.25-1.25V10a.25.25 0 0 1-.25-.25zm4 5.5v4.5H21v-4.5zm.25 4.25h-16V21h16zm-15.25.75v-5.5H3v5.5zm-.75-4.75h16V14h-16zm15.75 4.25a.25.25 0 0 1 .25-.25V21c.69 0 1.25-.56 1.25-1.25zm1.5-4.5c0-.69-.56-1.25-1.25-1.25v1.5a.25.25 0 0 1-.25-.25zM3 1.75v20.5h1.5V1.75z" + fillRule: "evenodd", + d: "M1 4.5a.75.75 0 0 1 .75-.75h20.5a.75.75 0 0 1 0 1.5H21V18a.75.75 0 0 1-.75.75h-6.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 19.352l-1.376 2.064a.75.75 0 1 1-1.248-.832l1.223-1.834H3.75A.75.75 0 0 1 3 18V5.25H1.75A.75.75 0 0 1 1 4.5m11.75 4a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0V14a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0V14A.75.75 0 0 0 9 14z", + clipRule: "evenodd" })); - const SvgIconChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartPresentation2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M17.42 3a1.75 1.75 0 0 0-1.75 1.75v14.5c0 .966.783 1.75 1.75 1.75h1.83A1.75 1.75 0 0 0 21 19.25V4.75A1.75 1.75 0 0 0 19.25 3zm-6.34 5.334a1.75 1.75 0 0 0-1.75 1.75v9.167c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-9.167a1.75 1.75 0 0 0-1.75-1.75zm-6.33 4.443A1.75 1.75 0 0 0 3 14.527v4.723c0 .966.784 1.75 1.75 1.75h1.83a1.75 1.75 0 0 0 1.75-1.75v-4.723a1.75 1.75 0 0 0-1.75-1.75z" + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M3.75 4.5h16.5m-16.5 0V18h16.5V4.5m-16.5 0H23h-2.75m-16.5 0H1M14 21l-1.666-2.5M10 21l1.666-2.5M12 8.5V14m-3.75-1.5V14m7.5-3.5V14" })); - const SvgIconChartLine = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartPresentationFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6318,14 +6302,13 @@ "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m1.75 16.833 4.43-5.041a1 1 0 0 1 1.45-.056l5.62 5.484a1 1 0 0 0 1.487-.1L22.25 7.5" + fill: "currentColor", + fillRule: "evenodd", + d: "M2 4.5a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 .75.75V19a.75.75 0 0 1-.75.75h-5.256l.727 2.544a.75.75 0 1 1-1.442.412l-.845-2.956H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412l.727-2.544H2.75A.75.75 0 0 1 2 19zm6.5 9a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0zM12 7.75a.75.75 0 0 1 .75.75V15a.75.75 0 0 1-1.5 0V8.5a.75.75 0 0 1 .75-.75m5 3.75a.75.75 0 0 0-1.5 0V15a.75.75 0 0 0 1.5 0z", + clipRule: "evenodd" })); - const SvgIconChartTrendingUp = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartPresentation = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, @@ -6340,25 +6323,25 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15.75 7.5h5.5V13m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 18" + d: "m16 22.5-.857-3M8 22.5l.857-3m-1.107-6V15M12 8.5V15m4.25-3.5V15m5-10.5V19H2.75V4.5z" })); - const SvgIconChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + const SvgIconChartTrending = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", - strokeLinecap: "square", + strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M4.75 13.527a1 1 0 0 0-1 1v4.723a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-4.723a1 1 0 0 0-1-1zm6.33-4.443a1 1 0 0 0-1 1v9.167a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1v-9.167a1 1 0 0 0-1-1zm6.34-5.334a1 1 0 0 0-1 1v14.5a1 1 0 0 0 1 1h1.83a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1z" + d: "M15.75 7.5h5.5V13m-.514-4.975L13 15.75l-4-4L2.75 18" })); const SvgIconCheck = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -8110,7 +8093,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.644 1.765zm0 8.235H7.75m4.25 0h4.25" + d: "M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.645 1.765zm0 8.235H7.75m4.25 0h4.25" })); const SvgIconCodeBrackets = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -8276,7 +8259,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8284,7 +8267,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3 6.5a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2A3.5 3.5 0 1 1 6.5 14h2v-4h-2A3.5 3.5 0 0 1 3 6.5m5.5 2v-2a2 2 0 1 0-2 2zM10 10v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", + d: "M3 7.25a3.5 3.5 0 1 1 7 0v2h4v-2a3.5 3.5 0 1 1 3.5 3.5h-2v4h2a3.5 3.5 0 1 1-3.5 3.5v-2h-4v2a3.5 3.5 0 1 1-3.5-3.5h2v-4h-2A3.5 3.5 0 0 1 3 7.25m5.5 2v-2a2 2 0 1 0-2 2zm1.5 1.5v4h4v-4zm-1.5 5.5h-2a2 2 0 1 0 2 2zm7 0v2a2 2 0 1 0 2-2zm0-7h2a2 2 0 1 0-2-2z", clipRule: "evenodd" })); @@ -8293,7 +8276,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -8302,7 +8285,7 @@ stroke: "currentColor", strokeLinecap: "square", strokeWidth: 1.5, - d: "M9.25 9.25V6.5A2.75 2.75 0 1 0 6.5 9.25zm0 0h5.5m-5.5 0v5.5m5.5-5.5V6.5a2.75 2.75 0 1 1 2.75 2.75zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75a2.75 2.75 0 1 1-2.75-2.75zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" + d: "M9.25 10V7.25A2.75 2.75 0 1 0 6.5 10zm0 0h5.5m-5.5 0v5.5m5.5-5.5V7.25A2.75 2.75 0 1 1 17.5 10zm0 0v5.5m-5.5 0h5.5m-5.5 0v2.75A2.75 2.75 0 1 1 6.5 15.5zm5.5 0v2.75a2.75 2.75 0 1 0 2.75-2.75z" })); const SvgIconCommand = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -8333,7 +8316,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M19.929 2.526a1.25 1.25 0 0 1 1.545 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203l12.6-3.6ZM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", + d: "M19.928 2.526a1.25 1.25 0 0 1 1.546 1.546l-3.6 12.6a1.75 1.75 0 0 1-1.202 1.202l-12.6 3.6a1.25 1.25 0 0 1-1.546-1.545l3.6-12.6a1.75 1.75 0 0 1 1.202-1.203zM9.625 12a2.375 2.375 0 1 1 4.75 0 2.375 2.375 0 0 1-4.75 0", clipRule: "evenodd" })); @@ -8351,7 +8334,7 @@ stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16.466 17.153a1 1 0 0 0 .686-.687l3.6-12.6a.5.5 0 0 0-.617-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" + d: "M16.466 17.153a1 1 0 0 0 .687-.687l3.6-12.6a.5.5 0 0 0-.618-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", strokeLinejoin: "round", @@ -8905,7 +8888,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.396 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" + d: "M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.397 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" })); const SvgIconCursorClickFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -9238,7 +9221,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.343 9.342a1.75 1.75 0 0 1-2.475 0l-9.341-9.342a1.75 1.75 0 0 1-.011-2.464zM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", + d: "M6.564 3.523A1.75 1.75 0 0 1 7.812 3h8.376c.47 0 .919.189 1.248.523l5.154 5.244a1.75 1.75 0 0 1-.01 2.464l-9.342 9.342a1.75 1.75 0 0 1-2.475 0L1.42 11.231a1.75 1.75 0 0 1-.01-2.464l5.153-5.244ZM9.03 7.22a.75.75 0 0 1 0 1.06L7.31 10l1.72 1.72a.75.75 0 1 1-1.06 1.06l-2.25-2.25a.75.75 0 0 1 0-1.06l2.25-2.25a.75.75 0 0 1 1.06 0", clipRule: "evenodd" })); @@ -9260,43 +9243,6 @@ d: "M8.5 7.75 6.25 10l2.25 2.25m4.207 7.793L22.05 10.7a1 1 0 0 0 .006-1.408l-5.154-5.244a1 1 0 0 0-.713-.299H7.812a1 1 0 0 0-.713.299L1.945 9.293A1 1 0 0 0 1.95 10.7l9.342 9.342a1 1 0 0 0 1.414 0Z" })); - const SvgIconDocumentChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M5.75 2H12v6.25c0 .966.784 1.75 1.75 1.75H20v10.25A1.75 1.75 0 0 1 18.25 22H5.75A1.75 1.75 0 0 1 4 20.25V3.75C4 2.784 4.784 2 5.75 2m3.5 14.75a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 13a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 12 13m4.25 2.75a.75.75 0 0 0-1.5 0v2.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "m19.487 8.427.07.073H13.75a.25.25 0 0 1-.25-.25V2.443q.038.034.073.07z" - })); - - const SvgIconDocumentChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeWidth: 1.5, - d: "M12.75 3.25v5a1 1 0 0 0 1 1h5m-10.25 8v-1.5m3.5 1.5v-4.5m3.5 4.5v-2.5m-9.75-12h6.586a1 1 0 0 1 .707.293l5.914 5.914a1 1 0 0 1 .293.707V20.25a1 1 0 0 1-1 1H5.75a1 1 0 0 1-1-1V3.75a1 1 0 0 1 1-1Z" - })); - const SvgIconDonutFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -10556,76 +10502,6 @@ d: "M19.798 8.75H13.75a.5.5 0 0 1-.5-.5V2.356a.5.5 0 0 0-.912-.284L3.791 14.466a.5.5 0 0 0 .411.784h6.048a.5.5 0 0 1 .5.5v5.894a.5.5 0 0 0 .912.284l8.547-12.394a.5.5 0 0 0-.411-.784Z" })); - const SvgIconFlipchart2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M2 4.75C2 3.784 2.784 3 3.75 3h16.5c.966 0 1.75.784 1.75 1.75v12.5A1.75 1.75 0 0 1 20.25 19h-4.256l.727 2.544a.75.75 0 1 1-1.442.412L14.434 19H9.566l-.845 2.956a.75.75 0 0 1-1.442-.412L8.006 19H3.75A1.75 1.75 0 0 1 2 17.25zm6.5 8a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0zM12 7a.75.75 0 0 1 .75.75v6.5a.75.75 0 0 1-1.5 0v-6.5A.75.75 0 0 1 12 7m5 3.75a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" - })); - - const SvgIconFlipchart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m16 21.75-.857-3M8 21.75l.857-3m-1.107-6v1.5M12 7.75v6.5m4.25-3.5v3.5m-13.5-9.5v12.5a1 1 0 0 0 1 1h16.5a1 1 0 0 0 1-1V4.75a1 1 0 0 0-1-1H3.75a1 1 0 0 0-1 1" - })); - - const SvgIconFlipchartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M1 3.75A.75.75 0 0 1 1.75 3h20.5a.75.75 0 0 1 0 1.5H21v11.75A1.75 1.75 0 0 1 19.25 18h-5.849l1.223 1.834a.75.75 0 1 1-1.248.832L12 18.602l-1.376 2.064a.75.75 0 1 1-1.248-.832L10.599 18H4.75A1.75 1.75 0 0 1 3 16.25V4.5H1.75A.75.75 0 0 1 1 3.75m11.75 4a.75.75 0 0 0-1.5 0v5.5a.75.75 0 0 0 1.5 0zm3.75 2a.75.75 0 0 0-1.5 0v3.5a.75.75 0 0 0 1.5 0zm-7.5 2a.75.75 0 0 0-1.5 0v1.5a.75.75 0 0 0 1.5 0z", - clipRule: "evenodd" - })); - - const SvgIconFlipchart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M3.75 3.75h16.5m-16.5 0v12.5a1 1 0 0 0 1 1h14.5a1 1 0 0 0 1-1V3.75m-16.5 0H23h-2.75m-16.5 0H1m13 16.5-1.666-2.5M10 20.25l1.666-2.5m.334-10v5.5m-3.75-1.5v1.5m7.5-3.5v3.5" - })); - const SvgIconFloppyDisk2Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -11230,7 +11106,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.743.05-5.702.482-6.88 1.148-1.196.675-1.672 1.629-2.425 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.738-2.004 4.473-2.845 8.38-2.937z" + d: "M11.748 4.37c0-1.08 1.28-1.652 2.085-.93l8.501 7.63a1.25 1.25 0 0 1 0 1.86l-8.501 7.63c-.805.722-2.085.15-2.085-.93v-3.375c-3.744.05-5.702.482-6.881 1.148-1.195.675-1.672 1.629-2.424 3.135l-.024.047a.75.75 0 0 1-1.421-.335c0-4.265.552-7.455 2.37-9.554 1.737-2.004 4.473-2.845 8.38-2.937z" })); const SvgIconForwardLeftFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -11689,7 +11565,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.294-6.614.408-.96.913-1.785 1.512-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.598-.595-1.103-1.42-1.511-2.38-.745-1.752-1.216-4.07-1.294-6.615zm12.136 9.015c4.246-.936 7.479-4.571 7.808-9.015H16.99c-.078 2.545-.549 4.863-1.294 6.615-.408.96-.913 1.785-1.512 2.38zm7.808-10.515a10.01 10.01 0 0 0-7.808-9.015l.02.02c.598.596 1.104 1.42 1.511 2.38.745 1.753 1.216 4.07 1.294 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.59 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.078 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" + d: "M2.028 11.25H7.01c.078-2.544.549-4.862 1.293-6.614.408-.96.913-1.785 1.513-2.382l.02-.02c-4.247.937-7.48 4.573-7.81 9.016Zm0 1.5a10.005 10.005 0 0 0 7.808 9.015l-.02-.02c-.599-.595-1.104-1.42-1.512-2.38-.744-1.752-1.215-4.07-1.293-6.615zm12.135 9.015c4.247-.936 7.48-4.571 7.81-9.015h-4.985c-.077 2.545-.548 4.863-1.293 6.615-.408.96-.913 1.785-1.512 2.38zm7.809-10.515a10.005 10.005 0 0 0-7.809-9.015l.02.02c.6.596 1.104 1.42 1.512 2.38.745 1.753 1.216 4.07 1.293 6.615zm-8.847-7.932c-.415-.413-.794-.568-1.125-.568s-.71.155-1.125.568c-.418.416-.829 1.055-1.19 1.904C9.032 6.76 8.589 8.87 8.512 11.25h6.976c-.078-2.38-.52-4.49-1.173-6.028-.361-.85-.772-1.488-1.19-1.904m1.19 15.46c.653-1.537 1.095-3.648 1.173-6.028H8.512c.077 2.38.52 4.491 1.173 6.028.361.85.772 1.489 1.19 1.905.415.413.794.567 1.125.567s.71-.154 1.125-.567c.418-.416.829-1.055 1.19-1.905" })); const SvgIconGlobe2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -12873,7 +12749,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12881,7 +12757,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M9 3.75A.75.75 0 0 1 9.75 3h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 3.75", + d: "M9 4.5a.75.75 0 0 1 .75-.75h9.5a.75.75 0 0 1 0 1.5h-4.194l-4.545 15h3.75a.75.75 0 0 1 0 1.5H4.75a.75.75 0 0 1 0-1.5h4.194l4.545-15H9.75A.75.75 0 0 1 9 4.5", clipRule: "evenodd" })); @@ -12890,7 +12766,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -12900,7 +12776,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M9.75 3.75h4.75m4.75 0H14.5m0 0-5 16.5m0 0H4.75m4.75 0h4.76" + d: "M9.75 4.5h4.75m4.75 0H14.5m0 0L9.5 21m0 0H4.75m4.75 0h4.76" })); const SvgIconJudgeGavelFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -13867,60 +13743,6 @@ d: "M8.748 17.75v-.65a1.09 1.09 0 0 0-.539-.916A7.24 7.24 0 0 1 4.748 10a7.25 7.25 0 1 1 11.04 6.183 1.09 1.09 0 0 0-.538.916v.65m-6.502 0v1.249a3.251 3.251 0 1 0 6.502 0V17.75m-6.502 0h6.502" })); - const SvgIconLineChart6 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M9.25 10.75v5.5m5-11.5v11.5m5-3.5v3.5M3.75 3.75v15.5a1 1 0 0 0 1 1h16.5" - })); - - const SvgIconLineChartL = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M21.248 16.75v2.5m-6.166-6.5v6.5M8.916 8.75v10.5M2.75 4.75v14.5" - })); - - const SvgIconLineChartR = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 16.75v2.5m6.166-6.5v6.5m6.166-10.5v10.5m6.166-14.5v14.5" - })); - const SvgIconLink = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -14034,7 +13856,7 @@ stroke: "currentColor", strokeOpacity: 0.25, strokeWidth: 3.636, - d: "M11.909 21a9.09 9.09 0 1 0 0-18.182 9.09 9.09 0 0 0 0 18.182Z" + d: "M11.91 21a9.091 9.091 0 1 0 0-18.182 9.091 9.091 0 0 0 0 18.182Z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", d: "M4.636 11.91a7.273 7.273 0 0 1 7.273-7.274V1C5.885 1 1 5.885 1 11.91zm1.819 4.81a7.24 7.24 0 0 1-1.819-4.81H1c0 2.764 1.032 5.294 2.727 7.215z" @@ -14838,7 +14660,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.894 13.334a.75.75 0 0 0-.75-.188A8.257 8.257 0 0 1 10.851 2.854a.75.75 0 0 0-.938-.938 9.83 9.83 0 0 0-4.96 3.469A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.292a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.943" + d: "M21.894 13.334a.75.75 0 0 0-.75-.187A8.258 8.258 0 0 1 10.851 2.853a.75.75 0 0 0-.938-.937 9.83 9.83 0 0 0-4.96 3.468A9.75 9.75 0 0 0 12.75 21a9.66 9.66 0 0 0 5.861-1.957 9.83 9.83 0 0 0 3.469-4.96.75.75 0 0 0-.186-.749m-4.185 4.51A8.25 8.25 0 0 1 6.156 6.293a8.34 8.34 0 0 1 2.943-2.438 9.76 9.76 0 0 0 11.05 11.047 8.34 8.34 0 0 1-2.44 2.944Z" })); const SvgIconMouseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15519,44 +15341,6 @@ d: "M5.75 10.75v4.5a6 6 0 0 0 6 6h.5a6 6 0 0 0 6-6V7a4.25 4.25 0 0 0-8.5 0v7.875a2.125 2.125 0 0 0 4.25 0V7.75" })); - const SvgIconPasskeyFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" - }), /*#__PURE__*/React__namespace.createElement("path", { - fill: "currentColor", - fillRule: "evenodd", - d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", - clipRule: "evenodd" - })); - - const SvgIconPasskey = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" - })); - const SvgIconPauseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15689,7 +15473,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.746 3.746 0 0 1-2.563 4.22 3.74 3.74 0 0 1-1.776.119 3.74 3.74 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" + d: "m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.75 3.75 0 0 1-1.043 3.296 3.75 3.75 0 0 1-3.296 1.043 3.75 3.75 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" })); const SvgIconPercentFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15697,7 +15481,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15705,7 +15489,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2M8 9a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", + d: "M12 2.75c-5.523 0-10 4.477-10 10s4.477 10 10 10 10-4.477 10-10-4.477-10-10-10m-4 7a1 1 0 1 0 2 0 1 1 0 0 0-2 0m6 6a1 1 0 1 0 2 0 1 1 0 0 0-2 0m2.53-6.47a.75.75 0 0 0-1.06-1.06l-8 8a.75.75 0 1 0 1.06 1.06z", clipRule: "evenodd" })); @@ -15714,7 +15498,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15724,14 +15508,14 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m16 8-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" + d: "m16 8.75-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 0.5, - d: "M8.25 9a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" + d: "M8.25 9.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" })); const SvgIconPersonAddFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15821,6 +15605,44 @@ d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10.5c-4.173 0-7.227 2.794-8.06 6.501C3.69 20.112 4.6 21 5.6 21h12.803c.999 0 1.908-.888 1.659-1.999-.834-3.707-3.887-6.501-8.06-6.501Z" })); + const SvgIconPersonPasskeyFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" + }, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" + }), /*#__PURE__*/React__namespace.createElement("path", { + fill: "currentColor", + d: "M12 2a4.5 4.5 0 1 0 0 9 4.5 4.5 0 0 0 0-9m0 10c-4.242 0-7.284 3.06-8.08 7.022C3.7 20.119 4.593 21 5.593 21h9.657v-3.438A4.5 4.5 0 0 1 13.5 14c0-.636.132-1.242.37-1.79A8.3 8.3 0 0 0 12 12" + }), /*#__PURE__*/React__namespace.createElement("path", { + fill: "currentColor", + fillRule: "evenodd", + d: "M18 11a3 3 0 0 0-1.25 5.728v3.532a.5.5 0 0 0 .188.39l.75.6a.5.5 0 0 0 .624 0l.75-.6a.5.5 0 0 0 .188-.39v-.61a.5.5 0 0 0-.165-.372l-.585-.528.604-.604a.5.5 0 0 0 .146-.353v-1.065A3 3 0 0 0 18 11m-1 3a1 1 0 1 1 2 0 1 1 0 0 1-2 0", + clipRule: "evenodd" + })); + + const SvgIconPersonPasskey = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ + xmlns: "http://www.w3.org/2000/svg", + width: 24, + height: 24, + fill: "none", + viewBox: "0 0 24 24" + }, props, { + className: `justd-icons ${props.className || "size-4"}`, + "data-slot": props["data-slot"] || "icon", + "aria-hidden": "true" + }), /*#__PURE__*/React__namespace.createElement("path", { + stroke: "currentColor", + strokeLinecap: "round", + strokeLinejoin: "round", + strokeWidth: 1.5, + d: "M13 12.815a8 8 0 0 0-1-.065c-3.824 0-6.607 2.744-7.345 6.42-.116.575.35 1.08.937 1.08H14M15.75 6.5a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0m0 7.5a2.25 2.25 0 1 1 3.5 1.871V17l-.5.936.5 1.032V20L18 21l-1.25-1v-4.129a2.25 2.25 0 0 1-1-1.871" + })); + const SvgIconPersonRemoveFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -15915,21 +15737,17 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M21.88 8.46c-.02-.13-.06-.26-.09-.38v-.02a8.44 8.44 0 0 0-5.94-5.94h-.02c-.12-.03-.25-.07-.38-.09-.15-.02-.34-.03-.55.03-.29.09-.55.29-.71.55-.12.19-.16.39-.17.54-.01.13-.01.28-.01.42v5.19c.01.13.04.3.13.48.12.24.31.43.55.55.18.09.35.12.48.13h5.19c.14 0 .29 0 .42-.01.15-.02.35-.05.54-.17.26-.16.46-.42.55-.71.06-.21.05-.4.03-.55z", - clipRule: "evenodd" + d: "M14 2.75a8 8 0 0 1 8 8h-8z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - fillRule: "evenodd", - d: "M19.25 11.9h-6.39c-.29 0-.47 0-.6-.01-.08 0-.11-.01-.12-.02a.24.24 0 0 1-.1-.1s-.01-.04-.02-.12c-.01-.13-.01-.3-.01-.6V4.66c0-.41-.32-.74-.73-.75H11C6.03 3.9 2 7.93 2 12.9a9 9 0 0 0 18 0v-.27a.745.745 0 0 0-.75-.73", - clipRule: "evenodd" + d: "M20 13.75a9 9 0 1 1-8-8.945v7.945h7.945q.055.492.055 1" })); const SvgIconPieChart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15937,7 +15755,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15947,13 +15765,13 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M21.065 8.347a7.69 7.69 0 0 0-5.412-5.412c-.273-.073-.41-.11-.545-.07a.53.53 0 0 0-.284.218c-.074.12-.074.277-.074.59V8.45c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h4.777c.313 0 .47 0 .59-.074a.53.53 0 0 0 .218-.284c.04-.136.003-.272-.07-.545" + d: "M21.25 10a7.68 7.68 0 0 0-6.5-6.5V10z" }), /*#__PURE__*/React__namespace.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M19.25 13a8.25 8.25 0 1 1-7.996-8.246v6.396c0 .56 0 .84.11 1.054a1 1 0 0 0 .436.437c.214.11.494.11 1.054.11h6.392q.004.123.004.249" + d: "M19.25 13.75a8.25 8.25 0 1 1-7.996-8.246V13.5h7.992q.004.124.004.25" })); const SvgIconPieChartFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15961,17 +15779,17 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M21.654 14.617A10 10 0 0 0 22 12c0-5.27-4.078-9.589-9.25-9.972v9.442z" + d: "M21.654 15.367A10 10 0 0 0 22 12.75c0-5.27-4.078-9.589-9.25-9.972v9.441z" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "m21.154 16.031-9.404-3.324a.75.75 0 0 1-.5-.707V2.028A10 10 0 0 0 2 12c0 5.523 4.477 10 10 10 4.089 0 7.604-2.454 9.154-5.969" + d: "m21.154 16.78-9.904-3.5V2.778A10 10 0 0 0 2 12.75c0 5.523 4.477 10 10 10a10 10 0 0 0 9.154-5.97" })); const SvgIconPieChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -15979,7 +15797,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -15988,7 +15806,7 @@ stroke: "currentColor", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M12 2.75a9.25 9.25 0 0 0 0 18.5 9.25 9.25 0 0 0 8.724-6.167M12 2.75A9.25 9.25 0 0 1 21.25 12a9.2 9.2 0 0 1-.526 3.083M12 2.75V12l8.724 3.083" + d: "M12 3.5A9.25 9.25 0 0 0 12 22a9.25 9.25 0 0 0 8.724-6.167M12 3.5a9.25 9.25 0 0 1 9.25 9.25 9.2 9.2 0 0 1-.526 3.083M12 3.5v9.25l8.724 3.083" })); const SvgIconPiloneFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -16087,7 +15905,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .465-.594l3.76-2.148a1 1 0 0 0 .211-1.576l-5.398-5.398a1 1 0 0 0-1.576.21l-2.148 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" + d: "m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .466-.594l3.76-2.148a1 1 0 0 0 .21-1.576l-5.398-5.398a1 1 0 0 0-1.575.21l-2.149 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" })); const SvgIconPizzaFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -16829,7 +16647,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.647-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" + d: "m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.646-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" })); const SvgIconReplyFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17610,7 +17428,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.026 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" + d: "M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.025 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" })); const SvgIconSend3Fill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17657,7 +17475,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.312 2.433 2.432 8.312c.345 1.178 2.004 1.205 2.387.04z" + d: "M20.903 4.676c.32-.975-.604-1.9-1.578-1.579L2.044 8.785c-1.166.384-1.139 2.042.04 2.387l8.311 2.433 2.433 8.312c.345 1.178 2.004 1.205 2.387.04z" })); const SvgIconSend = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17675,7 +17493,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.631-.631L2.278 9.497a.5.5 0 0 0 .016.955l8.443 2.471a.5.5 0 0 1 .34.34z" + d: "M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.63-.631L2.277 9.497a.5.5 0 0 0 .016.955l8.444 2.471a.5.5 0 0 1 .339.34z" })); const SvgIconServerFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -17976,7 +17794,7 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.747 1.644l.878 14.5A1.75 1.75 0 0 1 19.188 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", + d: "M3.944 4.644A1.75 1.75 0 0 1 5.691 3H18.31c.925 0 1.69.72 1.746 1.644l.88 14.5A1.75 1.75 0 0 1 19.186 21H4.812a1.75 1.75 0 0 1-1.746-1.856zM9.75 8a.75.75 0 1 0-1.5 0 3.75 3.75 0 1 0 7.5 0 .75.75 0 0 0-1.5 0 2.25 2.25 0 0 1-4.5 0", clipRule: "evenodd" })); @@ -18015,7 +17833,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M15 8.75a3 3 0 1 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5a1 1 0 0 0 1 1.06h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.805-2.167-.903 0-1.445.542-1.445.542s-.542-.542-1.444-.542c-.903 0-1.806.722-1.806 2.167 0 2.076 2.98 3.61 3.25 3.61Z" + d: "M15 8.75a3 3 0 0 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5A1 1 0 0 0 4.812 21h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.806-2.167-.902 0-1.444.542-1.444.542s-.542-.542-1.445-.542c-.902 0-1.805.722-1.805 2.167 0 2.076 2.98 3.61 3.25 3.61Z" })); const SvgIconShippingBag = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -18088,12 +17906,12 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.41 4.41v3.015H3.382l2.222-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M8 6.75a4 4 0 1 1 8 0v1h2.397l.962 6.495a3.9 3.9 0 0 0-3.45 1.08l-4.409 4.41v3.015H3.38l2.223-15H8zm6.5 1v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 0 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", + d: "M20.364 16.386a2.4 2.4 0 0 0-3.394 0L13 20.356v3.394h3.394l3.97-3.97a2.4 2.4 0 0 0 0-3.394m-2.334 1.06a.9.9 0 1 1 1.273 1.274l-3.53 3.53H14.5v-1.273z", clipRule: "evenodd" })); @@ -18144,12 +17962,12 @@ }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.555 14c.552 0 1.038.1 1.445.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", + d: "M12 2.75a4 4 0 0 0-4 4v1H5.603l-2.222 15h11.477l-.018-.015c-.896-.74-2.34-2.222-2.34-4.318 0-1.203.385-2.324 1.173-3.164A3.95 3.95 0 0 1 16.556 14c.552 0 1.037.1 1.444.24a4.4 4.4 0 0 1 1.323-.238l-.926-6.252H16v-1a4 4 0 0 0-4-4m2.5 5v-1a2.5 2.5 0 0 0-5 0v1z", clipRule: "evenodd" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", fillRule: "evenodd", - d: "M17.117 22.366a10 10 0 0 1-1.207-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.487.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.444.35-.882.627-1.208.816-.288.166-.584.31-.884.453-.3-.142-.596-.287-.884-.453m-1.617-3.99c0-.561.172-.91.361-1.112a.95.95 0 0 1 .695-.305c.298 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.342 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.77c-.794-.628-1.341-1.334-1.341-1.996Z", + d: "M17.118 22.366a10 10 0 0 1-1.208-.816c-.831-.658-1.91-1.758-1.91-3.173 0-.883.28-1.618.767-2.139a2.45 2.45 0 0 1 1.79-.779 2.96 2.96 0 0 1 1.42.363l.024.013.025-.013a2.96 2.96 0 0 1 1.42-.363c.653 0 1.305.262 1.79.779.488.52.767 1.256.767 2.139 0 1.415-1.08 2.515-1.91 3.173-.443.35-.882.627-1.208.816-.287.166-.584.31-.884.453-.3-.142-.596-.287-.883-.453m-1.618-3.99c0-.561.172-.91.362-1.112a.95.95 0 0 1 .694-.305c.299 0 .537.09.702.18.296.16.509.348.743.582a3.2 3.2 0 0 1 .743-.582c.166-.09.404-.18.702-.18.25 0 .502.1.695.305.19.202.362.55.362 1.113 0 .662-.547 1.368-1.341 1.997a9 9 0 0 1-1.16.769 9 9 0 0 1-1.16-.769c-.795-.629-1.342-1.335-1.342-1.997Z", clipRule: "evenodd" })); @@ -19178,14 +18996,14 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12.002 2C9.774 2 8.159 2.73 7.1 3.804c-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87C15.865 2.8 14.331 2 12.002 2m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824C8.077 21.2 9.674 22 12.002 22c4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" + d: "M12.002 2.75c-2.228 0-3.843.73-4.902 1.804-1.046 1.06-1.5 2.41-1.5 3.571 0 .88.204 1.636.589 2.277.381.637.915 1.123 1.516 1.505l.15.093H2.75a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5h-9.024l-.03-.009c-1.451-.387-2.744-.75-3.685-1.35-.457-.29-.802-.62-1.036-1.01-.23-.385-.376-.868-.376-1.506 0-.79.316-1.754 1.069-2.518.74-.75 1.95-1.357 3.834-1.357 1.948 0 3.077.653 3.752 1.369.698.738.98 1.617 1.09 2.145a.75.75 0 1 0 1.468-.306c-.14-.676-.508-1.853-1.467-2.87-.98-1.038-2.514-1.838-4.843-1.838m6.082 12.367a.75.75 0 1 0-1.292.763c.227.383.37.863.37 1.495 0 1.5-1.424 3.875-5.16 3.875-1.95 0-3.176-.655-3.96-1.398a5.27 5.27 0 0 1-1.359-2.191.75.75 0 1 0-1.429.456c.215.673.707 1.83 1.756 2.824 1.067 1.01 2.664 1.809 4.992 1.809 4.486 0 6.66-2.971 6.66-5.375 0-.872-.201-1.62-.578-2.258" })); const SvgIconStrikeThrough = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -19193,7 +19011,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -19202,7 +19020,7 @@ stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M17.578 6.861c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.14c.384 1.205 1.755 4.111 6.033 4.111 4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12h18.5" + d: "M17.578 7.611c-.25-1.205-1.3-4.111-5.576-4.111-4.111 0-5.653 2.673-5.653 4.625 0 3.038 2.806 3.83 5.653 4.59M5.969 17.89C6.353 19.094 7.724 22 12.002 22c4.11 0 5.91-2.673 5.91-4.625 0-.752-.172-1.366-.474-1.876M2.75 12.75h18.5" })); const SvgIconSuitcaseFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -19597,7 +19415,7 @@ "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.882 2.159l.873 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.783 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.872-1.956a1.75 1.75 0 0 0-.881-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.404 1.277-1.4 1.863-2.36 1.863-.961 0-1.957-.586-2.36-1.863" + d: "M9.64 3.524a.75.75 0 0 0-1.044-.448L2.224 6.184a1.75 1.75 0 0 0-.881 2.159l.872 1.956a1.75 1.75 0 0 0 2.377 1.006L5 11.118v8.132c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 19 19.25v-8.132l.408.187a1.75 1.75 0 0 0 2.377-1.006l.873-1.956a1.75 1.75 0 0 0-.882-2.159l-6.372-3.108a.75.75 0 0 0-1.044.448c-.403 1.277-1.4 1.863-2.36 1.863-.961 0-1.956-.586-2.36-1.863" })); const SvgIconTShirt = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -19928,96 +19746,6 @@ d: "m5.69 20.314-.749.049zm12.62 0 .749.049zM2.75 5a.75.75 0 0 0 0 1.5zm18.5 1.5a.75.75 0 0 0 0-1.5zM10.5 10.75a.75.75 0 0 0-1.5 0zM9 16.25a.75.75 0 0 0 1.5 0zm6-5.5a.75.75 0 0 0-1.5 0zm-1.5 5.5a.75.75 0 0 0 1.5 0zm1.648-10.313a.75.75 0 1 0 1.452-.374zM4.002 5.798l.94 14.565 1.496-.097-.94-14.564zM6.688 22h10.624v-1.5H6.688zm12.37-1.637.94-14.565-1.496-.096-.94 14.564 1.497.097ZM19.25 5H4.75v1.5h14.5zM2.75 6.5h2V5h-2zm16.5 0h2V5h-2zM17.312 22a1.75 1.75 0 0 0 1.747-1.637l-1.497-.097a.25.25 0 0 1-.25.234zm-12.37-1.637A1.75 1.75 0 0 0 6.687 22v-1.5a.25.25 0 0 1-.25-.234l-1.497.097ZM9 10.75v5.5h1.5v-5.5zm4.5 0v5.5H15v-5.5zM12 3.5a3.25 3.25 0 0 1 3.148 2.437l1.452-.374A4.75 4.75 0 0 0 12 2zM8.852 5.937A3.25 3.25 0 0 1 12 3.5V2a4.75 4.75 0 0 0-4.6 3.563z" })); - const SvgIconTrendingChart2 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 10.964 1.026 2.434c.358.852 1.577.805 1.869-.072L6.91 9.533c.308-.922 1.612-.91 1.902.018l3.126 9.996c.304.973 1.693.923 1.927-.07l3.52-14.954c.23-.974 1.583-1.048 1.916-.105l1.949 5.518" - })); - - const SvgIconTrendingChart3 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M15.75 6.75h5.5v5.5m-.514-4.975-7.029 7.019a1 1 0 0 1-1.414 0l-2.586-2.587a1 1 0 0 0-1.414 0L2.75 17.25" - })); - - const SvgIconTrendingChart4 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "M2.75 4.75v13.5a1 1 0 0 0 1 1h17.5m-14.5-4 3.543-3.543a1 1 0 0 1 1.414 0l.586.586a1 1 0 0 0 1.414 0l5.038-5.038M14.75 6.75h4.5v4.5" - })); - - const SvgIconTrendingChart5 = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m19.219 10.969-1.356-1.356a1 1 0 0 0-1.414 0l-3.742 3.742a1 1 0 0 1-1.414 0l-1.164-1.164a1 1 0 0 0-1.414 0L3.75 17.157m0-13.406v13.406m16.5 3.094H4.75a1 1 0 0 1-1-1v-2.094" - })); - - const SvgIconTrendingChart = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ - xmlns: "http://www.w3.org/2000/svg", - width: 24, - height: 24, - fill: "none", - viewBox: "0 0 24 24" - }, props, { - className: `justd-icons ${props.className || "size-4"}`, - "data-slot": props["data-slot"] || "icon", - "aria-hidden": "true" - }), /*#__PURE__*/React__namespace.createElement("path", { - stroke: "currentColor", - strokeLinecap: "round", - strokeLinejoin: "round", - strokeWidth: 1.5, - d: "m2.75 13.036 1.026-2.434c.358-.852 1.577-.805 1.869.072l1.265 3.793c.308.922 1.612.91 1.902-.018l3.126-9.996c.304-.973 1.693-.923 1.927.07l3.52 14.954c.23.974 1.583 1.048 1.916.105l1.949-5.519" - })); - const SvgIconTriangleInfoFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ xmlns: "http://www.w3.org/2000/svg", width: 24, @@ -20170,14 +19898,14 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M6.5 3.75a.75.75 0 0 0-1.5 0V12a7 7 0 1 0 14 0V3.75a.75.75 0 0 0-1.5 0V12a5.5 5.5 0 1 1-11 0zM5.75 20a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" + d: "M6.5 4.5a.75.75 0 0 0-1.5 0v8.25a7 7 0 1 0 14 0V4.5a.75.75 0 0 0-1.5 0v8.25a5.5 5.5 0 1 1-11 0zm-.75 16.25a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z" })); const SvgIconUnderline = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20185,7 +19913,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20194,7 +19922,7 @@ stroke: "currentColor", strokeLinecap: "round", strokeWidth: 1.5, - d: "M5.75 20.75h12.5m-12.5-17V12a6.25 6.25 0 1 0 12.5 0V3.75" + d: "M5.75 21.5h12.5m-12.5-17v8.25a6.25 6.25 0 1 0 12.5 0V4.5" })); const SvgIconUndoFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20421,7 +20149,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.822 5.06l-2.063-.327a1.085 1.085 0 0 0-1.255 1.053l-.036 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.748-1.95c.134-.35.439-.605.806-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.085 1.085 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.062.327a1.09 1.09 0 0 1-.99-.36l-1.37-1.576a1.085 1.085 0 0 0-1.638 0L9.81 4.7c-.246.283-.62.419-.99.36Z" + d: "m9.5 12.75 1.5 1.5 3.5-3.5M8.82 5.06l-2.06-.327a1.085 1.085 0 0 0-1.256 1.053l-.035 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.747-1.95c.135-.35.44-.605.807-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.086 1.086 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.063.327a1.09 1.09 0 0 1-.989-.36l-1.37-1.576a1.085 1.085 0 0 0-1.639 0L9.81 4.7a1.08 1.08 0 0 1-.989.36Z" })); const SvgIconVideoCamFill = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20966,14 +20694,14 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", "aria-hidden": "true" }), /*#__PURE__*/React__namespace.createElement("path", { fill: "currentColor", - d: "M12.75 2.75a.75.75 0 0 0-1.5 0V4h-7.5A1.75 1.75 0 0 0 2 5.75v11.5c0 .966.784 1.75 1.75 1.75h3.21l-.672 2.013a.75.75 0 0 0 1.424.474L8.54 19h2.709v1.25a.75.75 0 0 0 1.5 0V19h2.71l.828 2.487a.75.75 0 0 0 1.424-.474L17.04 19h3.209A1.75 1.75 0 0 0 22 17.25V5.75A1.75 1.75 0 0 0 20.25 4h-7.5z" + d: "M12.75 3.5a.75.75 0 0 0-1.5 0v1.25h-8.5A.75.75 0 0 0 2 5.5V19c0 .414.336.75.75.75h4.21l-.672 2.013a.75.75 0 0 0 1.424.474l.829-2.487h2.709V21a.75.75 0 0 0 1.5 0v-1.25h2.71l.828 2.487a.75.75 0 0 0 1.424-.474l-.671-2.013h4.209A.75.75 0 0 0 22 19V5.5a.75.75 0 0 0-.75-.75h-8.5z" })); const SvgIconWhiteboard = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -20981,7 +20709,7 @@ width: 24, height: 24, fill: "none", - viewBox: "0 0 24 24" + viewBox: "0 0 24 25" }, props, { className: `justd-icons ${props.className || "size-4"}`, "data-slot": props["data-slot"] || "icon", @@ -20991,7 +20719,7 @@ strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: 1.5, - d: "M16 18.25h4.25a1 1 0 0 0 1-1V5.75a1 1 0 0 0-1-1H12m4 13.5 1 3m-1-3h-4m-4 0H3.75a1 1 0 0 1-1-1V5.75a1 1 0 0 1 1-1H12m-4 13.5-1 3m1-3h4m0-13.5v-2m0 15.5v2" + d: "M16 19h5.25V5.5H12M16 19l1 3m-1-3h-4m-4 0H2.75V5.5H12M8 19l-1 3m1-3h4m0-13.5v-2M12 19v2" })); const SvgIconWifi = props => /*#__PURE__*/React__namespace.createElement("svg", _extends({ @@ -21328,8 +21056,6 @@ exports.IconAlignmentRightFill = SvgIconAlignmentRightFill; exports.IconAlt = SvgIconAlt; exports.IconAltFill = SvgIconAltFill; - exports.IconAnalyticsChart = SvgIconAnalyticsChart; - exports.IconAnalyticsChartFill = SvgIconAnalyticsChartFill; exports.IconAnonymous = SvgIconAnonymous; exports.IconAnonymousFill = SvgIconAnonymousFill; exports.IconApple = SvgIconApple; @@ -21650,18 +21376,18 @@ exports.IconCartFill = SvgIconCartFill; exports.IconChainLink = SvgIconChainLink; exports.IconChainLinkFill = SvgIconChainLinkFill; - exports.IconChart = SvgIconChart; - exports.IconChart2 = SvgIconChart2; - exports.IconChart2Fill = SvgIconChart2Fill; - exports.IconChart3 = SvgIconChart3; - exports.IconChart3Fill = SvgIconChart3Fill; - exports.IconChart4 = SvgIconChart4; - exports.IconChart4Fill = SvgIconChart4Fill; - exports.IconChart5 = SvgIconChart5; - exports.IconChart5Fill = SvgIconChart5Fill; - exports.IconChartFill = SvgIconChartFill; - exports.IconChartLine = SvgIconChartLine; - exports.IconChartTrendingUp = SvgIconChartTrendingUp; + exports.IconChartAnalytics = SvgIconChartAnalytics; + exports.IconChartAnalyticsFill = SvgIconChartAnalyticsFill; + exports.IconChartBar = SvgIconChartBar; + exports.IconChartBarDown = SvgIconChartBarDown; + exports.IconChartBarUp = SvgIconChartBarUp; + exports.IconChartLineDown = SvgIconChartLineDown; + exports.IconChartLineUp = SvgIconChartLineUp; + exports.IconChartPresentation = SvgIconChartPresentation; + exports.IconChartPresentation2 = SvgIconChartPresentation2; + exports.IconChartPresentation2Fill = SvgIconChartPresentation2Fill; + exports.IconChartPresentationFill = SvgIconChartPresentationFill; + exports.IconChartTrending = SvgIconChartTrending; exports.IconCheck = SvgIconCheck; exports.IconChecklist = SvgIconChecklist; exports.IconChevronDoubleDown = SvgIconChevronDoubleDown; @@ -21824,8 +21550,6 @@ exports.IconDevicesFill = SvgIconDevicesFill; exports.IconDiamond = SvgIconDiamond; exports.IconDiamondFill = SvgIconDiamondFill; - exports.IconDocumentChart = SvgIconDocumentChart; - exports.IconDocumentChartFill = SvgIconDocumentChartFill; exports.IconDonut = SvgIconDonut; exports.IconDonutFill = SvgIconDonutFill; exports.IconDotGrid2X3 = SvgIconDotGrid2X3; @@ -21896,10 +21620,6 @@ exports.IconFlashFill = SvgIconFlashFill; exports.IconFlashOff = SvgIconFlashOff; exports.IconFlashOffFill = SvgIconFlashOffFill; - exports.IconFlipchart = SvgIconFlipchart; - exports.IconFlipchart2 = SvgIconFlipchart2; - exports.IconFlipchart2Fill = SvgIconFlipchart2Fill; - exports.IconFlipchartFill = SvgIconFlipchartFill; exports.IconFloppyDisk = SvgIconFloppyDisk; exports.IconFloppyDisk2 = SvgIconFloppyDisk2; exports.IconFloppyDisk2Fill = SvgIconFloppyDisk2Fill; @@ -22082,9 +21802,6 @@ exports.IconLightBulb2 = SvgIconLightBulb2; exports.IconLightBulb2Fill = SvgIconLightBulb2Fill; exports.IconLightBulbFill = SvgIconLightBulbFill; - exports.IconLineChart6 = SvgIconLineChart6; - exports.IconLineChartL = SvgIconLineChartL; - exports.IconLineChartR = SvgIconLineChartR; exports.IconLink = SvgIconLink; exports.IconLiquid = SvgIconLiquid; exports.IconLiquidFill = SvgIconLiquidFill; @@ -22176,8 +21893,6 @@ exports.IconPaperclip = SvgIconPaperclip; exports.IconPaperclip2 = SvgIconPaperclip2; exports.IconPaperclip3 = SvgIconPaperclip3; - exports.IconPasskey = SvgIconPasskey; - exports.IconPasskeyFill = SvgIconPasskeyFill; exports.IconPause = SvgIconPause; exports.IconPauseFill = SvgIconPauseFill; exports.IconPencilBox = SvgIconPencilBox; @@ -22194,6 +21909,8 @@ exports.IconPersonAdded = SvgIconPersonAdded; exports.IconPersonAddedFill = SvgIconPersonAddedFill; exports.IconPersonFill = SvgIconPersonFill; + exports.IconPersonPasskey = SvgIconPersonPasskey; + exports.IconPersonPasskeyFill = SvgIconPersonPasskeyFill; exports.IconPersonRemove = SvgIconPersonRemove; exports.IconPersonRemoveFill = SvgIconPersonRemoveFill; exports.IconPictureInPicture = SvgIconPictureInPicture; @@ -22425,11 +22142,6 @@ exports.IconTrashFill = SvgIconTrashFill; exports.IconTrashPaper = SvgIconTrashPaper; exports.IconTrashPaperFill = SvgIconTrashPaperFill; - exports.IconTrendingChart = SvgIconTrendingChart; - exports.IconTrendingChart2 = SvgIconTrendingChart2; - exports.IconTrendingChart3 = SvgIconTrendingChart3; - exports.IconTrendingChart4 = SvgIconTrendingChart4; - exports.IconTrendingChart5 = SvgIconTrendingChart5; exports.IconTriangleInfo = SvgIconTriangleInfo; exports.IconTriangleInfoFill = SvgIconTriangleInfoFill; exports.IconTrophy = SvgIconTrophy; diff --git a/src/IconAcademicCap.js b/src/IconAcademicCap.js index 99ac1fda..b955bbfd 100644 --- a/src/IconAcademicCap.js +++ b/src/IconAcademicCap.js @@ -13,7 +13,7 @@ const SvgIconAcademicCap = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M4.26 10.147a60 60 0 0 0-.491 6.347A48.6 48.6 0 0 1 12 20.904a48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.491-6.347m0 0a51 51 0 0 1 2.658-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334 50.6 50.6 0 0 1 12 13.49a50.7 50.7 0 0 1 7.741-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" + d="M4.26 10.147a60 60 0 0 0-.49 6.347 48.6 48.6 0 0 1 8.23 4.41 48.6 48.6 0 0 1 8.232-4.41 61 61 0 0 0-.49-6.347m0 0a51 51 0 0 1 2.657-.814A60 60 0 0 0 12 3.493 60 60 0 0 0 1.601 9.334a50.6 50.6 0 0 1 10.4 4.155 50.7 50.7 0 0 1 7.74-3.342ZM6.75 15a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5m0 0v-3.675A55 55 0 0 1 12 8.443m-7.007 11.55A5.98 5.98 0 0 0 6.75 15.75v-1.5" /> ); diff --git a/src/IconAcademicCapFill.js b/src/IconAcademicCapFill.js index 377b1ed4..6cf957cf 100644 --- a/src/IconAcademicCapFill.js +++ b/src/IconAcademicCapFill.js @@ -10,7 +10,7 @@ const SvgIconAcademicCapFill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconAirpodGen3Right.js b/src/IconAirpodGen3Right.js index 6825df41..a4e2d650 100644 --- a/src/IconAirpodGen3Right.js +++ b/src/IconAirpodGen3Right.js @@ -10,7 +10,7 @@ const SvgIconAirpodGen3Right = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconAlignmentCenterFill.js b/src/IconAlignmentCenterFill.js index c331faef..184d8e01 100644 --- a/src/IconAlignmentCenterFill.js +++ b/src/IconAlignmentCenterFill.js @@ -5,13 +5,13 @@ const SvgIconAlignmentCenterFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconAlignmentJustifyFill.js b/src/IconAlignmentJustifyFill.js index 7df1d161..be29abf5 100644 --- a/src/IconAlignmentJustifyFill.js +++ b/src/IconAlignmentJustifyFill.js @@ -5,13 +5,13 @@ const SvgIconAlignmentJustifyFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconAlignmentLeftFill.js b/src/IconAlignmentLeftFill.js index 3a70cb80..f8e3ddc8 100644 --- a/src/IconAlignmentLeftFill.js +++ b/src/IconAlignmentLeftFill.js @@ -5,13 +5,13 @@ const SvgIconAlignmentLeftFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconAlignmentRightFill.js b/src/IconAlignmentRightFill.js index a912ee32..dfc22ea4 100644 --- a/src/IconAlignmentRightFill.js +++ b/src/IconAlignmentRightFill.js @@ -5,13 +5,13 @@ const SvgIconAlignmentRightFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconAnalyticsChart.js b/src/IconAnalyticsChart.js deleted file mode 100644 index f1d11f53..00000000 --- a/src/IconAnalyticsChart.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconAnalyticsChart = (props) => ( - -); -export default SvgIconAnalyticsChart; diff --git a/src/IconAnalyticsChartFill.js b/src/IconAnalyticsChartFill.js deleted file mode 100644 index 09cae499..00000000 --- a/src/IconAnalyticsChartFill.js +++ /dev/null @@ -1,21 +0,0 @@ -import * as React from "react"; -const SvgIconAnalyticsChartFill = (props) => ( - -); -export default SvgIconAnalyticsChartFill; diff --git a/src/IconArrowPathDownFill.js b/src/IconArrowPathDownFill.js index 2ad1e6b1..e61cfb1e 100644 --- a/src/IconArrowPathDownFill.js +++ b/src/IconArrowPathDownFill.js @@ -10,7 +10,7 @@ const SvgIconArrowPathDownFill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconArrowTriangleUpFill.js b/src/IconArrowTriangleUpFill.js index 149fdcbc..bee0f12d 100644 --- a/src/IconArrowTriangleUpFill.js +++ b/src/IconArrowTriangleUpFill.js @@ -10,7 +10,7 @@ const SvgIconArrowTriangleUpFill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconAtom.js b/src/IconAtom.js index 065f8c7a..c0a27346 100644 --- a/src/IconAtom.js +++ b/src/IconAtom.js @@ -10,7 +10,7 @@ const SvgIconAtom = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconAtomFill.js b/src/IconAtomFill.js index d5d221f1..ceaf2a78 100644 --- a/src/IconAtomFill.js +++ b/src/IconAtomFill.js @@ -10,7 +10,7 @@ const SvgIconAtomFill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconAttentionFill.js b/src/IconAttentionFill.js index 229385b9..02f8c461 100644 --- a/src/IconAttentionFill.js +++ b/src/IconAttentionFill.js @@ -11,7 +11,7 @@ const SvgIconAttentionFill = (props) => ( diff --git a/src/IconBackspaceFill.js b/src/IconBackspaceFill.js index 6c0a2f02..3332f7a2 100644 --- a/src/IconBackspaceFill.js +++ b/src/IconBackspaceFill.js @@ -11,7 +11,7 @@ const SvgIconBackspaceFill = (props) => ( diff --git a/src/IconBeatsFitPro.js b/src/IconBeatsFitPro.js index 854f9ab9..3243ce67 100644 --- a/src/IconBeatsFitPro.js +++ b/src/IconBeatsFitPro.js @@ -10,7 +10,7 @@ const SvgIconBeatsFitPro = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconBeatsFitProRight.js b/src/IconBeatsFitProRight.js index b465b438..89b480f5 100644 --- a/src/IconBeatsFitProRight.js +++ b/src/IconBeatsFitProRight.js @@ -10,7 +10,7 @@ const SvgIconBeatsFitProRight = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconBell.js b/src/IconBell.js index 66c15d80..6a84c110 100644 --- a/src/IconBell.js +++ b/src/IconBell.js @@ -11,7 +11,7 @@ const SvgIconBell = (props) => ( ); diff --git a/src/IconBellAlarmFill.js b/src/IconBellAlarmFill.js index 66ad95a9..18fd15fe 100644 --- a/src/IconBellAlarmFill.js +++ b/src/IconBellAlarmFill.js @@ -11,7 +11,7 @@ const SvgIconBellAlarmFill = (props) => ( diff --git a/src/IconBluetooth.js b/src/IconBluetooth.js index c1c89401..6ce40295 100644 --- a/src/IconBluetooth.js +++ b/src/IconBluetooth.js @@ -13,7 +13,7 @@ const SvgIconBluetooth = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771L11.53 2.933a.5.5 0 0 0-.82.384v7.698m1.203.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.214 4.346a.5.5 0 0 1-.82-.384v-7.697M11.911 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" + d="m11.912 12 4.828-3.95a.5.5 0 0 0 .003-.771l-5.215-4.346a.5.5 0 0 0-.82.384v7.698m1.204.985-1.204.985M11.912 12l4.828 3.95a.5.5 0 0 1 .003.77l-5.215 4.346a.5.5 0 0 1-.82-.384v-7.697M11.912 12l-1.204-.985m0 1.97-5.416 4.431m5.416-4.431v-1.97m0 0L5.292 6.583" /> ); diff --git a/src/IconBoldFill.js b/src/IconBoldFill.js index e427fa4d..28ca74ab 100644 --- a/src/IconBoldFill.js +++ b/src/IconBoldFill.js @@ -5,13 +5,13 @@ const SvgIconBoldFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconBrandAdobe.js b/src/IconBrandAdobe.js index 3570cab3..6bead17b 100644 --- a/src/IconBrandAdobe.js +++ b/src/IconBrandAdobe.js @@ -10,7 +10,7 @@ const SvgIconBrandAdobe = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconBrandAdonisjs.js b/src/IconBrandAdonisjs.js index a5a8aa4a..005ebb2c 100644 --- a/src/IconBrandAdonisjs.js +++ b/src/IconBrandAdonisjs.js @@ -10,7 +10,7 @@ const SvgIconBrandAdonisjs = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconBrandKarteil.js b/src/IconBrandKarteil.js index ed3918ee..66a1d712 100644 --- a/src/IconBrandKarteil.js +++ b/src/IconBrandKarteil.js @@ -5,13 +5,13 @@ const SvgIconBrandKarteil = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconBrandLayers.js b/src/IconBrandLayers.js index d72c1bb3..536c052a 100644 --- a/src/IconBrandLayers.js +++ b/src/IconBrandLayers.js @@ -16,12 +16,12 @@ const SvgIconBrandLayers = (props) => ( ); diff --git a/src/IconBrandNetlify.js b/src/IconBrandNetlify.js index be765148..a0039dbb 100644 --- a/src/IconBrandNetlify.js +++ b/src/IconBrandNetlify.js @@ -11,9 +11,9 @@ const SvgIconBrandNetlify = (props) => ( - + ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconBrandReactjs.js b/src/IconBrandReactjs.js index 1b255df7..7c3c3a59 100644 --- a/src/IconBrandReactjs.js +++ b/src/IconBrandReactjs.js @@ -10,7 +10,7 @@ const SvgIconBrandReactjs = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconBrandSpotify.js b/src/IconBrandSpotify.js index a071f934..b6b7ef4c 100644 --- a/src/IconBrandSpotify.js +++ b/src/IconBrandSpotify.js @@ -10,7 +10,7 @@ const SvgIconBrandSpotify = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconBrandTailwindVariants.js b/src/IconBrandTailwindVariants.js index a96b9f5a..ef7e6bda 100644 --- a/src/IconBrandTailwindVariants.js +++ b/src/IconBrandTailwindVariants.js @@ -5,12 +5,12 @@ const SvgIconBrandTailwindVariants = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconBrandWindows.js b/src/IconBrandWindows.js index 017ac2dc..20c9b06a 100644 --- a/src/IconBrandWindows.js +++ b/src/IconBrandWindows.js @@ -10,7 +10,7 @@ const SvgIconBrandWindows = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconCallIncoming.js b/src/IconCallIncoming.js index 342dd08f..727f8938 100644 --- a/src/IconCallIncoming.js +++ b/src/IconCallIncoming.js @@ -13,7 +13,7 @@ const SvgIconCallIncoming = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.867 2.95a1 1 0 0 1-.266 1.003l-.914.877a.95.95 0 0 0-.184 1.16 13.06 13.06 0 0 0 4.829 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.423-.985.97-.985h3.515a1 1 0 0 1 .959.718" + d="M19.25 9.25h-4.5v-4.5m5.5-1-4.996 4.996M9.211 4.468l.868 2.95a1 1 0 0 1-.267 1.003l-.914.877a.95.95 0 0 0-.183 1.16 13.06 13.06 0 0 0 4.828 4.828.95.95 0 0 0 1.159-.184l.877-.914a1 1 0 0 1 1.004-.267l2.95.868a1 1 0 0 1 .717.96v3.501c0 .552-.448 1.003-1 .973-2.599-.141-5.122-.84-7.393-2.157a16.33 16.33 0 0 1-5.923-5.923 16.3 16.3 0 0 1-2.167-7.408c-.025-.546.424-.985.97-.985h3.515a1 1 0 0 1 .96.718Z" /> ); diff --git a/src/IconChainLinkFill.js b/src/IconChainLinkFill.js index f58a96ed..93e03177 100644 --- a/src/IconChainLinkFill.js +++ b/src/IconChainLinkFill.js @@ -11,7 +11,7 @@ const SvgIconChainLinkFill = (props) => ( ( - -); -export default SvgIconChart; diff --git a/src/IconChart2.js b/src/IconChart2.js deleted file mode 100644 index 399fba46..00000000 --- a/src/IconChart2.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconChart2 = (props) => ( - -); -export default SvgIconChart2; diff --git a/src/IconChart2Fill.js b/src/IconChart2Fill.js deleted file mode 100644 index 1fe0034a..00000000 --- a/src/IconChart2Fill.js +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const SvgIconChart2Fill = (props) => ( - -); -export default SvgIconChart2Fill; diff --git a/src/IconChart3.js b/src/IconChart3.js deleted file mode 100644 index 699d11ee..00000000 --- a/src/IconChart3.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconChart3 = (props) => ( - -); -export default SvgIconChart3; diff --git a/src/IconChart3Fill.js b/src/IconChart3Fill.js deleted file mode 100644 index 9ef68dc2..00000000 --- a/src/IconChart3Fill.js +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const SvgIconChart3Fill = (props) => ( - -); -export default SvgIconChart3Fill; diff --git a/src/IconChart4.js b/src/IconChart4.js deleted file mode 100644 index ac7fc694..00000000 --- a/src/IconChart4.js +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const SvgIconChart4 = (props) => ( - -); -export default SvgIconChart4; diff --git a/src/IconChart4Fill.js b/src/IconChart4Fill.js deleted file mode 100644 index c08c5dc4..00000000 --- a/src/IconChart4Fill.js +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const SvgIconChart4Fill = (props) => ( - -); -export default SvgIconChart4Fill; diff --git a/src/IconChart5.js b/src/IconChart5.js deleted file mode 100644 index 9a2b9775..00000000 --- a/src/IconChart5.js +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const SvgIconChart5 = (props) => ( - -); -export default SvgIconChart5; diff --git a/src/IconChart5Fill.js b/src/IconChart5Fill.js deleted file mode 100644 index adcf4524..00000000 --- a/src/IconChart5Fill.js +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const SvgIconChart5Fill = (props) => ( - -); -export default SvgIconChart5Fill; diff --git a/src/IconChartFill.js b/src/IconChartFill.js deleted file mode 100644 index 4e698fbc..00000000 --- a/src/IconChartFill.js +++ /dev/null @@ -1,17 +0,0 @@ -import * as React from "react"; -const SvgIconChartFill = (props) => ( - -); -export default SvgIconChartFill; diff --git a/src/IconChartLine.js b/src/IconChartLine.js deleted file mode 100644 index 446a1c37..00000000 --- a/src/IconChartLine.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconChartLine = (props) => ( - -); -export default SvgIconChartLine; diff --git a/src/IconChartTrendingUp.js b/src/IconChartTrendingUp.js deleted file mode 100644 index 8d97c4f6..00000000 --- a/src/IconChartTrendingUp.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconChartTrendingUp = (props) => ( - -); -export default SvgIconChartTrendingUp; diff --git a/src/IconCocktail.js b/src/IconCocktail.js index 869ee062..b33b1a76 100644 --- a/src/IconCocktail.js +++ b/src/IconCocktail.js @@ -13,7 +13,7 @@ const SvgIconCocktail = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.644 1.765zm0 8.235H7.75m4.25 0h4.25" + d="M12 13.015v8.235m0-8.235-8.905-7.5c-.713-.601-.288-1.765.645-1.765h16.52c.933 0 1.358 1.164.645 1.765zm0 8.235H7.75m4.25 0h4.25" /> ); diff --git a/src/IconCommandRegular.js b/src/IconCommandRegular.js index 6b5b49b2..bfadc134 100644 --- a/src/IconCommandRegular.js +++ b/src/IconCommandRegular.js @@ -5,14 +5,14 @@ const SvgIconCommandRegular = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconCommandRegularFill.js b/src/IconCommandRegularFill.js index 67711354..e02fa821 100644 --- a/src/IconCommandRegularFill.js +++ b/src/IconCommandRegularFill.js @@ -5,13 +5,13 @@ const SvgIconCommandRegularFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconCompass.js b/src/IconCompass.js index d086a5d4..8f89f562 100644 --- a/src/IconCompass.js +++ b/src/IconCompass.js @@ -12,7 +12,7 @@ const SvgIconCompass = (props) => ( stroke="currentColor" strokeLinejoin="round" strokeWidth={1.5} - d="M16.466 17.153a1 1 0 0 0 .686-.687l3.6-12.6a.5.5 0 0 0-.617-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" + d="M16.466 17.153a1 1 0 0 0 .687-.687l3.6-12.6a.5.5 0 0 0-.618-.619l-12.6 3.6a1 1 0 0 0-.688.687l-3.6 12.6a.5.5 0 0 0 .618.619z" /> ( diff --git a/src/IconCursor3.js b/src/IconCursor3.js index 47deee9b..34ba81c1 100644 --- a/src/IconCursor3.js +++ b/src/IconCursor3.js @@ -13,7 +13,7 @@ const SvgIconCursor3 = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.396 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" + d="M19.021 8.978 4.026 3.383a.5.5 0 0 0-.643.643l5.595 14.995a.5.5 0 0 0 .822.179l2.45-2.45 4.397 4.396a.5.5 0 0 0 .707 0l3.793-3.793a.5.5 0 0 0 0-.707L16.75 12.25 19.2 9.8a.5.5 0 0 0-.179-.822" /> ); diff --git a/src/IconDiamondFill.js b/src/IconDiamondFill.js index 51de8e54..bc86fe0e 100644 --- a/src/IconDiamondFill.js +++ b/src/IconDiamondFill.js @@ -11,7 +11,7 @@ const SvgIconDiamondFill = (props) => ( diff --git a/src/IconDocumentChart.js b/src/IconDocumentChart.js deleted file mode 100644 index 6fb0427d..00000000 --- a/src/IconDocumentChart.js +++ /dev/null @@ -1,19 +0,0 @@ -import * as React from "react"; -const SvgIconDocumentChart = (props) => ( - -); -export default SvgIconDocumentChart; diff --git a/src/IconDocumentChartFill.js b/src/IconDocumentChartFill.js deleted file mode 100644 index feec8d78..00000000 --- a/src/IconDocumentChartFill.js +++ /dev/null @@ -1,23 +0,0 @@ -import * as React from "react"; -const SvgIconDocumentChartFill = (props) => ( - -); -export default SvgIconDocumentChartFill; diff --git a/src/IconFlipchart.js b/src/IconFlipchart.js deleted file mode 100644 index cf27da45..00000000 --- a/src/IconFlipchart.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconFlipchart = (props) => ( - -); -export default SvgIconFlipchart; diff --git a/src/IconFlipchart2.js b/src/IconFlipchart2.js deleted file mode 100644 index 1f2ac9b8..00000000 --- a/src/IconFlipchart2.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconFlipchart2 = (props) => ( - -); -export default SvgIconFlipchart2; diff --git a/src/IconFlipchart2Fill.js b/src/IconFlipchart2Fill.js deleted file mode 100644 index e3c92658..00000000 --- a/src/IconFlipchart2Fill.js +++ /dev/null @@ -1,19 +0,0 @@ -import * as React from "react"; -const SvgIconFlipchart2Fill = (props) => ( - -); -export default SvgIconFlipchart2Fill; diff --git a/src/IconFlipchartFill.js b/src/IconFlipchartFill.js deleted file mode 100644 index f75be2f1..00000000 --- a/src/IconFlipchartFill.js +++ /dev/null @@ -1,19 +0,0 @@ -import * as React from "react"; -const SvgIconFlipchartFill = (props) => ( - -); -export default SvgIconFlipchartFill; diff --git a/src/IconForwardFill.js b/src/IconForwardFill.js index a7076d4d..d38f0672 100644 --- a/src/IconForwardFill.js +++ b/src/IconForwardFill.js @@ -10,7 +10,7 @@ const SvgIconForwardFill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconGlobe2Fill.js b/src/IconGlobe2Fill.js index c882af00..23608656 100644 --- a/src/IconGlobe2Fill.js +++ b/src/IconGlobe2Fill.js @@ -10,7 +10,7 @@ const SvgIconGlobe2Fill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconItalic.js b/src/IconItalic.js index e34569a9..10aa2783 100644 --- a/src/IconItalic.js +++ b/src/IconItalic.js @@ -5,7 +5,7 @@ const SvgIconItalic = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M9.75 3.75h4.75m4.75 0H14.5m0 0-5 16.5m0 0H4.75m4.75 0h4.76" + d="M9.75 4.5h4.75m4.75 0H14.5m0 0L9.5 21m0 0H4.75m4.75 0h4.76" /> ); diff --git a/src/IconItalicFill.js b/src/IconItalicFill.js index ee00784c..aa2037a0 100644 --- a/src/IconItalicFill.js +++ b/src/IconItalicFill.js @@ -5,13 +5,13 @@ const SvgIconItalicFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconLineChart6.js b/src/IconLineChart6.js deleted file mode 100644 index 12e28b8c..00000000 --- a/src/IconLineChart6.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconLineChart6 = (props) => ( - -); -export default SvgIconLineChart6; diff --git a/src/IconLineChartL.js b/src/IconLineChartL.js deleted file mode 100644 index 093831d0..00000000 --- a/src/IconLineChartL.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconLineChartL = (props) => ( - -); -export default SvgIconLineChartL; diff --git a/src/IconLineChartR.js b/src/IconLineChartR.js deleted file mode 100644 index 2433abb3..00000000 --- a/src/IconLineChartR.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconLineChartR = (props) => ( - -); -export default SvgIconLineChartR; diff --git a/src/IconLoader.js b/src/IconLoader.js index ef8eb99e..a9c34b69 100644 --- a/src/IconLoader.js +++ b/src/IconLoader.js @@ -12,7 +12,7 @@ const SvgIconLoader = (props) => ( stroke="currentColor" strokeOpacity={0.25} strokeWidth={3.636} - d="M11.909 21a9.09 9.09 0 1 0 0-18.182 9.09 9.09 0 0 0 0 18.182Z" + d="M11.91 21a9.091 9.091 0 1 0 0-18.182 9.091 9.091 0 0 0 0 18.182Z" /> ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconPasskey.js b/src/IconPasskey.js deleted file mode 100644 index 6a58fb87..00000000 --- a/src/IconPasskey.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconPasskey = (props) => ( - -); -export default SvgIconPasskey; diff --git a/src/IconPasskeyFill.js b/src/IconPasskeyFill.js deleted file mode 100644 index 35a14de5..00000000 --- a/src/IconPasskeyFill.js +++ /dev/null @@ -1,23 +0,0 @@ -import * as React from "react"; -const SvgIconPasskeyFill = (props) => ( - -); -export default SvgIconPasskeyFill; diff --git a/src/IconPercent.js b/src/IconPercent.js index b55bc913..76575b9b 100644 --- a/src/IconPercent.js +++ b/src/IconPercent.js @@ -5,7 +5,7 @@ const SvgIconPercent = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="m16 8-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" + d="m16 8.75-8 8m13.25-4a9.25 9.25 0 1 1-18.5 0 9.25 9.25 0 0 1 18.5 0" /> ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={0.5} - d="M8.25 9a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" + d="M8.25 9.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0m6 6a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0" /> ); diff --git a/src/IconPercentBadge.js b/src/IconPercentBadge.js index eb993ed3..892f0e0d 100644 --- a/src/IconPercentBadge.js +++ b/src/IconPercentBadge.js @@ -13,7 +13,7 @@ const SvgIconPercentBadge = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.746 3.746 0 0 1-2.563 4.22 3.74 3.74 0 0 1-1.776.119 3.74 3.74 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" + d="m8.99 15.743 6-6m6 3a3.75 3.75 0 0 1-1.593 3.07 3.75 3.75 0 0 1-1.043 3.296 3.75 3.75 0 0 1-3.296 1.043 3.75 3.75 0 0 1-3.068 1.593c-1.268 0-2.39-.63-3.068-1.593a3.74 3.74 0 0 1-3.296-1.043 3.75 3.75 0 0 1-1.043-3.297 3.75 3.75 0 0 1-1.593-3.068c0-1.268.63-2.39 1.593-3.068a3.746 3.746 0 0 1 2.564-4.221 3.75 3.75 0 0 1 1.775-.118 3.75 3.75 0 0 1 3.068-1.594c1.268 0 2.39.63 3.068 1.593a3.75 3.75 0 0 1 3.296 1.043 3.75 3.75 0 0 1 1.043 3.297 3.75 3.75 0 0 1 1.593 3.068Zm-11.25-2.25h.008v.007H9.74zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0m4.125 4.5h.008V15h-.008zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0" /> ); diff --git a/src/IconPercentFill.js b/src/IconPercentFill.js index da66f395..0010a467 100644 --- a/src/IconPercentFill.js +++ b/src/IconPercentFill.js @@ -5,13 +5,13 @@ const SvgIconPercentFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> diff --git a/src/IconPieChart.js b/src/IconPieChart.js index 86347586..0e911965 100644 --- a/src/IconPieChart.js +++ b/src/IconPieChart.js @@ -5,14 +5,14 @@ const SvgIconPieChart = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconPieChart2.js b/src/IconPieChart2.js index 24b62e20..1a2cb6a3 100644 --- a/src/IconPieChart2.js +++ b/src/IconPieChart2.js @@ -5,7 +5,7 @@ const SvgIconPieChart2 = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M21.065 8.347a7.69 7.69 0 0 0-5.412-5.412c-.273-.073-.41-.11-.545-.07a.53.53 0 0 0-.284.218c-.074.12-.074.277-.074.59V8.45c0 .28 0 .42.055.527a.5.5 0 0 0 .218.218c.107.055.247.055.527.055h4.777c.313 0 .47 0 .59-.074a.53.53 0 0 0 .218-.284c.04-.136.003-.272-.07-.545" + d="M21.25 10a7.68 7.68 0 0 0-6.5-6.5V10z" /> ); diff --git a/src/IconPieChart2Fill.js b/src/IconPieChart2Fill.js index 56a2a77d..eb51e0a1 100644 --- a/src/IconPieChart2Fill.js +++ b/src/IconPieChart2Fill.js @@ -5,20 +5,13 @@ const SvgIconPieChart2Fill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> + - ); diff --git a/src/IconPieChartFill.js b/src/IconPieChartFill.js index 7623a98c..5c0421e5 100644 --- a/src/IconPieChartFill.js +++ b/src/IconPieChartFill.js @@ -5,16 +5,16 @@ const SvgIconPieChartFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconPin.js b/src/IconPin.js index 9b2b274d..a3dd5eef 100644 --- a/src/IconPin.js +++ b/src/IconPin.js @@ -13,7 +13,7 @@ const SvgIconPin = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .465-.594l3.76-2.148a1 1 0 0 0 .211-1.576l-5.398-5.398a1 1 0 0 0-1.576.21l-2.148 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" + d="m8.375 15.625 4.423 4.423a1 1 0 0 0 1.669-.432l1.921-6.724a1 1 0 0 1 .466-.594l3.76-2.148a1 1 0 0 0 .21-1.576l-5.398-5.398a1 1 0 0 0-1.575.21l-2.149 3.76a1 1 0 0 1-.594.466L4.384 9.533a1 1 0 0 0-.432 1.669zm0 0 .007-.007m-.007.007L3.75 20.25" /> ); diff --git a/src/IconRepeat.js b/src/IconRepeat.js index d29b4614..f359606e 100644 --- a/src/IconRepeat.js +++ b/src/IconRepeat.js @@ -13,7 +13,7 @@ const SvgIconRepeat = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.647-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" + d="m17.5 2.75 2.646 2.646a.5.5 0 0 1 0 .708L17.5 8.75m-11 12.5-2.646-2.646a.5.5 0 0 1 0-.708L6.5 15.25m-1.25 3h14a1 1 0 0 0 1-1v-4m-16.5-3v-3.5a1 1 0 0 1 1-1h14" /> ); diff --git a/src/IconSend.js b/src/IconSend.js index ae6485a3..a56c26c8 100644 --- a/src/IconSend.js +++ b/src/IconSend.js @@ -13,7 +13,7 @@ const SvgIconSend = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.631-.631L2.278 9.497a.5.5 0 0 0 .016.955l8.443 2.471a.5.5 0 0 1 .34.34z" + d="M13.548 21.706a.5.5 0 0 0 .955.016L20.19 4.44a.5.5 0 0 0-.63-.631L2.277 9.497a.5.5 0 0 0 .016.955l8.444 2.471a.5.5 0 0 1 .339.34z" /> ); diff --git a/src/IconSend2.js b/src/IconSend2.js index b0b9e2e0..137ec77e 100644 --- a/src/IconSend2.js +++ b/src/IconSend2.js @@ -13,7 +13,7 @@ const SvgIconSend2 = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.026 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" + d="M6 12h3.25M6 12 3.382 4.145a.5.5 0 0 1 .698-.605l16.025 8.013a.5.5 0 0 1 0 .894L4.08 20.46a.5.5 0 0 1-.698-.605z" /> ); diff --git a/src/IconSendFill.js b/src/IconSendFill.js index 1e8353ab..b870c82b 100644 --- a/src/IconSendFill.js +++ b/src/IconSendFill.js @@ -10,7 +10,7 @@ const SvgIconSendFill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconShippingBagFill.js b/src/IconShippingBagFill.js index b716ee15..5c07ec5a 100644 --- a/src/IconShippingBagFill.js +++ b/src/IconShippingBagFill.js @@ -11,7 +11,7 @@ const SvgIconShippingBagFill = (props) => ( diff --git a/src/IconShippingBagHeart.js b/src/IconShippingBagHeart.js index 85dcd174..5d45d7e3 100644 --- a/src/IconShippingBagHeart.js +++ b/src/IconShippingBagHeart.js @@ -13,7 +13,7 @@ const SvgIconShippingBagHeart = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M15 8.75a3 3 0 1 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5a1 1 0 0 0 1 1.06h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.805-2.167-.903 0-1.445.542-1.445.542s-.542-.542-1.444-.542c-.903 0-1.806.722-1.806 2.167 0 2.076 2.98 3.61 3.25 3.61Z" + d="M15 8.75a3 3 0 0 1-6 0m10.765 4.254-.458-7.564a1 1 0 0 0-.998-.94H5.69a1 1 0 0 0-.998.94l-.879 14.5A1 1 0 0 0 4.812 21h7.44M18 22.028c.27 0 3.25-1.535 3.25-3.611 0-1.445-.903-2.167-1.806-2.167-.902 0-1.444.542-1.444.542s-.542-.542-1.445-.542c-.902 0-1.805.722-1.805 2.167 0 2.076 2.98 3.61 3.25 3.61Z" /> ); diff --git a/src/IconShoppingBagEditFill.js b/src/IconShoppingBagEditFill.js index 95f8c508..5b732aa2 100644 --- a/src/IconShoppingBagEditFill.js +++ b/src/IconShoppingBagEditFill.js @@ -11,13 +11,13 @@ const SvgIconShoppingBagEditFill = (props) => ( diff --git a/src/IconShoppingBagHeartFill.js b/src/IconShoppingBagHeartFill.js index c95ecf87..d37c6b08 100644 --- a/src/IconShoppingBagHeartFill.js +++ b/src/IconShoppingBagHeartFill.js @@ -11,13 +11,13 @@ const SvgIconShoppingBagHeartFill = (props) => ( diff --git a/src/IconStrikeThrough.js b/src/IconStrikeThrough.js index 2ef35cc4..483370c3 100644 --- a/src/IconStrikeThrough.js +++ b/src/IconStrikeThrough.js @@ -5,14 +5,14 @@ const SvgIconStrikeThrough = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconStrikeThroughFill.js b/src/IconStrikeThroughFill.js index ca8ab310..dd872f7c 100644 --- a/src/IconStrikeThroughFill.js +++ b/src/IconStrikeThroughFill.js @@ -5,12 +5,12 @@ const SvgIconStrikeThroughFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconTShirtFill.js b/src/IconTShirtFill.js index 00ebcb20..42148d77 100644 --- a/src/IconTShirtFill.js +++ b/src/IconTShirtFill.js @@ -10,7 +10,7 @@ const SvgIconTShirtFill = (props) => ( className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconTrendingChart.js b/src/IconTrendingChart.js deleted file mode 100644 index dcc01765..00000000 --- a/src/IconTrendingChart.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconTrendingChart = (props) => ( - -); -export default SvgIconTrendingChart; diff --git a/src/IconTrendingChart2.js b/src/IconTrendingChart2.js deleted file mode 100644 index b0ef9f30..00000000 --- a/src/IconTrendingChart2.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconTrendingChart2 = (props) => ( - -); -export default SvgIconTrendingChart2; diff --git a/src/IconTrendingChart3.js b/src/IconTrendingChart3.js deleted file mode 100644 index da0656cc..00000000 --- a/src/IconTrendingChart3.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconTrendingChart3 = (props) => ( - -); -export default SvgIconTrendingChart3; diff --git a/src/IconTrendingChart4.js b/src/IconTrendingChart4.js deleted file mode 100644 index 521af21c..00000000 --- a/src/IconTrendingChart4.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconTrendingChart4 = (props) => ( - -); -export default SvgIconTrendingChart4; diff --git a/src/IconTrendingChart5.js b/src/IconTrendingChart5.js deleted file mode 100644 index 110ec880..00000000 --- a/src/IconTrendingChart5.js +++ /dev/null @@ -1,20 +0,0 @@ -import * as React from "react"; -const SvgIconTrendingChart5 = (props) => ( - -); -export default SvgIconTrendingChart5; diff --git a/src/IconUnderline.js b/src/IconUnderline.js index ca188c27..68bd38ba 100644 --- a/src/IconUnderline.js +++ b/src/IconUnderline.js @@ -5,14 +5,14 @@ const SvgIconUnderline = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconUnderlineFill.js b/src/IconUnderlineFill.js index 9bfa8340..01d17ff3 100644 --- a/src/IconUnderlineFill.js +++ b/src/IconUnderlineFill.js @@ -5,12 +5,12 @@ const SvgIconUnderlineFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/IconVerified.js b/src/IconVerified.js index 0be7a480..3df3b5c4 100644 --- a/src/IconVerified.js +++ b/src/IconVerified.js @@ -13,7 +13,7 @@ const SvgIconVerified = (props) => ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="m9.5 12.75 1.5 1.5 3.5-3.5M8.822 5.06l-2.063-.327a1.085 1.085 0 0 0-1.255 1.053l-.036 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.748-1.95c.134-.35.439-.605.806-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.085 1.085 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.062.327a1.09 1.09 0 0 1-.99-.36l-1.37-1.576a1.085 1.085 0 0 0-1.638 0L9.81 4.7c-.246.283-.62.419-.99.36Z" + d="m9.5 12.75 1.5 1.5 3.5-3.5M8.82 5.06l-2.06-.327a1.085 1.085 0 0 0-1.256 1.053l-.035 2.088c-.007.375-.206.72-.527.912l-1.79 1.075c-.566.34-.7 1.101-.285 1.614l1.315 1.623c.236.29.305.683.183 1.037l-.68 1.974a1.085 1.085 0 0 0 .819 1.42l2.05.397c.367.072.672.328.806.677l.748 1.95c.237.616.963.88 1.54.56l1.826-1.012a1.09 1.09 0 0 1 1.053 0l1.827 1.012c.577.32 1.303.056 1.54-.56l.747-1.95c.135-.35.44-.605.807-.677l2.05-.398a1.085 1.085 0 0 0 .82-1.419l-.68-1.974a1.09 1.09 0 0 1 .182-1.037l1.315-1.623a1.086 1.086 0 0 0-.285-1.614l-1.79-1.075a1.09 1.09 0 0 1-.527-.912l-.036-2.088a1.085 1.085 0 0 0-1.255-1.053l-2.063.327a1.09 1.09 0 0 1-.989-.36l-1.37-1.576a1.085 1.085 0 0 0-1.639 0L9.81 4.7a1.08 1.08 0 0 1-.989.36Z" /> ); diff --git a/src/IconWhiteboard.js b/src/IconWhiteboard.js index c4d89b90..af2e0b97 100644 --- a/src/IconWhiteboard.js +++ b/src/IconWhiteboard.js @@ -5,7 +5,7 @@ const SvgIconWhiteboard = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ( strokeLinecap="round" strokeLinejoin="round" strokeWidth={1.5} - d="M16 18.25h4.25a1 1 0 0 0 1-1V5.75a1 1 0 0 0-1-1H12m4 13.5 1 3m-1-3h-4m-4 0H3.75a1 1 0 0 1-1-1V5.75a1 1 0 0 1 1-1H12m-4 13.5-1 3m1-3h4m0-13.5v-2m0 15.5v2" + d="M16 19h5.25V5.5H12M16 19l1 3m-1-3h-4m-4 0H2.75V5.5H12M8 19l-1 3m1-3h4m0-13.5v-2M12 19v2" /> ); diff --git a/src/IconWhiteboardFill.js b/src/IconWhiteboardFill.js index 3ead016d..5f1f571e 100644 --- a/src/IconWhiteboardFill.js +++ b/src/IconWhiteboardFill.js @@ -5,12 +5,12 @@ const SvgIconWhiteboardFill = (props) => ( width={24} height={24} fill="none" - viewBox="0 0 24 24" + viewBox="0 0 24 25" {...props} className={`justd-icons ${props.className || "size-4"}`} data-slot={props["data-slot"] || "icon"} aria-hidden="true"> ); diff --git a/src/index.js b/src/index.js index ca28eaa0..bb515f0d 100644 --- a/src/index.js +++ b/src/index.js @@ -28,8 +28,6 @@ export { default as IconAlignmentRightFill } from "./IconAlignmentRightFill"; export { default as IconAlignmentRight } from "./IconAlignmentRight"; export { default as IconAltFill } from "./IconAltFill"; export { default as IconAlt } from "./IconAlt"; -export { default as IconAnalyticsChartFill } from "./IconAnalyticsChartFill"; -export { default as IconAnalyticsChart } from "./IconAnalyticsChart"; export { default as IconAnonymousFill } from "./IconAnonymousFill"; export { default as IconAnonymous } from "./IconAnonymous"; export { default as IconAppleFill } from "./IconAppleFill"; @@ -350,18 +348,18 @@ export { default as IconCartFill } from "./IconCartFill"; export { default as IconCart } from "./IconCart"; export { default as IconChainLinkFill } from "./IconChainLinkFill"; export { default as IconChainLink } from "./IconChainLink"; -export { default as IconChart2Fill } from "./IconChart2Fill"; -export { default as IconChart2 } from "./IconChart2"; -export { default as IconChart3Fill } from "./IconChart3Fill"; -export { default as IconChart3 } from "./IconChart3"; -export { default as IconChart4Fill } from "./IconChart4Fill"; -export { default as IconChart4 } from "./IconChart4"; -export { default as IconChart5Fill } from "./IconChart5Fill"; -export { default as IconChart5 } from "./IconChart5"; -export { default as IconChartFill } from "./IconChartFill"; -export { default as IconChartLine } from "./IconChartLine"; -export { default as IconChartTrendingUp } from "./IconChartTrendingUp"; -export { default as IconChart } from "./IconChart"; +export { default as IconChartAnalyticsFill } from "./IconChartAnalyticsFill"; +export { default as IconChartAnalytics } from "./IconChartAnalytics"; +export { default as IconChartBarDown } from "./IconChartBarDown"; +export { default as IconChartBarUp } from "./IconChartBarUp"; +export { default as IconChartBar } from "./IconChartBar"; +export { default as IconChartLineDown } from "./IconChartLineDown"; +export { default as IconChartLineUp } from "./IconChartLineUp"; +export { default as IconChartPresentation2Fill } from "./IconChartPresentation2Fill"; +export { default as IconChartPresentation2 } from "./IconChartPresentation2"; +export { default as IconChartPresentationFill } from "./IconChartPresentationFill"; +export { default as IconChartPresentation } from "./IconChartPresentation"; +export { default as IconChartTrending } from "./IconChartTrending"; export { default as IconCheck } from "./IconCheck"; export { default as IconChecklist } from "./IconChecklist"; export { default as IconChevronDoubleDown } from "./IconChevronDoubleDown"; @@ -524,8 +522,6 @@ export { default as IconDevicesFill } from "./IconDevicesFill"; export { default as IconDevices } from "./IconDevices"; export { default as IconDiamondFill } from "./IconDiamondFill"; export { default as IconDiamond } from "./IconDiamond"; -export { default as IconDocumentChartFill } from "./IconDocumentChartFill"; -export { default as IconDocumentChart } from "./IconDocumentChart"; export { default as IconDonutFill } from "./IconDonutFill"; export { default as IconDonut } from "./IconDonut"; export { default as IconDotGrid2X3 } from "./IconDotGrid2X3"; @@ -596,10 +592,6 @@ export { default as IconFlashFill } from "./IconFlashFill"; export { default as IconFlashOffFill } from "./IconFlashOffFill"; export { default as IconFlashOff } from "./IconFlashOff"; export { default as IconFlash } from "./IconFlash"; -export { default as IconFlipchart2Fill } from "./IconFlipchart2Fill"; -export { default as IconFlipchart2 } from "./IconFlipchart2"; -export { default as IconFlipchartFill } from "./IconFlipchartFill"; -export { default as IconFlipchart } from "./IconFlipchart"; export { default as IconFloppyDisk2Fill } from "./IconFloppyDisk2Fill"; export { default as IconFloppyDisk2 } from "./IconFloppyDisk2"; export { default as IconFloppyDiskFill } from "./IconFloppyDiskFill"; @@ -782,9 +774,6 @@ export { default as IconLightBulb2Fill } from "./IconLightBulb2Fill"; export { default as IconLightBulb2 } from "./IconLightBulb2"; export { default as IconLightBulbFill } from "./IconLightBulbFill"; export { default as IconLightBulb } from "./IconLightBulb"; -export { default as IconLineChart6 } from "./IconLineChart6"; -export { default as IconLineChartL } from "./IconLineChartL"; -export { default as IconLineChartR } from "./IconLineChartR"; export { default as IconLink } from "./IconLink"; export { default as IconLiquidFill } from "./IconLiquidFill"; export { default as IconLiquid } from "./IconLiquid"; @@ -876,8 +865,6 @@ export { default as IconPaper } from "./IconPaper"; export { default as IconPaperclip2 } from "./IconPaperclip2"; export { default as IconPaperclip3 } from "./IconPaperclip3"; export { default as IconPaperclip } from "./IconPaperclip"; -export { default as IconPasskeyFill } from "./IconPasskeyFill"; -export { default as IconPasskey } from "./IconPasskey"; export { default as IconPauseFill } from "./IconPauseFill"; export { default as IconPause } from "./IconPause"; export { default as IconPencilBoxFill } from "./IconPencilBoxFill"; @@ -893,6 +880,8 @@ export { default as IconPersonAdd } from "./IconPersonAdd"; export { default as IconPersonAddedFill } from "./IconPersonAddedFill"; export { default as IconPersonAdded } from "./IconPersonAdded"; export { default as IconPersonFill } from "./IconPersonFill"; +export { default as IconPersonPasskeyFill } from "./IconPersonPasskeyFill"; +export { default as IconPersonPasskey } from "./IconPersonPasskey"; export { default as IconPersonRemoveFill } from "./IconPersonRemoveFill"; export { default as IconPersonRemove } from "./IconPersonRemove"; export { default as IconPerson } from "./IconPerson"; @@ -1125,11 +1114,6 @@ export { default as IconTrashFill } from "./IconTrashFill"; export { default as IconTrashPaperFill } from "./IconTrashPaperFill"; export { default as IconTrashPaper } from "./IconTrashPaper"; export { default as IconTrash } from "./IconTrash"; -export { default as IconTrendingChart2 } from "./IconTrendingChart2"; -export { default as IconTrendingChart3 } from "./IconTrendingChart3"; -export { default as IconTrendingChart4 } from "./IconTrendingChart4"; -export { default as IconTrendingChart5 } from "./IconTrendingChart5"; -export { default as IconTrendingChart } from "./IconTrendingChart"; export { default as IconTriangleInfoFill } from "./IconTriangleInfoFill"; export { default as IconTriangleInfo } from "./IconTriangleInfo"; export { default as IconTrophyFill } from "./IconTrophyFill";