@crystallize/design-system 1.23.4 → 1.23.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/{chunk-XAHDYFIZ.mjs → chunk-FWRBC56V.mjs} +986 -636
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1496 -1132
- package/dist/index.mjs +2 -2
- package/dist/{rich-text-editor-3M2LH5IE.mjs → rich-text-editor-6PGBZV6U.mjs} +1 -1
- package/package.json +1 -1
- package/src/dropdown-menu/DropdownMenu.stories.tsx +2 -4
- package/src/iconography/folder.tsx +2 -0
- package/src/iconography/index.ts +4 -0
- package/src/iconography/items.tsx +291 -0
- package/src/iconography/piece.tsx +36 -0
|
@@ -2064,7 +2064,8 @@ var Folder = forwardRef41((delegated, ref) => {
|
|
|
2064
2064
|
children: [
|
|
2065
2065
|
/* @__PURE__ */ jsx47("path", {
|
|
2066
2066
|
d: "M2.604 4.108v13.146a.6.6 0 00.6.6h11.968c.59 0 1.166-.255 1.429-.784 1.374-2.77 1.642-8.38 1.166-10.692-.114-.555-.706-.927-1.272-.927l-7.091.067-2-1.41h-4.8z",
|
|
2067
|
-
fill: "#BFF6F8"
|
|
2067
|
+
fill: "#BFF6F8",
|
|
2068
|
+
className: "c-icon-fill"
|
|
2068
2069
|
}),
|
|
2069
2070
|
/* @__PURE__ */ jsx47("path", {
|
|
2070
2071
|
fillRule: "evenodd",
|
|
@@ -2074,7 +2075,8 @@ var Folder = forwardRef41((delegated, ref) => {
|
|
|
2074
2075
|
}),
|
|
2075
2076
|
/* @__PURE__ */ jsx47("path", {
|
|
2076
2077
|
d: "M4.659 10.021L3.502 17.17a.6.6 0 00.594.685h12.076c.59 0 1.164-.254 1.46-.765 1.419-2.445 2.065-6 1.765-7.956-.086-.56-.617-.829-1.184-.829H6.64a2 2 0 00-1.98 1.717z",
|
|
2077
|
-
fill: "#BFF6F8"
|
|
2078
|
+
fill: "#BFF6F8",
|
|
2079
|
+
className: "c-icon-fill"
|
|
2078
2080
|
}),
|
|
2079
2081
|
/* @__PURE__ */ jsx47("path", {
|
|
2080
2082
|
fillRule: "evenodd",
|
|
@@ -2754,11 +2756,308 @@ var Info = forwardRef52((delegated, ref) => {
|
|
|
2754
2756
|
});
|
|
2755
2757
|
Info.displayName = "InfoIcon";
|
|
2756
2758
|
|
|
2757
|
-
// src/iconography/
|
|
2759
|
+
// src/iconography/items.tsx
|
|
2758
2760
|
import { forwardRef as forwardRef53 } from "react";
|
|
2759
2761
|
import { jsx as jsx59, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2760
|
-
var
|
|
2762
|
+
var Items = forwardRef53((delegated, ref) => {
|
|
2761
2763
|
return /* @__PURE__ */ jsxs50("svg", {
|
|
2764
|
+
ref,
|
|
2765
|
+
width: "34",
|
|
2766
|
+
height: "34",
|
|
2767
|
+
viewBox: "0 0 34 34",
|
|
2768
|
+
fill: "none",
|
|
2769
|
+
...delegated,
|
|
2770
|
+
children: [
|
|
2771
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2772
|
+
fill: "#528693",
|
|
2773
|
+
d: "M24.688 14.932c-2.33 0-4.11-1.008-4.882-2.765a7.469 7.469 0 0 1-.2-5.045.24.24 0 0 1-.076-.06 3.227 3.227 0 0 1-.9-2.387 2.646 2.646 0 0 1 .96-1.922 2.478 2.478 0 0 1 1.592-.6 2.599 2.599 0 0 1 2.058 1.086 5.164 5.164 0 0 1 1.41-.2 4.598 4.598 0 0 1 3.086 1.127 2.576 2.576 0 0 1 1.59-.553 2.398 2.398 0 0 1 1.878.892 2.818 2.818 0 0 1-.153 3.691 4.697 4.697 0 0 1-.857.669c-.046.029-.078.049-.091.059.459 2.998-1.07 5.324-3.868 5.857a8.286 8.286 0 0 1-1.546.148v.003Zm0-11.352a4.539 4.539 0 0 0-3.315 1.418 6.975 6.975 0 0 0-1.228 6.556c.6 1.807 2.267 2.844 4.572 2.844a7.849 7.849 0 0 0 1.39-.127c2.46-.446 3.75-2.299 3.643-5.223a2.546 2.546 0 0 1-.54.058 2.341 2.341 0 0 1-1.472-.5 2.886 2.886 0 0 1-1.015-2.021 2.862 2.862 0 0 1 .628-2.05 4.039 4.039 0 0 0-2.663-.955Zm4.63.566a2.047 2.047 0 0 0-1.255.439 2.183 2.183 0 0 0-.812 1.6 2.433 2.433 0 0 0 .66 1.861 1.698 1.698 0 0 0 1.218.559 2.173 2.173 0 0 0 1.756-1.13 2.278 2.278 0 0 0 .18-2.226 1.948 1.948 0 0 0-1.748-1.103Zm-8.146-1.463a1.964 1.964 0 0 0-1.4.605 2.43 2.43 0 0 0 .033 3.282 6.075 6.075 0 0 1 1.438-2.212 4.624 4.624 0 0 1 1.48-.938 2.04 2.04 0 0 0-1.551-.737Z"
|
|
2774
|
+
}),
|
|
2775
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2776
|
+
fill: "#528693",
|
|
2777
|
+
d: "M31.134 4.565a2.392 2.392 0 0 0-1.645-.852 2.393 2.393 0 0 0-1.76.578c-.01 0-.01-.014-.014-.019a4.728 4.728 0 0 0-4.51-.93 2.39 2.39 0 0 0-3.557-.52 2.872 2.872 0 0 0-.925 2.08 2.872 2.872 0 0 0 .878 2.1.156.156 0 0 0 .123.057 7.41 7.41 0 0 0 .165 5.072c1.077 2.451 3.906 3.028 6.329 2.565 2.951-.563 4.217-3.023 3.82-5.828a6.274 6.274 0 0 0 .947-.732 2.73 2.73 0 0 0 .15-3.571ZM19.71 3.223a2.062 2.062 0 0 1 1.635-.622 2.061 2.061 0 0 1 1.524.86 4.549 4.549 0 0 0-1.563.963 6.11 6.11 0 0 0-1.47 2.314 2.545 2.545 0 0 1-.126-3.515Zm6.413 11.137c-2.427.439-5.205-.194-6.063-2.777a7.096 7.096 0 0 1 1.246-6.644 4.498 4.498 0 0 1 6.158-.416s.01 0 .014.009a2.867 2.867 0 0 0 .317 4.01 2.335 2.335 0 0 0 2.04.392c.128 2.644-.84 4.906-3.712 5.426Zm1.724-6.248a2.49 2.49 0 0 1-.69-1.833 2.489 2.489 0 0 1 .85-1.765 2.048 2.048 0 0 1 1.738-.41 2.047 2.047 0 0 1 1.398 1.11c.983 1.916-1.5 4.707-3.296 2.898Z"
|
|
2778
|
+
}),
|
|
2779
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2780
|
+
fill: "#528693",
|
|
2781
|
+
d: "M24.295 10.503a.22.22 0 0 1-.225-.19 2.28 2.28 0 0 1 .2-1.36.2.2 0 0 1 .178-.112.24.24 0 0 1 .223.172.238.238 0 0 1 .007.099c-.013.08-.029.156-.045.232a3.091 3.091 0 0 0-.063.358 3.207 3.207 0 0 0-.016.391v.17a.254.254 0 0 1-.26.24Z"
|
|
2782
|
+
}),
|
|
2783
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2784
|
+
fill: "#528693",
|
|
2785
|
+
d: "M24.588 9.096c-.033.2-.089.393-.108.6a5.642 5.642 0 0 0-.019.566c0 .17-.278.217-.306.038a2.179 2.179 0 0 1 .198-1.304c.075-.138.258-.034.235.1Zm-2.705.81a.217.217 0 0 1-.222-.189 2.26 2.26 0 0 1 .2-1.359.2.2 0 0 1 .182-.115.225.225 0 0 1 .17.081.236.236 0 0 1 .057.188 8.487 8.487 0 0 1-.044.23 3.197 3.197 0 0 0-.064.366 3.146 3.146 0 0 0-.016.386v.169a.256.256 0 0 1-.263.242Z"
|
|
2786
|
+
}),
|
|
2787
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2788
|
+
fill: "#528693",
|
|
2789
|
+
d: "M22.19 8.496c-.033.2-.09.4-.11.6a5.592 5.592 0 0 0-.018.563c0 .17-.28.221-.307.041a2.171 2.171 0 0 1 .194-1.299c.07-.143.255-.039.24.095Z"
|
|
2790
|
+
}),
|
|
2791
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2792
|
+
fill: "#528693",
|
|
2793
|
+
d: "M24.688 14.978c-2.35 0-4.146-1.017-4.926-2.793a7.52 7.52 0 0 1-.206-5.042.325.325 0 0 1-.06-.053 3.26 3.26 0 0 1-.905-2.416 2.665 2.665 0 0 1 .973-1.954 2.51 2.51 0 0 1 1.617-.606 2.657 2.657 0 0 1 2.078 1.072 5.334 5.334 0 0 1 1.391-.187 4.673 4.673 0 0 1 3.089 1.11 2.63 2.63 0 0 1 1.59-.539 2.431 2.431 0 0 1 1.91.91 2.86 2.86 0 0 1-.156 3.75 4.598 4.598 0 0 1-.866.674l-.085.056c.482 2.998-1.058 5.33-3.89 5.867a8.156 8.156 0 0 1-1.554.15Zm0-11.353a4.486 4.486 0 0 0-3.28 1.406 6.931 6.931 0 0 0-1.218 6.51c.6 1.788 2.246 2.812 4.531 2.812a7.795 7.795 0 0 0 1.383-.124c2.419-.44 3.698-2.259 3.604-5.126a2.559 2.559 0 0 1-.5.046 2.393 2.393 0 0 1-1.499-.5 3.006 3.006 0 0 1-.419-4.098 4.028 4.028 0 0 0-2.602-.926Zm4.632.567a1.993 1.993 0 0 0-1.226.427 2.145 2.145 0 0 0-.8 1.572 2.392 2.392 0 0 0 .649 1.824 1.636 1.636 0 0 0 1.186.545 2.13 2.13 0 0 0 1.72-1.109 2.25 2.25 0 0 0 .175-2.183 1.899 1.899 0 0 0-1.706-1.076h.002Zm-8.147-1.466a1.909 1.909 0 0 0-1.366.6 2.361 2.361 0 0 0-.613 1.575 2.361 2.361 0 0 0 .597 1.58 6.115 6.115 0 0 1 1.424-2.155 4.465 4.465 0 0 1 1.431-.922 1.988 1.988 0 0 0-1.473-.678Z"
|
|
2794
|
+
}),
|
|
2795
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2796
|
+
fill: "#528693",
|
|
2797
|
+
d: "M31.167 4.539a2.336 2.336 0 0 0-1.839-.877 2.529 2.529 0 0 0-1.592.567A4.563 4.563 0 0 0 24.65 3.09a5.27 5.27 0 0 0-1.426.2 2.568 2.568 0 0 0-2.042-1.083 2.419 2.419 0 0 0-1.56.585 2.582 2.582 0 0 0-.94 1.889 3.18 3.18 0 0 0 .886 2.352.176.176 0 0 0 .1.063 7.43 7.43 0 0 0 .18 5.055 4.944 4.944 0 0 0 4.84 2.742 8.063 8.063 0 0 0 1.535-.149c2.774-.526 4.29-2.834 3.85-5.847.009-.01.054-.036.094-.063a4.584 4.584 0 0 0 .85-.66 2.77 2.77 0 0 0 .15-3.635ZM19.743 3.258a1.999 1.999 0 0 1 1.43-.621 2.09 2.09 0 0 1 1.624.804 4.439 4.439 0 0 0-1.52.95 6.096 6.096 0 0 0-1.457 2.262 2.48 2.48 0 0 1-.077-3.395Zm6.374 11.06a7.78 7.78 0 0 1-1.4.125c-2.325 0-4.007-1.048-4.615-2.874a7.022 7.022 0 0 1 1.238-6.596 4.575 4.575 0 0 1 3.348-1.437 4.088 4.088 0 0 1 2.73 1 2.813 2.813 0 0 0-.648 2.05 2.839 2.839 0 0 0 1 1.993 2.307 2.307 0 0 0 1.444.482 2.46 2.46 0 0 0 .577-.065c.13 2.978-1.179 4.868-3.674 5.321Zm4.807-6.822a2.219 2.219 0 0 1-1.799 1.152 1.719 1.719 0 0 1-1.25-.57 2.485 2.485 0 0 1-.675-1.9 2.23 2.23 0 0 1 .837-1.63 2.088 2.088 0 0 1 1.282-.445 1.986 1.986 0 0 1 1.785 1.124 2.339 2.339 0 0 1-.18 2.27Z"
|
|
2798
|
+
}),
|
|
2799
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2800
|
+
fill: "#BFF6F8",
|
|
2801
|
+
d: "M22.797 3.441a4.439 4.439 0 0 0-1.52.95 6.097 6.097 0 0 0-1.457 2.262 2.48 2.48 0 0 1-.077-3.398 2 2 0 0 1 1.43-.621 2.089 2.089 0 0 1 1.624.807Zm8.127 4.056a2.22 2.22 0 0 1-1.799 1.15 1.719 1.719 0 0 1-1.25-.57 2.484 2.484 0 0 1-.675-1.899 2.23 2.23 0 0 1 .837-1.63 2.088 2.088 0 0 1 1.282-.445 1.986 1.986 0 0 1 1.785 1.124 2.338 2.338 0 0 1-.18 2.27Z"
|
|
2802
|
+
}),
|
|
2803
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2804
|
+
fill: "#BFF6F8",
|
|
2805
|
+
d: "M29.791 8.996a2.462 2.462 0 0 1-.58.068 2.307 2.307 0 0 1-1.444-.482 2.84 2.84 0 0 1-1-1.992 2.813 2.813 0 0 1 .648-2.051 4.088 4.088 0 0 0-2.73-1 4.574 4.574 0 0 0-3.345 1.432 7.021 7.021 0 0 0-1.458 3.14 7.021 7.021 0 0 0 .22 3.457c.608 1.826 2.287 2.875 4.615 2.875a7.781 7.781 0 0 0 1.4-.126c2.496-.454 3.805-2.343 3.674-5.321Zm-7.89-.612a.17.17 0 0 1 .145-.094.188.188 0 0 1 .134.067.192.192 0 0 1 .05.153c-.014.077-.032.153-.045.23a2.517 2.517 0 0 0-.062.369 2.808 2.808 0 0 0-.018.387v.17a.21.21 0 0 1-.216.2.177.177 0 0 1-.18-.149 2.228 2.228 0 0 1 .193-1.337v.004Zm2.1 3.58a.765.765 0 0 1-.707.387.871.871 0 0 1-.292-.045.82.82 0 0 1-.423-.342.684.684 0 0 1-.472.194.674.674 0 0 1-.621-.63.166.166 0 0 1 .045-.125.205.205 0 0 1 .153-.063.165.165 0 0 1 .176.144c.018.138.1.3.274.3.121 0 .2-.09.292-.18 0-.085-.009-.14-.009-.19a.177.177 0 0 1 .114-.167.179.179 0 0 1 .07-.012.176.176 0 0 1 .173.114.18.18 0 0 1 .012.07.5.5 0 0 0 .5.562.885.885 0 0 0 .495-.216.134.134 0 0 1 .11-.025.135.135 0 0 1 .09.066.181.181 0 0 1 .022.154l-.002.004Zm.587-2.63a3.575 3.575 0 0 0-.063.364 2.934 2.934 0 0 0-.018.4v.166a.207.207 0 0 1-.066.145.207.207 0 0 1-.15.055.173.173 0 0 1-.18-.153 2.208 2.208 0 0 1 .2-1.331.165.165 0 0 1 .14-.09.195.195 0 0 1 .184.22 2.011 2.011 0 0 1-.047.224Z"
|
|
2806
|
+
}),
|
|
2807
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2808
|
+
fill: "#528693",
|
|
2809
|
+
d: "M24.295 10.548a.262.262 0 0 1-.27-.229 2.292 2.292 0 0 1 .208-1.387.255.255 0 0 1 .219-.137.284.284 0 0 1 .206.1.287.287 0 0 1 .067.23 4.22 4.22 0 0 1-.046.234 3.054 3.054 0 0 0-.06.352 2.808 2.808 0 0 0-.019.387v.166a.3.3 0 0 1-.305.284Z"
|
|
2810
|
+
}),
|
|
2811
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2812
|
+
fill: "#528693",
|
|
2813
|
+
d: "M24.636 9.105a3.093 3.093 0 0 1-.045.229 3.548 3.548 0 0 0-.063.364 2.902 2.902 0 0 0-.018.4v.166a.209.209 0 0 1-.066.145.21.21 0 0 1-.07.042.21.21 0 0 1-.08.013.173.173 0 0 1-.18-.153 2.208 2.208 0 0 1 .2-1.331.164.164 0 0 1 .14-.09.195.195 0 0 1 .184.22l-.002-.005Zm-2.752.844a.265.265 0 0 1-.268-.219 2.321 2.321 0 0 1 .206-1.392.26.26 0 0 1 .224-.142.269.269 0 0 1 .2.1.276.276 0 0 1 .07.218l-.045.238a2.672 2.672 0 0 0-.062.36 2.739 2.739 0 0 0-.018.38v.173a.3.3 0 0 1-.307.284Z"
|
|
2814
|
+
}),
|
|
2815
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2816
|
+
fill: "#528693",
|
|
2817
|
+
d: "M22.23 8.506c-.014.077-.032.153-.045.23a2.517 2.517 0 0 0-.062.369 2.808 2.808 0 0 0-.018.387v.17a.21.21 0 0 1-.216.2.177.177 0 0 1-.18-.149 2.229 2.229 0 0 1 .2-1.33.17.17 0 0 1 .144-.095.188.188 0 0 1 .134.067.192.192 0 0 1 .043.151Zm1.066 3.931a.972.972 0 0 1-.322-.05.9.9 0 0 1-.409-.294.774.774 0 0 1-.456.15.76.76 0 0 1-.711-.712.254.254 0 0 1 .068-.192.299.299 0 0 1 .22-.093.255.255 0 0 1 .264.22c0 .025.034.225.186.225.073 0 .129-.053.212-.138l-.015-.065c0-.245.135-.346.27-.346a.264.264 0 0 1 .197.077.264.264 0 0 1 .077.197.46.46 0 0 0 .321.462.47.47 0 0 0 .094.01.81.81 0 0 0 .44-.2.64.64 0 0 1 .136-.043.234.234 0 0 1 .19.108.263.263 0 0 1 .03.241.852.852 0 0 1-.792.443Z"
|
|
2818
|
+
}),
|
|
2819
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2820
|
+
fill: "#528693",
|
|
2821
|
+
d: "M24.003 11.96a.766.766 0 0 1-.707.387.871.871 0 0 1-.292-.045.821.821 0 0 1-.423-.342.684.684 0 0 1-.472.194.674.674 0 0 1-.621-.63.166.166 0 0 1 .045-.125.206.206 0 0 1 .153-.063.165.165 0 0 1 .176.144c.018.138.1.3.274.3.122 0 .2-.09.292-.18 0-.085-.009-.14-.009-.19a.18.18 0 0 1 .054-.129.177.177 0 0 1 .13-.05.177.177 0 0 1 .174.114.182.182 0 0 1 .011.07.5.5 0 0 0 .5.562.885.885 0 0 0 .495-.216.135.135 0 0 1 .2.041.18.18 0 0 1 .02.158Z"
|
|
2822
|
+
}),
|
|
2823
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2824
|
+
fill: "#528693",
|
|
2825
|
+
d: "M23.295 12.394a.911.911 0 0 1-.3-.05.857.857 0 0 1-.42-.317.678.678 0 0 1-1.128-.5.211.211 0 0 1 .057-.16.26.26 0 0 1 .186-.072.21.21 0 0 1 .219.18c.018.12.089.262.232.262.1 0 .173-.075.254-.161a.934.934 0 0 1-.017-.16.228.228 0 0 1 .143-.213.228.228 0 0 1 .09-.015.23.23 0 0 1 .164.068.22.22 0 0 1 .06.163.5.5 0 0 0 .354.505.468.468 0 0 0 .11.014.87.87 0 0 0 .468-.209.387.387 0 0 1 .106-.035.189.189 0 0 1 .154.09.212.212 0 0 1 .02.2.817.817 0 0 1-.752.41Z"
|
|
2826
|
+
}),
|
|
2827
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2828
|
+
fill: "#528693",
|
|
2829
|
+
d: "M23.96 11.942a.782.782 0 0 1-.94.316.799.799 0 0 1-.435-.378.607.607 0 0 1-.514.227.617.617 0 0 1-.538-.585c-.01-.16.26-.2.283-.037a.353.353 0 0 0 .322.34c.155 0 .25-.119.348-.223a1.378 1.378 0 0 1-.023-.188.139.139 0 0 1 .278 0 .592.592 0 0 0 .421.594.78.78 0 0 0 .652-.208c.094-.066.184.057.146.142Z"
|
|
2830
|
+
}),
|
|
2831
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2832
|
+
fill: "#528693",
|
|
2833
|
+
d: "M24.688 15.067c-2.386 0-4.212-1.038-5.006-2.846a7.617 7.617 0 0 1-.23-5.047l-.021-.024a3.354 3.354 0 0 1-.93-2.482 2.773 2.773 0 0 1 1-2.018 2.605 2.605 0 0 1 1.677-.627 2.733 2.733 0 0 1 2.111 1.061 5.314 5.314 0 0 1 1.357-.176 4.755 4.755 0 0 1 3.096 1.09 2.72 2.72 0 0 1 1.584-.514 2.534 2.534 0 0 1 1.984.943 2.956 2.956 0 0 1-.162 3.868 4.859 4.859 0 0 1-.882.689l-.017.012c.426 3.013-1.17 5.388-3.99 5.925a8.494 8.494 0 0 1-1.57.146Zm0-11.35a4.404 4.404 0 0 0-3.216 1.373 6.835 6.835 0 0 0-1.2 6.422c.582 1.75 2.2 2.752 4.445 2.752a7.692 7.692 0 0 0 1.367-.125c2.338-.423 3.589-2.172 3.536-4.93a2.668 2.668 0 0 1-.41.033 2.47 2.47 0 0 1-1.558-.527 3.011 3.011 0 0 1-1.065-2.118 3.028 3.028 0 0 1 .574-2.04 3.94 3.94 0 0 0-2.473-.84Zm4.63.565a1.92 1.92 0 0 0-1.174.41 2.048 2.048 0 0 0-.757 1.505 2.3 2.3 0 0 0 .62 1.76 1.567 1.567 0 0 0 1.123.516 2.034 2.034 0 0 0 1.64-1.067 2.139 2.139 0 0 0 .173-2.093 1.81 1.81 0 0 0-1.626-1.031Zm-8.146-1.464a1.831 1.831 0 0 0-1.3.564 2.275 2.275 0 0 0-.1 2.923 6.081 6.081 0 0 1 1.378-2.044 4.698 4.698 0 0 1 1.341-.89 1.9 1.9 0 0 0-1.319-.553Z"
|
|
2834
|
+
}),
|
|
2835
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2836
|
+
fill: "#528693",
|
|
2837
|
+
d: "M24.688 14.977c-2.35 0-4.144-1.018-4.924-2.792a7.51 7.51 0 0 1-.208-5.043.22.22 0 0 1-.056-.05 3.276 3.276 0 0 1-.909-2.42 2.691 2.691 0 0 1 .97-1.953 2.52 2.52 0 0 1 1.62-.6 2.634 2.634 0 0 1 2.075 1.072 5.236 5.236 0 0 1 1.393-.193 4.645 4.645 0 0 1 3.088 1.113 2.625 2.625 0 0 1 1.59-.539 2.443 2.443 0 0 1 1.913.909 2.866 2.866 0 0 1-.155 3.75 4.687 4.687 0 0 1-.867.675l-.035.022c.4 3.058-1.14 5.367-3.94 5.897a8.374 8.374 0 0 1-1.553.149l-.002.003Zm0-11.352a4.498 4.498 0 0 0-3.283 1.405 6.926 6.926 0 0 0-1.214 6.51c.6 1.789 2.244 2.813 4.53 2.813a7.844 7.844 0 0 0 1.382-.125c3.077-.557 3.672-3.058 3.607-5.125a2.498 2.498 0 0 1-.5.049 2.378 2.378 0 0 1-1.499-.507 2.93 2.93 0 0 1-1.033-2.048 2.914 2.914 0 0 1 .61-2.052 3.998 3.998 0 0 0-2.6-.92Zm4.63.566a1.999 1.999 0 0 0-1.227.43 2.13 2.13 0 0 0-.795 1.568 2.389 2.389 0 0 0 .647 1.828 1.653 1.653 0 0 0 1.186.545 2.13 2.13 0 0 0 1.717-1.11 2.231 2.231 0 0 0 .176-2.182 1.899 1.899 0 0 0-1.705-1.079Zm-8.146-1.463a1.923 1.923 0 0 0-1.366.59 2.377 2.377 0 0 0-.015 3.165 6.051 6.051 0 0 1 1.421-2.157 4.59 4.59 0 0 1 1.433-.923 1.982 1.982 0 0 0-1.473-.675Z"
|
|
2838
|
+
}),
|
|
2839
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2840
|
+
fill: "#528693",
|
|
2841
|
+
d: "M24.295 10.638a.355.355 0 0 1-.36-.305 2.43 2.43 0 0 1 .218-1.437.343.343 0 0 1 .3-.185.373.373 0 0 1 .363.425 4.82 4.82 0 0 1-.047.242 2.586 2.586 0 0 0-.06.342 2.855 2.855 0 0 0-.016.378v.171a.389.389 0 0 1-.398.369Z"
|
|
2842
|
+
}),
|
|
2843
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2844
|
+
fill: "#528693",
|
|
2845
|
+
d: "M24.295 10.548a.265.265 0 0 1-.27-.229 2.335 2.335 0 0 1 .208-1.386.248.248 0 0 1 .218-.137.286.286 0 0 1 .275.32c-.013.084-.03.16-.046.238a3.188 3.188 0 0 0-.062.353 3.146 3.146 0 0 0-.016.386v.171a.3.3 0 0 1-.307.284Zm-2.412-.507a.356.356 0 0 1-.356-.3 2.41 2.41 0 0 1 .217-1.445.344.344 0 0 1 .3-.188.358.358 0 0 1 .272.13.365.365 0 0 1 .088.294l-.046.239a2.999 2.999 0 0 0-.06.35 2.797 2.797 0 0 0-.016.373v.171a.393.393 0 0 1-.4.376Z"
|
|
2846
|
+
}),
|
|
2847
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2848
|
+
fill: "#528693",
|
|
2849
|
+
d: "M21.883 9.95a.262.262 0 0 1-.267-.225 2.317 2.317 0 0 1 .208-1.387.249.249 0 0 1 .222-.14.27.27 0 0 1 .2.1.28.28 0 0 1 .068.222c-.013.082-.03.158-.045.235a3.127 3.127 0 0 0-.063.36 3.069 3.069 0 0 0-.016.38v.171a.3.3 0 0 1-.307.284Z"
|
|
2850
|
+
}),
|
|
2851
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2852
|
+
fill: "#528693",
|
|
2853
|
+
d: "M24.688 15.114c-2.406 0-4.247-1.049-5.05-2.874a7.656 7.656 0 0 1-.235-5.054l-.008-.008a3.389 3.389 0 0 1-.94-2.511 2.8 2.8 0 0 1 1.023-2.052 2.643 2.643 0 0 1 1.699-.636 2.792 2.792 0 0 1 2.129 1.054 5.451 5.451 0 0 1 1.34-.167 4.833 4.833 0 0 1 3.098 1.073 2.783 2.783 0 0 1 1.583-.5 2.56 2.56 0 0 1 2.015.963 2.998 2.998 0 0 1-.157 3.923 4.792 4.792 0 0 1-.892.7l-.01.006a4.924 4.924 0 0 1-2.151 5.223 4.926 4.926 0 0 1-1.86.712 8.328 8.328 0 0 1-1.584.148Zm0-11.353a4.344 4.344 0 0 0-3.18 1.36 6.787 6.787 0 0 0-1.193 6.374c.575 1.73 2.18 2.72 4.403 2.72.456 0 .91-.04 1.358-.122 2.299-.417 3.538-2.133 3.498-4.835a2.891 2.891 0 0 1-.364.023 2.529 2.529 0 0 1-1.585-.532 3.148 3.148 0 0 1-.52-4.185 3.921 3.921 0 0 0-2.417-.803Zm4.632.566a1.854 1.854 0 0 0-1.143.4 2.013 2.013 0 0 0-.748 1.47 2.25 2.25 0 0 0 .61 1.72 1.508 1.508 0 0 0 1.09.505 1.992 1.992 0 0 0 1.6-1.044 2.118 2.118 0 0 0 .171-2.054 1.767 1.767 0 0 0-1.582-.997h.002Zm-8.147-1.465a1.773 1.773 0 0 0-1.27.552 2.205 2.205 0 0 0-.144 2.8 6.134 6.134 0 0 1 1.363-1.987 4.57 4.57 0 0 1 1.29-.869 1.846 1.846 0 0 0-1.239-.496Z"
|
|
2854
|
+
}),
|
|
2855
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2856
|
+
fill: "#528693",
|
|
2857
|
+
d: "M24.688 15.024c-2.37 0-4.18-1.028-4.967-2.82a7.562 7.562 0 0 1-.217-5.044.319.319 0 0 1-.04-.041 3.298 3.298 0 0 1-.919-2.448 2.71 2.71 0 0 1 .99-1.986 2.549 2.549 0 0 1 1.645-.616 2.698 2.698 0 0 1 2.099 1.065 5.379 5.379 0 0 1 1.373-.178 4.725 4.725 0 0 1 3.09 1.1 2.673 2.673 0 0 1 1.588-.528 2.472 2.472 0 0 1 1.945.929 2.908 2.908 0 0 1-.157 3.808 4.64 4.64 0 0 1-.877.682l-.022-.008c.424 3.071-1.129 5.397-3.967 5.936a8.169 8.169 0 0 1-1.564.149Zm0-11.353a4.439 4.439 0 0 0-3.247 1.39 6.88 6.88 0 0 0-1.208 6.465c.588 1.768 2.223 2.782 4.487 2.782a7.77 7.77 0 0 0 1.374-.123c2.38-.434 3.644-2.217 3.57-5.028a2.764 2.764 0 0 1-.452.038 2.44 2.44 0 0 1-1.525-.512 3.053 3.053 0 0 1-.454-4.131 3.987 3.987 0 0 0-2.545-.88Zm4.632.567a1.948 1.948 0 0 0-1.2.416 2.1 2.1 0 0 0-.78 1.543 2.341 2.341 0 0 0 .636 1.79 1.587 1.587 0 0 0 1.153.53 2.081 2.081 0 0 0 1.68-1.085 2.205 2.205 0 0 0 .176-2.145 1.856 1.856 0 0 0-1.667-1.049h.002Zm-8.147-1.466a1.861 1.861 0 0 0-1.333.58 2.305 2.305 0 0 0-.062 3.045 6.118 6.118 0 0 1 1.406-2.099 4.51 4.51 0 0 1 1.386-.9 1.94 1.94 0 0 0-1.397-.626Z"
|
|
2858
|
+
}),
|
|
2859
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2860
|
+
fill: "#528693",
|
|
2861
|
+
d: "M24.295 10.683a.4.4 0 0 1-.4-.345 2.42 2.42 0 0 1 .222-1.47.392.392 0 0 1 .338-.21.42.42 0 0 1 .307.144.427.427 0 0 1 .1.342 3.219 3.219 0 0 1-.047.242 2.746 2.746 0 0 0-.057.335 2.497 2.497 0 0 0-.018.373v.166a.433.433 0 0 1-.134.305.432.432 0 0 1-.311.118Z"
|
|
2862
|
+
}),
|
|
2863
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2864
|
+
fill: "#528693",
|
|
2865
|
+
d: "M24.295 10.595a.312.312 0 0 1-.314-.268 2.327 2.327 0 0 1 .213-1.414.3.3 0 0 1 .258-.163.33.33 0 0 1 .24.112.34.34 0 0 1 .077.268 3.66 3.66 0 0 1-.047.237 2.887 2.887 0 0 0-.059.346 2.736 2.736 0 0 0-.018.382v.166a.345.345 0 0 1-.35.334Zm-2.411-.51a.4.4 0 0 1-.4-.328 2.483 2.483 0 0 1 .219-1.483.387.387 0 0 1 .649-.067.406.406 0 0 1 .1.317l-.048.252a2.72 2.72 0 0 0-.061.346 2.803 2.803 0 0 0-.016.37v.175a.432.432 0 0 1-.443.418Z"
|
|
2866
|
+
}),
|
|
2867
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2868
|
+
fill: "#528693",
|
|
2869
|
+
d: "M21.884 9.995a.31.31 0 0 1-.312-.257 2.368 2.368 0 0 1 .21-1.42.307.307 0 0 1 .264-.168.336.336 0 0 1 .237.116.338.338 0 0 1 .081.251l-.047.242a2.63 2.63 0 0 0-.06.356 2.71 2.71 0 0 0-.017.377v.173a.344.344 0 0 1-.356.33Zm1.412 2.577a1.106 1.106 0 0 1-.366-.057 1.015 1.015 0 0 1-.389-.247.92.92 0 0 1-.432.111.9.9 0 0 1-.582-.26.9.9 0 0 1-.263-.58.383.383 0 0 1 .1-.29.43.43 0 0 1 .322-.14.392.392 0 0 1 .4.338c.007.05.03.109.052.109a.17.17 0 0 0 .064-.047v-.02a.49.49 0 0 1 .13-.367.386.386 0 0 1 .126-.086.387.387 0 0 1 .15-.03.4.4 0 0 1 .3.13.393.393 0 0 1 .106.28.326.326 0 0 0 .22.333h.019a.67.67 0 0 0 .4-.163.593.593 0 0 1 .22-.075.37.37 0 0 1 .3.17.4.4 0 0 1 .04.357.988.988 0 0 1-.917.534Z"
|
|
2870
|
+
}),
|
|
2871
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2872
|
+
fill: "#528693",
|
|
2873
|
+
d: "M23.296 12.482a1.03 1.03 0 0 1-.337-.052.956.956 0 0 1-.4-.276.836.836 0 0 1-.448.135.807.807 0 0 1-.756-.755.3.3 0 0 1 .079-.224.341.341 0 0 1 .254-.11.3.3 0 0 1 .309.26c0 .02.028.186.14.186.057 0 .106-.047.182-.124l-.03-.027c0-.276.16-.395.316-.395a.315.315 0 0 1 .32.32.413.413 0 0 0 .286.42h.03a.76.76 0 0 0 .468-.182.609.609 0 0 1 .16-.053.28.28 0 0 1 .23.128.31.31 0 0 1 .032.278.899.899 0 0 1-.835.471Z"
|
|
2874
|
+
}),
|
|
2875
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2876
|
+
fill: "#528693",
|
|
2877
|
+
d: "M23.295 12.53a1.051 1.051 0 0 1-.349-.059.972.972 0 0 1-.4-.26.81.81 0 0 1-1.24-.673.345.345 0 0 1 .094-.261.389.389 0 0 1 .284-.121.347.347 0 0 1 .353.3c.007.05.038.147.1.147.032 0 .065-.026.11-.071a.907.907 0 0 1-.01-.114.369.369 0 0 1 .631-.255.35.35 0 0 1 .1.26.364.364 0 0 0 .253.371h.03a.746.746 0 0 0 .438-.175.429.429 0 0 1 .182-.06.324.324 0 0 1 .153.042.323.323 0 0 1 .115.108.354.354 0 0 1 .03.326.954.954 0 0 1-.874.494Z"
|
|
2878
|
+
}),
|
|
2879
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2880
|
+
fill: "#528693",
|
|
2881
|
+
d: "M23.295 12.438a.974.974 0 0 1-.319-.052.9.9 0 0 1-.412-.3.772.772 0 0 1-.453.153.762.762 0 0 1-.713-.712.254.254 0 0 1 .07-.193.3.3 0 0 1 .218-.091.255.255 0 0 1 .264.219c0 .022.037.224.187.224.079 0 .136-.057.222-.148-.021-.014-.031-.073-.031-.128a.28.28 0 0 1 .334-.27.28.28 0 0 1 .141.077.27.27 0 0 1 .073.2.457.457 0 0 0 .32.46.38.38 0 0 0 .1.013.859.859 0 0 0 .443-.2.377.377 0 0 1 .13-.043.232.232 0 0 1 .193.109.253.253 0 0 1 .022.24.845.845 0 0 1-.789.442ZM9.49 30.586c-2.332 0-4.113-1.008-4.884-2.765a7.47 7.47 0 0 1-.2-5.046.252.252 0 0 1-.076-.06 3.232 3.232 0 0 1-.9-2.387 2.645 2.645 0 0 1 .954-1.922 2.478 2.478 0 0 1 1.591-.594 2.6 2.6 0 0 1 2.058 1.08 5.165 5.165 0 0 1 1.41-.2 4.598 4.598 0 0 1 3.086 1.128 2.577 2.577 0 0 1 1.591-.553 2.4 2.4 0 0 1 1.878.892 2.822 2.822 0 0 1-.152 3.69 4.738 4.738 0 0 1-.859.669l-.091.058c.459 2.999-1.07 5.325-3.868 5.858a8.276 8.276 0 0 1-1.544.148l.006.004Zm0-11.352a4.54 4.54 0 0 0-3.316 1.418 6.977 6.977 0 0 0-1.228 6.556c.6 1.807 2.269 2.845 4.572 2.845a7.85 7.85 0 0 0 1.39-.127c2.46-.446 3.75-2.299 3.643-5.224a2.545 2.545 0 0 1-.54.058 2.341 2.341 0 0 1-1.472-.5 2.96 2.96 0 0 1-.386-4.07 4.043 4.043 0 0 0-2.666-.952l.002-.004Zm4.63.566a2.047 2.047 0 0 0-1.256.438 2.18 2.18 0 0 0-.81 1.6 2.427 2.427 0 0 0 .659 1.862 1.698 1.698 0 0 0 1.218.559 2.175 2.175 0 0 0 1.756-1.133 2.278 2.278 0 0 0 .177-2.226 1.945 1.945 0 0 0-1.747-1.096l.002-.004Zm-8.15-1.46a1.964 1.964 0 0 0-.76.161 1.964 1.964 0 0 0-.64.444 2.433 2.433 0 0 0 .033 3.282 6.066 6.066 0 0 1 1.438-2.211 4.59 4.59 0 0 1 1.479-.938 2.04 2.04 0 0 0-1.55-.738Z"
|
|
2882
|
+
}),
|
|
2883
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2884
|
+
fill: "#528693",
|
|
2885
|
+
d: "M15.932 20.223a2.39 2.39 0 0 0-1.645-.853 2.392 2.392 0 0 0-1.76.579c-.009 0-.009-.014-.014-.02A4.726 4.726 0 0 0 8.003 19a2.39 2.39 0 0 0-3.556-.52 2.873 2.873 0 0 0-.05 4.18.157.157 0 0 0 .124.056 7.404 7.404 0 0 0 .167 5.07c1.076 2.452 3.905 3.028 6.328 2.565 2.952-.562 4.218-3.023 3.821-5.827a6.316 6.316 0 0 0 .949-.733 2.729 2.729 0 0 0 .147-3.569ZM4.508 18.88a2.06 2.06 0 0 1 1.635-.623 2.06 2.06 0 0 1 1.524.86 4.55 4.55 0 0 0-1.563.964 6.097 6.097 0 0 0-1.468 2.314 2.545 2.545 0 0 1-.128-3.515Zm6.414 11.137c-2.428.439-5.205-.194-6.064-2.777a7.097 7.097 0 0 1 1.246-6.645 4.498 4.498 0 0 1 6.16-.416s.008 0 .013.01a2.867 2.867 0 0 0 .316 4.01 2.336 2.336 0 0 0 2.04.391c.128 2.645-.84 4.907-3.711 5.427Zm1.723-6.248a2.487 2.487 0 0 1-.533-.846 2.489 2.489 0 0 1 .694-2.753 2.049 2.049 0 0 1 1.737-.409 2.048 2.048 0 0 1 1.399 1.11c.982 1.917-1.502 4.706-3.297 2.898Z"
|
|
2886
|
+
}),
|
|
2887
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2888
|
+
fill: "#528693",
|
|
2889
|
+
d: "M9.096 26.16a.22.22 0 0 1-.225-.19 2.288 2.288 0 0 1 .2-1.359.206.206 0 0 1 .179-.113.238.238 0 0 1 .174.082.243.243 0 0 1 .057.19c-.013.08-.03.154-.046.231a3.099 3.099 0 0 0-.062.36 3.023 3.023 0 0 0-.017.39v.169a.254.254 0 0 1-.26.24Z"
|
|
2890
|
+
}),
|
|
2891
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2892
|
+
fill: "#528693",
|
|
2893
|
+
d: "M9.396 24.756c-.033.2-.09.393-.11.6a5.65 5.65 0 0 0-.018.567c-.005.17-.28.217-.307.037a2.176 2.176 0 0 1 .194-1.3c.07-.145.256-.04.24.096Zm-2.714.807a.218.218 0 0 1-.223-.188 2.268 2.268 0 0 1 .2-1.36.2.2 0 0 1 .182-.114.23.23 0 0 1 .17.08.24.24 0 0 1 .058.189c-.013.078-.03.154-.045.23a2.983 2.983 0 0 0-.08.751v.17a.255.255 0 0 1-.262.242Z"
|
|
2894
|
+
}),
|
|
2895
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2896
|
+
fill: "#528693",
|
|
2897
|
+
d: "M6.983 24.157c-.033.2-.09.4-.11.6-.018.2-.013.373-.018.562 0 .17-.278.222-.307.042a2.178 2.178 0 0 1 .194-1.3c.076-.145.26-.041.24.096Z"
|
|
2898
|
+
}),
|
|
2899
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2900
|
+
fill: "#528693",
|
|
2901
|
+
d: "M9.49 30.636c-2.351 0-4.148-1.018-4.927-2.793a7.52 7.52 0 0 1-.207-5.043.363.363 0 0 1-.06-.053 3.27 3.27 0 0 1-.906-2.416 2.666 2.666 0 0 1 .973-1.954 2.512 2.512 0 0 1 1.617-.605 2.657 2.657 0 0 1 2.078 1.071 5.343 5.343 0 0 1 1.39-.185 4.671 4.671 0 0 1 3.09 1.11 2.632 2.632 0 0 1 1.588-.539 2.429 2.429 0 0 1 1.91.912 2.86 2.86 0 0 1-.155 3.748 4.593 4.593 0 0 1-.866.674l-.085.056c.482 2.999-1.057 5.33-3.89 5.868a8.164 8.164 0 0 1-1.55.149Zm0-11.353a4.485 4.485 0 0 0-3.286 1.407 6.93 6.93 0 0 0-1.218 6.51c.594 1.786 2.247 2.81 4.53 2.81a7.78 7.78 0 0 0 1.379-.124c2.42-.44 3.698-2.259 3.604-5.127a2.557 2.557 0 0 1-.494.046 2.399 2.399 0 0 1-1.499-.5 3.006 3.006 0 0 1-1.024-1.968 3.006 3.006 0 0 1 .605-2.135 4.028 4.028 0 0 0-2.602-.92h.005Zm4.632.567a1.99 1.99 0 0 0-1.226.426 2.146 2.146 0 0 0-.8 1.573 2.39 2.39 0 0 0 .648 1.824 1.638 1.638 0 0 0 1.187.545 2.128 2.128 0 0 0 1.719-1.109 2.251 2.251 0 0 0 .175-2.184 1.898 1.898 0 0 0-1.708-1.075h.005Zm-8.146-1.467a1.905 1.905 0 0 0-1.365.595 2.361 2.361 0 0 0-.017 3.162 6.103 6.103 0 0 1 1.425-2.156 4.448 4.448 0 0 1 1.43-.922 1.988 1.988 0 0 0-1.478-.679h.005Z"
|
|
2902
|
+
}),
|
|
2903
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2904
|
+
fill: "#528693",
|
|
2905
|
+
d: "M15.966 20.197a2.337 2.337 0 0 0-1.84-.878 2.535 2.535 0 0 0-1.592.567 4.567 4.567 0 0 0-3.085-1.138 5.232 5.232 0 0 0-1.427.2 2.566 2.566 0 0 0-2.042-1.086 2.424 2.424 0 0 0-1.56.584 2.584 2.584 0 0 0-.94 1.89 3.184 3.184 0 0 0 .886 2.353.18.18 0 0 0 .1.063 7.43 7.43 0 0 0 .18 5.056 4.945 4.945 0 0 0 4.844 2.739 8.054 8.054 0 0 0 1.534-.148c2.775-.527 4.29-2.834 3.85-5.848.009-.009.054-.036.094-.063a4.604 4.604 0 0 0 .85-.661 2.77 2.77 0 0 0 .148-3.63ZM4.54 18.913a1.998 1.998 0 0 1 1.43-.623 2.09 2.09 0 0 1 1.624.806 4.437 4.437 0 0 0-1.52.949 6.097 6.097 0 0 0-1.457 2.265 2.482 2.482 0 0 1-.077-3.397Zm6.374 11.06a7.865 7.865 0 0 1-1.4.127c-2.324 0-4.007-1.049-4.614-2.875a7.02 7.02 0 0 1 1.237-6.597 4.575 4.575 0 0 1 3.346-1.438 4.088 4.088 0 0 1 2.73 1 2.914 2.914 0 0 0 .351 4.044 2.307 2.307 0 0 0 1.444.48 2.465 2.465 0 0 0 .58-.067c.131 2.983-1.178 4.872-3.674 5.327Zm4.808-6.818a2.219 2.219 0 0 1-1.795 1.152 1.717 1.717 0 0 1-1.25-.572 2.484 2.484 0 0 1-.675-1.893 2.227 2.227 0 0 1 .832-1.637 2.083 2.083 0 0 1 1.282-.446 1.986 1.986 0 0 1 1.785 1.124 2.339 2.339 0 0 1-.18 2.272Z"
|
|
2906
|
+
}),
|
|
2907
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2908
|
+
fill: "#BFF6F8",
|
|
2909
|
+
d: "M7.596 19.099a4.437 4.437 0 0 0-1.52.949 6.097 6.097 0 0 0-1.458 2.263 2.482 2.482 0 0 1-.077-3.399 1.999 1.999 0 0 1 1.43-.62 2.09 2.09 0 0 1 1.625.807Zm8.127 4.057a2.219 2.219 0 0 1-1.795 1.152 1.717 1.717 0 0 1-1.25-.572 2.484 2.484 0 0 1-.675-1.893 2.228 2.228 0 0 1 .832-1.638 2.083 2.083 0 0 1 1.282-.445 1.987 1.987 0 0 1 1.785 1.124 2.34 2.34 0 0 1-.18 2.272Z"
|
|
2910
|
+
}),
|
|
2911
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2912
|
+
fill: "#BFF6F8",
|
|
2913
|
+
d: "M14.593 24.65a2.465 2.465 0 0 1-.58.066 2.306 2.306 0 0 1-1.444-.48 2.915 2.915 0 0 1-.355-4.045 4.088 4.088 0 0 0-2.73-1 4.574 4.574 0 0 0-3.346 1.435 7.02 7.02 0 0 0-1.237 6.597c.607 1.826 2.29 2.875 4.614 2.875a7.863 7.863 0 0 0 1.4-.126c2.496-.452 3.805-2.341 3.678-5.323Zm-7.896-.612a.168.168 0 0 1 .144-.095.185.185 0 0 1 .135.068.192.192 0 0 1 .05.153c-.014.076-.032.153-.045.229a2.56 2.56 0 0 0-.063.368 2.82 2.82 0 0 0-.018.387v.171a.209.209 0 0 1-.216.2.176.176 0 0 1-.18-.148 2.226 2.226 0 0 1 .193-1.333Zm2.099 3.58a.768.768 0 0 1-.707.387.901.901 0 0 1-.292-.045.826.826 0 0 1-.422-.342.682.682 0 0 1-.473.193.671.671 0 0 1-.621-.63.167.167 0 0 1 .045-.126.21.21 0 0 1 .153-.063.165.165 0 0 1 .176.144c.018.14.1.3.274.3.122 0 .2-.09.293-.18 0-.086-.01-.14-.01-.189a.178.178 0 0 1 .184-.18.178.178 0 0 1 .185.184.508.508 0 0 0 .5.563.892.892 0 0 0 .5-.216.145.145 0 0 1 .08-.027.147.147 0 0 1 .118.067.182.182 0 0 1 .022.16h-.005Zm.594-2.63a3.559 3.559 0 0 0-.063.364 2.924 2.924 0 0 0-.018.4v.167a.208.208 0 0 1-.216.2.174.174 0 0 1-.18-.153 2.208 2.208 0 0 1 .2-1.332.165.165 0 0 1 .14-.09.2.2 0 0 1 .138.067.194.194 0 0 1 .045.153 4.627 4.627 0 0 1-.047.224Z"
|
|
2914
|
+
}),
|
|
2915
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2916
|
+
fill: "#528693",
|
|
2917
|
+
d: "M9.096 26.206a.263.263 0 0 1-.27-.23 2.284 2.284 0 0 1 .206-1.388.252.252 0 0 1 .218-.137.284.284 0 0 1 .207.1.288.288 0 0 1 .067.23 2.922 2.922 0 0 1-.046.234 3.295 3.295 0 0 0-.061.353 2.798 2.798 0 0 0-.018.386v.167a.3.3 0 0 1-.303.285Z"
|
|
2918
|
+
}),
|
|
2919
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2920
|
+
fill: "#528693",
|
|
2921
|
+
d: "M9.435 24.761a3.227 3.227 0 0 1-.045.23 3.551 3.551 0 0 0-.063.364 2.921 2.921 0 0 0-.018.4v.167a.208.208 0 0 1-.216.2.174.174 0 0 1-.18-.153 2.208 2.208 0 0 1 .2-1.332.165.165 0 0 1 .14-.09.2.2 0 0 1 .139.067.194.194 0 0 1 .043.147Zm-2.753.846a.266.266 0 0 1-.268-.219 2.321 2.321 0 0 1 .206-1.392.26.26 0 0 1 .224-.142.269.269 0 0 1 .2.1.278.278 0 0 1 .07.219l-.044.238a2.529 2.529 0 0 0-.063.36 2.9 2.9 0 0 0-.017.38l-.005.173a.3.3 0 0 1-.303.283Z"
|
|
2922
|
+
}),
|
|
2923
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2924
|
+
fill: "#528693",
|
|
2925
|
+
d: "M7.029 24.164c-.014.076-.032.153-.045.228a2.538 2.538 0 0 0-.063.37 2.82 2.82 0 0 0-.018.386v.171a.209.209 0 0 1-.216.2.176.176 0 0 1-.18-.148 2.226 2.226 0 0 1 .2-1.331.168.168 0 0 1 .144-.095.185.185 0 0 1 .135.068.192.192 0 0 1 .043.15Zm1.067 3.93a.975.975 0 0 1-.323-.05.899.899 0 0 1-.408-.293.773.773 0 0 1-.457.15.762.762 0 0 1-.71-.714.254.254 0 0 1 .067-.192.3.3 0 0 1 .22-.093.254.254 0 0 1 .264.22c0 .025.035.225.187.225.073 0 .128-.052.21-.138l-.013-.066c0-.244.135-.345.27-.345a.265.265 0 0 1 .255.168.265.265 0 0 1 .018.106.46.46 0 0 0 .32.464.478.478 0 0 0 .094.01.816.816 0 0 0 .441-.2.646.646 0 0 1 .135-.044.234.234 0 0 1 .192.108.266.266 0 0 1 .027.237.85.85 0 0 1-.789.448Z"
|
|
2926
|
+
}),
|
|
2927
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2928
|
+
fill: "#528693",
|
|
2929
|
+
d: "M8.8 27.618a.768.768 0 0 1-.706.387.898.898 0 0 1-.292-.045.825.825 0 0 1-.422-.342.683.683 0 0 1-.473.193.671.671 0 0 1-.621-.63.167.167 0 0 1 .045-.126.21.21 0 0 1 .153-.063.165.165 0 0 1 .176.144c.018.14.1.3.274.3.122 0 .2-.09.293-.18 0-.086-.01-.14-.01-.189a.178.178 0 0 1 .114-.168.178.178 0 0 1 .07-.012.178.178 0 0 1 .186.184.508.508 0 0 0 .5.563.892.892 0 0 0 .499-.216.145.145 0 0 1 .081-.027.146.146 0 0 1 .117.067.182.182 0 0 1 .017.16Z"
|
|
2930
|
+
}),
|
|
2931
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2932
|
+
fill: "#528693",
|
|
2933
|
+
d: "M8.096 28.05a.913.913 0 0 1-.3-.05.855.855 0 0 1-.419-.315.728.728 0 0 1-.461.17.715.715 0 0 1-.668-.669.215.215 0 0 1 .057-.16.257.257 0 0 1 .187-.078.21.21 0 0 1 .219.181c.017.121.088.263.232.263.1 0 .172-.075.254-.162a.933.933 0 0 1-.018-.159.226.226 0 0 1 .067-.164.225.225 0 0 1 .165-.065.23.23 0 0 1 .166.068.217.217 0 0 1 .06.163.5.5 0 0 0 .353.506.469.469 0 0 0 .11.014.87.87 0 0 0 .468-.209.388.388 0 0 1 .106-.035.188.188 0 0 1 .155.09.214.214 0 0 1 .019.199.815.815 0 0 1-.752.413Z"
|
|
2934
|
+
}),
|
|
2935
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2936
|
+
fill: "#528693",
|
|
2937
|
+
d: "M8.759 27.6a.783.783 0 0 1-.94.316.8.8 0 0 1-.434-.378.608.608 0 0 1-.515.227.616.616 0 0 1-.539-.586c-.01-.16.26-.2.283-.038a.353.353 0 0 0 .322.341c.156 0 .25-.118.349-.222a1.374 1.374 0 0 1-.023-.189.14.14 0 0 1 .139-.128.14.14 0 0 1 .14.128.59.59 0 0 0 .42.595.78.78 0 0 0 .651-.208c.095-.066.184.057.147.142Z"
|
|
2938
|
+
}),
|
|
2939
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2940
|
+
fill: "#528693",
|
|
2941
|
+
d: "M9.489 30.724c-2.388 0-4.214-1.037-5.008-2.845a7.616 7.616 0 0 1-.23-5.048l-.021-.024a3.351 3.351 0 0 1-.932-2.482 2.768 2.768 0 0 1 1-2.018 2.605 2.605 0 0 1 1.677-.626 2.73 2.73 0 0 1 2.11 1.061 5.311 5.311 0 0 1 1.357-.177 4.755 4.755 0 0 1 3.093 1.089 2.724 2.724 0 0 1 1.585-.514 2.528 2.528 0 0 1 1.983.942 2.955 2.955 0 0 1-.162 3.869 4.799 4.799 0 0 1-.882.688l-.017.01c.426 3.014-1.17 5.389-3.99 5.926a8.475 8.475 0 0 1-1.563.15Zm0-11.35a4.404 4.404 0 0 0-3.217 1.373 6.833 6.833 0 0 0-1.2 6.422c.581 1.75 2.2 2.753 4.445 2.753a7.779 7.779 0 0 0 1.366-.125c2.338-.424 3.59-2.172 3.536-4.93a2.666 2.666 0 0 1-.41.032 2.478 2.478 0 0 1-1.558-.527 3.099 3.099 0 0 1-.488-4.156 3.939 3.939 0 0 0-2.476-.842h.001Zm4.63.566a1.916 1.916 0 0 0-1.174.41 2.044 2.044 0 0 0-.759 1.499 2.293 2.293 0 0 0 .124.945c.107.303.276.58.497.813a1.565 1.565 0 0 0 1.122.518 2.038 2.038 0 0 0 1.642-1.068 2.144 2.144 0 0 0 .173-2.093 1.813 1.813 0 0 0-1.628-1.024h.002ZM5.97 18.475a1.832 1.832 0 0 0-1.3.565 2.275 2.275 0 0 0-.1 2.923 6.07 6.07 0 0 1 1.383-2.044 4.672 4.672 0 0 1 1.342-.89 1.9 1.9 0 0 0-1.325-.554Z"
|
|
2942
|
+
}),
|
|
2943
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2944
|
+
fill: "#528693",
|
|
2945
|
+
d: "M9.489 30.634c-2.35 0-4.146-1.017-4.925-2.791a7.51 7.51 0 0 1-.21-5.044.26.26 0 0 1-.055-.05 3.275 3.275 0 0 1-.909-2.419 2.693 2.693 0 0 1 .97-1.954 2.522 2.522 0 0 1 1.62-.604 2.635 2.635 0 0 1 2.075 1.072 5.244 5.244 0 0 1 1.393-.188 4.651 4.651 0 0 1 3.088 1.113 2.624 2.624 0 0 1 1.59-.539 2.444 2.444 0 0 1 1.912.909 2.863 2.863 0 0 1-.155 3.748 4.694 4.694 0 0 1-.867.676l-.035.022c.4 3.059-1.14 5.368-3.94 5.898a8.381 8.381 0 0 1-1.552.148v.003Zm0-11.351a4.498 4.498 0 0 0-3.284 1.4 6.928 6.928 0 0 0-1.22 6.514c.595 1.79 2.247 2.814 4.53 2.814a7.859 7.859 0 0 0 1.38-.125c3.077-.558 3.672-3.059 3.607-5.126a2.482 2.482 0 0 1-.5.05 2.381 2.381 0 0 1-1.499-.507 3.007 3.007 0 0 1-.42-4.098 3.998 3.998 0 0 0-2.597-.922h.002Zm4.63.566a2.005 2.005 0 0 0-1.228.43 2.137 2.137 0 0 0-.795 1.568 2.392 2.392 0 0 0 .647 1.828 1.657 1.657 0 0 0 1.186.545 2.13 2.13 0 0 0 1.718-1.11 2.235 2.235 0 0 0 .177-2.183 1.899 1.899 0 0 0-1.708-1.078h.002ZM5.97 18.385a1.925 1.925 0 0 0-1.367.591 2.378 2.378 0 0 0-.014 3.165 6.064 6.064 0 0 1 1.421-2.157 4.59 4.59 0 0 1 1.434-.923 1.98 1.98 0 0 0-1.474-.676Z"
|
|
2946
|
+
}),
|
|
2947
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2948
|
+
fill: "#528693",
|
|
2949
|
+
d: "M9.096 26.296a.353.353 0 0 1-.358-.3 2.42 2.42 0 0 1 .217-1.443.342.342 0 0 1 .3-.185.372.372 0 0 1 .351.267.377.377 0 0 1 .013.16 5.15 5.15 0 0 1-.047.241 2.76 2.76 0 0 0-.06.343 2.859 2.859 0 0 0-.017.378v.17a.39.39 0 0 1-.4.369Z"
|
|
2950
|
+
}),
|
|
2951
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2952
|
+
fill: "#528693",
|
|
2953
|
+
d: "M9.096 26.206a.265.265 0 0 1-.27-.23 2.328 2.328 0 0 1 .206-1.388.245.245 0 0 1 .218-.137.286.286 0 0 1 .208.1.287.287 0 0 1 .068.221 4.94 4.94 0 0 1-.047.237 2.828 2.828 0 0 0-.078.74v.17a.3.3 0 0 1-.305.287Zm-2.414-.507a.354.354 0 0 1-.356-.3 2.399 2.399 0 0 1 .217-1.444.341.341 0 0 1 .3-.188.361.361 0 0 1 .273.129.366.366 0 0 1 .088.295l-.046.239a3.237 3.237 0 0 0-.061.35 2.8 2.8 0 0 0-.016.373v.171a.393.393 0 0 1-.4.375Z"
|
|
2954
|
+
}),
|
|
2955
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2956
|
+
fill: "#528693",
|
|
2957
|
+
d: "M6.682 25.608a.263.263 0 0 1-.268-.225 2.311 2.311 0 0 1 .209-1.387.246.246 0 0 1 .22-.141.269.269 0 0 1 .2.1.282.282 0 0 1 .07.223c-.014.082-.03.158-.046.235a3.15 3.15 0 0 0-.063.36 3.083 3.083 0 0 0-.007.378v.171a.3.3 0 0 1-.315.286Z"
|
|
2958
|
+
}),
|
|
2959
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2960
|
+
fill: "#528693",
|
|
2961
|
+
d: "M9.49 30.771c-2.408 0-4.249-1.048-5.051-2.873a7.652 7.652 0 0 1-.236-5.056l-.005-.007a3.388 3.388 0 0 1-.939-2.51 2.799 2.799 0 0 1 1.019-2.053 2.643 2.643 0 0 1 1.7-.635 2.791 2.791 0 0 1 2.131 1.054 5.45 5.45 0 0 1 1.34-.167 4.83 4.83 0 0 1 3.098 1.074 2.787 2.787 0 0 1 1.583-.5 2.558 2.558 0 0 1 2.015.963 2.999 2.999 0 0 1-.163 3.926 4.801 4.801 0 0 1-.892.7l-.01.005a4.924 4.924 0 0 1-2.15 5.224 4.925 4.925 0 0 1-1.861.712 8.31 8.31 0 0 1-1.58.144Zm0-11.353a4.346 4.346 0 0 0-3.181 1.361 6.784 6.784 0 0 0-1.19 6.376c.574 1.73 2.18 2.72 4.398 2.72.456 0 .91-.04 1.359-.121 2.299-.419 3.537-2.133 3.498-4.836a2.876 2.876 0 0 1-.363.023 2.532 2.532 0 0 1-1.586-.531 3.148 3.148 0 0 1-.52-4.185 3.92 3.92 0 0 0-2.42-.807h.004Zm4.632.567a1.86 1.86 0 0 0-1.144.4 2.02 2.02 0 0 0-.746 1.475 2.254 2.254 0 0 0 .61 1.719 1.508 1.508 0 0 0 1.091.506 2 2 0 0 0 1.6-1.045 2.116 2.116 0 0 0 .17-2.05 1.767 1.767 0 0 0-.649-.73 1.767 1.767 0 0 0-.937-.275h.005Zm-8.146-1.467a1.775 1.775 0 0 0-1.27.554 2.204 2.204 0 0 0-.144 2.799 6.156 6.156 0 0 1 1.363-1.985 4.572 4.572 0 0 1 1.29-.869 1.848 1.848 0 0 0-1.244-.499h.005Z"
|
|
2962
|
+
}),
|
|
2963
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2964
|
+
fill: "#528693",
|
|
2965
|
+
d: "M9.49 30.686c-2.371 0-4.182-1.028-4.97-2.82a7.573 7.573 0 0 1-.216-5.045.315.315 0 0 1-.04-.04 3.304 3.304 0 0 1-.919-2.449 2.713 2.713 0 0 1 .99-1.986 2.55 2.55 0 0 1 1.645-.615 2.698 2.698 0 0 1 2.1 1.065 5.382 5.382 0 0 1 1.373-.18 4.724 4.724 0 0 1 3.09 1.1 2.676 2.676 0 0 1 1.587-.527 2.473 2.473 0 0 1 1.945.928 2.908 2.908 0 0 1-.156 3.809 4.66 4.66 0 0 1-.877.681l-.023-.008c.424 3.072-1.129 5.398-3.966 5.937a8.186 8.186 0 0 1-1.563.15Zm0-11.353a4.435 4.435 0 0 0-3.247 1.39 6.877 6.877 0 0 0-1.214 6.464c.588 1.768 2.225 2.783 4.487 2.783a7.769 7.769 0 0 0 1.374-.123c2.38-.434 3.644-2.217 3.57-5.029a2.768 2.768 0 0 1-.45.037 2.444 2.444 0 0 1-1.53-.51 3.057 3.057 0 0 1-1.037-1.977 3.057 3.057 0 0 1 .583-2.155 3.991 3.991 0 0 0-2.541-.884l.005.004Zm4.632.567a1.948 1.948 0 0 0-1.2.415 2.107 2.107 0 0 0-.78 1.54 2.34 2.34 0 0 0 .637 1.789 1.583 1.583 0 0 0 1.154.532 2.083 2.083 0 0 0 1.68-1.086 2.204 2.204 0 0 0 .174-2.14 1.855 1.855 0 0 0-1.67-1.054l.005.004Zm-8.146-1.467a1.858 1.858 0 0 0-1.333.58 2.306 2.306 0 0 0-.061 3.043 6.117 6.117 0 0 1 1.405-2.1 4.522 4.522 0 0 1 1.386-.904 1.938 1.938 0 0 0-1.402-.623l.005.004Z"
|
|
2966
|
+
}),
|
|
2967
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2968
|
+
fill: "#528693",
|
|
2969
|
+
d: "M9.096 26.34a.4.4 0 0 1-.4-.344 2.42 2.42 0 0 1 .22-1.47.391.391 0 0 1 .339-.21.419.419 0 0 1 .307.143.427.427 0 0 1 .1.342 3.817 3.817 0 0 1-.048.242 2.74 2.74 0 0 0-.057.336 2.489 2.489 0 0 0-.018.372v.167a.432.432 0 0 1-.443.423Z"
|
|
2970
|
+
}),
|
|
2971
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2972
|
+
fill: "#528693",
|
|
2973
|
+
d: "M9.096 26.252a.311.311 0 0 1-.317-.264 2.339 2.339 0 0 1 .217-1.42.3.3 0 0 1 .258-.162.33.33 0 0 1 .24.113.335.335 0 0 1 .077.267 2.674 2.674 0 0 1-.047.237 3.35 3.35 0 0 0-.059.347 2.722 2.722 0 0 0-.017.38v.168a.348.348 0 0 1-.352.334Zm-2.414-.51a.4.4 0 0 1-.4-.327 2.475 2.475 0 0 1 .215-1.483.4.4 0 0 1 .344-.213.428.428 0 0 1 .409.463l-.048.252a2.56 2.56 0 0 0-.06.345 2.651 2.651 0 0 0-.017.37v.176a.433.433 0 0 1-.443.418Z"
|
|
2974
|
+
}),
|
|
2975
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2976
|
+
fill: "#528693",
|
|
2977
|
+
d: "M6.682 25.653a.31.31 0 0 1-.312-.257 2.373 2.373 0 0 1 .21-1.422.31.31 0 0 1 .11-.119.31.31 0 0 1 .154-.047.336.336 0 0 1 .304.233.337.337 0 0 1 .015.134l-.046.242c-.03.117-.05.235-.062.355a2.888 2.888 0 0 0-.017.377v.174a.344.344 0 0 1-.356.33Zm1.414 2.577a1.107 1.107 0 0 1-.367-.057 1.016 1.016 0 0 1-.388-.247.919.919 0 0 1-.433.11.9.9 0 0 1-.845-.84.383.383 0 0 1 .1-.289.432.432 0 0 1 .323-.14.392.392 0 0 1 .4.337c.007.051.032.11.053.11a.186.186 0 0 0 .058-.048v-.02a.492.492 0 0 1 .129-.367.384.384 0 0 1 .276-.115.4.4 0 0 1 .41.41.325.325 0 0 0 .22.331h.02a.67.67 0 0 0 .399-.162.6.6 0 0 1 .22-.075.366.366 0 0 1 .3.17.4.4 0 0 1 .04.358.99.99 0 0 1-.915.534Z"
|
|
2978
|
+
}),
|
|
2979
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2980
|
+
fill: "#528693",
|
|
2981
|
+
d: "M8.096 28.14a1.042 1.042 0 0 1-.338-.052.948.948 0 0 1-.4-.276.838.838 0 0 1-.45.135.805.805 0 0 1-.754-.756.291.291 0 0 1 .08-.224.339.339 0 0 1 .253-.11.3.3 0 0 1 .308.26c0 .02.028.186.142.186.055 0 .1-.047.18-.124l-.028-.03c0-.277.158-.4.315-.4a.314.314 0 0 1 .32.32.412.412 0 0 0 .286.418h.03a.756.756 0 0 0 .467-.18.609.609 0 0 1 .161-.054.276.276 0 0 1 .228.134.311.311 0 0 1 .032.279.9.9 0 0 1-.832.474Z"
|
|
2982
|
+
}),
|
|
2983
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2984
|
+
fill: "#528693",
|
|
2985
|
+
d: "M8.096 28.187a1.054 1.054 0 0 1-.349-.058.98.98 0 0 1-.4-.261.808.808 0 0 1-.816.026.808.808 0 0 1-.423-.699.347.347 0 0 1 .093-.262.393.393 0 0 1 .285-.12.345.345 0 0 1 .352.3c.007.051.038.148.1.148.03 0 .065-.026.11-.072a.886.886 0 0 1-.01-.114.368.368 0 0 1 .23-.337.368.368 0 0 1 .4.082.346.346 0 0 1 .1.261.366.366 0 0 0 .253.371h.025a.746.746 0 0 0 .439-.175.434.434 0 0 1 .182-.06.323.323 0 0 1 .268.15.351.351 0 0 1 .03.326.955.955 0 0 1-.869.494Z"
|
|
2986
|
+
}),
|
|
2987
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2988
|
+
fill: "#528693",
|
|
2989
|
+
d: "M8.096 28.096a.974.974 0 0 1-.319-.052.888.888 0 0 1-.41-.3.777.777 0 0 1-.455.153.763.763 0 0 1-.715-.71.257.257 0 0 1 .07-.193.3.3 0 0 1 .219-.09.254.254 0 0 1 .263.217c0 .023.037.225.188.225.078 0 .135-.057.22-.148-.02-.014-.03-.073-.03-.128a.275.275 0 0 1 .275-.275.275.275 0 0 1 .275.275.455.455 0 0 0 .32.461.406.406 0 0 0 .1.013.848.848 0 0 0 .442-.2.399.399 0 0 1 .131-.043.231.231 0 0 1 .192.11.25.25 0 0 1 .022.24.844.844 0 0 1-.788.445Z"
|
|
2990
|
+
}),
|
|
2991
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2992
|
+
fill: "#BFF6F8",
|
|
2993
|
+
d: "m29.765 22.242.079.083v7.662l-9.336-.03v-11.18h5.978l1.424 1.504 1.961 1.962h-.106Z"
|
|
2994
|
+
}),
|
|
2995
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2996
|
+
fill: "#528693",
|
|
2997
|
+
d: "M29.845 30.254a7426.836 7426.836 0 0 1-9.336-.028.27.27 0 0 1-.268-.267V18.775a.267.267 0 0 1 .264-.263h5.586l.1.09v-.09h.015a1.046 1.046 0 0 1 .322.031.636.636 0 0 1 .19.1c.106.088.201.188.282.3.13.162.27.315.421.459l.171.174c.216.226.432.45.646.68.2.206.4.41.6.61l.292.294c.153.154.3.31.45.47l.107.113c.098.097.189.201.272.312a.575.575 0 0 1 .068.12.22.22 0 0 1 .047.166 1.2 1.2 0 0 1 .023.24s.025.543.032.768c.017.458.028.916.034 1.373.015 1.163 0 1.875-.018 3.037l-.007.5c-.016.992-.031.734-.031 1.726a.268.268 0 0 1-.267.268h.005Zm-2.623-.546c.243 0 .5.014.757.028s.549.029.82.029a4.67 4.67 0 0 0 .718-.048l.146-.02a2.762 2.762 0 0 1-.088-.433 9.85 9.85 0 0 1-.019-1.537c.01-.317.02.243.02-.065 0-.59-.008-.734-.016-1.327-.018-1.269-.036-2.578.032-3.859a10 10 0 0 1-1.247.066c-.308 0-.617-.008-.923-.016-.306-.008-.594-.016-.882-.016a.271.271 0 0 1-.268-.268v-3.204h-5.445c-.047 0-.106-.01-.157-.01.067.227.1.463.1.7v8.337c0 .2-.008.408-.017.618a3.756 3.756 0 0 0 .018.89c.007.058.013.11.014.154h.03c.094 0 .2-.009.293-.018.072-.006.135-.012.177-.012l5.937.011Zm-.414-10.177v2.44c.2 0 .4-.007.6-.012.308-.008.618-.017.928-.017.253 0 .505.006.755.02-.215-.22-.424-.45-.631-.678a36.892 36.892 0 0 0-.6-.648 85.95 85.95 0 0 1-.84-.878l-.212-.227Z"
|
|
2998
|
+
}),
|
|
2999
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3000
|
+
fill: "#528693",
|
|
3001
|
+
d: "M30.078 24.728a56.96 56.96 0 0 0-.033-1.37 45.477 45.477 0 0 0-.03-.676c0-.112-.007-.224-.023-.335v-.01a.159.159 0 0 0-.04-.121.6.6 0 0 0-.058-.1 4.9 4.9 0 0 0-.372-.417c-.146-.16-.3-.314-.448-.468-.3-.3-.6-.6-.892-.907-.213-.228-.429-.452-.645-.678a8.377 8.377 0 0 1-.585-.622 1.597 1.597 0 0 0-.28-.3.494.494 0 0 0-.142-.077l-.02-.007c-.111-.027-.227-.036-.341-.027h-5.66a.177.177 0 0 0-.122.052.177.177 0 0 0-.052.122v11.184a.181.181 0 0 0 .178.178c3.112.013 6.223.022 9.334.028a.18.18 0 0 0 .165-.12.182.182 0 0 0 .01-.071c0-1.159.02-1.067.039-2.224.018-1.158.032-1.874.017-3.034Zm-3.29-5.348c.377.4.753.8 1.136 1.2.47.483.917 1.018 1.4 1.499-.858-.078-1.761-.017-2.613-.01 0-.918.006-1.836 0-2.754a.29.29 0 0 1 .076.065Zm2.744 10.426a15.367 15.367 0 0 1-2.31-.008l-3.28-.012h-2.65a4.186 4.186 0 0 1-.6.023.939.939 0 0 0-.01-.226 9.514 9.514 0 0 1 0-1.52v-8.34c0-.142-.063-.813-.124-.774a1.233 1.233 0 0 1 .36 0h5.445c-.014 1.1 0 2.2 0 3.298a.18.18 0 0 0 .178.178 23.172 23.172 0 0 0 3.116-.044l.03.027c-.105 1.893-.019 3.364-.02 5.258a9.43 9.43 0 0 0 0 1.594c.056.6.319.475-.135.546Z"
|
|
3002
|
+
}),
|
|
3003
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3004
|
+
fill: "#528693",
|
|
3005
|
+
d: "M29.845 30.386c-3.114-.007-6.226-.016-9.337-.028a.407.407 0 0 1-.4-.4V18.774a.4.4 0 0 1 .4-.4h5.586a.14.14 0 0 1 .05.01.16.16 0 0 1 .053-.01c.127-.007.254.006.377.038a.761.761 0 0 1 .23.12c.117.095.22.205.308.327.127.158.263.307.409.447l.173.175c.218.227.435.454.648.683.195.205.394.406.594.606l.294.295c.154.155.3.312.453.473l.106.112c.102.102.197.21.284.326a.754.754 0 0 1 .08.143c.03.009.068.118.06.23a.894.894 0 0 1 .023.226l.033.769c.016.459.027.919.033 1.376.015 1.164 0 1.877-.017 3.04l-.007.5c-.016.991-.032.733-.032 1.724a.406.406 0 0 1-.116.284.414.414 0 0 1-.286.119v-.001Zm-2.623-.816c.242 0 .5.014.752.027.282.015.557.03.824.03.235.002.468-.013.7-.046a1.958 1.958 0 0 1-.054-.307 9.797 9.797 0 0 1-.02-1.55c.011-.373.02.216.02-.065 0-.59-.008-.732-.017-1.326-.016-1.213-.033-2.466.026-3.708-.367.036-.736.053-1.105.05-.31 0-.62-.008-.926-.017a29.932 29.932 0 0 0-.88-.016.4.4 0 0 1-.4-.4v-3.068h-5.29a3.226 3.226 0 0 1 .056.554v8.337c0 .2-.008.412-.018.623a3.684 3.684 0 0 0 .018.867v.034c.07 0 .332-.027.376-.027l5.938.008Zm-.279-7.74.467-.01c.36-.008.646-.016.93-.016.143 0 .284 0 .427.007a18.255 18.255 0 0 1-.4-.44c-.2-.218-.4-.436-.6-.644-.275-.285-.548-.572-.82-.858 0 .561-.004 1.965-.004 1.965v-.003Z"
|
|
3006
|
+
}),
|
|
3007
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3008
|
+
fill: "#528693",
|
|
3009
|
+
d: "M29.844 30.3a7255.992 7255.992 0 0 1-9.336-.028.314.314 0 0 1-.312-.313c.005-3.126.005-4.552.005-7.678v-3.506a.313.313 0 0 1 .308-.309h5.586l.1.134v-.135h.015a1.07 1.07 0 0 1 .335.034.647.647 0 0 1 .2.107c.11.09.208.194.29.31.13.16.269.312.417.455l.172.175c.217.226.433.452.646.68.2.207.4.408.6.61l.292.294c.153.153.3.31.451.47l.107.113c.099.1.191.205.276.317a.726.726 0 0 1 .072.127.245.245 0 0 1 .05.188c.017.077.025.156.024.234l.033.77c.017.458.027.916.034 1.373.014 1.164 0 1.875-.018 3.038l-.008.5c-.016.991-.031.733-.031 1.725a.318.318 0 0 1-.091.22.315.315 0 0 1-.221.094h.004Zm-2.622-.637c.244 0 .5.015.759.028.259.013.548.029.817.029a4.567 4.567 0 0 0 .712-.048l.106-.014a1.48 1.48 0 0 1-.085-.39 9.804 9.804 0 0 1-.02-1.543c.01-.316.02.245.02-.063 0-.59-.008-.734-.016-1.327-.018-1.256-.035-2.552.031-3.823a7.303 7.303 0 0 1-1.2.075c-.307 0-.617-.008-.924-.017a29.723 29.723 0 0 0-.88-.014.319.319 0 0 1-.314-.313v-3.159h-5.31l-.18-.013c.058.212.085.432.08.652v8.337c0 .2-.008.409-.017.62a3.796 3.796 0 0 0 .017.882c.007.042.01.08.013.116.09 0 .19-.011.276-.019a2.09 2.09 0 0 1 .181-.012l5.934.016Zm-.369-7.737c.184 0 .371-.008.56-.012.307-.008.618-.017.928-.017.214 0 .429.005.643.015a73.74 73.74 0 0 1-.553-.6 34.666 34.666 0 0 0-.6-.647 99.154 99.154 0 0 1-.839-.88l-.137-.144c.001.638-.002 2.285-.002 2.285Z"
|
|
3010
|
+
}),
|
|
3011
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3012
|
+
fill: "#BFF6F8",
|
|
3013
|
+
d: "M14.924 6.213c0-1.917-.584-1.575-1.7-1.575H8.089L6.672 3.275h-3.21c-1.03 0-.988.557-.988 1.724v7.296c0 .917.09 1.367.977 1.367"
|
|
3014
|
+
}),
|
|
3015
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3016
|
+
fill: "#BFF6F8",
|
|
3017
|
+
d: "M15.31 11.994a23.796 23.796 0 0 0 .83-3.916c.08-.694.265-1.862-1.152-1.918-1.417-.056-8.096-.027-9.234-.027-1.137 0-1.417.778-1.528 1.7-.111.92-.973 5.835-.973 5.835s9.296 0 10.213-.028a1.986 1.986 0 0 0 1.845-1.646Z"
|
|
3018
|
+
}),
|
|
3019
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3020
|
+
fill: "#528693",
|
|
3021
|
+
d: "M3.253 13.924a.262.262 0 0 1-.135-.042.891.891 0 0 1-.772-.537 2.542 2.542 0 0 1-.137-1.063V6.413c0-.225 0-.452-.01-.68a14.37 14.37 0 0 1 .03-1.62c.1-1.016.812-1.1 1.6-1.1h1.677C5.686 3 5.873 3 6.06 3c.187 0 .374.007.56.02a.636.636 0 0 1 .393.225l.921.886c.027.026.06.062.093.1.048.058.101.111.16.159a.216.216 0 0 1 .072-.01h4.487a7.27 7.27 0 0 1 1.404.055 1.3 1.3 0 0 1 .985 1.476c.293.023.574.123.814.291.636.479.522 1.332.43 2.017l-.013.1a20.849 20.849 0 0 1-.825 3.713 2.406 2.406 0 0 1-1.329 1.718 2.923 2.923 0 0 1-.96.161h-.143c-1.968.023-3.885.026-5.498.026l-4.358-.013Zm1.894-.517c1.84 0 3.682-.003 5.523-.007h.17c.716 0 1.43 0 2.144-.011h.172a4.37 4.37 0 0 0 .583-.04c.74-.14 1.099-.8 1.348-1.428a21.937 21.937 0 0 0 .806-3.925l.008-.083a1.999 1.999 0 0 0-.055-1.042c-.185-.406-.63-.45-1.109-.462a177.605 177.605 0 0 0-4.392-.048c-1.515 0-3.03.013-4.544.029a1.1 1.1 0 0 0-1.15.7 4.347 4.347 0 0 0-.2 1c-.082.577-.178 1.147-.274 1.717l-.057.334a538.299 538.299 0 0 1-.562 3.269l1.589-.003ZM3.498 3.538c-.353 0-.591.051-.688.307a2.461 2.461 0 0 0-.08.93c0 .1.008.2.008.289v6.996c0 .2 0 .391.007.585.02.372.108.574.306.68.255-1.459.507-2.918.744-4.38.03-.185.053-.38.077-.577a5.434 5.434 0 0 1 .334-1.545 1.776 1.776 0 0 1 1.873-.948h5.194c.89 0 1.778 0 2.668.014h.752v-.015c-.06-.346-.12-.7-.407-.854a1.5 1.5 0 0 0-.674-.121c-.09 0-.18 0-.267.006-.087.006-.158 0-.231 0H9.096c-.082 0-.18.008-.282.015-.124.01-.257.02-.385.02a.978.978 0 0 1-.52-.108 4.123 4.123 0 0 1-.591-.565c-.074-.071-.157-.146-.241-.222a6.16 6.16 0 0 1-.49-.48l-.018-.02-3.07-.007Z"
|
|
3022
|
+
}),
|
|
3023
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3024
|
+
fill: "#528693",
|
|
3025
|
+
d: "M15.893 6.269a1.658 1.658 0 0 0-.86-.283 1.228 1.228 0 0 0-.9-1.467 7.197 7.197 0 0 0-1.391-.054h-4.48c-.118 0-.014.052-.087.019-.107-.048-.223-.215-.307-.295l-.867-.834c-.136-.13-.207-.225-.39-.252a7.89 7.89 0 0 0-1.108 0H3.831c-.81 0-1.426.1-1.513 1.02-.07.752-.02 1.534-.02 2.29v5.69c-.039.407.005.817.13 1.206a.854.854 0 0 0 .737.5.166.166 0 0 0 .087.028c3.287 0 6.574.016 9.86-.023a2.853 2.853 0 0 0 1.065-.151 2.333 2.333 0 0 0 1.274-1.625.127.127 0 0 0 0-.038 20.636 20.636 0 0 0 .822-3.698c.092-.673.246-1.563-.38-2.033Zm-9.296-2.83c-.02-.01-.024-.02 0 0Zm-3.942 9.21c-.013-.26-.006-.525-.006-.787V5.066a3.685 3.685 0 0 1 .078-1.25c.157-.416.636-.363 1.006-.363h2.87a.456.456 0 0 1 .05.05c.222.252.492.472.732.7.172.2.364.384.571.548.274.168.822.059 1.14.059h4.017a2.699 2.699 0 0 1 1.215.12c.362.192.4.651.475 1.042-.3-.01-.6 0-.86 0-.89-.012-1.779-.014-2.667-.015-1.732 0-3.465 0-5.198.007-.76 0-1.454.127-1.791.894a8.813 8.813 0 0 0-.4 2.099 319.036 319.036 0 0 1-.765 4.492c-.323-.107-.444-.363-.467-.8Zm13.33-4.638a22.569 22.569 0 0 1-.8 3.926.141.141 0 0 0-.013.021 2.07 2.07 0 0 1-1.42 1.483 4.365 4.365 0 0 1-.766.037 1781.497 1781.497 0 0 1-8.298.019H3.452c.2-1.124.393-2.248.58-3.374.115-.682.234-1.361.33-2.045.029-.347.099-.69.209-1.02a1.2 1.2 0 0 1 1.232-.754c2.978-.031 5.963-.054 8.94.019.455.011.974.044 1.188.514.12.38.14.785.054 1.174Z"
|
|
3026
|
+
}),
|
|
3027
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3028
|
+
fill: "#528693",
|
|
3029
|
+
d: "M3.253 13.946a.4.4 0 0 1-.207-.062.957.957 0 0 1-.822-.6 2.632 2.632 0 0 1-.151-1.117V6.298c0-.222 0-.447-.008-.672-.02-.546-.009-1.092.034-1.637.106-1.128.916-1.223 1.737-1.223h1.67a8.143 8.143 0 0 1 1.125 0 .764.764 0 0 1 .477.266l.92.883c.028.028.064.067.1.111a.789.789 0 0 0 .1.105h4.518c.13-.007.277-.012.422-.012a7.209 7.209 0 0 1 1 .07 1.41 1.41 0 0 1 1.106 1.498c.273.036.532.139.755.3.7.525.574 1.459.484 2.138l-.014.1a20.916 20.916 0 0 1-.831 3.736 2.542 2.542 0 0 1-1.406 1.8 3.078 3.078 0 0 1-1.011.171h-.15c-1.961.025-3.877.03-5.498.03l-4.35-.016Zm7.416-.794s1.7-.006 2.313-.012h.174a4.234 4.234 0 0 0 .563-.038c.671-.127 1-.75 1.243-1.343a21.849 21.849 0 0 0 .8-3.89 2.076 2.076 0 0 0-.035-1.054c-.14-.3-.455-.37-.989-.383a182.42 182.42 0 0 0-4.388-.048c-1.515 0-3.03.013-4.543.029a.967.967 0 0 0-1.026.61 4.166 4.166 0 0 0-.194.958 58.473 58.473 0 0 1-.273 1.714l-.06.348a489.3 489.3 0 0 1-.533 3.113s5.108 0 6.948-.004Zm-7.17-9.59c-.36 0-.5.054-.565.218a2.399 2.399 0 0 0-.07.875c0 .11.008.205.008.3v6.996c0 .218 0 .4.007.578 0 .14.029.279.083.408.24-1.373.475-2.747.7-4.123.03-.184.053-.376.075-.57a5.622 5.622 0 0 1 .344-1.585A1.92 1.92 0 0 1 6.08 5.63l5.198-.006c.89 0 1.779 0 2.67.014h.589c-.05-.27-.12-.513-.312-.614a1.38 1.38 0 0 0-.611-.1l-.5.01H9.097c-.073 0-.16.007-.252.014a5.572 5.572 0 0 1-.415.022 1.106 1.106 0 0 1-.59-.128 4.348 4.348 0 0 1-.624-.593l-.23-.22a6.128 6.128 0 0 1-.5-.493l-2.988.025Z"
|
|
3030
|
+
}),
|
|
3031
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3032
|
+
fill: "#528693",
|
|
3033
|
+
d: "M3.253 13.857a.3.3 0 0 1-.16-.051.916.916 0 0 1-.788-.555 2.551 2.551 0 0 1-.14-1.08V6.297c0-.225 0-.453-.01-.68a14.208 14.208 0 0 1 .029-1.619c.1-1.052.868-1.141 1.647-1.141h1.675a8.328 8.328 0 0 1 1.118 0 .68.68 0 0 1 .422.24l.918.884c.03.027.062.064.1.1.043.051.09.1.14.144a.251.251 0 0 1 .058-.01h4.487a7.252 7.252 0 0 1 1.41.054 1.334 1.334 0 0 1 1.026 1.482 1.646 1.646 0 0 1 .8.295c.656.5.535 1.4.447 2.058l-.013.1a21.089 21.089 0 0 1-.827 3.722 2.446 2.446 0 0 1-1.355 1.746 2.978 2.978 0 0 1-.976.164h-.146c-1.846.022-3.698.027-5.557.027l-4.305-.006Zm2.177-.607c1.747 0 3.494-.003 5.24-.01.775 0 1.544 0 2.314-.01h.169c.193 0 .387-.012.579-.038.717-.136 1.067-.783 1.313-1.4a21.784 21.784 0 0 0 .806-3.912 2.16 2.16 0 0 0-.043-1.1c-.174-.382-.587-.423-1.069-.434a178.314 178.314 0 0 0-4.39-.049c-1.516 0-3.031.014-4.544.03a1.058 1.058 0 0 0-1.107.67 4.266 4.266 0 0 0-.2.983 58.475 58.475 0 0 1-.266 1.671l-.065.383a317.102 317.102 0 0 1-.554 3.215H5.43ZM3.499 3.47c-.334 0-.558.047-.645.278a2.442 2.442 0 0 0-.077.913c0 .1.007.2.007.29v7.003c0 .192 0 .385.007.575.018.348.1.517.228.609.25-1.436.5-2.874.732-4.313.031-.185.054-.379.077-.575a5.52 5.52 0 0 1 .337-1.559 1.837 1.837 0 0 1 1.915-.975l5.198-.007c.89 0 1.779 0 2.667.014h.7c-.057-.323-.122-.65-.378-.784a1.45 1.45 0 0 0-.652-.116l-.5.01H9.096a3.81 3.81 0 0 0-.28.016 4.93 4.93 0 0 1-.387.02 1.027 1.027 0 0 1-.544-.115 4.158 4.158 0 0 1-.6-.575l-.228-.21a6.283 6.283 0 0 1-.5-.49h-.155L3.498 3.47Z"
|
|
3034
|
+
}),
|
|
3035
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3036
|
+
fill: "#528693",
|
|
3037
|
+
d: "M3.253 13.973a.294.294 0 0 1-.16-.05.919.919 0 0 1-.793-.557 2.599 2.599 0 0 1-.141-1.08V6.413c0-.187-.008-.68-.008-.68a14.178 14.178 0 0 1 .028-1.626c.1-1.057.87-1.145 1.651-1.145h1.676a8.314 8.314 0 0 1 .554-.018c.188 0 .376.006.565.019a.675.675 0 0 1 .423.24l.92.884c.028.028.062.065.1.1.045.056.095.107.15.153l4.531-.02c.135-.008.279-.012.42-.012a7.604 7.604 0 0 1 .99.066 1.355 1.355 0 0 1 1.029 1.531h.043a1.232 1.232 0 0 1 .752.248c.66.5.543 1.365.45 2.062a21.26 21.26 0 0 1-.841 3.821 2.471 2.471 0 0 1-1.358 1.75 2.998 2.998 0 0 1-.978.163h-.145c-1.967.023-3.884.026-5.498.026l-4.36-.003Zm7.097-7.558c-1.515 0-3.03.013-4.543.029a1.056 1.056 0 0 0-1.1.666 4.35 4.35 0 0 0-.2.98c-.076.549-.167 1.089-.257 1.628l-.073.43c-.186 1.09-.376 2.18-.569 3.267l1.539-.057c1.84 0 5.697-.01 5.697-.01.715 0 1.43 0 2.144-.01h.17a4.09 4.09 0 0 0 .577-.04c.714-.135 1.062-.78 1.308-1.4a21.956 21.956 0 0 0 .803-3.902 2.142 2.142 0 0 0-.042-1.1c-.173-.38-.6-.42-1.065-.432-1.335-.034-2.77-.05-4.39-.05h.001ZM3.498 3.587c-.34 0-.554.045-.641.275a2.42 2.42 0 0 0-.076.912l.006.29v6.996c0 .223 0 .4.008.582.019.357.1.542.279.639.183-1.424.434-2.882.671-4.343.03-.171.05-.35.072-.531a5.644 5.644 0 0 1 .342-1.61 1.821 1.821 0 0 1 1.92-.977l5.423-.007c.813 0 1.627 0 2.441.015h.624a.783.783 0 0 0-.3-.774 1.47 1.47 0 0 0-.651-.115l-.5.01H9.099c-.075 0-.163.008-.257.014a5.072 5.072 0 0 1-.41.022 1.028 1.028 0 0 1-.547-.115 4.126 4.126 0 0 1-.6-.576l-.241-.216a6.296 6.296 0 0 1-.494-.48l-3.052-.01Z"
|
|
3038
|
+
}),
|
|
3039
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3040
|
+
fill: "#528693",
|
|
3041
|
+
d: "M3.253 13.883a.878.878 0 0 1-.113-.036.873.873 0 0 1-.757-.517 2.498 2.498 0 0 1-.135-1.049V6.414c0-.224 0-.45-.01-.677a14.361 14.361 0 0 1 .03-1.62c.093-.983.792-1.063 1.562-1.063h1.676a7.82 7.82 0 0 1 1.112 0 .6.6 0 0 1 .368.214l.92.885a.985.985 0 0 1 .088.1.811.811 0 0 0 .2.188l.211-.021h4.337a7.235 7.235 0 0 1 1.398.053 1.283 1.283 0 0 1 .945 1.524h.094a1.223 1.223 0 0 1 .747.24c.618.465.5 1.306.413 1.982a21.096 21.096 0 0 1-.836 3.798 2.37 2.37 0 0 1-1.31 1.689 2.914 2.914 0 0 1-.945.158h-.14c-1.824.021-3.65.026-5.476.026l-4.379-.007Zm7.104-7.558c-1.518 0-3.036.013-4.553.029a1.15 1.15 0 0 0-1.187.723 4.479 4.479 0 0 0-.206 1.006 56.895 56.895 0 0 1-.269 1.69l-.06.357a330.473 330.473 0 0 1-.584 3.375l1.186-.058s4.31 0 5.983-.007c.772 0 1.543 0 2.314-.012h.177a4.193 4.193 0 0 0 .583-.041 2.024 2.024 0 0 0 1.38-1.452A22.126 22.126 0 0 0 15.932 8a2.23 2.23 0 0 0-.05-1.146c-.193-.426-.651-.473-1.144-.485a199.642 199.642 0 0 0-4.38-.044ZM3.498 3.498c-.29 0-.608.025-.724.333a2.468 2.468 0 0 0-.082.946c0 .1.007.194.007.286v6.996c0 .2 0 .392.007.587.023.442.148.662.43.759.2-1.459.456-2.954.7-4.453.031-.186.054-.38.076-.577a5.472 5.472 0 0 1 .33-1.538 1.74 1.74 0 0 1 1.837-.922l5.198-.007c.888 0 1.778 0 2.668.013h.861l-.073-.064c-.06-.355-.124-.723-.427-.882a1.533 1.533 0 0 0-.692-.126l-.5.01H9.096c-.083 0-.181.009-.286.017-.123.009-.255.019-.382.019a.946.946 0 0 1-.5-.1 4.106 4.106 0 0 1-.582-.558l-.244-.229a6.207 6.207 0 0 1-.485-.474l-.15-.036H3.499Z"
|
|
3042
|
+
}),
|
|
3043
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3044
|
+
fill: "#528693",
|
|
3045
|
+
d: "M3.252 13.993a.442.442 0 0 1-.231-.072.974.974 0 0 1-.843-.617 2.651 2.651 0 0 1-.154-1.139V6.298c0-.222 0-.446-.009-.672a14.16 14.16 0 0 1 .027-1.645c.11-1.17.944-1.268 1.787-1.268h1.677a8.057 8.057 0 0 1 1.129 0A.819.819 0 0 1 7.144 3l.917.881c.031.03.068.071.106.116l.06.137-.006-.049h4.525a6.97 6.97 0 0 1 .422-.013 7.32 7.32 0 0 1 1.007.069 1.47 1.47 0 0 1 1.15 1.544c.267.005.525.096.736.258.721.544.594 1.493.5 2.186l-.014.1a20.88 20.88 0 0 1-.833 3.745 2.583 2.583 0 0 1-1.436 1.832 3.15 3.15 0 0 1-1.03.176l-.151-.005c-1.958.025-3.875.028-5.49.028l-4.355-.01Zm7.097-7.558c-1.515 0-3.03.013-4.542.028a.924.924 0 0 0-.98.58 4.106 4.106 0 0 0-.191.943 55.68 55.68 0 0 1-.274 1.72l-.059.347a531.523 531.523 0 0 1-.533 3.11c.068-.056 5.08-.06 6.897-.064 0 0 1.7-.006 2.314-.012h.173a3.989 3.989 0 0 0 .557-.038c.646-.122.971-.732 1.199-1.312a21.65 21.65 0 0 0 .8-3.876 2.053 2.053 0 0 0-.031-1.03c-.128-.28-.432-.34-.946-.352a231.076 231.076 0 0 0-4.384-.041v-.003ZM3.5 3.61c-.374 0-.47.066-.516.187a2.346 2.346 0 0 0-.068.85l.008.3v6.997c0 .218 0 .4.007.575 0 .133.027.265.078.389.146-1.36.38-2.733.604-4.11.03-.181.053-.374.075-.568a5.705 5.705 0 0 1 .348-1.599A1.963 1.963 0 0 1 6.08 5.577l5.198-.006c.89 0 1.78 0 2.67.014h.588c-.1-.228-.172-.436-.334-.522a1.345 1.345 0 0 0-.59-.1l-.5.01H9.097c-.066 0-.145.007-.23.014a6.032 6.032 0 0 1-.437.022 1.16 1.16 0 0 1-.617-.134 4.344 4.344 0 0 1-.635-.6l-.225-.2a6.888 6.888 0 0 1-.489-.479l-2.965.014Z"
|
|
3046
|
+
}),
|
|
3047
|
+
/* @__PURE__ */ jsx59("path", {
|
|
3048
|
+
fill: "#528693",
|
|
3049
|
+
d: "M3.252 13.906a.337.337 0 0 1-.186-.06.931.931 0 0 1-.807-.575 2.62 2.62 0 0 1-.144-1.1V6.297c0-.225 0-.452-.009-.679a14.494 14.494 0 0 1 .027-1.63c.1-1.1.93-1.186 1.7-1.186h1.673a8.278 8.278 0 0 1 .555-.018c.19 0 .377.006.567.019a.725.725 0 0 1 .449.249l.92.892c.034.034.068.07.1.108.04.049.085.094.132.137l4.514-.02a7.158 7.158 0 0 1 1.416.053 1.387 1.387 0 0 1 1.074 1.535h.022c.271 0 .535.087.752.251.68.514.557 1.432.467 2.1l-.063.093.05.006a21.153 21.153 0 0 1-.83 3.73 2.506 2.506 0 0 1-1.384 1.776 3.017 3.017 0 0 1-.994.168h-.146a446.3 446.3 0 0 1-5.556.028l-4.298-.003Zm7.097-7.559c-1.516 0-3.03.013-4.543.03a1.014 1.014 0 0 0-1.063.637 4.276 4.276 0 0 0-.2.968 54.48 54.48 0 0 1-.267 1.676l-.065.383a646.68 646.68 0 0 1-.553 3.217l1.77-.057c1.746 0 3.492-.003 5.239-.01.775 0 1.544 0 2.315-.01h.169c.191 0 .382-.013.572-.04.692-.13 1.032-.764 1.272-1.367a21.735 21.735 0 0 0 .8-3.898 2.118 2.118 0 0 0-.033-1.08c-.161-.355-.56-.393-1.024-.405a207.093 207.093 0 0 0-4.389-.044ZM3.5 3.52c-.374 0-.531.065-.6.245a2.37 2.37 0 0 0-.074.889l.007.3v7.003c0 .22 0 .4.007.573.017.3.08.477.208.57.174-1.399.42-2.842.653-4.28.031-.185.054-.378.077-.572a5.622 5.622 0 0 1 .341-1.578 1.882 1.882 0 0 1 1.961-1l5.198-.007c.89 0 1.779 0 2.668.013h.7c-.1-.233-.16-.563-.4-.69a1.399 1.399 0 0 0-.63-.11l-.5.01h-4.02c-.078 0-.174.008-.274.016-.126.01-.261.02-.392.02a1.068 1.068 0 0 1-.57-.122 4.22 4.22 0 0 1-.613-.585L7.02 4.01a6.383 6.383 0 0 1-.5-.495l-.124.008-2.899-.002Z"
|
|
3050
|
+
})
|
|
3051
|
+
]
|
|
3052
|
+
});
|
|
3053
|
+
});
|
|
3054
|
+
Items.displayName = "ItemsIcon";
|
|
3055
|
+
|
|
3056
|
+
// src/iconography/key.tsx
|
|
3057
|
+
import { forwardRef as forwardRef54 } from "react";
|
|
3058
|
+
import { jsx as jsx60, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
3059
|
+
var Key = forwardRef54((delegated, ref) => {
|
|
3060
|
+
return /* @__PURE__ */ jsxs51("svg", {
|
|
2762
3061
|
ref,
|
|
2763
3062
|
viewBox: "0 0 22 22",
|
|
2764
3063
|
width: "22",
|
|
@@ -2766,11 +3065,11 @@ var Key = forwardRef53((delegated, ref) => {
|
|
|
2766
3065
|
fill: "none",
|
|
2767
3066
|
...delegated,
|
|
2768
3067
|
children: [
|
|
2769
|
-
/* @__PURE__ */
|
|
3068
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2770
3069
|
d: "M19.8945 5.95026C19.6477 4.73793 18.937 3.69147 17.8935 3.00418C17.3743 2.6618 16.7941 2.42807 16.1865 2.31644C15.5788 2.20481 15.0511 2.19471 14.3527 2.35376C13.5642 2.53331 13.1208 2.75386 12.4919 3.26216C11.8563 3.77585 11.5544 4.17318 11.2039 4.91138C10.8646 5.62576 10.7544 6.19904 10.7405 6.88273C10.7266 7.56642 10.8573 8.24508 11.1235 8.87212C10.2697 9.74839 10.1453 9.89094 9.46986 10.5822C9.21027 10.3192 8.95563 10.0513 8.70158 9.78292C8.47173 9.53937 8.2306 9.48806 8.06702 9.48806C7.83118 9.48806 7.61684 9.5896 7.43247 9.78834C7.23329 10.0008 6.96995 10.2787 6.69709 10.5472C6.45878 10.7806 6.40802 11.0274 6.40766 11.1933C6.40766 11.435 6.50567 11.6562 6.70132 11.8506C6.95902 12.1064 7.46819 12.6368 7.46819 12.6368L6.46693 13.6448C6.46693 13.6448 5.71608 12.8816 5.3473 12.4936C5.1601 12.2966 4.94612 12.1969 4.71274 12.1969H4.70781C4.54564 12.1969 4.30416 12.2507 4.07607 12.4961C3.84798 12.7414 3.60051 12.9973 3.3273 13.2694C3.09392 13.5014 3.04527 13.7464 3.04527 13.9108C3.04527 14.1507 3.14116 14.3679 3.33047 14.5565C3.58993 14.8156 4.20439 15.4454 4.45856 15.7063C4.28469 15.8845 4.10935 16.0613 3.93894 16.2429C3.63263 16.5712 3.46379 17.0092 3.46853 17.4634C3.47328 17.9176 3.65123 18.3519 3.96432 18.6733C4.12254 18.8375 4.31076 18.9681 4.51824 19.0577C4.72571 19.1473 4.94837 19.1941 5.1735 19.1955C5.60732 19.1934 6.02377 19.0206 6.33685 18.7127C8.80299 16.3293 11.1381 13.791 13.5345 11.3369C14.1912 11.6205 14.7909 11.7474 15.3644 11.7232H15.3771C16.1365 11.7232 16.7219 11.6011 17.4701 11.2173C18.526 10.6756 19.127 9.95834 19.562 9.01305C19.997 8.06776 20.1098 7.00829 19.8945 5.95026ZM13.2806 6.98913C13.2818 6.35405 13.4569 5.9388 13.9028 5.48665C14.3486 5.0347 14.761 4.83886 15.3958 4.84381C16.0207 4.84868 16.4251 5.04079 16.86 5.48958C17.3025 5.94622 17.4666 6.36776 17.4592 7.00359C17.4455 8.16811 16.5384 9.12651 15.3648 9.12651H15.3627C14.1974 9.12592 13.2786 8.15439 13.2806 6.98913Z",
|
|
2771
3070
|
fill: "#BFF6F8"
|
|
2772
3071
|
}),
|
|
2773
|
-
/* @__PURE__ */
|
|
3072
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2774
3073
|
fillRule: "evenodd",
|
|
2775
3074
|
clipRule: "evenodd",
|
|
2776
3075
|
d: "M14.2861 2.06126C15.0279 1.89233 15.5969 1.90313 16.2407 2.02139C16.8882 2.14034 17.5061 2.38935 18.0586 2.75375C19.168 3.48444 19.9256 4.59912 20.1884 5.89043C20.4159 7.00773 20.2975 8.13239 19.8345 9.13848C19.375 10.1371 18.7298 10.9082 17.607 11.4842C16.8141 11.891 16.1813 12.0232 15.3771 12.0232H15.3706C14.803 12.0461 14.2219 11.9333 13.6076 11.6916C12.8526 12.4665 12.1015 13.2514 11.3489 14.0378C9.77024 15.6873 8.18529 17.3435 6.54613 18.9277C6.17818 19.2889 5.68752 19.493 5.17496 19.4955L5.17167 19.4955C4.90609 19.4939 4.64362 19.4386 4.3993 19.3331C4.1553 19.2278 3.9344 19.0744 3.74899 18.8822C3.38162 18.5049 3.17408 17.9966 3.16855 17.4666C3.16301 16.9363 3.36003 16.4236 3.7196 16.0382C3.82475 15.9262 4.03922 15.706 4.03922 15.706C4.03922 15.706 3.32162 14.9716 3.11872 14.769C2.88007 14.5311 2.74527 14.2397 2.74527 13.9108C2.74527 13.6833 2.81488 13.3558 3.1158 13.0566C3.38648 12.787 3.63119 12.534 3.85634 12.2918C4.14888 11.9772 4.47429 11.8969 4.7078 11.8969H4.71274C5.04159 11.8969 5.33075 12.0407 5.56473 12.2869C5.74754 12.4792 6.02614 12.7657 6.25999 13.005C6.33588 13.0827 6.4069 13.1553 6.46821 13.2178L7.04848 12.6337C7.02239 12.6067 6.9947 12.5781 6.96596 12.5484C6.80638 12.3838 6.61651 12.1891 6.48996 12.0635C6.24557 11.8206 6.10766 11.5255 6.10766 11.1933C6.10815 10.9628 6.181 10.6329 6.48692 10.3331C6.75501 10.0693 7.01468 9.79536 7.21306 9.58374C7.4447 9.33431 7.73505 9.18807 8.06702 9.18807C8.29928 9.18807 8.62426 9.26401 8.91959 9.57685C9.10286 9.77043 9.28546 9.96275 9.46954 10.1527C9.68431 9.93175 9.83739 9.7722 10.0018 9.60089C10.1998 9.39453 10.4141 9.17111 10.7724 8.8027C10.5401 8.18952 10.4272 7.5352 10.4406 6.87665C10.4552 6.15474 10.5737 5.53909 10.9329 4.7827C11.3015 4.00641 11.6307 3.57251 12.3033 3.02885C12.9666 2.49276 13.4515 2.25131 14.2861 2.06126ZM7.68462 12.4291L7.88748 12.6404L6.4659 14.0716L6.25307 13.8552L6.12971 13.7296C6.05344 13.6519 5.94791 13.5442 5.83082 13.4243C5.59705 13.1851 5.31582 12.8959 5.12984 12.7003C4.98945 12.5525 4.85064 12.4969 4.71274 12.4969H4.7078C4.61699 12.4969 4.45943 12.5243 4.29579 12.7004C4.06482 12.9488 3.81465 13.2074 3.53899 13.482C3.37316 13.6468 3.34527 13.8094 3.34527 13.9108C3.34527 14.0616 3.40239 14.2047 3.54221 14.344C3.80349 14.6049 4.41991 15.2367 4.67344 15.497L4.87754 15.7065L4.6733 15.9158C4.63245 15.9577 4.59185 15.9991 4.55148 16.0404C4.41786 16.1768 4.28682 16.3106 4.15806 16.4478C3.90514 16.719 3.76457 17.0823 3.76851 17.4603C3.77246 17.8385 3.92067 18.1986 4.17922 18.464L4.18033 18.4652C4.31121 18.601 4.46652 18.7086 4.63716 18.7823C4.80725 18.8558 4.98946 18.8941 5.17354 18.8955L5.17203 18.8955L5.17532 18.8955L5.17354 18.8955C5.52759 18.8934 5.8688 18.7522 6.12651 18.4988L6.12836 18.497C7.75985 16.9203 9.33034 15.2792 10.904 13.6348C11.7056 12.7971 12.5081 11.9586 13.3198 11.1273L13.464 10.9797L13.6534 11.0615C14.2788 11.3316 14.8332 11.4453 15.3518 11.4234L15.3644 11.4229L15.3771 11.4232C16.0917 11.4232 16.6298 11.3112 17.3332 10.9504C18.3222 10.443 18.879 9.77955 19.2895 8.88764C19.6965 8.00315 19.8038 7.00887 19.6005 6.01012C19.3698 4.87684 18.7061 3.89862 17.7285 3.25473C17.2427 2.93437 16.7001 2.71582 16.1323 2.61151C15.5607 2.50651 15.0743 2.49712 14.4193 2.64628C13.677 2.81532 13.275 3.01499 12.6805 3.4955C12.082 3.97922 11.8073 4.33997 11.4749 5.04008C11.1556 5.71245 11.0536 6.24336 11.0405 6.88883C11.0274 7.53036 11.15 8.16698 11.3996 8.7549L11.4776 8.93858L11.3384 9.0815C10.9129 9.51811 10.6644 9.77704 10.4358 10.0151C10.2142 10.246 10.0114 10.4572 9.68443 10.7919L9.47093 11.0104L9.25634 10.7929C8.99434 10.5275 8.73781 10.2576 8.48371 9.98917C8.31939 9.81506 8.16187 9.78807 8.06702 9.78807C7.92755 9.78807 7.78942 9.84468 7.6524 9.99238L7.65133 9.99352C7.45148 10.2067 7.1848 10.4882 6.9075 10.761C6.73719 10.9278 6.70794 11.0923 6.70766 11.1936C6.70774 11.3447 6.76592 11.4918 6.91268 11.6377M14.6993 5.26848C14.5063 5.35343 14.3222 5.48871 14.1164 5.69732C13.9122 5.90435 13.7828 6.08986 13.7019 6.28448C13.6211 6.47884 13.5811 6.70037 13.5806 6.98968C13.5789 7.99854 14.3727 8.82602 15.3628 8.82652H15.3648C16.3635 8.82652 17.1473 8.01108 17.1592 7.00008C17.1626 6.70925 17.1266 6.48571 17.0492 6.28946C16.9719 6.09342 16.8461 5.90632 16.6446 5.69836C16.4445 5.49196 16.2651 5.35857 16.0764 5.27398C15.8889 5.18989 15.6744 5.146 15.3935 5.14381C15.109 5.14159 14.8908 5.18419 14.6993 5.26848ZM14.4576 4.71932C14.7424 4.59395 15.0479 4.5411 15.3981 4.54383C15.7422 4.54651 16.0423 4.60112 16.3219 4.7265C16.6004 4.85137 16.8405 5.03842 17.0754 5.28081C17.3164 5.5295 17.4939 5.78148 17.6074 6.06934C17.7208 6.35697 17.7632 6.66212 17.7591 7.00712C17.7437 8.32517 16.7132 9.42652 15.3648 9.42652H15.3627C14.0223 9.42584 12.9783 8.31027 12.9806 6.98862C12.9812 6.64284 13.0294 6.33921 13.1479 6.05413C13.2663 5.76932 13.4475 5.52112 13.6893 5.27599C13.9293 5.03266 14.1742 4.84405 14.4576 4.71932Z",
|
|
@@ -2782,37 +3081,37 @@ var Key = forwardRef53((delegated, ref) => {
|
|
|
2782
3081
|
Key.displayName = "KeyIcon";
|
|
2783
3082
|
|
|
2784
3083
|
// src/iconography/language.tsx
|
|
2785
|
-
import { forwardRef as
|
|
2786
|
-
import { jsx as
|
|
2787
|
-
var Language =
|
|
2788
|
-
return /* @__PURE__ */
|
|
3084
|
+
import { forwardRef as forwardRef55 } from "react";
|
|
3085
|
+
import { jsx as jsx61, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
3086
|
+
var Language = forwardRef55((delegated, ref) => {
|
|
3087
|
+
return /* @__PURE__ */ jsxs52("svg", {
|
|
2789
3088
|
ref,
|
|
2790
3089
|
width: "34",
|
|
2791
3090
|
height: "34",
|
|
2792
3091
|
viewBox: "0 0 34 34",
|
|
2793
3092
|
...delegated,
|
|
2794
3093
|
children: [
|
|
2795
|
-
/* @__PURE__ */
|
|
3094
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2796
3095
|
d: "M30.5976 16.5063C30.5976 22.7593 24.5125 27.8369 16.992 27.8369C15.3044 27.8426 13.6268 27.577 12.0234 27.0503C11.952 27.0265 11.8752 27.0241 11.8025 27.0433L5.1736 28.8175C5.10596 28.8354 5.03481 28.8352 4.96726 28.817C4.8997 28.7988 4.83811 28.7631 4.78864 28.7137C4.73916 28.6642 4.70354 28.6026 4.68532 28.535C4.66711 28.4675 4.66694 28.3963 4.68483 28.3287L5.99721 23.423C6.01325 23.3614 6.01408 23.2968 5.99962 23.2348C5.98517 23.1729 5.95587 23.1153 5.91425 23.0672C4.31448 21.2536 3.42138 18.9245 3.39844 16.5063C3.39844 10.2452 9.48757 5.16759 16.992 5.16759C24.4965 5.16759 30.5976 10.2452 30.5976 16.5063Z",
|
|
2797
3096
|
fill: "#bff6f8"
|
|
2798
3097
|
}),
|
|
2799
|
-
/* @__PURE__ */
|
|
3098
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2800
3099
|
d: "M30.0788 17.6827C29.8355 19.1578 29.2847 20.5653 28.4623 21.8139C27.64 23.0625 26.5643 24.1242 25.3051 24.9303C22.823 26.5558 19.918 27.4163 16.951 27.4051C15.4873 27.4097 14.0304 27.2061 12.6241 26.8004L12.3622 26.7214C12.2516 26.6814 12.1388 26.6481 12.0243 26.6215C11.7823 26.6191 11.5418 26.6608 11.3147 26.7444L10.2312 27.0373L8.06421 27.623L5.89723 28.2097L5.35448 28.3556L5.18756 28.4006C5.17204 28.4061 5.1551 28.4061 5.13958 28.4006C5.12437 28.394 5.11195 28.3823 5.10446 28.3676C5.09698 28.3528 5.0949 28.3358 5.0986 28.3197L5.21055 27.8999C5.6017 26.4452 5.99218 24.9889 6.382 23.5309C6.42538 23.3713 6.41769 23.2021 6.36001 23.0471C6.30518 22.92 6.22875 22.8034 6.13411 22.7023C6.02317 22.5674 5.91222 22.4314 5.80927 22.2895C5.59537 22.0116 5.40346 21.7158 5.21755 21.4169C4.85289 20.8119 4.55336 20.1699 4.32397 19.5018C3.81661 17.9497 3.71914 16.2928 4.04104 14.6919C4.36294 13.091 5.09325 11.6005 6.1611 10.3651C8.35449 7.87289 11.3774 6.2609 14.6691 5.82825C17.9548 5.31937 21.3168 5.89444 24.2466 7.46648C25.7034 8.20649 26.9747 9.26526 27.9661 10.5641C28.9574 11.863 29.6434 13.3686 29.9729 14.9689C30.1418 15.9755 30.3287 16.5032 30.5856 16.5062C30.7925 16.5162 31.0754 15.9415 30.8855 14.807C30.5415 13.0999 29.8235 11.4902 28.7831 10.0937C27.7427 8.69729 26.4057 7.54878 24.8683 6.73083C21.8707 5.07959 18.4283 4.41705 15.0319 4.83772C11.5245 5.19209 8.26109 6.79471 5.83626 9.35359C4.58424 10.7071 3.68694 12.3495 3.22448 14.1343C2.77278 16.0065 2.86396 17.9685 3.48736 19.7907C3.73717 20.5071 4.05971 21.196 4.44991 21.8467C4.64981 22.1686 4.85772 22.4874 5.09061 22.7923C5.20355 22.9472 5.3245 23.0981 5.44844 23.2471L5.5244 23.339V23.347L4.43991 27.3871L4.30498 27.8869C4.20395 28.1439 4.17897 28.4246 4.23301 28.6955C4.28122 28.8484 4.37045 28.9852 4.49099 29.0909C4.61154 29.1967 4.75878 29.2673 4.91669 29.2952C5.08104 29.3221 5.24952 29.3069 5.40646 29.2512L5.67133 29.1813L7.6614 28.6505L11.6595 27.582L11.9034 27.516L12.4032 27.673C12.7503 27.7743 13.1015 27.8635 13.4567 27.9408C17.2734 28.7656 21.2591 28.2062 24.7014 26.3626C26.2418 25.5246 27.598 24.3856 28.6895 23.0132C29.8845 21.5018 30.6559 19.6996 30.9244 17.7916C31.0374 16.0524 30.1918 16.1404 30.0788 17.6827Z",
|
|
2801
3100
|
fill: "#528693"
|
|
2802
3101
|
}),
|
|
2803
|
-
/* @__PURE__ */
|
|
3102
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2804
3103
|
d: "M5.13861 21.225C4.15137 19.5211 3.71269 17.5546 3.8822 15.5926C4.06884 13.6633 4.84617 11.8384 6.10815 10.3671C7.40438 8.89436 9.00803 7.72403 10.8059 6.93871C12.6149 6.1618 14.5535 5.73122 16.5212 5.66931C16.5838 5.66976 16.6459 5.65759 16.7036 5.63353C16.7614 5.60947 16.8137 5.57402 16.8575 5.52928C16.9013 5.48455 16.9356 5.43145 16.9584 5.37317C16.9812 5.31488 16.992 5.2526 16.9902 5.19004C16.9883 5.12748 16.9739 5.06593 16.9478 5.00906C16.9217 4.9522 16.8844 4.90118 16.8381 4.85906C16.7918 4.81693 16.7375 4.78457 16.6784 4.7639C16.6193 4.74323 16.5567 4.73468 16.4943 4.73875C14.4542 4.78872 12.4422 5.22559 10.5651 6.02614C8.57963 6.8682 6.81807 8.1619 5.42047 9.80437C4.14315 11.3274 3.31281 13.1746 3.0216 15.1409C2.7108 17.4061 3.19737 19.7089 4.39795 21.6548C4.67682 22.0896 5.3725 21.6258 5.13861 21.225Z",
|
|
2805
3104
|
fill: "#528693"
|
|
2806
3105
|
}),
|
|
2807
|
-
/* @__PURE__ */
|
|
3106
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2808
3107
|
d: "M29.6101 21.6668C30.7315 19.8193 31.2043 17.6504 30.9535 15.5037C30.6896 13.4243 29.8493 11.4602 28.5276 9.83341C27.1919 8.20648 25.4945 6.91407 23.5709 6.05918C21.6514 5.21908 19.5865 4.76109 17.4918 4.71082C17.4294 4.70673 17.3668 4.71526 17.3077 4.7359C17.2487 4.75653 17.1944 4.78885 17.1481 4.83092C17.1018 4.87299 17.0645 4.92395 17.0383 4.98077C17.0122 5.03758 16.9977 5.09908 16.9958 5.1616C16.9939 5.22412 17.0047 5.28638 17.0274 5.34467C17.0501 5.40295 17.0843 5.45606 17.128 5.50084C17.1716 5.54561 17.2239 5.58113 17.2816 5.60528C17.3393 5.62943 17.4013 5.6417 17.4638 5.64138C19.3885 5.69804 21.2859 6.11223 23.0592 6.8628C24.9123 7.6435 26.5528 8.85436 27.8449 10.3951C28.9933 11.7947 29.7429 13.478 30.0149 15.2678C30.3079 17.3291 29.9063 19.4293 28.8734 21.237C28.6405 21.6389 29.3362 22.1066 29.6101 21.6668Z",
|
|
2809
3108
|
fill: "#528693"
|
|
2810
3109
|
}),
|
|
2811
|
-
/* @__PURE__ */
|
|
3110
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2812
3111
|
d: "M15.0649 20.3634C15.2051 20.3177 15.3218 20.2188 15.3899 20.0879C15.4579 19.9571 15.4719 19.8048 15.4287 19.6637C15.1968 18.9411 14.913 18.2374 14.6781 17.5127C14.5241 17.037 14.3782 16.5592 14.2273 16.0814C14.0034 15.3587 13.7825 14.736 13.5536 14.0184C13.4357 13.6505 13.315 13.2841 13.1918 12.9189C13.0618 12.5361 13.0328 12.1822 12.609 12.0033C12.4383 11.9148 12.2407 11.8931 12.0549 11.9427C11.8691 11.9922 11.7085 12.1094 11.6045 12.2712C11.3876 12.771 11.2477 13.3217 11.0718 13.8385C10.4001 15.8155 9.79137 17.4368 9.04372 19.5927C9.01923 19.6636 9.00901 19.7386 9.01367 19.8135C9.01832 19.8883 9.03775 19.9615 9.07083 20.0287C9.10392 20.096 9.15 20.1561 9.20642 20.2055C9.26284 20.2548 9.32848 20.2925 9.39956 20.3164L9.49951 20.3494C9.57019 20.373 9.64484 20.3825 9.71918 20.3773C9.79353 20.372 9.86611 20.3522 9.93277 20.3188C9.99943 20.2855 10.0589 20.2394 10.1077 20.183C10.1565 20.1267 10.1937 20.0613 10.2172 19.9906C10.3581 19.5748 10.494 19.165 10.631 18.7521L13.8115 18.7282C13.9554 19.133 14.1113 19.5608 14.3052 20.0445C14.3585 20.1798 14.4614 20.2896 14.593 20.3513C14.7247 20.413 14.8749 20.422 15.0129 20.3764L15.0649 20.3634ZM11.0468 17.5117C11.1657 17.1619 11.2887 16.8021 11.4216 16.4272C11.7275 15.5586 11.9843 14.837 12.2512 13.9664C12.5171 14.76 12.787 15.5656 13.0708 16.4652C13.1918 16.851 13.3037 17.2089 13.4177 17.5647L11.0468 17.5117Z",
|
|
2813
3112
|
fill: "#528693"
|
|
2814
3113
|
}),
|
|
2815
|
-
/* @__PURE__ */
|
|
3114
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2816
3115
|
d: "M24.7824 12.9239C23.8978 12.9239 23.0382 12.9239 22.0886 12.9139L22.1086 12.1842C22.1112 12.1028 22.0973 12.0216 22.0677 11.9457C22.0382 11.8697 21.9936 11.8005 21.9367 11.7422C21.8798 11.6838 21.8116 11.6376 21.7364 11.6062C21.6612 11.5748 21.5804 11.559 21.4989 11.5595H21.4789C21.3213 11.56 21.17 11.6218 21.0571 11.7319C20.9442 11.842 20.8786 11.9917 20.8742 12.1493L20.8542 12.8939C19.9247 12.8739 19.3249 12.8489 18.3004 12.8639C18.1405 12.8666 17.9879 12.9319 17.8757 13.046C17.7635 13.1601 17.7007 13.3137 17.7007 13.4736V13.5136C17.7 13.5932 17.7152 13.6722 17.7454 13.7458C17.7755 13.8195 17.8201 13.8864 17.8763 13.9427C17.9326 13.999 17.9996 14.0435 18.0732 14.0737C18.1469 14.1038 18.2258 14.119 18.3054 14.1183L23.0032 14.1483C22.6715 15.3649 22.0008 16.4621 21.0691 17.3118H21.0591C20.7793 17.002 20.5094 16.6871 20.2645 16.3573C20.1745 16.2423 20.0846 16.1224 20.0046 15.9975C19.9846 15.9675 19.9646 15.9425 19.9446 15.9125C19.8602 15.7881 19.7318 15.7004 19.5853 15.667C19.4387 15.6336 19.285 15.6571 19.155 15.7326L19.105 15.7626C19.0343 15.8035 18.9727 15.8585 18.924 15.9241C18.8752 15.9898 18.8405 16.0647 18.8217 16.1442C18.803 16.2238 18.8008 16.3063 18.8151 16.3868C18.8294 16.4673 18.8601 16.544 18.9051 16.6122C18.9651 16.6971 19.0201 16.7871 19.0851 16.872C19.1139 16.9174 19.1456 16.9608 19.18 17.002C19.27 17.1269 19.3649 17.2519 19.4649 17.3718C19.6648 17.6167 19.8747 17.8516 20.1046 18.0865C19.5192 18.5204 18.8912 18.8938 18.2305 19.201C18.0989 19.2641 17.9948 19.373 17.9378 19.5073C17.8807 19.6416 17.8746 19.7921 17.9206 19.9306L17.9506 20.0206C18.0129 20.1654 18.1291 20.2803 18.2746 20.3409C18.4201 20.4016 18.5835 20.4032 18.7302 20.3454C19.3476 20.0762 19.934 19.7411 20.4794 19.3459C20.5744 19.2809 20.6643 19.2159 20.7493 19.146C20.8342 19.076 20.9292 19.011 21.0191 18.9361C21.2041 19.086 21.379 19.2309 21.5589 19.3609C21.6488 19.4308 21.7388 19.4958 21.8338 19.5608C21.8937 19.6008 21.9537 19.6457 22.0187 19.6807C22.1136 19.7457 22.2186 19.8057 22.3185 19.8606C22.3885 19.9006 22.4635 19.9406 22.5384 19.9806C22.6484 20.0356 22.7633 20.0905 22.8783 20.1455C23.0628 20.2308 23.2628 20.3108 23.478 20.3854C23.6245 20.4331 23.7838 20.4216 23.922 20.3534C24.0602 20.2853 24.1663 20.1658 24.2176 20.0206C24.2692 19.8795 24.266 19.7242 24.2087 19.5854C24.1513 19.4466 24.0439 19.3344 23.9078 19.2709C23.1936 18.9883 22.5211 18.6101 21.9087 18.1464C21.9687 18.0865 22.0337 18.0365 22.0886 17.9765C22.6101 17.4487 23.068 16.8617 23.453 16.2273C23.833 15.5983 24.0907 14.9031 24.2126 14.1783C24.2126 14.1783 24.2126 14.1783 24.2226 14.1783C24.4075 14.1783 24.5925 14.1783 24.7774 14.1783C24.9389 14.1778 25.0937 14.1134 25.2079 13.9991C25.3222 13.8849 25.3866 13.7301 25.3871 13.5686V13.5336C25.3884 13.4536 25.3737 13.3741 25.3439 13.2999C25.314 13.2256 25.2696 13.1581 25.2133 13.1013C25.1569 13.0445 25.0897 12.9995 25.0157 12.969C24.9417 12.9386 24.8624 12.9232 24.7824 12.9239Z",
|
|
2817
3116
|
fill: "#528693"
|
|
2818
3117
|
})
|
|
@@ -2822,10 +3121,10 @@ var Language = forwardRef54((delegated, ref) => {
|
|
|
2822
3121
|
Language.displayName = "LanguageProps";
|
|
2823
3122
|
|
|
2824
3123
|
// src/iconography/lifebouy.tsx
|
|
2825
|
-
import { forwardRef as
|
|
2826
|
-
import { jsx as
|
|
2827
|
-
var Lifebouy =
|
|
2828
|
-
return /* @__PURE__ */
|
|
3124
|
+
import { forwardRef as forwardRef56 } from "react";
|
|
3125
|
+
import { jsx as jsx62, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
3126
|
+
var Lifebouy = forwardRef56((delegated, ref) => {
|
|
3127
|
+
return /* @__PURE__ */ jsxs53("svg", {
|
|
2829
3128
|
ref,
|
|
2830
3129
|
width: "20",
|
|
2831
3130
|
height: "19",
|
|
@@ -2833,45 +3132,45 @@ var Lifebouy = forwardRef55((delegated, ref) => {
|
|
|
2833
3132
|
fill: "none",
|
|
2834
3133
|
...delegated,
|
|
2835
3134
|
children: [
|
|
2836
|
-
/* @__PURE__ */
|
|
3135
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2837
3136
|
d: "M16.5203 3.17017C17.356 4.00589 18.019 4.99805 18.4713 6.08998C18.9236 7.18191 19.1564 8.35223 19.1564 9.53413C19.1564 10.716 18.9236 11.8863 18.4713 12.9783C18.019 14.0702 17.356 15.0624 16.5203 15.8981L12.9624 12.3402C13.3309 11.9717 13.6232 11.5342 13.8226 11.0528C14.0221 10.5713 14.1247 10.0553 14.1247 9.53413C14.1247 9.013 14.0221 8.49697 13.8226 8.0155C13.6232 7.53404 13.3309 7.09657 12.9624 6.72808L16.5203 3.17017Z",
|
|
2838
3137
|
fill: "#FFCCEC"
|
|
2839
3138
|
}),
|
|
2840
|
-
/* @__PURE__ */
|
|
3139
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2841
3140
|
fillRule: "evenodd",
|
|
2842
3141
|
clipRule: "evenodd",
|
|
2843
3142
|
d: "M16.5203 2.75818L16.7263 2.96421C17.5891 3.82699 18.2735 4.85126 18.7404 5.97855C19.2073 7.10583 19.4477 8.31404 19.4477 9.5342C19.4477 10.7544 19.2073 11.9626 18.7404 13.0899C18.2735 14.2171 17.5891 15.2414 16.7263 16.1042L16.5203 16.3102L12.5503 12.3403L12.7563 12.1342C13.0978 11.7928 13.3686 11.3874 13.5534 10.9413C13.7382 10.4952 13.8333 10.0171 13.8333 9.5342C13.8333 9.05133 13.7382 8.57319 13.5534 8.12708C13.3686 7.68097 13.0978 7.27562 12.7563 6.93418L12.5503 6.72815L16.5203 2.75818ZM16.5168 3.58574L13.3674 6.73521C13.6701 7.08254 13.915 7.4772 14.0918 7.90407C14.3058 8.42089 14.416 8.97481 14.416 9.5342C14.416 10.0936 14.3058 10.6475 14.0918 11.1643C13.915 11.5912 13.6701 11.9859 13.3674 12.3332L16.5168 15.4827C17.2305 14.7195 17.8016 13.8336 18.202 12.8668C18.6397 11.8103 18.8649 10.6778 18.8649 9.5342C18.8649 8.39057 18.6397 7.25813 18.202 6.20155C17.8016 5.23479 17.2305 4.34886 16.5168 3.58574Z",
|
|
2844
3143
|
fill: "#528693"
|
|
2845
3144
|
}),
|
|
2846
|
-
/* @__PURE__ */
|
|
3145
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2847
3146
|
d: "M16.5203 15.8981C15.6845 16.7338 14.6924 17.3968 13.6005 17.8491C12.5085 18.3014 11.3382 18.5342 10.1563 18.5342C8.97441 18.5342 7.80408 18.3014 6.71215 17.8491C5.62022 17.3968 4.62807 16.7338 3.79234 15.8981L7.35025 12.3402C7.71875 12.7087 8.15622 13.001 8.63768 13.2004C9.11914 13.3999 9.63517 13.5025 10.1563 13.5025C10.6774 13.5025 11.1935 13.3999 11.6749 13.2004C12.1564 13.001 12.5939 12.7087 12.9624 12.3402L16.5203 15.8981Z",
|
|
2848
3147
|
fill: "white"
|
|
2849
3148
|
}),
|
|
2850
|
-
/* @__PURE__ */
|
|
3149
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2851
3150
|
fillRule: "evenodd",
|
|
2852
3151
|
clipRule: "evenodd",
|
|
2853
3152
|
d: "M16.9324 15.8982L16.7263 16.1042C15.8636 16.967 14.8393 17.6514 13.712 18.1183C12.5847 18.5853 11.3765 18.8256 10.1564 18.8256C8.93619 18.8256 7.72798 18.5853 6.6007 18.1183C5.47342 17.6514 4.44914 16.967 3.58636 16.1042L3.38033 15.8982L7.3503 11.9282L7.55633 12.1343C7.89777 12.4757 8.30312 12.7465 8.74923 12.9313C9.19534 13.1161 9.67348 13.2112 10.1564 13.2112C10.6392 13.2112 11.1174 13.1161 11.5635 12.9313C12.0096 12.7465 12.4149 12.4757 12.7564 12.1343L12.9624 11.9282L16.9324 15.8982ZM16.1048 15.8947L12.9553 12.7453C12.608 13.048 12.2134 13.2929 11.7865 13.4697C11.2697 13.6838 10.7157 13.794 10.1564 13.794C9.59696 13.794 9.04304 13.6838 8.52623 13.4697C8.09935 13.2929 7.70469 13.048 7.35736 12.7453L4.2079 15.8947C4.97101 16.6084 5.85694 17.1795 6.8237 17.58C7.88028 18.0176 9.01272 18.2429 10.1564 18.2429C11.3 18.2429 12.4324 18.0176 13.489 17.58C14.4558 17.1795 15.3417 16.6084 16.1048 15.8947Z",
|
|
2854
3153
|
fill: "#528693"
|
|
2855
3154
|
}),
|
|
2856
|
-
/* @__PURE__ */
|
|
3155
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2857
3156
|
d: "M3.79219 15.8982C2.95646 15.0625 2.29352 14.0703 1.84123 12.9784C1.38894 11.8865 1.15615 10.7161 1.15615 9.53423C1.15615 8.35233 1.38894 7.18201 1.84123 6.09008C2.29352 4.99815 2.95646 4.006 3.79219 3.17027L7.3501 6.72818C6.9816 7.09668 6.6893 7.53415 6.48987 8.01561C6.29044 8.49707 6.1878 9.0131 6.1878 9.53423C6.1878 10.0554 6.29044 10.5714 6.48987 11.0529C6.6893 11.5343 6.9816 11.9718 7.3501 12.3403L3.79219 15.8982Z",
|
|
2858
3157
|
fill: "#FFCCEC"
|
|
2859
3158
|
}),
|
|
2860
|
-
/* @__PURE__ */
|
|
3159
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2861
3160
|
fillRule: "evenodd",
|
|
2862
3161
|
clipRule: "evenodd",
|
|
2863
3162
|
d: "M3.79224 16.3102L3.58621 16.1042C2.72342 15.2414 2.03903 14.2171 1.57209 13.0898C1.10516 11.9625 0.864828 10.7543 0.864828 9.53416C0.864828 8.314 1.10516 7.10579 1.57209 5.97851C2.03903 4.85122 2.72342 3.82695 3.58621 2.96417L3.79224 2.75814L7.76221 6.72811L7.55618 6.93414C7.21474 7.27558 6.94389 7.68093 6.75911 8.12704C6.57432 8.57315 6.47921 9.05129 6.47921 9.53416C6.47921 10.017 6.57432 10.4952 6.75911 10.9413C6.94389 11.3874 7.21474 11.7927 7.55618 12.1342L7.76221 12.3402L3.79224 16.3102ZM3.79568 15.4826L6.94514 12.3332C6.64238 11.9858 6.39754 11.5912 6.22073 11.1643C6.00666 10.6475 5.89647 10.0936 5.89647 9.53416C5.89647 8.97476 6.00666 8.42085 6.22073 7.90403C6.39754 7.47716 6.64238 7.0825 6.94514 6.73516L3.79568 3.5857C3.08201 4.34882 2.51092 5.23475 2.11047 6.20151C1.67282 7.25809 1.44757 8.39053 1.44757 9.53416C1.44757 10.6778 1.67282 11.8102 2.11047 12.8668C2.51092 13.8336 3.08201 14.7195 3.79568 15.4826Z",
|
|
2864
3163
|
fill: "#528693"
|
|
2865
3164
|
}),
|
|
2866
|
-
/* @__PURE__ */
|
|
3165
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2867
3166
|
d: "M2.8449 13.4563C2.20686 12.2467 1.8751 10.8991 1.87869 9.53156C1.88228 8.164 2.2211 6.81817 2.86549 5.61194L3.38013 5.88687C2.78069 7.00897 2.4655 8.26092 2.46216 9.53309C2.45882 10.8053 2.76744 12.0588 3.36098 13.1841L2.8449 13.4563Z",
|
|
2868
3167
|
fill: "#EEEFF1"
|
|
2869
3168
|
}),
|
|
2870
|
-
/* @__PURE__ */
|
|
3169
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2871
3170
|
d: "M3.79224 3.17024C4.62796 2.33451 5.62012 1.67157 6.71205 1.21928C7.80398 0.76699 8.9743 0.534198 10.1562 0.534198C11.3381 0.534197 12.5084 0.766988 13.6003 1.21928C14.6923 1.67157 15.6844 2.33451 16.5202 3.17024L12.9622 6.72815C12.5937 6.35965 12.1563 6.06735 11.6748 5.86792C11.1934 5.66849 10.6773 5.56585 10.1562 5.56585C9.63507 5.56585 9.11904 5.66849 8.63757 5.86792C8.15611 6.06735 7.71864 6.35965 7.35015 6.72815L3.79224 3.17024Z",
|
|
2872
3171
|
fill: "white"
|
|
2873
3172
|
}),
|
|
2874
|
-
/* @__PURE__ */
|
|
3173
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2875
3174
|
fillRule: "evenodd",
|
|
2876
3175
|
clipRule: "evenodd",
|
|
2877
3176
|
d: "M3.38013 3.17017L3.58616 2.96414C4.44894 2.10135 5.47321 1.41696 6.60049 0.95002C7.72777 0.483085 8.93598 0.242757 10.1561 0.242757C11.3763 0.242757 12.5845 0.483085 13.7118 0.95002C14.8391 1.41695 15.8634 2.10135 16.7261 2.96414L16.9322 3.17016L12.9622 7.14014L12.7562 6.93411C12.4147 6.59267 12.0094 6.32182 11.5633 6.13704C11.1172 5.95225 10.639 5.85714 10.1561 5.85714C9.67328 5.85714 9.19514 5.95225 8.74903 6.13704C8.30291 6.32182 7.89757 6.59267 7.55613 6.93411L7.3501 7.14014L3.38013 3.17017ZM4.20769 3.17361L7.35715 6.32307C7.70448 6.02031 8.09914 5.77547 8.52602 5.59865C9.04283 5.38458 9.59675 5.2744 10.1561 5.2744C10.7155 5.2744 11.2695 5.38458 11.7863 5.59865C12.2131 5.77547 12.6078 6.02031 12.9551 6.32307L16.1046 3.17361C15.3415 2.45994 14.4556 1.88885 13.4888 1.4884C12.4322 1.05075 11.2998 0.825497 10.1561 0.825497C9.01251 0.825497 7.88008 1.05075 6.8235 1.4884C5.85673 1.88885 4.9708 2.45994 4.20769 3.17361Z",
|
|
@@ -2883,10 +3182,10 @@ var Lifebouy = forwardRef55((delegated, ref) => {
|
|
|
2883
3182
|
Lifebouy.displayName = "LifebouyProps";
|
|
2884
3183
|
|
|
2885
3184
|
// src/iconography/location.tsx
|
|
2886
|
-
import { forwardRef as
|
|
2887
|
-
import { jsx as
|
|
2888
|
-
var Location =
|
|
2889
|
-
return /* @__PURE__ */
|
|
3185
|
+
import { forwardRef as forwardRef57 } from "react";
|
|
3186
|
+
import { jsx as jsx63, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
3187
|
+
var Location = forwardRef57((delegated, ref) => {
|
|
3188
|
+
return /* @__PURE__ */ jsxs54("svg", {
|
|
2890
3189
|
ref,
|
|
2891
3190
|
width: "22",
|
|
2892
3191
|
height: "22",
|
|
@@ -2894,22 +3193,22 @@ var Location = forwardRef56((delegated, ref) => {
|
|
|
2894
3193
|
fill: "none",
|
|
2895
3194
|
...delegated,
|
|
2896
3195
|
children: [
|
|
2897
|
-
/* @__PURE__ */
|
|
3196
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2898
3197
|
d: "M16 8C16 10.0465 13.2539 15.1012 11.8319 17.5813C11.4586 18.2324 10.5414 18.2324 10.1681 17.5813C8.74614 15.1012 6 10.0465 6 8C6 5.23858 8.23858 3 11 3C13.7614 3 16 5.23858 16 8Z",
|
|
2899
3198
|
fill: "#BFF6F8",
|
|
2900
3199
|
className: "c-icon-fill"
|
|
2901
3200
|
}),
|
|
2902
|
-
/* @__PURE__ */
|
|
3201
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2903
3202
|
fillRule: "evenodd",
|
|
2904
3203
|
clipRule: "evenodd",
|
|
2905
3204
|
d: "M14.9917 12.8844C14.1175 14.7348 13.0666 16.6342 12.3524 17.8798C11.7486 18.9329 10.2514 18.9329 9.64757 17.8798C8.93343 16.6342 7.88246 14.7348 7.0083 12.8844C6.57144 11.9596 6.17414 11.0375 5.88488 10.2096C5.60106 9.39733 5.39999 8.6179 5.39999 8.00002C5.39999 4.90723 7.9072 2.40002 11 2.40002C14.0928 2.40002 16.6 4.90723 16.6 8.00002C16.6 8.6179 16.3989 9.39733 16.1151 10.2096C15.8258 11.0375 15.4286 11.9596 14.9917 12.8844ZM11.8319 17.5814C13.2539 15.1012 16 10.0465 16 8.00002C16 5.2386 13.7614 3.00002 11 3.00002C8.23857 3.00002 5.99999 5.2386 5.99999 8.00002C5.99999 10.0465 8.74613 15.1012 10.1681 17.5814C10.5414 18.2324 11.4586 18.2324 11.8319 17.5814Z",
|
|
2906
3205
|
fill: "#528693"
|
|
2907
3206
|
}),
|
|
2908
|
-
/* @__PURE__ */
|
|
3207
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2909
3208
|
d: "M13 8C13 9.10457 12.1046 10 11 10C9.89543 10 9 9.10457 9 8C9 6.89543 9.89543 6 11 6C12.1046 6 13 6.89543 13 8Z",
|
|
2910
3209
|
fill: "white"
|
|
2911
3210
|
}),
|
|
2912
|
-
/* @__PURE__ */
|
|
3211
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2913
3212
|
fillRule: "evenodd",
|
|
2914
3213
|
clipRule: "evenodd",
|
|
2915
3214
|
d: "M13.6 8.00002C13.6 9.43596 12.4359 10.6 11 10.6C9.56405 10.6 8.39999 9.43596 8.39999 8.00002C8.39999 6.56408 9.56405 5.40002 11 5.40002C12.4359 5.40002 13.6 6.56408 13.6 8.00002ZM11 10C12.1046 10 13 9.10459 13 8.00002C13 6.89545 12.1046 6.00002 11 6.00002C9.89542 6.00002 8.99999 6.89545 8.99999 8.00002C8.99999 9.10459 9.89542 10 11 10Z",
|
|
@@ -2921,10 +3220,10 @@ var Location = forwardRef56((delegated, ref) => {
|
|
|
2921
3220
|
Location.displayName = "Location";
|
|
2922
3221
|
|
|
2923
3222
|
// src/iconography/lock-closed.tsx
|
|
2924
|
-
import { forwardRef as
|
|
2925
|
-
import { jsx as
|
|
2926
|
-
var LockClosed =
|
|
2927
|
-
return /* @__PURE__ */
|
|
3223
|
+
import { forwardRef as forwardRef58 } from "react";
|
|
3224
|
+
import { jsx as jsx64, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
3225
|
+
var LockClosed = forwardRef58((delegated, ref) => {
|
|
3226
|
+
return /* @__PURE__ */ jsxs55("svg", {
|
|
2928
3227
|
ref,
|
|
2929
3228
|
width: "17",
|
|
2930
3229
|
height: "16",
|
|
@@ -2932,33 +3231,33 @@ var LockClosed = forwardRef57((delegated, ref) => {
|
|
|
2932
3231
|
fill: "none",
|
|
2933
3232
|
...delegated,
|
|
2934
3233
|
children: [
|
|
2935
|
-
/* @__PURE__ */
|
|
3234
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2936
3235
|
d: "M3.984 7.5c0-.5523.4477-1 1-1h8c.5523 0 1 .4477 1 1v6c0 .5523-.4477 1-1 1h-8c-.5523 0-1-.4477-1-1v-6Z",
|
|
2937
3236
|
fill: "#BFF6F8"
|
|
2938
3237
|
}),
|
|
2939
|
-
/* @__PURE__ */
|
|
3238
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2940
3239
|
fillRule: "evenodd",
|
|
2941
3240
|
clipRule: "evenodd",
|
|
2942
3241
|
d: "M12.984 6.9h-8a.6.6 0 0 0-.6.6v6a.6.6 0 0 0 .6.6h8a.6.6 0 0 0 .6-.6v-6a.6.6 0 0 0-.6-.6Zm-8-.4c-.5523 0-1 .4477-1 1v6c0 .5523.4477 1 1 1h8c.5523 0 1-.4477 1-1v-6c0-.5523-.4477-1-1-1h-8Z",
|
|
2943
3242
|
fill: "#528693"
|
|
2944
3243
|
}),
|
|
2945
|
-
/* @__PURE__ */
|
|
3244
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2946
3245
|
fillRule: "evenodd",
|
|
2947
3246
|
clipRule: "evenodd",
|
|
2948
3247
|
d: "M9.5395 10.7958a1.1106 1.1106 0 0 0 .5556-.9625c0-.6136-.4974-1.111-1.111-1.111-.6137 0-1.1112.4974-1.1112 1.111 0 .4113.2234.7704.5555.9625V11.5a.5556.5556 0 0 0 1.1111 0v-.7042Z",
|
|
2949
3248
|
fill: "#fff"
|
|
2950
3249
|
}),
|
|
2951
|
-
/* @__PURE__ */
|
|
3250
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2952
3251
|
fillRule: "evenodd",
|
|
2953
3252
|
clipRule: "evenodd",
|
|
2954
3253
|
d: "M8.984 8.9222a.9111.9111 0 0 0-.4554 1.7005l.0998.0577V11.5a.3556.3556 0 1 0 .7111 0v-.8195l.0999-.0578a.9111.9111 0 0 0-.4554-1.7005Zm-1.3111.9111c0-.724.587-1.311 1.311-1.311.7242 0 1.3112.587 1.3112 1.311 0 .4431-.2198.8345-.5556 1.0717v.595a.7556.7556 0 1 1-1.511 0v-.5951a1.3096 1.3096 0 0 1-.5556-1.0716Z",
|
|
2955
3254
|
fill: "#528693"
|
|
2956
3255
|
}),
|
|
2957
|
-
/* @__PURE__ */
|
|
3256
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2958
3257
|
d: "M5.984 6.5c0-.0217.0003-2.2656.0008-2.2873.018-.7131.3318-1.3935.8779-1.8991C7.4253 1.7926 8.1883 1.5 8.984 1.5c.7956 0 1.5587.2927 2.1213.8136.5502.5094.8646 1.1963.8782 1.9154.0003.0162.0005 2.2547.0005 2.271h-.5761c0-.0163-.0002-2.2548-.0006-2.271-.0136-.5776-.2672-1.1288-.7094-1.5382-.4545-.4209-1.071-.6574-1.714-.6574-.6428 0-1.2593.2365-1.7139.6574-.438.4055-.692.9503-.7099 1.5219-.0007.0217 0 2.2656 0 2.2873H5.984Z",
|
|
2959
3258
|
fill: "#fff"
|
|
2960
3259
|
}),
|
|
2961
|
-
/* @__PURE__ */
|
|
3260
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2962
3261
|
fillRule: "evenodd",
|
|
2963
3262
|
clipRule: "evenodd",
|
|
2964
3263
|
d: "M5.584 6.9v-.4c0-.0152.0002-2.269.001-2.2974.0208-.8257.3842-1.6069 1.006-2.1825C7.2304 1.4279 8.0917 1.1 8.984 1.1c.8922 0 1.7535.3279 2.3931.92.6264.5801.9906 1.3688 1.0064 2.2014.0004.0213.0005 2.2672.0005 2.2786v.4h-1.3761l-.0003-2.3115-.0002-.2514v-.0988c-.0109-.4646-.2149-.9148-.5812-1.254-.3776-.3497-.896-.5509-1.4422-.5509-.5463 0-1.0646.2013-1.4422.5509-.3632.3363-.5675.7814-.5819 1.2409v.351L6.96 6.9H5.584Zm5.8239-.4c0-.0164-.0002-2.2548-.0006-2.271-.0135-.5776-.2672-1.1288-.7094-1.5382-.4545-.421-1.071-.6574-1.7139-.6574-.6428 0-1.2594.2365-1.714.6574-.438.4055-.692.9503-.7099 1.5219-.0005.016-.0002 1.2357 0 1.8873v.4H5.984a7505.9164 7505.9164 0 0 1 .0008-2.2873c.018-.7131.3319-1.3935.8779-1.8991C7.4253 1.7926 8.1883 1.5 8.984 1.5c.7957 0 1.5587.2927 2.1213.8136.5502.5094.8646 1.1963.8782 1.9154.0003.0119.0004 1.2224.0005 1.871v.4h-.5761Z",
|
|
@@ -2970,10 +3269,10 @@ var LockClosed = forwardRef57((delegated, ref) => {
|
|
|
2970
3269
|
LockClosed.displayName = "LockClosedIcon";
|
|
2971
3270
|
|
|
2972
3271
|
// src/iconography/lock-open.tsx
|
|
2973
|
-
import { forwardRef as
|
|
2974
|
-
import { jsx as
|
|
2975
|
-
var LockOpen =
|
|
2976
|
-
return /* @__PURE__ */
|
|
3272
|
+
import { forwardRef as forwardRef59 } from "react";
|
|
3273
|
+
import { jsx as jsx65, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3274
|
+
var LockOpen = forwardRef59((delegated, ref) => {
|
|
3275
|
+
return /* @__PURE__ */ jsxs56("svg", {
|
|
2977
3276
|
ref,
|
|
2978
3277
|
width: "20",
|
|
2979
3278
|
height: "20",
|
|
@@ -2981,35 +3280,35 @@ var LockOpen = forwardRef58((delegated, ref) => {
|
|
|
2981
3280
|
viewBox: "0 0 20 20",
|
|
2982
3281
|
...delegated,
|
|
2983
3282
|
children: [
|
|
2984
|
-
/* @__PURE__ */
|
|
3283
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2985
3284
|
fill: "#BFF6F8",
|
|
2986
3285
|
d: "M5.045 9.758c0-.593.48-1.074 1.073-1.074h8.588c.593 0 1.073.48 1.073 1.074v6.44c0 .593-.48 1.074-1.073 1.074H6.118c-.592 0-1.073-.481-1.073-1.074v-6.44Z"
|
|
2987
3286
|
}),
|
|
2988
|
-
/* @__PURE__ */
|
|
3287
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2989
3288
|
fill: "#528693",
|
|
2990
3289
|
fillRule: "evenodd",
|
|
2991
3290
|
d: "M14.706 9.113H6.118a.644.644 0 0 0-.644.645v6.44c0 .356.289.644.644.644h8.588a.644.644 0 0 0 .644-.644v-6.44a.644.644 0 0 0-.644-.645Zm-8.588-.429c-.592 0-1.073.48-1.073 1.074v6.44c0 .593.48 1.074 1.073 1.074h8.588c.593 0 1.073-.481 1.073-1.074v-6.44c0-.593-.48-1.074-1.073-1.074H6.118Z",
|
|
2992
3291
|
clipRule: "evenodd"
|
|
2993
3292
|
}),
|
|
2994
|
-
/* @__PURE__ */
|
|
3293
|
+
/* @__PURE__ */ jsxs56("g", {
|
|
2995
3294
|
fillRule: "evenodd",
|
|
2996
3295
|
clipRule: "evenodd",
|
|
2997
3296
|
children: [
|
|
2998
|
-
/* @__PURE__ */
|
|
3297
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2999
3298
|
fill: "#fff",
|
|
3000
3299
|
d: "M11.01 13.296a1.192 1.192 0 1 0-1.193 0v.756a.596.596 0 0 0 1.193 0v-.756Z"
|
|
3001
3300
|
}),
|
|
3002
|
-
/* @__PURE__ */
|
|
3301
|
+
/* @__PURE__ */ jsx65("path", {
|
|
3003
3302
|
fill: "#528693",
|
|
3004
3303
|
d: "M10.413 11.284a.978.978 0 0 0-.489 1.826l.108.062v.88a.382.382 0 1 0 .763 0v-.88l.107-.062a.978.978 0 0 0-.489-1.826Zm-1.407.978a1.407 1.407 0 1 1 2.218 1.15v.64a.811.811 0 1 1-1.622 0v-.64a1.406 1.406 0 0 1-.596-1.15Z"
|
|
3005
3304
|
})
|
|
3006
3305
|
]
|
|
3007
3306
|
}),
|
|
3008
|
-
/* @__PURE__ */
|
|
3307
|
+
/* @__PURE__ */ jsx65("path", {
|
|
3009
3308
|
fill: "#fff",
|
|
3010
3309
|
d: "m12.718 8.882.001-1.314a3.054 3.054 0 0 1 .832-2.038 2.776 2.776 0 0 1 2.01-.874c.753 0 1.476.315 2.009.874.521.547.819 1.284.832 2.056v1.296h-.545l-.001-1.296a2.468 2.468 0 0 0-.672-1.651 2.243 2.243 0 0 0-1.624-.706c-.609 0-1.193.254-1.623.706a2.468 2.468 0 0 0-.673 1.633v1.314h-.546Z"
|
|
3011
3310
|
}),
|
|
3012
|
-
/* @__PURE__ */
|
|
3311
|
+
/* @__PURE__ */ jsx65("path", {
|
|
3013
3312
|
fill: "#528693",
|
|
3014
3313
|
fillRule: "evenodd",
|
|
3015
3314
|
d: "M12.34 9.104V7.557a3.51 3.51 0 0 1 .952-2.343 3.132 3.132 0 0 1 2.267-.987c.846 0 1.662.352 2.267.987.594.623.939 1.47.954 2.363l.001 1.097v.43h-1.303l-.002-1.133v-.376a2.012 2.012 0 0 0-.55-1.346 1.887 1.887 0 0 0-1.367-.591c-.517 0-1.008.216-1.366.591a2.013 2.013 0 0 0-.551 1.332v1.523H12.34Zm5.517-.43-.002-1.089a2.469 2.469 0 0 0-.672-1.65 2.243 2.243 0 0 0-1.624-.706c-.609 0-1.193.253-1.623.705a2.468 2.468 0 0 0-.673 1.634v.677l.001.374v.055h-.546V7.568a3.055 3.055 0 0 1 .832-2.039 2.776 2.776 0 0 1 2.01-.873c.753 0 1.476.314 2.009.873.521.547.82 1.285.832 2.056 0 .013.001-.036.001.66v.43h-.546Z",
|
|
@@ -3021,11 +3320,11 @@ var LockOpen = forwardRef58((delegated, ref) => {
|
|
|
3021
3320
|
LockOpen.displayName = "LockOpenIcon";
|
|
3022
3321
|
|
|
3023
3322
|
// src/iconography/magnifier.tsx
|
|
3024
|
-
import { forwardRef as
|
|
3025
|
-
import { jsx as
|
|
3026
|
-
var Magnifier =
|
|
3323
|
+
import { forwardRef as forwardRef60 } from "react";
|
|
3324
|
+
import { jsx as jsx66, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3325
|
+
var Magnifier = forwardRef60(
|
|
3027
3326
|
({ width = 22, height = 23, ...rest }, ref) => {
|
|
3028
|
-
return /* @__PURE__ */
|
|
3327
|
+
return /* @__PURE__ */ jsxs57("svg", {
|
|
3029
3328
|
ref,
|
|
3030
3329
|
width,
|
|
3031
3330
|
height,
|
|
@@ -3034,21 +3333,21 @@ var Magnifier = forwardRef59(
|
|
|
3034
3333
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3035
3334
|
...rest,
|
|
3036
3335
|
children: [
|
|
3037
|
-
/* @__PURE__ */
|
|
3336
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3038
3337
|
d: "M19.02 9.531a6.238 6.238 0 1 1-12.476 0 6.238 6.238 0 0 1 12.476 0Z",
|
|
3039
3338
|
fill: "#fff"
|
|
3040
3339
|
}),
|
|
3041
|
-
/* @__PURE__ */
|
|
3340
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3042
3341
|
d: "M18.023 14.86c2.913-2.914 2.913-7.655 0-10.568-2.914-2.914-7.654-2.914-10.568 0a7.327 7.327 0 0 0-1.124 9.018s.124.208-.043.375l-3.813 3.812c-.759.759-.94 1.82-.266 2.493l.116.116c.673.673 1.734.492 2.492-.267l3.805-3.804c.175-.175.382-.051.382-.051a7.327 7.327 0 0 0 9.019-1.124Zm-9.188-1.38a5.528 5.528 0 0 1 0-7.808 5.528 5.528 0 0 1 7.808 0 5.528 5.528 0 0 1 0 7.808 5.528 5.528 0 0 1-7.808 0Z",
|
|
3043
3342
|
fill: "#BFF6F8"
|
|
3044
3343
|
}),
|
|
3045
|
-
/* @__PURE__ */
|
|
3344
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3046
3345
|
fillRule: "evenodd",
|
|
3047
3346
|
clipRule: "evenodd",
|
|
3048
3347
|
d: "M6.288 13.685c.167-.167.043-.375.043-.375a7.327 7.327 0 0 1 1.124-9.018c2.914-2.914 7.654-2.914 10.568 0 2.913 2.913 2.913 7.654 0 10.568a7.327 7.327 0 0 1-9.019 1.124s-.207-.124-.382.051L4.817 19.84c-.758.758-1.82.939-2.492.266l-.116-.116c-.673-.673-.493-1.734.266-2.493l3.813-3.812ZM1.9 20.53l-.115-.115c-1.001-1.001-.621-2.455.266-3.342l3.651-3.651a7.925 7.925 0 0 1 1.329-9.554c3.148-3.148 8.268-3.148 11.416 0 3.148 3.148 3.148 8.268 0 11.416a7.925 7.925 0 0 1-9.554 1.329l-3.65 3.65c-.888.887-2.342 1.268-3.343.267ZM16.22 6.096a4.928 4.928 0 0 0-6.96 0 4.928 4.928 0 0 0 0 6.96 4.928 4.928 0 0 0 6.96 0 4.928 4.928 0 0 0 0-6.96Zm.424 7.384a5.528 5.528 0 0 0 0-7.808 5.528 5.528 0 0 0-7.808 0 5.528 5.528 0 0 0 0 7.808 5.528 5.528 0 0 0 7.808 0Z",
|
|
3049
3348
|
fill: "#528693"
|
|
3050
3349
|
}),
|
|
3051
|
-
/* @__PURE__ */
|
|
3350
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3052
3351
|
d: "M9.312 9.453a.77.77 0 0 1-.3-.061c-.393-.166-.576-.349-.41-.741a4.86 4.86 0 0 1 6.363-2.58c.392.167.576.35.41.742a.771.771 0 0 1-1.011.41 3.316 3.316 0 0 0-4.342 1.76.771.771 0 0 1-.71.47Z",
|
|
3053
3352
|
fill: "#528693"
|
|
3054
3353
|
})
|
|
@@ -3059,37 +3358,37 @@ var Magnifier = forwardRef59(
|
|
|
3059
3358
|
Magnifier.displayName = "Magnifier";
|
|
3060
3359
|
|
|
3061
3360
|
// src/iconography/multilingual.tsx
|
|
3062
|
-
import { forwardRef as
|
|
3063
|
-
import { jsx as
|
|
3064
|
-
var Multilingual =
|
|
3065
|
-
return /* @__PURE__ */
|
|
3361
|
+
import { forwardRef as forwardRef61 } from "react";
|
|
3362
|
+
import { jsx as jsx67, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3363
|
+
var Multilingual = forwardRef61((delegated, ref) => {
|
|
3364
|
+
return /* @__PURE__ */ jsxs58("svg", {
|
|
3066
3365
|
ref,
|
|
3067
3366
|
width: "34",
|
|
3068
3367
|
height: "34",
|
|
3069
3368
|
viewBox: "0 0 34 34",
|
|
3070
3369
|
...delegated,
|
|
3071
3370
|
children: [
|
|
3072
|
-
/* @__PURE__ */
|
|
3371
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3073
3372
|
d: "M30.5976 16.5063C30.5976 22.7593 24.5125 27.8369 16.992 27.8369C15.3044 27.8426 13.6268 27.577 12.0234 27.0503C11.952 27.0265 11.8752 27.0241 11.8025 27.0433L5.1736 28.8175C5.10596 28.8354 5.03481 28.8352 4.96726 28.817C4.8997 28.7988 4.83811 28.7631 4.78864 28.7137C4.73916 28.6642 4.70354 28.6026 4.68532 28.535C4.66711 28.4675 4.66694 28.3963 4.68483 28.3287L5.99721 23.423C6.01325 23.3614 6.01408 23.2968 5.99962 23.2348C5.98517 23.1729 5.95587 23.1153 5.91425 23.0672C4.31448 21.2536 3.42138 18.9245 3.39844 16.5063C3.39844 10.2452 9.48757 5.16759 16.992 5.16759C24.4965 5.16759 30.5976 10.2452 30.5976 16.5063Z",
|
|
3074
3373
|
fill: "#bff6f8"
|
|
3075
3374
|
}),
|
|
3076
|
-
/* @__PURE__ */
|
|
3375
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3077
3376
|
d: "M30.0788 17.6827C29.8355 19.1578 29.2847 20.5653 28.4623 21.8139C27.64 23.0625 26.5643 24.1242 25.3051 24.9303C22.823 26.5558 19.918 27.4163 16.951 27.4051C15.4873 27.4097 14.0304 27.2061 12.6241 26.8004L12.3622 26.7214C12.2516 26.6814 12.1388 26.6481 12.0243 26.6215C11.7823 26.6191 11.5418 26.6608 11.3147 26.7444L10.2312 27.0373L8.06421 27.623L5.89723 28.2097L5.35448 28.3556L5.18756 28.4006C5.17204 28.4061 5.1551 28.4061 5.13958 28.4006C5.12437 28.394 5.11195 28.3823 5.10446 28.3676C5.09698 28.3528 5.0949 28.3358 5.0986 28.3197L5.21055 27.8999C5.6017 26.4452 5.99218 24.9889 6.382 23.5309C6.42538 23.3713 6.41769 23.2021 6.36001 23.0471C6.30518 22.92 6.22875 22.8034 6.13411 22.7023C6.02317 22.5674 5.91222 22.4314 5.80927 22.2895C5.59537 22.0116 5.40346 21.7158 5.21755 21.4169C4.85289 20.8119 4.55336 20.1699 4.32397 19.5018C3.81661 17.9497 3.71914 16.2928 4.04104 14.6919C4.36294 13.091 5.09325 11.6005 6.1611 10.3651C8.35449 7.87289 11.3774 6.2609 14.6691 5.82825C17.9548 5.31937 21.3168 5.89444 24.2466 7.46648C25.7034 8.20649 26.9747 9.26526 27.9661 10.5641C28.9574 11.863 29.6434 13.3686 29.9729 14.9689C30.1418 15.9755 30.3287 16.5032 30.5856 16.5062C30.7925 16.5162 31.0754 15.9415 30.8855 14.807C30.5415 13.0999 29.8235 11.4902 28.7831 10.0937C27.7427 8.69729 26.4057 7.54878 24.8683 6.73083C21.8707 5.07959 18.4283 4.41705 15.0319 4.83772C11.5245 5.19209 8.26109 6.79471 5.83626 9.35359C4.58424 10.7071 3.68694 12.3495 3.22448 14.1343C2.77278 16.0065 2.86396 17.9685 3.48736 19.7907C3.73717 20.5071 4.05971 21.196 4.44991 21.8467C4.64981 22.1686 4.85772 22.4874 5.09061 22.7923C5.20355 22.9472 5.3245 23.0981 5.44844 23.2471L5.5244 23.339V23.347L4.43991 27.3871L4.30498 27.8869C4.20395 28.1439 4.17897 28.4246 4.23301 28.6955C4.28122 28.8484 4.37045 28.9852 4.49099 29.0909C4.61154 29.1967 4.75878 29.2673 4.91669 29.2952C5.08104 29.3221 5.24952 29.3069 5.40646 29.2512L5.67133 29.1813L7.6614 28.6505L11.6595 27.582L11.9034 27.516L12.4032 27.673C12.7503 27.7743 13.1015 27.8635 13.4567 27.9408C17.2734 28.7656 21.2591 28.2062 24.7014 26.3626C26.2418 25.5246 27.598 24.3856 28.6895 23.0132C29.8845 21.5018 30.6559 19.6996 30.9244 17.7916C31.0374 16.0524 30.1918 16.1404 30.0788 17.6827Z",
|
|
3078
3377
|
fill: "#528693"
|
|
3079
3378
|
}),
|
|
3080
|
-
/* @__PURE__ */
|
|
3379
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3081
3380
|
d: "M5.13861 21.225C4.15137 19.5211 3.71269 17.5546 3.8822 15.5926C4.06884 13.6633 4.84617 11.8384 6.10815 10.3671C7.40438 8.89436 9.00803 7.72403 10.8059 6.93871C12.6149 6.1618 14.5535 5.73122 16.5212 5.66931C16.5838 5.66976 16.6459 5.65759 16.7036 5.63353C16.7614 5.60947 16.8137 5.57402 16.8575 5.52928C16.9013 5.48455 16.9356 5.43145 16.9584 5.37317C16.9812 5.31488 16.992 5.2526 16.9902 5.19004C16.9883 5.12748 16.9739 5.06593 16.9478 5.00906C16.9217 4.9522 16.8844 4.90118 16.8381 4.85906C16.7918 4.81693 16.7375 4.78457 16.6784 4.7639C16.6193 4.74323 16.5567 4.73468 16.4943 4.73875C14.4542 4.78872 12.4422 5.22559 10.5651 6.02614C8.57963 6.8682 6.81807 8.1619 5.42047 9.80437C4.14315 11.3274 3.31281 13.1746 3.0216 15.1409C2.7108 17.4061 3.19737 19.7089 4.39795 21.6548C4.67682 22.0896 5.3725 21.6258 5.13861 21.225Z",
|
|
3082
3381
|
fill: "#528693"
|
|
3083
3382
|
}),
|
|
3084
|
-
/* @__PURE__ */
|
|
3383
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3085
3384
|
d: "M29.6101 21.6668C30.7315 19.8193 31.2043 17.6504 30.9535 15.5037C30.6896 13.4243 29.8493 11.4602 28.5276 9.83341C27.1919 8.20648 25.4945 6.91407 23.5709 6.05918C21.6514 5.21908 19.5865 4.76109 17.4918 4.71082C17.4294 4.70673 17.3668 4.71526 17.3077 4.7359C17.2487 4.75653 17.1944 4.78885 17.1481 4.83092C17.1018 4.87299 17.0645 4.92395 17.0383 4.98077C17.0122 5.03758 16.9977 5.09908 16.9958 5.1616C16.9939 5.22412 17.0047 5.28638 17.0274 5.34467C17.0501 5.40295 17.0843 5.45606 17.128 5.50084C17.1716 5.54561 17.2239 5.58113 17.2816 5.60528C17.3393 5.62943 17.4013 5.6417 17.4638 5.64138C19.3885 5.69804 21.2859 6.11223 23.0592 6.8628C24.9123 7.6435 26.5528 8.85436 27.8449 10.3951C28.9933 11.7947 29.7429 13.478 30.0149 15.2678C30.3079 17.3291 29.9063 19.4293 28.8734 21.237C28.6405 21.6389 29.3362 22.1066 29.6101 21.6668Z",
|
|
3086
3385
|
fill: "#528693"
|
|
3087
3386
|
}),
|
|
3088
|
-
/* @__PURE__ */
|
|
3387
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3089
3388
|
d: "M15.0649 20.3634C15.2051 20.3177 15.3218 20.2188 15.3899 20.0879C15.4579 19.9571 15.4719 19.8048 15.4287 19.6637C15.1968 18.9411 14.913 18.2374 14.6781 17.5127C14.5241 17.037 14.3782 16.5592 14.2273 16.0814C14.0034 15.3587 13.7825 14.736 13.5536 14.0184C13.4357 13.6505 13.315 13.2841 13.1918 12.9189C13.0618 12.5361 13.0328 12.1822 12.609 12.0033C12.4383 11.9148 12.2407 11.8931 12.0549 11.9427C11.8691 11.9922 11.7085 12.1094 11.6045 12.2712C11.3876 12.771 11.2477 13.3217 11.0718 13.8385C10.4001 15.8155 9.79137 17.4368 9.04372 19.5927C9.01923 19.6636 9.00901 19.7386 9.01367 19.8135C9.01832 19.8883 9.03775 19.9615 9.07083 20.0287C9.10392 20.096 9.15 20.1561 9.20642 20.2055C9.26284 20.2548 9.32848 20.2925 9.39956 20.3164L9.49951 20.3494C9.57019 20.373 9.64484 20.3825 9.71918 20.3773C9.79353 20.372 9.86611 20.3522 9.93277 20.3188C9.99943 20.2855 10.0589 20.2394 10.1077 20.183C10.1565 20.1267 10.1937 20.0613 10.2172 19.9906C10.3581 19.5748 10.494 19.165 10.631 18.7521L13.8115 18.7282C13.9554 19.133 14.1113 19.5608 14.3052 20.0445C14.3585 20.1798 14.4614 20.2896 14.593 20.3513C14.7247 20.413 14.8749 20.422 15.0129 20.3764L15.0649 20.3634ZM11.0468 17.5117C11.1657 17.1619 11.2887 16.8021 11.4216 16.4272C11.7275 15.5586 11.9843 14.837 12.2512 13.9664C12.5171 14.76 12.787 15.5656 13.0708 16.4652C13.1918 16.851 13.3037 17.2089 13.4177 17.5647L11.0468 17.5117Z",
|
|
3090
3389
|
fill: "#528693"
|
|
3091
3390
|
}),
|
|
3092
|
-
/* @__PURE__ */
|
|
3391
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3093
3392
|
d: "M24.7824 12.9239C23.8978 12.9239 23.0382 12.9239 22.0886 12.9139L22.1086 12.1842C22.1112 12.1028 22.0973 12.0216 22.0677 11.9457C22.0382 11.8697 21.9936 11.8005 21.9367 11.7422C21.8798 11.6838 21.8116 11.6376 21.7364 11.6062C21.6612 11.5748 21.5804 11.559 21.4989 11.5595H21.4789C21.3213 11.56 21.17 11.6218 21.0571 11.7319C20.9442 11.842 20.8786 11.9917 20.8742 12.1493L20.8542 12.8939C19.9247 12.8739 19.3249 12.8489 18.3004 12.8639C18.1405 12.8666 17.9879 12.9319 17.8757 13.046C17.7635 13.1601 17.7007 13.3137 17.7007 13.4736V13.5136C17.7 13.5932 17.7152 13.6722 17.7454 13.7458C17.7755 13.8195 17.8201 13.8864 17.8763 13.9427C17.9326 13.999 17.9996 14.0435 18.0732 14.0737C18.1469 14.1038 18.2258 14.119 18.3054 14.1183L23.0032 14.1483C22.6715 15.3649 22.0008 16.4621 21.0691 17.3118H21.0591C20.7793 17.002 20.5094 16.6871 20.2645 16.3573C20.1745 16.2423 20.0846 16.1224 20.0046 15.9975C19.9846 15.9675 19.9646 15.9425 19.9446 15.9125C19.8602 15.7881 19.7318 15.7004 19.5853 15.667C19.4387 15.6336 19.285 15.6571 19.155 15.7326L19.105 15.7626C19.0343 15.8035 18.9727 15.8585 18.924 15.9241C18.8752 15.9898 18.8405 16.0647 18.8217 16.1442C18.803 16.2238 18.8008 16.3063 18.8151 16.3868C18.8294 16.4673 18.8601 16.544 18.9051 16.6122C18.9651 16.6971 19.0201 16.7871 19.0851 16.872C19.1139 16.9174 19.1456 16.9608 19.18 17.002C19.27 17.1269 19.3649 17.2519 19.4649 17.3718C19.6648 17.6167 19.8747 17.8516 20.1046 18.0865C19.5192 18.5204 18.8912 18.8938 18.2305 19.201C18.0989 19.2641 17.9948 19.373 17.9378 19.5073C17.8807 19.6416 17.8746 19.7921 17.9206 19.9306L17.9506 20.0206C18.0129 20.1654 18.1291 20.2803 18.2746 20.3409C18.4201 20.4016 18.5835 20.4032 18.7302 20.3454C19.3476 20.0762 19.934 19.7411 20.4794 19.3459C20.5744 19.2809 20.6643 19.2159 20.7493 19.146C20.8342 19.076 20.9292 19.011 21.0191 18.9361C21.2041 19.086 21.379 19.2309 21.5589 19.3609C21.6488 19.4308 21.7388 19.4958 21.8338 19.5608C21.8937 19.6008 21.9537 19.6457 22.0187 19.6807C22.1136 19.7457 22.2186 19.8057 22.3185 19.8606C22.3885 19.9006 22.4635 19.9406 22.5384 19.9806C22.6484 20.0356 22.7633 20.0905 22.8783 20.1455C23.0628 20.2308 23.2628 20.3108 23.478 20.3854C23.6245 20.4331 23.7838 20.4216 23.922 20.3534C24.0602 20.2853 24.1663 20.1658 24.2176 20.0206C24.2692 19.8795 24.266 19.7242 24.2087 19.5854C24.1513 19.4466 24.0439 19.3344 23.9078 19.2709C23.1936 18.9883 22.5211 18.6101 21.9087 18.1464C21.9687 18.0865 22.0337 18.0365 22.0886 17.9765C22.6101 17.4487 23.068 16.8617 23.453 16.2273C23.833 15.5983 24.0907 14.9031 24.2126 14.1783C24.2126 14.1783 24.2126 14.1783 24.2226 14.1783C24.4075 14.1783 24.5925 14.1783 24.7774 14.1783C24.9389 14.1778 25.0937 14.1134 25.2079 13.9991C25.3222 13.8849 25.3866 13.7301 25.3871 13.5686V13.5336C25.3884 13.4536 25.3737 13.3741 25.3439 13.2999C25.314 13.2256 25.2696 13.1581 25.2133 13.1013C25.1569 13.0445 25.0897 12.9995 25.0157 12.969C24.9417 12.9386 24.8624 12.9232 24.7824 12.9239Z",
|
|
3094
3393
|
fill: "#528693"
|
|
3095
3394
|
})
|
|
@@ -3099,10 +3398,10 @@ var Multilingual = forwardRef60((delegated, ref) => {
|
|
|
3099
3398
|
Multilingual.displayName = "MultilingualIcon";
|
|
3100
3399
|
|
|
3101
3400
|
// src/iconography/mushroom.tsx
|
|
3102
|
-
import { forwardRef as
|
|
3103
|
-
import { jsx as
|
|
3104
|
-
var Mushroom =
|
|
3105
|
-
return /* @__PURE__ */
|
|
3401
|
+
import { forwardRef as forwardRef62 } from "react";
|
|
3402
|
+
import { jsx as jsx68, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3403
|
+
var Mushroom = forwardRef62((delegated, ref) => {
|
|
3404
|
+
return /* @__PURE__ */ jsxs59("svg", {
|
|
3106
3405
|
ref,
|
|
3107
3406
|
width: "22",
|
|
3108
3407
|
height: "22",
|
|
@@ -3110,61 +3409,61 @@ var Mushroom = forwardRef61((delegated, ref) => {
|
|
|
3110
3409
|
fill: "none",
|
|
3111
3410
|
...delegated,
|
|
3112
3411
|
children: [
|
|
3113
|
-
/* @__PURE__ */
|
|
3412
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3114
3413
|
fill: "#fff",
|
|
3115
3414
|
d: "m6.102 13.239 2.683 1.042 6.438-.722s.33 3.881-1.237 4.711c-1.71.906-6.004.714-6.976-.83-1.092-1.735-.908-4.201-.908-4.201Z"
|
|
3116
3415
|
}),
|
|
3117
|
-
/* @__PURE__ */
|
|
3416
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3118
3417
|
fill: "#468695",
|
|
3119
3418
|
fillRule: "evenodd",
|
|
3120
3419
|
d: "m5.564 12.386 3.301 1.283 6.904-.775.052.614-.598.051-6.438.722-2.683-1.042-.598-.045.06-.808Zm.53 1.493c-.01-.393.008-.64.008-.64l-.598-.045v.012l-.002.026a8.228 8.228 0 0 0-.01.419c-.002.275.01.66.058 1.103.095.873.337 2.027.953 3.006.34.541.928.905 1.549 1.147.632.247 1.371.397 2.115.464 1.46.133 3.096-.04 4.1-.57.572-.304.917-.854 1.132-1.397.217-.551.33-1.174.39-1.738a12.514 12.514 0 0 0 .036-2.106l-.003-.037V13.51l-.001-.002-.598.051c0 .003.02.237.027.601.02 1.123-.082 3.484-1.264 4.11-1.71.906-6.004.714-6.976-.83-.746-1.185-.896-2.713-.917-3.561Z",
|
|
3121
3420
|
clipRule: "evenodd"
|
|
3122
3421
|
}),
|
|
3123
|
-
/* @__PURE__ */
|
|
3422
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3124
3423
|
fill: "#FFA1DB",
|
|
3125
3424
|
d: "M17.618 9.944c0 3.195-3.875 4.271-6.712 4.271-5.683 0-6.976-2.556-6.976-4.512 0-2.837 4.138-7.1 6.976-7.1 2.837 0 6.712 3.22 6.712 7.34Z"
|
|
3126
3425
|
}),
|
|
3127
|
-
/* @__PURE__ */
|
|
3426
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3128
3427
|
fill: "#468695",
|
|
3129
3428
|
fillRule: "evenodd",
|
|
3130
3429
|
d: "M15.596 13.813c-1.433.724-3.212 1.002-4.69 1.002-2.921 0-4.827-.656-6.009-1.666-1.195-1.022-1.567-2.334-1.567-3.446 0-.845.304-1.744.763-2.592.463-.854 1.104-1.697 1.832-2.441.727-.744 1.555-1.403 2.399-1.879.837-.472 1.731-.788 2.582-.788 1.622 0 3.444.905 4.843 2.3 1.411 1.407 2.469 3.388 2.469 5.64 0 1.9-1.174 3.139-2.622 3.87Zm-4.69.402c2.837 0 6.712-1.076 6.712-4.271 0-4.122-3.875-7.34-6.712-7.34-2.838 0-6.976 4.262-6.976 7.1 0 1.954 1.293 4.511 6.976 4.511Z",
|
|
3131
3430
|
clipRule: "evenodd"
|
|
3132
3431
|
}),
|
|
3133
|
-
/* @__PURE__ */
|
|
3432
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3134
3433
|
fill: "#fff",
|
|
3135
3434
|
d: "M4.06 8.155c3.643 2.103 2.76 4.098 1.826 5.403 0 0-.953-.59-1.365-1.153a4.633 4.633 0 0 1-.865-2.058c-.147-.933.404-2.192.404-2.192Z"
|
|
3136
3435
|
}),
|
|
3137
|
-
/* @__PURE__ */
|
|
3436
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3138
3437
|
fill: "#468695",
|
|
3139
3438
|
fillRule: "evenodd",
|
|
3140
3439
|
d: "M4.279 12.582a4.933 4.933 0 0 1-.92-2.189c-.083-.53.032-1.13.154-1.572a6.909 6.909 0 0 1 .264-.769l.005-.012.002-.004c0-.001 0-.002.276.119l-.276-.12.135-.308.29.168c1.86 1.073 2.643 2.164 2.778 3.223.133 1.044-.382 1.95-.857 2.615l-.163.228-.239-.148-.003-.002-.01-.006-.033-.02a8.67 8.67 0 0 1-.505-.352c-.293-.222-.664-.532-.898-.851Zm1.527.563c.383-.584.676-1.244.586-1.951-.095-.745-.63-1.637-2.18-2.599-.038.11-.08.241-.12.386-.117.42-.203.918-.14 1.32.112.713.382 1.34.811 1.926.179.244.49.51.776.726.097.073.189.139.267.192Z",
|
|
3141
3440
|
clipRule: "evenodd"
|
|
3142
3441
|
}),
|
|
3143
|
-
/* @__PURE__ */
|
|
3442
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3144
3443
|
fill: "#fff",
|
|
3145
3444
|
d: "M15.12 13.599c-1.09-4.064.945-4.85 2.529-5.113 0 0 .348 1.312.24 2.002-.118.764-.389 1.176-.843 1.8-.556.764-1.927 1.311-1.927 1.311Z"
|
|
3146
3445
|
}),
|
|
3147
|
-
/* @__PURE__ */
|
|
3446
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3148
3447
|
fill: "#468695",
|
|
3149
3448
|
fillRule: "evenodd",
|
|
3150
3449
|
d: "M18.186 10.534c-.13.837-.436 1.296-.898 1.931-.317.436-.847.79-1.267 1.026a7.779 7.779 0 0 1-.772.379l-.013.005-.004.002-.113-.278.112.278-.314.126-.088-.326c-.555-2.074-.337-3.4.316-4.243.644-.833 1.65-1.11 2.454-1.244l.27-.044.07.263v.005l.004.012.011.045.04.163c.031.138.073.329.11.542.074.414.144.959.082 1.358Zm-.763-1.7c-.688.141-1.365.4-1.804.967-.46.594-.712 1.602-.296 3.378.116-.056.255-.127.404-.21.405-.229.838-.53 1.076-.857.448-.615.683-.98.79-1.67.045-.29-.006-.746-.08-1.161-.03-.17-.062-.325-.09-.448Z",
|
|
3151
3450
|
clipRule: "evenodd"
|
|
3152
3451
|
}),
|
|
3153
|
-
/* @__PURE__ */
|
|
3452
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3154
3453
|
fill: "#fff",
|
|
3155
3454
|
d: "M13.758 3.166C10.783 6.141 8.7 4.81 7.68 3.57c0 0 1.192-.774 1.843-1.027.72-.279 1.269-.29 2.037-.21.938.1 2.197.834 2.197.834Z"
|
|
3156
3455
|
}),
|
|
3157
|
-
/* @__PURE__ */
|
|
3456
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3158
3457
|
fill: "#468695",
|
|
3159
3458
|
fillRule: "evenodd",
|
|
3160
3459
|
d: "M9.416 2.263c.78-.303 1.382-.313 2.177-.229.519.055 1.104.28 1.542.48a10.064 10.064 0 0 1 .713.359l.044.024.012.007.004.002.337.197-.275.275c-1.527 1.527-2.877 1.998-4.018 1.868-1.13-.128-1.969-.837-2.503-1.486l-.213-.26.281-.183.004-.002.01-.007.04-.025a20.263 20.263 0 0 1 .634-.39c.379-.225.86-.494 1.21-.63ZM8.139 3.634c.47.493 1.103.927 1.88 1.016.838.095 1.919-.202 3.234-1.414a9.412 9.412 0 0 0-.366-.176c-.426-.193-.939-.385-1.358-.429-.741-.079-1.237-.065-1.896.191-.3.116-.741.36-1.122.586-.138.083-.266.16-.372.226Z",
|
|
3161
3460
|
clipRule: "evenodd"
|
|
3162
3461
|
}),
|
|
3163
|
-
/* @__PURE__ */
|
|
3462
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3164
3463
|
fill: "#fff",
|
|
3165
3464
|
d: "M12.719 9.265c0 .918-.549 2.113-1.492 2.113s-1.924-1.195-1.924-2.113c0-.92-.055-1.88.888-1.88.943 0 2.528.96 2.528 1.88Z"
|
|
3166
3465
|
}),
|
|
3167
|
-
/* @__PURE__ */
|
|
3466
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3168
3467
|
fill: "#468695",
|
|
3169
3468
|
fillRule: "evenodd",
|
|
3170
3469
|
d: "M12.837 10.98c-.316.513-.852.998-1.61.998-.713 0-1.345-.436-1.766-.916-.426-.485-.758-1.148-.758-1.797V9.12c-.002-.394-.005-.9.115-1.31.073-.248.205-.52.457-.725.257-.211.575-.3.916-.3.634 0 1.384.304 1.959.7.295.205.576.454.788.739.21.281.38.637.38 1.04 0 .563-.163 1.202-.48 1.716Zm-1.61.398c.943 0 1.492-1.195 1.492-2.113 0-.92-1.585-1.88-2.528-1.88-.893 0-.89.863-.888 1.735v.145c0 .918.98 2.113 1.924 2.113ZM10.913 15.51c.237 0 .43.134.43.3v.966c0 .166-.193.3-.43.3-.238 0-.43-.134-.43-.3v-.966c0-.166.192-.3.43-.3ZM13.815 15.158c.238 0 .43.135.43.3v.966c0 .166-.192.3-.43.3-.237 0-.43-.134-.43-.3v-.966c0-.165.193-.3.43-.3Z",
|
|
@@ -3176,10 +3475,10 @@ var Mushroom = forwardRef61((delegated, ref) => {
|
|
|
3176
3475
|
Mushroom.displayName = "MushroomIcon";
|
|
3177
3476
|
|
|
3178
3477
|
// src/iconography/nail-polish.tsx
|
|
3179
|
-
import { forwardRef as
|
|
3180
|
-
import { jsx as
|
|
3181
|
-
var NailPolish =
|
|
3182
|
-
return /* @__PURE__ */
|
|
3478
|
+
import { forwardRef as forwardRef63 } from "react";
|
|
3479
|
+
import { jsx as jsx69, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3480
|
+
var NailPolish = forwardRef63((delegated, ref) => {
|
|
3481
|
+
return /* @__PURE__ */ jsxs60("svg", {
|
|
3183
3482
|
ref,
|
|
3184
3483
|
width: "12",
|
|
3185
3484
|
height: "16",
|
|
@@ -3188,67 +3487,67 @@ var NailPolish = forwardRef62((delegated, ref) => {
|
|
|
3188
3487
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3189
3488
|
...delegated,
|
|
3190
3489
|
children: [
|
|
3191
|
-
/* @__PURE__ */
|
|
3490
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3192
3491
|
d: "M.8573 9.7059H.4287v-.8824c0-.4873.3838-.8823.8571-.8823h4.2858c.4734 0 .8571.395.8571.8823v.8824h-.4286V15H.8573V9.7059Z",
|
|
3193
3492
|
fill: "#BFF6F8"
|
|
3194
3493
|
}),
|
|
3195
|
-
/* @__PURE__ */
|
|
3494
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3196
3495
|
fillRule: "evenodd",
|
|
3197
3496
|
clipRule: "evenodd",
|
|
3198
3497
|
d: "M1.3716 9.1765v5.2941h4.1143V9.1765h.4285v-.353c0-.195-.1535-.353-.3428-.353H1.2858c-.1893 0-.3428.158-.3428.353v.353h.4286ZM6 9.7059h.4286v-.8824c0-.4873-.3837-.8823-.8571-.8823H1.2858c-.4733 0-.857.395-.857.8823v.8824h.4285V15H6V9.7059Z",
|
|
3199
3498
|
fill: "#528693"
|
|
3200
3499
|
}),
|
|
3201
|
-
/* @__PURE__ */
|
|
3500
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3202
3501
|
d: "M1.2856 6.6176c0-.4873.3838-.8823.8572-.8823h2.5714c.4734 0 .8572.395.8572.8823v1.7648H1.2856V6.6176Z",
|
|
3203
3502
|
fill: "#BFF6F8"
|
|
3204
3503
|
}),
|
|
3205
|
-
/* @__PURE__ */
|
|
3504
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3206
3505
|
fillRule: "evenodd",
|
|
3207
3506
|
clipRule: "evenodd",
|
|
3208
3507
|
d: "M4.7142 6.2647H2.1428c-.1894 0-.3429.158-.3429.353v1.2352h3.2572V6.6176c0-.1949-.1535-.3529-.3429-.3529Zm-2.5714-.5294c-.4734 0-.8572.395-.8572.8823v1.7648h4.2858V6.6176c0-.4873-.3838-.8823-.8572-.8823H2.1428Z",
|
|
3209
3508
|
fill: "#528693"
|
|
3210
3509
|
}),
|
|
3211
|
-
/* @__PURE__ */
|
|
3510
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3212
3511
|
d: "M1.7144.6228c0-.344.2708-.6228.605-.6228 1.5594 0 2.8235 1.3013 2.8235 2.9066v3.2699H1.7144V.6228Z",
|
|
3213
3512
|
fill: "#FFCCEC"
|
|
3214
3513
|
}),
|
|
3215
|
-
/* @__PURE__ */
|
|
3514
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3216
3515
|
fillRule: "evenodd",
|
|
3217
3516
|
clipRule: "evenodd",
|
|
3218
3517
|
d: "M2.2286 5.647h2.4V2.9067c0-1.3129-1.0338-2.3772-2.3092-2.3772a.0921.0921 0 0 0-.0908.0934v5.0243ZM2.3194 0c-.3342 0-.605.2789-.605.6228v5.5537h3.4285v-3.27C5.143 1.3014 3.8788 0 2.3194 0Z",
|
|
3219
3518
|
fill: "#528693"
|
|
3220
3519
|
}),
|
|
3221
|
-
/* @__PURE__ */
|
|
3520
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3222
3521
|
fillRule: "evenodd",
|
|
3223
3522
|
clipRule: "evenodd",
|
|
3224
3523
|
d: "M2.4626 1.9929c-.432-.5148-.5769-1.1307-.5769-1.5517H2.4c0 .3142.1124.8013.4518 1.2056.3313.3947.8997.7355 1.8625.7355v.5295c-1.0943 0-1.8116-.3945-2.2517-.9189Z",
|
|
3225
3524
|
fill: "#528693"
|
|
3226
3525
|
}),
|
|
3227
|
-
/* @__PURE__ */
|
|
3526
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3228
3527
|
d: "M4.8708 8.6772c.245-.9414 1.185-1.5 2.0995-1.2478l2.4838.6851c.9145.2523 1.4573 1.22 1.2122 2.1613l-1.2201 4.6876c-.1225.4707-.5925.75-1.0498.6239l-4.1397-1.1418c-.4573-.1262-.7286-.61-.606-1.0807l1.22-4.6876Z",
|
|
3229
3528
|
fill: "#FFCCEC"
|
|
3230
3529
|
}),
|
|
3231
|
-
/* @__PURE__ */
|
|
3530
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3232
3531
|
fillRule: "evenodd",
|
|
3233
3532
|
clipRule: "evenodd",
|
|
3234
3533
|
d: "m9.321 8.6259-2.4838-.6851c-.6401-.1766-1.2981.2145-1.4697.8734l-1.2201 4.6876c-.049.1883.0595.3818.2424.4323l4.1397 1.1418c.1829.0505.3709-.0612.42-.2495l1.2201-4.6876c.1715-.659-.2084-1.3363-.8486-1.513ZM6.9703 7.4294c-.9145-.2523-1.8545.3064-2.0995 1.2478l-1.2202 4.6876c-.1225.4707.1489.9545.6061 1.0807l4.1397 1.1418c.4573.1261.9273-.1532 1.0498-.6239l1.2201-4.6876c.2451-.9414-.2977-1.909-1.2122-2.1613l-2.4838-.6851Z",
|
|
3235
3534
|
fill: "#528693"
|
|
3236
3535
|
}),
|
|
3237
|
-
/* @__PURE__ */
|
|
3536
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3238
3537
|
d: "M7.9236 3.5069c.1508-.4319.598-.6727 1.0285-.554l.9602.2649c.4306.1188.7009.5575.6217 1.009l-.6114 3.4854c-.0892.508-.581.829-1.0654.6954l-1.5121-.417c-.4844-.1337-.7544-.6649-.5848-1.1507l1.1633-3.333Z",
|
|
3239
3538
|
fill: "#BFF6F8"
|
|
3240
3539
|
}),
|
|
3241
|
-
/* @__PURE__ */
|
|
3540
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3242
3541
|
fillRule: "evenodd",
|
|
3243
3542
|
clipRule: "evenodd",
|
|
3244
3543
|
d: "m9.7792 3.7292-.9602-.2649c-.1722-.0475-.351.0488-.4114.2216l-1.1634 3.333c-.0678.1943.0402.4068.234.4603l1.5121.417c.1938.0535.3905-.075.4262-.2781l.6114-3.4853c.0316-.1806-.0765-.3561-.2487-.4036Zm-.827-.7763c-.4307-.1187-.8778.1221-1.0286.554l-1.1633 3.333c-.1696.4858.1004 1.017.5848 1.1506l1.5121.4171c.4844.1336.9762-.1875 1.0654-.6954l.6114-3.4853c.0792-.4516-.1911-.8903-.6217-1.0091l-.9602-.2649Z",
|
|
3245
3544
|
fill: "#528693"
|
|
3246
3545
|
}),
|
|
3247
|
-
/* @__PURE__ */
|
|
3546
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3248
3547
|
d: "m5.8906 9.8713 3.3118.9135-.4437 1.7046-3.3118-.9135.4437-1.7046Z",
|
|
3249
3548
|
fill: "#fff"
|
|
3250
3549
|
}),
|
|
3251
|
-
/* @__PURE__ */
|
|
3550
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3252
3551
|
fillRule: "evenodd",
|
|
3253
3552
|
clipRule: "evenodd",
|
|
3254
3553
|
d: "m8.5725 11.1592-2.3182-.6395-.1775.6819 2.3182.6394.1775-.6818ZM5.8906 9.8713 5.447 11.576l3.3118.9135.4437-1.7046-3.3118-.9135Z",
|
|
@@ -3260,10 +3559,10 @@ var NailPolish = forwardRef62((delegated, ref) => {
|
|
|
3260
3559
|
NailPolish.displayName = "NailPolishIcon";
|
|
3261
3560
|
|
|
3262
3561
|
// src/iconography/numeric.tsx
|
|
3263
|
-
import { forwardRef as
|
|
3264
|
-
import { jsx as
|
|
3265
|
-
var Numeric =
|
|
3266
|
-
return /* @__PURE__ */
|
|
3562
|
+
import { forwardRef as forwardRef64 } from "react";
|
|
3563
|
+
import { jsx as jsx70, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3564
|
+
var Numeric = forwardRef64((delegated, ref) => {
|
|
3565
|
+
return /* @__PURE__ */ jsxs61("svg", {
|
|
3267
3566
|
ref,
|
|
3268
3567
|
width: "22",
|
|
3269
3568
|
height: "22",
|
|
@@ -3271,23 +3570,23 @@ var Numeric = forwardRef63((delegated, ref) => {
|
|
|
3271
3570
|
fill: "none",
|
|
3272
3571
|
...delegated,
|
|
3273
3572
|
children: [
|
|
3274
|
-
/* @__PURE__ */
|
|
3573
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3275
3574
|
d: "M18.7392 15.2607C19.0398 15.2607 19.2835 15.5044 19.2835 15.805V16.8059C19.2835 17.1065 19.0398 17.3502 18.7392 17.3502H12.2785C11.9779 17.3502 11.7342 17.1065 11.7342 16.8059V15.5788L15.2612 11.2967C15.5914 10.861 15.854 10.4769 16.0492 10.1444C16.2493 9.81194 16.3944 9.51099 16.4844 9.24156C16.5745 8.9664 16.6195 8.71417 16.6195 8.48487C16.6195 8.11226 16.567 7.79697 16.4619 7.53901C16.3618 7.28105 16.2143 7.08328 16.0191 6.9457C15.824 6.80812 15.5864 6.73933 15.3062 6.73933C15.0061 6.73933 14.7484 6.82819 14.5333 7.00589C14.3182 7.1836 14.1531 7.4301 14.038 7.74538C13.9784 7.90564 13.9343 8.07743 13.9056 8.26073C13.859 8.55771 13.6217 8.80303 13.3211 8.80303H12.0534C11.7527 8.80303 11.5055 8.5586 11.5374 8.25969C11.5963 7.70774 11.7469 7.19522 11.9893 6.72213C12.3095 6.09156 12.7573 5.58997 13.3326 5.21736C13.9079 4.83901 14.5808 4.64984 15.3513 4.64984C16.1417 4.64984 16.8046 4.79315 17.3399 5.07978C17.8752 5.3664 18.2804 5.77627 18.5556 6.3094C18.8308 6.84252 18.9683 7.48455 18.9683 8.23551C18.9683 8.65971 18.9083 9.06959 18.7882 9.46513C18.6732 9.86067 18.5056 10.2533 18.2854 10.6432C18.0653 11.033 17.8002 11.4314 17.49 11.8384C17.1798 12.2396 16.8296 12.6639 16.4394 13.111L15.1248 14.8228C14.9873 15.0018 15.1149 15.2607 15.3406 15.2607H18.7392Z",
|
|
3276
3575
|
fill: "#BFF6F8",
|
|
3277
3576
|
className: "c-icon-fill"
|
|
3278
3577
|
}),
|
|
3279
|
-
/* @__PURE__ */
|
|
3578
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3280
3579
|
fillRule: "evenodd",
|
|
3281
3580
|
clipRule: "evenodd",
|
|
3282
3581
|
d: "M11.1899 15.5788C11.1899 15.4525 11.2338 15.3302 11.314 15.2328L14.834 10.9592C15.153 10.5378 15.4001 10.175 15.5797 9.86893L15.5828 9.86371L15.5828 9.86373C15.7688 9.55464 15.8938 9.29107 15.9676 9.07061C16.0439 8.83716 16.0752 8.64347 16.0752 8.48486C16.0752 8.16021 16.029 7.9191 15.9578 7.7443L15.9544 7.73586L15.9544 7.73583C15.8868 7.56153 15.7997 7.45697 15.7055 7.39052C15.6173 7.32832 15.4941 7.28362 15.3062 7.28362C15.1223 7.28362 14.9898 7.33472 14.8799 7.42552C14.7533 7.53015 14.6379 7.68915 14.5493 7.93198L14.5482 7.93502L14.5482 7.93502C14.5023 8.05841 14.4668 8.19463 14.4433 8.345C14.3639 8.85175 13.942 9.34731 13.3211 9.34731H12.0533C11.4705 9.34731 10.9257 8.86207 10.9961 8.20194C11.0618 7.58687 11.2305 7.00971 11.5045 6.4748C11.8664 5.76243 12.3776 5.18776 13.0351 4.76152C13.7092 4.31869 14.4883 4.10553 15.3513 4.10553C16.2051 4.10553 16.9622 4.26013 17.5968 4.59992C18.228 4.93789 18.7129 5.42745 19.0393 6.05975C19.363 6.68705 19.5126 7.41908 19.5126 8.2355C19.5126 8.71076 19.4454 9.17297 19.31 9.62015C19.1823 10.0583 18.9978 10.4885 18.7594 10.9108C18.5254 11.3251 18.2461 11.7442 17.9229 12.1683L17.9206 12.1713L17.9206 12.1712C17.6059 12.5784 17.2524 13.0067 16.8607 13.456L15.8927 14.7164H18.7392C19.3404 14.7164 19.8278 15.2037 19.8278 15.805V16.8058C19.8278 17.4071 19.3404 17.8944 18.7392 17.8944H12.2785C11.6773 17.8944 11.1899 17.4071 11.1899 16.8058V15.5788ZM16.4394 13.111C16.8296 12.6638 17.1798 12.2396 17.49 11.8384C17.8002 11.4314 18.0653 11.0329 18.2854 10.6431C18.5056 10.2533 18.6732 9.86066 18.7882 9.46512C18.9083 9.06957 18.9683 8.6597 18.9683 8.2355C18.9683 7.48454 18.8307 6.8425 18.5556 6.30938C18.2804 5.77626 17.8752 5.36639 17.3399 5.07977C16.8046 4.79314 16.1417 4.64983 15.3513 4.64983C14.5808 4.64983 13.9079 4.839 13.3326 5.21734C12.7573 5.58996 12.3095 6.09155 11.9893 6.72212C11.7469 7.19521 11.5963 7.70773 11.5374 8.25968C11.5055 8.55859 11.7527 8.80301 12.0533 8.80301H13.3211C13.6217 8.80301 13.859 8.5577 13.9055 8.26072C13.9343 8.07741 13.9784 7.90563 14.038 7.74537C14.1531 7.43008 14.3182 7.18359 14.5333 7.00588C14.7484 6.82817 15.0061 6.73932 15.3062 6.73932C15.5864 6.73932 15.824 6.80811 16.0191 6.94569C16.2142 7.08327 16.3618 7.28104 16.4619 7.539C16.5669 7.79696 16.6195 8.11225 16.6195 8.48486C16.6195 8.71416 16.5745 8.96639 16.4844 9.24155C16.3943 9.51098 16.2493 9.81193 16.0492 10.1444C15.854 10.4769 15.5914 10.861 15.2612 11.2966L11.7342 15.5788V16.8058C11.7342 17.1065 11.9779 17.3501 12.2785 17.3501H18.7392C19.0398 17.3501 19.2835 17.1065 19.2835 16.8058V15.805C19.2835 15.5043 19.0398 15.2607 18.7392 15.2607H15.3406C15.1149 15.2607 14.9873 15.0017 15.1247 14.8227L16.4394 13.111Z",
|
|
3283
3582
|
fill: "#528693"
|
|
3284
3583
|
}),
|
|
3285
|
-
/* @__PURE__ */
|
|
3584
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3286
3585
|
d: "M10.1239 12.5692C10.2742 12.5692 10.396 12.6911 10.396 12.8414V14.378C10.396 14.5283 10.2742 14.6501 10.1239 14.6501H2.67849C2.39432 14.6501 2.15797 14.4315 2.13584 14.1482L2.06006 13.1777C2.05184 13.0724 2.07442 12.967 2.12506 12.8744L6.36523 5.11371C6.46067 4.93903 6.64384 4.83038 6.84289 4.83038H8.37359L6.36244 8.64822L4.53491 12.1718C4.44095 12.3529 4.57243 12.5692 4.7765 12.5692H10.1239ZM8.32458 4.83038C8.62519 4.83038 8.86888 5.07407 8.86888 5.37468V16.8058C8.86888 17.1064 8.62519 17.3501 8.32458 17.3501H7.07183C6.77123 17.3501 6.52753 17.1064 6.52753 16.8058V5.37468C6.52753 5.07407 6.77123 4.83038 7.07183 4.83038H8.32458Z",
|
|
3287
3586
|
fill: "#BFF6F8",
|
|
3288
3587
|
className: "c-icon-fill"
|
|
3289
3588
|
}),
|
|
3290
|
-
/* @__PURE__ */
|
|
3589
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3291
3590
|
fillRule: "evenodd",
|
|
3292
3591
|
clipRule: "evenodd",
|
|
3293
3592
|
d: "M8.82045 5.14993C8.79965 5.10412 8.7727 5.0617 8.74063 5.02373C8.6517 4.9184 8.5235 4.8473 8.37861 4.83302C8.37694 4.83286 8.37526 4.8327 8.37358 4.83255C8.37322 4.83252 8.37285 4.83248 8.37249 4.83245L8.37358 4.83037H6.84287C6.64383 4.83037 6.46066 4.93902 6.36522 5.11369L2.12504 12.8743C2.07441 12.967 2.05183 13.0724 2.06005 13.1777L2.13583 14.1482C2.15796 14.4315 2.39431 14.6501 2.67848 14.6501H6.52752V16.8058C6.52752 17.1064 6.77121 17.3501 7.07182 17.3501H8.32457C8.62517 17.3501 8.86887 17.1064 8.86887 16.8058V14.6501H10.1238C10.2741 14.6501 10.396 14.5283 10.396 14.378V12.8414C10.396 12.6911 10.2741 12.5692 10.1238 12.5692H8.86887V5.37467C8.86887 5.29453 8.85155 5.21844 8.82045 5.14993ZM6.36243 8.64821L6.52752 8.3348V12.5692H4.77649C4.57241 12.5692 4.44094 12.3529 4.5349 12.1718L6.36243 8.64821ZM5.98322 10.5615L5.22422 12.0249H5.98322V10.5615ZM9.41316 12.0249H10.1238C10.5748 12.0249 10.9403 12.3905 10.9403 12.8414V14.378C10.9403 14.8289 10.5748 15.1944 10.1238 15.1944H9.41316V16.8058C9.41316 17.407 8.92578 17.8944 8.32457 17.8944H7.07182C6.47061 17.8944 5.98322 17.407 5.98322 16.8058V15.1944H2.67848C2.11013 15.1944 1.63743 14.7572 1.59319 14.1906L1.5174 13.2201C1.50096 13.0095 1.54613 12.7987 1.64739 12.6134L5.88756 4.85272C6.07844 4.50337 6.44478 4.28607 6.84287 4.28607H8.37358C8.41268 4.28607 8.45119 4.29027 8.48857 4.29834C9.01197 4.37743 9.41316 4.8292 9.41316 5.37467V12.0249Z",
|
|
@@ -3299,10 +3598,10 @@ var Numeric = forwardRef63((delegated, ref) => {
|
|
|
3299
3598
|
Numeric.displayName = "Numeric";
|
|
3300
3599
|
|
|
3301
3600
|
// src/iconography/order.tsx
|
|
3302
|
-
import { forwardRef as
|
|
3303
|
-
import { jsx as
|
|
3304
|
-
var Order =
|
|
3305
|
-
return /* @__PURE__ */
|
|
3601
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
3602
|
+
import { jsx as jsx71, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3603
|
+
var Order = forwardRef65((delegated, ref) => {
|
|
3604
|
+
return /* @__PURE__ */ jsxs62("svg", {
|
|
3306
3605
|
ref,
|
|
3307
3606
|
width: "22",
|
|
3308
3607
|
height: "23",
|
|
@@ -3310,27 +3609,27 @@ var Order = forwardRef64((delegated, ref) => {
|
|
|
3310
3609
|
fill: "none",
|
|
3311
3610
|
...delegated,
|
|
3312
3611
|
children: [
|
|
3313
|
-
/* @__PURE__ */
|
|
3612
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3314
3613
|
d: "M4.223 5.41c0-.583.472-1.056 1.055-1.056h11.443c.584 0 1.056.473 1.056 1.056v13.833c0 .583-.472 1.056-1.056 1.056H5.278a1.056 1.056 0 0 1-1.055-1.056V5.41Z",
|
|
3315
3614
|
fill: "#fff"
|
|
3316
3615
|
}),
|
|
3317
|
-
/* @__PURE__ */
|
|
3616
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3318
3617
|
fillRule: "evenodd",
|
|
3319
3618
|
clipRule: "evenodd",
|
|
3320
3619
|
d: "M5.278 3.72h11.443c.933 0 1.69.757 1.69 1.69v13.833a1.69 1.69 0 0 1-1.69 1.69H5.278a1.69 1.69 0 0 1-1.689-1.69V5.41c0-.933.756-1.69 1.69-1.69Zm0 .634c-.583 0-1.055.473-1.055 1.056v13.833c0 .583.472 1.056 1.055 1.056h11.443c.584 0 1.056-.473 1.056-1.056V5.41c0-.583-.472-1.056-1.056-1.056H5.278Z",
|
|
3321
3620
|
fill: "#528693"
|
|
3322
3621
|
}),
|
|
3323
|
-
/* @__PURE__ */
|
|
3622
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3324
3623
|
d: "M7.552 4.119c0-.54.439-.98.98-.98h4.701a.98.98 0 0 1 0 1.96H8.532a.98.98 0 0 1-.98-.98Z",
|
|
3325
3624
|
fill: "#BFF6F8"
|
|
3326
3625
|
}),
|
|
3327
|
-
/* @__PURE__ */
|
|
3626
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3328
3627
|
fillRule: "evenodd",
|
|
3329
3628
|
clipRule: "evenodd",
|
|
3330
3629
|
d: "M8.532 2.506h4.7a1.613 1.613 0 0 1 0 3.226h-4.7a1.613 1.613 0 0 1 0-3.226Zm0 .634a.98.98 0 0 0 0 1.958h4.7a.98.98 0 0 0 0-1.958h-4.7Z",
|
|
3331
3630
|
fill: "#528693"
|
|
3332
3631
|
}),
|
|
3333
|
-
/* @__PURE__ */
|
|
3632
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3334
3633
|
d: "M7.063 8.546c0-.175.142-.317.317-.317h7.005a.317.317 0 0 1 0 .634H7.38a.317.317 0 0 1-.317-.317ZM7.063 11.31c0-.174.142-.316.317-.316h7.005a.317.317 0 0 1 0 .633H7.38a.317.317 0 0 1-.317-.316ZM7.063 14.075c0-.175.142-.316.317-.316h7.005a.317.317 0 1 1 0 .633H7.38a.317.317 0 0 1-.317-.317ZM7.063 16.84c0-.175.142-.317.317-.317h7.005a.317.317 0 1 1 0 .634H7.38a.317.317 0 0 1-.317-.317Z",
|
|
3335
3634
|
fill: "#528693"
|
|
3336
3635
|
})
|
|
@@ -3340,10 +3639,10 @@ var Order = forwardRef64((delegated, ref) => {
|
|
|
3340
3639
|
Order.displayName = "OrderIcon";
|
|
3341
3640
|
|
|
3342
3641
|
// src/iconography/paragraph-collection.tsx
|
|
3343
|
-
import { forwardRef as
|
|
3344
|
-
import { jsx as
|
|
3345
|
-
var ParagraphCollection =
|
|
3346
|
-
return /* @__PURE__ */
|
|
3642
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
3643
|
+
import { jsx as jsx72, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3644
|
+
var ParagraphCollection = forwardRef66((delegated, ref) => {
|
|
3645
|
+
return /* @__PURE__ */ jsxs63("svg", {
|
|
3347
3646
|
ref,
|
|
3348
3647
|
width: "22",
|
|
3349
3648
|
height: "22",
|
|
@@ -3351,56 +3650,56 @@ var ParagraphCollection = forwardRef65((delegated, ref) => {
|
|
|
3351
3650
|
fill: "none",
|
|
3352
3651
|
...delegated,
|
|
3353
3652
|
children: [
|
|
3354
|
-
/* @__PURE__ */
|
|
3653
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3355
3654
|
d: "M18 18.4001C18 18.7314 17.7314 19.0001 17.4 19.0001L4.6 19.0001C4.26863 19.0001 4 18.7314 4 18.4001L4 14.6001C4 14.2687 4.26863 14.0001 4.6 14.0001L17.4 14.0001C17.7314 14.0001 18 14.2687 18 14.6001L18 18.4001Z",
|
|
3356
3655
|
fill: "#BFF6F8",
|
|
3357
3656
|
className: "c-icon-fill"
|
|
3358
3657
|
}),
|
|
3359
|
-
/* @__PURE__ */
|
|
3658
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3360
3659
|
fillRule: "evenodd",
|
|
3361
3660
|
clipRule: "evenodd",
|
|
3362
3661
|
d: "M17.4 19.6L4.60001 19.6C3.93726 19.6 3.40001 19.0628 3.40001 18.4L3.40001 14.6C3.40001 13.9373 3.93726 13.4 4.60001 13.4L17.4 13.4C18.0627 13.4 18.6 13.9373 18.6 14.6L18.6 18.4C18.6 19.0628 18.0627 19.6 17.4 19.6ZM17.4 19C17.7314 19 18 18.7314 18 18.4L18 14.6C18 14.2687 17.7314 14 17.4 14L4.60001 14C4.26864 14 4.00001 14.2687 4.00001 14.6L4.00001 18.4C4.00001 18.7314 4.26863 19 4.60001 19L17.4 19Z",
|
|
3363
3662
|
fill: "#528693"
|
|
3364
3663
|
}),
|
|
3365
|
-
/* @__PURE__ */
|
|
3664
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3366
3665
|
d: "M18 10.4001C18 10.7314 17.7314 11.0001 17.4 11.0001L4.6 11.0001C4.26863 11.0001 4 10.7314 4 10.4001L4 9.60006C4 9.26869 4.26863 9.00006 4.6 9.00006L17.4 9.00006C17.7314 9.00006 18 9.26869 18 9.60006L18 10.4001Z",
|
|
3367
3666
|
fill: "#BFF6F8",
|
|
3368
3667
|
className: "c-icon-fill"
|
|
3369
3668
|
}),
|
|
3370
|
-
/* @__PURE__ */
|
|
3669
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3371
3670
|
fillRule: "evenodd",
|
|
3372
3671
|
clipRule: "evenodd",
|
|
3373
3672
|
d: "M17.4 11.6L4.60001 11.6C3.93726 11.6 3.40001 11.0628 3.40001 10.4L3.40001 9.60004C3.40001 8.93729 3.93726 8.40004 4.60001 8.40004L17.4 8.40004C18.0627 8.40004 18.6 8.93729 18.6 9.60004L18.6 10.4C18.6 11.0628 18.0627 11.6 17.4 11.6ZM17.4 11C17.7314 11 18 10.7314 18 10.4L18 9.60004C18 9.26867 17.7314 9.00004 17.4 9.00004L4.60001 9.00004C4.26864 9.00004 4.00001 9.26866 4.00001 9.60004L4.00001 10.4C4.00001 10.7314 4.26863 11 4.60001 11L17.4 11Z",
|
|
3374
3673
|
fill: "#528693"
|
|
3375
3674
|
}),
|
|
3376
|
-
/* @__PURE__ */
|
|
3675
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3377
3676
|
d: "M18 5.40006C18 5.73143 17.7314 6.00006 17.4 6.00006L4.6 6.00006C4.26863 6.00006 4 5.73143 4 5.40006L4 3.60006C4 3.26869 4.26863 3.00006 4.6 3.00006L17.4 3.00006C17.7314 3.00006 18 3.26869 18 3.60006L18 5.40006Z",
|
|
3378
3677
|
fill: "#BFF6F8",
|
|
3379
3678
|
className: "c-icon-fill"
|
|
3380
3679
|
}),
|
|
3381
|
-
/* @__PURE__ */
|
|
3680
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3382
3681
|
fillRule: "evenodd",
|
|
3383
3682
|
clipRule: "evenodd",
|
|
3384
3683
|
d: "M17.4 6.60004L4.60001 6.60004C3.93726 6.60004 3.40001 6.06278 3.40001 5.40004L3.40001 3.60004C3.40001 2.93729 3.93726 2.40004 4.60001 2.40004L17.4 2.40004C18.0627 2.40004 18.6 2.93729 18.6 3.60004L18.6 5.40004C18.6 6.06278 18.0627 6.60004 17.4 6.60004ZM17.4 6.00004C17.7314 6.00004 18 5.73141 18 5.40004L18 3.60004C18 3.26867 17.7314 3.00004 17.4 3.00004L4.60001 3.00004C4.26864 3.00004 4.00001 3.26866 4.00001 3.60004L4.00001 5.40004C4.00001 5.73141 4.26863 6.00004 4.60001 6.00004L17.4 6.00004Z",
|
|
3385
3684
|
fill: "#528693"
|
|
3386
3685
|
}),
|
|
3387
|
-
/* @__PURE__ */
|
|
3686
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3388
3687
|
d: "M11 15C8.6 14.6 5 16.8333 3.5 18L4 19L4.5 19.5H17L18 19L18.5 16.5C18.1 17.3 15 17.8333 13.5 18C11.5 17.6 11 15.8333 11 15Z",
|
|
3389
3688
|
fill: "white"
|
|
3390
3689
|
}),
|
|
3391
|
-
/* @__PURE__ */
|
|
3690
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3392
3691
|
fillRule: "evenodd",
|
|
3393
3692
|
clipRule: "evenodd",
|
|
3394
3693
|
d: "M8.12258 15.2807C9.53327 14.8558 10.7686 14.7497 11.4727 14.8201C11.5725 14.8301 11.6494 14.9124 11.6527 15.0126C11.656 15.1128 11.5846 15.1999 11.4857 15.2164C10.5346 15.3749 9.97375 15.6289 9.66223 15.9136C9.36259 16.1875 9.27811 16.504 9.31556 16.8504C9.35133 17.1812 9.47565 17.4361 9.6655 17.6338C9.85768 17.834 10.1264 17.9852 10.4634 18.0893C11.1414 18.2986 12.0567 18.3051 13.0478 18.174C15.0299 17.9117 17.214 17.1139 18.1891 16.4638L18.411 16.7966C17.3722 17.4891 15.1257 18.3025 13.1002 18.5705C12.0875 18.7045 11.1047 18.706 10.3453 18.4714C9.96356 18.3536 9.62877 18.1731 9.37695 17.9108C9.1228 17.6461 8.96266 17.3077 8.91787 16.8934C8.86874 16.4389 8.98565 15.9901 9.39237 15.6184C9.52033 15.5014 9.67515 15.3938 9.8594 15.2962C9.37178 15.3693 8.82237 15.4877 8.23794 15.6637C6.86614 16.0769 5.31482 16.8036 3.93021 17.9904L3.66989 17.6867C5.10473 16.4569 6.7085 15.7067 8.12258 15.2807Z",
|
|
3395
3694
|
fill: "#528693"
|
|
3396
3695
|
}),
|
|
3397
|
-
/* @__PURE__ */
|
|
3696
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3398
3697
|
fillRule: "evenodd",
|
|
3399
3698
|
clipRule: "evenodd",
|
|
3400
3699
|
d: "M11.5316 14.8353C11.6331 14.8788 11.6802 14.9963 11.6367 15.0979C11.4602 15.5097 11.3727 16.1267 11.6369 16.6837C11.8959 17.2297 12.5181 17.7698 13.8683 17.9874C13.905 17.9933 13.9423 17.999 13.9801 18.0045C14.0894 18.0202 14.1653 18.1215 14.1496 18.2309C14.1339 18.3402 14.0325 18.4161 13.9232 18.4004C13.8832 18.3946 13.8436 18.3886 13.8046 18.3823C12.3693 18.151 11.6079 17.5559 11.2755 16.8551C10.9483 16.1653 11.0618 15.4238 11.269 14.9403C11.3125 14.8388 11.4301 14.7917 11.5316 14.8353Z",
|
|
3401
3700
|
fill: "#528693"
|
|
3402
3701
|
}),
|
|
3403
|
-
/* @__PURE__ */
|
|
3702
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3404
3703
|
fillRule: "evenodd",
|
|
3405
3704
|
clipRule: "evenodd",
|
|
3406
3705
|
d: "M17.4 19.6L4.60001 19.6C3.93726 19.6 3.40001 19.0628 3.40001 18.4L3.40001 14.6C3.40001 13.9373 3.93726 13.4 4.60001 13.4L17.4 13.4C18.0627 13.4 18.6 13.9373 18.6 14.6L18.6 18.4C18.6 19.0628 18.0627 19.6 17.4 19.6ZM17.4 19C17.7314 19 18 18.7314 18 18.4L18 14.6C18 14.2687 17.7314 14 17.4 14L4.60001 14C4.26864 14 4.00001 14.2687 4.00001 14.6L4.00001 18.4C4.00001 18.7314 4.26863 19 4.60001 19L17.4 19Z",
|
|
@@ -3412,10 +3711,10 @@ var ParagraphCollection = forwardRef65((delegated, ref) => {
|
|
|
3412
3711
|
ParagraphCollection.displayName = "ParagraphCollection";
|
|
3413
3712
|
|
|
3414
3713
|
// src/iconography/particle.tsx
|
|
3415
|
-
import { forwardRef as
|
|
3416
|
-
import { jsx as
|
|
3417
|
-
var Particle =
|
|
3418
|
-
return /* @__PURE__ */
|
|
3714
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
3715
|
+
import { jsx as jsx73, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3716
|
+
var Particle = forwardRef67((delegated, ref) => {
|
|
3717
|
+
return /* @__PURE__ */ jsxs64("svg", {
|
|
3419
3718
|
ref,
|
|
3420
3719
|
width: "22",
|
|
3421
3720
|
height: "20",
|
|
@@ -3424,68 +3723,68 @@ var Particle = forwardRef66((delegated, ref) => {
|
|
|
3424
3723
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3425
3724
|
...delegated,
|
|
3426
3725
|
children: [
|
|
3427
|
-
/* @__PURE__ */
|
|
3726
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3428
3727
|
fill: "#528693",
|
|
3429
3728
|
d: "M10.9 18.597c0-.332-2.426-.606-5.418-.61-2.992-.006-5.418.26-5.419.592 0 .333 2.425.606 5.417.611 2.993.005 5.419-.26 5.42-.593ZM21.39 16.21c0-.267-1.94-.485-4.334-.49-2.394-.003-4.335.209-4.335.475s1.94.485 4.334.489c2.393.004 4.334-.209 4.335-.475Z",
|
|
3430
3729
|
opacity: ".05"
|
|
3431
3730
|
}),
|
|
3432
|
-
/* @__PURE__ */
|
|
3731
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3433
3732
|
fill: "#528693",
|
|
3434
3733
|
d: "m17.404 11.998-4.03.47-6.417.748-1.462.17.21.373 1.94-3.537 3.09-5.638.71-1.295c.154-.28-.267-.53-.42-.25l-1.94 3.537-3.09 5.638-.71 1.295c-.082.149.017.396.21.373l4.03-.47 6.417-.748 1.462-.17c.308-.037.311-.533 0-.496Z"
|
|
3435
3734
|
}),
|
|
3436
|
-
/* @__PURE__ */
|
|
3735
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3437
3736
|
fill: "#FFBD54",
|
|
3438
3737
|
d: "M11.235 5.898c1.486 0 2.69-1.224 2.69-2.734S12.722.429 11.236.429s-2.69 1.224-2.69 2.735c0 1.51 1.204 2.734 2.69 2.734Z"
|
|
3439
3738
|
}),
|
|
3440
|
-
/* @__PURE__ */
|
|
3739
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3441
3740
|
fill: "#528693",
|
|
3442
3741
|
d: "M8.918 3.793a2.474 2.474 0 0 1 .068-1.47c.17-.47.48-.876.887-1.162a2.37 2.37 0 0 1 2.76.025c.4.293.703.704.866 1.179.162.474.177.987.041 1.47a2.44 2.44 0 0 1-.798 1.227 2.375 2.375 0 0 1-1.348.536 2.393 2.393 0 0 1-1.552-.457 2.461 2.461 0 0 1-.924-1.348.297.297 0 0 0-.137-.18.288.288 0 0 0-.4.113.302.302 0 0 0-.027.226c.16.604.5 1.143.972 1.543a2.945 2.945 0 0 0 3.425.283c.53-.318.95-.794 1.204-1.364.253-.57.327-1.205.211-1.82a3.047 3.047 0 0 0-.858-1.61A2.94 2.94 0 0 0 9.912.448c-.613.317-1.1.837-1.384 1.473a3.12 3.12 0 0 0-.174 2.03c.093.37.657.213.564-.158Z"
|
|
3443
3742
|
}),
|
|
3444
|
-
/* @__PURE__ */
|
|
3743
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3445
3744
|
fill: "#528693",
|
|
3446
3745
|
d: "M9.92 3.52a1.419 1.419 0 0 1 .143-1.046 1.38 1.38 0 0 1 .822-.647.195.195 0 0 0 .117-.093.2.2 0 0 0-.073-.27.192.192 0 0 0-.148-.019 1.778 1.778 0 0 0-1.055.835c-.23.407-.296.89-.182 1.346a.2.2 0 0 0 .092.12.193.193 0 0 0 .266-.075.2.2 0 0 0 .018-.15Z"
|
|
3447
3746
|
}),
|
|
3448
|
-
/* @__PURE__ */
|
|
3747
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3449
3748
|
fill: "#FFBD54",
|
|
3450
3749
|
d: "M5.494 18.192c2.477 0 4.485-2.04 4.485-4.558 0-2.517-2.008-4.557-4.485-4.557-2.476 0-4.484 2.04-4.484 4.557 0 2.518 2.008 4.558 4.484 4.558Z"
|
|
3451
3750
|
}),
|
|
3452
|
-
/* @__PURE__ */
|
|
3751
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3453
3752
|
fill: "#528693",
|
|
3454
3753
|
d: "M10.271 13.634c0-.998-.302-1.973-.867-2.79a4.785 4.785 0 0 0-2.289-1.778 4.702 4.702 0 0 0-2.878-.115 4.768 4.768 0 0 0-2.42 1.587c-.488.6-.828 1.31-.989 2.071a4.93 4.93 0 0 0 .062 2.303 4.876 4.876 0 0 0 1.098 2.014 4.77 4.77 0 0 0 1.889 1.272 4.704 4.704 0 0 0 4.363-.594 4.83 4.83 0 0 0 1.493-1.732c.353-.691.538-1.459.538-2.238a.3.3 0 0 0-.086-.21.29.29 0 0 0-.413 0 .3.3 0 0 0-.086.21c0 .88-.268 1.736-.766 2.454a4.2 4.2 0 0 1-2.016 1.557 4.127 4.127 0 0 1-2.531.093 4.186 4.186 0 0 1-2.122-1.406 4.316 4.316 0 0 1-.349-4.895 4.214 4.214 0 0 1 1.9-1.702 4.13 4.13 0 0 1 2.519-.279 4.22 4.22 0 0 1 2.408 1.485c.613.76.95 1.711.957 2.693a.3.3 0 0 0 .086.21.29.29 0 0 0 .413 0 .3.3 0 0 0 .086-.21Z"
|
|
3455
3754
|
}),
|
|
3456
|
-
/* @__PURE__ */
|
|
3755
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3457
3756
|
fill: "#FFBD54",
|
|
3458
3757
|
d: "M17.404 15.892c1.981 0 3.587-1.633 3.587-3.646 0-2.014-1.606-3.647-3.587-3.647s-3.587 1.633-3.587 3.646c0 2.014 1.606 3.647 3.587 3.647Z"
|
|
3459
3758
|
}),
|
|
3460
|
-
/* @__PURE__ */
|
|
3759
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3461
3760
|
fill: "#528693",
|
|
3462
3761
|
d: "M14.22 13.11a3.4 3.4 0 0 1 .092-2.02 3.342 3.342 0 0 1 1.219-1.598 3.258 3.258 0 0 1 3.793.032c.551.402.968.967 1.192 1.619.223.651.244 1.357.058 2.021a3.353 3.353 0 0 1-1.098 1.687 3.265 3.265 0 0 1-1.852.737 3.288 3.288 0 0 1-2.133-.627 3.382 3.382 0 0 1-1.27-1.851.296.296 0 0 0-.138-.18.288.288 0 0 0-.398.113.302.302 0 0 0-.028.226 3.951 3.951 0 0 0 1.263 2.006 3.83 3.83 0 0 0 4.454.37 3.923 3.923 0 0 0 1.566-1.773c.33-.74.426-1.567.276-2.366a3.964 3.964 0 0 0-1.114-2.095 3.857 3.857 0 0 0-2.099-1.061c-.79-.126-1.6 0-2.317.36a3.965 3.965 0 0 0-1.804 1.916 4.054 4.054 0 0 0-.225 2.643c.094.37.658.211.564-.159Z"
|
|
3463
3762
|
}),
|
|
3464
|
-
/* @__PURE__ */
|
|
3763
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3465
3764
|
fill: "#FFBD54",
|
|
3466
3765
|
d: "M5.494 18.192c2.477 0 4.485-2.04 4.485-4.558 0-2.517-2.008-4.557-4.485-4.557-2.476 0-4.484 2.04-4.484 4.557 0 2.518 2.008 4.558 4.484 4.558Z"
|
|
3467
3766
|
}),
|
|
3468
|
-
/* @__PURE__ */
|
|
3767
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3469
3768
|
fill: "#528693",
|
|
3470
3769
|
d: "M1.303 13.634c0-.878.268-1.735.766-2.453a4.2 4.2 0 0 1 2.016-1.558 4.128 4.128 0 0 1 2.531-.092 4.187 4.187 0 0 1 2.122 1.406 4.316 4.316 0 0 1 .349 4.895 4.214 4.214 0 0 1-1.9 1.702 4.13 4.13 0 0 1-2.518.279 4.22 4.22 0 0 1-2.409-1.485 4.344 4.344 0 0 1-.957-2.694.3.3 0 0 0-.086-.21.29.29 0 0 0-.413 0 .3.3 0 0 0-.086.21c0 1 .303 1.974.867 2.792a4.785 4.785 0 0 0 2.29 1.776c.924.34 1.929.38 2.877.116a4.768 4.768 0 0 0 2.42-1.587c.488-.6.828-1.31.99-2.072.16-.76.14-1.55-.062-2.302A4.876 4.876 0 0 0 9 10.343 4.77 4.77 0 0 0 7.113 9.07a4.703 4.703 0 0 0-4.363.595 4.83 4.83 0 0 0-1.493 1.733 4.917 4.917 0 0 0-.538 2.236.3.3 0 0 0 .086.21.29.29 0 0 0 .413 0 .3.3 0 0 0 .086-.21Z"
|
|
3471
3770
|
}),
|
|
3472
|
-
/* @__PURE__ */
|
|
3771
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3473
3772
|
fill: "#528693",
|
|
3474
3773
|
d: "M3.096 13.634c.007-.644.262-1.26.71-1.715a2.406 2.406 0 0 1 1.689-.722c.051 0 .101-.02.138-.057a.2.2 0 0 0 0-.28.193.193 0 0 0-.138-.059c-.74.001-1.448.3-1.97.83a2.86 2.86 0 0 0-.819 2.003.2.2 0 0 0 .057.14.193.193 0 0 0 .276 0 .2.2 0 0 0 .057-.14Z"
|
|
3475
3774
|
}),
|
|
3476
|
-
/* @__PURE__ */
|
|
3775
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3477
3776
|
fill: "#FFBD54",
|
|
3478
3777
|
d: "M17.407 15.694c1.981 0 3.587-1.633 3.587-3.646 0-2.014-1.606-3.647-3.587-3.647-1.982 0-3.588 1.633-3.588 3.647s1.606 3.646 3.588 3.646Z"
|
|
3479
3778
|
}),
|
|
3480
|
-
/* @__PURE__ */
|
|
3779
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3481
3780
|
fill: "#528693",
|
|
3482
3781
|
d: "M14.22 13.11a3.4 3.4 0 0 1 .092-2.02 3.342 3.342 0 0 1 1.219-1.598 3.258 3.258 0 0 1 3.793.032c.551.402.968.967 1.192 1.619.223.651.244 1.357.058 2.021a3.353 3.353 0 0 1-1.098 1.687 3.265 3.265 0 0 1-1.852.737 3.288 3.288 0 0 1-2.133-.627 3.382 3.382 0 0 1-1.27-1.851.296.296 0 0 0-.138-.18.288.288 0 0 0-.398.113.302.302 0 0 0-.028.226 3.951 3.951 0 0 0 1.263 2.006 3.83 3.83 0 0 0 4.454.37 3.923 3.923 0 0 0 1.566-1.773c.33-.74.426-1.567.276-2.366a3.964 3.964 0 0 0-1.114-2.095 3.857 3.857 0 0 0-2.099-1.061c-.79-.126-1.6 0-2.317.36a3.965 3.965 0 0 0-1.804 1.916 4.054 4.054 0 0 0-.225 2.643c.094.37.658.211.564-.159Z"
|
|
3483
3782
|
}),
|
|
3484
|
-
/* @__PURE__ */
|
|
3783
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3485
3784
|
fill: "#528693",
|
|
3486
3785
|
d: "M15.588 12.738a1.96 1.96 0 0 1 .197-1.445 1.906 1.906 0 0 1 1.134-.894.196.196 0 0 0 .118-.093.201.201 0 0 0-.073-.27.192.192 0 0 0-.148-.019 2.304 2.304 0 0 0-1.368 1.082 2.37 2.37 0 0 0-.236 1.744c.014.05.047.092.092.118a.192.192 0 0 0 .264-.074.2.2 0 0 0 .02-.149ZM8.652 12.516a3.843 3.843 0 0 1-.376 2.692 3.644 3.644 0 0 1-1.792 1.594c-.14.057-.077.292.064.233a3.851 3.851 0 0 0 1.635-1.293 3.943 3.943 0 0 0 .736-1.968 3.897 3.897 0 0 0-.116-1.3.079.079 0 0 0-.038-.043.077.077 0 0 0-.101.029.08.08 0 0 0-.011.056h-.001ZM5.574 17.212c.025 0 .049-.01.066-.027a.095.095 0 0 0 0-.134.092.092 0 0 0-.131 0 .096.096 0 0 0 0 .134.092.092 0 0 0 .065.027ZM19.744 10.834a3.173 3.173 0 0 1-.138 2.498 3.014 3.014 0 0 1-1.68 1.464c-.14.049-.079.276.06.226a3.216 3.216 0 0 0 1.54-1.177 3.3 3.3 0 0 0 .6-1.862 3.198 3.198 0 0 0-.226-1.193c-.04-.095-.192-.057-.156.044ZM17.372 15.06a.09.09 0 0 0 .062-.153.087.087 0 0 0-.125 0 .09.09 0 0 0 .063.152ZM12.698 2.3c.137.257.217.541.235.833.008.291-.061.579-.201.832-.141.238-.34.435-.576.574a1.592 1.592 0 0 1-.777.219.111.111 0 0 0-.075.034.115.115 0 0 0 0 .158c.02.02.047.033.075.034.315-.001.624-.088.896-.25.27-.164.495-.397.648-.676.293-.544.306-1.36-.107-1.85-.059-.07-.152.02-.117.092h-.001ZM10.765 4.552c.025 0 .049-.01.067-.028a.097.097 0 0 0 0-.135.094.094 0 0 0-.134 0 .097.097 0 0 0 0 .135.094.094 0 0 0 .067.028Z"
|
|
3487
3786
|
}),
|
|
3488
|
-
/* @__PURE__ */
|
|
3787
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3489
3788
|
fill: "#528693",
|
|
3490
3789
|
d: "M18.347 4.75c1.175 0 1.177-1.857 0-1.857-1.178 0-1.178 1.858 0 1.858ZM16.12 5.824l-.003.056c.002.07.03.135.078.184a.265.265 0 0 0 .181.08l.07-.01a.258.258 0 0 0 .114-.068l.04-.053a.266.266 0 0 0 .035-.133l-.003-.056a.202.202 0 0 0-.022-.1.267.267 0 0 0-.234-.16l-.068.01a.256.256 0 0 0-.113.067l-.039.052a.26.26 0 0 0-.035.131ZM5.704 6.722c.573 0 .574-.905 0-.905-.575 0-.575.905 0 .905ZM3.623 2.902c1.3 0 1.301-2.052 0-2.052s-1.301 2.052 0 2.052Z",
|
|
3491
3790
|
opacity: ".05"
|
|
@@ -3496,10 +3795,10 @@ var Particle = forwardRef66((delegated, ref) => {
|
|
|
3496
3795
|
Particle.displayName = "ParticleIcon";
|
|
3497
3796
|
|
|
3498
3797
|
// src/iconography/paths.tsx
|
|
3499
|
-
import { forwardRef as
|
|
3500
|
-
import { jsx as
|
|
3501
|
-
var Paths =
|
|
3502
|
-
return /* @__PURE__ */
|
|
3798
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
3799
|
+
import { jsx as jsx74, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
3800
|
+
var Paths = forwardRef68((delegated, ref) => {
|
|
3801
|
+
return /* @__PURE__ */ jsxs65("svg", {
|
|
3503
3802
|
ref,
|
|
3504
3803
|
width: "22",
|
|
3505
3804
|
height: "22",
|
|
@@ -3507,21 +3806,21 @@ var Paths = forwardRef67((delegated, ref) => {
|
|
|
3507
3806
|
fill: "none",
|
|
3508
3807
|
...delegated,
|
|
3509
3808
|
children: [
|
|
3510
|
-
/* @__PURE__ */
|
|
3809
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3511
3810
|
d: "M12.742 13.88a7.265 7.265 0 00-7.266-7.265V5.36a.313.313 0 00-.507-.245L1.305 8.018a.313.313 0 00.005.495l3.665 2.768a.313.313 0 00.501-.25V9.924a3.778 3.778 0 013.779 3.779v5.856c0 .173.14.313.312.313h2.945a.23.23 0 00.23-.23v-5.76z",
|
|
3512
3811
|
fill: "#fff"
|
|
3513
3812
|
}),
|
|
3514
|
-
/* @__PURE__ */
|
|
3813
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3515
3814
|
fillRule: "evenodd",
|
|
3516
3815
|
clipRule: "evenodd",
|
|
3517
3816
|
d: "M5.789 5.36a.626.626 0 00-1.014-.49L1.111 7.773a.626.626 0 00.01.99l3.665 2.768a.626.626 0 001.003-.5v-.78a3.466 3.466 0 013.153 3.45v5.857c0 .345.28.625.625.625h2.945c.3 0 .542-.242.542-.542v-5.76A7.578 7.578 0 005.79 6.308V5.36zm-4.29 2.903L5.163 5.36v1.568h.313a6.952 6.952 0 016.953 6.952v5.678H9.567v-5.856a4.091 4.091 0 00-4.09-4.091h-.314v1.42L1.5 8.264z",
|
|
3518
3817
|
fill: "#528693"
|
|
3519
3818
|
}),
|
|
3520
|
-
/* @__PURE__ */
|
|
3819
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3521
3820
|
d: "M9.259 10.963a7.265 7.265 0 017.265-7.265V2.443c0-.262.302-.408.507-.245L20.695 5.1a.313.313 0 01-.005.495l-3.665 2.768a.313.313 0 01-.501-.25V7.006a3.778 3.778 0 00-3.779 3.778v8.668c0 .173-.14.313-.312.313H9.537a.279.279 0 01-.278-.279v-8.523z",
|
|
3522
3821
|
fill: "#BFF6F8"
|
|
3523
3822
|
}),
|
|
3524
|
-
/* @__PURE__ */
|
|
3823
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3525
3824
|
fillRule: "evenodd",
|
|
3526
3825
|
clipRule: "evenodd",
|
|
3527
3826
|
d: "M16.211 2.443a.626.626 0 011.014-.49l3.665 2.903a.625.625 0 01-.012.99l-3.664 2.768a.626.626 0 01-1.003-.5v-.781a3.466 3.466 0 00-3.153 3.452v8.668c0 .345-.28.625-.625.625H9.537a.591.591 0 01-.591-.591v-8.524a7.578 7.578 0 017.265-7.571v-.949zm4.29 2.903l-3.664-2.903v1.568h-.313a6.952 6.952 0 00-6.953 6.952v8.49h2.862v-8.668a4.091 4.091 0 014.09-4.091h.314v1.42L20.5 5.347z",
|
|
@@ -3533,10 +3832,10 @@ var Paths = forwardRef67((delegated, ref) => {
|
|
|
3533
3832
|
Paths.displayName = "PathsIcon";
|
|
3534
3833
|
|
|
3535
3834
|
// src/iconography/people.tsx
|
|
3536
|
-
import { forwardRef as
|
|
3537
|
-
import { jsx as
|
|
3538
|
-
var People =
|
|
3539
|
-
return /* @__PURE__ */
|
|
3835
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
3836
|
+
import { jsx as jsx75, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
3837
|
+
var People = forwardRef69((delegated, ref) => {
|
|
3838
|
+
return /* @__PURE__ */ jsxs66("svg", {
|
|
3540
3839
|
ref,
|
|
3541
3840
|
width: "17",
|
|
3542
3841
|
height: "16",
|
|
@@ -3544,51 +3843,51 @@ var People = forwardRef68((delegated, ref) => {
|
|
|
3544
3843
|
fill: "none",
|
|
3545
3844
|
...delegated,
|
|
3546
3845
|
children: [
|
|
3547
|
-
/* @__PURE__ */
|
|
3846
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3548
3847
|
d: "M7.308 9.755a1.493 1.493 0 0 0-1.058-.36c-.14 0-.282.01-.425.02l-.091.004a2.21 2.21 0 0 0 .03-.29c.74-.648.761-1.953.734-2.484a1.737 1.737 0 0 0-.426-1.079 1.51 1.51 0 0 0-1.08-.497c-.023-.003-.048-.003-.073-.003a1.459 1.459 0 0 0-.847.305c-.25.191-.446.459-.565.772a2.472 2.472 0 0 0-.107.95c.036.671.099 1.314.478 1.764.085.1.182.186.288.255.006.102.017.204.034.305l-.06-.002c-.144-.01-.283-.02-.42-.02a1.486 1.486 0 0 0-1.055.36 1.49 1.49 0 0 0-.432.905c-.04.22-.061.444-.063.67.002.256.302.323.523.373l.095.021a8.233 8.233 0 0 0 2.114.21c.102 0 .201 0 .306-.002a8.44 8.44 0 0 0 2.51-.362.09.09 0 0 0 .054-.039.11.11 0 0 0 .018-.069.104.104 0 0 0 .009-.053c-.017-.606-.067-1.285-.49-1.654Zm-3.435-1.29c-.235-.436-.254-1.013-.269-1.477a1.886 1.886 0 0 1 .22-1.017c.179-.28.432-.488.724-.593.14-.064.288-.1.438-.105.048 0 .097.004.144.011.16.031.314.087.46.167.278.147.498.404.618.722.058.166.091.342.097.521.041 1.328-.326 2.154-1.088 2.456a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.218 1.48 1.48 0 0 1-.465-.516Zm1.664.828c-.005.15-.042.298-.107.43a.92.92 0 0 1-.268.327.53.53 0 0 1-.248.072c-.36 0-.48-.56-.517-.846.184.113.388.177.597.189a.582.582 0 0 0 .129-.015 1.32 1.32 0 0 0 .414-.157Zm-.33 2.403-.332.002a6.922 6.922 0 0 1-2.503-.355c.027-.588.09-1.185.518-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.121.472.352.722.667.722a.78.78 0 0 0 .19-.027.815.815 0 0 0 .38-.257.972.972 0 0 0 .207-.44c.09.005.18.007.266.007l.223-.002c.315-.024.63.057.906.233.46.312.495.993.517 1.495a8.316 8.316 0 0 1-2.394.334h.001Z",
|
|
3549
3848
|
fill: "#528693"
|
|
3550
3849
|
}),
|
|
3551
|
-
/* @__PURE__ */
|
|
3850
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3552
3851
|
fillRule: "evenodd",
|
|
3553
3852
|
clipRule: "evenodd",
|
|
3554
3853
|
d: "M7.44 9.604c.255.223.388.53.461.844.072.311.09.648.098.95a.306.306 0 0 1-.01.099.308.308 0 0 1-.05.146.29.29 0 0 1-.167.12 8.637 8.637 0 0 1-2.562.369c-.106.002-.205.002-.305.002a8.46 8.46 0 0 1-2.162-.215h-.001a4.614 4.614 0 0 0-.091-.02l-.003-.001a1.536 1.536 0 0 1-.393-.128c-.14-.075-.283-.211-.285-.44v-.003c.002-.234.024-.467.065-.696a1.69 1.69 0 0 1 .49-1.02l.01-.01c.34-.285.76-.43 1.19-.405.075 0 .15.002.224.006a1.543 1.543 0 0 1-.224-.215c-.427-.509-.49-1.22-.525-1.88a2.672 2.672 0 0 1 .117-1.025l.003-.01c.131-.346.35-.645.631-.86.282-.215.616-.336.962-.345h.009a1.711 1.711 0 0 1 1.297.564l.003.002c.288.324.456.753.475 1.202.015.275.016.751-.082 1.247-.092.46-.276.96-.64 1.323.088-.005.179-.01.269-.01.43-.025.853.12 1.193.407l.003.002Zm-1.19-.208c.38-.024.754.103 1.058.36.337.293.438.782.474 1.275a7.898 7.898 0 0 1 .017.378.104.104 0 0 1-.009.053.112.112 0 0 1-.018.07.09.09 0 0 1-.054.038 8.44 8.44 0 0 1-2.51.361c-.105.003-.204.003-.306.003a8.258 8.258 0 0 1-2.21-.231l-.003-.001c-.156-.035-.35-.08-.45-.192a.261.261 0 0 1-.07-.18c.003-.226.024-.45.064-.67a1.49 1.49 0 0 1 .432-.905 1.487 1.487 0 0 1 1.054-.36 4.644 4.644 0 0 1 .409.019h.012l.06.003a2.825 2.825 0 0 1-.034-.305 1.323 1.323 0 0 1-.288-.255c-.379-.45-.442-1.093-.478-1.764-.027-.322.01-.646.107-.95.12-.313.315-.58.565-.772.25-.19.544-.296.847-.305.025 0 .05 0 .074.003a1.51 1.51 0 0 1 1.26.745c.055.091.1.188.137.29l.002.004a1.811 1.811 0 0 1 .108.58c.01.253.008.65-.065 1.067-.088.5-.279 1.03-.672 1.373a2.224 2.224 0 0 1-.03.291l.092-.004h.002l.111-.008a5.06 5.06 0 0 1 .312-.011Zm-2.377-.932c.116.211.276.388.465.516.19.127.403.202.623.218a.65.65 0 0 0 .256-.048c.532-.21.871-.677 1.014-1.39a4.728 4.728 0 0 0 .072-1.107 1.461 1.461 0 0 0-.222-.736 1.297 1.297 0 0 0-.491-.466 1.58 1.58 0 0 0-.46-.167 1.003 1.003 0 0 0-.144-.011c-.15.005-.298.041-.438.105a1.445 1.445 0 0 0-.724.593c-.165.305-.242.66-.22 1.017.015.464.034 1.04.269 1.476Zm.124-2.391c-.145.27-.213.585-.193.902v.007c.015.476.036 1 .245 1.387.101.184.24.336.4.445.16.107.339.17.521.184.058 0 .117-.01.172-.033h.001c.64-.255 1.002-.962.962-2.265a1.533 1.533 0 0 0-.085-.459 1.143 1.143 0 0 0-.524-.613l-.003-.002a1.364 1.364 0 0 0-.397-.144.803.803 0 0 0-.107-.01.954.954 0 0 0-.357.088l-.008.004-.008.003a1.244 1.244 0 0 0-.62.506Zm1.105 4.253a.779.779 0 0 1-.19.027c-.316 0-.547-.25-.668-.722h-.006a6.957 6.957 0 0 1-.216.005l-.216-.002a1.49 1.49 0 0 0-.916.233c-.427.29-.49.888-.518 1.476a6.924 6.924 0 0 0 2.503.355l.168-.001.163-.001h.001a8.317 8.317 0 0 0 2.39-.333H7.6c-.004-.1-.01-.206-.018-.315-.034-.442-.13-.93-.5-1.181a1.476 1.476 0 0 0-.905-.233l-.223.002a4.85 4.85 0 0 1-.266-.007.972.972 0 0 1-.207.44.815.815 0 0 1-.38.257Zm.737-.491a1.152 1.152 0 0 1-.205.363c-.126.15-.29.262-.473.32l-.008.002a.976.976 0 0 1-.24.033h-.002a.736.736 0 0 1-.553-.248 1.293 1.293 0 0 1-.262-.47l-.074.001H4.02l-.23-.003a1.29 1.29 0 0 0-.79.201c-.16.11-.262.282-.327.514a3.179 3.179 0 0 0-.093.652 6.712 6.712 0 0 0 2.286.298h.01l.164-.001h.001l.165-.001.001.08.001-.08c.736.006 1.47-.09 2.185-.283a3.287 3.287 0 0 0-.08-.62c-.063-.248-.168-.441-.34-.559a1.276 1.276 0 0 0-.782-.2H6.18l-.225.002-.115-.001Zm-.333-.318a1.055 1.055 0 0 0 .03-.224 1.371 1.371 0 0 1-.413.157.582.582 0 0 1-.13.015 1.25 1.25 0 0 1-.596-.189c.01.072.024.16.045.252.067.278.202.594.472.594a.53.53 0 0 0 .248-.072.92.92 0 0 0 .268-.328 1.02 1.02 0 0 0 .076-.205Zm-.454.366a.723.723 0 0 0 .203-.258.968.968 0 0 1-.09.02.781.781 0 0 1-.172.02h-.01a1.443 1.443 0 0 1-.309-.051c.013.038.027.075.043.11.07.155.14.196.195.198a.329.329 0 0 0 .14-.04Z",
|
|
3555
3854
|
fill: "#528693"
|
|
3556
3855
|
}),
|
|
3557
|
-
/* @__PURE__ */
|
|
3856
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3558
3857
|
d: "M7.598 11.362a8.316 8.316 0 0 1-2.392.334l-.332.002a6.924 6.924 0 0 1-2.503-.355c.028-.588.091-1.186.519-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.12.472.351.722.667.722a.78.78 0 0 0 .19-.027.815.815 0 0 0 .38-.257.972.972 0 0 0 .206-.44c.092.005.18.007.267.007l.222-.002c.316-.024.631.057.906.233.461.312.495.993.516 1.495Z",
|
|
3559
3858
|
fill: "#BFF6F8"
|
|
3560
3859
|
}),
|
|
3561
|
-
/* @__PURE__ */
|
|
3860
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3562
3861
|
d: "M5.537 9.293c-.005.15-.041.298-.106.43a.92.92 0 0 1-.269.327.53.53 0 0 1-.247.072c-.36 0-.48-.56-.518-.846.184.113.388.177.597.188a.582.582 0 0 0 .13-.014c.143-.028.283-.081.413-.157Zm.768-2.598c.04 1.327-.326 2.153-1.088 2.455a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.219 1.48 1.48 0 0 1-.465-.515c-.235-.436-.254-1.012-.269-1.476a1.886 1.886 0 0 1 .22-1.017c.179-.28.432-.488.724-.593.14-.064.288-.1.438-.106.048 0 .096.005.144.012.16.03.314.087.46.167.277.147.498.403.618.721.058.167.091.344.097.523Z",
|
|
3563
3862
|
fill: "#fff"
|
|
3564
3863
|
}),
|
|
3565
|
-
/* @__PURE__ */
|
|
3864
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3566
3865
|
d: "M15.308 9.755a1.493 1.493 0 0 0-1.058-.36c-.14 0-.282.01-.425.02l-.091.004c.016-.096.026-.193.03-.29.74-.648.761-1.953.734-2.484a1.737 1.737 0 0 0-.426-1.079 1.511 1.511 0 0 0-1.08-.497c-.023-.003-.048-.003-.073-.003a1.459 1.459 0 0 0-.847.305 1.74 1.74 0 0 0-.564.772 2.473 2.473 0 0 0-.108.95c.035.671.099 1.314.478 1.764.085.1.181.186.288.255.006.102.017.204.034.305l-.06-.002c-.144-.01-.283-.02-.42-.02a1.486 1.486 0 0 0-1.055.36 1.49 1.49 0 0 0-.432.905c-.04.22-.061.444-.063.67.002.256.303.323.523.373l.095.021a8.233 8.233 0 0 0 2.114.21c.102 0 .201 0 .306-.002a8.44 8.44 0 0 0 2.51-.362.09.09 0 0 0 .055-.039.11.11 0 0 0 .017-.069.104.104 0 0 0 .009-.053c-.017-.606-.067-1.285-.49-1.654Zm-3.435-1.29c-.235-.436-.254-1.013-.269-1.477a1.885 1.885 0 0 1 .22-1.017c.179-.28.433-.488.724-.593.14-.064.288-.1.438-.105.048 0 .097.004.144.011.16.031.314.087.46.167.277.147.498.404.618.722.058.166.091.342.097.521.041 1.328-.326 2.154-1.088 2.456a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.218 1.479 1.479 0 0 1-.465-.516Zm1.664.828c-.005.15-.042.298-.107.43a.92.92 0 0 1-.268.327.53.53 0 0 1-.248.072c-.36 0-.48-.56-.517-.846.184.113.388.177.597.189a.582.582 0 0 0 .129-.015 1.32 1.32 0 0 0 .414-.157Zm-.33 2.403-.332.002a6.921 6.921 0 0 1-2.503-.355c.027-.588.09-1.185.518-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.121.472.352.722.667.722a.78.78 0 0 0 .19-.027.814.814 0 0 0 .38-.257.972.972 0 0 0 .207-.44c.09.005.18.007.266.007l.223-.002c.315-.024.63.057.905.233.462.312.496.993.518 1.495a8.316 8.316 0 0 1-2.393.334Z",
|
|
3567
3866
|
fill: "#528693"
|
|
3568
3867
|
}),
|
|
3569
|
-
/* @__PURE__ */
|
|
3868
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3570
3869
|
fillRule: "evenodd",
|
|
3571
3870
|
clipRule: "evenodd",
|
|
3572
3871
|
d: "M15.44 9.604c.255.223.388.53.461.844.072.311.09.648.098.95a.308.308 0 0 1-.01.099.309.309 0 0 1-.05.146.29.29 0 0 1-.168.12 8.637 8.637 0 0 1-2.561.369c-.106.002-.205.002-.305.002a8.46 8.46 0 0 1-2.162-.215h-.002a4.487 4.487 0 0 0-.09-.02l-.003-.001-.012-.003a1.535 1.535 0 0 1-.38-.125c-.141-.075-.284-.211-.286-.44v-.003c.002-.234.024-.467.065-.696a1.69 1.69 0 0 1 .49-1.02l.01-.01c.34-.285.76-.43 1.19-.405.075 0 .15.002.223.006a1.546 1.546 0 0 1-.223-.215c-.428-.509-.49-1.22-.525-1.88a2.67 2.67 0 0 1 .117-1.025l.003-.01c.131-.346.35-.645.631-.86.282-.215.616-.336.962-.345h.009a1.712 1.712 0 0 1 1.297.564l.003.002c.288.324.456.753.475 1.202.015.275.017.751-.082 1.247-.092.46-.276.96-.64 1.323.088-.005.179-.01.269-.01.43-.025.853.12 1.193.407l.003.002Zm-1.19-.208c.38-.024.754.103 1.058.36.337.293.438.782.474 1.275.007.108.012.216.015.323l.002.056a.104.104 0 0 1-.009.052.11.11 0 0 1-.017.07.09.09 0 0 1-.054.038 8.44 8.44 0 0 1-2.51.361c-.105.003-.205.003-.307.003a8.258 8.258 0 0 1-2.21-.231l-.004-.001c-.155-.035-.349-.08-.45-.192a.261.261 0 0 1-.068-.18c.002-.226.023-.45.063-.67a1.49 1.49 0 0 1 .432-.905 1.486 1.486 0 0 1 1.054-.36 4.645 4.645 0 0 1 .409.019h.012l.06.003a2.884 2.884 0 0 1-.034-.305 1.323 1.323 0 0 1-.288-.255c-.379-.45-.443-1.093-.478-1.764-.027-.322.01-.646.107-.95.12-.313.315-.58.566-.772.25-.19.543-.296.846-.305.025 0 .05 0 .074.003a1.511 1.511 0 0 1 1.26.745 1.716 1.716 0 0 1 .139.294 1.811 1.811 0 0 1 .108.58c.01.253.008.65-.065 1.067-.088.5-.279 1.03-.672 1.373a2.224 2.224 0 0 1-.03.291l.091-.004h.003l.111-.008c.105-.006.21-.011.312-.011Zm-2.377-.932c.116.211.276.388.465.516.19.127.403.202.623.218a.65.65 0 0 0 .256-.048c.532-.21.871-.677 1.014-1.39a4.73 4.73 0 0 0 .072-1.105v-.002a1.729 1.729 0 0 0-.095-.48 1.46 1.46 0 0 0-.126-.256 1.307 1.307 0 0 0-.492-.466 1.58 1.58 0 0 0-.46-.167 1.003 1.003 0 0 0-.144-.011 1.14 1.14 0 0 0-.438.105 1.445 1.445 0 0 0-.724.593c-.165.305-.242.66-.22 1.017.015.464.034 1.04.269 1.476Zm.124-2.391c-.145.27-.213.585-.193.902v.007c.015.476.036 1 .245 1.387.101.184.24.336.4.445.16.107.339.17.521.184a.45.45 0 0 0 .172-.033h.002c.64-.255 1.002-.962.961-2.265a1.534 1.534 0 0 0-.085-.459 1.144 1.144 0 0 0-.524-.613l-.003-.002a1.364 1.364 0 0 0-.397-.144.803.803 0 0 0-.107-.01.954.954 0 0 0-.357.088l-.008.004-.008.003a1.244 1.244 0 0 0-.62.506Zm1.105 4.253a.78.78 0 0 1-.19.027c-.316 0-.547-.25-.668-.722h-.006a6.955 6.955 0 0 1-.216.005l-.216-.002a1.49 1.49 0 0 0-.916.233c-.427.29-.49.888-.518 1.476a6.924 6.924 0 0 0 2.503.355l.168-.001.163-.001h.001a8.317 8.317 0 0 0 2.39-.333h.003a9.28 9.28 0 0 0-.018-.315c-.034-.442-.13-.93-.5-1.181a1.476 1.476 0 0 0-.905-.233l-.223.002a4.85 4.85 0 0 1-.266-.007.973.973 0 0 1-.207.44.814.814 0 0 1-.38.257Zm.737-.491a1.152 1.152 0 0 1-.205.363c-.126.15-.29.262-.473.32l-.008.002a.977.977 0 0 1-.24.033h-.002a.736.736 0 0 1-.553-.248 1.29 1.29 0 0 1-.262-.47l-.074.001h-.002l-.23-.003a1.29 1.29 0 0 0-.79.201c-.16.11-.262.282-.327.514a3.247 3.247 0 0 0-.094.652 6.713 6.713 0 0 0 2.287.298h.01l.164-.001h.001l.165-.001.001.08.001-.08c.736.006 1.47-.09 2.184-.283a3.287 3.287 0 0 0-.08-.62c-.063-.248-.167-.441-.34-.559a1.276 1.276 0 0 0-.78-.2h-.013l-.225.002-.115-.001Zm-.333-.318a1.016 1.016 0 0 0 .03-.224 1.372 1.372 0 0 1-.413.157.582.582 0 0 1-.13.015 1.251 1.251 0 0 1-.596-.189c.01.072.024.16.046.252.066.278.201.594.471.594a.53.53 0 0 0 .248-.072.92.92 0 0 0 .268-.328.916.916 0 0 0 .07-.185l.006-.02Zm-.454.366a.723.723 0 0 0 .2-.25l.003-.008a.968.968 0 0 1-.09.02.781.781 0 0 1-.171.02h-.01a1.443 1.443 0 0 1-.31-.051c.013.038.027.075.043.11.07.155.14.196.194.198a.328.328 0 0 0 .14-.04Z",
|
|
3573
3872
|
fill: "#528693"
|
|
3574
3873
|
}),
|
|
3575
|
-
/* @__PURE__ */
|
|
3874
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3576
3875
|
d: "M15.598 11.362a8.316 8.316 0 0 1-2.392.334l-.332.002a6.924 6.924 0 0 1-2.503-.355c.028-.588.091-1.186.519-1.476a1.49 1.49 0 0 1 .916-.233l.216.002c.072 0 .146-.002.222-.005.12.472.351.722.667.722a.764.764 0 0 0 .19-.027.814.814 0 0 0 .38-.257.972.972 0 0 0 .206-.44c.091.005.18.007.267.007l.222-.002c.316-.024.631.057.906.233.461.312.495.993.516 1.495Z",
|
|
3577
3876
|
fill: "#BFF6F8"
|
|
3578
3877
|
}),
|
|
3579
|
-
/* @__PURE__ */
|
|
3878
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3580
3879
|
d: "M13.537 9.293c-.005.15-.041.298-.107.43a.92.92 0 0 1-.268.327.53.53 0 0 1-.247.072c-.36 0-.48-.56-.518-.846.184.113.388.177.597.188a.582.582 0 0 0 .13-.014c.143-.028.283-.081.413-.157Zm.768-2.598c.04 1.327-.326 2.153-1.088 2.455a.65.65 0 0 1-.256.048 1.278 1.278 0 0 1-.623-.219 1.48 1.48 0 0 1-.465-.515c-.235-.436-.254-1.012-.269-1.476a1.886 1.886 0 0 1 .22-1.017c.178-.28.432-.488.724-.593.14-.064.288-.1.438-.106.048 0 .096.005.144.012.16.03.314.087.46.167.277.147.498.403.618.721.058.167.091.344.097.523Z",
|
|
3581
3880
|
fill: "#fff"
|
|
3582
3881
|
}),
|
|
3583
|
-
/* @__PURE__ */
|
|
3882
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3584
3883
|
d: "M13.052 9.452a2.827 2.827 0 0 0-1.853-.559c-.244 0-.493.015-.744.03l-.16.007c.03-.15.046-.3.053-.453 1.296-1.007 1.333-3.037 1.285-3.863a2.546 2.546 0 0 0-.745-1.677A2.796 2.796 0 0 0 9 2.163c-.041-.004-.085-.004-.13-.004A2.757 2.757 0 0 0 6.4 3.833c-.17.473-.234.978-.189 1.478.063 1.045.174 2.045.837 2.745.148.155.318.289.504.396.01.16.03.318.06.474l-.104-.003c-.252-.015-.497-.03-.737-.03a2.813 2.813 0 0 0-1.845.56 2.22 2.22 0 0 0-.756 1.407c-.07.343-.108.691-.11 1.04.003.4.529.505.914.582l.167.034c1.217.25 2.458.36 3.7.326.178 0 .352 0 .535-.004 1.483.01 2.96-.179 4.393-.563a.158.158 0 0 0 .126-.167.146.146 0 0 0 .015-.082c-.029-.944-.118-2-.858-2.574ZM7.04 7.445c-.412-.678-.445-1.575-.47-2.297a2.667 2.667 0 0 1 .384-1.582 2.49 2.49 0 0 1 1.267-.922c.244-.1.504-.155.767-.165.084.001.168.007.252.019.279.048.55.135.804.26.486.227.871.627 1.081 1.122.103.258.16.533.17.81.073 2.066-.57 3.351-1.903 3.821a1.265 1.265 0 0 1-.448.075A2.423 2.423 0 0 1 7.04 7.445Zm2.91 1.289a1.482 1.482 0 0 1-.655 1.178 1.016 1.016 0 0 1-.434.11c-.63 0-.84-.87-.905-1.314.321.175.678.275 1.044.292.076 0 .152-.007.226-.022.252-.044.496-.127.724-.244Zm-.576 3.737c-.193 0-.385.004-.582.004-1.48.057-2.96-.13-4.38-.552.047-.915.158-1.845.907-2.297a2.865 2.865 0 0 1 1.603-.363l.378.004c.126 0 .255-.004.389-.007.21.733.614 1.122 1.166 1.122.113-.001.224-.015.334-.041a1.446 1.446 0 0 0 1.025-1.085c.16.007.315.011.467.011l.389-.004a2.837 2.837 0 0 1 1.585.363c.808.486.867 1.545.906 2.327a16.257 16.257 0 0 1-4.189.518h.002Z",
|
|
3585
3884
|
fill: "#528693"
|
|
3586
3885
|
}),
|
|
3587
|
-
/* @__PURE__ */
|
|
3886
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3588
3887
|
d: "M13.558 11.953a16.257 16.257 0 0 1-4.185.518c-.193 0-.385.004-.582.004-1.48.057-2.96-.13-4.38-.552.049-.915.16-1.845.908-2.297a2.864 2.864 0 0 1 1.603-.363l.378.004c.126 0 .256-.004.389-.007.211.733.615 1.122 1.167 1.122a1.51 1.51 0 0 0 .333-.041 1.445 1.445 0 0 0 1.026-1.085c.16.007.315.011.466.011l.39-.004a2.837 2.837 0 0 1 1.585.363c.806.486.865 1.545.902 2.327Z",
|
|
3589
3888
|
fill: "#BFF6F8"
|
|
3590
3889
|
}),
|
|
3591
|
-
/* @__PURE__ */
|
|
3890
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3592
3891
|
d: "M9.952 8.734a1.482 1.482 0 0 1-.656 1.178 1.015 1.015 0 0 1-.433.11c-.63 0-.841-.87-.906-1.314.322.175.679.275 1.045.292.075 0 .151-.007.226-.022.252-.045.496-.127.724-.244Zm1.343-4.042c.072 2.064-.57 3.349-1.903 3.82a1.265 1.265 0 0 1-.448.073 2.423 2.423 0 0 1-1.904-1.14c-.412-.678-.445-1.575-.47-2.297a2.667 2.667 0 0 1 .385-1.582 2.49 2.49 0 0 1 1.266-.922c.244-.1.504-.156.767-.165.084.001.168.007.252.019.279.047.55.135.804.259.486.228.871.628 1.081 1.122.103.26.16.535.17.813Z",
|
|
3593
3892
|
fill: "#fff"
|
|
3594
3893
|
})
|
|
@@ -3598,10 +3897,10 @@ var People = forwardRef68((delegated, ref) => {
|
|
|
3598
3897
|
People.displayName = "PeopleIcon";
|
|
3599
3898
|
|
|
3600
3899
|
// src/iconography/percentage.tsx
|
|
3601
|
-
import { forwardRef as
|
|
3602
|
-
import { jsx as
|
|
3603
|
-
var Percentage =
|
|
3604
|
-
return /* @__PURE__ */
|
|
3900
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
3901
|
+
import { jsx as jsx76, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
3902
|
+
var Percentage = forwardRef70((delegated, ref) => {
|
|
3903
|
+
return /* @__PURE__ */ jsxs67("svg", {
|
|
3605
3904
|
ref,
|
|
3606
3905
|
width: "22",
|
|
3607
3906
|
height: "22",
|
|
@@ -3609,40 +3908,40 @@ var Percentage = forwardRef69((delegated, ref) => {
|
|
|
3609
3908
|
fill: "none",
|
|
3610
3909
|
...delegated,
|
|
3611
3910
|
children: [
|
|
3612
|
-
/* @__PURE__ */
|
|
3911
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3613
3912
|
fillRule: "evenodd",
|
|
3614
3913
|
clipRule: "evenodd",
|
|
3615
3914
|
d: "M6.03188 15.4616L16.3576 5.13588C16.7481 4.74536 17.3813 4.74536 17.7718 5.13588C18.1623 5.52641 18.1623 6.15957 17.7718 6.5501L7.44609 16.8758C7.05556 17.2663 6.4224 17.2663 6.03188 16.8758C5.64135 16.4853 5.64135 15.8521 6.03188 15.4616Z",
|
|
3616
3915
|
fill: "#BFF6F8",
|
|
3617
3916
|
className: "c-icon-fill"
|
|
3618
3917
|
}),
|
|
3619
|
-
/* @__PURE__ */
|
|
3918
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3620
3919
|
fillRule: "evenodd",
|
|
3621
3920
|
clipRule: "evenodd",
|
|
3622
3921
|
d: "M5.60761 15.0373L15.9333 4.71159C16.5582 4.08676 17.5712 4.08676 18.1961 4.7116C18.8209 5.33644 18.8209 6.3495 18.1961 6.97434L7.87035 17.3C7.24551 17.9249 6.23245 17.9249 5.60761 17.3C4.98277 16.6752 4.98277 15.6621 5.60761 15.0373ZM16.3576 5.13586L6.03187 15.4616C5.64135 15.8521 5.64135 16.4853 6.03187 16.8758C6.4224 17.2663 7.05556 17.2663 7.44609 16.8758L17.7718 6.55007C18.1623 6.15955 18.1623 5.52638 17.7718 5.13586C17.3813 4.74533 16.7481 4.74533 16.3576 5.13586Z",
|
|
3623
3922
|
fill: "#528693"
|
|
3624
3923
|
}),
|
|
3625
|
-
/* @__PURE__ */
|
|
3924
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3626
3925
|
fillRule: "evenodd",
|
|
3627
3926
|
clipRule: "evenodd",
|
|
3628
3927
|
d: "M9.60204 6.70605C9.60204 7.81062 8.70661 8.70605 7.60204 8.70605C6.49747 8.70605 5.60204 7.81062 5.60204 6.70605C5.60204 5.60148 6.49747 4.70605 7.60204 4.70605C8.70661 4.70605 9.60204 5.60148 9.60204 6.70605Z",
|
|
3629
3928
|
fill: "#BFF6F8",
|
|
3630
3929
|
className: "c-icon-fill"
|
|
3631
3930
|
}),
|
|
3632
|
-
/* @__PURE__ */
|
|
3931
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3633
3932
|
fillRule: "evenodd",
|
|
3634
3933
|
clipRule: "evenodd",
|
|
3635
3934
|
d: "M10.202 6.70603C10.202 8.14197 9.03798 9.30603 7.60204 9.30603C6.1661 9.30603 5.00204 8.14197 5.00204 6.70603C5.00204 5.27009 6.1661 4.10603 7.60204 4.10603C9.03798 4.10603 10.202 5.27009 10.202 6.70603ZM7.60204 8.70603C8.70661 8.70603 9.60204 7.8106 9.60204 6.70603C9.60204 5.60146 8.70661 4.70603 7.60204 4.70603C6.49747 4.70603 5.60204 5.60146 5.60204 6.70603C5.60204 7.8106 6.49747 8.70603 7.60204 8.70603Z",
|
|
3636
3935
|
fill: "#528693"
|
|
3637
3936
|
}),
|
|
3638
|
-
/* @__PURE__ */
|
|
3937
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3639
3938
|
fillRule: "evenodd",
|
|
3640
3939
|
clipRule: "evenodd",
|
|
3641
3940
|
d: "M18.602 15.7061C18.602 16.8106 17.7066 17.7061 16.602 17.7061C15.4975 17.7061 14.602 16.8106 14.602 15.7061C14.602 14.6015 15.4975 13.7061 16.602 13.7061C17.7066 13.7061 18.602 14.6015 18.602 15.7061Z",
|
|
3642
3941
|
fill: "#BFF6F8",
|
|
3643
3942
|
className: "c-icon-fill"
|
|
3644
3943
|
}),
|
|
3645
|
-
/* @__PURE__ */
|
|
3944
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3646
3945
|
fillRule: "evenodd",
|
|
3647
3946
|
clipRule: "evenodd",
|
|
3648
3947
|
d: "M19.202 15.7061C19.202 17.142 18.038 18.3061 16.602 18.3061C15.1661 18.3061 14.002 17.142 14.002 15.7061C14.002 14.2701 15.1661 13.1061 16.602 13.1061C18.038 13.1061 19.202 14.2701 19.202 15.7061ZM16.602 17.7061C17.7066 17.7061 18.602 16.8106 18.602 15.7061C18.602 14.6015 17.7066 13.7061 16.602 13.7061C15.4975 13.7061 14.602 14.6015 14.602 15.7061C14.602 16.8106 15.4975 17.7061 16.602 17.7061Z",
|
|
@@ -3653,11 +3952,60 @@ var Percentage = forwardRef69((delegated, ref) => {
|
|
|
3653
3952
|
});
|
|
3654
3953
|
Percentage.displayName = "PercentageIcon";
|
|
3655
3954
|
|
|
3955
|
+
// src/iconography/piece.tsx
|
|
3956
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
3957
|
+
import { jsx as jsx77, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
3958
|
+
var Piece = forwardRef71((delegated, ref) => {
|
|
3959
|
+
return /* @__PURE__ */ jsxs68("svg", {
|
|
3960
|
+
ref,
|
|
3961
|
+
width: "22",
|
|
3962
|
+
height: "22",
|
|
3963
|
+
viewBox: "0 0 22 22",
|
|
3964
|
+
fill: "none",
|
|
3965
|
+
...delegated,
|
|
3966
|
+
children: [
|
|
3967
|
+
/* @__PURE__ */ jsxs68("g", {
|
|
3968
|
+
clipPath: "url(#a)",
|
|
3969
|
+
children: [
|
|
3970
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3971
|
+
fill: "#BFF6F8",
|
|
3972
|
+
d: "M1.67 1.89h18.491v18.157H1.671V1.891Z"
|
|
3973
|
+
}),
|
|
3974
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3975
|
+
fill: "#fff",
|
|
3976
|
+
d: "M11.232 10.957h2.232l1.159-3.053H16.5l1.43 3.053h2.232v9.091h-8.93v-2.842l3.063-.346v-2.136l-3.063-.361v-3.406Z"
|
|
3977
|
+
}),
|
|
3978
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3979
|
+
fill: "#528693",
|
|
3980
|
+
d: "M18.351.729H3.67A2.89 2.89 0 0 0 .783 3.614v14.683a2.89 2.89 0 0 0 2.886 2.885h14.682a2.89 2.89 0 0 0 2.886-2.885V3.614A2.89 2.89 0 0 0 18.351.73Zm1.688 2.885V10.4H17.75V8.906a2.04 2.04 0 0 0-2.038-2.037 2.04 2.04 0 0 0-2.037 2.037V10.4H11.64V6.993H8.888a.84.84 0 0 1 0-1.678l2.751-.025V1.927h6.712c.93 0 1.688.757 1.688 1.687ZM3.669 1.927h6.772v2.175l-1.556.015A2.04 2.04 0 0 0 6.85 6.154a2.04 2.04 0 0 0 2.038 2.037h1.553V10.4H6.975v2.752a.84.84 0 0 1-1.678 0l-.026-2.752h-3.29V3.614c0-.93.758-1.687 1.688-1.687Zm-1.687 16.37v-6.7h2.102l.014 1.557a2.04 2.04 0 0 0 2.038 2.034 2.04 2.04 0 0 0 2.037-2.037v-1.553h2.268v3.295h2.691a.84.84 0 0 1 0 1.678h-2.691v3.413H3.669a1.69 1.69 0 0 1-1.687-1.688Zm16.37 1.687h-6.713v-2.215h1.493a2.04 2.04 0 0 0 2.038-2.037 2.04 2.04 0 0 0-2.038-2.038H11.64v-2.096h3.236V8.906a.84.84 0 0 1 1.677 0v2.692h3.487v6.699a1.69 1.69 0 0 1-1.688 1.687Z"
|
|
3981
|
+
}),
|
|
3982
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3983
|
+
fill: "#BFF6F8",
|
|
3984
|
+
fillRule: "evenodd",
|
|
3985
|
+
d: "M20.273 10.634h-2.757V8.906c0-.994-.809-1.803-1.802-1.803-.994 0-1.803.81-1.803 1.803v1.728h-2.506V7.228H8.888a1.075 1.075 0 0 1-.001-2.148l2.518-.023V1.692h6.946c1.06 0 1.922.862 1.922 1.922v7.02ZM11.64 5.29l-2.751.025a.84.84 0 0 0 0 1.678h2.751v3.406h2.037V8.906a2.04 2.04 0 0 1 2.037-2.037 2.04 2.04 0 0 1 2.038 2.037V10.4h2.288V3.614a1.69 1.69 0 0 0-1.688-1.687H11.64V5.29Zm-.963-3.598v2.643l-1.791.016c-.993.002-1.8.81-1.8 1.803 0 .994.809 1.803 1.803 1.803h1.787v2.677H7.21v2.517a1.075 1.075 0 0 1-2.147 0l-.023-2.517H1.747v-7.02c0-1.06.862-1.922 1.922-1.922h7.006ZM5.27 10.4l.026 2.752a.84.84 0 0 0 1.678 0v-2.752h3.466V8.191H8.888A2.04 2.04 0 0 1 6.85 6.154a2.04 2.04 0 0 1 2.035-2.037l1.556-.015V1.927H3.669a1.69 1.69 0 0 0-1.687 1.687V10.4h3.29Zm-3.524.964h2.57l.016 1.79c.002.993.81 1.8 1.803 1.8.994 0 1.802-.808 1.802-1.802v-1.788h2.737v3.295h2.457a1.075 1.075 0 0 1 0 2.147h-2.457v3.413H3.67a1.924 1.924 0 0 1-1.922-1.921v-6.934Zm8.694 5.208h2.691a.84.84 0 0 0 0-1.678h-2.691v-3.295H8.173v1.553a2.04 2.04 0 0 1-2.037 2.037 2.04 2.04 0 0 1-2.038-2.034l-.014-1.556H1.982v6.699c0 .93.757 1.687 1.687 1.687h6.772V16.57Zm.964 3.647v-2.683h1.727c.994 0 1.803-.81 1.803-1.803 0-.994-.809-1.803-1.803-1.803h-1.727v-2.566h3.235V8.906a1.075 1.075 0 0 1 2.147 0v2.457h3.486v6.934c0 1.06-.862 1.921-1.922 1.921h-6.946Zm5.147-8.62V8.906a.84.84 0 0 0-1.678 0v2.692H11.64v2.096h1.493a2.04 2.04 0 0 1 2.038 2.038 2.04 2.04 0 0 1-2.038 2.037H11.64v2.215h6.712a1.69 1.69 0 0 0 1.688-1.688v-6.698h-3.487Zm1.8-10.635H3.668a2.655 2.655 0 0 0-2.651 2.651v14.683a2.655 2.655 0 0 0 2.651 2.65h14.682a2.655 2.655 0 0 0 2.651-2.65V3.614a2.655 2.655 0 0 0-2.65-2.65ZM3.668.73h14.682a2.89 2.89 0 0 1 2.886 2.885v14.683a2.89 2.89 0 0 1-2.886 2.885H3.67a2.89 2.89 0 0 1-2.886-2.885V3.614A2.89 2.89 0 0 1 3.67.73Z",
|
|
3986
|
+
clipRule: "evenodd"
|
|
3987
|
+
})
|
|
3988
|
+
]
|
|
3989
|
+
}),
|
|
3990
|
+
/* @__PURE__ */ jsx77("defs", {
|
|
3991
|
+
children: /* @__PURE__ */ jsx77("clipPath", {
|
|
3992
|
+
id: "a",
|
|
3993
|
+
children: /* @__PURE__ */ jsx77("path", {
|
|
3994
|
+
fill: "#fff",
|
|
3995
|
+
d: "M0 0h22v22H0z"
|
|
3996
|
+
})
|
|
3997
|
+
})
|
|
3998
|
+
})
|
|
3999
|
+
]
|
|
4000
|
+
});
|
|
4001
|
+
});
|
|
4002
|
+
Piece.displayName = "PieceIcon";
|
|
4003
|
+
|
|
3656
4004
|
// src/iconography/pin.tsx
|
|
3657
|
-
import { forwardRef as
|
|
3658
|
-
import { jsx as
|
|
3659
|
-
var Pin =
|
|
3660
|
-
return /* @__PURE__ */
|
|
4005
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
4006
|
+
import { jsx as jsx78, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
4007
|
+
var Pin = forwardRef72((delegated, ref) => {
|
|
4008
|
+
return /* @__PURE__ */ jsxs69("svg", {
|
|
3661
4009
|
ref,
|
|
3662
4010
|
width: "26",
|
|
3663
4011
|
height: "26",
|
|
@@ -3665,19 +4013,19 @@ var Pin = forwardRef70((delegated, ref) => {
|
|
|
3665
4013
|
fill: "none",
|
|
3666
4014
|
...delegated,
|
|
3667
4015
|
children: [
|
|
3668
|
-
/* @__PURE__ */
|
|
4016
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3669
4017
|
d: "M14.0891 2.50946C14.5034 1.79202 15.4207 1.54621 16.1382 1.96042L25.6645 7.46042C26.3819 7.87463 26.6277 8.79202 26.2135 9.50946V9.50946C25.7993 10.2269 24.8819 10.4727 24.1645 10.0585L14.6382 4.55849C13.9207 4.14428 13.6749 3.2269 14.0891 2.50946V2.50946Z",
|
|
3670
4018
|
fill: "#4C505B"
|
|
3671
4019
|
}),
|
|
3672
|
-
/* @__PURE__ */
|
|
4020
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3673
4021
|
d: "M16.0712 3.07644L24.7314 8.07644L18.9635 22.0668L6.83914 15.0668L16.0712 3.07644Z",
|
|
3674
4022
|
fill: "#4C505B"
|
|
3675
4023
|
}),
|
|
3676
|
-
/* @__PURE__ */
|
|
4024
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3677
4025
|
d: "M4.85709 14.4998C5.2713 13.7824 6.18869 13.5366 6.90612 13.9508L19.8965 21.4508C20.6139 21.865 20.8598 22.7824 20.4455 23.4998V23.4998C20.0313 24.2173 19.1139 24.4631 18.3965 24.0489L5.40612 16.5489C4.68869 16.1347 4.44287 15.2173 4.85709 14.4998V14.4998Z",
|
|
3678
4026
|
fill: "#4C505B"
|
|
3679
4027
|
}),
|
|
3680
|
-
/* @__PURE__ */
|
|
4028
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3681
4029
|
d: "M9.42047 16.5958L16.3487 20.5958L8.31759 27.5061L7.45156 27.0061L9.42047 16.5958Z",
|
|
3682
4030
|
fill: "#4C505B"
|
|
3683
4031
|
})
|
|
@@ -3687,10 +4035,10 @@ var Pin = forwardRef70((delegated, ref) => {
|
|
|
3687
4035
|
Pin.displayName = "PinIcon";
|
|
3688
4036
|
|
|
3689
4037
|
// src/iconography/pipeline-dashed.tsx
|
|
3690
|
-
import { forwardRef as
|
|
3691
|
-
import { jsx as
|
|
3692
|
-
var PipelineDashed =
|
|
3693
|
-
return /* @__PURE__ */
|
|
4038
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
4039
|
+
import { jsx as jsx79, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
4040
|
+
var PipelineDashed = forwardRef73((delegated, ref) => {
|
|
4041
|
+
return /* @__PURE__ */ jsxs70("svg", {
|
|
3694
4042
|
ref,
|
|
3695
4043
|
width: "22",
|
|
3696
4044
|
height: "22",
|
|
@@ -3698,91 +4046,91 @@ var PipelineDashed = forwardRef71((delegated, ref) => {
|
|
|
3698
4046
|
fill: "none",
|
|
3699
4047
|
...delegated,
|
|
3700
4048
|
children: [
|
|
3701
|
-
/* @__PURE__ */
|
|
4049
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3702
4050
|
fillRule: "evenodd",
|
|
3703
4051
|
clipRule: "evenodd",
|
|
3704
4052
|
d: "M3.53671 14.1535C3.7024 14.1535 3.83671 14.2878 3.83671 14.4535V16.2373L5.13158 16.6689C5.28876 16.7213 5.37371 16.8912 5.32131 17.0484C5.26892 17.2056 5.09902 17.2905 4.94184 17.2381L3.44184 16.7381C3.31934 16.6973 3.23671 16.5826 3.23671 16.4535V14.4535C3.23671 14.2878 3.37102 14.1535 3.53671 14.1535Z",
|
|
3705
4053
|
fill: "#528693"
|
|
3706
4054
|
}),
|
|
3707
|
-
/* @__PURE__ */
|
|
4055
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3708
4056
|
fillRule: "evenodd",
|
|
3709
4057
|
clipRule: "evenodd",
|
|
3710
4058
|
d: "M3.53671 10.1535C3.7024 10.1535 3.83671 10.2878 3.83671 10.4535V12.4535C3.83671 12.6192 3.7024 12.7535 3.53671 12.7535C3.37102 12.7535 3.23671 12.6192 3.23671 12.4535V10.4535C3.23671 10.2878 3.37102 10.1535 3.53671 10.1535Z",
|
|
3711
4059
|
fill: "#528693"
|
|
3712
4060
|
}),
|
|
3713
|
-
/* @__PURE__ */
|
|
4061
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3714
4062
|
fillRule: "evenodd",
|
|
3715
4063
|
clipRule: "evenodd",
|
|
3716
4064
|
d: "M3.53671 14.1535C3.7024 14.1535 3.83671 14.2878 3.83671 14.4535V16.2373L5.13158 16.6689C5.28876 16.7213 5.37371 16.8912 5.32131 17.0484C5.26892 17.2056 5.09902 17.2905 4.94184 17.2381L3.44184 16.7381C3.31934 16.6973 3.23671 16.5826 3.23671 16.4535V14.4535C3.23671 14.2878 3.37102 14.1535 3.53671 14.1535Z",
|
|
3717
4065
|
fill: "#528693"
|
|
3718
4066
|
}),
|
|
3719
|
-
/* @__PURE__ */
|
|
4067
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3720
4068
|
fillRule: "evenodd",
|
|
3721
4069
|
clipRule: "evenodd",
|
|
3722
4070
|
d: "M3.53671 8.25354C3.7024 8.25354 3.83671 8.11923 3.83671 7.95354V6.16977L6.63158 5.23815C6.78876 5.18575 6.87371 5.01585 6.82131 4.85867C6.76892 4.70149 6.59902 4.61654 6.44184 4.66894L3.44184 5.66894C3.31934 5.70977 3.23671 5.82441 3.23671 5.95354V7.95354C3.23671 8.11923 3.37102 8.25354 3.53671 8.25354Z",
|
|
3723
4071
|
fill: "#528693"
|
|
3724
4072
|
}),
|
|
3725
|
-
/* @__PURE__ */
|
|
4073
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3726
4074
|
fillRule: "evenodd",
|
|
3727
4075
|
clipRule: "evenodd",
|
|
3728
4076
|
d: "M3.24253 5.89467C3.27503 5.7322 3.43307 5.62683 3.59554 5.65933L6.09554 6.15933C6.25801 6.19182 6.36337 6.34987 6.33088 6.51234C6.29839 6.6748 6.14034 6.78017 5.97787 6.74767L3.47787 6.24767C3.3154 6.21518 3.21004 6.05713 3.24253 5.89467Z",
|
|
3729
4077
|
fill: "#528693"
|
|
3730
4078
|
}),
|
|
3731
|
-
/* @__PURE__ */
|
|
4079
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3732
4080
|
fillRule: "evenodd",
|
|
3733
4081
|
clipRule: "evenodd",
|
|
3734
4082
|
d: "M18.5367 10.1535C18.371 10.1535 18.2367 10.2878 18.2367 10.4535V12.4535C18.2367 12.6192 18.371 12.7535 18.5367 12.7535C18.7024 12.7535 18.8367 12.6192 18.8367 12.4535V10.4535C18.8367 10.2878 18.7024 10.1535 18.5367 10.1535Z",
|
|
3735
4083
|
fill: "#528693"
|
|
3736
4084
|
}),
|
|
3737
|
-
/* @__PURE__ */
|
|
4085
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3738
4086
|
fillRule: "evenodd",
|
|
3739
4087
|
clipRule: "evenodd",
|
|
3740
4088
|
d: "M18.5367 14.1535C18.371 14.1535 18.2367 14.2878 18.2367 14.4535V16.2373L16.9418 16.6689C16.7846 16.7213 16.6997 16.8912 16.7521 17.0484C16.8045 17.2056 16.9744 17.2905 17.1316 17.2381L18.6316 16.7381C18.7541 16.6973 18.8367 16.5826 18.8367 16.4535V14.4535C18.8367 14.2878 18.7024 14.1535 18.5367 14.1535Z",
|
|
3741
4089
|
fill: "#528693"
|
|
3742
4090
|
}),
|
|
3743
|
-
/* @__PURE__ */
|
|
4091
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3744
4092
|
fillRule: "evenodd",
|
|
3745
4093
|
clipRule: "evenodd",
|
|
3746
4094
|
d: "M18.5367 8.25354C18.371 8.25354 18.2367 8.11923 18.2367 7.95354V6.16977L15.4418 5.23815C15.2846 5.18575 15.1997 5.01585 15.2521 4.85867C15.3045 4.70149 15.4744 4.61654 15.6316 4.66894L18.6316 5.66894C18.7541 5.70977 18.8367 5.82441 18.8367 5.95354V7.95354C18.8367 8.11923 18.7024 8.25354 18.5367 8.25354Z",
|
|
3747
4095
|
fill: "#528693"
|
|
3748
4096
|
}),
|
|
3749
|
-
/* @__PURE__ */
|
|
4097
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3750
4098
|
fillRule: "evenodd",
|
|
3751
4099
|
clipRule: "evenodd",
|
|
3752
4100
|
d: "M18.8309 5.89467C18.7984 5.7322 18.6403 5.62683 18.4779 5.65933L15.9779 6.15933C15.8154 6.19182 15.71 6.34987 15.7425 6.51234C15.775 6.6748 15.9331 6.78017 16.0955 6.74767L18.5955 6.24767C18.758 6.21518 18.8634 6.05713 18.8309 5.89467Z",
|
|
3753
4101
|
fill: "#528693"
|
|
3754
4102
|
}),
|
|
3755
|
-
/* @__PURE__ */
|
|
4103
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3756
4104
|
fillRule: "evenodd",
|
|
3757
4105
|
clipRule: "evenodd",
|
|
3758
4106
|
d: "M11.0367 3.33722L12.6316 3.86884C12.7888 3.92124 12.8737 4.09113 12.8213 4.24832C12.7689 4.4055 12.599 4.49045 12.4418 4.43805L11.0367 3.96967L9.63157 4.43805C9.47438 4.49045 9.30449 4.4055 9.25209 4.24832C9.1997 4.09113 9.28465 3.92124 9.44183 3.86884L11.0367 3.33722Z",
|
|
3759
4107
|
fill: "#528693"
|
|
3760
4108
|
}),
|
|
3761
|
-
/* @__PURE__ */
|
|
4109
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3762
4110
|
fillRule: "evenodd",
|
|
3763
4111
|
clipRule: "evenodd",
|
|
3764
4112
|
d: "M8.74566 7.0807C8.78585 6.91997 8.94873 6.82224 9.10946 6.86242L11.0367 7.34423L12.9639 6.86242C13.1247 6.82224 13.2876 6.91997 13.3277 7.0807C13.3679 7.24144 13.2702 7.40432 13.1095 7.44451L11.0367 7.9627L8.96394 7.44451C8.80321 7.40432 8.70548 7.24144 8.74566 7.0807Z",
|
|
3765
4113
|
fill: "#528693"
|
|
3766
4114
|
}),
|
|
3767
|
-
/* @__PURE__ */
|
|
4115
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3768
4116
|
fillRule: "evenodd",
|
|
3769
4117
|
clipRule: "evenodd",
|
|
3770
4118
|
d: "M8.74566 17.7808C8.78585 17.62 8.94873 17.5223 9.10946 17.5625L11.0367 18.0443L12.9639 17.5625C13.1247 17.5223 13.2876 17.62 13.3277 17.7808C13.3679 17.9415 13.2702 18.1044 13.1095 18.1446L11.0367 18.6628L8.96394 18.1446C8.80321 18.1044 8.70548 17.9415 8.74566 17.7808Z",
|
|
3771
4119
|
fill: "#528693"
|
|
3772
4120
|
}),
|
|
3773
|
-
/* @__PURE__ */
|
|
4121
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3774
4122
|
fillRule: "evenodd",
|
|
3775
4123
|
clipRule: "evenodd",
|
|
3776
4124
|
d: "M11.0367 7.6535C11.2024 7.6535 11.3367 7.78782 11.3367 7.9535V9.4535C11.3367 9.61919 11.2024 9.7535 11.0367 9.7535C10.871 9.7535 10.7367 9.61919 10.7367 9.4535V7.9535C10.7367 7.78782 10.871 7.6535 11.0367 7.6535Z",
|
|
3777
4125
|
fill: "#528693"
|
|
3778
4126
|
}),
|
|
3779
|
-
/* @__PURE__ */
|
|
4127
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3780
4128
|
fillRule: "evenodd",
|
|
3781
4129
|
clipRule: "evenodd",
|
|
3782
4130
|
d: "M11.0367 11.6535C11.2024 11.6535 11.3367 11.7878 11.3367 11.9535V13.4535C11.3367 13.6192 11.2024 13.7535 11.0367 13.7535C10.871 13.7535 10.7367 13.6192 10.7367 13.4535V11.9535C10.7367 11.7878 10.871 11.6535 11.0367 11.6535Z",
|
|
3783
4131
|
fill: "#528693"
|
|
3784
4132
|
}),
|
|
3785
|
-
/* @__PURE__ */
|
|
4133
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3786
4134
|
fillRule: "evenodd",
|
|
3787
4135
|
clipRule: "evenodd",
|
|
3788
4136
|
d: "M11.0367 15.6535C11.2024 15.6535 11.3367 15.7878 11.3367 15.9535V18.1535C11.3367 18.3192 11.2024 18.4535 11.0367 18.4535C10.871 18.4535 10.7367 18.3192 10.7367 18.1535V15.9535C10.7367 15.7878 10.871 15.6535 11.0367 15.6535Z",
|
|
@@ -3794,10 +4142,10 @@ var PipelineDashed = forwardRef71((delegated, ref) => {
|
|
|
3794
4142
|
PipelineDashed.displayName = "PipelineDashed";
|
|
3795
4143
|
|
|
3796
4144
|
// src/iconography/plans-and-pricing.tsx
|
|
3797
|
-
import { forwardRef as
|
|
3798
|
-
import { jsx as
|
|
3799
|
-
var PlansAndPricing =
|
|
3800
|
-
return /* @__PURE__ */
|
|
4145
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
4146
|
+
import { jsx as jsx80, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
4147
|
+
var PlansAndPricing = forwardRef74((delegated, ref) => {
|
|
4148
|
+
return /* @__PURE__ */ jsxs71("svg", {
|
|
3801
4149
|
ref,
|
|
3802
4150
|
width: "17",
|
|
3803
4151
|
height: "16",
|
|
@@ -3805,45 +4153,45 @@ var PlansAndPricing = forwardRef72((delegated, ref) => {
|
|
|
3805
4153
|
fill: "none",
|
|
3806
4154
|
...delegated,
|
|
3807
4155
|
children: [
|
|
3808
|
-
/* @__PURE__ */
|
|
4156
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3809
4157
|
d: "M3.778 2.4414c0-.5523.4476-1 1-1h6.0587l3.2942 2.8235v9.353c0 .5523-.4478 1-1 1h-8.353c-.5523 0-1-.4477-1-1V2.4414Z",
|
|
3810
4158
|
fill: "#BFF6F8"
|
|
3811
4159
|
}),
|
|
3812
|
-
/* @__PURE__ */
|
|
4160
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3813
4161
|
fillRule: "evenodd",
|
|
3814
4162
|
clipRule: "evenodd",
|
|
3815
4163
|
d: "M10.6518 1.9414H4.7779a.5.5 0 0 0-.5.5V13.618a.5.5 0 0 0 .5.5h8.353a.5.5 0 0 0 .5-.5v-9.123l-2.9791-2.5535Zm.1849-.5H4.7779c-.5523 0-1 .4477-1 1V13.618c0 .5523.4477 1 1 1h8.353c.5522 0 1-.4477 1-1v-9.353l-3.2942-2.8235Z",
|
|
3816
4164
|
fill: "#528693"
|
|
3817
4165
|
}),
|
|
3818
|
-
/* @__PURE__ */
|
|
4166
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3819
4167
|
d: "M11.0814 4.4614a.5.5 0 0 1-.5288-.5562l.2838-2.464L14.131 4.265l-3.0496.1964Z",
|
|
3820
4168
|
fill: "#fff"
|
|
3821
4169
|
}),
|
|
3822
|
-
/* @__PURE__ */
|
|
4170
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3823
4171
|
fillRule: "evenodd",
|
|
3824
4172
|
clipRule: "evenodd",
|
|
3825
4173
|
d: "m11.2255 2.4332-.1762 1.5292 1.8234-.1174-1.6472-1.4118Zm-.6729 1.472a.5.5 0 0 0 .5288.5562l3.0496-.1964-3.2946-2.8238-.2838 2.464Z",
|
|
3826
4174
|
fill: "#528693"
|
|
3827
4175
|
}),
|
|
3828
|
-
/* @__PURE__ */
|
|
4176
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3829
4177
|
fillRule: "evenodd",
|
|
3830
4178
|
clipRule: "evenodd",
|
|
3831
4179
|
d: "M3.4757 10.6548c-.9843-.1406-.918-1.583.0751-1.6326l.333.0292.0274.5466-.333-.0292c-.331.0165-.3532.4973-.025.5442l6.4871.9268L8.959 9.598a.2737.2737 0 0 1 .4378-.3284l1.4777 1.9703a.2737.2737 0 0 1-.0547.3832l-1.9704 1.4777a.2737.2737 0 0 1-.3283-.4379l1.4418-1.0813-6.4872-.9268Z",
|
|
3832
4180
|
fill: "#fff"
|
|
3833
4181
|
}),
|
|
3834
|
-
/* @__PURE__ */
|
|
4182
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3835
4183
|
fillRule: "evenodd",
|
|
3836
4184
|
clipRule: "evenodd",
|
|
3837
4185
|
d: "m3.5583 8.6213.7076.0621.0568 1.1355 4.8182.6883-.502-.6692a.6737.6737 0 0 1 1.0779-.8084L11.1945 11a.6736.6736 0 0 1-.1348.9431l-1.9703 1.4777a.6736.6736 0 0 1-.8083-1.0779l.6692-.5019-5.5312-.7902c-1.4638-.2092-1.3653-2.3543.1117-2.4282l.0275-.0013Zm-.0826 2.0335c-.9843-.1406-.918-1.583.0751-1.6326l.333.0292.0274.5466-.333-.0292a.308.308 0 0 0-.0685.011c-.264.0743-.2604.4898.0434.5332l6.4872.9268L8.9589 9.598a.2737.2737 0 0 1 .4379-.3284l1.4777 1.9703a.2738.2738 0 0 1-.0547.3832l-1.9704 1.4777a.2737.2737 0 0 1-.3283-.4379l1.4417-1.0813-6.487-.9268Z",
|
|
3838
4186
|
fill: "#528693"
|
|
3839
4187
|
}),
|
|
3840
|
-
/* @__PURE__ */
|
|
4188
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3841
4189
|
fillRule: "evenodd",
|
|
3842
4190
|
clipRule: "evenodd",
|
|
3843
4191
|
d: "M14.5734 6.6087c.9087.1299.8475 1.4614-.0694 1.5073l-.4259.0551-.0253-.5046.426-.0552c.3056-.0153.326-.4591.0231-.5024L8.513 6.2533l.9983 1.331a.2526.2526 0 1 1-.4042.3032l-1.3642-1.819a.2526.2526 0 0 1 .0505-.3537l1.819-1.3642a.2526.2526 0 1 1 .3031.4042l-1.331.9983 5.9889.8556Z",
|
|
3844
4192
|
fill: "#fff"
|
|
3845
4193
|
}),
|
|
3846
|
-
/* @__PURE__ */
|
|
4194
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3847
4195
|
fillRule: "evenodd",
|
|
3848
4196
|
clipRule: "evenodd",
|
|
3849
4197
|
d: "M14.5734 6.6087c.9087.1299.8475 1.4614-.0693 1.5073l-.426.0551-.0253-.5046.426-.0552c.3056-.0153.326-.4591.0231-.5024l-5.9888-.8556.9982 1.331a.2526.2526 0 0 1-.4042.3032l-1.3642-1.819a.2513.2513 0 0 1-.039-.2273.2514.2514 0 0 1 .0895-.1264l1.819-1.3642a.2526.2526 0 0 1 .3032.4042l-1.331.9983 5.9888.8556Zm-4.9763-1.115 5.0329.719c1.3826.1976 1.2955 2.2162-.0889 2.3018l-.8409.109-.0617-1.2339-4.226-.6037.4188.5584a.6526.6526 0 1 1-1.0442.7832l-1.3642-1.819a.6526.6526 0 0 1 .1305-.9137l1.819-1.3642a.6526.6526 0 0 1 .7832 1.0442l-.5585.4189Z",
|
|
@@ -3855,10 +4203,10 @@ var PlansAndPricing = forwardRef72((delegated, ref) => {
|
|
|
3855
4203
|
PlansAndPricing.displayName = "PlansAndPricingIcon";
|
|
3856
4204
|
|
|
3857
4205
|
// src/iconography/plug.tsx
|
|
3858
|
-
import { forwardRef as
|
|
3859
|
-
import { jsx as
|
|
3860
|
-
var Plug =
|
|
3861
|
-
return /* @__PURE__ */
|
|
4206
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
4207
|
+
import { jsx as jsx81, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
4208
|
+
var Plug = forwardRef75((delegated, ref) => {
|
|
4209
|
+
return /* @__PURE__ */ jsxs72("svg", {
|
|
3862
4210
|
ref,
|
|
3863
4211
|
width: "23",
|
|
3864
4212
|
height: "22",
|
|
@@ -3866,31 +4214,31 @@ var Plug = forwardRef73((delegated, ref) => {
|
|
|
3866
4214
|
fill: "none",
|
|
3867
4215
|
...delegated,
|
|
3868
4216
|
children: [
|
|
3869
|
-
/* @__PURE__ */
|
|
4217
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3870
4218
|
fill: "#fff",
|
|
3871
4219
|
d: "m8.858 2.818.924-.314.924.314v4.453H8.858V2.818ZM13.228 2.818l.924-.314.924.314v4.453h-1.848V2.818ZM8.563 14.186l3.288.416 3.327-.416v2.29c0 .673-.535 1.219-1.196 1.219H9.76c-.66 0-1.196-.546-1.196-1.22v-2.29Z"
|
|
3872
4220
|
}),
|
|
3873
|
-
/* @__PURE__ */
|
|
4221
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3874
4222
|
fill: "#528693",
|
|
3875
4223
|
fillRule: "evenodd",
|
|
3876
4224
|
d: "m11.863 14.627-3.557-.441v2.43c0 .715.58 1.295 1.294 1.295h4.57c.714 0 1.294-.58 1.294-1.295v-2.43l-3.6.441Zm3 .237-3 .368-2.957-.367v1.751c0 .384.31.695.694.695h4.57c.383 0 .694-.311.694-.695v-1.752Z",
|
|
3877
4225
|
clipRule: "evenodd"
|
|
3878
4226
|
}),
|
|
3879
|
-
/* @__PURE__ */
|
|
4227
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3880
4228
|
fill: "#fff",
|
|
3881
4229
|
d: "M8.513 3.338a1.261 1.261 0 0 1 2.522 0v4.36H8.513v-4.36Z"
|
|
3882
4230
|
}),
|
|
3883
|
-
/* @__PURE__ */
|
|
4231
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3884
4232
|
fill: "#528693",
|
|
3885
4233
|
fillRule: "evenodd",
|
|
3886
4234
|
d: "M10.435 7.098v-3.76a.661.661 0 0 0-1.322 0v3.76h1.322Zm-1.922.6v-4.36a1.261 1.261 0 0 1 2.522 0v4.36H8.513ZM14.864 7.098v-3.76a.661.661 0 1 0-1.323 0v3.76h1.323Zm-1.923.6v-4.36a1.261 1.261 0 1 1 2.523 0v4.36H12.94ZM17.058 13a.3.3 0 0 1 .3.3v3.964a2.959 2.959 0 0 1-2.96 2.96h-.466a2.492 2.492 0 0 1-2.492-2.493h.6c0 1.045.847 1.892 1.892 1.892h.467a2.359 2.359 0 0 0 2.359-2.359V13.3a.3.3 0 0 1 .3-.3Z",
|
|
3887
4235
|
clipRule: "evenodd"
|
|
3888
4236
|
}),
|
|
3889
|
-
/* @__PURE__ */
|
|
4237
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3890
4238
|
fill: "#BFF6F8",
|
|
3891
4239
|
d: "M7.168 7.454h9.384v4.667l-1.644 2.772-3.012.996-2.982-1.23-1.674-2.538-.072-4.667Z"
|
|
3892
4240
|
}),
|
|
3893
|
-
/* @__PURE__ */
|
|
4241
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3894
4242
|
fill: "#528693",
|
|
3895
4243
|
fillRule: "evenodd",
|
|
3896
4244
|
d: "M7.427 7.735V10.9a4.458 4.458 0 1 0 8.916 0V7.735H7.427Zm-.022-.6a.578.578 0 0 0-.578.579V10.9a5.058 5.058 0 0 0 10.116 0V7.714a.578.578 0 0 0-.579-.579H7.405Z",
|
|
@@ -3902,10 +4250,10 @@ var Plug = forwardRef73((delegated, ref) => {
|
|
|
3902
4250
|
Plug.displayName = "PlugIcon";
|
|
3903
4251
|
|
|
3904
4252
|
// src/iconography/price-list.tsx
|
|
3905
|
-
import { forwardRef as
|
|
3906
|
-
import { jsx as
|
|
3907
|
-
var PriceList =
|
|
3908
|
-
return /* @__PURE__ */
|
|
4253
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
4254
|
+
import { jsx as jsx82, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4255
|
+
var PriceList = forwardRef76((delegated, ref) => {
|
|
4256
|
+
return /* @__PURE__ */ jsxs73("svg", {
|
|
3909
4257
|
ref,
|
|
3910
4258
|
width: "23",
|
|
3911
4259
|
height: "22",
|
|
@@ -3913,41 +4261,41 @@ var PriceList = forwardRef74((delegated, ref) => {
|
|
|
3913
4261
|
fill: "none",
|
|
3914
4262
|
...delegated,
|
|
3915
4263
|
children: [
|
|
3916
|
-
/* @__PURE__ */
|
|
4264
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3917
4265
|
fill: "#BFF6F8",
|
|
3918
4266
|
d: "M10.568 1.418c.542-.42 1.3-.42 1.843 0l1.324 1.025c.276.214.618.325.968.315l1.673-.052c.686-.021 1.3.425 1.492 1.084l.468 1.607c.097.336.309.627.598.824l1.384.941c.567.386.802 1.108.57 1.754l-.567 1.575a1.506 1.506 0 0 0 0 1.018l.567 1.575a1.505 1.505 0 0 1-.57 1.754l-1.384.942c-.29.196-.5.487-.598.823l-.468 1.607a1.505 1.505 0 0 1-1.492 1.084l-1.673-.052c-.35-.01-.692.1-.968.315l-1.324 1.025c-.542.42-1.3.42-1.843 0l-1.324-1.025a1.505 1.505 0 0 0-.968-.315l-1.673.052a1.505 1.505 0 0 1-1.491-1.084l-.468-1.607a1.505 1.505 0 0 0-.599-.824l-1.384-.941a1.505 1.505 0 0 1-.57-1.753l.567-1.576a1.505 1.505 0 0 0 0-1.018L2.09 8.916a1.505 1.505 0 0 1 .57-1.754l1.384-.941c.29-.197.5-.488.599-.824l.468-1.607a1.505 1.505 0 0 1 1.49-1.084l1.674.052c.35.01.692-.1.968-.315l1.324-1.025Z"
|
|
3919
4267
|
}),
|
|
3920
|
-
/* @__PURE__ */
|
|
4268
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3921
4269
|
fill: "#528693",
|
|
3922
4270
|
fillRule: "evenodd",
|
|
3923
4271
|
d: "M13.393 2.884 12.07 1.859a.947.947 0 0 0-1.16 0L9.585 2.884a2.063 2.063 0 0 1-1.327.431l-1.673-.051a.947.947 0 0 0-.939.681L5.18 5.553c-.134.46-.424.86-.82 1.129l-1.384.942a.947.947 0 0 0-.359 1.103l.567 1.575c.162.451.162.945 0 1.396l-.567 1.575a.947.947 0 0 0 .359 1.104l1.384.941c.396.27.686.669.82 1.13l.468 1.607c.12.414.507.695.939.681l1.673-.051c.48-.015.948.137 1.327.43l1.323 1.026a.947.947 0 0 0 1.16 0l1.324-1.025a2.063 2.063 0 0 1 1.327-.431l1.673.051a.947.947 0 0 0 .939-.681l.468-1.608c.134-.46.424-.86.82-1.129l1.384-.941a.947.947 0 0 0 .359-1.104l-.566-1.575a2.063 2.063 0 0 1 0-1.396l.566-1.575a.947.947 0 0 0-.359-1.103l-1.384-.942a2.063 2.063 0 0 1-.82-1.13l-.468-1.607a.947.947 0 0 0-.939-.681l-1.673.051a2.063 2.063 0 0 1-1.327-.431Zm-.982-1.466c-.542-.42-1.3-.42-1.843 0L9.244 2.443a1.505 1.505 0 0 1-.968.315l-1.673-.052A1.505 1.505 0 0 0 5.112 3.79l-.468 1.607c-.098.336-.31.627-.599.824l-1.384.941a1.505 1.505 0 0 0-.57 1.754l.567 1.575c.118.329.118.689 0 1.018l-.567 1.575a1.505 1.505 0 0 0 .57 1.754l1.384.942c.29.196.5.487.599.823l.468 1.607a1.505 1.505 0 0 0 1.49 1.084l1.674-.052c.35-.01.692.1.968.315l1.324 1.025c.542.42 1.3.42 1.843 0l1.324-1.025c.276-.214.618-.325.968-.315l1.673.052c.686.021 1.3-.425 1.492-1.084l.468-1.607c.097-.336.309-.627.598-.824l1.384-.941a1.505 1.505 0 0 0 .57-1.753l-.567-1.576a1.506 1.506 0 0 1 0-1.018l.567-1.575a1.505 1.505 0 0 0-.57-1.754l-1.384-.941a1.505 1.505 0 0 1-.598-.824l-.468-1.607a1.505 1.505 0 0 0-1.492-1.084l-1.673.052c-.35.01-.692-.1-.968-.315L12.41 1.418Z",
|
|
3924
4272
|
clipRule: "evenodd"
|
|
3925
4273
|
}),
|
|
3926
|
-
/* @__PURE__ */
|
|
4274
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3927
4275
|
fill: "#fff",
|
|
3928
4276
|
d: "M7.471 15.02a.603.603 0 0 1 0-.853l7.184-7.183a.603.603 0 0 1 .853.853L8.324 15.02a.603.603 0 0 1-.853 0Z"
|
|
3929
4277
|
}),
|
|
3930
|
-
/* @__PURE__ */
|
|
4278
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3931
4279
|
fill: "#528693",
|
|
3932
4280
|
fillRule: "evenodd",
|
|
3933
4281
|
d: "m7.076 13.773 7.184-7.184a1.161 1.161 0 1 1 1.642 1.642L8.72 15.415a1.161 1.161 0 0 1-1.643-1.642Zm.395.394a.603.603 0 0 0 .853.853l7.184-7.183a.603.603 0 1 0-.853-.853L7.47 14.167Z",
|
|
3934
4282
|
clipRule: "evenodd"
|
|
3935
4283
|
}),
|
|
3936
|
-
/* @__PURE__ */
|
|
4284
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3937
4285
|
fill: "#fff",
|
|
3938
4286
|
d: "M11.226 7.989a2.09 2.09 0 1 1-4.182 0 2.09 2.09 0 0 1 4.182 0Z"
|
|
3939
4287
|
}),
|
|
3940
|
-
/* @__PURE__ */
|
|
4288
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3941
4289
|
fill: "#528693",
|
|
3942
4290
|
fillRule: "evenodd",
|
|
3943
4291
|
d: "M9.135 9.521a1.533 1.533 0 1 0 0-3.065 1.533 1.533 0 0 0 0 3.065Zm0 .558a2.09 2.09 0 1 0 0-4.181 2.09 2.09 0 0 0 0 4.181Z",
|
|
3944
4292
|
clipRule: "evenodd"
|
|
3945
4293
|
}),
|
|
3946
|
-
/* @__PURE__ */
|
|
4294
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3947
4295
|
fill: "#fff",
|
|
3948
4296
|
d: "M15.934 14.011a2.09 2.09 0 1 1-4.181 0 2.09 2.09 0 0 1 4.18 0Z"
|
|
3949
4297
|
}),
|
|
3950
|
-
/* @__PURE__ */
|
|
4298
|
+
/* @__PURE__ */ jsx82("path", {
|
|
3951
4299
|
fill: "#528693",
|
|
3952
4300
|
fillRule: "evenodd",
|
|
3953
4301
|
d: "M13.843 15.544a1.533 1.533 0 1 0 0-3.066 1.533 1.533 0 0 0 0 3.066Zm0 .558a2.09 2.09 0 1 0 0-4.182 2.09 2.09 0 0 0 0 4.182Z",
|
|
@@ -3959,10 +4307,10 @@ var PriceList = forwardRef74((delegated, ref) => {
|
|
|
3959
4307
|
PriceList.displayName = "PriceListIcon";
|
|
3960
4308
|
|
|
3961
4309
|
// src/iconography/price-tag.tsx
|
|
3962
|
-
import { forwardRef as
|
|
3963
|
-
import { jsx as
|
|
3964
|
-
var PriceTag =
|
|
3965
|
-
return /* @__PURE__ */
|
|
4310
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
4311
|
+
import { jsx as jsx83, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4312
|
+
var PriceTag = forwardRef77((delegated, ref) => {
|
|
4313
|
+
return /* @__PURE__ */ jsxs74("svg", {
|
|
3966
4314
|
ref,
|
|
3967
4315
|
width: "22",
|
|
3968
4316
|
height: "22",
|
|
@@ -3970,38 +4318,38 @@ var PriceTag = forwardRef75((delegated, ref) => {
|
|
|
3970
4318
|
fill: "none",
|
|
3971
4319
|
...delegated,
|
|
3972
4320
|
children: [
|
|
3973
|
-
/* @__PURE__ */
|
|
4321
|
+
/* @__PURE__ */ jsx83("path", {
|
|
3974
4322
|
d: "M4.57615 15.8029C4.12332 15.4868 4.01254 14.8634 4.32871 14.4105L11.4395 4.22629L16.7681 3.58176L17.9989 8.80612L10.8881 18.9904C10.5719 19.4432 9.9485 19.554 9.49567 19.2378L4.57615 15.8029Z",
|
|
3975
4323
|
fill: "white"
|
|
3976
4324
|
}),
|
|
3977
|
-
/* @__PURE__ */
|
|
4325
|
+
/* @__PURE__ */ jsx83("path", {
|
|
3978
4326
|
fillRule: "evenodd",
|
|
3979
4327
|
clipRule: "evenodd",
|
|
3980
4328
|
d: "M10.9475 3.88277C11.0453 3.74281 11.198 3.6511 11.3675 3.6306L16.696 2.98607C16.9994 2.94937 17.282 3.14663 17.3521 3.44414L18.5829 8.66851C18.622 8.83466 18.5885 9.00962 18.4908 9.14958L11.38 19.3338C10.8741 20.0584 9.8767 20.2356 9.15218 19.7297L4.23266 16.2949C3.50814 15.789 3.33088 14.7916 3.83676 14.067L10.9475 3.88277ZM17.9989 8.80609L10.8881 18.9904C10.5719 19.4432 9.94849 19.554 9.49567 19.2378L4.57615 15.8029C4.12332 15.4867 4.01254 14.8634 4.32871 14.4105L11.4395 4.22626L16.7681 3.58173L17.9989 8.80609Z",
|
|
3981
4329
|
fill: "#528693"
|
|
3982
4330
|
}),
|
|
3983
|
-
/* @__PURE__ */
|
|
4331
|
+
/* @__PURE__ */ jsx83("path", {
|
|
3984
4332
|
d: "M3.7702 13.1376C3.37968 12.7471 3.37968 12.114 3.7702 11.7234L12.5532 2.94043L17.9123 3.23815L18.2101 8.59728L9.42706 17.3803C9.03653 17.7708 8.40337 17.7708 8.01284 17.3803L3.7702 13.1376Z",
|
|
3985
4333
|
fill: "#BFF6F8",
|
|
3986
4334
|
className: "c-icon-fill"
|
|
3987
4335
|
}),
|
|
3988
|
-
/* @__PURE__ */
|
|
4336
|
+
/* @__PURE__ */ jsx83("path", {
|
|
3989
4337
|
fillRule: "evenodd",
|
|
3990
4338
|
clipRule: "evenodd",
|
|
3991
4339
|
d: "M12.129 2.51616C12.2497 2.39546 12.4161 2.33188 12.5865 2.34135L17.9456 2.63908C18.2508 2.65603 18.4945 2.89969 18.5114 3.20487L18.8091 8.564C18.8186 8.73444 18.755 8.90084 18.6343 9.02154L9.85132 17.8046C9.22648 18.4294 8.21342 18.4294 7.58858 17.8046L3.34594 13.5619C2.7211 12.9371 2.7211 11.924 3.34594 11.2992L12.129 2.51616ZM18.2101 8.59728L9.42706 17.3803C9.03653 17.7708 8.40337 17.7708 8.01284 17.3803L3.7702 13.1376C3.37968 12.7471 3.37968 12.114 3.7702 11.7234L12.5532 2.94043L17.9123 3.23815L18.2101 8.59728Z",
|
|
3992
4340
|
fill: "#528693"
|
|
3993
4341
|
}),
|
|
3994
|
-
/* @__PURE__ */
|
|
4342
|
+
/* @__PURE__ */ jsx83("path", {
|
|
3995
4343
|
d: "M15.4375 5.71302C15.7304 6.00591 15.7304 6.48078 15.4375 6.77368C15.1446 7.06657 14.6697 7.06657 14.3768 6.77368C14.0839 6.48078 14.0839 6.00591 14.3768 5.71302C14.6697 5.42012 15.1446 5.42012 15.4375 5.71302Z",
|
|
3996
4344
|
fill: "white"
|
|
3997
4345
|
}),
|
|
3998
|
-
/* @__PURE__ */
|
|
4346
|
+
/* @__PURE__ */ jsx83("path", {
|
|
3999
4347
|
fillRule: "evenodd",
|
|
4000
4348
|
clipRule: "evenodd",
|
|
4001
4349
|
d: "M15.8617 5.28875C16.3889 5.81596 16.3889 6.67073 15.8617 7.19794C15.3345 7.72515 14.4797 7.72515 13.9525 7.19794C13.4253 6.67073 13.4253 5.81596 13.9525 5.28875C14.4797 4.76155 15.3345 4.76155 15.8617 5.28875ZM15.4375 6.77368C15.7304 6.48078 15.7304 6.00591 15.4375 5.71302C15.1446 5.42012 14.6697 5.42012 14.3768 5.71302C14.0839 6.00591 14.0839 6.48078 14.3768 6.77368C14.6697 7.06657 15.1446 7.06657 15.4375 6.77368Z",
|
|
4002
4350
|
fill: "#528693"
|
|
4003
4351
|
}),
|
|
4004
|
-
/* @__PURE__ */
|
|
4352
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4005
4353
|
d: "M9.80065 13.1157C9.97264 12.9437 10.0568 12.738 10.053 12.4987C10.0512 12.2613 9.95488 11.9519 9.76419 11.5705C9.4875 11.0508 9.35476 10.6021 9.36598 10.2245C9.38094 9.84682 9.53891 9.5075 9.8399 9.20651C10.1465 8.89991 10.4868 8.73726 10.8607 8.71856C11.2364 8.70174 11.5991 8.83073 11.9487 9.10555L12.5629 8.49142L12.9807 8.90925L12.3638 9.52619C12.6348 9.88327 12.747 10.259 12.7003 10.6535C12.6554 11.0499 12.4413 11.4396 12.0581 11.8229L11.5421 11.3069C11.8057 11.0433 11.9525 10.7713 11.9824 10.4909C12.0123 10.2104 11.9207 9.96366 11.7076 9.75054C11.4851 9.52806 11.257 9.41589 11.0233 9.41402C10.7915 9.41028 10.5728 9.51124 10.3671 9.71688C10.1764 9.90758 10.0857 10.1216 10.0951 10.3591C10.1082 10.5965 10.2101 10.904 10.4008 11.2817C10.5952 11.6593 10.7158 11.9837 10.7625 12.2548C10.813 12.5258 10.8018 12.7726 10.7289 12.9951C10.6578 13.2194 10.5232 13.4307 10.325 13.6289C10.0091 13.9448 9.6595 14.1037 9.27625 14.1056C8.89486 14.1093 8.51535 13.9579 8.13771 13.6513L7.60209 14.1869L7.18706 13.7719L7.72268 13.2363C7.40673 12.8567 7.25717 12.4604 7.27399 12.0472C7.29456 11.6341 7.48992 11.2424 7.86009 10.8722L8.37888 11.391C8.11901 11.6509 7.98721 11.9192 7.98347 12.1959C7.97973 12.4726 8.10312 12.7362 8.35364 12.9867C8.59855 13.2316 8.85 13.3653 9.10799 13.3877C9.36598 13.4101 9.59687 13.3194 9.80065 13.1157Z",
|
|
4006
4354
|
fill: "#528693"
|
|
4007
4355
|
})
|
|
@@ -4011,10 +4359,10 @@ var PriceTag = forwardRef75((delegated, ref) => {
|
|
|
4011
4359
|
PriceTag.displayName = "PriceTagIcon";
|
|
4012
4360
|
|
|
4013
4361
|
// src/iconography/product.tsx
|
|
4014
|
-
import { forwardRef as
|
|
4015
|
-
import { jsx as
|
|
4016
|
-
var Product =
|
|
4017
|
-
return /* @__PURE__ */
|
|
4362
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
4363
|
+
import { jsx as jsx84, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4364
|
+
var Product = forwardRef78((delegated, ref) => {
|
|
4365
|
+
return /* @__PURE__ */ jsxs75("svg", {
|
|
4018
4366
|
ref,
|
|
4019
4367
|
width: "22",
|
|
4020
4368
|
height: "22",
|
|
@@ -4022,58 +4370,58 @@ var Product = forwardRef76((delegated, ref) => {
|
|
|
4022
4370
|
fill: "none",
|
|
4023
4371
|
...delegated,
|
|
4024
4372
|
children: [
|
|
4025
|
-
/* @__PURE__ */
|
|
4373
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4026
4374
|
d: "M8.39836 6.06214C8.39836 7.75331 7.13285 9.12428 5.57177 9.12428C4.01069 9.12428 2.74518 7.75331 2.74518 6.06214C2.74518 4.37097 4.01069 3 5.57177 3C7.13285 3 8.39836 4.37097 8.39836 6.06214Z",
|
|
4027
4375
|
fill: "#BFF6F8",
|
|
4028
4376
|
className: "c-icon-fill"
|
|
4029
4377
|
}),
|
|
4030
|
-
/* @__PURE__ */
|
|
4378
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4031
4379
|
fillRule: "evenodd",
|
|
4032
4380
|
clipRule: "evenodd",
|
|
4033
4381
|
d: "M8.99835 6.06216C8.99835 8.03858 7.50853 9.7243 5.57176 9.7243C3.63499 9.7243 2.14517 8.03858 2.14517 6.06216C2.14517 4.08574 3.63499 2.40002 5.57176 2.40002C7.50853 2.40002 8.99835 4.08574 8.99835 6.06216ZM5.57176 9.1243C7.13284 9.1243 8.39835 7.75334 8.39835 6.06216C8.39835 4.37099 7.13284 3.00002 5.57176 3.00002C4.01068 3.00002 2.74517 4.37099 2.74517 6.06216C2.74517 7.75334 4.01068 9.1243 5.57176 9.1243Z",
|
|
4034
4382
|
fill: "#528693"
|
|
4035
4383
|
}),
|
|
4036
|
-
/* @__PURE__ */
|
|
4384
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4037
4385
|
d: "M17.6319 11.7624C17.6319 15.9253 14.4681 19.3 10.5654 19.3C6.66273 19.3 3.49896 15.9253 3.49896 11.7624C3.49896 7.59954 6.66273 4.22485 10.5654 4.22485C14.4681 4.22485 17.6319 7.59954 17.6319 11.7624Z",
|
|
4038
4386
|
fill: "#BFF6F8",
|
|
4039
4387
|
className: "c-icon-fill"
|
|
4040
4388
|
}),
|
|
4041
|
-
/* @__PURE__ */
|
|
4389
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4042
4390
|
fillRule: "evenodd",
|
|
4043
4391
|
clipRule: "evenodd",
|
|
4044
4392
|
d: "M18.2319 11.7625C18.2319 16.2196 14.8354 19.9 10.5655 19.9C6.2955 19.9 2.89899 16.2196 2.89899 11.7625C2.89899 7.30526 6.2955 3.62488 10.5655 3.62488C14.8354 3.62488 18.2319 7.30526 18.2319 11.7625ZM10.5655 19.3C14.4682 19.3 17.6319 15.9253 17.6319 11.7625C17.6319 7.59956 14.4682 4.22488 10.5655 4.22488C6.66275 4.22488 3.49899 7.59956 3.49899 11.7625C3.49899 15.9253 6.66275 19.3 10.5655 19.3Z",
|
|
4045
4393
|
fill: "#528693"
|
|
4046
4394
|
}),
|
|
4047
|
-
/* @__PURE__ */
|
|
4395
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4048
4396
|
d: "M19.3279 8.04078C19.3279 9.73195 18.0624 11.1029 16.5013 11.1029C14.9403 11.1029 13.6747 9.73195 13.6747 8.04078C13.6747 6.3496 14.9403 4.97864 16.5013 4.97864C18.0624 4.97864 19.3279 6.3496 19.3279 8.04078Z",
|
|
4049
4397
|
fill: "#BFF6F8",
|
|
4050
4398
|
className: "c-icon-fill"
|
|
4051
4399
|
}),
|
|
4052
|
-
/* @__PURE__ */
|
|
4400
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4053
4401
|
fillRule: "evenodd",
|
|
4054
4402
|
clipRule: "evenodd",
|
|
4055
4403
|
d: "M19.9279 8.04074C19.9279 10.0172 18.4381 11.7029 16.5013 11.7029C14.5646 11.7029 13.0747 10.0172 13.0747 8.04074C13.0747 6.06432 14.5646 4.3786 16.5013 4.3786C18.4381 4.3786 19.9279 6.06432 19.9279 8.04074ZM16.5013 11.1029C18.0624 11.1029 19.3279 9.73191 19.3279 8.04074C19.3279 6.34957 18.0624 4.9786 16.5013 4.9786C14.9402 4.9786 13.6747 6.34957 13.6747 8.04074C13.6747 9.73191 14.9402 11.1029 16.5013 11.1029Z",
|
|
4056
4404
|
fill: "#528693"
|
|
4057
4405
|
}),
|
|
4058
|
-
/* @__PURE__ */
|
|
4406
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4059
4407
|
fillRule: "evenodd",
|
|
4060
4408
|
clipRule: "evenodd",
|
|
4061
4409
|
d: "M7.06508 11.0485L7.06561 11.0474C7.06563 11.0474 7.06557 11.0474 7.06508 11.0485L7.05935 11.0613C7.05373 11.0741 7.04471 11.0957 7.03338 11.1259C7.01073 11.1862 6.97883 11.2814 6.94635 11.4113C6.88144 11.6708 6.81396 12.0704 6.81396 12.6104C6.81396 12.7761 6.67964 12.9104 6.51396 12.9104C6.34827 12.9104 6.21396 12.7761 6.21396 12.6104C6.21396 12.0198 6.28783 11.5714 6.36427 11.2657C6.40247 11.113 6.44124 10.9961 6.4716 10.9151C6.48678 10.8747 6.49984 10.8432 6.50968 10.8207C6.51459 10.8095 6.5187 10.8005 6.52186 10.7938L6.52587 10.7854L6.52731 10.7824L6.52788 10.7813C6.52793 10.7812 6.52835 10.7803 6.79363 10.913L6.52835 10.7803C6.60246 10.6321 6.78266 10.5721 6.93085 10.6462C7.07894 10.7203 7.13897 10.9004 7.06508 11.0485Z",
|
|
4062
4410
|
fill: "#528693"
|
|
4063
4411
|
}),
|
|
4064
|
-
/* @__PURE__ */
|
|
4412
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4065
4413
|
fillRule: "evenodd",
|
|
4066
4414
|
clipRule: "evenodd",
|
|
4067
4415
|
d: "M10.3157 11.8965L10.3163 11.8954C10.3163 11.8953 10.3162 11.8954 10.3157 11.8965L10.31 11.9092C10.3044 11.9221 10.2954 11.9436 10.284 11.9738C10.2614 12.0342 10.2295 12.1293 10.197 12.2592C10.1321 12.5188 10.0646 12.9184 10.0646 13.4584C10.0646 13.6241 9.93029 13.7584 9.7646 13.7584C9.59891 13.7584 9.4646 13.6241 9.4646 13.4584C9.4646 12.8678 9.53847 12.4194 9.61491 12.1137C9.65311 11.9609 9.69188 11.844 9.72224 11.7631C9.73742 11.7226 9.75048 11.6912 9.76032 11.6687C9.76524 11.6575 9.76934 11.6485 9.7725 11.6417L9.77651 11.6333L9.77795 11.6304L9.77852 11.6292C9.77857 11.6291 9.77899 11.6283 10.0443 11.7609L9.77899 11.6283C9.8531 11.4801 10.0333 11.42 10.1815 11.4942C10.3296 11.5682 10.3896 11.7483 10.3157 11.8965Z",
|
|
4068
4416
|
fill: "#528693"
|
|
4069
4417
|
}),
|
|
4070
|
-
/* @__PURE__ */
|
|
4418
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4071
4419
|
fillRule: "evenodd",
|
|
4072
4420
|
clipRule: "evenodd",
|
|
4073
4421
|
d: "M7.59368 14.6746C7.75459 14.714 7.85301 14.8765 7.81351 15.0374C7.74019 15.3362 7.61348 15.5725 7.43374 15.7311C7.24915 15.894 7.02714 15.9577 6.81002 15.9357C6.39445 15.8936 6.04476 15.5506 5.94033 15.1329C5.90015 14.9721 5.99788 14.8093 6.15862 14.7691C6.31935 14.7289 6.48223 14.8266 6.52242 14.9873C6.57503 15.1978 6.74353 15.3259 6.8705 15.3387C6.92465 15.3442 6.97999 15.3313 7.03674 15.2812C7.09833 15.2269 7.17694 15.1139 7.23081 14.8944C7.27031 14.7335 7.43277 14.6351 7.59368 14.6746Z",
|
|
4074
4422
|
fill: "#528693"
|
|
4075
4423
|
}),
|
|
4076
|
-
/* @__PURE__ */
|
|
4424
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4077
4425
|
fillRule: "evenodd",
|
|
4078
4426
|
clipRule: "evenodd",
|
|
4079
4427
|
d: "M7.53156 14.666C7.36588 14.666 7.23156 14.8003 7.23156 14.966C7.23156 15.3263 7.34517 15.6211 7.53837 15.8387C7.72863 16.0529 7.97965 16.1739 8.22742 16.2206C8.47321 16.2669 8.73204 16.2433 8.95113 16.1492C9.17052 16.0549 9.37514 15.8762 9.44318 15.604C9.48337 15.4433 9.38564 15.2804 9.2249 15.2402C9.06416 15.2 8.90128 15.2978 8.8611 15.4585C8.85062 15.5004 8.81341 15.5553 8.71422 15.5979C8.61473 15.6407 8.47823 15.6573 8.3385 15.631C8.20076 15.605 8.07608 15.5406 7.98702 15.4403C7.90089 15.3433 7.83156 15.1945 7.83156 14.966C7.83156 14.8003 7.69725 14.666 7.53156 14.666Z",
|
|
@@ -4085,10 +4433,10 @@ var Product = forwardRef76((delegated, ref) => {
|
|
|
4085
4433
|
Product.displayName = "ProductIcon";
|
|
4086
4434
|
|
|
4087
4435
|
// src/iconography/product-shortcut.tsx
|
|
4088
|
-
import { forwardRef as
|
|
4089
|
-
import { jsx as
|
|
4090
|
-
var ProductShortcut =
|
|
4091
|
-
return /* @__PURE__ */
|
|
4436
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
4437
|
+
import { jsx as jsx85, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4438
|
+
var ProductShortcut = forwardRef79((delegated, ref) => {
|
|
4439
|
+
return /* @__PURE__ */ jsxs76("svg", {
|
|
4092
4440
|
ref,
|
|
4093
4441
|
width: "22",
|
|
4094
4442
|
height: "22",
|
|
@@ -4096,47 +4444,47 @@ var ProductShortcut = forwardRef77((delegated, ref) => {
|
|
|
4096
4444
|
fill: "none",
|
|
4097
4445
|
...delegated,
|
|
4098
4446
|
children: [
|
|
4099
|
-
/* @__PURE__ */
|
|
4447
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4100
4448
|
d: "M8.362 6.062c0 1.691-1.266 3.062-2.827 3.062-1.56 0-2.826-1.37-2.826-3.062C2.709 4.371 3.974 3 5.535 3c1.561 0 2.827 1.371 2.827 3.062z",
|
|
4101
4449
|
fill: "#BFF6F8"
|
|
4102
4450
|
}),
|
|
4103
|
-
/* @__PURE__ */
|
|
4451
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4104
4452
|
fillRule: "evenodd",
|
|
4105
4453
|
clipRule: "evenodd",
|
|
4106
4454
|
d: "M8.962 6.062c0 1.977-1.49 3.662-3.427 3.662S2.11 8.04 2.11 6.062c0-1.976 1.49-3.662 3.426-3.662 1.937 0 3.427 1.686 3.427 3.662zM5.535 9.124c1.561 0 2.827-1.37 2.827-3.062C8.362 4.371 7.096 3 5.535 3 3.975 3 2.71 4.371 2.71 6.062c0 1.691 1.265 3.062 2.826 3.062z",
|
|
4107
4455
|
fill: "#528693"
|
|
4108
4456
|
}),
|
|
4109
|
-
/* @__PURE__ */
|
|
4457
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4110
4458
|
d: "M17.595 11.762c0 4.163-3.163 7.538-7.066 7.538s-7.067-3.375-7.067-7.538c0-4.162 3.164-7.537 7.067-7.537s7.066 3.375 7.066 7.537z",
|
|
4111
4459
|
fill: "#BFF6F8"
|
|
4112
4460
|
}),
|
|
4113
|
-
/* @__PURE__ */
|
|
4461
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4114
4462
|
fillRule: "evenodd",
|
|
4115
4463
|
clipRule: "evenodd",
|
|
4116
4464
|
d: "M18.195 11.762c0 4.458-3.396 8.138-7.666 8.138-4.27 0-7.667-3.68-7.667-8.137 0-4.458 3.397-8.138 7.667-8.138s7.666 3.68 7.666 8.137zM10.53 19.3c3.903 0 7.066-3.375 7.066-7.538 0-4.162-3.163-7.537-7.066-7.537S3.462 7.6 3.462 11.762c0 4.163 3.164 7.538 7.067 7.538z",
|
|
4117
4465
|
fill: "#528693"
|
|
4118
4466
|
}),
|
|
4119
|
-
/* @__PURE__ */
|
|
4467
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4120
4468
|
d: "M19.291 8.04c0 1.692-1.265 3.063-2.826 3.063-1.561 0-2.827-1.371-2.827-3.062 0-1.691 1.266-3.062 2.827-3.062 1.56 0 2.826 1.37 2.826 3.062z",
|
|
4121
4469
|
fill: "#BFF6F8"
|
|
4122
4470
|
}),
|
|
4123
|
-
/* @__PURE__ */
|
|
4471
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4124
4472
|
fillRule: "evenodd",
|
|
4125
4473
|
clipRule: "evenodd",
|
|
4126
4474
|
d: "M19.891 8.04c0 1.977-1.49 3.663-3.426 3.663-1.937 0-3.427-1.686-3.427-3.662 0-1.977 1.49-3.662 3.427-3.662 1.936 0 3.426 1.685 3.426 3.662zm-3.426 3.063c1.56 0 2.826-1.371 2.826-3.062 0-1.691-1.265-3.062-2.826-3.062-1.561 0-2.827 1.37-2.827 3.062 0 1.69 1.266 3.062 2.827 3.062zM10.28 11.896l-.007.013a2.64 2.64 0 00-.113.35c-.065.26-.132.66-.132 1.2a.3.3 0 11-.6 0c0-.591.074-1.04.15-1.345a3.24 3.24 0 01.158-.472l.004-.009.001-.003h.001s0-.002.266.13l-.266-.132a.3.3 0 01.537.268zM7.557 14.675a.3.3 0 01.22.362c-.073.3-.2.535-.38.694a.807.807 0 01-.624.205c-.415-.042-.765-.385-.87-.803a.3.3 0 01.583-.146c.052.21.221.339.348.352A.208.208 0 007 15.28c.062-.054.14-.167.194-.387a.3.3 0 01.363-.22z",
|
|
4127
4475
|
fill: "#528693"
|
|
4128
4476
|
}),
|
|
4129
|
-
/* @__PURE__ */
|
|
4477
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4130
4478
|
fillRule: "evenodd",
|
|
4131
4479
|
clipRule: "evenodd",
|
|
4132
4480
|
d: "M7.495 14.666a.3.3 0 00-.3.3c0 .36.114.655.307.873.19.214.441.335.689.382.246.046.504.022.724-.072.219-.094.424-.273.492-.545a.3.3 0 00-.582-.145c-.01.041-.048.096-.147.139a.666.666 0 01-.376.033.619.619 0 01-.352-.19c-.086-.098-.155-.247-.155-.475a.3.3 0 00-.3-.3z",
|
|
4133
4481
|
fill: "#528693"
|
|
4134
4482
|
}),
|
|
4135
|
-
/* @__PURE__ */
|
|
4483
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4136
4484
|
d: "M20.378 1.185a.558.558 0 01.616.614l-.51 6.188c-.046.544-.717.835-1.083.468l-.67-.67-.669-.668L6.708 18.472s-2.013 1.701-3.251 1.33c-1.215-.363-1.778-1.33-1.681-2.72.072-1.04 1.442-2.824 1.442-2.824l.562 1.285L15.2 4.255l-.805-.805-.651-.651c-.366-.366-.078-1.036.466-1.083l6.168-.531z",
|
|
4137
4485
|
fill: "#FFDE99"
|
|
4138
4486
|
}),
|
|
4139
|
-
/* @__PURE__ */
|
|
4487
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4140
4488
|
fillRule: "evenodd",
|
|
4141
4489
|
clipRule: "evenodd",
|
|
4142
4490
|
d: "M3.78 15.543L15.2 4.255l-1.456-1.456c-.366-.366-.078-1.036.466-1.083l6.168-.531a.558.558 0 01.616.614l-.51 6.188c-.046.544-.717.835-1.083.468l-1.339-1.338L6.708 18.472s-2.013 1.701-3.251 1.33c-1.215-.363-1.778-1.33-1.681-2.72.046-.667.627-1.64 1.037-2.253.229-.341.405-.57.405-.57l.562 1.284zm-.562-1.284l-.476-.366-.002.002-.004.005-.013.017a7.77 7.77 0 00-.21.29c-.136.191-.317.458-.501.76a8.725 8.725 0 00-.53.993c-.148.337-.28.718-.305 1.081-.054.781.073 1.503.435 2.098.367.604.942 1.02 1.673 1.239.467.14.956.072 1.372-.052a5.677 5.677 0 001.189-.53 9.483 9.483 0 001.22-.842l.02-.017.006-.005.002-.001v-.001l-.386-.458.387.458.02-.016L18.061 7.966l.914.914c.392.391.928.405 1.325.233.396-.171.737-.557.78-1.077l.511-6.188a1.157 1.157 0 00-1.265-1.26l-6.168.53a1.293 1.293 0 00-1.074.782c-.171.397-.157.932.234 1.323l1.03 1.03-10.37 10.25-.619-1.415-.618.805.476.365z",
|
|
@@ -4148,10 +4496,10 @@ var ProductShortcut = forwardRef77((delegated, ref) => {
|
|
|
4148
4496
|
ProductShortcut.displayName = "ProductShortcutIcon";
|
|
4149
4497
|
|
|
4150
4498
|
// src/iconography/property-table.tsx
|
|
4151
|
-
import { forwardRef as
|
|
4152
|
-
import { jsx as
|
|
4153
|
-
var PropertyTable =
|
|
4154
|
-
return /* @__PURE__ */
|
|
4499
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
4500
|
+
import { jsx as jsx86, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4501
|
+
var PropertyTable = forwardRef80((delegated, ref) => {
|
|
4502
|
+
return /* @__PURE__ */ jsxs77("svg", {
|
|
4155
4503
|
ref,
|
|
4156
4504
|
width: "22",
|
|
4157
4505
|
height: "22",
|
|
@@ -4159,23 +4507,23 @@ var PropertyTable = forwardRef78((delegated, ref) => {
|
|
|
4159
4507
|
fill: "none",
|
|
4160
4508
|
...delegated,
|
|
4161
4509
|
children: [
|
|
4162
|
-
/* @__PURE__ */
|
|
4510
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4163
4511
|
d: "M5.25482 3H9.34603C9.74692 3 10.034 3.38464 9.92363 3.77005C9.31279 5.9038 8.66795 8.74673 10 10.7037C11.295 12.6062 10.8547 16.1665 10.264 18.5558C10.199 18.8189 9.96088 19 9.68994 19H5.2986C4.86287 19 4.56788 18.5491 4.71707 18.1398C5.45619 16.1115 6.17961 12.7471 4.851 10.7037C3.42147 8.50515 4.0913 5.11706 4.70833 3.37652C4.78991 3.14641 5.01068 3 5.25482 3Z",
|
|
4164
4512
|
fill: "#BFF6F8",
|
|
4165
4513
|
className: "c-icon-fill"
|
|
4166
4514
|
}),
|
|
4167
|
-
/* @__PURE__ */
|
|
4515
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4168
4516
|
fillRule: "evenodd",
|
|
4169
4517
|
clipRule: "evenodd",
|
|
4170
4518
|
d: "M5.25483 2.40002H9.34604C10.15 2.40002 10.7194 3.1706 10.5005 3.93521C10.1971 4.99483 9.89923 6.18576 9.83223 7.33802C9.76516 8.49157 9.93372 9.54003 10.496 10.3661C11.2487 11.472 11.4617 12.9902 11.4391 14.4565C11.4162 15.9424 11.1488 17.477 10.8465 18.6999C10.7133 19.2387 10.2285 19.6 9.68995 19.6H5.29861C4.41674 19.6 3.87182 18.7069 4.15334 17.9343C4.5103 16.9548 4.85962 15.6611 4.96133 14.3799C5.06407 13.0857 4.90738 11.8911 4.34799 11.0308C3.53603 9.78203 3.34403 8.23969 3.41295 6.8389C3.48228 5.42955 3.8191 4.08925 4.14283 3.17606C4.31474 2.69113 4.77328 2.40002 5.25483 2.40002ZM9.34604 3.00002H5.25483C5.01069 3.00002 4.78992 3.14643 4.70835 3.37654C4.09132 5.11708 3.42149 8.50517 4.85101 10.7037C6.17962 12.7471 5.4562 16.1115 4.71708 18.1398C4.56789 18.5492 4.86288 19 5.29861 19H9.68995C9.9609 19 10.199 18.8189 10.264 18.5559C10.8548 16.1665 11.295 12.6062 10 10.7037C8.66796 8.74676 9.31281 5.90382 9.92364 3.77008C10.034 3.38466 9.74693 3.00002 9.34604 3.00002Z",
|
|
4171
4519
|
fill: "#528693"
|
|
4172
4520
|
}),
|
|
4173
|
-
/* @__PURE__ */
|
|
4521
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4174
4522
|
d: "M13.2548 3H17.346C17.7469 3 18.034 3.38464 17.9236 3.77005C17.3128 5.9038 16.6679 8.74673 18 10.7037C19.295 12.6062 18.8547 16.1665 18.264 18.5558C18.199 18.8189 17.9609 19 17.6899 19H13.2986C12.8629 19 12.5679 18.5491 12.7171 18.1398C13.4562 16.1115 14.1796 12.7471 12.851 10.7037C11.4215 8.50515 12.0913 5.11706 12.7083 3.37652C12.7899 3.14641 13.0107 3 13.2548 3Z",
|
|
4175
4523
|
fill: "#BFF6F8",
|
|
4176
4524
|
className: "c-icon-fill"
|
|
4177
4525
|
}),
|
|
4178
|
-
/* @__PURE__ */
|
|
4526
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4179
4527
|
fillRule: "evenodd",
|
|
4180
4528
|
clipRule: "evenodd",
|
|
4181
4529
|
d: "M13.2548 2.40002H17.346C18.15 2.40002 18.7194 3.1706 18.5005 3.93521C18.1971 4.99483 17.8992 6.18576 17.8322 7.33802C17.7652 8.49157 17.9337 9.54003 18.496 10.3661C19.2487 11.472 19.4617 12.9902 19.4391 14.4565C19.4162 15.9424 19.1488 17.477 18.8465 18.6999C18.7133 19.2387 18.2285 19.6 17.69 19.6H13.2986C12.4167 19.6 11.8718 18.7069 12.1533 17.9343C12.5103 16.9548 12.8596 15.6611 12.9613 14.3799C13.0641 13.0857 12.9074 11.8911 12.348 11.0308C11.536 9.78203 11.344 8.23969 11.4129 6.8389C11.4823 5.42955 11.8191 4.08925 12.1428 3.17606C12.3147 2.69113 12.7733 2.40002 13.2548 2.40002ZM17.346 3.00002H13.2548C13.0107 3.00002 12.7899 3.14643 12.7083 3.37654C12.0913 5.11708 11.4215 8.50517 12.851 10.7037C14.1796 12.7471 13.4562 16.1115 12.7171 18.1398C12.5679 18.5492 12.8629 19 13.2986 19H17.69C17.9609 19 18.199 18.8189 18.264 18.5559C18.8548 16.1665 19.295 12.6062 18 10.7037C16.668 8.74676 17.3128 5.90382 17.9236 3.77008C18.034 3.38466 17.7469 3.00002 17.346 3.00002Z",
|
|
@@ -4187,10 +4535,10 @@ var PropertyTable = forwardRef78((delegated, ref) => {
|
|
|
4187
4535
|
PropertyTable.displayName = "PropertyTable";
|
|
4188
4536
|
|
|
4189
4537
|
// src/iconography/relation.tsx
|
|
4190
|
-
import { forwardRef as
|
|
4191
|
-
import { jsx as
|
|
4192
|
-
var Relation =
|
|
4193
|
-
return /* @__PURE__ */
|
|
4538
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
4539
|
+
import { jsx as jsx87, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4540
|
+
var Relation = forwardRef81((delegated, ref) => {
|
|
4541
|
+
return /* @__PURE__ */ jsxs78("svg", {
|
|
4194
4542
|
ref,
|
|
4195
4543
|
width: "22",
|
|
4196
4544
|
height: "22",
|
|
@@ -4198,12 +4546,12 @@ var Relation = forwardRef79((delegated, ref) => {
|
|
|
4198
4546
|
fill: "none",
|
|
4199
4547
|
...delegated,
|
|
4200
4548
|
children: [
|
|
4201
|
-
/* @__PURE__ */
|
|
4549
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4202
4550
|
d: "M14.8812 3.79999C12.9026 3.79999 11.9488 5.40165 11.2618 6.69266C11.1494 6.90405 10.8506 6.90407 10.7381 6.69269C10.051 5.40167 9.09737 3.79999 7.11879 3.79999C4.87692 3.79999 3 5.8738 3 8.43196C3 12.5133 11 18.8 11 18.8C11 18.8 19 12.5133 19 8.43196C19.0003 5.8738 17.123 3.79999 14.8812 3.79999Z",
|
|
4203
4551
|
fill: "#BFF6F8",
|
|
4204
4552
|
className: "c-icon-fill"
|
|
4205
4553
|
}),
|
|
4206
|
-
/* @__PURE__ */
|
|
4554
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4207
4555
|
fillRule: "evenodd",
|
|
4208
4556
|
clipRule: "evenodd",
|
|
4209
4557
|
d: "M10.6292 19.2718L11 18.8L11.3707 19.2718C11.1531 19.4428 10.8468 19.4428 10.6292 19.2718ZM19 8.43199C19.0002 5.87382 17.123 3.80001 14.8812 3.80001C12.9026 3.80001 11.9488 5.40167 11.2618 6.69268C11.1494 6.90407 10.8506 6.90409 10.7381 6.69271C10.051 5.40169 9.09736 3.80001 7.11879 3.80001C4.87691 3.80001 2.99999 5.87382 2.99999 8.43199C2.99999 12.5133 11 18.8 11 18.8C10.6292 19.2718 10.6294 19.2719 10.6292 19.2718L10.6223 19.2663L10.6039 19.2517L10.5345 19.1963C10.4742 19.1479 10.3864 19.0769 10.2751 18.9853C10.0526 18.8024 9.73574 18.5372 9.35593 18.2064C8.59713 17.5456 7.58324 16.6197 6.5673 15.5622C5.55372 14.5071 4.52485 13.3074 3.74571 12.0989C2.97688 10.9064 2.39999 9.62795 2.39999 8.43199C2.39999 5.60736 4.48415 3.20001 7.11879 3.20001C9.2023 3.20001 10.3084 4.70368 10.9999 5.92098C11.6914 4.70363 12.7977 3.20001 14.8812 3.20001C17.5157 3.20001 19.6002 5.60728 19.6 8.43199M19 8.43199C19 12.5133 11 18.8 11 18.8C11.3707 19.2718 11.3706 19.2719 11.3707 19.2718L11.3777 19.2663L11.396 19.2517L11.4654 19.1963C11.5258 19.1479 11.6135 19.0769 11.7248 18.9854C11.9473 18.8024 12.2642 18.5372 12.644 18.2064C13.4028 17.5456 14.4167 16.6197 15.4327 15.5622C16.4462 14.5071 17.4751 13.3074 18.2543 12.0989C19.0231 10.9064 19.6 9.62793 19.6 8.43199",
|
|
@@ -4215,10 +4563,10 @@ var Relation = forwardRef79((delegated, ref) => {
|
|
|
4215
4563
|
Relation.displayName = "Relation";
|
|
4216
4564
|
|
|
4217
4565
|
// src/iconography/renew.tsx
|
|
4218
|
-
import { forwardRef as
|
|
4219
|
-
import { jsx as
|
|
4220
|
-
var Renew =
|
|
4221
|
-
return /* @__PURE__ */
|
|
4566
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
4567
|
+
import { jsx as jsx88, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
4568
|
+
var Renew = forwardRef82((delegated, ref) => {
|
|
4569
|
+
return /* @__PURE__ */ jsxs79("svg", {
|
|
4222
4570
|
ref,
|
|
4223
4571
|
width: "22",
|
|
4224
4572
|
height: "22",
|
|
@@ -4226,21 +4574,21 @@ var Renew = forwardRef80((delegated, ref) => {
|
|
|
4226
4574
|
fill: "none",
|
|
4227
4575
|
...delegated,
|
|
4228
4576
|
children: [
|
|
4229
|
-
/* @__PURE__ */
|
|
4577
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4230
4578
|
d: "M7.08054 10.4135H8.91886C8.91886 10.4135 6.21721 14.0757 5.85357 14.5583C4.81898 13.1782 3.80149 11.8182 2.75087 10.4169H4.54216C4.71531 8.06261 5.67401 6.17473 7.47492 4.78678C8.79488 3.76791 10.2955 3.3116 11.9307 3.38206C12.9972 3.42832 13.9853 3.70955 14.8998 4.22048C15.5288 4.57186 15.6186 5.40451 15.1811 5.97692L-nan -nanL-nan -nanL15.1811 5.97692C14.7464 6.54573 13.9482 6.64535 13.2901 6.36336C11.8846 5.76101 10.4618 5.89061 9.04498 6.86926C7.85755 7.68906 7.23231 8.90141 7.08054 10.4124V10.4135Z",
|
|
4231
4579
|
fill: "#BFF6F8"
|
|
4232
4580
|
}),
|
|
4233
|
-
/* @__PURE__ */
|
|
4581
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4234
4582
|
fillRule: "evenodd",
|
|
4235
4583
|
clipRule: "evenodd",
|
|
4236
4584
|
d: "M9.40169 10.7697L8.91886 10.4135H7.08054V10.4124C7.10115 10.2072 7.1305 10.0075 7.1688 9.81352C7.41251 8.57936 8.01882 7.57773 9.04498 6.86928C10.4618 5.89063 11.8846 5.76103 13.2901 6.36338C13.9482 6.64537 14.7464 6.54575 15.1811 5.97694C15.6186 5.40453 15.5288 4.57187 14.8998 4.2205C13.9853 3.70957 12.9972 3.42834 11.9307 3.38208C10.2955 3.31162 8.79488 3.76793 7.47492 4.7868C5.67401 6.17475 4.7153 8.06262 4.54216 10.4169H2.75087C2.9014 10.6177 3.05125 10.8176 3.20058 11.0169C3.587 11.5326 3.96986 12.0438 4.35171 12.5536C4.72749 13.0554 5.10229 13.5559 5.47856 14.058C5.60337 14.2246 5.72834 14.3913 5.85357 14.5584C5.9166 14.4747 6.04988 14.2955 6.22717 14.0564C6.81207 13.2676 7.87592 11.8267 8.47611 11.0135C8.74349 10.6512 8.91886 10.4135 8.91886 10.4135L9.40169 10.7697L8.9738 11.3496C8.71481 11.7005 8.36569 12.1734 8.00519 12.6615C7.28564 13.6356 6.51682 14.6752 6.33276 14.9194C6.21923 15.0701 6.04147 15.1586 5.85282 15.1584C5.66418 15.1581 5.48663 15.0692 5.37348 14.9182C4.86944 14.2459 4.37116 13.5805 3.87125 12.913C3.3425 12.207 2.81193 11.4986 2.2708 10.7768C2.13449 10.595 2.11259 10.3517 2.21424 10.1485C2.31588 9.94526 2.52362 9.81688 2.75087 9.81688H3.99953C4.28818 7.55897 5.30719 5.70008 7.1083 4.31184M7.1083 4.31184C8.54315 3.20433 10.1836 2.70624 11.9565 2.78263C13.116 2.83293 14.1957 3.13982 15.1925 3.6967C16.2047 4.26224 16.2699 5.54032 15.6578 6.34127C15.0108 7.18787 13.8882 7.27246 13.0538 6.91487C11.8476 6.39799 10.642 6.49532 9.38598 7.36295C8.53805 7.94836 8.01288 8.76671 7.78161 9.81352H8.91886C9.14527 9.81352 9.3524 9.94097 9.45445 10.1431C9.5565 10.3452 9.5361 10.5875 9.40169 10.7697",
|
|
4237
4585
|
fill: "#528693"
|
|
4238
4586
|
}),
|
|
4239
|
-
/* @__PURE__ */
|
|
4587
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4240
4588
|
d: "M16.8044 11.5865L14.9661 11.5865C14.9661 11.5865 17.6677 7.92426 18.0313 7.44167C19.0659 8.82179 20.0834 10.1818 21.134 11.5831L19.3428 11.5831C19.1696 13.9374 18.2109 15.8253 16.41 17.2132C15.09 18.2321 13.5895 18.6884 11.9542 18.6179C10.8878 18.5717 9.89961 18.2904 8.9851 17.7795C8.35615 17.4281 8.26636 16.5955 8.70383 16.0231L-nan -nanL-nan -nanL8.70383 16.0231C9.13856 15.4543 9.93675 15.3546 10.5948 15.6366C12.0004 16.239 13.4232 16.1094 14.8399 15.1307C16.0274 14.3109 16.6526 13.0986 16.8044 11.5876L16.8044 11.5865Z",
|
|
4241
4589
|
fill: "#BFF6F8"
|
|
4242
4590
|
}),
|
|
4243
|
-
/* @__PURE__ */
|
|
4591
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4244
4592
|
fillRule: "evenodd",
|
|
4245
4593
|
clipRule: "evenodd",
|
|
4246
4594
|
d: "M14.4832 11.2303L14.9661 11.5865L16.8044 11.5865L16.8044 11.5876C16.7838 11.7928 16.7544 11.9925 16.7161 12.1865C16.4724 13.4206 15.8661 14.4223 14.8399 15.1307C13.4232 16.1094 12.0004 16.239 10.5948 15.6366C9.93675 15.3546 9.13856 15.4543 8.70383 16.0231C8.26636 16.5955 8.35616 17.4281 8.9851 17.7795C9.89961 18.2904 10.8878 18.5717 11.9542 18.6179C13.5895 18.6884 15.09 18.2321 16.41 17.2132C18.2109 15.8253 19.1696 13.9374 19.3428 11.5831L21.1341 11.5831C20.9835 11.3823 20.8337 11.1824 20.6843 10.9831C20.2979 10.4674 19.9151 9.95622 19.5332 9.44635C19.1574 8.9446 18.7826 8.44415 18.4064 7.942C18.2815 7.77544 18.1566 7.60869 18.0314 7.44165C17.9683 7.5253 17.835 7.70449 17.6577 7.94359C17.0728 8.73241 16.009 10.1733 15.4088 10.9865C15.1414 11.3488 14.9661 11.5865 14.9661 11.5865L14.4832 11.2303L14.9111 10.6504C15.1701 10.2995 15.5192 9.82657 15.8797 9.33854C16.5993 8.36444 17.3681 7.32484 17.5522 7.08057C17.6657 6.92991 17.8435 6.84141 18.0321 6.84165C18.2207 6.84188 18.3983 6.93082 18.5114 7.08176C19.0155 7.75414 19.5138 8.41947 20.0137 9.08697C20.5424 9.79298 21.073 10.5014 21.6141 11.2232C21.7504 11.405 21.7723 11.6483 21.6707 11.8515C21.569 12.0547 21.3613 12.1831 21.1341 12.1831L19.8854 12.1831C19.5967 14.441 18.5777 16.2999 16.7766 17.6882M16.7766 17.6882C15.3418 18.7957 13.7013 19.2938 11.9284 19.2174C10.7689 19.1671 9.68923 18.8602 8.69246 18.3033C7.68018 17.7378 7.61497 16.4597 8.22712 15.6587C8.87415 14.8121 9.9967 14.7275 10.8311 15.0851C12.0373 15.602 13.2429 15.5047 14.4989 14.637C15.3469 14.0516 15.872 13.2333 16.1033 12.1865L14.9661 12.1865C14.7397 12.1865 14.5325 12.059 14.4305 11.8569C14.3284 11.6548 14.3488 11.4125 14.4832 11.2303",
|
|
@@ -4252,10 +4600,10 @@ var Renew = forwardRef80((delegated, ref) => {
|
|
|
4252
4600
|
Renew.displayName = "RenewIcon";
|
|
4253
4601
|
|
|
4254
4602
|
// src/iconography/restricted-catalogue.tsx
|
|
4255
|
-
import { forwardRef as
|
|
4256
|
-
import { jsx as
|
|
4257
|
-
var RestrictedCatalogue =
|
|
4258
|
-
return /* @__PURE__ */
|
|
4603
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
4604
|
+
import { jsx as jsx89, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
4605
|
+
var RestrictedCatalogue = forwardRef83((delegated, ref) => {
|
|
4606
|
+
return /* @__PURE__ */ jsxs80("svg", {
|
|
4259
4607
|
ref,
|
|
4260
4608
|
width: "22",
|
|
4261
4609
|
height: "22",
|
|
@@ -4263,41 +4611,41 @@ var RestrictedCatalogue = forwardRef81((delegated, ref) => {
|
|
|
4263
4611
|
fill: "none",
|
|
4264
4612
|
...delegated,
|
|
4265
4613
|
children: [
|
|
4266
|
-
/* @__PURE__ */
|
|
4614
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4267
4615
|
fill: "#FFDE99",
|
|
4268
4616
|
d: "M11.14 5.027h8.041v12.615a.27.27 0 0 1-.009.071c-.097.356-.562 1.052-1.242 1.052H11.3c-.088 0-.16-.141-.16-.315V5.027Z"
|
|
4269
4617
|
}),
|
|
4270
|
-
/* @__PURE__ */
|
|
4618
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4271
4619
|
fill: "#FFEDC6",
|
|
4272
4620
|
d: "M19.181 3.525a.31.31 0 0 0-.31-.31h-5.636a2.067 2.067 0 0 0-2.068 2.069v12.97c0-2.704 6.188-2.276 7.663-2.117a.317.317 0 0 0 .351-.316V3.526Z"
|
|
4273
4621
|
}),
|
|
4274
|
-
/* @__PURE__ */
|
|
4622
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4275
4623
|
fill: "#fff",
|
|
4276
4624
|
d: "M3.415 5.027h7.576v12.857c0 .166-.068.302-.151.302H3.566c-.084 0-.151-.136-.151-.302V5.027Z"
|
|
4277
4625
|
}),
|
|
4278
|
-
/* @__PURE__ */
|
|
4626
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4279
4627
|
fill: "#528693",
|
|
4280
4628
|
fillRule: "evenodd",
|
|
4281
4629
|
d: "M2.81 4.423h8.496v13.46c0 .501-.406.907-.906.907H3.717a.906.906 0 0 1-.906-.906V4.423Zm.605.604v12.857c0 .166.135.302.302.302H10.4a.302.302 0 0 0 .302-.302V5.027H3.415Z",
|
|
4282
4630
|
clipRule: "evenodd"
|
|
4283
4631
|
}),
|
|
4284
|
-
/* @__PURE__ */
|
|
4632
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4285
4633
|
fill: "#BFF6F8",
|
|
4286
4634
|
d: "M3.415 4.12c0-.166.135-.302.302-.302H8.65a2.01 2.01 0 0 1 2.014 2.01v12.589c0-2.624-5.471-2.209-6.907-2.054a.309.309 0 0 1-.342-.306V4.12Z"
|
|
4287
4635
|
}),
|
|
4288
|
-
/* @__PURE__ */
|
|
4636
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4289
4637
|
fill: "#528693",
|
|
4290
4638
|
fillRule: "evenodd",
|
|
4291
4639
|
d: "M10.06 17.161c-1.463-1.21-5.16-.921-6.303-.798a.309.309 0 0 1-.342-.307V4.12c0-.166.135-.302.302-.302H8.65a2.01 2.01 0 0 1 2.014 2.009v12.59c0-.536-.229-.945-.604-1.256ZM3.717 3.214H8.65a2.614 2.614 0 0 1 2.618 2.613v12.938H10.06v-.348c0-.397-.186-.688-.589-.934-.429-.263-1.06-.438-1.801-.536-1.473-.195-3.14-.06-3.849.016a.913.913 0 0 1-1.01-.907V4.12c0-.5.406-.906.906-.906Z",
|
|
4292
4640
|
clipRule: "evenodd"
|
|
4293
4641
|
}),
|
|
4294
|
-
/* @__PURE__ */
|
|
4642
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4295
4643
|
fill: "#528693",
|
|
4296
4644
|
fillRule: "evenodd",
|
|
4297
4645
|
d: "M18.585 3.824a.04.04 0 0 0-.028-.01h-.578a.302.302 0 0 1 0-.604h.578c.329 0 .632.254.632.61v.653a.302.302 0 1 1-.604 0v-.649Zm-1.846-.312a.302.302 0 0 0-.302-.302H15.28a.302.302 0 0 0 0 .604h1.156a.302.302 0 0 0 .302-.302Zm-2.698 0a.302.302 0 0 0-.302-.302h-.578c-.278 0-.545.043-.796.121a.302.302 0 0 0 .18.577c.193-.06.4-.094.616-.094h.578a.302.302 0 0 0 .302-.302Zm4.846 2.4a.302.302 0 0 0-.302.301v1.305a.302.302 0 1 0 .604 0V6.213a.302.302 0 0 0-.302-.302ZM10.96 7.387a.302.302 0 0 0-.303.302v1.163a.302.302 0 1 0 .604 0V7.69a.302.302 0 0 0-.301-.302Zm7.928 1.568a.302.302 0 0 0-.302.302v1.305a.302.302 0 0 0 .604 0V9.258a.302.302 0 0 0-.302-.302Zm-7.928 1.145a.302.302 0 0 0-.303.302v1.163a.302.302 0 1 0 .604 0v-1.163a.302.302 0 0 0-.301-.302Zm7.928 1.9a.302.302 0 0 0-.302.302v1.305a.302.302 0 0 0 .604 0v-1.305a.302.302 0 0 0-.302-.302Zm-7.928.813a.302.302 0 0 0-.303.302v1.163a.302.302 0 1 0 .604 0v-1.163a.302.302 0 0 0-.301-.302Zm7.928 2.232a.302.302 0 0 0-.302.303v.65l-.003.01a.26.26 0 0 0-.02.003.06.06 0 0 1-.019.001 24.867 24.867 0 0 0-.615-.054.302.302 0 1 0-.045.603c.238.018.442.036.6.052a.663.663 0 0 0 .214-.013.302.302 0 0 0 .215-.187.302.302 0 0 0 .23-.181.596.596 0 0 0 .047-.232v-.652a.302.302 0 0 0-.302-.303Zm-7.928.48a.302.302 0 0 0-.303.303v1.161a.302.302 0 1 0 .604 0V15.83a.302.302 0 0 0-.301-.302Zm5.32.363a19.33 19.33 0 0 0-1.243.028.302.302 0 1 0 .034.603c.408-.023.815-.03 1.203-.026a.302.302 0 1 0 .006-.605Zm-2.549.464a.302.302 0 0 0-.355-.238 6.167 6.167 0 0 0-1.231.367.302.302 0 0 0 .239.555c.323-.14.7-.247 1.11-.329a.302.302 0 0 0 .237-.355Zm-2.54 1.18a.302.302 0 0 0-.396.163c-.09.218-.138.457-.138.714v.355h.604v-.355c0-.182.034-.34.092-.482a.302.302 0 0 0-.163-.395Z",
|
|
4298
4646
|
clipRule: "evenodd"
|
|
4299
4647
|
}),
|
|
4300
|
-
/* @__PURE__ */
|
|
4648
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4301
4649
|
fill: "#528693",
|
|
4302
4650
|
fillRule: "evenodd",
|
|
4303
4651
|
d: "M18.886 16.776c.167 0 .302.136.302.303v.333c0 .138-.023.271-.065.396a.302.302 0 0 1-.572-.196.614.614 0 0 0 .033-.2v-.333c0-.167.136-.303.302-.303Zm-.312 1.544a.302.302 0 0 1-.183.386c-.125.045-.26.07-.4.07h-.723a.302.302 0 0 1 0-.605h.724c.069 0 .135-.012.196-.034a.302.302 0 0 1 .386.183Zm-6.614.455h-.724v-.604h.724a.302.302 0 1 1 0 .604Zm1.628-.302c0-.167.135-.302.302-.302h1.448a.302.302 0 1 1 0 .604H13.89a.302.302 0 0 1-.302-.302Z",
|
|
@@ -4309,10 +4657,10 @@ var RestrictedCatalogue = forwardRef81((delegated, ref) => {
|
|
|
4309
4657
|
RestrictedCatalogue.displayName = "RestrictedCatalogueIcon";
|
|
4310
4658
|
|
|
4311
4659
|
// src/iconography/rich-text.tsx
|
|
4312
|
-
import { forwardRef as
|
|
4313
|
-
import { jsx as
|
|
4314
|
-
var RichText =
|
|
4315
|
-
return /* @__PURE__ */
|
|
4660
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
4661
|
+
import { jsx as jsx90, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
4662
|
+
var RichText = forwardRef84((delegated, ref) => {
|
|
4663
|
+
return /* @__PURE__ */ jsxs81("svg", {
|
|
4316
4664
|
ref,
|
|
4317
4665
|
width: "22",
|
|
4318
4666
|
height: "22",
|
|
@@ -4320,34 +4668,34 @@ var RichText = forwardRef82((delegated, ref) => {
|
|
|
4320
4668
|
fill: "none",
|
|
4321
4669
|
...delegated,
|
|
4322
4670
|
children: [
|
|
4323
|
-
/* @__PURE__ */
|
|
4671
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4324
4672
|
d: "M4 4.6C4 4.26863 4.26863 4 4.6 4H17.4C17.7314 4 18 4.26863 18 4.6V6.2C18 6.53137 17.7314 6.8 17.4 6.8H4.6C4.26863 6.8 4 6.53137 4 6.2V4.6Z",
|
|
4325
4673
|
fill: "#BFF6F8",
|
|
4326
4674
|
className: "c-icon-fill"
|
|
4327
4675
|
}),
|
|
4328
|
-
/* @__PURE__ */
|
|
4676
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4329
4677
|
fillRule: "evenodd",
|
|
4330
4678
|
clipRule: "evenodd",
|
|
4331
4679
|
d: "M4.59999 3.40002H17.4C18.0627 3.40002 18.6 3.93728 18.6 4.60002V6.20003C18.6 6.86277 18.0627 7.40002 17.4 7.40002H4.59999C3.93725 7.40002 3.39999 6.86277 3.39999 6.20002V4.60002C3.39999 3.93728 3.93725 3.40002 4.59999 3.40002ZM4.59999 4.00002C4.26862 4.00002 3.99999 4.26865 3.99999 4.60002V6.20002C3.99999 6.5314 4.26862 6.80002 4.59999 6.80002H17.4C17.7314 6.80002 18 6.5314 18 6.20003V4.60002C18 4.26865 17.7314 4.00002 17.4 4.00002H4.59999Z",
|
|
4332
4680
|
fill: "#528693"
|
|
4333
4681
|
}),
|
|
4334
|
-
/* @__PURE__ */
|
|
4682
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4335
4683
|
d: "M4 10.2C4 9.86867 4.26863 9.60004 4.6 9.60004H17.4C17.7314 9.60004 18 9.86867 18 10.2V11.8C18 12.1314 17.7314 12.4 17.4 12.4H4.6C4.26863 12.4 4 12.1314 4 11.8V10.2Z",
|
|
4336
4684
|
className: "c-icon-fill",
|
|
4337
4685
|
fill: "#BFF6F8"
|
|
4338
4686
|
}),
|
|
4339
|
-
/* @__PURE__ */
|
|
4687
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4340
4688
|
fillRule: "evenodd",
|
|
4341
4689
|
clipRule: "evenodd",
|
|
4342
4690
|
d: "M4.59999 9H17.4C18.0627 9 18.6 9.53726 18.6 10.2V11.8C18.6 12.4627 18.0627 13 17.4 13H4.59999C3.93725 13 3.39999 12.4627 3.39999 11.8V10.2C3.39999 9.53726 3.93725 9 4.59999 9ZM4.59999 9.6C4.26862 9.6 3.99999 9.86863 3.99999 10.2V11.8C3.99999 12.1314 4.26862 12.4 4.59999 12.4H17.4C17.7314 12.4 18 12.1314 18 11.8V10.2C18 9.86863 17.7314 9.6 17.4 9.6H4.59999Z",
|
|
4343
4691
|
fill: "#528693"
|
|
4344
4692
|
}),
|
|
4345
|
-
/* @__PURE__ */
|
|
4693
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4346
4694
|
d: "M4 15.8C4 15.4686 4.26863 15.2 4.6 15.2H13.025C13.3564 15.2 13.625 15.4686 13.625 15.8V17.4C13.625 17.7314 13.3564 18 13.025 18H4.6C4.26863 18 4 17.7314 4 17.4V15.8Z",
|
|
4347
4695
|
className: "c-icon-fill",
|
|
4348
4696
|
fill: "#BFF6F8"
|
|
4349
4697
|
}),
|
|
4350
|
-
/* @__PURE__ */
|
|
4698
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4351
4699
|
fillRule: "evenodd",
|
|
4352
4700
|
clipRule: "evenodd",
|
|
4353
4701
|
d: "M4.59999 14.6H13.025C13.6877 14.6 14.225 15.1373 14.225 15.8V17.4C14.225 18.0628 13.6877 18.6 13.025 18.6H4.59999C3.93725 18.6 3.39999 18.0628 3.39999 17.4V15.8C3.39999 15.1373 3.93725 14.6 4.59999 14.6ZM4.59999 15.2C4.26862 15.2 3.99999 15.4687 3.99999 15.8V17.4C3.99999 17.7314 4.26862 18 4.59999 18H13.025C13.3564 18 13.625 17.7314 13.625 17.4V15.8C13.625 15.4687 13.3564 15.2 13.025 15.2H4.59999Z",
|
|
@@ -4359,10 +4707,10 @@ var RichText = forwardRef82((delegated, ref) => {
|
|
|
4359
4707
|
RichText.displayName = "RichText";
|
|
4360
4708
|
|
|
4361
4709
|
// src/iconography/rocket.tsx
|
|
4362
|
-
import { forwardRef as
|
|
4363
|
-
import { jsx as
|
|
4364
|
-
var Rocket =
|
|
4365
|
-
return /* @__PURE__ */
|
|
4710
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
4711
|
+
import { jsx as jsx91, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
4712
|
+
var Rocket = forwardRef85((delegated, ref) => {
|
|
4713
|
+
return /* @__PURE__ */ jsxs82("svg", {
|
|
4366
4714
|
ref,
|
|
4367
4715
|
width: "16",
|
|
4368
4716
|
height: "16",
|
|
@@ -4370,27 +4718,27 @@ var Rocket = forwardRef83((delegated, ref) => {
|
|
|
4370
4718
|
fill: "none",
|
|
4371
4719
|
...delegated,
|
|
4372
4720
|
children: [
|
|
4373
|
-
/* @__PURE__ */
|
|
4721
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4374
4722
|
d: "M13.0339 2.1872a3.485 3.485 0 0 1 .381.0376c.0658.0094.127.0189.1928.033l.1035.0188c.0094.0047.0094.014.0094.0235l.0282.16c.0188.1316.0376.2586.0471.3903.0203.2598.0219.5208.0047.7808a6.9501 6.9501 0 0 1-.1223.8796 4.1843 4.1843 0 0 1-1.2794-.8937 6.3429 6.3429 0 0 1-.9314-1.3217 6.338 6.338 0 0 1 .795-.1082 4.6927 4.6927 0 0 1 .7714 0Zm-2.3754 4.6613a.1103.1103 0 0 0-.0376.0094.646.646 0 0 1-.1317.0236c-.0471.0094-.0894.014-.1317.0188h-.0565a1.3956 1.3956 0 0 1-.1975-.0141.0175.0175 0 0 1-.0141-.0047 1.1617 1.1617 0 0 1-.621-.2964 1.2474 1.2474 0 0 1-.1646-1.6933.0046.0046 0 0 0 .0034-.0014.0048.0048 0 0 0 .0014-.0033 1.2938 1.2938 0 0 1 .1081-.127 1.259 1.259 0 0 1 2.0932.6726 1.3067 1.3067 0 0 1-.2352 1.0207c-.0282.0282-.0518.0612-.08.0894-.0282.0282-.0705.0564-.1035.0847a.0536.0536 0 0 0-.0376.014 1.2248 1.2248 0 0 1-.3951.207Z",
|
|
4375
4723
|
fill: "#fff"
|
|
4376
4724
|
}),
|
|
4377
|
-
/* @__PURE__ */
|
|
4725
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4378
4726
|
d: "M10.1129 7.427a1.7704 1.7704 0 0 1-1.1712-.602 1.5881 1.5881 0 0 1-.2493-.3998c-.0047-.0047-.0047-.0094-.0094-.0141a2.0301 2.0301 0 0 1-.1035-.2822c0-.0141-.0047-.0235-.0047-.033a1.3365 1.3365 0 0 1-.047-.268.8705.8705 0 0 1-.0047-.1082c0-.047-.0095-.0941-.0047-.1364 0-.0189.0046-.033.0046-.047.0069-.092.021-.1832.0424-.2729v-.0141c.0541-.2502.167-.484.3292-.682a.197.197 0 0 1 .0753-.0565 1.0763 1.0763 0 0 1 .0988-.1082.7403.7403 0 0 1 .0893-.0705c.0048-.0047.0048-.0141.0095-.0188a.9361.9361 0 0 1 .0893-.0565 1.7606 1.7606 0 0 1 1.3406-.3434c.4418.0721.8383.3134 1.1053.6727a1.7648 1.7648 0 0 1-.1505 2.3048 1.7054 1.7054 0 0 1-.1411.1176.2888.2888 0 0 1-.0329.047c-.0329.0235-.0706.0423-.1035.0658a1.7602 1.7602 0 0 1-1.1618.3058Zm-.809-2.5352a1.2474 1.2474 0 0 0 .1646 1.6933c.1723.1592.3887.2625.6209.2964a.0172.0172 0 0 0 .0141.0047c.0654.0093.1314.014.1975.014h.0565c.0423-.0046.0846-.0093.1317-.0187a.646.646 0 0 0 .1317-.0236.1103.1103 0 0 1 .0376-.0094 1.2248 1.2248 0 0 0 .3951-.207.0539.0539 0 0 1 .0377-.014c.0329-.0283.0705-.0565.1034-.0847.033-.0282.0518-.0611.08-.0894a1.3067 1.3067 0 0 0 .2352-1.0207 1.2592 1.2592 0 0 0-2.0931-.6726 1.2939 1.2939 0 0 0-.1082.127.0047.0047 0 0 1-.0047.0047Z",
|
|
4379
4727
|
fill: "#528693"
|
|
4380
4728
|
}),
|
|
4381
|
-
/* @__PURE__ */
|
|
4729
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4382
4730
|
d: "M8.8005 12.1025a5.1403 5.1403 0 0 1-.682 1.2794l-.1082.1458c-.0329.033-.0987.1176-.0893.0988-.0094.0047-.0141.0094-.0236.0047-.0094-.0047 0-.0141 0-.0188.0047.0188-.0282-.1787-.0517-.2916a4.5174 4.5174 0 0 0-.4798-1.2982l.0565-.0188c.1317-.0471.2634-.1035.3904-.1553.254-.1128.5033-.2304.7385-.3621.1834-.1035.3621-.2164.5409-.3293a7.3196 7.3196 0 0 1-.2917.9454Zm.4563-7.8457a.9349.9349 0 0 0-.0894.0565c-.0047.0047-.0047.014-.0094.0188a.7411.7411 0 0 0-.0893.0705 1.0777 1.0777 0 0 0-.0988.1082.197.197 0 0 0-.0753.0565 1.6147 1.6147 0 0 0-.3292.682v.0141a1.7343 1.7343 0 0 0-.0424.2728c0 .0141-.0047.0282-.0047.047-.0047.0424.0047.0894.0047.1365a.8667.8667 0 0 0 .0047.1081c.0066.0908.0223.1806.047.2682 0 .0094.0048.0188.0048.0329.0274.0965.062.1908.1035.2822.0047.0047.0047.0094.0094.0141a1.588 1.588 0 0 0 .2493.3998 1.7592 1.7592 0 0 0 2.333.2963c.0329-.0235.0705-.0423.1035-.0658a.2888.2888 0 0 0 .0329-.047 1.7054 1.7054 0 0 0 .1411-.1176 1.765 1.765 0 0 0 .1505-2.3048 1.723 1.723 0 0 0-1.1053-.6726 1.7607 1.7607 0 0 0-1.3406.3433Zm-4.412 5.4516a7.1694 7.1694 0 0 1-.2681-.3904c-.0424-.0659-.08-.1317-.1176-.1929l-.0612-.1082.0282-.094.0612-.1882c.047-.1223.0988-.2446.1505-.3669.1082-.2446.2305-.4845.3575-.7196.265-.4654.562-.9117.889-1.3359a14.419 14.419 0 0 1 2.173-2.3 8.19 8.19 0 0 1 2.6906-1.5288c.0658-.0188.1317-.0329.1975-.0517a5.4617 5.4617 0 0 0 1.1054 1.5428c.4187.448.931.798 1.5005 1.0254-.0142.0564-.0236.1176-.0424.174a8.2196 8.2196 0 0 1-1.5381 2.747 14.7123 14.7123 0 0 1-2.3189 2.206 12.2821 12.2821 0 0 1-1.3311.8796 9.8702 9.8702 0 0 1-.7056.3528c-.1223.047-.2446.0987-.3621.1411l-.1835.0611-.08.0235-.08-.0423-.1692-.1035a12.9658 12.9658 0 0 1-.3246-.2163 1.0463 1.0463 0 0 0-.2916-.1553c.127-.127.254-.254.3857-.381.141-.1411.2822-.2869.428-.4374l1.2888-1.2841a.6352.6352 0 0 0 .0706-.094.522.522 0 0 0 .0329-.1365h-.0047a.3654.3654 0 0 0-.1035-.3434c-.0282-.0282-.0705-.0658-.1176-.1128a.0047.0047 0 0 0-.0047-.0047l-.2493-.2587-.1223-.127a1.1108 1.1108 0 0 0-.2352-.1976.3927.3927 0 0 0-.301-.0047.389.389 0 0 0-.1082.0705.0363.0363 0 0 0-.0141.0094l-.0141.0142a.0103.0103 0 0 0-.0094.0094l-.0423.0423c-.0047 0-.0047 0-.0047.0047-.5645.5645-1.1101 1.1054-1.6652 1.6604l-.3904.3904a.76.76 0 0 0-.0987-.1787Z",
|
|
4383
4731
|
fill: "#BFF6F8"
|
|
4384
4732
|
}),
|
|
4385
|
-
/* @__PURE__ */
|
|
4733
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4386
4734
|
d: "m4.8448 11.5992-.1976.1929c-.0047.0094-.0094.0047-.014 0-.1365-.1411-.2776-.2822-.4234-.428l.5644-.5645c.3998-.3998.795-.7902 1.2042-1.1994.094-.094.1928-.1929.2869-.2916L7.3518 8.222l.0236.0235a.0047.0047 0 0 0 .0046.0047c.1365.1411.2682.2775.3952.4046a.0141.0141 0 0 1 0 .0188 730.2544 730.2544 0 0 0-1.9144 1.9097c-.334.3339-.6727.6679-1.016 1.0159Z",
|
|
4387
4735
|
fill: "#fff"
|
|
4388
4736
|
}),
|
|
4389
|
-
/* @__PURE__ */
|
|
4737
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4390
4738
|
d: "M3.8335 7.2625a6.6494 6.6494 0 0 1 1.0254-.3622c-.0565.0894-.1176.1693-.174.2634a8.6195 8.6195 0 0 0-.447.856c-.0705.1506-.1316.3058-.1928.4704a6.6217 6.6217 0 0 0-.0564.1646 4.2294 4.2294 0 0 0-1.0348-.4186c-.1035-.0282-.2117-.0564-.3152-.0752-.0846-.0189-.1693-.033-.2492-.0518-.0236 0-.0283-.0094-.0142-.0188l.0047-.0047h.0048l.047-.0376c.0564-.047.1317-.094.2022-.1458a7.0379 7.0379 0 0 1 1.1995-.6397Z",
|
|
4391
4739
|
fill: "#BFF6F8"
|
|
4392
4740
|
}),
|
|
4393
|
-
/* @__PURE__ */
|
|
4741
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4394
4742
|
d: "M11.4675 2.2954c.2528.4785.5658.9227.9314 1.3217a4.1843 4.1843 0 0 0 1.2794.8937 6.9501 6.9501 0 0 0 .1223-.8796c.0172-.26.0156-.521-.0047-.7808-.0095-.1317-.0283-.2587-.0471-.3904l-.0282-.16c0-.0093 0-.0187-.0094-.0234l-.1035-.0188a2.7475 2.7475 0 0 0-.1928-.033 3.4826 3.4826 0 0 0-.381-.0376 4.6927 4.6927 0 0 0-.7714 0 6.3397 6.3397 0 0 0-.795.1082Zm-4.1016 9.7272c.2257.4055.3875.8434.4798 1.2982.0235.1129.0565.3104.0518.2916 0 .0047-.0047.0141 0 .0188.0047.0047.014 0 .0235-.0047-.0094.0188.0564-.0658.0893-.0988l.1082-.1458a5.1404 5.1404 0 0 0 .682-1.2794 7.3195 7.3195 0 0 0 .2917-.9454c-.1788.1129-.3575.2258-.541.3293-.2351.1317-.4844.2492-.7384.3621-.127.0518-.2587.1082-.3904.1553l-.0565.0188ZM4.9953 7.6482c-.127.2351-.2493.475-.3575.7196-.0517.1223-.1035.2446-.1505.367l-.0612.188-.0282.0941.0612.1082c.0376.0612.0752.127.1176.1929.0846.1317.174.2634.268.3904a.7599.7599 0 0 1 .0989.1787l.3903-.3904c.555-.555 1.1007-1.096 1.6652-1.6604 0-.0047 0-.0047.0046-.0047l.0424-.0423a.0104.0104 0 0 1 .0094-.0094l.0141-.0141a.0362.0362 0 0 1 .0141-.0095.3888.3888 0 0 1 .1082-.0705.3928.3928 0 0 1 .301.0047 1.111 1.111 0 0 1 .2352.1975l.1223.127.2493.2587a.0046.0046 0 0 1 .0033.0014.0046.0046 0 0 1 .0014.0033c.047.047.0894.0847.1176.113a.3655.3655 0 0 1 .1035.3433h.0047a.5214.5214 0 0 1-.033.1364.636.636 0 0 1-.0705.094L6.938 10.2494c-.1458.1505-.287.2963-.428.4374-.1317.127-.2587.254-.3857.381.1048.036.2032.0884.2916.1552.1082.0753.2164.1459.3246.2164l.1693.1035.08.0423.08-.0235.1833-.0611c.1176-.0424.24-.0941.3622-.1411a9.8702 9.8702 0 0 0 .7056-.3528 12.297 12.297 0 0 0 1.3311-.8796 14.712 14.712 0 0 0 2.3189-2.206 8.2195 8.2195 0 0 0 1.5381-2.747c.0188-.0564.0283-.1176.0424-.174a4.171 4.171 0 0 1-1.5005-1.0254 5.4617 5.4617 0 0 1-1.1054-1.5428c-.0658.0188-.1317.033-.1975.0517a8.1898 8.1898 0 0 0-2.6905 1.5287 14.419 14.419 0 0 0-2.1731 2.3001c-.327.4242-.624.8705-.889 1.3359ZM4.633 11.792c.0047.0047.0094.0094.0141 0l.1976-.1929c.3433-.348.682-.682 1.016-1.016.635-.635 1.2605-1.2605 1.9144-1.9096a.0141.0141 0 0 0 0-.0189c-.127-.127-.2588-.2634-.3952-.4045a.0047.0047 0 0 1-.0047-.0047l-.0235-.0235-1.0865 1.0866c-.0941.0987-.1929.1975-.287.2916-.4092.4092-.8043.7996-1.204 1.1994l-.5645.5645c.1458.1458.2869.2869.4233.428ZM2.954 8.2361c.362.0932.7099.234 1.0348.4186.0188-.0564.0376-.1128.0564-.1646.0612-.1646.1223-.3198.1929-.4703a8.6185 8.6185 0 0 1 .4468-.8561c.0565-.094.1176-.174.174-.2634a6.65 6.65 0 0 0-1.0253.3622 7.0371 7.0371 0 0 0-1.1995.6397c-.0705.0517-.1458.0987-.2022.1458l-.047.0376H2.38l-.0048.0047c-.014.0094-.0094.0188.0141.0188.08.0188.1647.033.2493.0518.1035.0188.2117.047.3152.0752Zm-.6068.3998-.2493-.0423a.589.589 0 0 1-.254-.0894.333.333 0 0 1-.1364-.1693.3712.3712 0 0 1-.014-.2352 2.3128 2.3128 0 0 1 .1222-.2023 3.545 3.545 0 0 1 .5315-.4045 10.695 10.695 0 0 1 1.3688-.7384 4.7461 4.7461 0 0 1 1.5146-.4234c.1599-.2257.3198-.4374.4844-.6444A14.4656 14.4656 0 0 1 8.0103 3.396a8.5346 8.5346 0 0 1 2.7141-1.4252 7.2105 7.2105 0 0 1 1.5428-.2822 5.814 5.814 0 0 1 .809.0047c.1364.0047.2728.0235.4092.0376.0706.0094.1364.0189.207.033l.1129.0235a.6198.6198 0 0 1 .1834.047.4205.4205 0 0 1 .2211.3387l.0423.2446c.0188.1552.047.3057.0517.461.022.3022.0204.6057-.0047.9078a6.9537 6.9537 0 0 1-.3527 1.7215 8.9022 8.9022 0 0 1-1.6839 2.8833 15.0926 15.0926 0 0 1-2.3519 2.2061c-.0846.0611-.174.1176-.2587.1787a5.0622 5.0622 0 0 1-.4139 1.604 6.8242 6.8242 0 0 1-.7055 1.2888l-.1318.174-.0658.0847a4.2152 4.2152 0 0 1-.1129.1364c-.1787.1411-.3292.3245-.5362.2351a.3498.3498 0 0 1-.2023-.1693.2957.2957 0 0 1-.0517-.1458c-.0141-.0611-.0235-.1176-.033-.1693l-.0423-.2399-.0376-.1741a3.8788 3.8788 0 0 0-.508-1.2794.0798.0798 0 0 1-.0047-.0329l-.0658-.0329-.0988-.0611-.1835-.1082a5.7683 5.7683 0 0 1-.348-.2399.8514.8514 0 0 1-.2729-.2916l-.1693.1693a36.5512 36.5512 0 0 1-.428.4233c-.0753.0753-.1505.1458-.2258.2211a.4467.4467 0 0 1-.508.1834.3962.3962 0 0 1-.1693-.1176l-.1176-.1129c-.0518-.0564-.0988-.1081-.1505-.1552-.1176-.1176-.2258-.2257-.3199-.3245a.3934.3934 0 0 1-.0235-.5362l.287-.287c.1551-.1552.301-.3057.4515-.4515l.1975-.1976a.607.607 0 0 1-.207-.174c-.1222-.1646-.2398-.334-.3339-.4845-.047-.0705-.0894-.1411-.127-.1975a1.225 1.225 0 0 0-.0611-.113.0697.0697 0 0 1-.0612 0 3.5599 3.5599 0 0 0-1.0771-.4562l-.2964-.0752-.1505-.033Z",
|
|
4395
4743
|
fill: "#528693"
|
|
4396
4744
|
})
|
|
@@ -4400,10 +4748,10 @@ var Rocket = forwardRef83((delegated, ref) => {
|
|
|
4400
4748
|
Rocket.displayName = "RocketIcon";
|
|
4401
4749
|
|
|
4402
4750
|
// src/iconography/search.tsx
|
|
4403
|
-
import { forwardRef as
|
|
4404
|
-
import { jsx as
|
|
4405
|
-
var Search =
|
|
4406
|
-
return /* @__PURE__ */
|
|
4751
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
4752
|
+
import { jsx as jsx92, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
4753
|
+
var Search = forwardRef86((delegated, ref) => {
|
|
4754
|
+
return /* @__PURE__ */ jsxs83("svg", {
|
|
4407
4755
|
ref,
|
|
4408
4756
|
width: "22",
|
|
4409
4757
|
height: "23",
|
|
@@ -4411,21 +4759,21 @@ var Search = forwardRef84((delegated, ref) => {
|
|
|
4411
4759
|
fill: "none",
|
|
4412
4760
|
...delegated,
|
|
4413
4761
|
children: [
|
|
4414
|
-
/* @__PURE__ */
|
|
4762
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4415
4763
|
d: "M19.02 9.531a6.238 6.238 0 1 1-12.476 0 6.238 6.238 0 0 1 12.476 0Z",
|
|
4416
4764
|
fill: "#fff"
|
|
4417
4765
|
}),
|
|
4418
|
-
/* @__PURE__ */
|
|
4766
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4419
4767
|
d: "M18.023 14.86c2.913-2.914 2.913-7.655 0-10.568-2.914-2.914-7.654-2.914-10.568 0a7.327 7.327 0 0 0-1.124 9.018s.124.208-.043.375l-3.813 3.812c-.759.759-.94 1.82-.266 2.493l.116.116c.673.673 1.734.492 2.492-.267l3.805-3.804c.175-.175.382-.051.382-.051a7.327 7.327 0 0 0 9.019-1.124Zm-9.188-1.38a5.528 5.528 0 0 1 0-7.808 5.528 5.528 0 0 1 7.808 0 5.528 5.528 0 0 1 0 7.808 5.528 5.528 0 0 1-7.808 0Z",
|
|
4420
4768
|
fill: "#BFF6F8"
|
|
4421
4769
|
}),
|
|
4422
|
-
/* @__PURE__ */
|
|
4770
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4423
4771
|
fillRule: "evenodd",
|
|
4424
4772
|
clipRule: "evenodd",
|
|
4425
4773
|
d: "M6.288 13.685c.167-.167.043-.375.043-.375a7.327 7.327 0 0 1 1.124-9.018c2.914-2.914 7.654-2.914 10.568 0 2.913 2.913 2.913 7.654 0 10.568a7.327 7.327 0 0 1-9.019 1.124s-.207-.124-.382.051L4.817 19.84c-.758.758-1.82.939-2.492.266l-.116-.116c-.673-.673-.493-1.734.266-2.493l3.813-3.812ZM1.9 20.53l-.115-.115c-1.001-1.001-.621-2.455.266-3.342l3.651-3.651a7.925 7.925 0 0 1 1.329-9.554c3.148-3.148 8.268-3.148 11.416 0 3.148 3.148 3.148 8.268 0 11.416a7.925 7.925 0 0 1-9.554 1.329l-3.65 3.65c-.888.887-2.342 1.268-3.343.267ZM16.22 6.096a4.928 4.928 0 0 0-6.96 0 4.928 4.928 0 0 0 0 6.96 4.928 4.928 0 0 0 6.96 0 4.928 4.928 0 0 0 0-6.96Zm.424 7.384a5.528 5.528 0 0 0 0-7.808 5.528 5.528 0 0 0-7.808 0 5.528 5.528 0 0 0 0 7.808 5.528 5.528 0 0 0 7.808 0Z",
|
|
4426
4774
|
fill: "#528693"
|
|
4427
4775
|
}),
|
|
4428
|
-
/* @__PURE__ */
|
|
4776
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4429
4777
|
d: "M9.312 9.453a.77.77 0 0 1-.3-.061c-.393-.166-.576-.349-.41-.741a4.86 4.86 0 0 1 6.363-2.58c.392.167.576.35.41.742a.771.771 0 0 1-1.011.41 3.316 3.316 0 0 0-4.342 1.76.771.771 0 0 1-.71.47Z",
|
|
4430
4778
|
fill: "#528693"
|
|
4431
4779
|
})
|
|
@@ -4435,10 +4783,10 @@ var Search = forwardRef84((delegated, ref) => {
|
|
|
4435
4783
|
Search.displayName = "SearchIcon";
|
|
4436
4784
|
|
|
4437
4785
|
// src/iconography/selection.tsx
|
|
4438
|
-
import { forwardRef as
|
|
4439
|
-
import { jsx as
|
|
4440
|
-
var Selection =
|
|
4441
|
-
return /* @__PURE__ */
|
|
4786
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
4787
|
+
import { jsx as jsx93, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
4788
|
+
var Selection = forwardRef87((delegated, ref) => {
|
|
4789
|
+
return /* @__PURE__ */ jsxs84("svg", {
|
|
4442
4790
|
ref,
|
|
4443
4791
|
width: "22",
|
|
4444
4792
|
height: "22",
|
|
@@ -4446,65 +4794,65 @@ var Selection = forwardRef85((delegated, ref) => {
|
|
|
4446
4794
|
fill: "none",
|
|
4447
4795
|
...delegated,
|
|
4448
4796
|
children: [
|
|
4449
|
-
/* @__PURE__ */
|
|
4797
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4450
4798
|
d: "M3.98749 15.5C3.98749 15.3343 4.1218 15.2 4.28749 15.2H6.48749C6.65317 15.2 6.78749 15.3343 6.78749 15.5V17.7C6.78749 17.8657 6.65317 18 6.48749 18H4.28749C4.1218 18 3.98749 17.8657 3.98749 17.7V15.5Z",
|
|
4451
4799
|
fill: "white"
|
|
4452
4800
|
}),
|
|
4453
|
-
/* @__PURE__ */
|
|
4801
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4454
4802
|
fillRule: "evenodd",
|
|
4455
4803
|
clipRule: "evenodd",
|
|
4456
4804
|
d: "M4.28751 14.6H6.48751C6.98457 14.6 7.38751 15.0029 7.38751 15.5V17.7C7.38751 18.197 6.98457 18.6 6.48751 18.6H4.28751C3.79045 18.6 3.38751 18.197 3.38751 17.7V15.5C3.38751 15.0029 3.79046 14.6 4.28751 14.6ZM4.28751 15.2C4.12183 15.2 3.98751 15.3343 3.98751 15.5V17.7C3.98751 17.8657 4.12183 18 4.28751 18H6.48751C6.6532 18 6.78751 17.8657 6.78751 17.7V15.5C6.78751 15.3343 6.6532 15.2 6.48751 15.2H4.28751Z",
|
|
4457
4805
|
fill: "#528693"
|
|
4458
4806
|
}),
|
|
4459
|
-
/* @__PURE__ */
|
|
4807
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4460
4808
|
d: "M9.28754 15.5C9.28754 15.3343 9.42185 15.2 9.58754 15.2H17.7125C17.8782 15.2 18.0125 15.3343 18.0125 15.5V17.7C18.0125 17.8657 17.8782 18 17.7125 18H9.58754C9.42185 18 9.28754 17.8657 9.28754 17.7V15.5Z",
|
|
4461
4809
|
fill: "#BFF6F8",
|
|
4462
4810
|
className: "c-icon-fill"
|
|
4463
4811
|
}),
|
|
4464
|
-
/* @__PURE__ */
|
|
4812
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4465
4813
|
fillRule: "evenodd",
|
|
4466
4814
|
clipRule: "evenodd",
|
|
4467
4815
|
d: "M9.58756 14.6H17.7125C18.2096 14.6 18.6125 15.0029 18.6125 15.5V17.7C18.6125 18.197 18.2096 18.6 17.7125 18.6H9.58756C9.09051 18.6 8.68756 18.197 8.68756 17.7V15.5C8.68756 15.0029 9.09051 14.6 9.58756 14.6ZM9.58756 15.2C9.42188 15.2 9.28756 15.3343 9.28756 15.5V17.7C9.28756 17.8657 9.42188 18 9.58756 18H17.7125C17.8782 18 18.0125 17.8657 18.0125 17.7V15.5C18.0125 15.3343 17.8782 15.2 17.7125 15.2H9.58756Z",
|
|
4468
4816
|
fill: "#528693"
|
|
4469
4817
|
}),
|
|
4470
|
-
/* @__PURE__ */
|
|
4818
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4471
4819
|
d: "M3.98749 9.89991C3.98749 9.73423 4.1218 9.59991 4.28749 9.59991H6.48749C6.65317 9.59991 6.78749 9.73423 6.78749 9.89991V12.0999C6.78749 12.2656 6.65317 12.3999 6.48749 12.3999H4.28749C4.1218 12.3999 3.98749 12.2656 3.98749 12.0999V9.89991Z",
|
|
4472
4820
|
fill: "white"
|
|
4473
4821
|
}),
|
|
4474
|
-
/* @__PURE__ */
|
|
4822
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4475
4823
|
fillRule: "evenodd",
|
|
4476
4824
|
clipRule: "evenodd",
|
|
4477
4825
|
d: "M4.28751 8.99994H6.48751C6.98457 8.99994 7.38751 9.40288 7.38751 9.89994V12.0999C7.38751 12.597 6.98457 12.9999 6.48751 12.9999H4.28751C3.79045 12.9999 3.38751 12.597 3.38751 12.0999V9.89994C3.38751 9.40288 3.79046 8.99994 4.28751 8.99994ZM4.28751 9.59994C4.12183 9.59994 3.98751 9.73425 3.98751 9.89994V12.0999C3.98751 12.2656 4.12183 12.3999 4.28751 12.3999H6.48751C6.6532 12.3999 6.78751 12.2656 6.78751 12.0999V9.89994C6.78751 9.73425 6.6532 9.59994 6.48751 9.59994H4.28751Z",
|
|
4478
4826
|
fill: "#528693"
|
|
4479
4827
|
}),
|
|
4480
|
-
/* @__PURE__ */
|
|
4828
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4481
4829
|
d: "M9.28754 9.89991C9.28754 9.73423 9.42185 9.59991 9.58754 9.59991H17.7125C17.8782 9.59991 18.0125 9.73423 18.0125 9.89991V12.0999C18.0125 12.2656 17.8782 12.3999 17.7125 12.3999H9.58754C9.42185 12.3999 9.28754 12.2656 9.28754 12.0999V9.89991Z",
|
|
4482
4830
|
fill: "#BFF6F8",
|
|
4483
4831
|
className: "c-icon-fill"
|
|
4484
4832
|
}),
|
|
4485
|
-
/* @__PURE__ */
|
|
4833
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4486
4834
|
fillRule: "evenodd",
|
|
4487
4835
|
clipRule: "evenodd",
|
|
4488
4836
|
d: "M9.5875 8.99994H17.7125C18.2095 8.99994 18.6125 9.40288 18.6125 9.89994V12.0999C18.6125 12.597 18.2095 12.9999 17.7125 12.9999H9.5875C9.09044 12.9999 8.6875 12.597 8.6875 12.0999V9.89994C8.6875 9.40288 9.09044 8.99994 9.5875 8.99994ZM9.5875 9.59994C9.42181 9.59994 9.2875 9.73425 9.2875 9.89994V12.0999C9.2875 12.2656 9.42181 12.3999 9.5875 12.3999H17.7125C17.8782 12.3999 18.0125 12.2656 18.0125 12.0999V9.89994C18.0125 9.73425 17.8782 9.59994 17.7125 9.59994H9.5875Z",
|
|
4489
4837
|
fill: "#528693"
|
|
4490
4838
|
}),
|
|
4491
|
-
/* @__PURE__ */
|
|
4839
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4492
4840
|
d: "M3.98749 4.29994C3.98749 4.13425 4.1218 3.99994 4.28749 3.99994H6.48749C6.65317 3.99994 6.78749 4.13425 6.78749 4.29994V6.49994C6.78749 6.66562 6.65317 6.79994 6.48749 6.79994H4.28749C4.1218 6.79994 3.98749 6.66562 3.98749 6.49994V4.29994Z",
|
|
4493
4841
|
fill: "#BFF6F8",
|
|
4494
4842
|
className: "c-icon-fill"
|
|
4495
4843
|
}),
|
|
4496
|
-
/* @__PURE__ */
|
|
4844
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4497
4845
|
fillRule: "evenodd",
|
|
4498
4846
|
clipRule: "evenodd",
|
|
4499
4847
|
d: "M4.28751 3.39996H6.48751C6.98457 3.39996 7.38751 3.80291 7.38751 4.29996V6.49996C7.38751 6.99702 6.98457 7.39996 6.48751 7.39996H4.28751C3.79045 7.39996 3.38751 6.99702 3.38751 6.49996V4.29996C3.38751 3.80291 3.79046 3.39996 4.28751 3.39996ZM4.28751 3.99996C4.12183 3.99996 3.98751 4.13428 3.98751 4.29996V6.49996C3.98751 6.66565 4.12183 6.79996 4.28751 6.79996H6.48751C6.6532 6.79996 6.78751 6.66565 6.78751 6.49996V4.29996C6.78751 4.13428 6.6532 3.99996 6.48751 3.99996H4.28751Z",
|
|
4500
4848
|
fill: "#528693"
|
|
4501
4849
|
}),
|
|
4502
|
-
/* @__PURE__ */
|
|
4850
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4503
4851
|
d: "M9.28748 4.29994C9.28748 4.13425 9.42179 3.99994 9.58748 3.99994H17.7125C17.8782 3.99994 18.0125 4.13425 18.0125 4.29994V6.49994C18.0125 6.66562 17.8782 6.79994 17.7125 6.79994H9.58748C9.42179 6.79994 9.28748 6.66562 9.28748 6.49994V4.29994Z",
|
|
4504
4852
|
fill: "#BFF6F8",
|
|
4505
4853
|
className: "c-icon-fill"
|
|
4506
4854
|
}),
|
|
4507
|
-
/* @__PURE__ */
|
|
4855
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4508
4856
|
fillRule: "evenodd",
|
|
4509
4857
|
clipRule: "evenodd",
|
|
4510
4858
|
d: "M9.5875 3.39996H17.7125C18.2096 3.39996 18.6125 3.80291 18.6125 4.29996V6.49996C18.6125 6.99702 18.2096 7.39996 17.7125 7.39996H9.5875C9.09044 7.39996 8.6875 6.99702 8.6875 6.49996V4.29996C8.6875 3.80291 9.09044 3.39996 9.5875 3.39996ZM9.5875 3.99996C9.42181 3.99996 9.2875 4.13428 9.2875 4.29996V6.49996C9.2875 6.66565 9.42181 6.79996 9.5875 6.79996H17.7125C17.8782 6.79996 18.0125 6.66565 18.0125 6.49996V4.29996C18.0125 4.13428 17.8782 3.99996 17.7125 3.99996H9.5875Z",
|
|
@@ -4516,22 +4864,22 @@ var Selection = forwardRef85((delegated, ref) => {
|
|
|
4516
4864
|
Selection.displayName = "Selection";
|
|
4517
4865
|
|
|
4518
4866
|
// src/iconography/settings.tsx
|
|
4519
|
-
import { forwardRef as
|
|
4520
|
-
import { jsx as
|
|
4521
|
-
var Settings =
|
|
4522
|
-
return /* @__PURE__ */
|
|
4867
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
4868
|
+
import { jsx as jsx94, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
4869
|
+
var Settings = forwardRef88((delegated, ref) => {
|
|
4870
|
+
return /* @__PURE__ */ jsxs85("svg", {
|
|
4523
4871
|
ref,
|
|
4524
4872
|
width: "22",
|
|
4525
4873
|
height: "22",
|
|
4526
4874
|
viewBox: "0 0 22 22",
|
|
4527
4875
|
...delegated,
|
|
4528
4876
|
children: [
|
|
4529
|
-
/* @__PURE__ */
|
|
4877
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4530
4878
|
d: "M20.1994 9.46253L18.0308 9.05601C17.8991 8.61747 17.7263 8.19681 17.5126 7.80108L18.7672 5.96691C18.8834 5.79715 18.8596 5.54178 18.714 5.39659L17.1671 3.84944C17.0216 3.70388 16.7665 3.68043 16.5968 3.7962L14.7621 5.0515C14.3548 4.83186 13.9211 4.65577 13.4691 4.52287L13.0648 2.36594C13.0265 2.1638 12.8295 2 12.6237 2H10.4357C10.2298 2 10.0329 2.1638 9.99452 2.36594L9.58612 4.54409C9.1524 4.67662 8.73655 4.84935 8.34489 5.06229L6.53331 3.82301C6.36355 3.70686 6.10816 3.73068 5.96296 3.87624L4.41571 5.4234C4.27014 5.56895 4.24669 5.82396 4.36247 5.99371L5.60966 7.81635C5.39968 8.20798 5.22954 8.62343 5.09924 9.05638L2.93101 9.46253C2.72922 9.50087 2.56541 9.6978 2.56541 9.90367V12.0915C2.56541 12.2974 2.72922 12.4943 2.93101 12.5326L5.09775 12.9388C5.22992 13.381 5.40415 13.8054 5.61933 14.2041L4.3863 16.0067C4.27014 16.1764 4.29397 16.4318 4.43954 16.577L5.98642 18.1241C6.13198 18.2697 6.387 18.2931 6.55677 18.1774L8.35867 16.944C8.74622 17.1536 9.15761 17.3241 9.58686 17.4559L9.99527 19.6344C10.0336 19.8362 10.2306 20 10.4364 20H12.6244C12.8303 20 13.0272 19.8362 13.0656 19.6344L13.4699 17.4768C13.917 17.345 14.3463 17.1711 14.7498 16.9552L16.5748 18.2038C16.7446 18.3199 17 18.2961 17.1452 18.1506L18.692 16.6042C18.8376 16.4586 18.8611 16.2036 18.7453 16.0338L17.5037 14.2194C17.723 13.8159 17.8994 13.3866 18.0334 12.9388L20.1998 12.5326C20.4016 12.4943 20.5654 12.2974 20.5654 12.0915V9.90367C20.5654 9.6978 20.4012 9.50087 20.1994 9.46253ZM11.5652 14.7543C9.4923 14.7543 7.8114 13.0735 7.8114 10.9996C7.8114 8.9272 9.4923 7.24603 11.5652 7.24603C13.6389 7.24603 15.3202 8.9272 15.3202 10.9996C15.3202 13.0735 13.6385 14.7543 11.5652 14.7543Z",
|
|
4531
4879
|
fill: "#BFF6F8",
|
|
4532
4880
|
className: "c-icon-fill"
|
|
4533
4881
|
}),
|
|
4534
|
-
/* @__PURE__ */
|
|
4882
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4535
4883
|
fillRule: "evenodd",
|
|
4536
4884
|
clipRule: "evenodd",
|
|
4537
4885
|
d: "M20.3115 8.8731C20.7945 8.9649 21.1654 9.40781 21.1654 9.90369V12.0915C21.1654 12.5867 20.7956 13.0302 20.3118 13.1221L20.3104 13.1224L18.4935 13.463C18.4079 13.7056 18.31 13.943 18.1998 14.1743L19.2404 15.695C19.5183 16.1024 19.4664 16.6784 19.1163 17.0285L17.57 18.5743C17.2204 18.9241 16.6438 18.978 16.236 18.699L14.7027 17.65C14.4721 17.7582 14.2354 17.8544 13.9938 17.9385L13.655 19.7465C13.5631 20.2303 13.1195 20.6 12.6244 20.6H10.4364C9.94132 20.6 9.49777 20.2303 9.40582 19.7465L9.40554 19.745L9.06215 17.9133C8.83811 17.8325 8.61861 17.7414 8.40448 17.6398L6.89483 18.6731C6.48748 18.9509 5.91223 18.8985 5.56217 18.5484L4.01583 17.0018C4.01573 17.0017 4.01593 17.0019 4.01583 17.0018C3.66572 16.6523 3.61199 16.0759 3.89108 15.6679C3.89107 15.6679 3.8911 15.6679 3.89108 15.6679L4.92383 14.1582C4.81678 13.9322 4.72136 13.7001 4.63764 13.463L2.819 13.1221C2.3352 13.0302 1.96542 12.5867 1.96542 12.0915V9.90369C1.96542 9.40853 2.3352 8.96503 2.819 8.8731L2.82054 8.8728L4.63983 8.53202C4.72067 8.30423 4.81227 8.08102 4.91473 7.86328L3.86731 6.33257C3.58946 5.92521 3.64139 5.34919 3.99146 4.99914L5.53817 3.45253C5.53807 3.45263 5.53827 3.45243 5.53817 3.45253C5.88768 3.10244 6.46414 3.04873 6.87209 3.32782C6.87208 3.32781 6.87209 3.32782 6.87209 3.32782L8.3899 4.36615C8.60847 4.26189 8.83263 4.16866 9.06149 4.08636L9.40504 2.25414C9.49687 1.77003 9.94031 1.40002 10.4357 1.40002H12.6237C13.119 1.40002 13.5625 1.77003 13.6543 2.25414L13.6546 2.25542L13.993 4.06095C14.2395 4.1467 14.4809 4.24503 14.7159 4.35613L16.258 3.30104C16.6653 3.02324 17.2413 3.07515 17.5914 3.42518L19.1377 4.9718C19.1376 4.97168 19.1378 4.97192 19.1377 4.9718C19.4878 5.32131 19.5415 5.89782 19.2624 6.30576L18.2081 7.84705C18.3136 8.0698 18.4077 8.29837 18.4904 8.53173L20.3115 8.8731ZM18.0308 9.05603C17.8991 8.6175 17.7263 8.19683 17.5126 7.80111L18.7672 5.96693C18.8834 5.79718 18.8596 5.5418 18.714 5.39662L17.1671 3.84946C17.0216 3.7039 16.7665 3.68045 16.5968 3.79623L14.7621 5.05152C14.3548 4.83188 13.9211 4.6558 13.4691 4.5229L13.0648 2.36597C13.0265 2.16382 12.8295 2.00002 12.6237 2.00002H10.4357C10.2298 2.00002 10.0329 2.16382 9.99452 2.36597L9.58612 4.54412C9.1524 4.67665 8.73655 4.84938 8.34489 5.06232L6.53332 3.82303C6.36355 3.70688 6.10816 3.73071 5.96296 3.87627L4.41571 5.42342C4.27015 5.56898 4.24669 5.82398 4.36247 5.99374L5.60966 7.81637C5.39968 8.208 5.22955 8.62345 5.09924 9.0564L2.93101 9.46255C2.72922 9.50089 2.56542 9.69782 2.56542 9.90369V12.0915C2.56542 12.2974 2.72922 12.4943 2.93101 12.5327L5.09775 12.9388C5.22992 13.3811 5.40415 13.8055 5.61934 14.2042L4.3863 16.0067C4.27015 16.1764 4.29397 16.4318 4.43954 16.577L5.98642 18.1242C6.13198 18.2697 6.387 18.2932 6.55677 18.1774L8.35867 16.9441C8.74623 17.1536 9.15761 17.3241 9.58686 17.4559L9.99527 19.6345C10.0336 19.8362 10.2306 20 10.4364 20H12.6244C12.8303 20 13.0272 19.8362 13.0656 19.6345L13.4699 17.4768C13.917 17.345 14.3463 17.1711 14.7498 16.9552L16.5748 18.2038C16.7446 18.32 17 18.2961 17.1452 18.1506L18.692 16.6042C18.8376 16.4586 18.8611 16.2036 18.7453 16.0339L17.5037 14.2194C17.723 13.8159 17.8994 13.3866 18.0334 12.9388L20.1998 12.5327C20.4016 12.4943 20.5654 12.2974 20.5654 12.0915V9.90369C20.5654 9.69782 20.4012 9.50089 20.1995 9.46255L18.0308 9.05603ZM8.4114 10.9997C8.4114 12.7423 9.82375 14.1544 11.5652 14.1544C13.3073 14.1544 14.7202 12.7421 14.7202 10.9997C14.7202 9.25875 13.3077 7.84605 11.5652 7.84605C9.82368 7.84605 8.4114 9.25859 8.4114 10.9997ZM7.8114 10.9997C7.8114 13.0736 9.4923 14.7544 11.5652 14.7544C13.6385 14.7544 15.3202 13.0736 15.3202 10.9997C15.3202 8.92723 13.6389 7.24605 11.5652 7.24605C9.4923 7.24605 7.8114 8.92723 7.8114 10.9997Z",
|
|
@@ -4543,10 +4891,10 @@ var Settings = forwardRef86((delegated, ref) => {
|
|
|
4543
4891
|
Settings.displayName = "SettingsIcon";
|
|
4544
4892
|
|
|
4545
4893
|
// src/iconography/shapes.tsx
|
|
4546
|
-
import { forwardRef as
|
|
4547
|
-
import { jsx as
|
|
4548
|
-
var Shapes =
|
|
4549
|
-
return /* @__PURE__ */
|
|
4894
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
4895
|
+
import { jsx as jsx95, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
4896
|
+
var Shapes = forwardRef89((delegated, ref) => {
|
|
4897
|
+
return /* @__PURE__ */ jsxs86("svg", {
|
|
4550
4898
|
ref,
|
|
4551
4899
|
width: "23",
|
|
4552
4900
|
height: "22",
|
|
@@ -4554,41 +4902,41 @@ var Shapes = forwardRef87((delegated, ref) => {
|
|
|
4554
4902
|
fill: "none",
|
|
4555
4903
|
...delegated,
|
|
4556
4904
|
children: [
|
|
4557
|
-
/* @__PURE__ */
|
|
4905
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4558
4906
|
d: "M3.679 3.1a.3.3 0 0 1 .3-.3h6.4a.3.3 0 0 1 .3.3v6.4a.3.3 0 0 1-.3.3h-6.4a.3.3 0 0 1-.3-.3V3.1Z",
|
|
4559
4907
|
fill: "#BFF6F8"
|
|
4560
4908
|
}),
|
|
4561
|
-
/* @__PURE__ */
|
|
4909
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4562
4910
|
fillRule: "evenodd",
|
|
4563
4911
|
clipRule: "evenodd",
|
|
4564
4912
|
d: "M3.979 2.2h6.4a.9.9 0 0 1 .9.9v6.4a.9.9 0 0 1-.9.9h-6.4a.9.9 0 0 1-.9-.9V3.1a.9.9 0 0 1 .9-.9Zm0 .6a.3.3 0 0 0-.3.3v6.4a.3.3 0 0 0 .3.3h6.4a.3.3 0 0 0 .3-.3V3.1a.3.3 0 0 0-.3-.3h-6.4Z",
|
|
4565
4913
|
fill: "#528693"
|
|
4566
4914
|
}),
|
|
4567
|
-
/* @__PURE__ */
|
|
4915
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4568
4916
|
d: "M13.128 14.99a.3.3 0 0 1 .105-.311l3.46-2.732a.3.3 0 0 1 .372 0l3.46 2.732a.3.3 0 0 1 .105.31l-1.193 4.587a.3.3 0 0 1-.29.224h-4.536a.3.3 0 0 1-.29-.224l-1.193-4.586Z",
|
|
4569
4917
|
fill: "#fff"
|
|
4570
4918
|
}),
|
|
4571
|
-
/* @__PURE__ */
|
|
4919
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4572
4920
|
fillRule: "evenodd",
|
|
4573
4921
|
clipRule: "evenodd",
|
|
4574
4922
|
d: "m21.21 15.14-1.192 4.587a.9.9 0 0 1-.871.673h-4.536a.9.9 0 0 1-.871-.673l-1.193-4.586a.9.9 0 0 1 .314-.933l3.46-2.732a.9.9 0 0 1 1.116 0l3.46 2.732a.9.9 0 0 1 .313.933Zm-7.977-.461a.3.3 0 0 0-.105.31l1.193 4.587a.3.3 0 0 0 .29.224h4.536a.3.3 0 0 0 .29-.224l1.193-4.586a.3.3 0 0 0-.105-.311l-3.46-2.732a.3.3 0 0 0-.372 0l-3.46 2.732Z",
|
|
4575
4923
|
fill: "#528693"
|
|
4576
4924
|
}),
|
|
4577
|
-
/* @__PURE__ */
|
|
4925
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4578
4926
|
d: "m17.069 2.8 3.51 7h-7.097l3.587-7Z",
|
|
4579
4927
|
fill: "#BFF6F8"
|
|
4580
4928
|
}),
|
|
4581
|
-
/* @__PURE__ */
|
|
4929
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4582
4930
|
fillRule: "evenodd",
|
|
4583
4931
|
clipRule: "evenodd",
|
|
4584
4932
|
d: "M17.072 2.2a.6.6 0 0 1 .533.331l3.51 7a.6.6 0 0 1-.536.869h-7.097a.6.6 0 0 1-.534-.874l3.587-7a.6.6 0 0 1 .537-.326Zm-.003.6-3.587 7h7.097l-3.51-7Z",
|
|
4585
4933
|
fill: "#528693"
|
|
4586
4934
|
}),
|
|
4587
|
-
/* @__PURE__ */
|
|
4935
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4588
4936
|
d: "M10.679 16.3a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",
|
|
4589
4937
|
fill: "#BFF6F8"
|
|
4590
4938
|
}),
|
|
4591
|
-
/* @__PURE__ */
|
|
4939
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4592
4940
|
fillRule: "evenodd",
|
|
4593
4941
|
clipRule: "evenodd",
|
|
4594
4942
|
d: "M11.279 16.3a4.1 4.1 0 1 1-8.2 0 4.1 4.1 0 0 1 8.2 0Zm-4.1 3.5a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Z",
|
|
@@ -4598,12 +4946,12 @@ var Shapes = forwardRef87((delegated, ref) => {
|
|
|
4598
4946
|
});
|
|
4599
4947
|
});
|
|
4600
4948
|
Shapes.displayName = "ShapesIcon";
|
|
4601
|
-
|
|
4602
|
-
// src/iconography/singleline.tsx
|
|
4603
|
-
import { forwardRef as
|
|
4604
|
-
import { jsx as
|
|
4605
|
-
var SingleLine =
|
|
4606
|
-
return /* @__PURE__ */
|
|
4949
|
+
|
|
4950
|
+
// src/iconography/singleline.tsx
|
|
4951
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
4952
|
+
import { jsx as jsx96, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
4953
|
+
var SingleLine = forwardRef90((delegated, ref) => {
|
|
4954
|
+
return /* @__PURE__ */ jsxs87("svg", {
|
|
4607
4955
|
ref,
|
|
4608
4956
|
width: "22",
|
|
4609
4957
|
height: "22",
|
|
@@ -4611,12 +4959,12 @@ var SingleLine = forwardRef88((delegated, ref) => {
|
|
|
4611
4959
|
fill: "none",
|
|
4612
4960
|
...delegated,
|
|
4613
4961
|
children: [
|
|
4614
|
-
/* @__PURE__ */
|
|
4962
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4615
4963
|
d: "M3 8.6C3 8.26863 3.26863 8 3.6 8H18.4C18.7314 8 19 8.26863 19 8.6V13.4C19 13.7314 18.7314 14 18.4 14H3.6C3.26863 14 3 13.7314 3 13.4V8.6Z",
|
|
4616
4964
|
fill: "#BFF6F8",
|
|
4617
4965
|
className: "c-icon-fill"
|
|
4618
4966
|
}),
|
|
4619
|
-
/* @__PURE__ */
|
|
4967
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4620
4968
|
fillRule: "evenodd",
|
|
4621
4969
|
clipRule: "evenodd",
|
|
4622
4970
|
d: "M3.59999 7.40002H18.4C19.0627 7.40002 19.6 7.93728 19.6 8.60002V13.4C19.6 14.0628 19.0627 14.6 18.4 14.6H3.59999C2.93725 14.6 2.39999 14.0628 2.39999 13.4V8.60002C2.39999 7.93728 2.93725 7.40002 3.59999 7.40002ZM3.59999 8.00002C3.26862 8.00002 2.99999 8.26865 2.99999 8.60002V13.4C2.99999 13.7314 3.26862 14 3.59999 14H18.4C18.7314 14 19 13.7314 19 13.4V8.60002C19 8.26865 18.7314 8.00002 18.4 8.00002H3.59999Z",
|
|
@@ -4628,10 +4976,10 @@ var SingleLine = forwardRef88((delegated, ref) => {
|
|
|
4628
4976
|
SingleLine.displayName = "SingleLine";
|
|
4629
4977
|
|
|
4630
4978
|
// src/iconography/split.tsx
|
|
4631
|
-
import { forwardRef as
|
|
4632
|
-
import { jsx as
|
|
4633
|
-
var Split =
|
|
4634
|
-
return /* @__PURE__ */
|
|
4979
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
4980
|
+
import { jsx as jsx97, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
4981
|
+
var Split = forwardRef91((delegated, ref) => {
|
|
4982
|
+
return /* @__PURE__ */ jsxs88("svg", {
|
|
4635
4983
|
ref,
|
|
4636
4984
|
width: "22",
|
|
4637
4985
|
height: "22",
|
|
@@ -4639,41 +4987,41 @@ var Split = forwardRef89((delegated, ref) => {
|
|
|
4639
4987
|
fill: "none",
|
|
4640
4988
|
...delegated,
|
|
4641
4989
|
children: [
|
|
4642
|
-
/* @__PURE__ */
|
|
4990
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4643
4991
|
fill: "#fff",
|
|
4644
4992
|
d: "M2.388 3.858c0-.56.454-1.015 1.015-1.015H9.64c.56 0 1.015.454 1.015 1.015v3.418c0 .56-.454 1.015-1.015 1.015H3.403c-.56 0-1.015-.454-1.015-1.015V3.858Z"
|
|
4645
4993
|
}),
|
|
4646
|
-
/* @__PURE__ */
|
|
4994
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4647
4995
|
fill: "#528693",
|
|
4648
4996
|
fillRule: "evenodd",
|
|
4649
4997
|
d: "M9.64 3.452H3.403a.406.406 0 0 0-.406.406v3.418c0 .224.182.406.406.406H9.64a.406.406 0 0 0 .406-.406V3.858a.406.406 0 0 0-.406-.406Zm-6.237-.61c-.56 0-1.015.455-1.015 1.016v3.418c0 .56.454 1.015 1.015 1.015H9.64c.56 0 1.015-.454 1.015-1.015V3.858c0-.56-.454-1.015-1.015-1.015H3.403Z",
|
|
4650
4998
|
clipRule: "evenodd"
|
|
4651
4999
|
}),
|
|
4652
|
-
/* @__PURE__ */
|
|
5000
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4653
5001
|
fill: "#fff",
|
|
4654
5002
|
d: "M11.345 3.858c0-.56.454-1.015 1.015-1.015h6.237c.56 0 1.015.454 1.015 1.015v3.418c0 .56-.454 1.015-1.015 1.015H12.36c-.56 0-1.015-.454-1.015-1.015V3.858Z"
|
|
4655
5003
|
}),
|
|
4656
|
-
/* @__PURE__ */
|
|
5004
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4657
5005
|
fill: "#528693",
|
|
4658
5006
|
fillRule: "evenodd",
|
|
4659
5007
|
d: "M18.597 3.452H12.36a.406.406 0 0 0-.406.406v3.418c0 .224.182.406.406.406h6.237a.406.406 0 0 0 .406-.406V3.858a.406.406 0 0 0-.406-.406Zm-6.237-.61c-.56 0-1.015.455-1.015 1.016v3.418c0 .56.454 1.015 1.015 1.015h6.237c.56 0 1.015-.454 1.015-1.015V3.858c0-.56-.454-1.015-1.015-1.015H12.36Z",
|
|
4660
5008
|
clipRule: "evenodd"
|
|
4661
5009
|
}),
|
|
4662
|
-
/* @__PURE__ */
|
|
5010
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4663
5011
|
fill: "#BFF6F8",
|
|
4664
5012
|
d: "M2.388 5.212h8.267v12.93c0 .56-.454 1.015-1.015 1.015H3.403c-.56 0-1.015-.454-1.015-1.015V5.212Z"
|
|
4665
5013
|
}),
|
|
4666
|
-
/* @__PURE__ */
|
|
5014
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4667
5015
|
fill: "#528693",
|
|
4668
5016
|
fillRule: "evenodd",
|
|
4669
5017
|
d: "M10.046 5.821H2.997v12.321c0 .224.182.406.406.406H9.64a.406.406 0 0 0 .406-.406V5.822Zm-7.658-.609v12.93c0 .56.454 1.015 1.015 1.015H9.64c.56 0 1.015-.454 1.015-1.015V5.212H2.388Z",
|
|
4670
5018
|
clipRule: "evenodd"
|
|
4671
5019
|
}),
|
|
4672
|
-
/* @__PURE__ */
|
|
5020
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4673
5021
|
fill: "#BFF6F8",
|
|
4674
5022
|
d: "M11.345 5.212h8.267v12.93c0 .56-.454 1.015-1.015 1.015H12.36c-.56 0-1.015-.454-1.015-1.015V5.212Z"
|
|
4675
5023
|
}),
|
|
4676
|
-
/* @__PURE__ */
|
|
5024
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4677
5025
|
fill: "#528693",
|
|
4678
5026
|
fillRule: "evenodd",
|
|
4679
5027
|
d: "M19.003 5.821h-7.049v12.321c0 .224.182.406.406.406h6.237a.406.406 0 0 0 .406-.406V5.822Zm-7.658-.609v12.93c0 .56.454 1.015 1.015 1.015h6.237c.56 0 1.015-.454 1.015-1.015V5.212h-8.267Z",
|
|
@@ -4685,10 +5033,10 @@ var Split = forwardRef89((delegated, ref) => {
|
|
|
4685
5033
|
Split.displayName = "SplitIcon";
|
|
4686
5034
|
|
|
4687
5035
|
// src/iconography/stock-location.tsx
|
|
4688
|
-
import { forwardRef as
|
|
4689
|
-
import { jsx as
|
|
4690
|
-
var StockLocation =
|
|
4691
|
-
return /* @__PURE__ */
|
|
5036
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
5037
|
+
import { jsx as jsx98, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
5038
|
+
var StockLocation = forwardRef92((delegated, ref) => {
|
|
5039
|
+
return /* @__PURE__ */ jsxs89("svg", {
|
|
4692
5040
|
ref,
|
|
4693
5041
|
width: "22",
|
|
4694
5042
|
height: "22",
|
|
@@ -4696,70 +5044,70 @@ var StockLocation = forwardRef90((delegated, ref) => {
|
|
|
4696
5044
|
fill: "none",
|
|
4697
5045
|
...delegated,
|
|
4698
5046
|
children: [
|
|
4699
|
-
/* @__PURE__ */
|
|
5047
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4700
5048
|
d: "M10.9679 19.3917L5.40032 17.234C5.31939 17.2027 5.26605 17.1248 5.26605 17.038V14.3176L3.52424 13.6176C3.38452 13.5615 3.3474 13.381 3.45363 13.2742L5.26605 11.4533L3.68162 9.71664C3.58183 9.60727 3.62333 9.43177 3.76154 9.37868L9.01297 7.36131L10.9679 9.16177L12.9228 7.19763C14.7691 7.93418 18.5432 9.48913 18.5432 9.48913C18.5432 9.48913 16.6541 11.5181 16.5883 11.4533C17.3511 12.1629 18.5415 13.2703 18.5415 13.2703C18.6552 13.3761 18.6189 13.5644 18.4741 13.6204L16.6697 14.3176V16.9581C16.6697 17.0439 16.6175 17.1211 16.5379 17.1531L10.9679 19.3917Z",
|
|
4701
5049
|
fill: "#BFF6F8",
|
|
4702
5050
|
className: "c-icon-fill"
|
|
4703
5051
|
}),
|
|
4704
|
-
/* @__PURE__ */
|
|
5052
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4705
5053
|
fillRule: "evenodd",
|
|
4706
5054
|
clipRule: "evenodd",
|
|
4707
5055
|
d: "M16.8238 11.2674C16.6912 11.3923 16.6025 11.4657 16.5885 11.4534L18.5415 13.2703C18.6552 13.3761 18.6189 13.5644 18.4741 13.6204L16.6697 14.3176V16.958C16.6697 17.0439 16.6175 17.1211 16.5379 17.1531L10.9679 19.3916L5.40032 17.234C5.31939 17.2027 5.26605 17.1248 5.26605 17.038V14.3176L3.52424 13.6176C3.38452 13.5615 3.3474 13.3809 3.45363 13.2742L5.26605 11.4532L3.68162 9.71662C3.58183 9.60725 3.62333 9.43175 3.76154 9.37866L9.01297 7.36129L10.9679 9.16175L12.9228 7.19761C14.3178 7.75412 16.8133 8.77782 17.95 9.24504C18.3177 9.3962 18.5432 9.48911 18.5432 9.48911C18.5432 9.48911 18.359 9.68692 18.1037 9.95703C17.7873 10.2918 17.3616 10.7375 17.0416 11.0555C16.9612 11.1355 16.8874 11.2074 16.8238 11.2674ZM18.5432 9.48911L18.9823 9.898L18.9001 9.98607C18.8479 10.0418 18.7734 10.1213 18.6838 10.2164C18.5049 10.4065 18.265 10.6599 18.0227 10.9116C17.8369 11.1046 17.6472 11.2992 17.4813 11.4645L18.9493 12.8302L18.9501 12.831C19.3883 13.2386 19.2486 13.9643 18.6904 14.18L17.2697 14.729V16.958C17.2697 17.2889 17.0686 17.5865 16.7616 17.7099L11.1916 19.9484C11.0504 20.0051 10.893 20.0061 10.7511 19.9511L5.18351 17.7935C4.87161 17.6726 4.66605 17.3725 4.66605 17.038V14.7231L3.3005 14.1743C2.76206 13.9579 2.619 13.2622 3.02836 12.8509L4.43742 11.4352L3.23838 10.121C2.85382 9.69953 3.01376 9.02318 3.54637 8.81857L8.79781 6.8012C9.01075 6.7194 9.25165 6.76542 9.41944 6.91995L10.9498 8.32939L12.4975 6.77435C12.6671 6.60401 12.9219 6.55127 13.1451 6.64032C14.0711 7.00972 15.4785 7.58355 16.6527 8.06431C17.2402 8.30484 17.7699 8.52233 18.1527 8.67969L18.7711 8.93406L18.5432 9.48911ZM18.5432 9.48911L18.7711 8.93406C18.953 9.00903 19.0874 9.16876 19.1294 9.36102C19.1714 9.55329 19.1164 9.75397 18.9823 9.898L18.5432 9.48911Z",
|
|
4708
5056
|
fill: "#528693"
|
|
4709
5057
|
}),
|
|
4710
|
-
/* @__PURE__ */
|
|
5058
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4711
5059
|
d: "M16.79 11.4532L10.968 13.6629L5.07001 11.4532L10.968 9.16174L16.79 11.4532Z",
|
|
4712
5060
|
fill: "#B1DDDF"
|
|
4713
5061
|
}),
|
|
4714
|
-
/* @__PURE__ */
|
|
5062
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4715
5063
|
fillRule: "evenodd",
|
|
4716
5064
|
clipRule: "evenodd",
|
|
4717
5065
|
d: "M10.968 13.6629L16.79 11.4532L10.968 9.16171L5.07001 11.4532L10.968 13.6629ZM11.1809 14.2238C11.0445 14.2756 10.894 14.2759 10.7575 14.2247L4.85951 12.0151C4.62648 11.9278 4.47153 11.7057 4.47002 11.4568C4.46851 11.208 4.62076 10.984 4.85272 10.8939L10.7507 8.60243C10.8913 8.5478 11.0473 8.54814 11.1877 8.60339L17.0098 10.8949C17.2404 10.9857 17.3915 11.209 17.39 11.4569C17.3885 11.7048 17.2347 11.9262 17.0029 12.0142L11.1809 14.2238Z",
|
|
4718
5066
|
fill: "#528693"
|
|
4719
5067
|
}),
|
|
4720
|
-
/* @__PURE__ */
|
|
5068
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4721
5069
|
d: "M2.91127 13.821L4.72369 12L10.4255 14.2097L8.48953 16.3104C8.42933 16.3757 8.33459 16.3962 8.25282 16.3615L4.72369 14.8644L2.98188 14.1644C2.84217 14.1082 2.80505 13.9277 2.91127 13.821Z",
|
|
4722
5070
|
fill: "#BFF6F8",
|
|
4723
5071
|
className: "c-icon-fill"
|
|
4724
5072
|
}),
|
|
4725
|
-
/* @__PURE__ */
|
|
5073
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4726
5074
|
fillRule: "evenodd",
|
|
4727
5075
|
clipRule: "evenodd",
|
|
4728
5076
|
d: "M4.29843 11.5767C4.46645 11.4079 4.71841 11.3545 4.9405 11.4405L10.6423 13.6502C10.8274 13.7219 10.9651 13.8805 11.01 14.0739C11.0549 14.2672 11.0013 14.4703 10.8667 14.6162L8.93074 16.717C8.69877 16.9687 8.33363 17.0475 8.0185 16.9138L4.49464 15.4189L2.75814 14.7211C2.2197 14.5047 2.07664 13.809 2.48601 13.3977L4.29843 11.5767ZM4.72369 14.8643L8.25282 16.3615C8.33459 16.3961 8.42933 16.3757 8.48953 16.3104L10.4255 14.2096L4.72369 12L2.91127 13.8209C2.80505 13.9277 2.84217 14.1082 2.98188 14.1643L4.72369 14.8643Z",
|
|
4729
5077
|
fill: "#528693"
|
|
4730
5078
|
}),
|
|
4731
|
-
/* @__PURE__ */
|
|
5079
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4732
5080
|
d: "M19.1287 13.821L17.3163 12L11.6144 14.2097L13.5505 16.3104C13.6106 16.3757 13.7054 16.3962 13.7872 16.3615L17.3163 14.8644L19.0581 14.1644C19.1978 14.1082 19.2349 13.9277 19.1287 13.821Z",
|
|
4733
5081
|
fill: "#BFF6F8",
|
|
4734
5082
|
className: "c-icon-fill"
|
|
4735
5083
|
}),
|
|
4736
|
-
/* @__PURE__ */
|
|
5084
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4737
5085
|
fillRule: "evenodd",
|
|
4738
5086
|
clipRule: "evenodd",
|
|
4739
5087
|
d: "M17.7416 11.5767C17.5735 11.4079 17.3216 11.3545 17.0995 11.4405L11.3976 13.6502C11.2126 13.7219 11.0749 13.8805 11.03 14.0739C10.9851 14.2672 11.0387 14.4703 11.1732 14.6162L13.1092 16.717C13.3412 16.9687 13.7063 17.0475 14.0215 16.9138L17.5453 15.4189L19.2818 14.7211C19.8203 14.5047 19.9633 13.809 19.554 13.3977L17.7416 11.5767ZM17.3163 14.8643L13.7872 16.3615C13.7054 16.3961 13.6106 16.3757 13.5505 16.3104L11.6144 14.2096L17.3163 12L19.1287 13.8209C19.2349 13.9277 19.1978 14.1082 19.0581 14.1643L17.3163 14.8643Z",
|
|
4740
5088
|
fill: "#528693"
|
|
4741
5089
|
}),
|
|
4742
|
-
/* @__PURE__ */
|
|
5090
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4743
5091
|
fillRule: "evenodd",
|
|
4744
5092
|
clipRule: "evenodd",
|
|
4745
5093
|
d: "M10.7 19.5V9H11.3V19.5H10.7Z",
|
|
4746
5094
|
fill: "#528693"
|
|
4747
5095
|
}),
|
|
4748
|
-
/* @__PURE__ */
|
|
5096
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4749
5097
|
d: "M14.125 6.125C14.125 7.26958 12.7506 9.91972 11.8247 11.5751C11.4584 12.2301 10.5416 12.2301 10.1753 11.5751C9.2494 9.91972 7.875 7.26958 7.875 6.125C7.875 4.39911 9.27411 3 11 3C12.7259 3 14.125 4.39911 14.125 6.125Z",
|
|
4750
5098
|
fill: "white"
|
|
4751
5099
|
}),
|
|
4752
|
-
/* @__PURE__ */
|
|
5100
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4753
5101
|
fillRule: "evenodd",
|
|
4754
5102
|
clipRule: "evenodd",
|
|
4755
5103
|
d: "M13.8685 8.9064C13.3991 9.94112 12.8148 11.0342 12.3484 11.868C11.753 12.9325 10.247 12.9325 9.65159 11.868C9.18523 11.0342 8.60093 9.94112 8.13153 8.9064C7.89698 8.38936 7.68686 7.87762 7.53431 7.41433C7.38586 6.96345 7.275 6.50937 7.275 6.12502C7.275 4.06776 8.94274 2.40002 11 2.40002C13.0573 2.40002 14.725 4.06776 14.725 6.12502C14.725 6.50937 14.6141 6.96345 14.4657 7.41433C14.3131 7.87762 14.103 8.38936 13.8685 8.9064ZM11.8247 11.5751C12.7506 9.91974 14.125 7.2696 14.125 6.12502C14.125 4.39913 12.7259 3.00002 11 3.00002C9.27411 3.00002 7.875 4.39913 7.875 6.12502C7.875 7.2696 9.2494 9.91974 10.1753 11.5751C10.5416 12.2301 11.4584 12.2301 11.8247 11.5751Z",
|
|
4756
5104
|
fill: "#528693"
|
|
4757
5105
|
}),
|
|
4758
|
-
/* @__PURE__ */
|
|
5106
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4759
5107
|
d: "M12.25 6.125C12.25 6.81536 11.6904 7.375 11 7.375C10.3096 7.375 9.75 6.81536 9.75 6.125C9.75 5.43464 10.3096 4.875 11 4.875C11.6904 4.875 12.25 5.43464 12.25 6.125Z",
|
|
4760
5108
|
fill: "white"
|
|
4761
5109
|
}),
|
|
4762
|
-
/* @__PURE__ */
|
|
5110
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4763
5111
|
fillRule: "evenodd",
|
|
4764
5112
|
clipRule: "evenodd",
|
|
4765
5113
|
d: "M12.85 6.12502C12.85 7.14675 12.0217 7.97502 11 7.97502C9.97827 7.97502 9.15 7.14675 9.15 6.12502C9.15 5.1033 9.97827 4.27502 11 4.27502C12.0217 4.27502 12.85 5.1033 12.85 6.12502ZM11 7.37502C11.6904 7.37502 12.25 6.81538 12.25 6.12502C12.25 5.43467 11.6904 4.87502 11 4.87502C10.3096 4.87502 9.75 5.43467 9.75 6.12502C9.75 6.81538 10.3096 7.37502 11 7.37502Z",
|
|
@@ -4771,10 +5119,10 @@ var StockLocation = forwardRef90((delegated, ref) => {
|
|
|
4771
5119
|
StockLocation.displayName = "StockLocationIcon";
|
|
4772
5120
|
|
|
4773
5121
|
// src/iconography/subscription.tsx
|
|
4774
|
-
import { forwardRef as
|
|
4775
|
-
import { jsx as
|
|
4776
|
-
var Subscription =
|
|
4777
|
-
return /* @__PURE__ */
|
|
5122
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
5123
|
+
import { jsx as jsx99, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
5124
|
+
var Subscription = forwardRef93((delegated, ref) => {
|
|
5125
|
+
return /* @__PURE__ */ jsxs90("svg", {
|
|
4778
5126
|
ref,
|
|
4779
5127
|
width: "34",
|
|
4780
5128
|
height: "34",
|
|
@@ -4782,21 +5130,21 @@ var Subscription = forwardRef91((delegated, ref) => {
|
|
|
4782
5130
|
fill: "none",
|
|
4783
5131
|
...delegated,
|
|
4784
5132
|
children: [
|
|
4785
|
-
/* @__PURE__ */
|
|
5133
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4786
5134
|
d: "M6.61561 5.18342H25.0671H27.0366L28.0213 8.13757L29.006 15.0306L6.35752 13.0612L5.3728 7.15285L6.61561 5.18342Z",
|
|
4787
5135
|
fill: "#bff6f8"
|
|
4788
5136
|
}),
|
|
4789
|
-
/* @__PURE__ */
|
|
5137
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4790
5138
|
d: "M6.35752 13.0611H19.1588H28.0213L29.006 17L28.0213 26.8472L27.0366 28.8166H14.2353H7.34224H6.35752L5.3728 26.8472L6.35752 22.9083V17V13.0611Z",
|
|
4791
5139
|
fill: "#fff"
|
|
4792
5140
|
}),
|
|
4793
|
-
/* @__PURE__ */
|
|
5141
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4794
5142
|
fillRule: "evenodd",
|
|
4795
5143
|
clipRule: "evenodd",
|
|
4796
5144
|
d: "M7.69756 4.39563H25.3681C26.716 4.39563 27.8662 5.37006 28.0878 6.69955L28.326 8.12863C29.305 14.0024 29.305 19.9976 28.326 25.8714L28.0878 27.3005C27.8662 28.6299 26.716 29.6044 25.3681 29.6044H7.69756C5.99377 29.6044 4.69776 28.0745 4.97786 26.3939L5.10812 25.6124C6.05849 19.9101 6.05849 14.0899 5.10812 8.38765L4.97786 7.60612C4.69776 5.92551 5.99377 4.39563 7.69756 4.39563ZM7.69756 5.27456C6.48057 5.27456 5.73939 6.14667 5.93946 7.3471L6.06972 8.12863C7.03438 13.9166 7.03438 19.8244 6.06972 25.6124L5.93946 26.3939C5.73939 27.5943 6.48056 28.641 7.69756 28.641H25.3681C26.3309 28.641 27.0227 28.1206 27.181 27.1709L27.4192 25.7419C28.3838 19.9539 28.3838 14.0461 27.4192 8.25814L27.181 6.82906C27.0227 5.87943 26.3309 5.27456 25.3681 5.27456H7.69756Z",
|
|
4797
5145
|
fill: "#528693"
|
|
4798
5146
|
}),
|
|
4799
|
-
/* @__PURE__ */
|
|
5147
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4800
5148
|
fillRule: "evenodd",
|
|
4801
5149
|
clipRule: "evenodd",
|
|
4802
5150
|
d: "M28.4567 13.455L6.24786 13.455L6.24786 12.4094L28.4567 12.4094L28.4567 13.455Z",
|
|
@@ -4808,11 +5156,11 @@ var Subscription = forwardRef91((delegated, ref) => {
|
|
|
4808
5156
|
Subscription.displayName = "SubscriptionIcon";
|
|
4809
5157
|
|
|
4810
5158
|
// src/iconography/subscription-contracts.tsx
|
|
4811
|
-
import { forwardRef as
|
|
4812
|
-
import { jsx as
|
|
4813
|
-
var SubscriptionContracts =
|
|
5159
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
5160
|
+
import { jsx as jsx100, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
5161
|
+
var SubscriptionContracts = forwardRef94(
|
|
4814
5162
|
(delegated, ref) => {
|
|
4815
|
-
return /* @__PURE__ */
|
|
5163
|
+
return /* @__PURE__ */ jsxs91("svg", {
|
|
4816
5164
|
ref,
|
|
4817
5165
|
width: "23",
|
|
4818
5166
|
height: "22",
|
|
@@ -4820,37 +5168,37 @@ var SubscriptionContracts = forwardRef92(
|
|
|
4820
5168
|
fill: "none",
|
|
4821
5169
|
...delegated,
|
|
4822
5170
|
children: [
|
|
4823
|
-
/* @__PURE__ */
|
|
5171
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4824
5172
|
fill: "#BFF6F8",
|
|
4825
5173
|
d: "M6.684 19.1h10.8a.6.6 0 0 0 .6-.6V6.748a.6.6 0 0 0-.176-.424L14.86 3.276a.6.6 0 0 0-.425-.176h-7.75a.6.6 0 0 0-.6.6v14.8a.6.6 0 0 0 .6.6Z"
|
|
4826
5174
|
}),
|
|
4827
|
-
/* @__PURE__ */
|
|
5175
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4828
5176
|
fill: "#528693",
|
|
4829
5177
|
fillRule: "evenodd",
|
|
4830
5178
|
d: "m17.908 6.324.425-.424a1.2 1.2 0 0 1 .351.848V18.5a1.2 1.2 0 0 1-1.2 1.2h-10.8a1.2 1.2 0 0 1-1.2-1.2V3.7a1.2 1.2 0 0 1 1.2-1.2h7.751a1.2 1.2 0 0 1 .85.351L18.332 5.9l-.425.424ZM17.484 19.1h-10.8a.6.6 0 0 1-.6-.6V3.7a.6.6 0 0 1 .6-.6h7.751a.6.6 0 0 1 .425.176l3.048 3.048a.6.6 0 0 1 .176.424V18.5a.6.6 0 0 1-.6.6Z",
|
|
4831
5179
|
clipRule: "evenodd"
|
|
4832
5180
|
}),
|
|
4833
|
-
/* @__PURE__ */
|
|
5181
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4834
5182
|
fill: "#528693",
|
|
4835
5183
|
fillRule: "evenodd",
|
|
4836
5184
|
d: "M14.784 2.9v2.6a.7.7 0 0 0 .7.7h3v.6h-3a1.3 1.3 0 0 1-1.3-1.3V2.9h.6Z",
|
|
4837
5185
|
clipRule: "evenodd"
|
|
4838
5186
|
}),
|
|
4839
|
-
/* @__PURE__ */
|
|
5187
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4840
5188
|
fill: "#fff",
|
|
4841
5189
|
d: "M13.977 8.068c-.12.426-.279.815-.393 1.233l4.498 1.256c1.502.316 1.335-1.12.702-1.857V7.66c1.645 1.392 2.137 2.286 1.828 3.213-.79 2.372-5.264.59-7.586.074l-.387 1.163-2.135-2.94 3.473-1.102Z"
|
|
4842
5190
|
}),
|
|
4843
|
-
/* @__PURE__ */
|
|
5191
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4844
5192
|
fill: "#528693",
|
|
4845
5193
|
fillRule: "evenodd",
|
|
4846
5194
|
d: "M18.784 8.7c.633.738.8 2.173-.702 1.857l-4.498-1.256.02-.068c.044-.157.095-.31.146-.463l.014-.042.022-.065c.066-.195.133-.39.191-.595l-.698.222h-.002l-2.17.689-.603.19a1328.391 1328.391 0 0 1 1.109 1.528l.592.816.434.597.387-1.163c.412.092.893.223 1.408.364 2.386.653 5.528 1.513 6.178-.438.267-.803-.066-1.58-1.228-2.678-.18-.17-.38-.348-.6-.534V8.7Zm-5.363 2.96-.213.64a.6.6 0 0 1-1.055.163 3823.073 3823.073 0 0 1-2.135-2.94.6.6 0 0 1 .304-.925l2.772-.88.702-.222a.6.6 0 0 1 .758.736c-.062.22-.133.429-.198.62l-.01.029-.003.009 3.88 1.084c.287.057.391.01.403.004a.153.153 0 0 0 .015-.05.84.84 0 0 0-.055-.385 1.44 1.44 0 0 0-.257-.453l-.145-.168V6.367l.988.836c.836.707 1.437 1.334 1.78 1.943.364.643.443 1.273.229 1.917-.272.817-.88 1.271-1.6 1.473-.687.192-1.49.162-2.272.05-.791-.111-1.622-.316-2.384-.52-.23-.061-.453-.122-.666-.18-.297-.082-.577-.159-.838-.226Z",
|
|
4847
5195
|
clipRule: "evenodd"
|
|
4848
5196
|
}),
|
|
4849
|
-
/* @__PURE__ */
|
|
5197
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4850
5198
|
fill: "#fff",
|
|
4851
5199
|
d: "M10.492 13.433c-.126.424-.2.837-.327 1.252l-4.473-1.343c-1.053-.393-.848-1.1-.298-1.563v-1.03c-1.248.31-1.827.77-2.009 1.507-.6 2.427 4.133 3.312 6.37 4.118l-.293 1.19 3.376-1.343-2.346-2.788Z"
|
|
4852
5200
|
}),
|
|
4853
|
-
/* @__PURE__ */
|
|
5201
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4854
5202
|
fill: "#528693",
|
|
4855
5203
|
fillRule: "evenodd",
|
|
4856
5204
|
d: "M5.394 11.779c-.55.463-.755 1.17.298 1.563l4.473 1.343.02-.068c.046-.157.085-.313.123-.47l.01-.043.017-.067c.048-.2.096-.4.156-.604l.472.56.003.003c.49.582.975 1.16 1.465 1.74l.407.485-.587.233-1.167.464-.937.373-.685.273.294-1.19c-.397-.143-.873-.288-1.384-.445-2.366-.724-5.48-1.677-4.987-3.673.15-.606.57-1.026 1.409-1.328.18-.064.38-.124.6-.178v1.029Zm3.647 4.987-.162.654a.6.6 0 0 0 .804.701 3603.743 3603.743 0 0 0 3.377-1.343.6.6 0 0 0 .237-.944l-1.872-2.224-.474-.564a.6.6 0 0 0-1.035.216c-.065.22-.116.434-.164.63l-.007.03-.002.01-3.859-1.159c-.195-.075-.285-.146-.322-.185a.133.133 0 0 1-.02-.028v-.003a.335.335 0 0 1 .037-.092.913.913 0 0 1 .201-.227l.214-.18V9.984l-.744.184c-.662.163-1.208.38-1.623.697-.434.33-.7.747-.824 1.247-.207.836.063 1.545.564 2.1.478.53 1.174.934 1.893 1.258.729.328 1.54.6 2.293.835l.66.203c.294.09.572.175.828.258Z",
|
|
@@ -4863,10 +5211,10 @@ var SubscriptionContracts = forwardRef92(
|
|
|
4863
5211
|
SubscriptionContracts.displayName = "SubscriptionContractsIcon";
|
|
4864
5212
|
|
|
4865
5213
|
// src/iconography/subscription-plans.tsx
|
|
4866
|
-
import { forwardRef as
|
|
4867
|
-
import { jsx as
|
|
4868
|
-
var SubscriptionPlans =
|
|
4869
|
-
return /* @__PURE__ */
|
|
5214
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
5215
|
+
import { jsx as jsx101, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
5216
|
+
var SubscriptionPlans = forwardRef95((delegated, ref) => {
|
|
5217
|
+
return /* @__PURE__ */ jsxs92("svg", {
|
|
4870
5218
|
ref,
|
|
4871
5219
|
width: "23",
|
|
4872
5220
|
height: "22",
|
|
@@ -4874,47 +5222,47 @@ var SubscriptionPlans = forwardRef93((delegated, ref) => {
|
|
|
4874
5222
|
fill: "none",
|
|
4875
5223
|
...delegated,
|
|
4876
5224
|
children: [
|
|
4877
|
-
/* @__PURE__ */
|
|
5225
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4878
5226
|
fill: "#BFF6F8",
|
|
4879
5227
|
d: "M5.181 6.227a1 1 0 0 1 1-1h11.307a1 1 0 0 1 1 1v11.225a1 1 0 0 1-1 1H6.18a1 1 0 0 1-1-1V6.227Z"
|
|
4880
5228
|
}),
|
|
4881
|
-
/* @__PURE__ */
|
|
5229
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4882
5230
|
fill: "#528693",
|
|
4883
5231
|
fillRule: "evenodd",
|
|
4884
5232
|
d: "M6.397 4.627h11.09a1.6 1.6 0 0 1 1.6 1.6v11a1.6 1.6 0 0 1-1.6 1.6H6.398a1.6 1.6 0 0 1-1.6-1.6v-11a1.6 1.6 0 0 1 1.6-1.6Zm0 .6h11.09a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H6.398a1 1 0 0 1-1-1v-11a1 1 0 0 1 1-1Z",
|
|
4885
5233
|
clipRule: "evenodd"
|
|
4886
5234
|
}),
|
|
4887
|
-
/* @__PURE__ */
|
|
5235
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4888
5236
|
fill: "#fff",
|
|
4889
5237
|
d: "M5.397 6.227a1 1 0 0 1 1-1h11.09a1 1 0 0 1 1 1v1.455H5.398V6.227Z"
|
|
4890
5238
|
}),
|
|
4891
|
-
/* @__PURE__ */
|
|
5239
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4892
5240
|
fill: "#528693",
|
|
4893
5241
|
fillRule: "evenodd",
|
|
4894
5242
|
d: "M19.088 8.282H4.797V6.227a1.6 1.6 0 0 1 1.6-1.6h11.09a1.6 1.6 0 0 1 1.6 1.6v2.055ZM6.397 5.227a1 1 0 0 0-1 1v1.455h13.09V6.227a1 1 0 0 0-1-1H6.398Z",
|
|
4895
5243
|
clipRule: "evenodd"
|
|
4896
5244
|
}),
|
|
4897
|
-
/* @__PURE__ */
|
|
5245
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4898
5246
|
fill: "#528693",
|
|
4899
5247
|
fillRule: "evenodd",
|
|
4900
5248
|
d: "M8.352 4v1.227h-1V4a.5.5 0 0 1 1 0ZM16.533 4v1.227h-1V4a.5.5 0 1 1 1 0ZM12.443 4v1.227h-1V4a.5.5 0 1 1 1 0Z",
|
|
4901
5249
|
clipRule: "evenodd"
|
|
4902
5250
|
}),
|
|
4903
|
-
/* @__PURE__ */
|
|
5251
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4904
5252
|
fill: "#fff",
|
|
4905
5253
|
d: "M14.27 10.15c-.121.426-.28.815-.394 1.233l4.498 1.256c1.502.316 1.335-1.12.702-1.857v-1.04c1.645 1.392 2.137 2.286 1.828 3.213-.79 2.372-5.264.59-7.585.074l-.388 1.163-2.135-2.94 3.473-1.102Z"
|
|
4906
5254
|
}),
|
|
4907
|
-
/* @__PURE__ */
|
|
5255
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4908
5256
|
fill: "#528693",
|
|
4909
5257
|
fillRule: "evenodd",
|
|
4910
5258
|
d: "M19.076 10.782c.633.738.8 2.173-.702 1.857l-4.498-1.256.02-.068c.044-.157.095-.31.146-.463l.014-.042.023-.065c.066-.194.132-.39.19-.595l-.697.221-.003.001-2.17.689-.603.19a1504.34 1504.34 0 0 1 1.109 1.528l.593.816.433.597.388-1.163c.412.092.892.223 1.407.364 2.387.653 5.528 1.513 6.178-.438.267-.803-.066-1.58-1.228-2.678-.18-.17-.38-.348-.6-.534v1.039Zm-5.363 2.96-.213.64a.6.6 0 0 1-1.054.163l-1.027-1.414-1.109-1.527a.6.6 0 0 1 .305-.924l2.771-.88.702-.222a.6.6 0 0 1 .759.736c-.063.22-.134.429-.199.62l-.01.029-.003.009 3.88 1.084c.287.058.392.01.403.004a.156.156 0 0 0 .015-.05.84.84 0 0 0-.055-.385 1.44 1.44 0 0 0-.257-.453l-.145-.168V8.449l.988.836c.836.707 1.437 1.334 1.781 1.943.363.643.442 1.273.228 1.917-.272.816-.879 1.271-1.6 1.473-.686.192-1.49.162-2.272.05-.791-.111-1.622-.316-2.384-.52-.23-.061-.452-.122-.666-.18a59.482 59.482 0 0 0-.838-.226Z",
|
|
4911
5259
|
clipRule: "evenodd"
|
|
4912
5260
|
}),
|
|
4913
|
-
/* @__PURE__ */
|
|
5261
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4914
5262
|
fill: "#fff",
|
|
4915
5263
|
d: "M9.903 13.26c-.125.425-.2.838-.327 1.252l-4.472-1.343c-1.054-.392-.848-1.1-.298-1.563v-1.029c-1.248.309-1.827.77-2.01 1.507-.6 2.427 4.134 3.312 6.372 4.118l-.295 1.19 3.377-1.344-2.347-2.788Z"
|
|
4916
5264
|
}),
|
|
4917
|
-
/* @__PURE__ */
|
|
5265
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4918
5266
|
fill: "#528693",
|
|
4919
5267
|
fillRule: "evenodd",
|
|
4920
5268
|
d: "M4.806 11.607c-.55.462-.756 1.17.298 1.562l4.472 1.343.02-.068a10.141 10.141 0 0 0 .15-.58c.049-.199.097-.4.157-.604l.472.56.002.003 1.465 1.741.408.484-.588.234-1.166.464-.937.373-.686.272.295-1.19c-.398-.143-.874-.288-1.384-.444-2.367-.724-5.48-1.677-4.987-3.673.15-.607.569-1.027 1.409-1.328.18-.065.38-.124.6-.179v1.03Zm3.647 4.986-.162.654a.6.6 0 0 0 .804.702l1.624-.646 1.753-.698a.6.6 0 0 0 .237-.944l-1.873-2.224-.474-.563a.6.6 0 0 0-1.034.216c-.065.219-.117.434-.164.63l-.007.03-.002.009-3.859-1.158c-.195-.075-.286-.147-.322-.186a.136.136 0 0 1-.021-.027v-.004l.004-.018a.333.333 0 0 1 .033-.073.913.913 0 0 1 .202-.227l.214-.18V9.81l-.744.184c-.662.164-1.208.381-1.624.697-.433.33-.7.748-.824 1.248-.206.835.063 1.544.565 2.1.478.529 1.173.934 1.893 1.258.728.328 1.54.599 2.293.834.227.071.448.139.66.203.294.09.571.175.828.258Z",
|
|
@@ -4926,10 +5274,10 @@ var SubscriptionPlans = forwardRef93((delegated, ref) => {
|
|
|
4926
5274
|
SubscriptionPlans.displayName = "SubscriptionPlansIcon";
|
|
4927
5275
|
|
|
4928
5276
|
// src/iconography/switch.tsx
|
|
4929
|
-
import { forwardRef as
|
|
4930
|
-
import { jsx as
|
|
4931
|
-
var Switch =
|
|
4932
|
-
return /* @__PURE__ */
|
|
5277
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
5278
|
+
import { jsx as jsx102, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
5279
|
+
var Switch = forwardRef96((delegated, ref) => {
|
|
5280
|
+
return /* @__PURE__ */ jsxs93("svg", {
|
|
4933
5281
|
ref,
|
|
4934
5282
|
width: "22",
|
|
4935
5283
|
height: "22",
|
|
@@ -4937,43 +5285,43 @@ var Switch = forwardRef94((delegated, ref) => {
|
|
|
4937
5285
|
fill: "none",
|
|
4938
5286
|
...delegated,
|
|
4939
5287
|
children: [
|
|
4940
|
-
/* @__PURE__ */
|
|
5288
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4941
5289
|
d: "M19 15.2C19 13.6536 17.7464 12.4 16.2 12.4H5.8C4.2536 12.4 3 13.6536 3 15.2V15.2C3 16.7464 4.2536 18 5.8 18H16.2C17.7464 18 19 16.7464 19 15.2V15.2Z",
|
|
4942
5290
|
fill: "white"
|
|
4943
5291
|
}),
|
|
4944
|
-
/* @__PURE__ */
|
|
5292
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4945
5293
|
fillRule: "evenodd",
|
|
4946
5294
|
clipRule: "evenodd",
|
|
4947
5295
|
d: "M16.2 11.8H5.80001C3.92224 11.8 2.40001 13.3223 2.40001 15.2C2.40001 17.0778 3.92224 18.6 5.80001 18.6H16.2C18.0778 18.6 19.6 17.0778 19.6 15.2C19.6 13.3223 18.0778 11.8 16.2 11.8ZM16.2 12.4C17.7464 12.4 19 13.6537 19 15.2C19 16.7464 17.7464 18 16.2 18H5.80001C4.25361 18 3.00001 16.7464 3.00001 15.2C3.00001 13.6537 4.25361 12.4 5.80001 12.4H16.2Z",
|
|
4948
5296
|
fill: "#528693"
|
|
4949
5297
|
}),
|
|
4950
|
-
/* @__PURE__ */
|
|
5298
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4951
5299
|
d: "M5 15.2501C5 15.9404 5.55964 16.5001 6.25 16.5001C6.94036 16.5001 7.5 15.9404 7.5 15.2501C7.5 14.5597 6.94036 14.0001 6.25 14.0001C5.55964 14.0001 5 14.5597 5 15.2501Z",
|
|
4952
5300
|
fill: "#BFF6F8",
|
|
4953
5301
|
className: "c-icon-fill"
|
|
4954
5302
|
}),
|
|
4955
|
-
/* @__PURE__ */
|
|
5303
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4956
5304
|
fillRule: "evenodd",
|
|
4957
5305
|
clipRule: "evenodd",
|
|
4958
5306
|
d: "M4.40001 15.2501C4.40001 16.2718 5.22828 17.1001 6.25001 17.1001C7.27173 17.1001 8.10001 16.2718 8.10001 15.2501C8.10001 14.2284 7.27173 13.4001 6.25001 13.4001C5.22828 13.4001 4.40001 14.2284 4.40001 15.2501ZM6.25001 16.5001C5.55965 16.5001 5.00001 15.9404 5.00001 15.2501C5.00001 14.5597 5.55965 14.0001 6.25001 14.0001C6.94036 14.0001 7.50001 14.5597 7.50001 15.2501C7.50001 15.9404 6.94036 16.5001 6.25001 16.5001Z",
|
|
4959
5307
|
fill: "#528693"
|
|
4960
5308
|
}),
|
|
4961
|
-
/* @__PURE__ */
|
|
5309
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4962
5310
|
d: "M3 6.8C3 5.2536 4.2536 4 5.8 4H16.2C17.7464 4 19 5.2536 19 6.8V6.8C19 8.3464 17.7464 9.6 16.2 9.6H5.8C4.2536 9.6 3 8.3464 3 6.8V6.8Z",
|
|
4963
5311
|
fill: "#BFF6F8",
|
|
4964
5312
|
className: "c-icon-fill"
|
|
4965
5313
|
}),
|
|
4966
|
-
/* @__PURE__ */
|
|
5314
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4967
5315
|
fillRule: "evenodd",
|
|
4968
5316
|
clipRule: "evenodd",
|
|
4969
5317
|
d: "M5.79999 3.40002H16.2C18.0778 3.40002 19.6 4.92226 19.6 6.80002C19.6 8.67779 18.0778 10.2 16.2 10.2H5.79999C3.92223 10.2 2.39999 8.67779 2.39999 6.80002C2.39999 4.92226 3.92223 3.40002 5.79999 3.40002ZM5.79999 4.00002C4.2536 4.00002 2.99999 5.25363 2.99999 6.80002C2.99999 8.34642 4.2536 9.60002 5.79999 9.60002H16.2C17.7464 9.60002 19 8.34642 19 6.80002C19 5.25363 17.7464 4.00002 16.2 4.00002H5.79999Z",
|
|
4970
5318
|
fill: "#528693"
|
|
4971
5319
|
}),
|
|
4972
|
-
/* @__PURE__ */
|
|
5320
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4973
5321
|
d: "M17 6.85004C17 7.54039 16.4404 8.10004 15.75 8.10004C15.0596 8.10004 14.5 7.54039 14.5 6.85004C14.5 6.15968 15.0596 5.60004 15.75 5.60004C16.4404 5.60004 17 6.15968 17 6.85004Z",
|
|
4974
5322
|
fill: "white"
|
|
4975
5323
|
}),
|
|
4976
|
-
/* @__PURE__ */
|
|
5324
|
+
/* @__PURE__ */ jsx102("path", {
|
|
4977
5325
|
fillRule: "evenodd",
|
|
4978
5326
|
clipRule: "evenodd",
|
|
4979
5327
|
d: "M17.6 6.85006C17.6 7.87179 16.7717 8.70006 15.75 8.70006C14.7283 8.70006 13.9 7.87179 13.9 6.85006C13.9 5.82833 14.7283 5.00006 15.75 5.00006C16.7717 5.00006 17.6 5.82833 17.6 6.85006ZM15.75 8.10006C16.4403 8.10006 17 7.54042 17 6.85006C17 6.15971 16.4403 5.60006 15.75 5.60006C15.0596 5.60006 14.5 6.15971 14.5 6.85006C14.5 7.54042 15.0596 8.10006 15.75 8.10006Z",
|
|
@@ -4985,10 +5333,10 @@ var Switch = forwardRef94((delegated, ref) => {
|
|
|
4985
5333
|
Switch.displayName = "Switch";
|
|
4986
5334
|
|
|
4987
5335
|
// src/iconography/target.tsx
|
|
4988
|
-
import { forwardRef as
|
|
4989
|
-
import { jsx as
|
|
4990
|
-
var Target =
|
|
4991
|
-
return /* @__PURE__ */
|
|
5336
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
5337
|
+
import { jsx as jsx103, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
5338
|
+
var Target = forwardRef97((delegated, ref) => {
|
|
5339
|
+
return /* @__PURE__ */ jsxs94("svg", {
|
|
4992
5340
|
ref,
|
|
4993
5341
|
width: "23",
|
|
4994
5342
|
height: "22",
|
|
@@ -4996,67 +5344,67 @@ var Target = forwardRef95((delegated, ref) => {
|
|
|
4996
5344
|
viewBox: "0 0 23 22",
|
|
4997
5345
|
...delegated,
|
|
4998
5346
|
children: [
|
|
4999
|
-
/* @__PURE__ */
|
|
5347
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5000
5348
|
fill: "#BFF6F8",
|
|
5001
5349
|
d: "M20.524 12.018a8.522 8.522 0 1 1-17.044 0 8.522 8.522 0 0 1 17.044 0Z"
|
|
5002
5350
|
}),
|
|
5003
|
-
/* @__PURE__ */
|
|
5351
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5004
5352
|
fill: "#528693",
|
|
5005
5353
|
fillRule: "evenodd",
|
|
5006
5354
|
d: "M12.002 19.964a7.946 7.946 0 1 0 0-15.892 7.946 7.946 0 0 0 0 15.892Zm0 .576a8.522 8.522 0 1 0 0-17.044 8.522 8.522 0 0 0 0 17.044Z",
|
|
5007
5355
|
clipRule: "evenodd"
|
|
5008
5356
|
}),
|
|
5009
|
-
/* @__PURE__ */
|
|
5357
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5010
5358
|
fill: "#fff",
|
|
5011
5359
|
d: "M18.3 12.018a6.299 6.299 0 1 1-12.597 0 6.299 6.299 0 0 1 12.598 0Z"
|
|
5012
5360
|
}),
|
|
5013
|
-
/* @__PURE__ */
|
|
5361
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5014
5362
|
fill: "#528693",
|
|
5015
5363
|
fillRule: "evenodd",
|
|
5016
5364
|
d: "M12.002 17.856a5.838 5.838 0 1 0 0-11.676 5.838 5.838 0 0 0 0 11.676Zm0 .461a6.299 6.299 0 1 0 0-12.598 6.299 6.299 0 0 0 0 12.598Z",
|
|
5017
5365
|
clipRule: "evenodd"
|
|
5018
5366
|
}),
|
|
5019
|
-
/* @__PURE__ */
|
|
5367
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5020
5368
|
fill: "#BFF6F8",
|
|
5021
5369
|
d: "M16.078 12.018a4.076 4.076 0 1 1-8.152 0 4.076 4.076 0 0 1 8.152 0Z"
|
|
5022
5370
|
}),
|
|
5023
|
-
/* @__PURE__ */
|
|
5371
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5024
5372
|
fill: "#528693",
|
|
5025
5373
|
fillRule: "evenodd",
|
|
5026
5374
|
d: "M12.002 15.633a3.615 3.615 0 1 0 0-7.23 3.615 3.615 0 0 0 0 7.23Zm0 .461a4.076 4.076 0 1 0 0-8.151 4.076 4.076 0 0 0 0 8.151Z",
|
|
5027
5375
|
clipRule: "evenodd"
|
|
5028
5376
|
}),
|
|
5029
|
-
/* @__PURE__ */
|
|
5377
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5030
5378
|
fill: "#fff",
|
|
5031
5379
|
d: "M13.854 12.018a1.853 1.853 0 1 1-3.705 0 1.853 1.853 0 0 1 3.705 0Z"
|
|
5032
5380
|
}),
|
|
5033
|
-
/* @__PURE__ */
|
|
5381
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5034
5382
|
fill: "#528693",
|
|
5035
5383
|
fillRule: "evenodd",
|
|
5036
5384
|
d: "M12.002 13.41a1.392 1.392 0 1 0 0-2.783 1.392 1.392 0 0 0 0 2.783Zm0 .46a1.853 1.853 0 1 0 0-3.704 1.853 1.853 0 0 0 0 3.705Z",
|
|
5037
5385
|
clipRule: "evenodd"
|
|
5038
5386
|
}),
|
|
5039
|
-
/* @__PURE__ */
|
|
5387
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5040
5388
|
fill: "#fff",
|
|
5041
5389
|
d: "m15.899.398.906 4.093L14.2 8.688l-1.09-3.916L15.9.398Z"
|
|
5042
5390
|
}),
|
|
5043
|
-
/* @__PURE__ */
|
|
5391
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5044
5392
|
fill: "#fff",
|
|
5045
5393
|
d: "m20.897 3.585-4.092.906L14.2 8.687l3.909-.728 2.788-4.374Z"
|
|
5046
5394
|
}),
|
|
5047
|
-
/* @__PURE__ */
|
|
5395
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5048
5396
|
fill: "#528693",
|
|
5049
5397
|
fillRule: "evenodd",
|
|
5050
5398
|
d: "M15.949.114c.115.02.206.108.231.221l.906 4.093-.562.125-.756-3.414-2.346 3.68 1.055 3.791a.288.288 0 0 1-.555.155l-1.09-3.916a.288.288 0 0 1 .035-.232L15.656.243a.288.288 0 0 1 .293-.129Z",
|
|
5051
5399
|
clipRule: "evenodd"
|
|
5052
5400
|
}),
|
|
5053
|
-
/* @__PURE__ */
|
|
5401
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5054
5402
|
fill: "#528693",
|
|
5055
5403
|
fillRule: "evenodd",
|
|
5056
5404
|
d: "M21.133 3.42a.288.288 0 0 0-.298-.117l-4.093.906.125.563 3.414-.756-2.348 3.682-3.786.706a.288.288 0 1 0 .105.567l3.91-.73a.288.288 0 0 0 .19-.128L21.14 3.74a.288.288 0 0 0-.007-.32Z",
|
|
5057
5405
|
clipRule: "evenodd"
|
|
5058
5406
|
}),
|
|
5059
|
-
/* @__PURE__ */
|
|
5407
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5060
5408
|
fill: "#528693",
|
|
5061
5409
|
fillRule: "evenodd",
|
|
5062
5410
|
d: "M16.96 4.248c.134.086.184.248.11.362l-4.874 7.566c-.073.113-.241.136-.375.05-.134-.086-.183-.248-.11-.361l4.875-7.567c.073-.113.24-.136.375-.05Z",
|
|
@@ -5068,10 +5416,10 @@ var Target = forwardRef95((delegated, ref) => {
|
|
|
5068
5416
|
Target.displayName = "TargetIcon";
|
|
5069
5417
|
|
|
5070
5418
|
// src/iconography/topics.tsx
|
|
5071
|
-
import { forwardRef as
|
|
5072
|
-
import { jsx as
|
|
5073
|
-
var Topics =
|
|
5074
|
-
return /* @__PURE__ */
|
|
5419
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
5420
|
+
import { jsx as jsx104, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
5421
|
+
var Topics = forwardRef98((delegated, ref) => {
|
|
5422
|
+
return /* @__PURE__ */ jsxs95("svg", {
|
|
5075
5423
|
ref,
|
|
5076
5424
|
width: "23",
|
|
5077
5425
|
height: "23",
|
|
@@ -5079,47 +5427,47 @@ var Topics = forwardRef96((delegated, ref) => {
|
|
|
5079
5427
|
fill: "none",
|
|
5080
5428
|
...delegated,
|
|
5081
5429
|
children: [
|
|
5082
|
-
/* @__PURE__ */
|
|
5430
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5083
5431
|
d: "M10.922 11.146H9.274c-.075 0-.075.697 0 .697h.027v-.697H7.395c-.075 0-.075.697 0 .697h1.908c.075 0 .075-.697 0-.697h-.027v.697h1.647c.074 0 .074-.697-.001-.697Z",
|
|
5084
5432
|
fill: "#528693"
|
|
5085
5433
|
}),
|
|
5086
|
-
/* @__PURE__ */
|
|
5434
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5087
5435
|
d: "M15.221 11.146H11.6c-.165 0-.166.697 0 .697h.058v-.697H7.461c-.165 0-.166.697 0 .697h4.196c.165 0 .165-.697 0-.697H11.6v.697h3.622c.165 0 .166-.697 0-.697Z",
|
|
5088
5436
|
fill: "#528693"
|
|
5089
5437
|
}),
|
|
5090
|
-
/* @__PURE__ */
|
|
5438
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5091
5439
|
d: "M6.713 13.669a2.108 2.108 0 0 1-2.243-2.144 2.114 2.114 0 0 1 2.165-2.204 2.209 2.209 0 0 1 2.116 2.094c0 1.38-.825 2.254-2.038 2.254Z",
|
|
5092
5440
|
fill: "#fff"
|
|
5093
5441
|
}),
|
|
5094
|
-
/* @__PURE__ */
|
|
5442
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5095
5443
|
d: "M6.713 13.318a1.813 1.813 0 0 1-1.648-2.751 1.837 1.837 0 0 1 1.191-.854c2.376-.484 2.983 3.478.457 3.607-.446.023-.45.716 0 .698a2.462 2.462 0 0 0 2.373-2.887 2.558 2.558 0 0 0-2.762-2.14 2.528 2.528 0 0 0 .39 5.029.351.351 0 0 0 0-.702ZM15.01 17.67h-3.684v-5.477a.351.351 0 0 0-.696 0v.152h.696V5.32h3.685a.35.35 0 0 0 0-.696h-3.746a.652.652 0 0 0-.329.056.554.554 0 0 0-.307.541v7.124a.351.351 0 0 0 .697 0v-.156h-.697v5.519a.596.596 0 0 0 .187.522.694.694 0 0 0 .53.136h3.664a.351.351 0 0 0 0-.697Z",
|
|
5096
5444
|
fill: "#528693"
|
|
5097
5445
|
}),
|
|
5098
|
-
/* @__PURE__ */
|
|
5446
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5099
5447
|
d: "M15.439 13.208a1.705 1.705 0 0 1-1.55-2.584 1.727 1.727 0 0 1 1.117-.803c2.236-.462 2.808 3.27.43 3.389-.335.017-.338.537 0 .523a2.183 2.183 0 0 0 2.101-2.562 2.27 2.27 0 0 0-2.457-1.895 2.24 2.24 0 0 0 .351 4.461.264.264 0 1 0 .008-.529Z",
|
|
5100
5448
|
fill: "#528693"
|
|
5101
5449
|
}),
|
|
5102
|
-
/* @__PURE__ */
|
|
5450
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5103
5451
|
d: "M15.448 13.669a2.106 2.106 0 0 1-2.243-2.144 2.115 2.115 0 0 1 2.166-2.204 2.209 2.209 0 0 1 2.115 2.094 2.023 2.023 0 0 1-2.038 2.254Z",
|
|
5104
5452
|
fill: "#BFF6F8"
|
|
5105
5453
|
}),
|
|
5106
|
-
/* @__PURE__ */
|
|
5454
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5107
5455
|
d: "M15.448 13.318a1.813 1.813 0 0 1-1.649-2.751 1.834 1.834 0 0 1 1.192-.854c2.376-.484 2.984 3.479.457 3.607-.447.023-.45.716 0 .698a2.463 2.463 0 0 0 2.372-2.887 2.558 2.558 0 0 0-2.761-2.14 2.527 2.527 0 0 0 .389 5.029c.452.01.451-.692 0-.702ZM15.439 19.73a1.703 1.703 0 0 1-1.78-1.92 1.724 1.724 0 0 1 1.346-1.466c2.237-.461 2.809 3.27.43 3.389-.334.016-.337.537 0 .523a2.185 2.185 0 0 0 2.105-2.561 2.27 2.27 0 0 0-2.457-1.896 2.24 2.24 0 0 0 .35 4.46c.344.008.344-.518.006-.528Z",
|
|
5108
5456
|
fill: "#528693"
|
|
5109
5457
|
}),
|
|
5110
|
-
/* @__PURE__ */
|
|
5458
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5111
5459
|
d: "M15.448 20.192a2.107 2.107 0 0 1-2.243-2.144 2.116 2.116 0 0 1 2.166-2.205 2.21 2.21 0 0 1 2.115 2.095 2.025 2.025 0 0 1-2.038 2.254Z",
|
|
5112
5460
|
fill: "#BFF6F8"
|
|
5113
5461
|
}),
|
|
5114
|
-
/* @__PURE__ */
|
|
5462
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5115
5463
|
d: "M15.448 19.841a1.814 1.814 0 0 1-1.649-2.751 1.836 1.836 0 0 1 1.192-.854c2.376-.484 2.984 3.479.457 3.607-.447.023-.45.716 0 .698a2.463 2.463 0 0 0 2.372-2.887 2.558 2.558 0 0 0-2.761-2.14 2.528 2.528 0 0 0 .389 5.03c.452.012.451-.69 0-.703ZM15.439 6.685a1.704 1.704 0 0 1-1.55-2.584 1.725 1.725 0 0 1 1.117-.803c2.236-.461 2.808 3.27.43 3.388-.335.017-.338.538 0 .524a2.185 2.185 0 0 0 2.101-2.562 2.27 2.27 0 0 0-2.457-1.895 2.24 2.24 0 0 0 .351 4.46c.346.007.346-.517.008-.528Z",
|
|
5116
5464
|
fill: "#528693"
|
|
5117
5465
|
}),
|
|
5118
|
-
/* @__PURE__ */
|
|
5466
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5119
5467
|
d: "M15.448 7.146a2.177 2.177 0 1 1-.077-4.348 2.209 2.209 0 0 1 2.115 2.094 2.026 2.026 0 0 1-2.038 2.254Z",
|
|
5120
5468
|
fill: "#BFF6F8"
|
|
5121
5469
|
}),
|
|
5122
|
-
/* @__PURE__ */
|
|
5470
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5123
5471
|
d: "M15.448 6.795a1.814 1.814 0 0 1-1.649-2.751 1.834 1.834 0 0 1 1.192-.853c2.376-.485 2.984 3.478.457 3.606-.447.023-.45.716 0 .698a2.463 2.463 0 0 0 2.372-2.887 2.558 2.558 0 0 0-2.761-2.14 2.527 2.527 0 0 0 .389 5.03.351.351 0 0 0 0-.703Z",
|
|
5124
5472
|
fill: "#528693"
|
|
5125
5473
|
})
|
|
@@ -5129,10 +5477,10 @@ var Topics = forwardRef96((delegated, ref) => {
|
|
|
5129
5477
|
Topics.displayName = "TopicsIcon";
|
|
5130
5478
|
|
|
5131
5479
|
// src/iconography/unpublish.tsx
|
|
5132
|
-
import { forwardRef as
|
|
5133
|
-
import { jsx as
|
|
5134
|
-
var Unpublish =
|
|
5135
|
-
return /* @__PURE__ */
|
|
5480
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
5481
|
+
import { jsx as jsx105, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
5482
|
+
var Unpublish = forwardRef99((delegated, ref) => {
|
|
5483
|
+
return /* @__PURE__ */ jsxs96("svg", {
|
|
5136
5484
|
ref,
|
|
5137
5485
|
width: "22",
|
|
5138
5486
|
height: "22",
|
|
@@ -5140,33 +5488,33 @@ var Unpublish = forwardRef97((delegated, ref) => {
|
|
|
5140
5488
|
fill: "none",
|
|
5141
5489
|
...delegated,
|
|
5142
5490
|
children: [
|
|
5143
|
-
/* @__PURE__ */
|
|
5491
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5144
5492
|
fill: "#fff",
|
|
5145
5493
|
d: "M19.055 13.054c-.595 1.263-1.441 1.553-3.22 1.553-3.734 0-5.845-.123-9.562-.123-1.725 0-3.546-.242-4.082-1.92-.34-1.064-.153-2.123.496-2.817.473-.493 1.014-.699 1.76-.763.563-.048 1.429.226 1.429.226s-.324-2.173.61-2.764c.37-.234.64-.306 1.078-.308.343-.003.86.18.86.18l.911.642s1.164-2.957 3.686-2.957c.217 0 .434.022.647.067 1.136.242 2.228.971 2.757 2.259.405.986.05 2.729.05 2.729s1.887.405 2.454 1.338c.54.888.57 1.718.126 2.658Z"
|
|
5146
5494
|
}),
|
|
5147
|
-
/* @__PURE__ */
|
|
5495
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5148
5496
|
fill: "#528693",
|
|
5149
5497
|
fillRule: "evenodd",
|
|
5150
5498
|
d: "M2.254 9.331c.6-.625 1.294-.872 2.143-.944.27-.023.568.008.825.052a6.314 6.314 0 0 1 .01-.424c.02-.339.072-.727.199-1.087.125-.357.344-.742.734-.989.219-.138.432-.244.671-.311a2.67 2.67 0 0 1 .724-.09c.255-.002.534.061.715.109a5.195 5.195 0 0 1 .317.094l.022.008.006.002h.002l.001.001-.2.566s-.516-.183-.86-.18c-.437.002-.707.074-1.077.308-.607.384-.683 1.436-.662 2.125.012.372.052.639.052.639s-.279-.088-.622-.156c-.263-.05-.563-.09-.806-.07-.747.064-1.288.27-1.76.763-.65.694-.837 1.753-.497 2.817.536 1.678 2.357 1.92 4.082 1.92 1.856 0 3.312.03 4.77.062 1.46.03 2.923.061 4.793.061 1.778 0 2.624-.29 3.22-1.553.442-.94.412-1.77-.127-2.658-.567-.933-2.455-1.338-2.455-1.338s.357-1.743-.049-2.73c-.529-1.287-1.621-2.016-2.757-2.258a3.144 3.144 0 0 0-.647-.067c-1.83 0-2.945 1.557-3.419 2.411-.18.324-.267.546-.267.546l-.911-.642.2-.566a.602.602 0 0 1 .146.075l.34.24c.158-.28.376-.622.658-.966.66-.805 1.735-1.698 3.252-1.698.26 0 .517.026.77.08h.003C15.09 3.759 16.364 4.6 16.98 6.1c.26.63.26 1.432.22 2.003-.013.19-.031.365-.05.517.166.051.36.118.562.2.552.22 1.336.615 1.73 1.263.311.513.493 1.04.518 1.594.025.554-.109 1.094-.362 1.632-.342.725-.792 1.237-1.461 1.54-.632.287-1.399.357-2.301.357-1.875 0-3.342-.03-4.801-.061h-.004c-1.458-.031-2.908-.062-4.758-.062-.876 0-1.851-.059-2.693-.367-.87-.319-1.624-.916-1.96-1.97-.393-1.228-.197-2.527.629-3.41l.005-.006Z",
|
|
5151
5499
|
clipRule: "evenodd"
|
|
5152
5500
|
}),
|
|
5153
|
-
/* @__PURE__ */
|
|
5501
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5154
5502
|
fill: "#BFF6F8",
|
|
5155
5503
|
d: "M14.8 14.25a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"
|
|
5156
5504
|
}),
|
|
5157
|
-
/* @__PURE__ */
|
|
5505
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5158
5506
|
fill: "#528693",
|
|
5159
5507
|
fillRule: "evenodd",
|
|
5160
5508
|
d: "M15.4 14.25a4.35 4.35 0 1 1-8.7 0 4.35 4.35 0 0 1 8.7 0ZM11.05 18a3.75 3.75 0 1 0 0-7.5 3.75 3.75 0 0 0 0 7.5Z",
|
|
5161
5509
|
clipRule: "evenodd"
|
|
5162
5510
|
}),
|
|
5163
|
-
/* @__PURE__ */
|
|
5511
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5164
5512
|
fill: "#528693",
|
|
5165
5513
|
fillRule: "evenodd",
|
|
5166
5514
|
d: "M9.088 12.288a.3.3 0 0 1 .424 0l3.5 3.5a.3.3 0 1 1-.424.424l-3.5-3.5a.3.3 0 0 1 0-.424Z",
|
|
5167
5515
|
clipRule: "evenodd"
|
|
5168
5516
|
}),
|
|
5169
|
-
/* @__PURE__ */
|
|
5517
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5170
5518
|
fill: "#528693",
|
|
5171
5519
|
fillRule: "evenodd",
|
|
5172
5520
|
d: "M9.088 16.212a.3.3 0 0 1 0-.424l3.5-3.5a.3.3 0 1 1 .424.424l-3.5 3.5a.3.3 0 0 1-.424 0Z",
|
|
@@ -5178,10 +5526,10 @@ var Unpublish = forwardRef97((delegated, ref) => {
|
|
|
5178
5526
|
Unpublish.displayName = "UnpublishIcon";
|
|
5179
5527
|
|
|
5180
5528
|
// src/iconography/usage.tsx
|
|
5181
|
-
import { forwardRef as
|
|
5182
|
-
import { jsx as
|
|
5183
|
-
var Usage =
|
|
5184
|
-
return /* @__PURE__ */
|
|
5529
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
5530
|
+
import { jsx as jsx106, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
5531
|
+
var Usage = forwardRef100((delegated, ref) => {
|
|
5532
|
+
return /* @__PURE__ */ jsxs97("svg", {
|
|
5185
5533
|
ref,
|
|
5186
5534
|
width: "23",
|
|
5187
5535
|
height: "23",
|
|
@@ -5189,21 +5537,21 @@ var Usage = forwardRef98((delegated, ref) => {
|
|
|
5189
5537
|
fill: "none",
|
|
5190
5538
|
...delegated,
|
|
5191
5539
|
children: [
|
|
5192
|
-
/* @__PURE__ */
|
|
5540
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5193
5541
|
d: "M20.44 11.968c.222 0 .402.18.392.4a8.952 8.952 0 1 1-9.343-9.343c.22-.01.4.17.4.39v5.02c0 .22-.18.397-.4.425a3.133 3.133 0 1 0 3.507 3.507c.029-.22.205-.399.426-.399h5.019Z",
|
|
5194
5542
|
fill: "#BFF6F8"
|
|
5195
5543
|
}),
|
|
5196
|
-
/* @__PURE__ */
|
|
5544
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5197
5545
|
fillRule: "evenodd",
|
|
5198
5546
|
clipRule: "evenodd",
|
|
5199
5547
|
d: "M20.22 12.568a8.35 8.35 0 1 1-8.931-8.93v4.645a3.733 3.733 0 1 0 4.284 4.285h4.646Zm.612-.2c.01-.22-.17-.4-.391-.4h-5.019c-.221 0-.397.18-.426.399A3.134 3.134 0 1 1 11.49 8.86c.219-.028.399-.204.399-.425v-5.02c0-.22-.18-.4-.4-.39a8.952 8.952 0 1 0 9.343 9.343Z",
|
|
5200
5548
|
fill: "#528693"
|
|
5201
5549
|
}),
|
|
5202
|
-
/* @__PURE__ */
|
|
5550
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5203
5551
|
d: "M12.877 2.471c0-.22.18-.4.4-.39a8.952 8.952 0 0 1 8.543 8.543c.01.22-.17.4-.391.4H16.41c-.22 0-.397-.18-.425-.4a3.133 3.133 0 0 0-2.71-2.708c-.218-.028-.398-.205-.398-.426V2.471Z",
|
|
5204
5552
|
fill: "#fff"
|
|
5205
5553
|
}),
|
|
5206
|
-
/* @__PURE__ */
|
|
5554
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5207
5555
|
fillRule: "evenodd",
|
|
5208
5556
|
clipRule: "evenodd",
|
|
5209
5557
|
d: "M13.477 2.693a8.352 8.352 0 0 1 7.73 7.73h-4.645a3.733 3.733 0 0 0-3.085-3.084V2.693Zm-.2-.613c-.22-.01-.4.17-.4.391v5.02c0 .22.18.397.399.425a3.132 3.132 0 0 1 2.709 2.709c.028.219.204.399.425.399h5.019c.22 0 .4-.18.391-.4a8.948 8.948 0 0 0-5.517-7.871 8.952 8.952 0 0 0-3.026-.673Z",
|
|
@@ -5215,10 +5563,10 @@ var Usage = forwardRef98((delegated, ref) => {
|
|
|
5215
5563
|
Usage.displayName = "UsageIcon";
|
|
5216
5564
|
|
|
5217
5565
|
// src/iconography/usage-meter.tsx
|
|
5218
|
-
import { forwardRef as
|
|
5219
|
-
import { jsx as
|
|
5220
|
-
var UsageMeter =
|
|
5221
|
-
return /* @__PURE__ */
|
|
5566
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
5567
|
+
import { jsx as jsx107, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
5568
|
+
var UsageMeter = forwardRef101((delegated, ref) => {
|
|
5569
|
+
return /* @__PURE__ */ jsxs98("svg", {
|
|
5222
5570
|
ref,
|
|
5223
5571
|
width: "17",
|
|
5224
5572
|
height: "16",
|
|
@@ -5226,24 +5574,24 @@ var UsageMeter = forwardRef99((delegated, ref) => {
|
|
|
5226
5574
|
fill: "none",
|
|
5227
5575
|
...delegated,
|
|
5228
5576
|
children: [
|
|
5229
|
-
/* @__PURE__ */
|
|
5577
|
+
/* @__PURE__ */ jsxs98("g", {
|
|
5230
5578
|
clipPath: "url(#a)",
|
|
5231
5579
|
children: [
|
|
5232
|
-
/* @__PURE__ */
|
|
5580
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5233
5581
|
d: "M15.836 9.0665a1.7036 1.7036 0 0 0 .0053-.3334 6.6839 6.6839 0 0 0-1.1166-3.0268c-.0423-.0635-.0846-.1217-.1217-.18-.0582-.074-.1111-.1534-.1693-.2275a5.5278 5.5278 0 0 0-.3175-.381c-.0053-.0053-.0106-.0158-.0212-.0211a7.2427 7.2427 0 0 0-.6403-.635c-.0741-.0635-.1534-.1165-.2275-.1747a.0053.0053 0 0 0-.0016-.0037.0052.0052 0 0 0-.0037-.0015c-.1535-.1165-.3069-.2329-.471-.3387a.2946.2946 0 0 0-.0423-.0265c-.1376-.09-.2857-.1746-.4286-.2593-.0582-.0317-.1217-.0582-.1799-.09-.1059-.0528-.2117-.1058-.3175-.1534-.1059-.0476-.217-.09-.3228-.1323-.0741-.0264-.1429-.0582-.217-.0846a4.7983 4.7983 0 0 0-.3651-.1112 4.3458 4.3458 0 0 0-.2487-.0688 3.9942 3.9942 0 0 0-.2434-.0529 6.621 6.621 0 0 0-1.5134-.1534 6.9257 6.9257 0 0 0-6.768 6.1224c0 .0476.0053.0846.0053.1323a6.6487 6.6487 0 0 0 .09 2.0478 6.838 6.838 0 0 0 .3439 1.1695c.0794.1958.164.3863.2593.5768a7.523 7.523 0 0 0 .1534.2857l.037.0688.0795.1217.1534.2593c1.7568 0 3.5613-.0053 5.5615-.0106.0741 0 .1482.0053.2223.0053 1.434.0106 2.5664.0212 4.1327-.0106.5133 0 1.0372-.0053 1.5822-.0053.0688-.1111.1482-.2381.2329-.381.0423-.0846.0952-.1799.1481-.2804a6.1283 6.1283 0 0 0 .3122-.7091 6.9592 6.9592 0 0 0 .4181-1.8785c0-.0371-.0053-.0635-.0053-.1006a7.2363 7.2363 0 0 0 .0053-.9577Zm-.7885 1.6986a5.9413 5.9413 0 0 1-.3175 1.0477 5.3569 5.3569 0 0 1-.2275.508c-.0477.0847-.09.1693-.1376.254l-.0476.0741-5.3763.0159H7.1154c-1.1536-.0106-2.309-.0141-3.466-.0106a.0399.0399 0 0 0-.0212.0106c-.0053-.0053-.0053-.0106-.0159-.0265-.0423-.0741-.0952-.1534-.1376-.2434a5.1632 5.1632 0 0 1-.2963-.635 6.1699 6.1699 0 0 1-.4075-1.688v-.0265a6.5296 6.5296 0 0 1-.0053-.9102c.03-.1036.0494-.21.0583-.3174a6.203 6.203 0 0 1 2.323-4.1434c.0317-.0265.0635-.0476.0952-.074.0847-.0636.1747-.127.2646-.1906a6.2837 6.2837 0 0 1 3.5771-1.0583 6.1823 6.1823 0 0 1 3.8365 1.4234c.0688.0583.1376.1165.2063.18a6.244 6.244 0 0 1 1.7675 2.7569c.0052.0159.0052.0265.0105.0423.0477.1482.0847.3017.1165.4498.0154.0593.0277.1194.037.18.0212.127.0423.254.0582.3862a6.1523 6.1523 0 0 1-.0688 1.995Z",
|
|
5234
5582
|
fill: "#528693"
|
|
5235
5583
|
}),
|
|
5236
|
-
/* @__PURE__ */
|
|
5584
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5237
5585
|
d: "m3.6286 12.8043.053-.0505a227.043 227.043 0 0 1 3.4347.0107h1.827l5.3763-.0159.0544-.0001.0294-.0458.0477-.0741.0001.0001.0029-.0051a6.0478 6.0478 0 0 0 .0697-.1286l.0003-.0005a5.6307 5.6307 0 0 1 .0676-.1249h.0001l.0017-.0035a5.4268 5.4268 0 0 0 .2315-.5166c.14-.3442.248-.7006.3225-1.0646l.0001-.0005a6.25 6.25 0 0 0 .07-2.0269c-.0161-.1343-.0376-.263-.0586-.3893l-.0001-.0005a1.8922 1.8922 0 0 0-.0385-.187c-.0319-.1491-.0697-.3054-.1185-.4574l-.0003-.001a.0624.0624 0 0 1-.0021-.0092c-.0013-.0065-.0036-.0182-.0082-.0322a6.3444 6.3444 0 0 0-1.7951-2.8001c-.0703-.0648-.1404-.1241-.2086-.1819l-.0007-.0005-.0007-.0007a6.2822 6.2822 0 0 0-3.8985-1.4464h-.0004a6.3839 6.3839 0 0 0-3.634 1.0751h-.0001l-.0021.0015-.0006.0004a11.5065 11.5065 0 0 0-.2663.1918V4.52l-.004.0033a1.08 1.08 0 0 1-.0436.0338l-.0008.0006a1.262 1.262 0 0 0-.0498.0387 6.3029 6.3029 0 0 0-2.3594 4.2093l-.0004.0036a1.5248 1.5248 0 0 1-.0546.298l-.003.0104-.0007.011a6.632 6.632 0 0 0 .005.9202v.0227h-.0004l.001.0096a6.269 6.269 0 0 0 .4138 1.7149c.0855.2212.1859.4364.3004.6441.0315.0664.07.1305.1031.1855.0134.0223.026.0431.0367.062l-.0002.0001.0039.0057a.0477.0477 0 0 1 .0035.0061l.0001.0004a.004.004 0 0 1 .0003.0006c.0019.0038.0096.0198.0244.0346l.0691.0691Zm11.3945-4.6006c-.0317-.1482-.0688-.3016-.1164-.4498a.1685.1685 0 0 1-.0053-.0212c-.0013-.0066-.0026-.0132-.0053-.0212a6.2446 6.2446 0 0 0-1.7674-2.7569l1.8944 3.249Zm-3.5976-.2364c-.2292.2923-.4509.5746-.6671.8498-.3278.4174-.6429.8187-.9522 1.2141l-.0004-.0003-.0053.0083a1.1904 1.1904 0 0 1-.5644.4679.9274.9274 0 0 1-.2989.0519.8843.8843 0 0 1-.1615-.0143l.0001-.0008-.0127-.0006a.091.091 0 0 1-.0247-.005l-.007-.0025-.0073-.0014a.9062.9062 0 0 1-.162-.0477c-.018-.0072-.0355-.0123-.048-.0161a.438.438 0 0 1-.0285-.0092.9676.9676 0 0 1-.5434-.8134.9805.9805 0 0 1 .389-.8353l.0001-.0001c.1959-.1482.3915-.2962.603-.4548l.0021-.0017c.2218-.176.4384-.345.6496-.507l.002-.0016a81.951 81.951 0 0 1 1.0093-.8032l.0002-.0001.2378-.185.1894-.1474c.0308-.0226.0614-.0472.0899-.07a3.3156 3.3156 0 0 1 .0284-.0227 1.0318 1.0318 0 0 1 .1041-.075.542.542 0 0 1 .253-.066h.001a.5094.5094 0 0 1 .3945.168h-.0001l.0019.002a.519.519 0 0 1 .036.6738c-.119.1497-.2408.305-.3652.4636l-.1427.1818Z",
|
|
5238
5586
|
fill: "#BFF6F8",
|
|
5239
5587
|
stroke: "#BFF6F8",
|
|
5240
5588
|
strokeWidth: ".2"
|
|
5241
5589
|
}),
|
|
5242
|
-
/* @__PURE__ */
|
|
5590
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5243
5591
|
d: "M15.3469 12.7007c0-.0529 0-.0572-.0025-.0471v.7234c0 .0095 0-.0053.0025.0111s0 .0291 0-.0418v-.662c.0015-.0482.0005.0741 0 .0164ZM2.6208 12.7007v-.0471.7345c0 .0164 0 .0291.0025-.0418v-.662c-.001-.0482-.0015.0741-.0025.0164ZM11.968 6.5791a.6088.6088 0 0 0-.4709-.201.6414.6414 0 0 0-.3016.0793c-.0794.0476-.1535.1164-.2329.1746l-.1905.1482-.2381.1852a82.141 82.141 0 0 0-1.0107.8043c-.2117.164-.4286.3334-.6509.508-.2116.1588-.4074.307-.6032.455a1.0805 1.0805 0 0 0-.4286.9208 1.0673 1.0673 0 0 0 .6032.8996c.0265.0106.053.0159.0794.0265.0582.0232.1184.0409.1799.0529a.1912.1912 0 0 0 .053.0106.9957.9957 0 0 0 .1798.0158 1.0262 1.0262 0 0 0 .3334-.0582 1.29 1.29 0 0 0 .6138-.508c.5133-.6561 1.0425-1.3282 1.6193-2.0637.1746-.2222.3439-.4392.508-.6456a.619.619 0 0 0-.0424-.8043Zm-.6667.7144-.291.3492c-.5451.6615-1.0795 1.3282-1.614 1.995-.0582.074-.1482.1905-.18.2328a.4232.4232 0 0 1-.1428.0952.4035.4035 0 0 1-.471-.1221.4032.4032 0 0 1-.0105-.4864c.0159-.0106.0106-.0423.0053-.0794.0106-.0105.0211-.0264.0317-.037a.7572.7572 0 0 1 .0794-.0582.1058.1058 0 0 0 .0688-.0212c.3916-.291.7673-.582 1.1377-.8784.2064-.1534.418-.307.6244-.4604l.6297-.492.1482-.1112a.064.064 0 0 1-.0159.074Z",
|
|
5244
5592
|
fill: "#528693"
|
|
5245
5593
|
}),
|
|
5246
|
-
/* @__PURE__ */
|
|
5594
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5247
5595
|
d: "m11.3564 7.065.0516.113a.1638.1638 0 0 1-.0339.1842l-.2869.3442-.0001.0002c-.5444.6606-1.0783 1.3267-1.6127 1.9933-.058.0739-.1472.1893-.1782.2307l-.0082.0108-.0006-.0006a.5222.5222 0 0 1-.1766.1177l-.0375-.0927m2.2831-2.9009L8.524 9.9057m2.8324-2.8408-.0994.0746-.1482.111-.0016.0013-.6287.4914a61.544 61.544 0 0 1-.3108.229l-.0001.0002c-.1044.0766-.2092.1535-.3126.2304l-.0028.0022c-.3696.2957-.7443.586-1.1349.8762l-.0005.0004a.0058.0058 0 0 1-.0037.0012l-.0318-.0016-.0269.0171a.8582.8582 0 0 0-.0898.066l-.0003-.0004-.0062.0062a.3105.3105 0 0 0-.0223.0257l-.001.0011-.0063.0078-.0021.0025-.0354.0353.007.0495.0008.0049.0022.0158a.5032.5032 0 0 0 .023.593m2.8324-2.8408L8.524 9.9057m.5493.0601.0384.0924a.5037.5037 0 0 1-.5877-.1525m.5493.0601a.4234.4234 0 0 0 .1429-.0952l-.6138-.027a.4033.4033 0 0 0 .471.1222Z",
|
|
5248
5596
|
fill: "#fff",
|
|
5249
5597
|
stroke: "#fff",
|
|
@@ -5251,10 +5599,10 @@ var UsageMeter = forwardRef99((delegated, ref) => {
|
|
|
5251
5599
|
})
|
|
5252
5600
|
]
|
|
5253
5601
|
}),
|
|
5254
|
-
/* @__PURE__ */
|
|
5255
|
-
children: /* @__PURE__ */
|
|
5602
|
+
/* @__PURE__ */ jsx107("defs", {
|
|
5603
|
+
children: /* @__PURE__ */ jsx107("clipPath", {
|
|
5256
5604
|
id: "a",
|
|
5257
|
-
children: /* @__PURE__ */
|
|
5605
|
+
children: /* @__PURE__ */ jsx107("path", {
|
|
5258
5606
|
fill: "#fff",
|
|
5259
5607
|
transform: "translate(.984)",
|
|
5260
5608
|
d: "M0 0h16v16H0z"
|
|
@@ -5267,10 +5615,10 @@ var UsageMeter = forwardRef99((delegated, ref) => {
|
|
|
5267
5615
|
UsageMeter.displayName = "UsageMeterIcon";
|
|
5268
5616
|
|
|
5269
5617
|
// src/iconography/user-card.tsx
|
|
5270
|
-
import { forwardRef as
|
|
5271
|
-
import { jsx as
|
|
5272
|
-
var UserCard =
|
|
5273
|
-
return /* @__PURE__ */
|
|
5618
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
5619
|
+
import { jsx as jsx108, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
5620
|
+
var UserCard = forwardRef102((delegated, ref) => {
|
|
5621
|
+
return /* @__PURE__ */ jsxs99("svg", {
|
|
5274
5622
|
ref,
|
|
5275
5623
|
width: "17",
|
|
5276
5624
|
height: "16",
|
|
@@ -5278,7 +5626,7 @@ var UserCard = forwardRef100((delegated, ref) => {
|
|
|
5278
5626
|
fill: "none",
|
|
5279
5627
|
...delegated,
|
|
5280
5628
|
children: [
|
|
5281
|
-
/* @__PURE__ */
|
|
5629
|
+
/* @__PURE__ */ jsx108("rect", {
|
|
5282
5630
|
x: "2.184",
|
|
5283
5631
|
y: "4.2",
|
|
5284
5632
|
width: "13.6",
|
|
@@ -5288,7 +5636,7 @@ var UserCard = forwardRef100((delegated, ref) => {
|
|
|
5288
5636
|
stroke: "#528693",
|
|
5289
5637
|
strokeWidth: ".4"
|
|
5290
5638
|
}),
|
|
5291
|
-
/* @__PURE__ */
|
|
5639
|
+
/* @__PURE__ */ jsx108("circle", {
|
|
5292
5640
|
cx: "5.984",
|
|
5293
5641
|
cy: "8.5",
|
|
5294
5642
|
r: "2.2",
|
|
@@ -5296,7 +5644,7 @@ var UserCard = forwardRef100((delegated, ref) => {
|
|
|
5296
5644
|
stroke: "#528693",
|
|
5297
5645
|
strokeWidth: ".4"
|
|
5298
5646
|
}),
|
|
5299
|
-
/* @__PURE__ */
|
|
5647
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5300
5648
|
d: "M13.484 8.2a.7.7 0 1 0 0-1.4h-3.5a.7.7 0 1 0 0 1.4h3.5ZM10.484 10.2a.7.7 0 1 0 0-1.4h-.5a.7.7 0 1 0 0 1.4h.5Z",
|
|
5301
5649
|
fill: "#fff",
|
|
5302
5650
|
stroke: "#528693",
|
|
@@ -5308,10 +5656,10 @@ var UserCard = forwardRef100((delegated, ref) => {
|
|
|
5308
5656
|
UserCard.displayName = "UserCardIcon";
|
|
5309
5657
|
|
|
5310
5658
|
// src/iconography/users.tsx
|
|
5311
|
-
import { forwardRef as
|
|
5312
|
-
import { jsx as
|
|
5313
|
-
var Users =
|
|
5314
|
-
return /* @__PURE__ */
|
|
5659
|
+
import { forwardRef as forwardRef103 } from "react";
|
|
5660
|
+
import { jsx as jsx109, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
5661
|
+
var Users = forwardRef103((delegated, ref) => {
|
|
5662
|
+
return /* @__PURE__ */ jsxs100("svg", {
|
|
5315
5663
|
ref,
|
|
5316
5664
|
width: "24",
|
|
5317
5665
|
height: "24",
|
|
@@ -5319,33 +5667,33 @@ var Users = forwardRef101((delegated, ref) => {
|
|
|
5319
5667
|
fill: "none",
|
|
5320
5668
|
...delegated,
|
|
5321
5669
|
children: [
|
|
5322
|
-
/* @__PURE__ */
|
|
5670
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5323
5671
|
d: "M20.713 15.436a2.465 2.465 0 0 0-1.746-.594c-.23 0-.466.016-.703.032l-.15.008c.027-.159.043-.32.05-.48 1.222-1.07 1.257-3.224 1.211-4.1a2.867 2.867 0 0 0-.702-1.78c-.48-.516-1.117-.81-1.782-.821-.038-.004-.08-.004-.122-.004a2.408 2.408 0 0 0-1.396.503 2.877 2.877 0 0 0-.933 1.273 4.077 4.077 0 0 0-.178 1.569c.06 1.108.164 2.17.79 2.912.14.165.3.307.475.42.01.17.028.337.055.504l-.097-.004c-.238-.016-.469-.032-.696-.032a2.454 2.454 0 0 0-1.74.594 2.46 2.46 0 0 0-.712 1.494 6.447 6.447 0 0 0-.105 1.104c.003.424.5.534.863.617l.157.035c1.148.266 2.319.382 3.49.346.168 0 .332 0 .505-.004 1.399.012 2.793-.19 4.143-.597a.148.148 0 0 0 .09-.063.182.182 0 0 0 .03-.114.173.173 0 0 0 .013-.087c-.027-1.002-.11-2.122-.81-2.731Zm-5.67-2.13c-.388-.72-.419-1.67-.443-2.437a3.114 3.114 0 0 1 .363-1.679 2.386 2.386 0 0 1 1.195-.978c.23-.106.474-.165.723-.175.08 0 .159.007.238.02.263.05.518.143.758.275.458.242.822.666 1.02 1.19.097.275.151.566.16.862.068 2.191-.538 3.554-1.795 4.054a1.074 1.074 0 0 1-.423.078 2.11 2.11 0 0 1-1.028-.36 2.442 2.442 0 0 1-.768-.85Zm2.746 1.367a1.724 1.724 0 0 1-.175.709c-.108.217-.26.403-.443.541a.875.875 0 0 1-.409.118c-.594 0-.793-.924-.854-1.395.303.186.64.292.985.31a.963.963 0 0 0 .213-.023c.238-.047.469-.135.683-.26Zm-.543 3.966c-.182 0-.364.004-.549.004a11.426 11.426 0 0 1-4.132-.585c.045-.971.15-1.958.856-2.437a2.46 2.46 0 0 1 1.512-.386l.356.004c.12 0 .241-.004.367-.008.2.779.58 1.191 1.1 1.191a1.28 1.28 0 0 0 .315-.043c.24-.075.456-.222.626-.424.17-.203.289-.455.341-.727a8.5 8.5 0 0 0 .44.011l.367-.004a2.438 2.438 0 0 1 1.496.386c.761.514.817 1.639.854 2.468-1.29.376-2.618.56-3.95.55Z",
|
|
5324
5672
|
fill: "#528693"
|
|
5325
5673
|
}),
|
|
5326
|
-
/* @__PURE__ */
|
|
5674
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5327
5675
|
fillRule: "evenodd",
|
|
5328
5676
|
clipRule: "evenodd",
|
|
5329
5677
|
d: "M20.93 15.187c.422.368.642.875.762 1.393.119.513.147 1.07.161 1.569a.502.502 0 0 1-.015.162.51.51 0 0 1-.084.24.479.479 0 0 1-.276.198c-1.378.416-2.8.62-4.229.61-.173.003-.338.003-.502.003a13.965 13.965 0 0 1-3.57-.354h-.001a6.66 6.66 0 0 0-.15-.034l-.004-.001a2.345 2.345 0 0 0-.021-.005c-.17-.038-.42-.095-.628-.206-.232-.124-.468-.349-.471-.725v-.006a6.77 6.77 0 0 1 .108-1.15c.075-.646.36-1.246.81-1.682l.016-.016a2.786 2.786 0 0 1 1.963-.67c.123 0 .247.004.369.01a2.537 2.537 0 0 1-.368-.355c-.707-.84-.809-2.014-.868-3.104a4.412 4.412 0 0 1 .194-1.691l.005-.017a3.208 3.208 0 0 1 1.041-1.418 2.738 2.738 0 0 1 1.588-.571h.015c.034 0 .084 0 .135.004.756.017 1.47.352 2.005.926l.005.006c.476.534.752 1.242.785 1.983.024.453.027 1.24-.136 2.058-.152.76-.454 1.586-1.057 2.183.147-.008.296-.014.444-.015a2.796 2.796 0 0 1 1.97.671l.005.004Zm-1.963-.345c.626-.039 1.245.171 1.747.594.555.485.722 1.293.78 2.107.014.178.021.356.027.532l.002.092a.173.173 0 0 1-.014.087.185.185 0 0 1-.03.114.148.148 0 0 1-.088.063 13.928 13.928 0 0 1-4.144.597c-.173.004-.337.004-.505.004a13.635 13.635 0 0 1-3.647-.381l-.007-.002c-.256-.058-.576-.13-.743-.317a.433.433 0 0 1-.113-.298 6.45 6.45 0 0 1 .105-1.104 2.46 2.46 0 0 1 .713-1.494 2.454 2.454 0 0 1 1.74-.594c.15 0 .301.007.455.016l.219.014.02.002.098.004a4.673 4.673 0 0 1-.055-.503 2.186 2.186 0 0 1-.476-.42c-.625-.744-.73-1.805-.79-2.913a4.079 4.079 0 0 1 .179-1.569c.196-.516.52-.958.933-1.273.413-.315.897-.49 1.396-.503.042 0 .084 0 .122.004.665.011 1.302.305 1.782.821.112.126.212.263.299.409a2.825 2.825 0 0 1 .229.484 2.989 2.989 0 0 1 .178.958 8.385 8.385 0 0 1-.107 1.762c-.145.826-.46 1.699-1.109 2.266a3.643 3.643 0 0 1-.049.48l.15-.007h.004l.184-.012c.173-.011.345-.02.515-.02Zm-3.924-1.536c.192.348.455.64.768.85.312.21.665.334 1.028.36.144.003.288-.024.423-.078.878-.349 1.438-1.118 1.673-2.296a7.797 7.797 0 0 0 .12-1.823v-.003a2.854 2.854 0 0 0-.158-.793 2.409 2.409 0 0 0-.208-.423 2.14 2.14 0 0 0-.812-.768 2.582 2.582 0 0 0-.758-.275 1.653 1.653 0 0 0-.238-.02c-.248.01-.493.069-.723.175-.482.173-.9.516-1.195.979-.274.503-.4 1.09-.363 1.678.024.766.055 1.717.443 2.437Zm.205-3.948c-.24.445-.352.966-.319 1.49v.01c.026.786.06 1.652.404 2.29.168.304.396.555.662.734.264.178.558.281.859.304a.746.746 0 0 0 .285-.054l.001-.001c1.056-.42 1.654-1.587 1.588-3.737a2.533 2.533 0 0 0-.141-.758 1.887 1.887 0 0 0-.864-1.012l-.005-.003a2.252 2.252 0 0 0-.656-.239 1.324 1.324 0 0 0-.176-.015 1.575 1.575 0 0 0-.59.145l-.013.006-.014.004a2.054 2.054 0 0 0-1.021.836Zm1.823 7.02a1.28 1.28 0 0 1-.314.044c-.52 0-.902-.412-1.1-1.19h-.011c-.122.004-.241.007-.357.007l-.356-.004a2.46 2.46 0 0 0-1.512.386c-.706.48-.81 1.466-.856 2.437 1.34.448 2.736.646 4.132.585.093 0 .186 0 .277-.002l.269-.002h.003c1.33.01 2.657-.174 3.945-.549l.004-.001a15.237 15.237 0 0 0-.03-.518c-.056-.731-.213-1.537-.824-1.95a2.436 2.436 0 0 0-1.495-.386l-.367.004c-.143 0-.29-.004-.44-.011-.053.272-.171.524-.342.727-.17.202-.387.35-.626.424Zm1.217-.81a1.9 1.9 0 0 1-.338.599 1.675 1.675 0 0 1-.78.527l-.013.004c-.13.035-.262.053-.396.055h-.004c-.36 0-.67-.147-.914-.41a2.133 2.133 0 0 1-.431-.775l-.123.002h-.003l-.378-.005a2.13 2.13 0 0 0-1.306.332c-.263.18-.431.465-.539.847-.09.32-.13.687-.155 1.077 1.229.382 2.502.548 3.775.492h.014c.09 0 .18 0 .272-.002h.002l.273-.002.002.133v-.133c1.215.01 2.426-.147 3.607-.467a5.42 5.42 0 0 0-.133-1.024c-.104-.408-.276-.728-.56-.922a2.107 2.107 0 0 0-1.29-.331l-.02.001-.371.004c-.063 0-.127-.001-.19-.003Zm-.55-.525a1.742 1.742 0 0 0 .051-.37 2.261 2.261 0 0 1-.683.26.952.952 0 0 1-.213.023 2.063 2.063 0 0 1-.985-.31c.015.117.039.263.075.415.11.459.333.98.78.98a.874.874 0 0 0 .408-.118c.184-.138.335-.324.443-.54a1.688 1.688 0 0 0 .124-.34Zm-.749.604a1.194 1.194 0 0 0 .336-.426c-.05.013-.1.025-.15.035-.093.02-.187.03-.282.03h-.017a2.382 2.382 0 0 1-.51-.084c.02.063.044.124.07.182.116.257.23.325.322.327a.543.543 0 0 0 .231-.064Z",
|
|
5330
5678
|
fill: "#528693"
|
|
5331
5679
|
}),
|
|
5332
|
-
/* @__PURE__ */
|
|
5680
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5333
5681
|
d: "M21.192 18.089c-1.29.375-2.617.56-3.948.55-.182 0-.363.004-.549.004a11.426 11.426 0 0 1-4.13-.586c.045-.97.15-1.957.856-2.436a2.46 2.46 0 0 1 1.511-.386l.357.004c.119 0 .241-.004.367-.008.199.779.58 1.191 1.1 1.191a1.28 1.28 0 0 0 .315-.043c.239-.075.455-.222.626-.425.17-.202.288-.454.341-.727.15.008.297.012.44.012l.367-.004a2.438 2.438 0 0 1 1.495.386c.76.514.817 1.638.852 2.468Z",
|
|
5334
5682
|
fill: "#BFF6F8"
|
|
5335
5683
|
}),
|
|
5336
|
-
/* @__PURE__ */
|
|
5684
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5337
5685
|
d: "M17.79 14.673a1.725 1.725 0 0 1-.176.709 1.52 1.52 0 0 1-.443.541.874.874 0 0 1-.409.118c-.593 0-.793-.924-.854-1.395.304.186.64.292.986.31a.952.952 0 0 0 .213-.023c.238-.048.468-.135.683-.26ZM19.057 10.385c.068 2.19-.538 3.553-1.795 4.052a1.074 1.074 0 0 1-.423.079 2.11 2.11 0 0 1-1.028-.36 2.44 2.44 0 0 1-.768-.85c-.388-.72-.42-1.671-.444-2.438a3.113 3.113 0 0 1 .364-1.678 2.386 2.386 0 0 1 1.195-.979c.23-.105.474-.165.723-.174.08 0 .159.007.237.02.264.05.519.143.759.275.458.242.822.666 1.02 1.19.097.276.15.567.16.863Z",
|
|
5338
5686
|
fill: "#fff"
|
|
5339
5687
|
}),
|
|
5340
|
-
/* @__PURE__ */
|
|
5688
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5341
5689
|
d: "M16.988 14.936a4.666 4.666 0 0 0-3.056-.923c-.404 0-.816.024-1.23.049l-.262.012c.047-.246.075-.496.085-.747 2.14-1.663 2.201-5.014 2.122-6.377a4.201 4.201 0 0 0-1.23-2.768A4.615 4.615 0 0 0 10.3 2.904c-.068-.006-.14-.006-.214-.006A4.552 4.552 0 0 0 6.01 5.66a5.683 5.683 0 0 0-.312 2.44c.104 1.724.287 3.375 1.382 4.53.244.257.524.477.831.655.017.262.05.523.098.782l-.171-.006c-.416-.024-.82-.049-1.217-.049a4.644 4.644 0 0 0-3.045.923A3.673 3.673 0 0 0 2.33 17.26a8.948 8.948 0 0 0-.183 1.718c.006.66.874.831 1.51.96.098.018.19.036.275.055 2.009.413 4.058.593 6.108.538.293 0 .58 0 .883-.007a27.22 27.22 0 0 0 7.251-.929.26.26 0 0 0 .208-.275.242.242 0 0 0 .025-.136c-.048-1.558-.195-3.3-1.418-4.248Zm-9.923-3.313c-.679-1.12-.733-2.599-.776-3.791a4.401 4.401 0 0 1 .636-2.61 4.11 4.11 0 0 1 2.09-1.523 3.678 3.678 0 0 1 1.266-.272c.14.001.278.011.416.03.46.08.907.223 1.327.429a3.6 3.6 0 0 1 1.785 1.852c.17.427.265.88.281 1.339.12 3.409-.941 5.53-3.142 6.306a2.09 2.09 0 0 1-.74.123 4 4 0 0 1-3.143-1.883Zm4.806 2.127a2.447 2.447 0 0 1-1.082 1.944 1.677 1.677 0 0 1-.715.184c-1.04 0-1.388-1.437-1.495-2.17.53.288 1.12.454 1.724.482.125 0 .25-.012.373-.036.416-.074.82-.21 1.195-.404Zm-.951 6.17c-.318 0-.636.005-.96.005a22.32 22.32 0 0 1-7.231-.91c.08-1.51.263-3.046 1.498-3.791a4.729 4.729 0 0 1 2.646-.6l.623.006c.208 0 .422-.006.642-.012.349 1.21 1.015 1.853 1.926 1.853.185-.002.37-.025.55-.068a2.386 2.386 0 0 0 1.693-1.79c.263.011.52.018.77.018l.643-.007a4.682 4.682 0 0 1 2.616.6c1.333.8 1.431 2.55 1.495 3.84a26.835 26.835 0 0 1-6.914.855h.003Z",
|
|
5342
5690
|
fill: "#528693"
|
|
5343
5691
|
}),
|
|
5344
|
-
/* @__PURE__ */
|
|
5692
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5345
5693
|
d: "M17.825 19.063a26.834 26.834 0 0 1-6.909.856c-.318 0-.635.006-.96.006a22.32 22.32 0 0 1-7.228-.91c.08-1.511.263-3.046 1.498-3.792a4.729 4.729 0 0 1 2.646-.599l.623.006c.208 0 .422-.006.642-.012.349 1.21 1.015 1.853 1.926 1.853.186-.003.37-.025.55-.068a2.385 2.385 0 0 0 1.693-1.79c.264.011.52.017.77.017l.643-.006a4.682 4.682 0 0 1 2.617.6c1.33.8 1.428 2.549 1.49 3.84Z",
|
|
5346
5694
|
fill: "#BFF6F8"
|
|
5347
5695
|
}),
|
|
5348
|
-
/* @__PURE__ */
|
|
5696
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5349
5697
|
d: "M11.872 13.75a2.446 2.446 0 0 1-1.082 1.944 1.676 1.676 0 0 1-.716.184c-1.04 0-1.388-1.437-1.494-2.17.53.288 1.12.453 1.724.482.125 0 .25-.012.373-.037a4.2 4.2 0 0 0 1.195-.403ZM14.09 7.08c.119 3.405-.942 5.526-3.142 6.303a2.088 2.088 0 0 1-.74.122 3.998 3.998 0 0 1-3.143-1.883c-.679-1.119-.733-2.598-.776-3.79a4.401 4.401 0 0 1 .636-2.611 4.11 4.11 0 0 1 2.09-1.523 3.678 3.678 0 0 1 1.266-.271c.14 0 .278.011.416.03.46.079.907.223 1.327.428a3.6 3.6 0 0 1 1.785 1.853c.17.427.265.881.28 1.341Z",
|
|
5350
5698
|
fill: "#fff"
|
|
5351
5699
|
})
|
|
@@ -5355,10 +5703,10 @@ var Users = forwardRef101((delegated, ref) => {
|
|
|
5355
5703
|
Users.displayName = "UsersIcon";
|
|
5356
5704
|
|
|
5357
5705
|
// src/iconography/video.tsx
|
|
5358
|
-
import { forwardRef as
|
|
5359
|
-
import { jsx as
|
|
5360
|
-
var Video =
|
|
5361
|
-
return /* @__PURE__ */
|
|
5706
|
+
import { forwardRef as forwardRef104 } from "react";
|
|
5707
|
+
import { jsx as jsx110, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
5708
|
+
var Video = forwardRef104((delegated, ref) => {
|
|
5709
|
+
return /* @__PURE__ */ jsxs101("svg", {
|
|
5362
5710
|
ref,
|
|
5363
5711
|
width: "22",
|
|
5364
5712
|
height: "22",
|
|
@@ -5366,33 +5714,33 @@ var Video = forwardRef102((delegated, ref) => {
|
|
|
5366
5714
|
fill: "none",
|
|
5367
5715
|
...delegated,
|
|
5368
5716
|
children: [
|
|
5369
|
-
/* @__PURE__ */
|
|
5717
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5370
5718
|
d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V17C20 17.5523 19.5523 18 19 18H3C2.44772 18 2 17.5523 2 17V5Z",
|
|
5371
5719
|
fill: "white"
|
|
5372
5720
|
}),
|
|
5373
|
-
/* @__PURE__ */
|
|
5721
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5374
5722
|
fillRule: "evenodd",
|
|
5375
5723
|
clipRule: "evenodd",
|
|
5376
5724
|
d: "M2.99999 3.40002H19C19.8836 3.40002 20.6 4.11637 20.6 5.00002V17C20.6 17.8837 19.8836 18.6 19 18.6H2.99999C2.11634 18.6 1.39999 17.8837 1.39999 17V5.00002C1.39999 4.11637 2.11634 3.40002 2.99999 3.40002ZM2.99999 4.00002C2.44771 4.00002 1.99999 4.44774 1.99999 5.00002V17C1.99999 17.5523 2.44771 18 2.99999 18H19C19.5523 18 20 17.5523 20 17V5.00002C20 4.44774 19.5523 4.00002 19 4.00002H2.99999Z",
|
|
5377
5725
|
fill: "#528693"
|
|
5378
5726
|
}),
|
|
5379
|
-
/* @__PURE__ */
|
|
5727
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5380
5728
|
d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V7H2V5Z",
|
|
5381
5729
|
fill: "#BFF6F8",
|
|
5382
5730
|
className: "c-icon-fill"
|
|
5383
5731
|
}),
|
|
5384
|
-
/* @__PURE__ */
|
|
5732
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5385
5733
|
fillRule: "evenodd",
|
|
5386
5734
|
clipRule: "evenodd",
|
|
5387
5735
|
d: "M20.6 7.60002H1.39999V5.00002C1.39999 4.11637 2.11634 3.40002 2.99999 3.40002H19C19.8836 3.40002 20.6 4.11637 20.6 5.00002V7.60002ZM2.99999 4.00002C2.44771 4.00002 1.99999 4.44774 1.99999 5.00002V7.00002H20V5.00002C20 4.44774 19.5523 4.00002 19 4.00002H2.99999Z",
|
|
5388
5736
|
fill: "#528693"
|
|
5389
5737
|
}),
|
|
5390
|
-
/* @__PURE__ */
|
|
5738
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5391
5739
|
d: "M13.0176 12.312C13.2176 12.4275 13.2176 12.7162 13.0176 12.8316L9.41763 14.9101C9.21763 15.0256 8.96763 14.8812 8.96763 14.6503L8.96763 10.4934C8.96763 10.2624 9.21763 10.1181 9.41763 10.2336L13.0176 12.312Z",
|
|
5392
5740
|
fill: "#BFF6F8",
|
|
5393
5741
|
className: "c-icon-fill"
|
|
5394
5742
|
}),
|
|
5395
|
-
/* @__PURE__ */
|
|
5743
|
+
/* @__PURE__ */ jsx110("path", {
|
|
5396
5744
|
fillRule: "evenodd",
|
|
5397
5745
|
clipRule: "evenodd",
|
|
5398
5746
|
d: "M13.3176 13.3513L9.71764 15.4297C9.11764 15.7761 8.36764 15.3431 8.36764 14.6503L8.36764 10.4934C8.36764 9.80056 9.11764 9.36755 9.71764 9.71396L13.3176 11.7924C13.9176 12.1388 13.9176 13.0049 13.3176 13.3513ZM13.0176 12.8317C13.2176 12.7162 13.2176 12.4275 13.0176 12.312L9.41764 10.2336C9.21764 10.1181 8.96764 10.2624 8.96764 10.4934L8.96764 14.6503C8.96764 14.8812 9.21764 15.0256 9.41764 14.9101L13.0176 12.8317Z",
|
|
@@ -5404,10 +5752,10 @@ var Video = forwardRef102((delegated, ref) => {
|
|
|
5404
5752
|
Video.displayName = "Video";
|
|
5405
5753
|
|
|
5406
5754
|
// src/iconography/wand.tsx
|
|
5407
|
-
import { forwardRef as
|
|
5408
|
-
import { jsx as
|
|
5409
|
-
var Wand =
|
|
5410
|
-
return /* @__PURE__ */
|
|
5755
|
+
import { forwardRef as forwardRef105 } from "react";
|
|
5756
|
+
import { jsx as jsx111, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
5757
|
+
var Wand = forwardRef105((delegated, ref) => {
|
|
5758
|
+
return /* @__PURE__ */ jsxs102("svg", {
|
|
5411
5759
|
ref,
|
|
5412
5760
|
width: "19",
|
|
5413
5761
|
height: "19",
|
|
@@ -5415,39 +5763,39 @@ var Wand = forwardRef103((delegated, ref) => {
|
|
|
5415
5763
|
fill: "none",
|
|
5416
5764
|
...delegated,
|
|
5417
5765
|
children: [
|
|
5418
|
-
/* @__PURE__ */
|
|
5766
|
+
/* @__PURE__ */ jsxs102("g", {
|
|
5419
5767
|
clipPath: "url(#wand-clip-path)",
|
|
5420
5768
|
children: [
|
|
5421
|
-
/* @__PURE__ */
|
|
5769
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5422
5770
|
fill: "#fff",
|
|
5423
5771
|
d: "M2.261 17.145c.54.54 1.416.54 1.957 0l7.6-7.6-1.956-1.957-7.6 7.6c-.541.541-.541 1.417 0 1.957Z"
|
|
5424
5772
|
}),
|
|
5425
|
-
/* @__PURE__ */
|
|
5773
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5426
5774
|
fill: "#528693",
|
|
5427
5775
|
fillRule: "evenodd",
|
|
5428
5776
|
d: "M11.023 9.545 3.82 16.748a.82.82 0 0 1-1.161-1.161l7.203-7.203 1.161 1.16Zm-6.805 7.6A1.384 1.384 0 0 1 2.26 15.19l7.601-7.6 1.957 1.956-7.601 7.6Z",
|
|
5429
5777
|
clipRule: "evenodd"
|
|
5430
5778
|
}),
|
|
5431
|
-
/* @__PURE__ */
|
|
5779
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5432
5780
|
fill: "#BFF6F8",
|
|
5433
5781
|
d: "M9.695 2.72c0-.47.542-.732.91-.441l1.93 1.52a.562.562 0 0 0 .521.094l2.336-.758a.562.562 0 0 1 .701.73l-.85 2.304a.562.562 0 0 0 .073.525l1.442 1.988a.563.563 0 0 1-.477.892l-2.454-.097a.563.563 0 0 0-.477.232l-1.445 1.986a.562.562 0 0 1-.996-.178l-.667-2.364a.563.563 0 0 0-.367-.383L7.54 8.01A.562.562 0 0 1 7.4 7.008l2.043-1.365a.562.562 0 0 0 .25-.467V2.72Z"
|
|
5434
5782
|
}),
|
|
5435
|
-
/* @__PURE__ */
|
|
5783
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5436
5784
|
fill: "#528693",
|
|
5437
5785
|
fillRule: "evenodd",
|
|
5438
5786
|
d: "m10.953 1.837 1.929 1.52 2.336-.757a1.125 1.125 0 0 1 1.402 1.46l-.85 2.304 1.443 1.987a1.125 1.125 0 0 1-.955 1.785l-2.454-.096-1.445 1.986a1.125 1.125 0 0 1-1.992-.357L9.7 9.305l-2.335-.76a1.125 1.125 0 0 1-.277-2.005L9.13 5.176l.002-2.456c0-.94 1.084-1.465 1.821-.883Zm-.348.442a.562.562 0 0 0-.91.441l-.002 2.456a.562.562 0 0 1-.25.467L7.4 7.008a.563.563 0 0 0 .138 1.002l2.335.76a.563.563 0 0 1 .368.383l.666 2.364c.128.452.72.558.997.178l1.444-1.986a.563.563 0 0 1 .477-.232l2.454.097a.563.563 0 0 0 .478-.892l-1.443-1.988a.563.563 0 0 1-.072-.525l.85-2.304a.562.562 0 0 0-.701-.73l-2.337.758a.563.563 0 0 1-.521-.094l-1.929-1.52Z",
|
|
5439
5787
|
clipRule: "evenodd"
|
|
5440
5788
|
}),
|
|
5441
|
-
/* @__PURE__ */
|
|
5789
|
+
/* @__PURE__ */ jsx111("path", {
|
|
5442
5790
|
fill: "#528693",
|
|
5443
5791
|
d: "M15.967 10.93a.704.704 0 1 1-1.408 0 .704.704 0 0 1 1.408 0ZM17.668 5.933a.505.505 0 1 1-1.01 0 .505.505 0 0 1 1.01 0ZM18.067 1.985a.704.704 0 1 1-1.409 0 .704.704 0 0 1 1.41 0ZM13.49 1.77a.49.49 0 1 1-.98 0 .49.49 0 0 1 .98 0ZM8.525 3.792a.49.49 0 1 1-.98 0 .49.49 0 0 1 .98 0Z"
|
|
5444
5792
|
})
|
|
5445
5793
|
]
|
|
5446
5794
|
}),
|
|
5447
|
-
/* @__PURE__ */
|
|
5448
|
-
children: /* @__PURE__ */
|
|
5795
|
+
/* @__PURE__ */ jsx111("defs", {
|
|
5796
|
+
children: /* @__PURE__ */ jsx111("clipPath", {
|
|
5449
5797
|
id: "wand-clip-path",
|
|
5450
|
-
children: /* @__PURE__ */
|
|
5798
|
+
children: /* @__PURE__ */ jsx111("path", {
|
|
5451
5799
|
fill: "#fff",
|
|
5452
5800
|
d: "M0 0h18v18H0z",
|
|
5453
5801
|
transform: "translate(.572 .576)"
|
|
@@ -5460,10 +5808,10 @@ var Wand = forwardRef103((delegated, ref) => {
|
|
|
5460
5808
|
Wand.displayName = "Wand";
|
|
5461
5809
|
|
|
5462
5810
|
// src/iconography/warning.tsx
|
|
5463
|
-
import { forwardRef as
|
|
5464
|
-
import { jsx as
|
|
5465
|
-
var Warning =
|
|
5466
|
-
return /* @__PURE__ */
|
|
5811
|
+
import { forwardRef as forwardRef106 } from "react";
|
|
5812
|
+
import { jsx as jsx112, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
5813
|
+
var Warning = forwardRef106((delegated, ref) => {
|
|
5814
|
+
return /* @__PURE__ */ jsxs103("svg", {
|
|
5467
5815
|
ref,
|
|
5468
5816
|
width: "22",
|
|
5469
5817
|
height: "22",
|
|
@@ -5471,31 +5819,31 @@ var Warning = forwardRef104((delegated, ref) => {
|
|
|
5471
5819
|
viewBox: "0 0 22 22",
|
|
5472
5820
|
...delegated,
|
|
5473
5821
|
children: [
|
|
5474
|
-
/* @__PURE__ */
|
|
5822
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5475
5823
|
d: "M9.67541 3.72993C10.2804 2.68198 11.793 2.68198 12.398 3.72993L19.8853 16.6982C20.4903 17.7462 19.734 19.0561 18.524 19.0561H3.54948C2.33942 19.0561 1.58313 17.7462 2.18816 16.6982L9.67541 3.72993Z",
|
|
5476
5824
|
fill: "#FFDE99"
|
|
5477
5825
|
}),
|
|
5478
|
-
/* @__PURE__ */
|
|
5826
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5479
5827
|
fillRule: "evenodd",
|
|
5480
5828
|
clipRule: "evenodd",
|
|
5481
5829
|
d: "M19.3657 16.9982L11.8784 4.02993C11.5043 3.38198 10.5691 3.38198 10.195 4.02993L2.70778 16.9982C2.33369 17.6462 2.8013 18.4561 3.54948 18.4561H18.524C19.2722 18.4561 19.7398 17.6462 19.3657 16.9982ZM12.398 3.72993C11.793 2.68198 10.2804 2.68198 9.67541 3.72993L2.18816 16.6982C1.58313 17.7462 2.33942 19.0561 3.54948 19.0561H18.524C19.734 19.0561 20.4903 17.7462 19.8853 16.6982L12.398 3.72993Z",
|
|
5482
5830
|
fill: "#528693"
|
|
5483
5831
|
}),
|
|
5484
|
-
/* @__PURE__ */
|
|
5832
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5485
5833
|
d: "M10.4293 8.73822C10.4293 8.33098 10.7595 8.00085 11.1667 8.00085V8.00085C11.5739 8.00085 11.9041 8.33098 11.9041 8.73822V12.3883C11.9041 12.7956 11.5739 13.1257 11.1667 13.1257V13.1257C10.7595 13.1257 10.4293 12.7956 10.4293 12.3883V8.73822Z",
|
|
5486
5834
|
fill: "white"
|
|
5487
5835
|
}),
|
|
5488
|
-
/* @__PURE__ */
|
|
5836
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5489
5837
|
fillRule: "evenodd",
|
|
5490
5838
|
clipRule: "evenodd",
|
|
5491
5839
|
d: "M12.504 8.73824V12.3883C12.504 13.127 11.9053 13.7257 11.1667 13.7257C10.4281 13.7257 9.82932 13.127 9.82932 12.3883V8.73825C9.82932 7.99964 10.4281 7.40088 11.1667 7.40088C11.9053 7.40088 12.504 7.99964 12.504 8.73824ZM11.1667 8.00088C10.7594 8.00088 10.4293 8.33101 10.4293 8.73825V12.3883C10.4293 12.7956 10.7594 13.1257 11.1667 13.1257C11.5739 13.1257 11.904 12.7956 11.904 12.3883V8.73824C11.904 8.33101 11.5739 8.00088 11.1667 8.00088Z",
|
|
5492
5840
|
fill: "#528693"
|
|
5493
5841
|
}),
|
|
5494
|
-
/* @__PURE__ */
|
|
5842
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5495
5843
|
d: "M11.9041 15.7807C11.9041 16.1879 11.5739 16.5181 11.1667 16.5181C10.7595 16.5181 10.4293 16.1879 10.4293 15.7807C10.4293 15.3735 10.7595 15.0433 11.1667 15.0433C11.5739 15.0433 11.9041 15.3735 11.9041 15.7807Z",
|
|
5496
5844
|
fill: "white"
|
|
5497
5845
|
}),
|
|
5498
|
-
/* @__PURE__ */
|
|
5846
|
+
/* @__PURE__ */ jsx112("path", {
|
|
5499
5847
|
fillRule: "evenodd",
|
|
5500
5848
|
clipRule: "evenodd",
|
|
5501
5849
|
d: "M12.504 15.7807C12.504 16.5193 11.9053 17.1181 11.1667 17.1181C10.4281 17.1181 9.82932 16.5193 9.82932 15.7807C9.82932 15.0421 10.4281 14.4434 11.1667 14.4434C11.9053 14.4434 12.504 15.0421 12.504 15.7807ZM11.1667 16.5181C11.5739 16.5181 11.904 16.188 11.904 15.7807C11.904 15.3735 11.5739 15.0434 11.1667 15.0434C10.7594 15.0434 10.4293 15.3735 10.4293 15.7807C10.4293 16.188 10.7594 16.5181 11.1667 16.5181Z",
|
|
@@ -5544,6 +5892,7 @@ var Icon = {
|
|
|
5544
5892
|
HandMirror,
|
|
5545
5893
|
Hooks,
|
|
5546
5894
|
Info,
|
|
5895
|
+
Items,
|
|
5547
5896
|
Key,
|
|
5548
5897
|
Language,
|
|
5549
5898
|
Lifebouy,
|
|
@@ -5557,6 +5906,7 @@ var Icon = {
|
|
|
5557
5906
|
Paths,
|
|
5558
5907
|
People,
|
|
5559
5908
|
Percentage,
|
|
5909
|
+
Piece,
|
|
5560
5910
|
Pin,
|
|
5561
5911
|
PlansAndPricing,
|
|
5562
5912
|
Plug,
|
|
@@ -5618,7 +5968,7 @@ import { unmountComponentAtNode, render as DOMRender } from "react-dom";
|
|
|
5618
5968
|
// src/dialog/dialog.tsx
|
|
5619
5969
|
import { cva as cva3, cx as cx5 } from "class-variance-authority";
|
|
5620
5970
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5621
|
-
import { jsx as
|
|
5971
|
+
import { jsx as jsx113, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
5622
5972
|
var IconMap = {
|
|
5623
5973
|
error: Icon.Error,
|
|
5624
5974
|
info: Icon.Info,
|
|
@@ -5634,29 +5984,29 @@ var dialogContentStyles = cva3("c-dialog", {
|
|
|
5634
5984
|
function DialogContent({ children, closable = true, type, className, container, ...delegated }) {
|
|
5635
5985
|
const withIcon = typeof type !== "undefined";
|
|
5636
5986
|
const IconComponent = type && IconMap[type];
|
|
5637
|
-
return /* @__PURE__ */
|
|
5987
|
+
return /* @__PURE__ */ jsxs104(DialogPrimitive.Portal, {
|
|
5638
5988
|
container,
|
|
5639
5989
|
children: [
|
|
5640
|
-
/* @__PURE__ */
|
|
5990
|
+
/* @__PURE__ */ jsx113(DialogPrimitive.Overlay, {
|
|
5641
5991
|
className: "c-dialog-overlay"
|
|
5642
5992
|
}),
|
|
5643
|
-
/* @__PURE__ */
|
|
5993
|
+
/* @__PURE__ */ jsxs104(DialogPrimitive.Content, {
|
|
5644
5994
|
className: dialogContentStyles({ withIcon, class: className }),
|
|
5645
5995
|
...delegated,
|
|
5646
5996
|
children: [
|
|
5647
|
-
IconComponent && /* @__PURE__ */
|
|
5997
|
+
IconComponent && /* @__PURE__ */ jsx113("div", {
|
|
5648
5998
|
className: "c-dialog-icon-wrapper",
|
|
5649
|
-
children: /* @__PURE__ */
|
|
5999
|
+
children: /* @__PURE__ */ jsx113(IconComponent, {
|
|
5650
6000
|
className: "c-dialog-icon",
|
|
5651
6001
|
width: 34,
|
|
5652
6002
|
height: 34
|
|
5653
6003
|
})
|
|
5654
6004
|
}),
|
|
5655
|
-
closable && /* @__PURE__ */
|
|
6005
|
+
closable && /* @__PURE__ */ jsx113(DialogClose, {
|
|
5656
6006
|
asChild: true,
|
|
5657
|
-
children: /* @__PURE__ */
|
|
6007
|
+
children: /* @__PURE__ */ jsx113(Button, {
|
|
5658
6008
|
className: "c-dialog-close-button",
|
|
5659
|
-
children: /* @__PURE__ */
|
|
6009
|
+
children: /* @__PURE__ */ jsx113(Icon.Cancel, {
|
|
5660
6010
|
color: "density",
|
|
5661
6011
|
"aria-label": "Close",
|
|
5662
6012
|
height: 16,
|
|
@@ -5664,7 +6014,7 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
5664
6014
|
})
|
|
5665
6015
|
})
|
|
5666
6016
|
}),
|
|
5667
|
-
/* @__PURE__ */
|
|
6017
|
+
/* @__PURE__ */ jsx113("div", {
|
|
5668
6018
|
children
|
|
5669
6019
|
})
|
|
5670
6020
|
]
|
|
@@ -5673,13 +6023,13 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
5673
6023
|
});
|
|
5674
6024
|
}
|
|
5675
6025
|
function DialogTitle({ className, ...delegated }) {
|
|
5676
|
-
return /* @__PURE__ */
|
|
6026
|
+
return /* @__PURE__ */ jsx113(DialogPrimitive.Title, {
|
|
5677
6027
|
className: cx5("c-dialog-title", className),
|
|
5678
6028
|
...delegated
|
|
5679
6029
|
});
|
|
5680
6030
|
}
|
|
5681
6031
|
function DialogDescription(delegated) {
|
|
5682
|
-
return /* @__PURE__ */
|
|
6032
|
+
return /* @__PURE__ */ jsx113(DialogPrimitive.Description, {
|
|
5683
6033
|
className: "c-dialog-description",
|
|
5684
6034
|
...delegated
|
|
5685
6035
|
});
|
|
@@ -5688,7 +6038,7 @@ var DialogTrigger = DialogPrimitive.Trigger;
|
|
|
5688
6038
|
var DialogClose = DialogPrimitive.Close;
|
|
5689
6039
|
var DialogRoot = DialogPrimitive.Root;
|
|
5690
6040
|
function DialogBase({ children, ...delegated }) {
|
|
5691
|
-
return /* @__PURE__ */
|
|
6041
|
+
return /* @__PURE__ */ jsx113(DialogRoot, {
|
|
5692
6042
|
...delegated,
|
|
5693
6043
|
children
|
|
5694
6044
|
});
|
|
@@ -5701,7 +6051,7 @@ DialogBase.Overlay = DialogPrimitive.Overlay;
|
|
|
5701
6051
|
DialogBase.Close = DialogPrimitive.Close;
|
|
5702
6052
|
|
|
5703
6053
|
// src/dialog/confirm-dialog.tsx
|
|
5704
|
-
import { jsx as
|
|
6054
|
+
import { jsx as jsx114, jsxs as jsxs105 } from "react/jsx-runtime";
|
|
5705
6055
|
function ConfirmDialog({
|
|
5706
6056
|
open,
|
|
5707
6057
|
close,
|
|
@@ -5722,14 +6072,14 @@ function ConfirmDialog({
|
|
|
5722
6072
|
type,
|
|
5723
6073
|
closable
|
|
5724
6074
|
}) {
|
|
5725
|
-
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */
|
|
6075
|
+
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */ jsx114(Button, {
|
|
5726
6076
|
onClick: () => {
|
|
5727
6077
|
onCancel?.();
|
|
5728
6078
|
close();
|
|
5729
6079
|
},
|
|
5730
6080
|
children: cancelText
|
|
5731
6081
|
});
|
|
5732
|
-
const okButton = displayOk && /* @__PURE__ */
|
|
6082
|
+
const okButton = displayOk && /* @__PURE__ */ jsx114(Button, {
|
|
5733
6083
|
intent: okButtonIntent,
|
|
5734
6084
|
onClick: () => {
|
|
5735
6085
|
onOk?.();
|
|
@@ -5737,24 +6087,24 @@ function ConfirmDialog({
|
|
|
5737
6087
|
},
|
|
5738
6088
|
children: okText
|
|
5739
6089
|
});
|
|
5740
|
-
return /* @__PURE__ */
|
|
6090
|
+
return /* @__PURE__ */ jsx114(DialogRoot, {
|
|
5741
6091
|
open,
|
|
5742
6092
|
onOpenChange: () => close(),
|
|
5743
|
-
children: /* @__PURE__ */
|
|
6093
|
+
children: /* @__PURE__ */ jsxs105(Dialog.Content, {
|
|
5744
6094
|
onEscapeKeyDown,
|
|
5745
6095
|
onInteractOutside,
|
|
5746
6096
|
onPointerDownOutside,
|
|
5747
6097
|
type,
|
|
5748
6098
|
closable,
|
|
5749
6099
|
children: [
|
|
5750
|
-
title && /* @__PURE__ */
|
|
6100
|
+
title && /* @__PURE__ */ jsx114(Dialog.Title, {
|
|
5751
6101
|
children: title
|
|
5752
6102
|
}),
|
|
5753
|
-
description && /* @__PURE__ */
|
|
6103
|
+
description && /* @__PURE__ */ jsx114(Dialog.Description, {
|
|
5754
6104
|
children: description
|
|
5755
6105
|
}),
|
|
5756
6106
|
content,
|
|
5757
|
-
(displayOk || okCancel || displayCancel) && /* @__PURE__ */
|
|
6107
|
+
(displayOk || okCancel || displayCancel) && /* @__PURE__ */ jsxs105("div", {
|
|
5758
6108
|
className: "c-dialog-content__buttons",
|
|
5759
6109
|
children: [
|
|
5760
6110
|
cancelButton,
|
|
@@ -5770,7 +6120,7 @@ function ConfirmDialog({
|
|
|
5770
6120
|
var destroyFns = [];
|
|
5771
6121
|
|
|
5772
6122
|
// src/dialog/config.tsx
|
|
5773
|
-
import { jsx as
|
|
6123
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
5774
6124
|
function confirm(config) {
|
|
5775
6125
|
const container = document.createDocumentFragment();
|
|
5776
6126
|
let currentConfig = { ...config, close, open: true };
|
|
@@ -5802,7 +6152,7 @@ function confirm(config) {
|
|
|
5802
6152
|
function render({ okText, cancelText, ...delegated }) {
|
|
5803
6153
|
clearTimeout(timeoutId);
|
|
5804
6154
|
timeoutId = setTimeout(() => {
|
|
5805
|
-
DOMRender(/* @__PURE__ */
|
|
6155
|
+
DOMRender(/* @__PURE__ */ jsx115(ConfirmDialog, {
|
|
5806
6156
|
...delegated,
|
|
5807
6157
|
okText,
|
|
5808
6158
|
cancelText
|
|
@@ -5910,9 +6260,9 @@ function destroyAll() {
|
|
|
5910
6260
|
}
|
|
5911
6261
|
|
|
5912
6262
|
// src/icon-button/icon-button.tsx
|
|
5913
|
-
import { forwardRef as
|
|
6263
|
+
import { forwardRef as forwardRef107 } from "react";
|
|
5914
6264
|
import { cva as cva4 } from "class-variance-authority";
|
|
5915
|
-
import { jsx as
|
|
6265
|
+
import { jsx as jsx116 } from "react/jsx-runtime";
|
|
5916
6266
|
var buttonStyles3 = cva4(["c-icon-button"], {
|
|
5917
6267
|
variants: {
|
|
5918
6268
|
variant: {
|
|
@@ -5932,9 +6282,9 @@ var buttonStyles3 = cva4(["c-icon-button"], {
|
|
|
5932
6282
|
variant: "default"
|
|
5933
6283
|
}
|
|
5934
6284
|
});
|
|
5935
|
-
var IconButton =
|
|
6285
|
+
var IconButton = forwardRef107(
|
|
5936
6286
|
({ children, className, type = "button", size, variant, ...delegated }, ref) => {
|
|
5937
|
-
return /* @__PURE__ */
|
|
6287
|
+
return /* @__PURE__ */ jsx116("button", {
|
|
5938
6288
|
ref,
|
|
5939
6289
|
type,
|
|
5940
6290
|
className: buttonStyles3({ size, variant, className }),
|
|
@@ -5946,15 +6296,15 @@ var IconButton = forwardRef105(
|
|
|
5946
6296
|
IconButton.displayName = "Button";
|
|
5947
6297
|
|
|
5948
6298
|
// src/input/input.tsx
|
|
5949
|
-
import { forwardRef as
|
|
6299
|
+
import { forwardRef as forwardRef108 } from "react";
|
|
5950
6300
|
import { cva as cva5 } from "class-variance-authority";
|
|
5951
|
-
import { jsx as
|
|
6301
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
5952
6302
|
var inputStyles = cva5(["c-input"], {
|
|
5953
6303
|
variants: {},
|
|
5954
6304
|
defaultVariants: {}
|
|
5955
6305
|
});
|
|
5956
|
-
var Input =
|
|
5957
|
-
return /* @__PURE__ */
|
|
6306
|
+
var Input = forwardRef108(({ className, ...delegated }, ref) => {
|
|
6307
|
+
return /* @__PURE__ */ jsx117("input", {
|
|
5958
6308
|
ref,
|
|
5959
6309
|
className: inputStyles({ className }),
|
|
5960
6310
|
type: "text",
|
|
@@ -5964,11 +6314,11 @@ var Input = forwardRef106(({ className, ...delegated }, ref) => {
|
|
|
5964
6314
|
Input.displayName = "Input";
|
|
5965
6315
|
|
|
5966
6316
|
// src/label/label.tsx
|
|
5967
|
-
import { forwardRef as
|
|
6317
|
+
import { forwardRef as forwardRef109 } from "react";
|
|
5968
6318
|
import { cx as cx6 } from "class-variance-authority";
|
|
5969
|
-
import { jsx as
|
|
5970
|
-
var Label2 =
|
|
5971
|
-
return /* @__PURE__ */
|
|
6319
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
6320
|
+
var Label2 = forwardRef109(({ className, ...delegated }, ref) => {
|
|
6321
|
+
return /* @__PURE__ */ jsx118("label", {
|
|
5972
6322
|
ref,
|
|
5973
6323
|
className: cx6("c-label", className),
|
|
5974
6324
|
...delegated
|
|
@@ -5979,7 +6329,7 @@ Label2.displayName = "Label";
|
|
|
5979
6329
|
// src/tooltip/tooltip.tsx
|
|
5980
6330
|
import { cva as cva6 } from "class-variance-authority";
|
|
5981
6331
|
import * as RadixTooltip from "@radix-ui/react-tooltip";
|
|
5982
|
-
import { jsx as
|
|
6332
|
+
import { jsx as jsx119, jsxs as jsxs106 } from "react/jsx-runtime";
|
|
5983
6333
|
var tooltipStyles = cva6(
|
|
5984
6334
|
"c-tooltip-content data-[state=delayed-open]:data-[side=top]:animate-slideDownAndFade data-[state=delayed-open]:data-[side=right]:animate-slideLeftAndFade data-[state=delayed-open]:data-[side=left]:animate-slideRightAndFade data-[state=delayed-open]:data-[side=bottom]:animate-slideUpAndFade",
|
|
5985
6335
|
{
|
|
@@ -6005,23 +6355,23 @@ function Tooltip({
|
|
|
6005
6355
|
defaultOpen = false,
|
|
6006
6356
|
delayDuration = 800
|
|
6007
6357
|
}) {
|
|
6008
|
-
return /* @__PURE__ */
|
|
6358
|
+
return /* @__PURE__ */ jsx119(RadixTooltip.Provider, {
|
|
6009
6359
|
delayDuration,
|
|
6010
|
-
children: /* @__PURE__ */
|
|
6360
|
+
children: /* @__PURE__ */ jsxs106(RadixTooltip.Root, {
|
|
6011
6361
|
defaultOpen,
|
|
6012
6362
|
children: [
|
|
6013
|
-
/* @__PURE__ */
|
|
6363
|
+
/* @__PURE__ */ jsx119(RadixTooltip.Trigger, {
|
|
6014
6364
|
asChild: true,
|
|
6015
6365
|
children
|
|
6016
6366
|
}),
|
|
6017
|
-
/* @__PURE__ */
|
|
6018
|
-
children: /* @__PURE__ */
|
|
6367
|
+
/* @__PURE__ */ jsx119(RadixTooltip.Portal, {
|
|
6368
|
+
children: /* @__PURE__ */ jsxs106(RadixTooltip.Content, {
|
|
6019
6369
|
align,
|
|
6020
6370
|
sideOffset: 5,
|
|
6021
6371
|
side,
|
|
6022
6372
|
className: tooltipStyles({ variant }),
|
|
6023
6373
|
children: [
|
|
6024
|
-
/* @__PURE__ */
|
|
6374
|
+
/* @__PURE__ */ jsx119(RadixTooltip.Arrow, {
|
|
6025
6375
|
className: "c-tooltip-arrow"
|
|
6026
6376
|
}),
|
|
6027
6377
|
content
|
|
@@ -6034,9 +6384,9 @@ function Tooltip({
|
|
|
6034
6384
|
}
|
|
6035
6385
|
|
|
6036
6386
|
// src/input-with-label/input-with-label.tsx
|
|
6037
|
-
import { forwardRef as
|
|
6387
|
+
import { forwardRef as forwardRef110 } from "react";
|
|
6038
6388
|
import { cva as cva7, cx as cx7 } from "class-variance-authority";
|
|
6039
|
-
import { Fragment, jsx as
|
|
6389
|
+
import { Fragment, jsx as jsx120, jsxs as jsxs107 } from "react/jsx-runtime";
|
|
6040
6390
|
var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
6041
6391
|
variants: {
|
|
6042
6392
|
variant: {
|
|
@@ -6051,40 +6401,40 @@ var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
|
6051
6401
|
},
|
|
6052
6402
|
defaultVariants: {}
|
|
6053
6403
|
});
|
|
6054
|
-
var InputWithLabel =
|
|
6404
|
+
var InputWithLabel = forwardRef110(
|
|
6055
6405
|
({ className, label, append, errorMessage, status, statusMessage, variant, id, labelProps, ...delegated }, ref) => {
|
|
6056
6406
|
const { className: labelClassName, ...labelPropsRest } = labelProps ?? {};
|
|
6057
|
-
return /* @__PURE__ */
|
|
6058
|
-
children: /* @__PURE__ */
|
|
6407
|
+
return /* @__PURE__ */ jsx120(Fragment, {
|
|
6408
|
+
children: /* @__PURE__ */ jsxs107(Label2, {
|
|
6059
6409
|
className: inputWithLabelStyles({ status, variant, className: labelClassName }),
|
|
6060
6410
|
htmlFor: id,
|
|
6061
6411
|
...labelPropsRest,
|
|
6062
6412
|
children: [
|
|
6063
6413
|
label,
|
|
6064
|
-
/* @__PURE__ */
|
|
6414
|
+
/* @__PURE__ */ jsxs107("span", {
|
|
6065
6415
|
className: "c-input-with-label-input-wrap",
|
|
6066
6416
|
children: [
|
|
6067
|
-
/* @__PURE__ */
|
|
6417
|
+
/* @__PURE__ */ jsx120(Input, {
|
|
6068
6418
|
className: cx7("c-input-with-label-input", className),
|
|
6069
6419
|
ref,
|
|
6070
6420
|
id,
|
|
6071
6421
|
...delegated
|
|
6072
6422
|
}),
|
|
6073
|
-
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */
|
|
6423
|
+
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */ jsx120(Tooltip, {
|
|
6074
6424
|
content: errorMessage ?? statusMessage,
|
|
6075
6425
|
variant: status,
|
|
6076
|
-
children: /* @__PURE__ */
|
|
6426
|
+
children: /* @__PURE__ */ jsx120("div", {
|
|
6077
6427
|
"data-testid": "input-with-label-status-message",
|
|
6078
6428
|
className: "c-input-with-label-append",
|
|
6079
|
-
children: status === "error" ? /* @__PURE__ */
|
|
6429
|
+
children: status === "error" ? /* @__PURE__ */ jsx120(Icon.Error, {
|
|
6080
6430
|
width: 20,
|
|
6081
6431
|
height: 20
|
|
6082
|
-
}) : /* @__PURE__ */
|
|
6432
|
+
}) : /* @__PURE__ */ jsx120(Icon.Warning, {
|
|
6083
6433
|
width: 20,
|
|
6084
6434
|
height: 20
|
|
6085
6435
|
})
|
|
6086
6436
|
})
|
|
6087
|
-
}) : !!append && /* @__PURE__ */
|
|
6437
|
+
}) : !!append && /* @__PURE__ */ jsx120("div", {
|
|
6088
6438
|
className: "c-input-with-label-append",
|
|
6089
6439
|
children: append
|
|
6090
6440
|
})
|