@crystallize/design-system 1.22.0 → 1.23.1
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 +17 -0
- package/dist/{chunk-PB47BT3T.mjs → chunk-VYFBR7S4.mjs} +837 -782
- package/dist/index.css +8 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1354 -1292
- package/dist/index.mjs +4 -4
- package/dist/{rich-text-editor-OUGDPSPV.css → rich-text-editor-EVP7CTRQ.css} +5 -2
- package/dist/{rich-text-editor-UNPP4LX5.mjs → rich-text-editor-PXZQZRPK.mjs} +1 -1
- package/package.json +1 -1
- package/src/dialog/dialog.css +11 -2
- package/src/iconography/flow.tsx +58 -0
- package/src/iconography/index.ts +2 -0
- package/src/select/select-root.tsx +8 -2
- package/src/select/select.css +6 -0
|
@@ -1951,11 +1951,65 @@ var FixedPropertyTable = forwardRef38((delegated, ref) => {
|
|
|
1951
1951
|
});
|
|
1952
1952
|
FixedPropertyTable.displayName = "FixedPropertyTable";
|
|
1953
1953
|
|
|
1954
|
-
// src/iconography/
|
|
1954
|
+
// src/iconography/flow.tsx
|
|
1955
1955
|
import { forwardRef as forwardRef39 } from "react";
|
|
1956
1956
|
import { jsx as jsx45, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1957
|
-
var
|
|
1957
|
+
var Flow = forwardRef39((delegated, ref) => {
|
|
1958
1958
|
return /* @__PURE__ */ jsxs36("svg", {
|
|
1959
|
+
ref,
|
|
1960
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1961
|
+
width: "23",
|
|
1962
|
+
height: "22",
|
|
1963
|
+
fill: "none",
|
|
1964
|
+
viewBox: "0 0 23 22",
|
|
1965
|
+
...delegated,
|
|
1966
|
+
children: [
|
|
1967
|
+
/* @__PURE__ */ jsx45("path", {
|
|
1968
|
+
fill: "#fff",
|
|
1969
|
+
d: "M9.892 13.114a1.04 1.04 0 01-1.041-1.04v-2.29c0-.576.466-1.042 1.04-1.042h2.29c.576 0 1.042.466 1.042 1.041v2.29a1.04 1.04 0 01-1.041 1.04h-2.29z"
|
|
1970
|
+
}),
|
|
1971
|
+
/* @__PURE__ */ jsx45("path", {
|
|
1972
|
+
fill: "#528693",
|
|
1973
|
+
fillRule: "evenodd",
|
|
1974
|
+
d: "M8.226 12.073v-2.29c0-.92.746-1.665 1.666-1.665h2.29c.92 0 1.665.745 1.665 1.665v2.29c0 .92-.746 1.665-1.665 1.665h-2.29c-.92 0-1.666-.745-1.666-1.665zm.625 0c0 .575.466 1.04 1.04 1.04h2.29a1.04 1.04 0 001.042-1.04v-2.29a1.04 1.04 0 00-1.041-1.04h-2.29a1.04 1.04 0 00-1.041 1.04v2.29z",
|
|
1975
|
+
clipRule: "evenodd"
|
|
1976
|
+
}),
|
|
1977
|
+
/* @__PURE__ */ jsx45("path", {
|
|
1978
|
+
fill: "#BFF6F8",
|
|
1979
|
+
d: "M15.79 13.114a1.04 1.04 0 01-1.041-1.04v-2.29c0-.576.465-1.042 1.04-1.042h2.29c.575 0 1.041.466 1.041 1.041v2.29a1.04 1.04 0 01-1.04 1.04h-2.29z"
|
|
1980
|
+
}),
|
|
1981
|
+
/* @__PURE__ */ jsx45("path", {
|
|
1982
|
+
fill: "#528693",
|
|
1983
|
+
fillRule: "evenodd",
|
|
1984
|
+
d: "M14.124 12.073v-2.29c0-.92.746-1.665 1.665-1.665h2.29c.92 0 1.665.745 1.665 1.665v2.29c0 .92-.745 1.665-1.665 1.665h-2.29c-.92 0-1.665-.745-1.665-1.665zm.624 0c0 .575.466 1.04 1.041 1.04h2.29a1.04 1.04 0 001.041-1.04v-2.29a1.04 1.04 0 00-1.04-1.04h-2.29a1.04 1.04 0 00-1.041 1.04v2.29z",
|
|
1985
|
+
clipRule: "evenodd"
|
|
1986
|
+
}),
|
|
1987
|
+
/* @__PURE__ */ jsx45("path", {
|
|
1988
|
+
fill: "#BFF6F8",
|
|
1989
|
+
d: "M3.994 13.114a1.04 1.04 0 01-1.04-1.04v-2.29c0-.576.465-1.042 1.04-1.042h2.29c.575 0 1.041.466 1.041 1.041v2.29a1.04 1.04 0 01-1.04 1.04h-2.29z"
|
|
1990
|
+
}),
|
|
1991
|
+
/* @__PURE__ */ jsx45("path", {
|
|
1992
|
+
fill: "#528693",
|
|
1993
|
+
fillRule: "evenodd",
|
|
1994
|
+
d: "M2.329 12.073v-2.29c0-.92.746-1.665 1.665-1.665h2.29c.92 0 1.665.745 1.665 1.665v2.29c0 .92-.745 1.665-1.665 1.665h-2.29c-.92 0-1.665-.745-1.665-1.665zm.624 0c0 .575.466 1.04 1.041 1.04h2.29a1.04 1.04 0 001.041-1.04v-2.29a1.04 1.04 0 00-1.04-1.04h-2.29a1.04 1.04 0 00-1.042 1.04v2.29zM5.14 17.778a.312.312 0 01-.313-.313v-2.558a.312.312 0 11.624 0v2.558c0 .173-.14.313-.312.313zM14.617 5.526l1.987-1.987a.312.312 0 01.442 0l1.987 1.987a.312.312 0 01-.441.441l-1.454-1.454V8.34a.312.312 0 01-.625 0V4.513l-1.454 1.454a.312.312 0 11-.442-.441z",
|
|
1995
|
+
clipRule: "evenodd"
|
|
1996
|
+
}),
|
|
1997
|
+
/* @__PURE__ */ jsx45("path", {
|
|
1998
|
+
fill: "#528693",
|
|
1999
|
+
fillRule: "evenodd",
|
|
2000
|
+
d: "M11.037 8.651c.172 0 .312-.14.312-.312V4.59c0-.747-.606-1.353-1.353-1.353h-3.97c-.748 0-1.354.606-1.354 1.353v3.75a.312.312 0 00.625 0V4.59c0-.402.326-.728.728-.728h3.97c.403 0 .73.326.73.728v3.75c0 .173.14.312.312.312zM11.037 13.479a.312.312 0 00-.313.312v3.75c0 .747.606 1.353 1.354 1.353h3.97c.748 0 1.353-.606 1.353-1.353v-3.75a.312.312 0 00-.624 0v3.75a.729.729 0 01-.729.728h-3.97a.729.729 0 01-.729-.728v-3.75a.312.312 0 00-.312-.312zM5.14 20.29a.312.312 0 01-.313-.311v-.91a.312.312 0 11.624 0v.91c0 .172-.14.312-.312.312z",
|
|
2001
|
+
clipRule: "evenodd"
|
|
2002
|
+
})
|
|
2003
|
+
]
|
|
2004
|
+
});
|
|
2005
|
+
});
|
|
2006
|
+
Flow.displayName = "FlowIcon";
|
|
2007
|
+
|
|
2008
|
+
// src/iconography/folder.tsx
|
|
2009
|
+
import { forwardRef as forwardRef40 } from "react";
|
|
2010
|
+
import { jsx as jsx46, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
2011
|
+
var Folder = forwardRef40((delegated, ref) => {
|
|
2012
|
+
return /* @__PURE__ */ jsxs37("svg", {
|
|
1959
2013
|
ref,
|
|
1960
2014
|
width: "22",
|
|
1961
2015
|
height: "22",
|
|
@@ -1963,21 +2017,21 @@ var Folder = forwardRef39((delegated, ref) => {
|
|
|
1963
2017
|
fill: "none",
|
|
1964
2018
|
...delegated,
|
|
1965
2019
|
children: [
|
|
1966
|
-
/* @__PURE__ */
|
|
2020
|
+
/* @__PURE__ */ jsx46("path", {
|
|
1967
2021
|
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",
|
|
1968
2022
|
fill: "#BFF6F8"
|
|
1969
2023
|
}),
|
|
1970
|
-
/* @__PURE__ */
|
|
2024
|
+
/* @__PURE__ */ jsx46("path", {
|
|
1971
2025
|
fillRule: "evenodd",
|
|
1972
2026
|
clipRule: "evenodd",
|
|
1973
2027
|
d: "M2.004 4.146a.6.6 0 01.6-.6h4.8a.6.6 0 01.413.165L9.644 4.96h6.87c.722 0 1.591.36 1.785 1.303l-.587.12c-.114-.554-.632-.823-1.199-.823H9.404l-2-1.414h-4.8v13.108a.6.6 0 00.6.6h11.968c.59 0 1.166-.255 1.429-.784 1.374-2.77 1.587-8.373 1.11-10.686l.588-.121c.255 1.236.317 2.9.15 5.085-.167 2.178-.57 4.495-1.31 5.989-.395.794-1.225 1.117-1.967 1.117H3.204a1.2 1.2 0 01-1.2-1.2V4.146z",
|
|
1974
2028
|
fill: "#528693"
|
|
1975
2029
|
}),
|
|
1976
|
-
/* @__PURE__ */
|
|
2030
|
+
/* @__PURE__ */ jsx46("path", {
|
|
1977
2031
|
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",
|
|
1978
2032
|
fill: "#BFF6F8"
|
|
1979
2033
|
}),
|
|
1980
|
-
/* @__PURE__ */
|
|
2034
|
+
/* @__PURE__ */ jsx46("path", {
|
|
1981
2035
|
fillRule: "evenodd",
|
|
1982
2036
|
clipRule: "evenodd",
|
|
1983
2037
|
d: "M2.908 17.084l1.157-7.11A2.6 2.6 0 016.639 7.74h11.574c.704 0 1.626.35 1.777 1.338.165 1.073.066 1.776-.24 3.48-.307 1.708-.84 3.522-1.599 4.83-.429.74-1.23 1.065-1.979 1.065H4.096a1.2 1.2 0 01-1.188-1.37zm.594.085l1.157-7.111a2 2 0 011.98-1.717h11.574c.567 0 1.098.268 1.184.829.3 1.956-.346 5.474-1.764 7.919-.297.51-.87.765-1.46.765H4.095a.6.6 0 01-.594-.685z",
|
|
@@ -1989,10 +2043,10 @@ var Folder = forwardRef39((delegated, ref) => {
|
|
|
1989
2043
|
Folder.displayName = "FolderIcon";
|
|
1990
2044
|
|
|
1991
2045
|
// src/iconography/folder-shortcut.tsx
|
|
1992
|
-
import { forwardRef as
|
|
1993
|
-
import { jsx as
|
|
1994
|
-
var FolderShortcut =
|
|
1995
|
-
return /* @__PURE__ */
|
|
2046
|
+
import { forwardRef as forwardRef41 } from "react";
|
|
2047
|
+
import { jsx as jsx47, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
2048
|
+
var FolderShortcut = forwardRef41((delegated, ref) => {
|
|
2049
|
+
return /* @__PURE__ */ jsxs38("svg", {
|
|
1996
2050
|
ref,
|
|
1997
2051
|
width: "22",
|
|
1998
2052
|
height: "22",
|
|
@@ -2000,31 +2054,31 @@ var FolderShortcut = forwardRef40((delegated, ref) => {
|
|
|
2000
2054
|
fill: "none",
|
|
2001
2055
|
...delegated,
|
|
2002
2056
|
children: [
|
|
2003
|
-
/* @__PURE__ */
|
|
2057
|
+
/* @__PURE__ */ jsx47("path", {
|
|
2004
2058
|
d: "M2.567 4.108v13.146a.6.6 0 00.6.6h11.969c.59 0 1.166-.255 1.428-.784 1.375-2.77 1.643-8.38 1.167-10.692-.115-.555-.706-.927-1.273-.927l-7.09.067-2-1.41h-4.8z",
|
|
2005
2059
|
fill: "#BFF6F8"
|
|
2006
2060
|
}),
|
|
2007
|
-
/* @__PURE__ */
|
|
2061
|
+
/* @__PURE__ */ jsx47("path", {
|
|
2008
2062
|
fillRule: "evenodd",
|
|
2009
2063
|
clipRule: "evenodd",
|
|
2010
2064
|
d: "M1.967 4.146a.6.6 0 01.6-.6h4.8a.6.6 0 01.414.165L9.607 4.96h6.87c.722 0 1.592.36 1.786 1.303l-.588.12c-.114-.554-.631-.823-1.198-.823h-7.11l-2-1.414h-4.8v13.108a.6.6 0 00.6.6h11.969c.59 0 1.166-.255 1.428-.784 1.375-2.77 1.587-8.373 1.111-10.686l.588-.121c.254 1.236.316 2.9.149 5.085-.167 2.178-.57 4.495-1.31 5.989-.395.794-1.225 1.117-1.966 1.117H3.167a1.2 1.2 0 01-1.2-1.2V4.146z",
|
|
2011
2065
|
fill: "#528693"
|
|
2012
2066
|
}),
|
|
2013
|
-
/* @__PURE__ */
|
|
2067
|
+
/* @__PURE__ */ jsx47("path", {
|
|
2014
2068
|
d: "M4.622 10.021L3.465 17.17a.6.6 0 00.594.685h12.076c.591 0 1.164-.254 1.461-.765 1.418-2.445 2.065-6 1.764-7.956-.085-.56-.616-.829-1.183-.829H6.602a2 2 0 00-1.98 1.717z",
|
|
2015
2069
|
fill: "#BFF6F8"
|
|
2016
2070
|
}),
|
|
2017
|
-
/* @__PURE__ */
|
|
2071
|
+
/* @__PURE__ */ jsx47("path", {
|
|
2018
2072
|
fillRule: "evenodd",
|
|
2019
2073
|
clipRule: "evenodd",
|
|
2020
2074
|
d: "M2.871 17.084l1.157-7.11A2.6 2.6 0 016.602 7.74h11.575c.704 0 1.625.35 1.777 1.338.164 1.073.065 1.776-.24 3.48-.308 1.708-.84 3.522-1.599 4.83-.43.74-1.23 1.065-1.98 1.065H4.06a1.2 1.2 0 01-1.188-1.37zm.594.085l1.157-7.111a2 2 0 011.98-1.717h11.575c.567 0 1.098.268 1.183.829.3 1.956-.346 5.474-1.764 7.919-.297.51-.87.765-1.46.765H4.059a.6.6 0 01-.594-.685z",
|
|
2021
2075
|
fill: "#528693"
|
|
2022
2076
|
}),
|
|
2023
|
-
/* @__PURE__ */
|
|
2077
|
+
/* @__PURE__ */ jsx47("path", {
|
|
2024
2078
|
d: "M19.85 1.37a.57.57 0 01.616.613l-.404 6.08c-.036.536-.691.812-1.058.445l-.67-.67-.668-.668L6.673 18.162S4.49 20.125 2.89 19.504c-1.184-.46-1.924-1.154-1.881-2.518.08-2.582 2.395-3.231 2.395-3.231l-.381 2.173 11.781-11.62-.805-.806-.651-.651c-.366-.366-.092-1.02.442-1.058l6.06-.424z",
|
|
2025
2079
|
fill: "#FFDE99"
|
|
2026
2080
|
}),
|
|
2027
|
-
/* @__PURE__ */
|
|
2081
|
+
/* @__PURE__ */ jsx47("path", {
|
|
2028
2082
|
fillRule: "evenodd",
|
|
2029
2083
|
clipRule: "evenodd",
|
|
2030
2084
|
d: "M3.022 15.928l11.781-11.62-1.456-1.457c-.366-.366-.092-1.02.442-1.058l6.06-.424a.57.57 0 01.617.614l-.404 6.08c-.036.536-.691.812-1.058.445L17.666 7.17 6.673 18.162S4.49 20.125 2.89 19.504c-1.184-.46-1.924-1.154-1.881-2.518.052-1.674 1.043-2.535 1.734-2.934a3.2 3.2 0 01.661-.297l-.381 2.173zm.381-2.173l-.162-.578h-.002l-.004.002-.01.003a3.791 3.791 0 00-.437.17 4.368 4.368 0 00-.934.587c-.695.573-1.399 1.533-1.446 3.028-.025.804.183 1.466.616 1.996.42.515 1.008.852 1.648 1.1 1.071.416 2.236-.05 3-.472a8.48 8.48 0 001.37-.954l.022-.02.007-.006.002-.002c.001 0 .001-.001-.4-.447l.4.447.013-.012 10.58-10.579.914.914c.383.384.909.414 1.31.245.398-.167.736-.553.77-1.073l.405-6.081A1.17 1.17 0 0019.808.77l-6.06.424c-.52.036-.905.374-1.071.773-.168.4-.137.925.246 1.307l1.03 1.03-10.016 9.877.222-1.262-.918.257.162.578zm.165.577z",
|
|
@@ -2036,10 +2090,10 @@ var FolderShortcut = forwardRef40((delegated, ref) => {
|
|
|
2036
2090
|
FolderShortcut.displayName = "FolderShortcutIcon";
|
|
2037
2091
|
|
|
2038
2092
|
// src/iconography/frontends.tsx
|
|
2039
|
-
import { forwardRef as
|
|
2040
|
-
import { jsx as
|
|
2041
|
-
var Frontends =
|
|
2042
|
-
return /* @__PURE__ */
|
|
2093
|
+
import { forwardRef as forwardRef42 } from "react";
|
|
2094
|
+
import { jsx as jsx48, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
2095
|
+
var Frontends = forwardRef42((delegated, ref) => {
|
|
2096
|
+
return /* @__PURE__ */ jsxs39("svg", {
|
|
2043
2097
|
ref,
|
|
2044
2098
|
width: "23",
|
|
2045
2099
|
height: "22",
|
|
@@ -2047,45 +2101,45 @@ var Frontends = forwardRef41((delegated, ref) => {
|
|
|
2047
2101
|
fill: "none",
|
|
2048
2102
|
...delegated,
|
|
2049
2103
|
children: [
|
|
2050
|
-
/* @__PURE__ */
|
|
2104
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2051
2105
|
d: "M2.76 3.61a.5.5 0 0 1 .5-.5h15.707a.5.5 0 0 1 .5.5V14.2a.5.5 0 0 1-.5.5H3.26a.5.5 0 0 1-.5-.5V3.61Z",
|
|
2052
2106
|
fill: "#fff"
|
|
2053
2107
|
}),
|
|
2054
|
-
/* @__PURE__ */
|
|
2108
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2055
2109
|
fillRule: "evenodd",
|
|
2056
2110
|
clipRule: "evenodd",
|
|
2057
2111
|
d: "M3.26 2.31h15.707a1.3 1.3 0 0 1 1.3 1.3V14.2a1.3 1.3 0 0 1-1.3 1.3H3.26a1.3 1.3 0 0 1-1.3-1.3V3.61a1.3 1.3 0 0 1 1.3-1.3Zm0 .8a.5.5 0 0 0-.5.5V14.2a.5.5 0 0 0 .5.5h15.707a.5.5 0 0 0 .5-.5V3.61a.5.5 0 0 0-.5-.5H3.26Z",
|
|
2058
2112
|
fill: "#528693"
|
|
2059
2113
|
}),
|
|
2060
|
-
/* @__PURE__ */
|
|
2114
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2061
2115
|
d: "M8.997 15.497h4.233v1.507H8.997v-1.507Z",
|
|
2062
2116
|
fill: "#BFF6F8"
|
|
2063
2117
|
}),
|
|
2064
|
-
/* @__PURE__ */
|
|
2118
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2065
2119
|
fillRule: "evenodd",
|
|
2066
2120
|
clipRule: "evenodd",
|
|
2067
2121
|
d: "M8.197 14.697h5.833v3.107H8.197v-3.107Zm.8.8v1.507h4.233v-1.507H8.997Z",
|
|
2068
2122
|
fill: "#528693"
|
|
2069
2123
|
}),
|
|
2070
|
-
/* @__PURE__ */
|
|
2124
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2071
2125
|
d: "M6.588 17.404c0-.22.179-.4.4-.4h8.314a.4.4 0 0 1 0 .8H6.988a.4.4 0 0 1-.4-.4Z",
|
|
2072
2126
|
fill: "#528693"
|
|
2073
2127
|
}),
|
|
2074
|
-
/* @__PURE__ */
|
|
2128
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2075
2129
|
d: "M20.548 7.125a.5.5 0 0 1 .5.5V18.7a.5.5 0 0 1-.5.5H14.53a.5.5 0 0 1-.5-.5V7.625a.5.5 0 0 1 .5-.5h6.018Z",
|
|
2076
2130
|
fill: "#fff"
|
|
2077
2131
|
}),
|
|
2078
|
-
/* @__PURE__ */
|
|
2132
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2079
2133
|
fillRule: "evenodd",
|
|
2080
2134
|
clipRule: "evenodd",
|
|
2081
2135
|
d: "M21.848 7.625V18.7a1.3 1.3 0 0 1-1.3 1.3H14.53a1.3 1.3 0 0 1-1.3-1.3V7.625a1.3 1.3 0 0 1 1.3-1.3h6.018a1.3 1.3 0 0 1 1.3 1.3Zm-.8 0a.5.5 0 0 0-.5-.5H14.53a.5.5 0 0 0-.5.5V18.7a.5.5 0 0 0 .5.5h6.018a.5.5 0 0 0 .5-.5V7.625Z",
|
|
2082
2136
|
fill: "#528693"
|
|
2083
2137
|
}),
|
|
2084
|
-
/* @__PURE__ */
|
|
2138
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2085
2139
|
d: "M18.207 17.014a.668.668 0 1 1-1.336 0 .668.668 0 0 1 1.336 0Z",
|
|
2086
2140
|
fill: "#BFF6F8"
|
|
2087
2141
|
}),
|
|
2088
|
-
/* @__PURE__ */
|
|
2142
|
+
/* @__PURE__ */ jsx48("path", {
|
|
2089
2143
|
fillRule: "evenodd",
|
|
2090
2144
|
clipRule: "evenodd",
|
|
2091
2145
|
d: "M18.707 17.014a1.168 1.168 0 1 1-2.336 0 1.168 1.168 0 0 1 2.336 0Zm-1.168.668a.668.668 0 1 0 0-1.336.668.668 0 0 0 0 1.336Z",
|
|
@@ -2097,10 +2151,10 @@ var Frontends = forwardRef41((delegated, ref) => {
|
|
|
2097
2151
|
Frontends.displayName = "FrontendsIcon";
|
|
2098
2152
|
|
|
2099
2153
|
// src/iconography/fulfilment.tsx
|
|
2100
|
-
import { forwardRef as
|
|
2101
|
-
import { jsx as
|
|
2102
|
-
var Fulfilment =
|
|
2103
|
-
return /* @__PURE__ */
|
|
2154
|
+
import { forwardRef as forwardRef43 } from "react";
|
|
2155
|
+
import { jsx as jsx49, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
2156
|
+
var Fulfilment = forwardRef43((delegated, ref) => {
|
|
2157
|
+
return /* @__PURE__ */ jsxs40("svg", {
|
|
2104
2158
|
ref,
|
|
2105
2159
|
width: "22",
|
|
2106
2160
|
height: "23",
|
|
@@ -2108,45 +2162,45 @@ var Fulfilment = forwardRef42((delegated, ref) => {
|
|
|
2108
2162
|
fill: "none",
|
|
2109
2163
|
...delegated,
|
|
2110
2164
|
children: [
|
|
2111
|
-
/* @__PURE__ */
|
|
2165
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2112
2166
|
d: "M1.232 5.397c0-.591.426-1.097 1.009-1.198l8.621-1.487c.12-.021.244-.024.365-.008l8.484 1.115c.605.08 1.057.595 1.057 1.205v11.699c0 .563-.387 1.052-.934 1.183l-8.51 2.022a1.214 1.214 0 0 1-.56 0L2.17 17.904a1.216 1.216 0 0 1-.937-1.183V5.397Z",
|
|
2113
2167
|
fill: "#BFF6F8"
|
|
2114
2168
|
}),
|
|
2115
|
-
/* @__PURE__ */
|
|
2169
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2116
2170
|
d: "M1.232 5.397c0-.591.426-1.097 1.009-1.198l8.621-1.487c.12-.021.244-.024.365-.008l8.484 1.115c.605.08 1.057.595 1.057 1.205v11.699c0 .563-.387 1.052-.934 1.183l-8.51 2.022a1.214 1.214 0 0 1-.56 0L2.17 17.904a1.216 1.216 0 0 1-.937-1.183V5.397Z",
|
|
2117
2171
|
fill: "#BFF6F8"
|
|
2118
2172
|
}),
|
|
2119
|
-
/* @__PURE__ */
|
|
2173
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2120
2174
|
fillRule: "evenodd",
|
|
2121
2175
|
clipRule: "evenodd",
|
|
2122
2176
|
d: "M20.147 16.723V5.024a.595.595 0 0 0-.517-.59L11.146 3.32a.595.595 0 0 0-.178.003L2.346 4.811a.595.595 0 0 0-.493.586v11.324c0 .276.19.516.458.579l8.596 2.024c.09.021.183.021.273 0l8.51-2.022a.595.595 0 0 0 .457-.58ZM2.241 4.199c-.583.1-1.01.607-1.01 1.198v11.324c0 .564.389 1.054.938 1.183l8.595 2.024c.184.044.376.044.56 0l8.51-2.023c.547-.13.934-.62.934-1.182V5.024c0-.61-.452-1.126-1.057-1.205l-8.484-1.115a1.216 1.216 0 0 0-.365.008L2.241 4.199Z",
|
|
2123
2177
|
fill: "#528693"
|
|
2124
2178
|
}),
|
|
2125
|
-
/* @__PURE__ */
|
|
2179
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2126
2180
|
d: "M14.643 8.787a.608.608 0 0 1-.748-.591v-2.85l3.941-.872v3.074a.608.608 0 0 1-.467.591l-2.726.648Z",
|
|
2127
2181
|
fill: "#BFF6F8"
|
|
2128
2182
|
}),
|
|
2129
|
-
/* @__PURE__ */
|
|
2183
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2130
2184
|
d: "M14.643 8.787a.608.608 0 0 1-.748-.591v-2.85l3.941-.872v3.074a.608.608 0 0 1-.467.591l-2.726.648Z",
|
|
2131
2185
|
fill: "#fff"
|
|
2132
2186
|
}),
|
|
2133
|
-
/* @__PURE__ */
|
|
2187
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2134
2188
|
fillRule: "evenodd",
|
|
2135
2189
|
clipRule: "evenodd",
|
|
2136
2190
|
d: "m17.836 4.474-3.941.871v2.85c0 .393.366.683.748.592l2.726-.648a.608.608 0 0 0 .467-.591V4.474Zm-.62.773-2.7.597v2.335l2.7-.642v-2.29Z",
|
|
2137
2191
|
fill: "#528693"
|
|
2138
2192
|
}),
|
|
2139
|
-
/* @__PURE__ */
|
|
2193
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2140
2194
|
fillRule: "evenodd",
|
|
2141
2195
|
clipRule: "evenodd",
|
|
2142
2196
|
d: "m11.268 6.38 9.045-1.785-.12-.61-9.243 1.826L1.793 4.43l-.093.614 8.947 1.349v13.232h.62V6.381Z",
|
|
2143
2197
|
fill: "#528693"
|
|
2144
2198
|
}),
|
|
2145
|
-
/* @__PURE__ */
|
|
2199
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2146
2200
|
d: "M4.531 10.81c0-.074.066-.13.14-.12l1.276.193V9.384c0-.118.15-.167.22-.071l2.046 2.822a.122.122 0 0 1-.018.163l-2.047 1.795A.122.122 0 0 1 5.947 14v-1.317l-1.313-.198a.122.122 0 0 1-.103-.12V10.81Z",
|
|
2147
2201
|
fill: "#fff"
|
|
2148
2202
|
}),
|
|
2149
|
-
/* @__PURE__ */
|
|
2203
|
+
/* @__PURE__ */ jsx49("path", {
|
|
2150
2204
|
fillRule: "evenodd",
|
|
2151
2205
|
clipRule: "evenodd",
|
|
2152
2206
|
d: "m5.947 12.684-1.312-.198a.122.122 0 0 1-.104-.12V10.81c0-.074.066-.13.14-.12l1.276.193V9.384c0-.118.15-.167.22-.071l2.046 2.822a.122.122 0 0 1-.018.163l-2.047 1.795A.122.122 0 0 1 5.947 14v-1.317Zm-.621-2.522v-.778c0-.72.92-1.018 1.343-.436l2.047 2.823a.742.742 0 0 1-.112.994l-2.046 1.794a.742.742 0 0 1-1.232-.558v-.783l-.784-.118a.742.742 0 0 1-.632-.734V10.81c0-.454.405-.801.854-.733l.562.085Z",
|
|
@@ -2158,10 +2212,10 @@ var Fulfilment = forwardRef42((delegated, ref) => {
|
|
|
2158
2212
|
Fulfilment.displayName = "FulfilmentIcon";
|
|
2159
2213
|
|
|
2160
2214
|
// src/iconography/glasses.tsx
|
|
2161
|
-
import { forwardRef as
|
|
2162
|
-
import { jsx as
|
|
2163
|
-
var Glasses =
|
|
2164
|
-
return /* @__PURE__ */
|
|
2215
|
+
import { forwardRef as forwardRef44 } from "react";
|
|
2216
|
+
import { jsx as jsx50, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
2217
|
+
var Glasses = forwardRef44((delegated, ref) => {
|
|
2218
|
+
return /* @__PURE__ */ jsxs41("svg", {
|
|
2165
2219
|
ref,
|
|
2166
2220
|
width: "20",
|
|
2167
2221
|
height: "15",
|
|
@@ -2170,45 +2224,45 @@ var Glasses = forwardRef43((delegated, ref) => {
|
|
|
2170
2224
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2171
2225
|
...delegated,
|
|
2172
2226
|
children: [
|
|
2173
|
-
/* @__PURE__ */
|
|
2227
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2174
2228
|
fillRule: "evenodd",
|
|
2175
2229
|
clipRule: "evenodd",
|
|
2176
2230
|
d: "M7.4856 2.0673c-.3158-.7572-1.2453-1.0361-1.9258-.578l-3.42 2.3025c-.8613.5798-.7287 1.8856.2315 2.2806l.1216.05.2282-.5549-.1216-.05c-.517-.2127-.5884-.9158-.1246-1.228l3.42-2.3025c.3664-.2467.8669-.0965 1.037.3112l.0748.1795a.3.3 0 0 0 .5537-.231l-.0748-.1795Z",
|
|
2177
2231
|
fill: "#528693"
|
|
2178
2232
|
}),
|
|
2179
|
-
/* @__PURE__ */
|
|
2233
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2180
2234
|
d: "m9.7363 8.289-.2116.453-.906-.4233.2116-.453.906.4234Z",
|
|
2181
2235
|
fill: "#528793"
|
|
2182
2236
|
}),
|
|
2183
|
-
/* @__PURE__ */
|
|
2237
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2184
2238
|
d: "M4.391 9.9236c1.5958.7593 3.5051.0811 4.2644-1.5148.7593-1.596.081-3.5052-1.5148-4.2644-1.5959-.7593-3.5051-.0811-4.2644 1.5148-.7593 1.5958-.0811 3.505 1.5148 4.2644Z",
|
|
2185
2239
|
fill: "#BFF6F8"
|
|
2186
2240
|
}),
|
|
2187
|
-
/* @__PURE__ */
|
|
2241
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2188
2242
|
d: "M3.1883 8.7645a3.2004 3.2004 0 0 1-.3446-.514l5.955-2.1168c.0388.203.0579.4094.0568.6162L3.1883 8.7644Zm4.8102-4.212L2.468 6.517a3.2001 3.2001 0 0 0 .1588 1.2118l6.0129-2.136a3.2002 3.2002 0 0 0-.6412-1.0403Z",
|
|
2189
2243
|
fill: "#fff"
|
|
2190
2244
|
}),
|
|
2191
|
-
/* @__PURE__ */
|
|
2245
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2192
2246
|
fillRule: "evenodd",
|
|
2193
2247
|
clipRule: "evenodd",
|
|
2194
2248
|
d: "M4.4255 9.3845c1.4463.6881 3.1766.0735 3.8647-1.3728.688-1.4463.0735-3.1765-1.3728-3.8646-1.4463-.6881-3.1765-.0735-3.8646 1.3728-.6882 1.4462-.0735 3.1765 1.3727 3.8646Zm-.2577.5418c1.7455.8305 3.8337.0887 4.6642-1.6568.8304-1.7455.0887-3.8338-1.6568-4.6642-1.7455-.8305-3.8338-.0887-4.6643 1.6568-.8304 1.7455-.0886 3.8337 1.6569 4.6642Z",
|
|
2195
2249
|
fill: "#528793"
|
|
2196
2250
|
}),
|
|
2197
|
-
/* @__PURE__ */
|
|
2251
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2198
2252
|
d: "M11.3275 12.7751c1.5959.7593 3.5051.0811 4.2644-1.5148.7593-1.5959.0811-3.5051-1.5148-4.2644-1.5959-.7593-3.5051-.081-4.2644 1.5148-.7593 1.5959-.0811 3.5052 1.5148 4.2644Z",
|
|
2199
2253
|
fill: "#BFF6F8"
|
|
2200
2254
|
}),
|
|
2201
|
-
/* @__PURE__ */
|
|
2255
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2202
2256
|
d: "M10.1248 11.616a3.2048 3.2048 0 0 1-.3446-.5139l5.9551-2.1168c.0388.203.0578.4094.0568.6161l-5.6673 2.0146Zm4.8102-4.212L9.4045 9.3687a3.1998 3.1998 0 0 0 .1588 1.2117l6.0129-2.1358a3.1995 3.1995 0 0 0-.6412-1.0404Z",
|
|
2203
2257
|
fill: "#fff"
|
|
2204
2258
|
}),
|
|
2205
|
-
/* @__PURE__ */
|
|
2259
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2206
2260
|
fillRule: "evenodd",
|
|
2207
2261
|
clipRule: "evenodd",
|
|
2208
2262
|
d: "M11.3621 12.2361c1.4462.6881 3.1765.0734 3.8646-1.3728.6881-1.4463.0735-3.1766-1.3728-3.8647-1.4463-.688-3.1765-.0735-3.8646 1.3728-.6881 1.4463-.0735 3.1766 1.3728 3.8647Zm-.2578.5418c1.7455.8304 3.8337.0887 4.6642-1.6568.8305-1.7455.0887-3.8338-1.6568-4.6643-1.7455-.8304-3.8338-.0887-4.6642 1.6568-.8305 1.7455-.0887 3.8338 1.6568 4.6643Z",
|
|
2209
2263
|
fill: "#528793"
|
|
2210
2264
|
}),
|
|
2211
|
-
/* @__PURE__ */
|
|
2265
|
+
/* @__PURE__ */ jsx50("path", {
|
|
2212
2266
|
fillRule: "evenodd",
|
|
2213
2267
|
clipRule: "evenodd",
|
|
2214
2268
|
d: "M14.7461 5.0551c.7572-.3158 1.614.14 1.7751.9444l.81 4.0424c.204 1.0181-.809 1.8527-1.7692 1.4577l-.1216-.05.2283-.5549.1216.05c.517.2127 1.0625-.2367.9526-.7849l-.81-4.0424c-.0868-.4331-.5481-.6786-.9558-.5085l-.1794.0748a.3.3 0 0 1-.231-.5538l.1794-.0748Z",
|
|
@@ -2220,10 +2274,10 @@ var Glasses = forwardRef43((delegated, ref) => {
|
|
|
2220
2274
|
Glasses.displayName = "GlassesIcon";
|
|
2221
2275
|
|
|
2222
2276
|
// src/iconography/graphQL.tsx
|
|
2223
|
-
import { forwardRef as
|
|
2224
|
-
import { jsx as
|
|
2225
|
-
var GraphQL =
|
|
2226
|
-
return /* @__PURE__ */
|
|
2277
|
+
import { forwardRef as forwardRef45 } from "react";
|
|
2278
|
+
import { jsx as jsx51, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
2279
|
+
var GraphQL = forwardRef45((delegated, ref) => {
|
|
2280
|
+
return /* @__PURE__ */ jsxs42("svg", {
|
|
2227
2281
|
ref,
|
|
2228
2282
|
width: "23",
|
|
2229
2283
|
height: "22",
|
|
@@ -2232,97 +2286,97 @@ var GraphQL = forwardRef44((delegated, ref) => {
|
|
|
2232
2286
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2233
2287
|
...delegated,
|
|
2234
2288
|
children: [
|
|
2235
|
-
/* @__PURE__ */
|
|
2289
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2236
2290
|
d: "M10.479 3.4a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2237
2291
|
fill: "#BFF6F8"
|
|
2238
2292
|
}),
|
|
2239
|
-
/* @__PURE__ */
|
|
2293
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2240
2294
|
fillRule: "evenodd",
|
|
2241
2295
|
clipRule: "evenodd",
|
|
2242
2296
|
d: "M11.879 5.4a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2243
2297
|
fill: "#528693"
|
|
2244
2298
|
}),
|
|
2245
|
-
/* @__PURE__ */
|
|
2299
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2246
2300
|
d: "M10.479 3.4a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2247
2301
|
fill: "#BFF6F8"
|
|
2248
2302
|
}),
|
|
2249
|
-
/* @__PURE__ */
|
|
2303
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2250
2304
|
fillRule: "evenodd",
|
|
2251
2305
|
clipRule: "evenodd",
|
|
2252
2306
|
d: "M11.879 5.4a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2253
2307
|
fill: "#528693"
|
|
2254
2308
|
}),
|
|
2255
|
-
/* @__PURE__ */
|
|
2309
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2256
2310
|
d: "M3.679 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2257
2311
|
fill: "#BFF6F8"
|
|
2258
2312
|
}),
|
|
2259
|
-
/* @__PURE__ */
|
|
2313
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2260
2314
|
fillRule: "evenodd",
|
|
2261
2315
|
clipRule: "evenodd",
|
|
2262
2316
|
d: "M5.079 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2263
2317
|
fill: "#528693"
|
|
2264
2318
|
}),
|
|
2265
|
-
/* @__PURE__ */
|
|
2319
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2266
2320
|
d: "M17.279 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2267
2321
|
fill: "#BFF6F8"
|
|
2268
2322
|
}),
|
|
2269
|
-
/* @__PURE__ */
|
|
2323
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2270
2324
|
fillRule: "evenodd",
|
|
2271
2325
|
clipRule: "evenodd",
|
|
2272
2326
|
d: "M18.679 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2273
2327
|
fill: "#528693"
|
|
2274
2328
|
}),
|
|
2275
|
-
/* @__PURE__ */
|
|
2329
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2276
2330
|
d: "M3.679 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2277
2331
|
fill: "#BFF6F8"
|
|
2278
2332
|
}),
|
|
2279
|
-
/* @__PURE__ */
|
|
2333
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2280
2334
|
fillRule: "evenodd",
|
|
2281
2335
|
clipRule: "evenodd",
|
|
2282
2336
|
d: "M5.079 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2283
2337
|
fill: "#528693"
|
|
2284
2338
|
}),
|
|
2285
|
-
/* @__PURE__ */
|
|
2339
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2286
2340
|
d: "M17.279 7.2a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2287
2341
|
fill: "#BFF6F8"
|
|
2288
2342
|
}),
|
|
2289
|
-
/* @__PURE__ */
|
|
2343
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2290
2344
|
fillRule: "evenodd",
|
|
2291
2345
|
clipRule: "evenodd",
|
|
2292
2346
|
d: "M18.679 9.2a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2293
2347
|
fill: "#528693"
|
|
2294
2348
|
}),
|
|
2295
|
-
/* @__PURE__ */
|
|
2349
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2296
2350
|
d: "M3.679 14.8a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2297
2351
|
fill: "#BFF6F8"
|
|
2298
2352
|
}),
|
|
2299
|
-
/* @__PURE__ */
|
|
2353
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2300
2354
|
fillRule: "evenodd",
|
|
2301
2355
|
clipRule: "evenodd",
|
|
2302
2356
|
d: "M5.079 16.8a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2303
2357
|
fill: "#528693"
|
|
2304
2358
|
}),
|
|
2305
|
-
/* @__PURE__ */
|
|
2359
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2306
2360
|
d: "M17.279 14.8a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2307
2361
|
fill: "#fff"
|
|
2308
2362
|
}),
|
|
2309
|
-
/* @__PURE__ */
|
|
2363
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2310
2364
|
fillRule: "evenodd",
|
|
2311
2365
|
clipRule: "evenodd",
|
|
2312
2366
|
d: "M18.679 16.8a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8Z",
|
|
2313
2367
|
fill: "#528693"
|
|
2314
2368
|
}),
|
|
2315
|
-
/* @__PURE__ */
|
|
2369
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2316
2370
|
d: "M10.479 18.75a1.4 1.4 0 1 1 2.8 0 1.4 1.4 0 1 1-2.8 0Z",
|
|
2317
2371
|
fill: "#BFF6F8"
|
|
2318
2372
|
}),
|
|
2319
|
-
/* @__PURE__ */
|
|
2373
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2320
2374
|
fillRule: "evenodd",
|
|
2321
2375
|
clipRule: "evenodd",
|
|
2322
2376
|
d: "M11.879 20.75a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm0-3.4a1.4 1.4 0 1 0 0 2.8 1.4 1.4 0 0 0 0-2.8ZM10.44 3.851a.3.3 0 0 1-.112.41l-3.5 2a.3.3 0 0 1-.298-.521l3.5-2a.3.3 0 0 1 .41.111ZM13.419 3.851a.3.3 0 0 0 .111.41l3.5 2a.3.3 0 0 0 .298-.521l-3.5-2a.3.3 0 0 0-.41.111Z",
|
|
2323
2377
|
fill: "#528693"
|
|
2324
2378
|
}),
|
|
2325
|
-
/* @__PURE__ */
|
|
2379
|
+
/* @__PURE__ */ jsx51("path", {
|
|
2326
2380
|
fillRule: "evenodd",
|
|
2327
2381
|
clipRule: "evenodd",
|
|
2328
2382
|
d: "M10.44 18.149a.3.3 0 0 0-.112-.41l-3.5-2a.3.3 0 0 0-.298.521l3.5 2a.3.3 0 0 0 .41-.111ZM13.419 18.149a.3.3 0 0 1 .111-.41l3.5-2a.3.3 0 0 1 .298.521l-3.5 2a.3.3 0 0 1-.41-.111ZM5.079 8.7a.3.3 0 0 1 .3.3v4a.3.3 0 1 1-.6 0V9a.3.3 0 0 1 .3-.3ZM18.679 8.7a.3.3 0 0 1 .3.3v4a.3.3 0 1 1-.6 0V9a.3.3 0 0 1 .3-.3ZM11.033 4.743a.3.3 0 0 1 .103.411l-4.8 8a.3.3 0 1 1-.514-.308l4.8-8a.3.3 0 0 1 .411-.103ZM12.725 4.743a.3.3 0 0 0-.103.411l4.8 8a.3.3 0 1 0 .514-.308l-4.8-8a.3.3 0 0 0-.411-.103ZM6.579 14.9a.3.3 0 0 1 .3-.3h10a.3.3 0 0 1 0 .6h-10a.3.3 0 0 1-.3-.3Z",
|
|
@@ -2334,10 +2388,10 @@ var GraphQL = forwardRef44((delegated, ref) => {
|
|
|
2334
2388
|
GraphQL.displayName = "GraphQLIcon";
|
|
2335
2389
|
|
|
2336
2390
|
// src/iconography/grid.tsx
|
|
2337
|
-
import { forwardRef as
|
|
2338
|
-
import { jsx as
|
|
2339
|
-
var Grid =
|
|
2340
|
-
return /* @__PURE__ */
|
|
2391
|
+
import { forwardRef as forwardRef46 } from "react";
|
|
2392
|
+
import { jsx as jsx52, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
2393
|
+
var Grid = forwardRef46((delegated, ref) => {
|
|
2394
|
+
return /* @__PURE__ */ jsxs43("svg", {
|
|
2341
2395
|
ref,
|
|
2342
2396
|
width: "22",
|
|
2343
2397
|
height: "23",
|
|
@@ -2345,71 +2399,71 @@ var Grid = forwardRef45((delegated, ref) => {
|
|
|
2345
2399
|
fill: "none",
|
|
2346
2400
|
...delegated,
|
|
2347
2401
|
children: [
|
|
2348
|
-
/* @__PURE__ */
|
|
2402
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2349
2403
|
d: "M2.86 4.197c0-.353.286-.639.64-.639h2.453c.352 0 .639.286.639.64V6.65a.639.639 0 0 1-.64.64H3.5a.639.639 0 0 1-.639-.64V4.197Z",
|
|
2350
2404
|
fill: "#BFF6F8"
|
|
2351
2405
|
}),
|
|
2352
|
-
/* @__PURE__ */
|
|
2406
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2353
2407
|
fillRule: "evenodd",
|
|
2354
2408
|
clipRule: "evenodd",
|
|
2355
2409
|
d: "M3.5 2.92h2.452c.706 0 1.279.571 1.279 1.277V6.65c0 .706-.573 1.279-1.279 1.279H3.5A1.278 1.278 0 0 1 2.221 6.65V4.197c0-.706.572-1.278 1.278-1.278Zm0 .638a.639.639 0 0 0-.64.64V6.65c0 .353.286.64.64.64h2.452a.639.639 0 0 0 .64-.64V4.197a.639.639 0 0 0-.64-.639H3.5Z",
|
|
2356
2410
|
fill: "#528693"
|
|
2357
2411
|
}),
|
|
2358
|
-
/* @__PURE__ */
|
|
2412
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2359
2413
|
d: "M9.134 4.197c0-.353.286-.639.64-.639h2.453c.352 0 .639.286.639.64V6.65a.639.639 0 0 1-.64.64H9.774a.639.639 0 0 1-.639-.64V4.197Z",
|
|
2360
2414
|
fill: "#BFF6F8"
|
|
2361
2415
|
}),
|
|
2362
|
-
/* @__PURE__ */
|
|
2416
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2363
2417
|
fillRule: "evenodd",
|
|
2364
2418
|
clipRule: "evenodd",
|
|
2365
2419
|
d: "M9.773 2.92h2.454c.705 0 1.278.571 1.278 1.277V6.65c0 .706-.573 1.279-1.278 1.279H9.773A1.278 1.278 0 0 1 8.495 6.65V4.197c0-.706.573-1.278 1.278-1.278Zm0 .638a.639.639 0 0 0-.639.64V6.65c0 .353.287.64.64.64h2.453a.639.639 0 0 0 .639-.64V4.197a.639.639 0 0 0-.64-.639H9.774Z",
|
|
2366
2420
|
fill: "#528693"
|
|
2367
2421
|
}),
|
|
2368
|
-
/* @__PURE__ */
|
|
2422
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2369
2423
|
d: "M15.408 4.197a.64.64 0 0 1 .64-.639H18.5c.353 0 .639.286.639.64V6.65a.639.639 0 0 1-.64.64h-2.453a.64.64 0 0 1-.639-.64V4.197Z",
|
|
2370
2424
|
fill: "#BFF6F8"
|
|
2371
2425
|
}),
|
|
2372
|
-
/* @__PURE__ */
|
|
2426
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2373
2427
|
fillRule: "evenodd",
|
|
2374
2428
|
clipRule: "evenodd",
|
|
2375
2429
|
d: "M16.048 2.92H18.5c.706 0 1.278.571 1.278 1.277V6.65c0 .706-.572 1.279-1.278 1.279h-2.453A1.278 1.278 0 0 1 14.77 6.65V4.197c0-.706.572-1.278 1.278-1.278Zm0 .638a.639.639 0 0 0-.64.64V6.65c0 .353.287.64.64.64H18.5a.639.639 0 0 0 .639-.64V4.197a.639.639 0 0 0-.64-.639h-2.452Z",
|
|
2376
2430
|
fill: "#528693"
|
|
2377
2431
|
}),
|
|
2378
|
-
/* @__PURE__ */
|
|
2432
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2379
2433
|
d: "M2.86 10.492a.64.64 0 0 1 .64-.639h8.727a.64.64 0 0 1 .639.64v2.453a.64.64 0 0 1-.64.639H3.5a.639.639 0 0 1-.639-.64v-2.453Z",
|
|
2380
2434
|
fill: "#BFF6F8"
|
|
2381
2435
|
}),
|
|
2382
|
-
/* @__PURE__ */
|
|
2436
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2383
2437
|
fillRule: "evenodd",
|
|
2384
2438
|
clipRule: "evenodd",
|
|
2385
2439
|
d: "M3.5 9.214h8.726c.706 0 1.279.573 1.279 1.278v2.454c0 .706-.573 1.278-1.279 1.278H3.5a1.278 1.278 0 0 1-1.278-1.278v-2.454c0-.705.572-1.278 1.278-1.278Zm0 .64a.64.64 0 0 0-.64.639v2.453c0 .353.286.639.64.639h8.726a.64.64 0 0 0 .64-.64v-2.453a.64.64 0 0 0-.64-.639H3.5Z",
|
|
2386
2440
|
fill: "#528693"
|
|
2387
2441
|
}),
|
|
2388
|
-
/* @__PURE__ */
|
|
2442
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2389
2443
|
d: "M2.86 16.788c0-.353.286-.64.64-.64h2.453c.352 0 .639.287.639.64v2.453a.639.639 0 0 1-.64.639H3.5a.639.639 0 0 1-.639-.64v-2.452Z",
|
|
2390
2444
|
fill: "#BFF6F8"
|
|
2391
2445
|
}),
|
|
2392
|
-
/* @__PURE__ */
|
|
2446
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2393
2447
|
fillRule: "evenodd",
|
|
2394
2448
|
clipRule: "evenodd",
|
|
2395
2449
|
d: "M3.5 15.51h2.452c.706 0 1.279.572 1.279 1.278v2.453c0 .706-.573 1.278-1.279 1.278H3.5a1.278 1.278 0 0 1-1.278-1.278v-2.453c0-.706.572-1.279 1.278-1.279Zm0 .639a.639.639 0 0 0-.64.639v2.453c0 .353.286.639.64.639h2.452a.639.639 0 0 0 .64-.64v-2.452a.639.639 0 0 0-.64-.64H3.5Z",
|
|
2396
2450
|
fill: "#528693"
|
|
2397
2451
|
}),
|
|
2398
|
-
/* @__PURE__ */
|
|
2452
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2399
2453
|
d: "M9.134 16.788c0-.353.286-.64.64-.64h2.453c.352 0 .639.287.639.64v2.453a.639.639 0 0 1-.64.639H9.774a.639.639 0 0 1-.639-.64v-2.452Z",
|
|
2400
2454
|
fill: "#BFF6F8"
|
|
2401
2455
|
}),
|
|
2402
|
-
/* @__PURE__ */
|
|
2456
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2403
2457
|
fillRule: "evenodd",
|
|
2404
2458
|
clipRule: "evenodd",
|
|
2405
2459
|
d: "M9.773 15.51h2.454c.705 0 1.278.572 1.278 1.278v2.453c0 .706-.573 1.278-1.278 1.278H9.773a1.278 1.278 0 0 1-1.278-1.278v-2.453c0-.706.573-1.279 1.278-1.279Zm0 .639a.639.639 0 0 0-.639.639v2.453c0 .353.287.639.64.639h2.453a.639.639 0 0 0 .639-.64v-2.452a.639.639 0 0 0-.64-.64H9.774Z",
|
|
2406
2460
|
fill: "#528693"
|
|
2407
2461
|
}),
|
|
2408
|
-
/* @__PURE__ */
|
|
2462
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2409
2463
|
d: "M15.408 10.492a.64.64 0 0 1 .64-.639H18.5a.64.64 0 0 1 .639.64v8.748a.639.639 0 0 1-.64.639h-2.453a.64.64 0 0 1-.639-.64v-8.747Z",
|
|
2410
2464
|
fill: "#fff"
|
|
2411
2465
|
}),
|
|
2412
|
-
/* @__PURE__ */
|
|
2466
|
+
/* @__PURE__ */ jsx52("path", {
|
|
2413
2467
|
fillRule: "evenodd",
|
|
2414
2468
|
clipRule: "evenodd",
|
|
2415
2469
|
d: "M16.048 9.214H18.5c.706 0 1.278.573 1.278 1.278v8.749c0 .706-.572 1.278-1.278 1.278h-2.453a1.278 1.278 0 0 1-1.278-1.278v-8.748c0-.706.572-1.279 1.278-1.279Zm0 .64a.639.639 0 0 0-.64.639v8.748c0 .353.287.639.64.639H18.5a.639.639 0 0 0 .639-.64v-8.747a.639.639 0 0 0-.64-.64h-2.452Z",
|
|
@@ -2421,10 +2475,10 @@ var Grid = forwardRef45((delegated, ref) => {
|
|
|
2421
2475
|
Grid.displayName = "GridIcon";
|
|
2422
2476
|
|
|
2423
2477
|
// src/iconography/grid-relation.tsx
|
|
2424
|
-
import { forwardRef as
|
|
2425
|
-
import { jsx as
|
|
2426
|
-
var GridRelation =
|
|
2427
|
-
return /* @__PURE__ */
|
|
2478
|
+
import { forwardRef as forwardRef47 } from "react";
|
|
2479
|
+
import { jsx as jsx53, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
2480
|
+
var GridRelation = forwardRef47((delegated, ref) => {
|
|
2481
|
+
return /* @__PURE__ */ jsxs44("svg", {
|
|
2428
2482
|
ref,
|
|
2429
2483
|
width: "22",
|
|
2430
2484
|
height: "22",
|
|
@@ -2432,54 +2486,54 @@ var GridRelation = forwardRef46((delegated, ref) => {
|
|
|
2432
2486
|
fill: "none",
|
|
2433
2487
|
...delegated,
|
|
2434
2488
|
children: [
|
|
2435
|
-
/* @__PURE__ */
|
|
2489
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2436
2490
|
d: "M3.35754 9.85C3.35754 9.51863 3.62617 9.25 3.95754 9.25H6.26083C6.5922 9.25 6.86083 9.51863 6.86083 9.85V12.1533C6.86083 12.4847 6.5922 12.7533 6.26083 12.7533H3.95754C3.62617 12.7533 3.35754 12.4847 3.35754 12.1533V9.85Z",
|
|
2437
2491
|
fill: "white"
|
|
2438
2492
|
}),
|
|
2439
|
-
/* @__PURE__ */
|
|
2493
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2440
2494
|
fillRule: "evenodd",
|
|
2441
2495
|
clipRule: "evenodd",
|
|
2442
2496
|
d: "M3.95754 8.65002H6.26082C6.92357 8.65002 7.46082 9.18728 7.46082 9.85002V12.1533C7.46082 12.8161 6.92356 13.3533 6.26082 13.3533H3.95754C3.2948 13.3533 2.75754 12.8161 2.75754 12.1533V9.85002C2.75754 9.18728 3.2948 8.65002 3.95754 8.65002ZM3.95754 9.25002C3.62617 9.25002 3.35754 9.51865 3.35754 9.85002V12.1533C3.35754 12.4847 3.62617 12.7533 3.95754 12.7533H6.26082C6.59219 12.7533 6.86082 12.4847 6.86082 12.1533V9.85002C6.86082 9.51865 6.5922 9.25002 6.26082 9.25002H3.95754Z",
|
|
2443
2497
|
fill: "#528693"
|
|
2444
2498
|
}),
|
|
2445
|
-
/* @__PURE__ */
|
|
2499
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2446
2500
|
d: "M15.1392 3.93777C15.1392 3.6064 15.4078 3.33777 15.7392 3.33777H18.0424C18.3738 3.33777 18.6424 3.6064 18.6424 3.93777V6.24105C18.6424 6.57243 18.3738 6.84105 18.0424 6.84105H15.7392C15.4078 6.84105 15.1392 6.57243 15.1392 6.24105V3.93777Z",
|
|
2447
2501
|
fill: "white"
|
|
2448
2502
|
}),
|
|
2449
|
-
/* @__PURE__ */
|
|
2503
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2450
2504
|
fillRule: "evenodd",
|
|
2451
2505
|
clipRule: "evenodd",
|
|
2452
2506
|
d: "M15.7392 2.73779H18.0424C18.7052 2.73779 19.2424 3.27505 19.2424 3.93779V6.24108C19.2424 6.90382 18.7052 7.44108 18.0424 7.44108H15.7392C15.0764 7.44108 14.5392 6.90382 14.5392 6.24108V3.93779C14.5392 3.27505 15.0764 2.73779 15.7392 2.73779ZM15.7392 3.33779C15.4078 3.33779 15.1392 3.60642 15.1392 3.93779V6.24108C15.1392 6.57245 15.4078 6.84108 15.7392 6.84108H18.0424C18.3738 6.84108 18.6424 6.57245 18.6424 6.24108V3.93779C18.6424 3.60642 18.3738 3.33779 18.0424 3.33779H15.7392Z",
|
|
2453
2507
|
fill: "#528693"
|
|
2454
2508
|
}),
|
|
2455
|
-
/* @__PURE__ */
|
|
2509
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2456
2510
|
d: "M3.35754 3.94003C3.35754 3.60866 3.62617 3.34003 3.95754 3.34003H12.1516C12.483 3.34003 12.7516 3.60866 12.7516 3.94003V6.24331C12.7516 6.57468 12.483 6.84331 12.1516 6.84331H3.95754C3.62617 6.84331 3.35754 6.57468 3.35754 6.24331V3.94003Z",
|
|
2457
2511
|
fill: "#BFF6F8",
|
|
2458
2512
|
className: "c-icon-fill"
|
|
2459
2513
|
}),
|
|
2460
|
-
/* @__PURE__ */
|
|
2514
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2461
2515
|
fillRule: "evenodd",
|
|
2462
2516
|
clipRule: "evenodd",
|
|
2463
2517
|
d: "M3.95754 2.74005H12.1516C12.8144 2.74005 13.3516 3.27731 13.3516 3.94005V6.24334C13.3516 6.90608 12.8144 7.44334 12.1516 7.44334H3.95754C3.2948 7.44334 2.75754 6.90608 2.75754 6.24334V3.94005C2.75754 3.27731 3.2948 2.74005 3.95754 2.74005ZM3.95754 3.34005C3.62617 3.34005 3.35754 3.60868 3.35754 3.94005V6.24334C3.35754 6.57471 3.62617 6.84334 3.95754 6.84334H12.1516C12.483 6.84334 12.7516 6.57471 12.7516 6.24334V3.94005C12.7516 3.60868 12.483 3.34005 12.1516 3.34005H3.95754Z",
|
|
2464
2518
|
fill: "#528693"
|
|
2465
2519
|
}),
|
|
2466
|
-
/* @__PURE__ */
|
|
2520
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2467
2521
|
d: "M3.35754 15.7589C3.35754 15.4276 3.62617 15.1589 3.95754 15.1589H6.26083C6.5922 15.1589 6.86083 15.4276 6.86083 15.7589V18.0622C6.86083 18.3936 6.5922 18.6622 6.26083 18.6622H3.95754C3.62617 18.6622 3.35754 18.3936 3.35754 18.0622V15.7589Z",
|
|
2468
2522
|
fill: "#BFF6F8",
|
|
2469
2523
|
className: "c-icon-fill"
|
|
2470
2524
|
}),
|
|
2471
|
-
/* @__PURE__ */
|
|
2525
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2472
2526
|
fillRule: "evenodd",
|
|
2473
2527
|
clipRule: "evenodd",
|
|
2474
2528
|
d: "M3.95754 14.559H6.26082C6.92357 14.559 7.46082 15.0962 7.46082 15.759V18.0622C7.46082 18.725 6.92356 19.2622 6.26082 19.2622H3.95754C3.2948 19.2622 2.75754 18.725 2.75754 18.0622V15.759C2.75754 15.0962 3.2948 14.559 3.95754 14.559ZM3.95754 15.159C3.62617 15.159 3.35754 15.4276 3.35754 15.759V18.0622C3.35754 18.3936 3.62617 18.6622 3.95754 18.6622H6.26082C6.59219 18.6622 6.86082 18.3936 6.86082 18.0622V15.759C6.86082 15.4276 6.5922 15.159 6.26082 15.159H3.95754Z",
|
|
2475
2529
|
fill: "#528693"
|
|
2476
2530
|
}),
|
|
2477
|
-
/* @__PURE__ */
|
|
2531
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2478
2532
|
d: "M16.7 9.5C15.5415 9.5 14.9395 10.3544 14.5123 11.117C14.3963 11.3241 14.1036 11.3241 13.9876 11.117C13.5604 10.3544 12.9585 9.5 11.8 9.5C10.3848 9.5 9.20001 10.7858 9.20001 12.3718C9.20001 14.9022 14.25 18.8 14.25 18.8C14.25 18.8 19.3 14.9022 19.3 12.3718C19.3002 10.7858 18.1152 9.5 16.7 9.5Z",
|
|
2479
2533
|
fill: "#BFF6F8",
|
|
2480
2534
|
className: "c-icon-fill"
|
|
2481
2535
|
}),
|
|
2482
|
-
/* @__PURE__ */
|
|
2536
|
+
/* @__PURE__ */ jsx53("path", {
|
|
2483
2537
|
fillRule: "evenodd",
|
|
2484
2538
|
clipRule: "evenodd",
|
|
2485
2539
|
d: "M13.8834 19.275L14.25 18.8L14.6166 19.275C14.4006 19.4417 14.0994 19.4417 13.8834 19.275ZM19.3 12.3718C19.3002 10.7858 18.1152 9.50002 16.7 9.50002C15.5415 9.50002 14.9395 10.3544 14.5123 11.117C14.3963 11.3241 14.1036 11.3241 13.9876 11.117C13.5604 10.3544 12.9585 9.50002 11.8 9.50002C10.3848 9.50002 9.20001 10.7858 9.20001 12.3718C9.20001 14.9023 14.25 18.8 14.25 18.8C13.8834 19.275 13.8834 19.275 13.8834 19.275L13.8819 19.2738L13.8785 19.2713L13.8665 19.2619L13.8218 19.2268C13.7831 19.1963 13.727 19.1517 13.656 19.0944C13.5141 18.9798 13.3125 18.814 13.0709 18.6074C12.5887 18.1949 11.9434 17.6162 11.2961 16.9544C10.6512 16.2951 9.99059 15.5395 9.48747 14.773C8.9952 14.0231 8.60001 13.1832 8.60001 12.3718C8.60001 10.5087 10.0016 8.90002 11.8 8.90002C13.0559 8.90002 13.7895 9.6828 14.25 10.3886C14.7105 9.68277 15.4441 8.90002 16.7 8.90002C18.4983 8.90002 19.9002 10.5086 19.9 12.3718M19.3 12.3718C19.3 14.9023 14.25 18.8 14.25 18.8C14.6166 19.275 14.6166 19.275 14.6166 19.275L14.6181 19.2738L14.6214 19.2713L14.6335 19.2619L14.6782 19.2268C14.7169 19.1963 14.773 19.1517 14.844 19.0944C14.9859 18.9798 15.1875 18.814 15.4291 18.6074C15.9113 18.1949 16.5566 17.6162 17.2039 16.9544C17.8488 16.2951 18.5094 15.5395 19.0125 14.773C19.5048 14.0231 19.9 13.1832 19.9 12.3718",
|
|
@@ -2491,10 +2545,10 @@ var GridRelation = forwardRef46((delegated, ref) => {
|
|
|
2491
2545
|
GridRelation.displayName = "GridRelation";
|
|
2492
2546
|
|
|
2493
2547
|
// src/iconography/hand-mirror.tsx
|
|
2494
|
-
import { forwardRef as
|
|
2495
|
-
import { jsx as
|
|
2496
|
-
var HandMirror =
|
|
2497
|
-
return /* @__PURE__ */
|
|
2548
|
+
import { forwardRef as forwardRef48 } from "react";
|
|
2549
|
+
import { jsx as jsx54, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
2550
|
+
var HandMirror = forwardRef48((delegated, ref) => {
|
|
2551
|
+
return /* @__PURE__ */ jsxs45("svg", {
|
|
2498
2552
|
ref,
|
|
2499
2553
|
width: "66",
|
|
2500
2554
|
height: "66",
|
|
@@ -2502,27 +2556,27 @@ var HandMirror = forwardRef47((delegated, ref) => {
|
|
|
2502
2556
|
fill: "none",
|
|
2503
2557
|
...delegated,
|
|
2504
2558
|
children: [
|
|
2505
|
-
/* @__PURE__ */
|
|
2559
|
+
/* @__PURE__ */ jsx54("path", {
|
|
2506
2560
|
fill: "#BFF6F8",
|
|
2507
2561
|
d: "M14.4628 9.902c7.1381-6.2621 19.2704-4.1053 27.0981 4.8174 6.1712 7.0344 7.8246 16.174 4.7503 22.7958-.5144.862-1.2875 2.8777-.2643 4.0439 6.1144 4.0729 17.0507 13.3526 11.8808 17.8881-4.7391 4.1575-12.7674-7.6734-16.1891-14.1085-1.0231-1.1663-3.1222-.6622-4.0439-.2644-6.9657 2.1861-15.8122-.6431-21.9834-7.6776C7.8836 28.474 7.3246 16.1642 14.4628 9.902Z"
|
|
2508
2562
|
}),
|
|
2509
|
-
/* @__PURE__ */
|
|
2563
|
+
/* @__PURE__ */ jsx54("path", {
|
|
2510
2564
|
fill: "#528693",
|
|
2511
2565
|
fillRule: "evenodd",
|
|
2512
2566
|
d: "M41.7386 45.3387c-1.0231-1.1663-3.1222-.6622-4.0439-.2644-6.9657 2.1861-15.8122-.6431-21.9834-7.6776C7.8836 28.474 7.3246 16.1642 14.4628 9.902c7.1381-6.2621 19.2704-4.1053 27.0981 4.8174 6.1712 7.0344 7.8246 16.174 4.7503 22.7958-.5144.862-1.2875 2.8777-.2643 4.0439 6.1144 4.0729 17.0507 13.3526 11.8808 17.8881-4.7391 4.1575-12.7674-7.6734-16.1891-14.1085Zm3.301-8.4874c2.7471-5.9949 1.3079-14.5032-4.5557-21.187-7.5136-8.5646-18.7448-10.2397-25.0763-4.6852-6.3314 5.5545-6.1328 16.9082 1.3808 25.4728 5.8636 6.6838 14.1121 9.2184 20.4135 7.2752.5879-.2438 1.4807-.5021 2.4208-.5388.956-.0373 2.2673.1504 3.193 1.2055l.1098.1252.0782.147c1.6809 3.1613 4.475 7.6069 7.3827 10.7214 1.4666 1.5708 2.857 2.6874 4.0534 3.1953.5829.2474 1.0584.3238 1.4422.2889.3631-.033.7249-.1717 1.1008-.5015.4507-.3954.6793-.7955.7842-1.1926.1083-.41.1081-.9083-.0446-1.5177-.3151-1.2575-1.2243-2.7699-2.6007-4.4086-2.7293-3.2498-6.8683-6.5007-9.8691-8.4996l-.1578-.1051-.125-.1425c-.9256-1.0551-.941-2.3797-.7796-3.3227.1588-.9273.5312-1.7789.8494-2.33Z",
|
|
2513
2567
|
clipRule: "evenodd"
|
|
2514
2568
|
}),
|
|
2515
|
-
/* @__PURE__ */
|
|
2569
|
+
/* @__PURE__ */ jsx54("path", {
|
|
2516
2570
|
fill: "#fff",
|
|
2517
2571
|
d: "M18.9427 34.5621c5.7403 6.5433 14.7337 8.0404 20.0874 3.3438 5.3536-4.6967 5.0401-13.8085-.7002-20.3518-5.7403-6.5433-14.7338-8.0404-20.0874-3.3437-5.3536 4.6966-5.0402 13.8084.7002 20.3517Z"
|
|
2518
2572
|
}),
|
|
2519
|
-
/* @__PURE__ */
|
|
2573
|
+
/* @__PURE__ */ jsx54("path", {
|
|
2520
2574
|
fill: "#528693",
|
|
2521
2575
|
fillRule: "evenodd",
|
|
2522
2576
|
d: "M38.0852 36.8288c-4.5668 4.0063-12.6609 2.9491-18.0655-3.2116-5.4046-6.1606-5.3991-14.3234-.8323-18.3298 4.5668-4.0063 12.6608-2.9491 18.0654 3.2116 5.4046 6.1606 5.3991 14.3234.8324 18.3298Zm.9449 1.0771c-5.3537 4.6966-14.3471 3.1995-20.0874-3.3438-5.7404-6.5433-6.0538-15.6551-.7002-20.3517 5.3536-4.6967 14.3471-3.1996 20.0874 3.3437 5.7403 6.5433 6.0538 15.6551.7002 20.3518Z",
|
|
2523
2577
|
clipRule: "evenodd"
|
|
2524
2578
|
}),
|
|
2525
|
-
/* @__PURE__ */
|
|
2579
|
+
/* @__PURE__ */ jsx54("path", {
|
|
2526
2580
|
fill: "#528693",
|
|
2527
2581
|
fillRule: "evenodd",
|
|
2528
2582
|
d: "M21.9874 23.5929a.7164.7164 0 0 0 .6681.7616l12.1318.7931a.7164.7164 0 1 0 .0935-1.4298l-12.1318-.793a.7164.7164 0 0 0-.7616.6681ZM21.3073 18.4718a.7164.7164 0 0 0 .6681.7616l5.0549.3305a.7165.7165 0 0 0 .0935-1.4298l-5.0549-.3304a.7164.7164 0 0 0-.7616.6681Zm8.0878.5287a.7164.7164 0 0 0 .6681.7616l2.022.1322a.7164.7164 0 0 0 .0935-1.4297l-2.022-.1322a.7164.7164 0 0 0-.7616.6681Z",
|
|
@@ -2534,25 +2588,25 @@ var HandMirror = forwardRef47((delegated, ref) => {
|
|
|
2534
2588
|
HandMirror.displayName = "HandMirrorIcon";
|
|
2535
2589
|
|
|
2536
2590
|
// src/iconography/hooks.tsx
|
|
2537
|
-
import { forwardRef as
|
|
2538
|
-
import { jsx as
|
|
2539
|
-
var Hooks =
|
|
2540
|
-
return /* @__PURE__ */
|
|
2591
|
+
import { forwardRef as forwardRef49 } from "react";
|
|
2592
|
+
import { jsx as jsx55, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
2593
|
+
var Hooks = forwardRef49((delegated, ref) => {
|
|
2594
|
+
return /* @__PURE__ */ jsxs46("svg", {
|
|
2541
2595
|
ref,
|
|
2542
2596
|
width: "34",
|
|
2543
2597
|
height: "34",
|
|
2544
2598
|
viewBox: "0 0 34 34",
|
|
2545
2599
|
...delegated,
|
|
2546
2600
|
children: [
|
|
2547
|
-
/* @__PURE__ */
|
|
2601
|
+
/* @__PURE__ */ jsx55("path", {
|
|
2548
2602
|
d: "M13.3225 23.6578C13.0084 22.0351 13.5197 20.5568 12.6857 18.9973C12.4168 18.4953 11.6734 17.7783 11.2432 17.1868C11.2253 17.1594 10.0781 17.3302 9.94314 17.3387C9.47021 17.3644 8.99589 17.3404 8.52798 17.267C7.59689 17.1111 6.69399 16.8183 5.84862 16.3981C4.74695 15.8041 3.7796 14.9893 3.00698 14.0046C2.37959 13.2696 2.28997 12.947 2.36167 12.4951C2.43991 12.0661 2.60457 11.6575 2.84565 11.2941C3.0628 10.9126 3.3155 10.5525 3.6004 10.2186C4.20467 9.40329 4.90114 8.66059 5.67597 8.00526C7.1812 6.66607 8.94036 5.64323 10.8488 4.99758C10.945 4.9677 11.0462 4.9578 11.1463 4.96851C11.2464 4.97922 11.3433 5.0103 11.4309 5.05985C13.7169 6.42218 15.8764 10.6346 14.9264 14.2376C15.5967 14.9032 16.2002 15.6328 16.7283 16.416C17.3604 17.5667 17.7305 18.8427 17.8124 20.153C17.8172 21.2619 18.114 22.35 18.6728 23.3078C18.8458 23.5565 19.0677 23.7672 19.3249 23.9272C19.5821 24.0872 19.8692 24.1931 20.1687 24.2384C20.4682 24.2837 20.7738 24.2675 21.0668 24.1907C21.3598 24.1139 21.6341 23.9782 21.8729 23.7918C22.5136 23.3928 22.9879 22.775 23.2079 22.0531C23.5986 20.4193 23.5429 18.7105 23.0466 17.1057C22.8008 16.081 22.4987 15.0706 22.1418 14.0791C22.1141 13.9989 22.1138 13.9117 22.141 13.8313C22.1681 13.7508 22.2211 13.6817 22.2917 13.6346C22.3623 13.5874 22.4466 13.5651 22.5312 13.5709C22.6159 13.5767 22.6963 13.6105 22.7598 13.6668C27.5817 16.8038 29.5893 22.3785 25.1712 26.7259C22.3748 29.4685 17.5614 29.71 14.8641 26.69C14.0858 25.8371 13.5531 24.7893 13.3225 23.6578ZM3.66927 11.8092C3.6155 11.9035 3.25699 12.4092 3.27492 12.6158C3.28435 12.7857 3.49946 13.0187 3.65229 13.1979C5.40898 15.3584 7.9723 17.0075 10.7602 16.4339C10.0158 15.3584 9.59501 13.664 10.4639 12.6781C11.4677 11.5403 12.9291 11.9705 14.2018 13.4583C14.4443 12.3703 14.3885 11.237 14.0405 10.178C13.6783 8.96125 13.0611 7.8356 12.23 6.87597C12.0055 6.62502 11.3875 6.08726 11.1272 5.86272C11.0935 5.82993 11.0507 5.80813 11.0043 5.80021C10.958 5.79229 10.9104 5.79863 10.8677 5.81838C10.6073 5.93442 10.0431 6.18537 9.73558 6.32878C9.00471 6.69136 8.2959 7.0968 7.61285 7.54298C6.77126 8.12514 6.0017 8.80508 5.32029 9.56854C4.9037 10.0182 4.52028 10.4974 4.17307 11.0026C3.99193 11.2714 3.8306 11.5403 3.66927 11.8092ZM12.1659 13.1178C11.2073 13.0281 10.947 13.9329 11.2696 14.9461C11.6254 15.8488 12.1118 16.6943 12.7131 17.4557C13.1759 18.0368 13.5615 18.6755 13.8603 19.3558C14.0978 20.4137 14.1792 21.5008 14.1018 22.5823C14.152 23.5687 14.4576 24.5251 14.9886 25.3579C15.5197 26.1906 16.258 26.871 17.1312 27.3325C20.2238 28.9817 24.0419 27.4127 25.7627 24.5447C27.9939 20.8077 26.0759 17.2849 23.1211 14.8386C24.3853 17.9755 25.774 24.0428 21.0455 25.1004C20.4748 25.2583 19.8697 25.2411 19.3089 25.051C18.748 24.8609 18.2572 24.5067 17.9001 24.0343C17.2459 22.9093 16.917 21.6247 16.9501 20.3237C16.9237 18.7904 16.4227 17.3029 15.516 16.066C14.8905 15.3131 13.3131 13.23 12.1659 13.1178Z",
|
|
2549
2603
|
fill: "#528693"
|
|
2550
2604
|
}),
|
|
2551
|
-
/* @__PURE__ */
|
|
2605
|
+
/* @__PURE__ */ jsx55("path", {
|
|
2552
2606
|
d: "M11.2701 14.9461C10.9475 13.9328 11.2079 13.0281 12.1664 13.1177C13.3136 13.2337 14.891 15.3131 15.5099 16.0659C16.4166 17.3028 16.9176 18.7903 16.944 20.3237C16.9109 21.6246 17.2398 22.9092 17.894 24.0342C18.2511 24.5066 18.7419 24.8609 19.3028 25.051C19.8636 25.2411 20.4687 25.2583 21.0394 25.1003C25.7717 24.0427 24.383 17.9754 23.115 14.8385C26.0727 17.2848 27.9907 20.8076 25.7566 24.5446C24.0358 27.4127 20.2177 28.9788 17.1251 27.3325C16.2519 26.871 15.5136 26.1905 14.9825 25.3578C14.4515 24.5251 14.1459 23.5686 14.0957 22.5823C14.1731 21.5007 14.0917 20.4137 13.8542 19.3557C13.5555 18.6755 13.1698 18.0368 12.707 17.4556C12.108 16.6938 11.6239 15.8483 11.2701 14.9461Z",
|
|
2553
2607
|
fill: "white"
|
|
2554
2608
|
}),
|
|
2555
|
-
/* @__PURE__ */
|
|
2609
|
+
/* @__PURE__ */ jsx55("path", {
|
|
2556
2610
|
d: "M14.0388 10.178C14.3868 11.237 14.4426 12.3703 14.2001 13.4583C12.9274 11.9705 11.4642 11.5403 10.4622 12.6781C9.59333 13.664 10.0141 15.3584 10.7585 16.4339C7.97061 17.0075 5.40729 15.3584 3.65061 13.1979C3.49871 13.0187 3.28361 12.7856 3.27323 12.6158C3.25531 12.4092 3.61381 11.9073 3.66759 11.8092C3.82892 11.5403 3.99025 11.2714 4.1695 11.0025C4.51762 10.4973 4.90198 10.018 5.31955 9.56851C6.00096 8.80504 6.77052 8.12511 7.61211 7.54294C8.29586 7.09798 9.00531 6.6938 9.73673 6.33251C10.0415 6.18911 10.6056 5.93815 10.8689 5.82211C10.9115 5.80236 10.9591 5.79603 11.0055 5.80395C11.0518 5.81186 11.0946 5.83366 11.1283 5.86645C11.3887 6.09099 12.0066 6.62875 12.2312 6.87971C13.0608 7.83849 13.677 8.96279 14.0388 10.178Z",
|
|
2557
2611
|
fill: "#bff6f8"
|
|
2558
2612
|
})
|
|
@@ -2562,10 +2616,10 @@ var Hooks = forwardRef48((delegated, ref) => {
|
|
|
2562
2616
|
Hooks.displayName = "HooksIcon";
|
|
2563
2617
|
|
|
2564
2618
|
// src/iconography/image.tsx
|
|
2565
|
-
import { forwardRef as
|
|
2566
|
-
import { jsx as
|
|
2567
|
-
var Image =
|
|
2568
|
-
return /* @__PURE__ */
|
|
2619
|
+
import { forwardRef as forwardRef50 } from "react";
|
|
2620
|
+
import { jsx as jsx56, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
2621
|
+
var Image = forwardRef50((delegated, ref) => {
|
|
2622
|
+
return /* @__PURE__ */ jsxs47("svg", {
|
|
2569
2623
|
ref,
|
|
2570
2624
|
width: "22",
|
|
2571
2625
|
height: "22",
|
|
@@ -2573,40 +2627,40 @@ var Image = forwardRef49((delegated, ref) => {
|
|
|
2573
2627
|
fill: "none",
|
|
2574
2628
|
...delegated,
|
|
2575
2629
|
children: [
|
|
2576
|
-
/* @__PURE__ */
|
|
2630
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2577
2631
|
d: "M2.26135 4.94489C2.26135 4.3926 2.70907 3.94489 3.26135 3.94489H18.6572C19.2095 3.94489 19.6572 4.3926 19.6572 4.94489V17.0561C19.6572 17.6084 19.2095 18.0561 18.6572 18.0561H3.26135C2.70907 18.0561 2.26135 17.6084 2.26135 17.0561V4.94489Z",
|
|
2578
2632
|
fill: "#528693"
|
|
2579
2633
|
}),
|
|
2580
|
-
/* @__PURE__ */
|
|
2634
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2581
2635
|
fillRule: "evenodd",
|
|
2582
2636
|
clipRule: "evenodd",
|
|
2583
2637
|
d: "M3.26138 3.34491H18.6573C19.5409 3.34491 20.2573 4.06125 20.2573 4.94491V17.0561C20.2573 17.9398 19.5409 18.6561 18.6573 18.6561H3.26138C2.37772 18.6561 1.66138 17.9398 1.66138 17.0561V4.94491C1.66138 4.06125 2.37772 3.34491 3.26138 3.34491ZM3.26138 3.94491C2.70909 3.94491 2.26138 4.39263 2.26138 4.94491V17.0561C2.26138 17.6084 2.70909 18.0561 3.26138 18.0561H18.6573C19.2095 18.0561 19.6573 17.6084 19.6573 17.0561V4.94491C19.6573 4.39262 19.2095 3.94491 18.6573 3.94491H3.26138Z",
|
|
2584
2638
|
fill: "#528693"
|
|
2585
2639
|
}),
|
|
2586
|
-
/* @__PURE__ */
|
|
2640
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2587
2641
|
d: "M19.7184 3.9187C19.7184 6.92029 19.7014 9.76839 19.7111 12.7719C18.6042 13.5911 17.3429 14.1778 16.0033 14.4968C15.3866 14.6997 14.7299 14.7499 14.0896 14.643C13.4762 14.5 12.9086 14.2051 12.439 13.7854C12.3744 13.7207 12.3097 13.656 12.2521 13.5914C11.9109 13.185 11.6734 12.7018 11.5601 12.1834C11.5013 11.9207 11.4883 11.6972 11.445 11.3853C11.4116 11.145 11.5371 10.9448 11.3621 10.7697C11.1316 10.5392 10.0894 10.6836 10.0894 10.6836C10.0894 10.6836 8.86249 10.8692 8.26619 11.0406C6.1652 11.6762 3.9984 12.6494 2.20984 13.9219L2.21002 3.92388C6.97918 3.92388 13.1552 3.92388 17.8933 3.9187H19.7184Z",
|
|
2588
2642
|
fill: "#BFF6F8",
|
|
2589
2643
|
className: "c-icon-fill"
|
|
2590
2644
|
}),
|
|
2591
|
-
/* @__PURE__ */
|
|
2645
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2592
2646
|
d: "M19.6695 13.5079C19.6766 15.1177 19.6909 16.5214 19.7245 18.1286C14.9456 18.1286 8.91916 18.0736 4.16228 18.071C3.93338 18.071 3.55342 18.071 3.18644 18.071C2.62828 18.071 2.17816 17.6145 2.18501 17.0564C2.19334 16.378 2.2024 15.5059 2.2024 14.921V14.5977C2.23402 14.5986 2.26508 14.5893 2.29101 14.5711C4.6937 13.0073 6.91601 11.6376 9.95177 11.218C8.95318 11.5795 7.96623 12.2379 8.07618 13.4098C8.22752 15.0047 10.0766 15.3856 11.3675 15.4626C13.9519 15.623 17.1959 15.2374 19.6695 13.5079Z",
|
|
2593
2647
|
fill: "white"
|
|
2594
2648
|
}),
|
|
2595
|
-
/* @__PURE__ */
|
|
2649
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2596
2650
|
d: "M10.9579 11.3522C10.8839 12.1576 11.0872 12.964 11.5341 13.638C11.9811 14.3119 12.7488 14.764 13.5195 15.0091C13.3947 15.0181 13.1691 15.075 13.0443 15.0795C11.8944 15.1228 10.3997 15.1849 9.42249 14.4974C9.23332 14.383 9.07266 14.227 8.95269 14.0413C8.83272 13.8556 8.75657 13.645 8.73003 13.4256C8.70348 13.2061 8.72722 12.9834 8.79946 12.7745C8.8717 12.5655 8.99054 12.3758 9.14697 12.2195C9.66513 11.7782 10.2892 11.4793 10.9579 11.3522Z",
|
|
2597
2651
|
fill: "white"
|
|
2598
2652
|
}),
|
|
2599
|
-
/* @__PURE__ */
|
|
2653
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2600
2654
|
d: "M17.3696 7.34985C17.3696 8.14498 16.7251 8.78955 15.9299 8.78955C15.1348 8.78955 14.4902 8.14498 14.4902 7.34985C14.4902 6.55473 15.1348 5.91016 15.9299 5.91016C16.7251 5.91016 17.3696 6.55473 17.3696 7.34985Z",
|
|
2601
2655
|
fill: "white"
|
|
2602
2656
|
}),
|
|
2603
|
-
/* @__PURE__ */
|
|
2657
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2604
2658
|
fillRule: "evenodd",
|
|
2605
2659
|
clipRule: "evenodd",
|
|
2606
2660
|
d: "M17.9697 7.34988C17.9697 8.47637 17.0564 9.38958 15.93 9.38958C14.8035 9.38958 13.8903 8.47637 13.8903 7.34988C13.8903 6.22338 14.8035 5.31018 15.93 5.31018C17.0564 5.31018 17.9697 6.22338 17.9697 7.34988ZM15.93 8.78958C16.7251 8.78958 17.3697 8.145 17.3697 7.34988C17.3697 6.55475 16.7251 5.91018 15.93 5.91018C15.1348 5.91018 14.4903 6.55475 14.4903 7.34988C14.4903 8.145 15.1348 8.78958 15.93 8.78958Z",
|
|
2607
2661
|
fill: "#528693"
|
|
2608
2662
|
}),
|
|
2609
|
-
/* @__PURE__ */
|
|
2663
|
+
/* @__PURE__ */ jsx56("path", {
|
|
2610
2664
|
fillRule: "evenodd",
|
|
2611
2665
|
clipRule: "evenodd",
|
|
2612
2666
|
d: "M3.26138 3.34491H18.6573C19.5409 3.34491 20.2573 4.06125 20.2573 4.94491V17.0561C20.2573 17.9398 19.5409 18.6561 18.6573 18.6561H3.26138C2.37772 18.6561 1.66138 17.9398 1.66138 17.0561V4.94491C1.66138 4.06125 2.37772 3.34491 3.26138 3.34491ZM3.26138 3.94491C2.70909 3.94491 2.26138 4.39263 2.26138 4.94491V17.0561C2.26138 17.6084 2.70909 18.0561 3.26138 18.0561H18.6573C19.2095 18.0561 19.6573 17.6084 19.6573 17.0561V4.94491C19.6573 4.39262 19.2095 3.94491 18.6573 3.94491H3.26138Z",
|
|
@@ -2618,10 +2672,10 @@ var Image = forwardRef49((delegated, ref) => {
|
|
|
2618
2672
|
Image.displayName = "ImageIcon";
|
|
2619
2673
|
|
|
2620
2674
|
// src/iconography/info.tsx
|
|
2621
|
-
import { forwardRef as
|
|
2622
|
-
import { jsx as
|
|
2623
|
-
var Info =
|
|
2624
|
-
return /* @__PURE__ */
|
|
2675
|
+
import { forwardRef as forwardRef51 } from "react";
|
|
2676
|
+
import { jsx as jsx57, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
2677
|
+
var Info = forwardRef51((delegated, ref) => {
|
|
2678
|
+
return /* @__PURE__ */ jsxs48("svg", {
|
|
2625
2679
|
ref,
|
|
2626
2680
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2627
2681
|
width: "22",
|
|
@@ -2630,21 +2684,21 @@ var Info = forwardRef50((delegated, ref) => {
|
|
|
2630
2684
|
viewBox: "0 0 22 22",
|
|
2631
2685
|
...delegated,
|
|
2632
2686
|
children: [
|
|
2633
|
-
/* @__PURE__ */
|
|
2687
|
+
/* @__PURE__ */ jsx57("path", {
|
|
2634
2688
|
d: "M17.593 3.85212C17.593 4.67937 16.9224 5.34999 16.0952 5.34999C15.2679 5.34999 14.5973 4.67937 14.5973 3.85212C14.5973 3.02487 15.2679 2.35425 16.0952 2.35425C16.9224 2.35425 17.593 3.02487 17.593 3.85212Z",
|
|
2635
2689
|
fill: "#BFF6F8"
|
|
2636
2690
|
}),
|
|
2637
|
-
/* @__PURE__ */
|
|
2691
|
+
/* @__PURE__ */ jsx57("path", {
|
|
2638
2692
|
fillRule: "evenodd",
|
|
2639
2693
|
clipRule: "evenodd",
|
|
2640
2694
|
d: "M18.253 3.85212C18.253 5.04383 17.2869 6.00991 16.0952 6.00991C14.9035 6.00991 13.9374 5.04383 13.9374 3.85212C13.9374 2.66041 14.9035 1.69434 16.0952 1.69434C17.2869 1.69434 18.253 2.66041 18.253 3.85212ZM16.0952 5.34999C16.9224 5.34999 17.5931 4.67937 17.5931 3.85212C17.5931 3.02487 16.9224 2.35425 16.0952 2.35425C15.2679 2.35425 14.5973 3.02487 14.5973 3.85212C14.5973 4.67937 15.2679 5.34999 16.0952 5.34999Z",
|
|
2641
2695
|
fill: "#528693"
|
|
2642
2696
|
}),
|
|
2643
|
-
/* @__PURE__ */
|
|
2697
|
+
/* @__PURE__ */ jsx57("path", {
|
|
2644
2698
|
d: "M11.2267 19.6338C10.1339 19.5731 9.0685 19.2687 8.1091 18.743C6.45171 17.8422 5.90412 16.3181 6.67909 14.7659C7.26511 13.7065 7.9836 12.7256 8.81732 11.8468L8.91693 11.7313C9.29243 11.2963 9.68044 10.8467 10.0199 10.3976C10.4486 9.83253 10.8215 9.28929 10.6797 8.86312C10.5968 8.6196 10.3605 8.44373 9.9584 8.32457C9.83715 8.29874 9.71404 8.28256 9.59022 8.27617L9.50938 8.26941C9.26232 8.2834 9.01575 8.23452 8.79281 8.12735C8.54248 7.93066 8.64731 7.36817 8.77404 7.12204C8.87835 6.92966 9.02762 6.76522 9.2092 6.64266C9.39077 6.5201 9.59929 6.44304 9.81707 6.41802C10.0235 6.38077 10.2331 6.36335 10.4429 6.36598C11.4176 6.41652 12.3773 6.6275 13.2831 6.9904C14.9259 7.62106 15.7097 8.86885 15.3801 10.3284C15.1357 11.2718 14.6733 12.1451 14.0299 12.8781C13.8385 13.118 13.6419 13.3464 13.4458 13.5795L13.3415 13.7024C12.9232 14.1775 12.5323 14.6759 12.1707 15.1952L11.9564 15.5012C11.7156 15.8119 11.5223 16.1565 11.3827 16.5237C11.303 16.7335 11.308 16.966 11.3968 17.1721C11.4855 17.3783 11.651 17.5421 11.8583 17.6289C12.0086 17.6973 12.1701 17.7377 12.335 17.748C12.5957 17.7793 12.8648 17.8126 12.9712 18.0603C13.0139 18.1752 13.0313 18.298 13.0223 18.4203C13.0133 18.5425 12.9781 18.6615 12.9191 18.769C12.7552 19.0647 12.5066 19.305 12.2052 19.459C11.9037 19.6131 11.563 19.6739 11.2267 19.6338Z",
|
|
2645
2699
|
fill: "#BFF6F8"
|
|
2646
2700
|
}),
|
|
2647
|
-
/* @__PURE__ */
|
|
2701
|
+
/* @__PURE__ */ jsx57("path", {
|
|
2648
2702
|
fillRule: "evenodd",
|
|
2649
2703
|
clipRule: "evenodd",
|
|
2650
2704
|
d: "M11.2842 18.976L11.3049 18.9785C11.5112 19.0031 11.7201 18.9658 11.9049 18.8714C12.0891 18.7772 12.2409 18.6306 12.3411 18.4504C12.3471 18.4394 12.352 18.4277 12.3558 18.4158C12.3317 18.4124 12.3048 18.4091 12.2731 18.4053C12.0384 18.3881 11.8084 18.33 11.5936 18.2335C11.2334 18.0797 10.9456 17.7933 10.7906 17.433C10.6341 17.0694 10.6252 16.6594 10.7658 16.2894C10.9266 15.8663 11.1487 15.4689 11.4246 15.1101L11.6291 14.8181C11.6293 14.8178 11.629 14.8184 11.6291 14.8181C12.0038 14.2802 12.4092 13.763 12.8423 13.2707L12.9418 13.1535C12.9894 13.097 13.0361 13.0418 13.0821 12.9874C13.2314 12.8108 13.3734 12.6428 13.5141 12.4665L13.5237 12.4544L13.5339 12.4428C14.107 11.7899 14.5194 11.0128 14.7386 10.1733C14.8642 9.60674 14.7724 9.1134 14.5125 8.69961C14.2452 8.27422 13.7678 7.88337 13.0466 7.60647L13.0376 7.60304C12.2034 7.26882 11.3198 7.07373 10.4221 7.02572C10.2586 7.02444 10.0952 7.03841 9.93422 7.06745L9.91342 7.0712L9.89242 7.07362C9.77981 7.08656 9.67209 7.12639 9.57839 7.18964C9.48729 7.25113 9.41209 7.33296 9.35867 7.42842C9.35249 7.44171 9.33941 7.47402 9.32659 7.52286C9.31959 7.54951 9.31383 7.57671 9.30949 7.60325C9.36308 7.61115 9.41754 7.61364 9.47206 7.61055L9.51828 7.60793L9.63538 7.61773C9.79024 7.6263 9.94419 7.64682 10.0959 7.67913L10.1211 7.68451L10.1459 7.69185C10.6213 7.83272 11.1176 8.10198 11.3044 8.65041L11.3058 8.6547C11.4603 9.11879 11.309 9.5616 11.1547 9.87197C10.9947 10.194 10.7584 10.5161 10.546 10.7961C10.1932 11.2626 9.79323 11.726 9.4222 12.1559L9.4167 12.1622L9.30686 12.2896L9.29607 12.301C8.50411 13.1358 7.82119 14.0671 7.26353 15.0728C6.95101 15.7053 6.92585 16.2828 7.10297 16.7755C7.28379 17.2785 7.70442 17.772 8.42421 18.1631L8.42623 18.1642C9.29923 18.6426 10.2687 18.9197 11.2633 18.9749L11.2842 18.976ZM6.67909 14.7659C7.26511 13.7065 7.9836 12.7256 8.81732 11.8468L8.91693 11.7313C9.29243 11.2963 9.68044 10.8467 10.0199 10.3976C10.4486 9.83253 10.8215 9.28929 10.6797 8.86312C10.5968 8.6196 10.3605 8.44373 9.9584 8.32457C9.83715 8.29874 9.71404 8.28256 9.59022 8.27617L9.50938 8.26941C9.26232 8.2834 9.01575 8.23452 8.79281 8.12735C8.54248 7.93066 8.64731 7.36817 8.77404 7.12204C8.87835 6.92966 9.02762 6.76522 9.2092 6.64266C9.39077 6.5201 9.59929 6.44304 9.81707 6.41802C10.0235 6.38077 10.2331 6.36335 10.4429 6.36598C11.4176 6.41652 12.3773 6.6275 13.2831 6.9904C14.9259 7.62106 15.7097 8.86885 15.3801 10.3284C15.1357 11.2718 14.6733 12.1451 14.0299 12.8781C13.8828 13.0625 13.7326 13.2401 13.582 13.4182C13.5366 13.4719 13.4912 13.5256 13.4458 13.5795L13.3415 13.7024C12.9232 14.1775 12.5323 14.6759 12.1707 15.1952L11.9564 15.5012C11.7156 15.8119 11.5223 16.1565 11.3827 16.5237C11.303 16.7335 11.308 16.966 11.3968 17.1721C11.4855 17.3783 11.651 17.5421 11.8583 17.6289C12.0086 17.6973 12.1701 17.7377 12.335 17.748C12.5957 17.7793 12.8648 17.8126 12.9712 18.0603C13.0139 18.1752 13.0313 18.298 13.0223 18.4203C13.0133 18.5425 12.9781 18.6615 12.9191 18.769C12.7552 19.0647 12.5066 19.305 12.2052 19.459C11.9037 19.6131 11.563 19.6739 11.2267 19.6338C10.1339 19.5731 9.0685 19.2687 8.1091 18.743C6.45171 17.8422 5.90412 16.3181 6.67909 14.7659Z",
|
|
@@ -2656,10 +2710,10 @@ var Info = forwardRef50((delegated, ref) => {
|
|
|
2656
2710
|
Info.displayName = "InfoIcon";
|
|
2657
2711
|
|
|
2658
2712
|
// src/iconography/key.tsx
|
|
2659
|
-
import { forwardRef as
|
|
2660
|
-
import { jsx as
|
|
2661
|
-
var Key =
|
|
2662
|
-
return /* @__PURE__ */
|
|
2713
|
+
import { forwardRef as forwardRef52 } from "react";
|
|
2714
|
+
import { jsx as jsx58, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2715
|
+
var Key = forwardRef52((delegated, ref) => {
|
|
2716
|
+
return /* @__PURE__ */ jsxs49("svg", {
|
|
2663
2717
|
ref,
|
|
2664
2718
|
viewBox: "0 0 22 22",
|
|
2665
2719
|
width: "22",
|
|
@@ -2667,11 +2721,11 @@ var Key = forwardRef51((delegated, ref) => {
|
|
|
2667
2721
|
fill: "none",
|
|
2668
2722
|
...delegated,
|
|
2669
2723
|
children: [
|
|
2670
|
-
/* @__PURE__ */
|
|
2724
|
+
/* @__PURE__ */ jsx58("path", {
|
|
2671
2725
|
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",
|
|
2672
2726
|
fill: "#BFF6F8"
|
|
2673
2727
|
}),
|
|
2674
|
-
/* @__PURE__ */
|
|
2728
|
+
/* @__PURE__ */ jsx58("path", {
|
|
2675
2729
|
fillRule: "evenodd",
|
|
2676
2730
|
clipRule: "evenodd",
|
|
2677
2731
|
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",
|
|
@@ -2683,37 +2737,37 @@ var Key = forwardRef51((delegated, ref) => {
|
|
|
2683
2737
|
Key.displayName = "KeyIcon";
|
|
2684
2738
|
|
|
2685
2739
|
// src/iconography/language.tsx
|
|
2686
|
-
import { forwardRef as
|
|
2687
|
-
import { jsx as
|
|
2688
|
-
var Language =
|
|
2689
|
-
return /* @__PURE__ */
|
|
2740
|
+
import { forwardRef as forwardRef53 } from "react";
|
|
2741
|
+
import { jsx as jsx59, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2742
|
+
var Language = forwardRef53((delegated, ref) => {
|
|
2743
|
+
return /* @__PURE__ */ jsxs50("svg", {
|
|
2690
2744
|
ref,
|
|
2691
2745
|
width: "34",
|
|
2692
2746
|
height: "34",
|
|
2693
2747
|
viewBox: "0 0 34 34",
|
|
2694
2748
|
...delegated,
|
|
2695
2749
|
children: [
|
|
2696
|
-
/* @__PURE__ */
|
|
2750
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2697
2751
|
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",
|
|
2698
2752
|
fill: "#bff6f8"
|
|
2699
2753
|
}),
|
|
2700
|
-
/* @__PURE__ */
|
|
2754
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2701
2755
|
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",
|
|
2702
2756
|
fill: "#528693"
|
|
2703
2757
|
}),
|
|
2704
|
-
/* @__PURE__ */
|
|
2758
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2705
2759
|
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",
|
|
2706
2760
|
fill: "#528693"
|
|
2707
2761
|
}),
|
|
2708
|
-
/* @__PURE__ */
|
|
2762
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2709
2763
|
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",
|
|
2710
2764
|
fill: "#528693"
|
|
2711
2765
|
}),
|
|
2712
|
-
/* @__PURE__ */
|
|
2766
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2713
2767
|
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",
|
|
2714
2768
|
fill: "#528693"
|
|
2715
2769
|
}),
|
|
2716
|
-
/* @__PURE__ */
|
|
2770
|
+
/* @__PURE__ */ jsx59("path", {
|
|
2717
2771
|
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",
|
|
2718
2772
|
fill: "#528693"
|
|
2719
2773
|
})
|
|
@@ -2723,10 +2777,10 @@ var Language = forwardRef52((delegated, ref) => {
|
|
|
2723
2777
|
Language.displayName = "LanguageProps";
|
|
2724
2778
|
|
|
2725
2779
|
// src/iconography/lifebouy.tsx
|
|
2726
|
-
import { forwardRef as
|
|
2727
|
-
import { jsx as
|
|
2728
|
-
var Lifebouy =
|
|
2729
|
-
return /* @__PURE__ */
|
|
2780
|
+
import { forwardRef as forwardRef54 } from "react";
|
|
2781
|
+
import { jsx as jsx60, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2782
|
+
var Lifebouy = forwardRef54((delegated, ref) => {
|
|
2783
|
+
return /* @__PURE__ */ jsxs51("svg", {
|
|
2730
2784
|
ref,
|
|
2731
2785
|
width: "20",
|
|
2732
2786
|
height: "19",
|
|
@@ -2734,45 +2788,45 @@ var Lifebouy = forwardRef53((delegated, ref) => {
|
|
|
2734
2788
|
fill: "none",
|
|
2735
2789
|
...delegated,
|
|
2736
2790
|
children: [
|
|
2737
|
-
/* @__PURE__ */
|
|
2791
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2738
2792
|
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",
|
|
2739
2793
|
fill: "#FFCCEC"
|
|
2740
2794
|
}),
|
|
2741
|
-
/* @__PURE__ */
|
|
2795
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2742
2796
|
fillRule: "evenodd",
|
|
2743
2797
|
clipRule: "evenodd",
|
|
2744
2798
|
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",
|
|
2745
2799
|
fill: "#528693"
|
|
2746
2800
|
}),
|
|
2747
|
-
/* @__PURE__ */
|
|
2801
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2748
2802
|
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",
|
|
2749
2803
|
fill: "white"
|
|
2750
2804
|
}),
|
|
2751
|
-
/* @__PURE__ */
|
|
2805
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2752
2806
|
fillRule: "evenodd",
|
|
2753
2807
|
clipRule: "evenodd",
|
|
2754
2808
|
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",
|
|
2755
2809
|
fill: "#528693"
|
|
2756
2810
|
}),
|
|
2757
|
-
/* @__PURE__ */
|
|
2811
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2758
2812
|
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",
|
|
2759
2813
|
fill: "#FFCCEC"
|
|
2760
2814
|
}),
|
|
2761
|
-
/* @__PURE__ */
|
|
2815
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2762
2816
|
fillRule: "evenodd",
|
|
2763
2817
|
clipRule: "evenodd",
|
|
2764
2818
|
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",
|
|
2765
2819
|
fill: "#528693"
|
|
2766
2820
|
}),
|
|
2767
|
-
/* @__PURE__ */
|
|
2821
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2768
2822
|
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",
|
|
2769
2823
|
fill: "#EEEFF1"
|
|
2770
2824
|
}),
|
|
2771
|
-
/* @__PURE__ */
|
|
2825
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2772
2826
|
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",
|
|
2773
2827
|
fill: "white"
|
|
2774
2828
|
}),
|
|
2775
|
-
/* @__PURE__ */
|
|
2829
|
+
/* @__PURE__ */ jsx60("path", {
|
|
2776
2830
|
fillRule: "evenodd",
|
|
2777
2831
|
clipRule: "evenodd",
|
|
2778
2832
|
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",
|
|
@@ -2784,10 +2838,10 @@ var Lifebouy = forwardRef53((delegated, ref) => {
|
|
|
2784
2838
|
Lifebouy.displayName = "LifebouyProps";
|
|
2785
2839
|
|
|
2786
2840
|
// src/iconography/location.tsx
|
|
2787
|
-
import { forwardRef as
|
|
2788
|
-
import { jsx as
|
|
2789
|
-
var Location =
|
|
2790
|
-
return /* @__PURE__ */
|
|
2841
|
+
import { forwardRef as forwardRef55 } from "react";
|
|
2842
|
+
import { jsx as jsx61, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2843
|
+
var Location = forwardRef55((delegated, ref) => {
|
|
2844
|
+
return /* @__PURE__ */ jsxs52("svg", {
|
|
2791
2845
|
ref,
|
|
2792
2846
|
width: "22",
|
|
2793
2847
|
height: "22",
|
|
@@ -2795,22 +2849,22 @@ var Location = forwardRef54((delegated, ref) => {
|
|
|
2795
2849
|
fill: "none",
|
|
2796
2850
|
...delegated,
|
|
2797
2851
|
children: [
|
|
2798
|
-
/* @__PURE__ */
|
|
2852
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2799
2853
|
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",
|
|
2800
2854
|
fill: "#BFF6F8",
|
|
2801
2855
|
className: "c-icon-fill"
|
|
2802
2856
|
}),
|
|
2803
|
-
/* @__PURE__ */
|
|
2857
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2804
2858
|
fillRule: "evenodd",
|
|
2805
2859
|
clipRule: "evenodd",
|
|
2806
2860
|
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",
|
|
2807
2861
|
fill: "#528693"
|
|
2808
2862
|
}),
|
|
2809
|
-
/* @__PURE__ */
|
|
2863
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2810
2864
|
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",
|
|
2811
2865
|
fill: "white"
|
|
2812
2866
|
}),
|
|
2813
|
-
/* @__PURE__ */
|
|
2867
|
+
/* @__PURE__ */ jsx61("path", {
|
|
2814
2868
|
fillRule: "evenodd",
|
|
2815
2869
|
clipRule: "evenodd",
|
|
2816
2870
|
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",
|
|
@@ -2822,10 +2876,10 @@ var Location = forwardRef54((delegated, ref) => {
|
|
|
2822
2876
|
Location.displayName = "Location";
|
|
2823
2877
|
|
|
2824
2878
|
// src/iconography/lock-closed.tsx
|
|
2825
|
-
import { forwardRef as
|
|
2826
|
-
import { jsx as
|
|
2827
|
-
var LockClosed =
|
|
2828
|
-
return /* @__PURE__ */
|
|
2879
|
+
import { forwardRef as forwardRef56 } from "react";
|
|
2880
|
+
import { jsx as jsx62, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2881
|
+
var LockClosed = forwardRef56((delegated, ref) => {
|
|
2882
|
+
return /* @__PURE__ */ jsxs53("svg", {
|
|
2829
2883
|
ref,
|
|
2830
2884
|
width: "17",
|
|
2831
2885
|
height: "16",
|
|
@@ -2833,33 +2887,33 @@ var LockClosed = forwardRef55((delegated, ref) => {
|
|
|
2833
2887
|
fill: "none",
|
|
2834
2888
|
...delegated,
|
|
2835
2889
|
children: [
|
|
2836
|
-
/* @__PURE__ */
|
|
2890
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2837
2891
|
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",
|
|
2838
2892
|
fill: "#BFF6F8"
|
|
2839
2893
|
}),
|
|
2840
|
-
/* @__PURE__ */
|
|
2894
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2841
2895
|
fillRule: "evenodd",
|
|
2842
2896
|
clipRule: "evenodd",
|
|
2843
2897
|
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",
|
|
2844
2898
|
fill: "#528693"
|
|
2845
2899
|
}),
|
|
2846
|
-
/* @__PURE__ */
|
|
2900
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2847
2901
|
fillRule: "evenodd",
|
|
2848
2902
|
clipRule: "evenodd",
|
|
2849
2903
|
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",
|
|
2850
2904
|
fill: "#fff"
|
|
2851
2905
|
}),
|
|
2852
|
-
/* @__PURE__ */
|
|
2906
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2853
2907
|
fillRule: "evenodd",
|
|
2854
2908
|
clipRule: "evenodd",
|
|
2855
2909
|
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",
|
|
2856
2910
|
fill: "#528693"
|
|
2857
2911
|
}),
|
|
2858
|
-
/* @__PURE__ */
|
|
2912
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2859
2913
|
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",
|
|
2860
2914
|
fill: "#fff"
|
|
2861
2915
|
}),
|
|
2862
|
-
/* @__PURE__ */
|
|
2916
|
+
/* @__PURE__ */ jsx62("path", {
|
|
2863
2917
|
fillRule: "evenodd",
|
|
2864
2918
|
clipRule: "evenodd",
|
|
2865
2919
|
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",
|
|
@@ -2871,10 +2925,10 @@ var LockClosed = forwardRef55((delegated, ref) => {
|
|
|
2871
2925
|
LockClosed.displayName = "LockClosedIcon";
|
|
2872
2926
|
|
|
2873
2927
|
// src/iconography/lock-open.tsx
|
|
2874
|
-
import { forwardRef as
|
|
2875
|
-
import { jsx as
|
|
2876
|
-
var LockOpen =
|
|
2877
|
-
return /* @__PURE__ */
|
|
2928
|
+
import { forwardRef as forwardRef57 } from "react";
|
|
2929
|
+
import { jsx as jsx63, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2930
|
+
var LockOpen = forwardRef57((delegated, ref) => {
|
|
2931
|
+
return /* @__PURE__ */ jsxs54("svg", {
|
|
2878
2932
|
ref,
|
|
2879
2933
|
width: "20",
|
|
2880
2934
|
height: "20",
|
|
@@ -2882,35 +2936,35 @@ var LockOpen = forwardRef56((delegated, ref) => {
|
|
|
2882
2936
|
viewBox: "0 0 20 20",
|
|
2883
2937
|
...delegated,
|
|
2884
2938
|
children: [
|
|
2885
|
-
/* @__PURE__ */
|
|
2939
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2886
2940
|
fill: "#BFF6F8",
|
|
2887
2941
|
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"
|
|
2888
2942
|
}),
|
|
2889
|
-
/* @__PURE__ */
|
|
2943
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2890
2944
|
fill: "#528693",
|
|
2891
2945
|
fillRule: "evenodd",
|
|
2892
2946
|
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",
|
|
2893
2947
|
clipRule: "evenodd"
|
|
2894
2948
|
}),
|
|
2895
|
-
/* @__PURE__ */
|
|
2949
|
+
/* @__PURE__ */ jsxs54("g", {
|
|
2896
2950
|
fillRule: "evenodd",
|
|
2897
2951
|
clipRule: "evenodd",
|
|
2898
2952
|
children: [
|
|
2899
|
-
/* @__PURE__ */
|
|
2953
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2900
2954
|
fill: "#fff",
|
|
2901
2955
|
d: "M11.01 13.296a1.192 1.192 0 1 0-1.193 0v.756a.596.596 0 0 0 1.193 0v-.756Z"
|
|
2902
2956
|
}),
|
|
2903
|
-
/* @__PURE__ */
|
|
2957
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2904
2958
|
fill: "#528693",
|
|
2905
2959
|
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"
|
|
2906
2960
|
})
|
|
2907
2961
|
]
|
|
2908
2962
|
}),
|
|
2909
|
-
/* @__PURE__ */
|
|
2963
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2910
2964
|
fill: "#fff",
|
|
2911
2965
|
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"
|
|
2912
2966
|
}),
|
|
2913
|
-
/* @__PURE__ */
|
|
2967
|
+
/* @__PURE__ */ jsx63("path", {
|
|
2914
2968
|
fill: "#528693",
|
|
2915
2969
|
fillRule: "evenodd",
|
|
2916
2970
|
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",
|
|
@@ -2922,11 +2976,11 @@ var LockOpen = forwardRef56((delegated, ref) => {
|
|
|
2922
2976
|
LockOpen.displayName = "LockOpenIcon";
|
|
2923
2977
|
|
|
2924
2978
|
// src/iconography/magnifier.tsx
|
|
2925
|
-
import { forwardRef as
|
|
2926
|
-
import { jsx as
|
|
2927
|
-
var Magnifier =
|
|
2979
|
+
import { forwardRef as forwardRef58 } from "react";
|
|
2980
|
+
import { jsx as jsx64, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2981
|
+
var Magnifier = forwardRef58(
|
|
2928
2982
|
({ width = 22, height = 23, ...rest }, ref) => {
|
|
2929
|
-
return /* @__PURE__ */
|
|
2983
|
+
return /* @__PURE__ */ jsxs55("svg", {
|
|
2930
2984
|
ref,
|
|
2931
2985
|
width,
|
|
2932
2986
|
height,
|
|
@@ -2935,21 +2989,21 @@ var Magnifier = forwardRef57(
|
|
|
2935
2989
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2936
2990
|
...rest,
|
|
2937
2991
|
children: [
|
|
2938
|
-
/* @__PURE__ */
|
|
2992
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2939
2993
|
d: "M19.02 9.531a6.238 6.238 0 1 1-12.476 0 6.238 6.238 0 0 1 12.476 0Z",
|
|
2940
2994
|
fill: "#fff"
|
|
2941
2995
|
}),
|
|
2942
|
-
/* @__PURE__ */
|
|
2996
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2943
2997
|
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",
|
|
2944
2998
|
fill: "#BFF6F8"
|
|
2945
2999
|
}),
|
|
2946
|
-
/* @__PURE__ */
|
|
3000
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2947
3001
|
fillRule: "evenodd",
|
|
2948
3002
|
clipRule: "evenodd",
|
|
2949
3003
|
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",
|
|
2950
3004
|
fill: "#528693"
|
|
2951
3005
|
}),
|
|
2952
|
-
/* @__PURE__ */
|
|
3006
|
+
/* @__PURE__ */ jsx64("path", {
|
|
2953
3007
|
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",
|
|
2954
3008
|
fill: "#528693"
|
|
2955
3009
|
})
|
|
@@ -2960,37 +3014,37 @@ var Magnifier = forwardRef57(
|
|
|
2960
3014
|
Magnifier.displayName = "Magnifier";
|
|
2961
3015
|
|
|
2962
3016
|
// src/iconography/multilingual.tsx
|
|
2963
|
-
import { forwardRef as
|
|
2964
|
-
import { jsx as
|
|
2965
|
-
var Multilingual =
|
|
2966
|
-
return /* @__PURE__ */
|
|
3017
|
+
import { forwardRef as forwardRef59 } from "react";
|
|
3018
|
+
import { jsx as jsx65, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
3019
|
+
var Multilingual = forwardRef59((delegated, ref) => {
|
|
3020
|
+
return /* @__PURE__ */ jsxs56("svg", {
|
|
2967
3021
|
ref,
|
|
2968
3022
|
width: "34",
|
|
2969
3023
|
height: "34",
|
|
2970
3024
|
viewBox: "0 0 34 34",
|
|
2971
3025
|
...delegated,
|
|
2972
3026
|
children: [
|
|
2973
|
-
/* @__PURE__ */
|
|
3027
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2974
3028
|
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",
|
|
2975
3029
|
fill: "#bff6f8"
|
|
2976
3030
|
}),
|
|
2977
|
-
/* @__PURE__ */
|
|
3031
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2978
3032
|
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",
|
|
2979
3033
|
fill: "#528693"
|
|
2980
3034
|
}),
|
|
2981
|
-
/* @__PURE__ */
|
|
3035
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2982
3036
|
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",
|
|
2983
3037
|
fill: "#528693"
|
|
2984
3038
|
}),
|
|
2985
|
-
/* @__PURE__ */
|
|
3039
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2986
3040
|
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",
|
|
2987
3041
|
fill: "#528693"
|
|
2988
3042
|
}),
|
|
2989
|
-
/* @__PURE__ */
|
|
3043
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2990
3044
|
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",
|
|
2991
3045
|
fill: "#528693"
|
|
2992
3046
|
}),
|
|
2993
|
-
/* @__PURE__ */
|
|
3047
|
+
/* @__PURE__ */ jsx65("path", {
|
|
2994
3048
|
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",
|
|
2995
3049
|
fill: "#528693"
|
|
2996
3050
|
})
|
|
@@ -3000,10 +3054,10 @@ var Multilingual = forwardRef58((delegated, ref) => {
|
|
|
3000
3054
|
Multilingual.displayName = "MultilingualIcon";
|
|
3001
3055
|
|
|
3002
3056
|
// src/iconography/mushroom.tsx
|
|
3003
|
-
import { forwardRef as
|
|
3004
|
-
import { jsx as
|
|
3005
|
-
var Mushroom =
|
|
3006
|
-
return /* @__PURE__ */
|
|
3057
|
+
import { forwardRef as forwardRef60 } from "react";
|
|
3058
|
+
import { jsx as jsx66, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
3059
|
+
var Mushroom = forwardRef60((delegated, ref) => {
|
|
3060
|
+
return /* @__PURE__ */ jsxs57("svg", {
|
|
3007
3061
|
ref,
|
|
3008
3062
|
width: "22",
|
|
3009
3063
|
height: "22",
|
|
@@ -3011,61 +3065,61 @@ var Mushroom = forwardRef59((delegated, ref) => {
|
|
|
3011
3065
|
fill: "none",
|
|
3012
3066
|
...delegated,
|
|
3013
3067
|
children: [
|
|
3014
|
-
/* @__PURE__ */
|
|
3068
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3015
3069
|
fill: "#fff",
|
|
3016
3070
|
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"
|
|
3017
3071
|
}),
|
|
3018
|
-
/* @__PURE__ */
|
|
3072
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3019
3073
|
fill: "#468695",
|
|
3020
3074
|
fillRule: "evenodd",
|
|
3021
3075
|
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",
|
|
3022
3076
|
clipRule: "evenodd"
|
|
3023
3077
|
}),
|
|
3024
|
-
/* @__PURE__ */
|
|
3078
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3025
3079
|
fill: "#FFA1DB",
|
|
3026
3080
|
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"
|
|
3027
3081
|
}),
|
|
3028
|
-
/* @__PURE__ */
|
|
3082
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3029
3083
|
fill: "#468695",
|
|
3030
3084
|
fillRule: "evenodd",
|
|
3031
3085
|
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",
|
|
3032
3086
|
clipRule: "evenodd"
|
|
3033
3087
|
}),
|
|
3034
|
-
/* @__PURE__ */
|
|
3088
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3035
3089
|
fill: "#fff",
|
|
3036
3090
|
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"
|
|
3037
3091
|
}),
|
|
3038
|
-
/* @__PURE__ */
|
|
3092
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3039
3093
|
fill: "#468695",
|
|
3040
3094
|
fillRule: "evenodd",
|
|
3041
3095
|
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",
|
|
3042
3096
|
clipRule: "evenodd"
|
|
3043
3097
|
}),
|
|
3044
|
-
/* @__PURE__ */
|
|
3098
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3045
3099
|
fill: "#fff",
|
|
3046
3100
|
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"
|
|
3047
3101
|
}),
|
|
3048
|
-
/* @__PURE__ */
|
|
3102
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3049
3103
|
fill: "#468695",
|
|
3050
3104
|
fillRule: "evenodd",
|
|
3051
3105
|
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",
|
|
3052
3106
|
clipRule: "evenodd"
|
|
3053
3107
|
}),
|
|
3054
|
-
/* @__PURE__ */
|
|
3108
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3055
3109
|
fill: "#fff",
|
|
3056
3110
|
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"
|
|
3057
3111
|
}),
|
|
3058
|
-
/* @__PURE__ */
|
|
3112
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3059
3113
|
fill: "#468695",
|
|
3060
3114
|
fillRule: "evenodd",
|
|
3061
3115
|
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",
|
|
3062
3116
|
clipRule: "evenodd"
|
|
3063
3117
|
}),
|
|
3064
|
-
/* @__PURE__ */
|
|
3118
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3065
3119
|
fill: "#fff",
|
|
3066
3120
|
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"
|
|
3067
3121
|
}),
|
|
3068
|
-
/* @__PURE__ */
|
|
3122
|
+
/* @__PURE__ */ jsx66("path", {
|
|
3069
3123
|
fill: "#468695",
|
|
3070
3124
|
fillRule: "evenodd",
|
|
3071
3125
|
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",
|
|
@@ -3077,10 +3131,10 @@ var Mushroom = forwardRef59((delegated, ref) => {
|
|
|
3077
3131
|
Mushroom.displayName = "MushroomIcon";
|
|
3078
3132
|
|
|
3079
3133
|
// src/iconography/nail-polish.tsx
|
|
3080
|
-
import { forwardRef as
|
|
3081
|
-
import { jsx as
|
|
3082
|
-
var NailPolish =
|
|
3083
|
-
return /* @__PURE__ */
|
|
3134
|
+
import { forwardRef as forwardRef61 } from "react";
|
|
3135
|
+
import { jsx as jsx67, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
3136
|
+
var NailPolish = forwardRef61((delegated, ref) => {
|
|
3137
|
+
return /* @__PURE__ */ jsxs58("svg", {
|
|
3084
3138
|
ref,
|
|
3085
3139
|
width: "12",
|
|
3086
3140
|
height: "16",
|
|
@@ -3089,67 +3143,67 @@ var NailPolish = forwardRef60((delegated, ref) => {
|
|
|
3089
3143
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3090
3144
|
...delegated,
|
|
3091
3145
|
children: [
|
|
3092
|
-
/* @__PURE__ */
|
|
3146
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3093
3147
|
d: "M.8573 9.7059H.4287v-.8824c0-.4873.3838-.8823.8571-.8823h4.2858c.4734 0 .8571.395.8571.8823v.8824h-.4286V15H.8573V9.7059Z",
|
|
3094
3148
|
fill: "#BFF6F8"
|
|
3095
3149
|
}),
|
|
3096
|
-
/* @__PURE__ */
|
|
3150
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3097
3151
|
fillRule: "evenodd",
|
|
3098
3152
|
clipRule: "evenodd",
|
|
3099
3153
|
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",
|
|
3100
3154
|
fill: "#528693"
|
|
3101
3155
|
}),
|
|
3102
|
-
/* @__PURE__ */
|
|
3156
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3103
3157
|
d: "M1.2856 6.6176c0-.4873.3838-.8823.8572-.8823h2.5714c.4734 0 .8572.395.8572.8823v1.7648H1.2856V6.6176Z",
|
|
3104
3158
|
fill: "#BFF6F8"
|
|
3105
3159
|
}),
|
|
3106
|
-
/* @__PURE__ */
|
|
3160
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3107
3161
|
fillRule: "evenodd",
|
|
3108
3162
|
clipRule: "evenodd",
|
|
3109
3163
|
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",
|
|
3110
3164
|
fill: "#528693"
|
|
3111
3165
|
}),
|
|
3112
|
-
/* @__PURE__ */
|
|
3166
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3113
3167
|
d: "M1.7144.6228c0-.344.2708-.6228.605-.6228 1.5594 0 2.8235 1.3013 2.8235 2.9066v3.2699H1.7144V.6228Z",
|
|
3114
3168
|
fill: "#FFCCEC"
|
|
3115
3169
|
}),
|
|
3116
|
-
/* @__PURE__ */
|
|
3170
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3117
3171
|
fillRule: "evenodd",
|
|
3118
3172
|
clipRule: "evenodd",
|
|
3119
3173
|
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",
|
|
3120
3174
|
fill: "#528693"
|
|
3121
3175
|
}),
|
|
3122
|
-
/* @__PURE__ */
|
|
3176
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3123
3177
|
fillRule: "evenodd",
|
|
3124
3178
|
clipRule: "evenodd",
|
|
3125
3179
|
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",
|
|
3126
3180
|
fill: "#528693"
|
|
3127
3181
|
}),
|
|
3128
|
-
/* @__PURE__ */
|
|
3182
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3129
3183
|
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",
|
|
3130
3184
|
fill: "#FFCCEC"
|
|
3131
3185
|
}),
|
|
3132
|
-
/* @__PURE__ */
|
|
3186
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3133
3187
|
fillRule: "evenodd",
|
|
3134
3188
|
clipRule: "evenodd",
|
|
3135
3189
|
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",
|
|
3136
3190
|
fill: "#528693"
|
|
3137
3191
|
}),
|
|
3138
|
-
/* @__PURE__ */
|
|
3192
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3139
3193
|
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",
|
|
3140
3194
|
fill: "#BFF6F8"
|
|
3141
3195
|
}),
|
|
3142
|
-
/* @__PURE__ */
|
|
3196
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3143
3197
|
fillRule: "evenodd",
|
|
3144
3198
|
clipRule: "evenodd",
|
|
3145
3199
|
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",
|
|
3146
3200
|
fill: "#528693"
|
|
3147
3201
|
}),
|
|
3148
|
-
/* @__PURE__ */
|
|
3202
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3149
3203
|
d: "m5.8906 9.8713 3.3118.9135-.4437 1.7046-3.3118-.9135.4437-1.7046Z",
|
|
3150
3204
|
fill: "#fff"
|
|
3151
3205
|
}),
|
|
3152
|
-
/* @__PURE__ */
|
|
3206
|
+
/* @__PURE__ */ jsx67("path", {
|
|
3153
3207
|
fillRule: "evenodd",
|
|
3154
3208
|
clipRule: "evenodd",
|
|
3155
3209
|
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",
|
|
@@ -3161,10 +3215,10 @@ var NailPolish = forwardRef60((delegated, ref) => {
|
|
|
3161
3215
|
NailPolish.displayName = "NailPolishIcon";
|
|
3162
3216
|
|
|
3163
3217
|
// src/iconography/numeric.tsx
|
|
3164
|
-
import { forwardRef as
|
|
3165
|
-
import { jsx as
|
|
3166
|
-
var Numeric =
|
|
3167
|
-
return /* @__PURE__ */
|
|
3218
|
+
import { forwardRef as forwardRef62 } from "react";
|
|
3219
|
+
import { jsx as jsx68, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
3220
|
+
var Numeric = forwardRef62((delegated, ref) => {
|
|
3221
|
+
return /* @__PURE__ */ jsxs59("svg", {
|
|
3168
3222
|
ref,
|
|
3169
3223
|
width: "22",
|
|
3170
3224
|
height: "22",
|
|
@@ -3172,23 +3226,23 @@ var Numeric = forwardRef61((delegated, ref) => {
|
|
|
3172
3226
|
fill: "none",
|
|
3173
3227
|
...delegated,
|
|
3174
3228
|
children: [
|
|
3175
|
-
/* @__PURE__ */
|
|
3229
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3176
3230
|
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",
|
|
3177
3231
|
fill: "#BFF6F8",
|
|
3178
3232
|
className: "c-icon-fill"
|
|
3179
3233
|
}),
|
|
3180
|
-
/* @__PURE__ */
|
|
3234
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3181
3235
|
fillRule: "evenodd",
|
|
3182
3236
|
clipRule: "evenodd",
|
|
3183
3237
|
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",
|
|
3184
3238
|
fill: "#528693"
|
|
3185
3239
|
}),
|
|
3186
|
-
/* @__PURE__ */
|
|
3240
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3187
3241
|
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",
|
|
3188
3242
|
fill: "#BFF6F8",
|
|
3189
3243
|
className: "c-icon-fill"
|
|
3190
3244
|
}),
|
|
3191
|
-
/* @__PURE__ */
|
|
3245
|
+
/* @__PURE__ */ jsx68("path", {
|
|
3192
3246
|
fillRule: "evenodd",
|
|
3193
3247
|
clipRule: "evenodd",
|
|
3194
3248
|
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",
|
|
@@ -3198,12 +3252,12 @@ var Numeric = forwardRef61((delegated, ref) => {
|
|
|
3198
3252
|
});
|
|
3199
3253
|
});
|
|
3200
3254
|
Numeric.displayName = "Numeric";
|
|
3201
|
-
|
|
3202
|
-
// src/iconography/order.tsx
|
|
3203
|
-
import { forwardRef as
|
|
3204
|
-
import { jsx as
|
|
3205
|
-
var Order =
|
|
3206
|
-
return /* @__PURE__ */
|
|
3255
|
+
|
|
3256
|
+
// src/iconography/order.tsx
|
|
3257
|
+
import { forwardRef as forwardRef63 } from "react";
|
|
3258
|
+
import { jsx as jsx69, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
3259
|
+
var Order = forwardRef63((delegated, ref) => {
|
|
3260
|
+
return /* @__PURE__ */ jsxs60("svg", {
|
|
3207
3261
|
ref,
|
|
3208
3262
|
width: "22",
|
|
3209
3263
|
height: "23",
|
|
@@ -3211,27 +3265,27 @@ var Order = forwardRef62((delegated, ref) => {
|
|
|
3211
3265
|
fill: "none",
|
|
3212
3266
|
...delegated,
|
|
3213
3267
|
children: [
|
|
3214
|
-
/* @__PURE__ */
|
|
3268
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3215
3269
|
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",
|
|
3216
3270
|
fill: "#fff"
|
|
3217
3271
|
}),
|
|
3218
|
-
/* @__PURE__ */
|
|
3272
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3219
3273
|
fillRule: "evenodd",
|
|
3220
3274
|
clipRule: "evenodd",
|
|
3221
3275
|
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",
|
|
3222
3276
|
fill: "#528693"
|
|
3223
3277
|
}),
|
|
3224
|
-
/* @__PURE__ */
|
|
3278
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3225
3279
|
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",
|
|
3226
3280
|
fill: "#BFF6F8"
|
|
3227
3281
|
}),
|
|
3228
|
-
/* @__PURE__ */
|
|
3282
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3229
3283
|
fillRule: "evenodd",
|
|
3230
3284
|
clipRule: "evenodd",
|
|
3231
3285
|
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",
|
|
3232
3286
|
fill: "#528693"
|
|
3233
3287
|
}),
|
|
3234
|
-
/* @__PURE__ */
|
|
3288
|
+
/* @__PURE__ */ jsx69("path", {
|
|
3235
3289
|
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",
|
|
3236
3290
|
fill: "#528693"
|
|
3237
3291
|
})
|
|
@@ -3241,10 +3295,10 @@ var Order = forwardRef62((delegated, ref) => {
|
|
|
3241
3295
|
Order.displayName = "OrderIcon";
|
|
3242
3296
|
|
|
3243
3297
|
// src/iconography/paragraph-collection.tsx
|
|
3244
|
-
import { forwardRef as
|
|
3245
|
-
import { jsx as
|
|
3246
|
-
var ParagraphCollection =
|
|
3247
|
-
return /* @__PURE__ */
|
|
3298
|
+
import { forwardRef as forwardRef64 } from "react";
|
|
3299
|
+
import { jsx as jsx70, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
3300
|
+
var ParagraphCollection = forwardRef64((delegated, ref) => {
|
|
3301
|
+
return /* @__PURE__ */ jsxs61("svg", {
|
|
3248
3302
|
ref,
|
|
3249
3303
|
width: "22",
|
|
3250
3304
|
height: "22",
|
|
@@ -3252,56 +3306,56 @@ var ParagraphCollection = forwardRef63((delegated, ref) => {
|
|
|
3252
3306
|
fill: "none",
|
|
3253
3307
|
...delegated,
|
|
3254
3308
|
children: [
|
|
3255
|
-
/* @__PURE__ */
|
|
3309
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3256
3310
|
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",
|
|
3257
3311
|
fill: "#BFF6F8",
|
|
3258
3312
|
className: "c-icon-fill"
|
|
3259
3313
|
}),
|
|
3260
|
-
/* @__PURE__ */
|
|
3314
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3261
3315
|
fillRule: "evenodd",
|
|
3262
3316
|
clipRule: "evenodd",
|
|
3263
3317
|
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",
|
|
3264
3318
|
fill: "#528693"
|
|
3265
3319
|
}),
|
|
3266
|
-
/* @__PURE__ */
|
|
3320
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3267
3321
|
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",
|
|
3268
3322
|
fill: "#BFF6F8",
|
|
3269
3323
|
className: "c-icon-fill"
|
|
3270
3324
|
}),
|
|
3271
|
-
/* @__PURE__ */
|
|
3325
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3272
3326
|
fillRule: "evenodd",
|
|
3273
3327
|
clipRule: "evenodd",
|
|
3274
3328
|
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",
|
|
3275
3329
|
fill: "#528693"
|
|
3276
3330
|
}),
|
|
3277
|
-
/* @__PURE__ */
|
|
3331
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3278
3332
|
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",
|
|
3279
3333
|
fill: "#BFF6F8",
|
|
3280
3334
|
className: "c-icon-fill"
|
|
3281
3335
|
}),
|
|
3282
|
-
/* @__PURE__ */
|
|
3336
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3283
3337
|
fillRule: "evenodd",
|
|
3284
3338
|
clipRule: "evenodd",
|
|
3285
3339
|
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",
|
|
3286
3340
|
fill: "#528693"
|
|
3287
3341
|
}),
|
|
3288
|
-
/* @__PURE__ */
|
|
3342
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3289
3343
|
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",
|
|
3290
3344
|
fill: "white"
|
|
3291
3345
|
}),
|
|
3292
|
-
/* @__PURE__ */
|
|
3346
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3293
3347
|
fillRule: "evenodd",
|
|
3294
3348
|
clipRule: "evenodd",
|
|
3295
3349
|
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",
|
|
3296
3350
|
fill: "#528693"
|
|
3297
3351
|
}),
|
|
3298
|
-
/* @__PURE__ */
|
|
3352
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3299
3353
|
fillRule: "evenodd",
|
|
3300
3354
|
clipRule: "evenodd",
|
|
3301
3355
|
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",
|
|
3302
3356
|
fill: "#528693"
|
|
3303
3357
|
}),
|
|
3304
|
-
/* @__PURE__ */
|
|
3358
|
+
/* @__PURE__ */ jsx70("path", {
|
|
3305
3359
|
fillRule: "evenodd",
|
|
3306
3360
|
clipRule: "evenodd",
|
|
3307
3361
|
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",
|
|
@@ -3313,10 +3367,10 @@ var ParagraphCollection = forwardRef63((delegated, ref) => {
|
|
|
3313
3367
|
ParagraphCollection.displayName = "ParagraphCollection";
|
|
3314
3368
|
|
|
3315
3369
|
// src/iconography/particle.tsx
|
|
3316
|
-
import { forwardRef as
|
|
3317
|
-
import { jsx as
|
|
3318
|
-
var Particle =
|
|
3319
|
-
return /* @__PURE__ */
|
|
3370
|
+
import { forwardRef as forwardRef65 } from "react";
|
|
3371
|
+
import { jsx as jsx71, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
3372
|
+
var Particle = forwardRef65((delegated, ref) => {
|
|
3373
|
+
return /* @__PURE__ */ jsxs62("svg", {
|
|
3320
3374
|
ref,
|
|
3321
3375
|
width: "22",
|
|
3322
3376
|
height: "20",
|
|
@@ -3325,68 +3379,68 @@ var Particle = forwardRef64((delegated, ref) => {
|
|
|
3325
3379
|
xmlns: "http://www.w3.org/2000/svg",
|
|
3326
3380
|
...delegated,
|
|
3327
3381
|
children: [
|
|
3328
|
-
/* @__PURE__ */
|
|
3382
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3329
3383
|
fill: "#528693",
|
|
3330
3384
|
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",
|
|
3331
3385
|
opacity: ".05"
|
|
3332
3386
|
}),
|
|
3333
|
-
/* @__PURE__ */
|
|
3387
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3334
3388
|
fill: "#528693",
|
|
3335
3389
|
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"
|
|
3336
3390
|
}),
|
|
3337
|
-
/* @__PURE__ */
|
|
3391
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3338
3392
|
fill: "#FFBD54",
|
|
3339
3393
|
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"
|
|
3340
3394
|
}),
|
|
3341
|
-
/* @__PURE__ */
|
|
3395
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3342
3396
|
fill: "#528693",
|
|
3343
3397
|
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"
|
|
3344
3398
|
}),
|
|
3345
|
-
/* @__PURE__ */
|
|
3399
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3346
3400
|
fill: "#528693",
|
|
3347
3401
|
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"
|
|
3348
3402
|
}),
|
|
3349
|
-
/* @__PURE__ */
|
|
3403
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3350
3404
|
fill: "#FFBD54",
|
|
3351
3405
|
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"
|
|
3352
3406
|
}),
|
|
3353
|
-
/* @__PURE__ */
|
|
3407
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3354
3408
|
fill: "#528693",
|
|
3355
3409
|
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"
|
|
3356
3410
|
}),
|
|
3357
|
-
/* @__PURE__ */
|
|
3411
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3358
3412
|
fill: "#FFBD54",
|
|
3359
3413
|
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"
|
|
3360
3414
|
}),
|
|
3361
|
-
/* @__PURE__ */
|
|
3415
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3362
3416
|
fill: "#528693",
|
|
3363
3417
|
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"
|
|
3364
3418
|
}),
|
|
3365
|
-
/* @__PURE__ */
|
|
3419
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3366
3420
|
fill: "#FFBD54",
|
|
3367
3421
|
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"
|
|
3368
3422
|
}),
|
|
3369
|
-
/* @__PURE__ */
|
|
3423
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3370
3424
|
fill: "#528693",
|
|
3371
3425
|
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"
|
|
3372
3426
|
}),
|
|
3373
|
-
/* @__PURE__ */
|
|
3427
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3374
3428
|
fill: "#528693",
|
|
3375
3429
|
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"
|
|
3376
3430
|
}),
|
|
3377
|
-
/* @__PURE__ */
|
|
3431
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3378
3432
|
fill: "#FFBD54",
|
|
3379
3433
|
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"
|
|
3380
3434
|
}),
|
|
3381
|
-
/* @__PURE__ */
|
|
3435
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3382
3436
|
fill: "#528693",
|
|
3383
3437
|
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"
|
|
3384
3438
|
}),
|
|
3385
|
-
/* @__PURE__ */
|
|
3439
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3386
3440
|
fill: "#528693",
|
|
3387
3441
|
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"
|
|
3388
3442
|
}),
|
|
3389
|
-
/* @__PURE__ */
|
|
3443
|
+
/* @__PURE__ */ jsx71("path", {
|
|
3390
3444
|
fill: "#528693",
|
|
3391
3445
|
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",
|
|
3392
3446
|
opacity: ".05"
|
|
@@ -3397,10 +3451,10 @@ var Particle = forwardRef64((delegated, ref) => {
|
|
|
3397
3451
|
Particle.displayName = "ParticleIcon";
|
|
3398
3452
|
|
|
3399
3453
|
// src/iconography/paths.tsx
|
|
3400
|
-
import { forwardRef as
|
|
3401
|
-
import { jsx as
|
|
3402
|
-
var Paths =
|
|
3403
|
-
return /* @__PURE__ */
|
|
3454
|
+
import { forwardRef as forwardRef66 } from "react";
|
|
3455
|
+
import { jsx as jsx72, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
3456
|
+
var Paths = forwardRef66((delegated, ref) => {
|
|
3457
|
+
return /* @__PURE__ */ jsxs63("svg", {
|
|
3404
3458
|
ref,
|
|
3405
3459
|
width: "22",
|
|
3406
3460
|
height: "22",
|
|
@@ -3408,21 +3462,21 @@ var Paths = forwardRef65((delegated, ref) => {
|
|
|
3408
3462
|
fill: "none",
|
|
3409
3463
|
...delegated,
|
|
3410
3464
|
children: [
|
|
3411
|
-
/* @__PURE__ */
|
|
3465
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3412
3466
|
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",
|
|
3413
3467
|
fill: "#fff"
|
|
3414
3468
|
}),
|
|
3415
|
-
/* @__PURE__ */
|
|
3469
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3416
3470
|
fillRule: "evenodd",
|
|
3417
3471
|
clipRule: "evenodd",
|
|
3418
3472
|
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",
|
|
3419
3473
|
fill: "#528693"
|
|
3420
3474
|
}),
|
|
3421
|
-
/* @__PURE__ */
|
|
3475
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3422
3476
|
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",
|
|
3423
3477
|
fill: "#BFF6F8"
|
|
3424
3478
|
}),
|
|
3425
|
-
/* @__PURE__ */
|
|
3479
|
+
/* @__PURE__ */ jsx72("path", {
|
|
3426
3480
|
fillRule: "evenodd",
|
|
3427
3481
|
clipRule: "evenodd",
|
|
3428
3482
|
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",
|
|
@@ -3434,10 +3488,10 @@ var Paths = forwardRef65((delegated, ref) => {
|
|
|
3434
3488
|
Paths.displayName = "PathsIcon";
|
|
3435
3489
|
|
|
3436
3490
|
// src/iconography/people.tsx
|
|
3437
|
-
import { forwardRef as
|
|
3438
|
-
import { jsx as
|
|
3439
|
-
var People =
|
|
3440
|
-
return /* @__PURE__ */
|
|
3491
|
+
import { forwardRef as forwardRef67 } from "react";
|
|
3492
|
+
import { jsx as jsx73, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
3493
|
+
var People = forwardRef67((delegated, ref) => {
|
|
3494
|
+
return /* @__PURE__ */ jsxs64("svg", {
|
|
3441
3495
|
ref,
|
|
3442
3496
|
width: "17",
|
|
3443
3497
|
height: "16",
|
|
@@ -3445,51 +3499,51 @@ var People = forwardRef66((delegated, ref) => {
|
|
|
3445
3499
|
fill: "none",
|
|
3446
3500
|
...delegated,
|
|
3447
3501
|
children: [
|
|
3448
|
-
/* @__PURE__ */
|
|
3502
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3449
3503
|
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",
|
|
3450
3504
|
fill: "#528693"
|
|
3451
3505
|
}),
|
|
3452
|
-
/* @__PURE__ */
|
|
3506
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3453
3507
|
fillRule: "evenodd",
|
|
3454
3508
|
clipRule: "evenodd",
|
|
3455
3509
|
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",
|
|
3456
3510
|
fill: "#528693"
|
|
3457
3511
|
}),
|
|
3458
|
-
/* @__PURE__ */
|
|
3512
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3459
3513
|
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",
|
|
3460
3514
|
fill: "#BFF6F8"
|
|
3461
3515
|
}),
|
|
3462
|
-
/* @__PURE__ */
|
|
3516
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3463
3517
|
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",
|
|
3464
3518
|
fill: "#fff"
|
|
3465
3519
|
}),
|
|
3466
|
-
/* @__PURE__ */
|
|
3520
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3467
3521
|
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",
|
|
3468
3522
|
fill: "#528693"
|
|
3469
3523
|
}),
|
|
3470
|
-
/* @__PURE__ */
|
|
3524
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3471
3525
|
fillRule: "evenodd",
|
|
3472
3526
|
clipRule: "evenodd",
|
|
3473
3527
|
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",
|
|
3474
3528
|
fill: "#528693"
|
|
3475
3529
|
}),
|
|
3476
|
-
/* @__PURE__ */
|
|
3530
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3477
3531
|
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",
|
|
3478
3532
|
fill: "#BFF6F8"
|
|
3479
3533
|
}),
|
|
3480
|
-
/* @__PURE__ */
|
|
3534
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3481
3535
|
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",
|
|
3482
3536
|
fill: "#fff"
|
|
3483
3537
|
}),
|
|
3484
|
-
/* @__PURE__ */
|
|
3538
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3485
3539
|
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",
|
|
3486
3540
|
fill: "#528693"
|
|
3487
3541
|
}),
|
|
3488
|
-
/* @__PURE__ */
|
|
3542
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3489
3543
|
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",
|
|
3490
3544
|
fill: "#BFF6F8"
|
|
3491
3545
|
}),
|
|
3492
|
-
/* @__PURE__ */
|
|
3546
|
+
/* @__PURE__ */ jsx73("path", {
|
|
3493
3547
|
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",
|
|
3494
3548
|
fill: "#fff"
|
|
3495
3549
|
})
|
|
@@ -3499,10 +3553,10 @@ var People = forwardRef66((delegated, ref) => {
|
|
|
3499
3553
|
People.displayName = "PeopleIcon";
|
|
3500
3554
|
|
|
3501
3555
|
// src/iconography/percentage.tsx
|
|
3502
|
-
import { forwardRef as
|
|
3503
|
-
import { jsx as
|
|
3504
|
-
var Percentage =
|
|
3505
|
-
return /* @__PURE__ */
|
|
3556
|
+
import { forwardRef as forwardRef68 } from "react";
|
|
3557
|
+
import { jsx as jsx74, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
3558
|
+
var Percentage = forwardRef68((delegated, ref) => {
|
|
3559
|
+
return /* @__PURE__ */ jsxs65("svg", {
|
|
3506
3560
|
ref,
|
|
3507
3561
|
width: "22",
|
|
3508
3562
|
height: "22",
|
|
@@ -3510,40 +3564,40 @@ var Percentage = forwardRef67((delegated, ref) => {
|
|
|
3510
3564
|
fill: "none",
|
|
3511
3565
|
...delegated,
|
|
3512
3566
|
children: [
|
|
3513
|
-
/* @__PURE__ */
|
|
3567
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3514
3568
|
fillRule: "evenodd",
|
|
3515
3569
|
clipRule: "evenodd",
|
|
3516
3570
|
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",
|
|
3517
3571
|
fill: "#BFF6F8",
|
|
3518
3572
|
className: "c-icon-fill"
|
|
3519
3573
|
}),
|
|
3520
|
-
/* @__PURE__ */
|
|
3574
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3521
3575
|
fillRule: "evenodd",
|
|
3522
3576
|
clipRule: "evenodd",
|
|
3523
3577
|
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",
|
|
3524
3578
|
fill: "#528693"
|
|
3525
3579
|
}),
|
|
3526
|
-
/* @__PURE__ */
|
|
3580
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3527
3581
|
fillRule: "evenodd",
|
|
3528
3582
|
clipRule: "evenodd",
|
|
3529
3583
|
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",
|
|
3530
3584
|
fill: "#BFF6F8",
|
|
3531
3585
|
className: "c-icon-fill"
|
|
3532
3586
|
}),
|
|
3533
|
-
/* @__PURE__ */
|
|
3587
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3534
3588
|
fillRule: "evenodd",
|
|
3535
3589
|
clipRule: "evenodd",
|
|
3536
3590
|
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",
|
|
3537
3591
|
fill: "#528693"
|
|
3538
3592
|
}),
|
|
3539
|
-
/* @__PURE__ */
|
|
3593
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3540
3594
|
fillRule: "evenodd",
|
|
3541
3595
|
clipRule: "evenodd",
|
|
3542
3596
|
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",
|
|
3543
3597
|
fill: "#BFF6F8",
|
|
3544
3598
|
className: "c-icon-fill"
|
|
3545
3599
|
}),
|
|
3546
|
-
/* @__PURE__ */
|
|
3600
|
+
/* @__PURE__ */ jsx74("path", {
|
|
3547
3601
|
fillRule: "evenodd",
|
|
3548
3602
|
clipRule: "evenodd",
|
|
3549
3603
|
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",
|
|
@@ -3555,10 +3609,10 @@ var Percentage = forwardRef67((delegated, ref) => {
|
|
|
3555
3609
|
Percentage.displayName = "PercentageIcon";
|
|
3556
3610
|
|
|
3557
3611
|
// src/iconography/pin.tsx
|
|
3558
|
-
import { forwardRef as
|
|
3559
|
-
import { jsx as
|
|
3560
|
-
var Pin =
|
|
3561
|
-
return /* @__PURE__ */
|
|
3612
|
+
import { forwardRef as forwardRef69 } from "react";
|
|
3613
|
+
import { jsx as jsx75, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
3614
|
+
var Pin = forwardRef69((delegated, ref) => {
|
|
3615
|
+
return /* @__PURE__ */ jsxs66("svg", {
|
|
3562
3616
|
ref,
|
|
3563
3617
|
width: "26",
|
|
3564
3618
|
height: "26",
|
|
@@ -3566,19 +3620,19 @@ var Pin = forwardRef68((delegated, ref) => {
|
|
|
3566
3620
|
fill: "none",
|
|
3567
3621
|
...delegated,
|
|
3568
3622
|
children: [
|
|
3569
|
-
/* @__PURE__ */
|
|
3623
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3570
3624
|
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",
|
|
3571
3625
|
fill: "#4C505B"
|
|
3572
3626
|
}),
|
|
3573
|
-
/* @__PURE__ */
|
|
3627
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3574
3628
|
d: "M16.0712 3.07644L24.7314 8.07644L18.9635 22.0668L6.83914 15.0668L16.0712 3.07644Z",
|
|
3575
3629
|
fill: "#4C505B"
|
|
3576
3630
|
}),
|
|
3577
|
-
/* @__PURE__ */
|
|
3631
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3578
3632
|
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",
|
|
3579
3633
|
fill: "#4C505B"
|
|
3580
3634
|
}),
|
|
3581
|
-
/* @__PURE__ */
|
|
3635
|
+
/* @__PURE__ */ jsx75("path", {
|
|
3582
3636
|
d: "M9.42047 16.5958L16.3487 20.5958L8.31759 27.5061L7.45156 27.0061L9.42047 16.5958Z",
|
|
3583
3637
|
fill: "#4C505B"
|
|
3584
3638
|
})
|
|
@@ -3588,10 +3642,10 @@ var Pin = forwardRef68((delegated, ref) => {
|
|
|
3588
3642
|
Pin.displayName = "PinIcon";
|
|
3589
3643
|
|
|
3590
3644
|
// src/iconography/pipeline-dashed.tsx
|
|
3591
|
-
import { forwardRef as
|
|
3592
|
-
import { jsx as
|
|
3593
|
-
var PipelineDashed =
|
|
3594
|
-
return /* @__PURE__ */
|
|
3645
|
+
import { forwardRef as forwardRef70 } from "react";
|
|
3646
|
+
import { jsx as jsx76, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
3647
|
+
var PipelineDashed = forwardRef70((delegated, ref) => {
|
|
3648
|
+
return /* @__PURE__ */ jsxs67("svg", {
|
|
3595
3649
|
ref,
|
|
3596
3650
|
width: "22",
|
|
3597
3651
|
height: "22",
|
|
@@ -3599,91 +3653,91 @@ var PipelineDashed = forwardRef69((delegated, ref) => {
|
|
|
3599
3653
|
fill: "none",
|
|
3600
3654
|
...delegated,
|
|
3601
3655
|
children: [
|
|
3602
|
-
/* @__PURE__ */
|
|
3656
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3603
3657
|
fillRule: "evenodd",
|
|
3604
3658
|
clipRule: "evenodd",
|
|
3605
3659
|
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",
|
|
3606
3660
|
fill: "#528693"
|
|
3607
3661
|
}),
|
|
3608
|
-
/* @__PURE__ */
|
|
3662
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3609
3663
|
fillRule: "evenodd",
|
|
3610
3664
|
clipRule: "evenodd",
|
|
3611
3665
|
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",
|
|
3612
3666
|
fill: "#528693"
|
|
3613
3667
|
}),
|
|
3614
|
-
/* @__PURE__ */
|
|
3668
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3615
3669
|
fillRule: "evenodd",
|
|
3616
3670
|
clipRule: "evenodd",
|
|
3617
3671
|
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",
|
|
3618
3672
|
fill: "#528693"
|
|
3619
3673
|
}),
|
|
3620
|
-
/* @__PURE__ */
|
|
3674
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3621
3675
|
fillRule: "evenodd",
|
|
3622
3676
|
clipRule: "evenodd",
|
|
3623
3677
|
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",
|
|
3624
3678
|
fill: "#528693"
|
|
3625
3679
|
}),
|
|
3626
|
-
/* @__PURE__ */
|
|
3680
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3627
3681
|
fillRule: "evenodd",
|
|
3628
3682
|
clipRule: "evenodd",
|
|
3629
3683
|
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",
|
|
3630
3684
|
fill: "#528693"
|
|
3631
3685
|
}),
|
|
3632
|
-
/* @__PURE__ */
|
|
3686
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3633
3687
|
fillRule: "evenodd",
|
|
3634
3688
|
clipRule: "evenodd",
|
|
3635
3689
|
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",
|
|
3636
3690
|
fill: "#528693"
|
|
3637
3691
|
}),
|
|
3638
|
-
/* @__PURE__ */
|
|
3692
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3639
3693
|
fillRule: "evenodd",
|
|
3640
3694
|
clipRule: "evenodd",
|
|
3641
3695
|
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",
|
|
3642
3696
|
fill: "#528693"
|
|
3643
3697
|
}),
|
|
3644
|
-
/* @__PURE__ */
|
|
3698
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3645
3699
|
fillRule: "evenodd",
|
|
3646
3700
|
clipRule: "evenodd",
|
|
3647
3701
|
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",
|
|
3648
3702
|
fill: "#528693"
|
|
3649
3703
|
}),
|
|
3650
|
-
/* @__PURE__ */
|
|
3704
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3651
3705
|
fillRule: "evenodd",
|
|
3652
3706
|
clipRule: "evenodd",
|
|
3653
3707
|
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",
|
|
3654
3708
|
fill: "#528693"
|
|
3655
3709
|
}),
|
|
3656
|
-
/* @__PURE__ */
|
|
3710
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3657
3711
|
fillRule: "evenodd",
|
|
3658
3712
|
clipRule: "evenodd",
|
|
3659
3713
|
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",
|
|
3660
3714
|
fill: "#528693"
|
|
3661
3715
|
}),
|
|
3662
|
-
/* @__PURE__ */
|
|
3716
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3663
3717
|
fillRule: "evenodd",
|
|
3664
3718
|
clipRule: "evenodd",
|
|
3665
3719
|
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",
|
|
3666
3720
|
fill: "#528693"
|
|
3667
3721
|
}),
|
|
3668
|
-
/* @__PURE__ */
|
|
3722
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3669
3723
|
fillRule: "evenodd",
|
|
3670
3724
|
clipRule: "evenodd",
|
|
3671
3725
|
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",
|
|
3672
3726
|
fill: "#528693"
|
|
3673
3727
|
}),
|
|
3674
|
-
/* @__PURE__ */
|
|
3728
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3675
3729
|
fillRule: "evenodd",
|
|
3676
3730
|
clipRule: "evenodd",
|
|
3677
3731
|
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",
|
|
3678
3732
|
fill: "#528693"
|
|
3679
3733
|
}),
|
|
3680
|
-
/* @__PURE__ */
|
|
3734
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3681
3735
|
fillRule: "evenodd",
|
|
3682
3736
|
clipRule: "evenodd",
|
|
3683
3737
|
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",
|
|
3684
3738
|
fill: "#528693"
|
|
3685
3739
|
}),
|
|
3686
|
-
/* @__PURE__ */
|
|
3740
|
+
/* @__PURE__ */ jsx76("path", {
|
|
3687
3741
|
fillRule: "evenodd",
|
|
3688
3742
|
clipRule: "evenodd",
|
|
3689
3743
|
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",
|
|
@@ -3695,10 +3749,10 @@ var PipelineDashed = forwardRef69((delegated, ref) => {
|
|
|
3695
3749
|
PipelineDashed.displayName = "PipelineDashed";
|
|
3696
3750
|
|
|
3697
3751
|
// src/iconography/plans-and-pricing.tsx
|
|
3698
|
-
import { forwardRef as
|
|
3699
|
-
import { jsx as
|
|
3700
|
-
var PlansAndPricing =
|
|
3701
|
-
return /* @__PURE__ */
|
|
3752
|
+
import { forwardRef as forwardRef71 } from "react";
|
|
3753
|
+
import { jsx as jsx77, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
3754
|
+
var PlansAndPricing = forwardRef71((delegated, ref) => {
|
|
3755
|
+
return /* @__PURE__ */ jsxs68("svg", {
|
|
3702
3756
|
ref,
|
|
3703
3757
|
width: "17",
|
|
3704
3758
|
height: "16",
|
|
@@ -3706,45 +3760,45 @@ var PlansAndPricing = forwardRef70((delegated, ref) => {
|
|
|
3706
3760
|
fill: "none",
|
|
3707
3761
|
...delegated,
|
|
3708
3762
|
children: [
|
|
3709
|
-
/* @__PURE__ */
|
|
3763
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3710
3764
|
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",
|
|
3711
3765
|
fill: "#BFF6F8"
|
|
3712
3766
|
}),
|
|
3713
|
-
/* @__PURE__ */
|
|
3767
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3714
3768
|
fillRule: "evenodd",
|
|
3715
3769
|
clipRule: "evenodd",
|
|
3716
3770
|
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",
|
|
3717
3771
|
fill: "#528693"
|
|
3718
3772
|
}),
|
|
3719
|
-
/* @__PURE__ */
|
|
3773
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3720
3774
|
d: "M11.0814 4.4614a.5.5 0 0 1-.5288-.5562l.2838-2.464L14.131 4.265l-3.0496.1964Z",
|
|
3721
3775
|
fill: "#fff"
|
|
3722
3776
|
}),
|
|
3723
|
-
/* @__PURE__ */
|
|
3777
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3724
3778
|
fillRule: "evenodd",
|
|
3725
3779
|
clipRule: "evenodd",
|
|
3726
3780
|
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",
|
|
3727
3781
|
fill: "#528693"
|
|
3728
3782
|
}),
|
|
3729
|
-
/* @__PURE__ */
|
|
3783
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3730
3784
|
fillRule: "evenodd",
|
|
3731
3785
|
clipRule: "evenodd",
|
|
3732
3786
|
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",
|
|
3733
3787
|
fill: "#fff"
|
|
3734
3788
|
}),
|
|
3735
|
-
/* @__PURE__ */
|
|
3789
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3736
3790
|
fillRule: "evenodd",
|
|
3737
3791
|
clipRule: "evenodd",
|
|
3738
3792
|
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",
|
|
3739
3793
|
fill: "#528693"
|
|
3740
3794
|
}),
|
|
3741
|
-
/* @__PURE__ */
|
|
3795
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3742
3796
|
fillRule: "evenodd",
|
|
3743
3797
|
clipRule: "evenodd",
|
|
3744
3798
|
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",
|
|
3745
3799
|
fill: "#fff"
|
|
3746
3800
|
}),
|
|
3747
|
-
/* @__PURE__ */
|
|
3801
|
+
/* @__PURE__ */ jsx77("path", {
|
|
3748
3802
|
fillRule: "evenodd",
|
|
3749
3803
|
clipRule: "evenodd",
|
|
3750
3804
|
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",
|
|
@@ -3756,10 +3810,10 @@ var PlansAndPricing = forwardRef70((delegated, ref) => {
|
|
|
3756
3810
|
PlansAndPricing.displayName = "PlansAndPricingIcon";
|
|
3757
3811
|
|
|
3758
3812
|
// src/iconography/plug.tsx
|
|
3759
|
-
import { forwardRef as
|
|
3760
|
-
import { jsx as
|
|
3761
|
-
var Plug =
|
|
3762
|
-
return /* @__PURE__ */
|
|
3813
|
+
import { forwardRef as forwardRef72 } from "react";
|
|
3814
|
+
import { jsx as jsx78, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
3815
|
+
var Plug = forwardRef72((delegated, ref) => {
|
|
3816
|
+
return /* @__PURE__ */ jsxs69("svg", {
|
|
3763
3817
|
ref,
|
|
3764
3818
|
width: "23",
|
|
3765
3819
|
height: "22",
|
|
@@ -3767,31 +3821,31 @@ var Plug = forwardRef71((delegated, ref) => {
|
|
|
3767
3821
|
fill: "none",
|
|
3768
3822
|
...delegated,
|
|
3769
3823
|
children: [
|
|
3770
|
-
/* @__PURE__ */
|
|
3824
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3771
3825
|
fill: "#fff",
|
|
3772
3826
|
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"
|
|
3773
3827
|
}),
|
|
3774
|
-
/* @__PURE__ */
|
|
3828
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3775
3829
|
fill: "#528693",
|
|
3776
3830
|
fillRule: "evenodd",
|
|
3777
3831
|
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",
|
|
3778
3832
|
clipRule: "evenodd"
|
|
3779
3833
|
}),
|
|
3780
|
-
/* @__PURE__ */
|
|
3834
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3781
3835
|
fill: "#fff",
|
|
3782
3836
|
d: "M8.513 3.338a1.261 1.261 0 0 1 2.522 0v4.36H8.513v-4.36Z"
|
|
3783
3837
|
}),
|
|
3784
|
-
/* @__PURE__ */
|
|
3838
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3785
3839
|
fill: "#528693",
|
|
3786
3840
|
fillRule: "evenodd",
|
|
3787
3841
|
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",
|
|
3788
3842
|
clipRule: "evenodd"
|
|
3789
3843
|
}),
|
|
3790
|
-
/* @__PURE__ */
|
|
3844
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3791
3845
|
fill: "#BFF6F8",
|
|
3792
3846
|
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"
|
|
3793
3847
|
}),
|
|
3794
|
-
/* @__PURE__ */
|
|
3848
|
+
/* @__PURE__ */ jsx78("path", {
|
|
3795
3849
|
fill: "#528693",
|
|
3796
3850
|
fillRule: "evenodd",
|
|
3797
3851
|
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",
|
|
@@ -3803,10 +3857,10 @@ var Plug = forwardRef71((delegated, ref) => {
|
|
|
3803
3857
|
Plug.displayName = "PlugIcon";
|
|
3804
3858
|
|
|
3805
3859
|
// src/iconography/price-list.tsx
|
|
3806
|
-
import { forwardRef as
|
|
3807
|
-
import { jsx as
|
|
3808
|
-
var PriceList =
|
|
3809
|
-
return /* @__PURE__ */
|
|
3860
|
+
import { forwardRef as forwardRef73 } from "react";
|
|
3861
|
+
import { jsx as jsx79, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
3862
|
+
var PriceList = forwardRef73((delegated, ref) => {
|
|
3863
|
+
return /* @__PURE__ */ jsxs70("svg", {
|
|
3810
3864
|
ref,
|
|
3811
3865
|
width: "23",
|
|
3812
3866
|
height: "22",
|
|
@@ -3814,41 +3868,41 @@ var PriceList = forwardRef72((delegated, ref) => {
|
|
|
3814
3868
|
fill: "none",
|
|
3815
3869
|
...delegated,
|
|
3816
3870
|
children: [
|
|
3817
|
-
/* @__PURE__ */
|
|
3871
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3818
3872
|
fill: "#BFF6F8",
|
|
3819
3873
|
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"
|
|
3820
3874
|
}),
|
|
3821
|
-
/* @__PURE__ */
|
|
3875
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3822
3876
|
fill: "#528693",
|
|
3823
3877
|
fillRule: "evenodd",
|
|
3824
3878
|
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",
|
|
3825
3879
|
clipRule: "evenodd"
|
|
3826
3880
|
}),
|
|
3827
|
-
/* @__PURE__ */
|
|
3881
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3828
3882
|
fill: "#fff",
|
|
3829
3883
|
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"
|
|
3830
3884
|
}),
|
|
3831
|
-
/* @__PURE__ */
|
|
3885
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3832
3886
|
fill: "#528693",
|
|
3833
3887
|
fillRule: "evenodd",
|
|
3834
3888
|
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",
|
|
3835
3889
|
clipRule: "evenodd"
|
|
3836
3890
|
}),
|
|
3837
|
-
/* @__PURE__ */
|
|
3891
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3838
3892
|
fill: "#fff",
|
|
3839
3893
|
d: "M11.226 7.989a2.09 2.09 0 1 1-4.182 0 2.09 2.09 0 0 1 4.182 0Z"
|
|
3840
3894
|
}),
|
|
3841
|
-
/* @__PURE__ */
|
|
3895
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3842
3896
|
fill: "#528693",
|
|
3843
3897
|
fillRule: "evenodd",
|
|
3844
3898
|
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",
|
|
3845
3899
|
clipRule: "evenodd"
|
|
3846
3900
|
}),
|
|
3847
|
-
/* @__PURE__ */
|
|
3901
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3848
3902
|
fill: "#fff",
|
|
3849
3903
|
d: "M15.934 14.011a2.09 2.09 0 1 1-4.181 0 2.09 2.09 0 0 1 4.18 0Z"
|
|
3850
3904
|
}),
|
|
3851
|
-
/* @__PURE__ */
|
|
3905
|
+
/* @__PURE__ */ jsx79("path", {
|
|
3852
3906
|
fill: "#528693",
|
|
3853
3907
|
fillRule: "evenodd",
|
|
3854
3908
|
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",
|
|
@@ -3860,10 +3914,10 @@ var PriceList = forwardRef72((delegated, ref) => {
|
|
|
3860
3914
|
PriceList.displayName = "PriceListIcon";
|
|
3861
3915
|
|
|
3862
3916
|
// src/iconography/price-tag.tsx
|
|
3863
|
-
import { forwardRef as
|
|
3864
|
-
import { jsx as
|
|
3865
|
-
var PriceTag =
|
|
3866
|
-
return /* @__PURE__ */
|
|
3917
|
+
import { forwardRef as forwardRef74 } from "react";
|
|
3918
|
+
import { jsx as jsx80, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
3919
|
+
var PriceTag = forwardRef74((delegated, ref) => {
|
|
3920
|
+
return /* @__PURE__ */ jsxs71("svg", {
|
|
3867
3921
|
ref,
|
|
3868
3922
|
width: "22",
|
|
3869
3923
|
height: "22",
|
|
@@ -3871,38 +3925,38 @@ var PriceTag = forwardRef73((delegated, ref) => {
|
|
|
3871
3925
|
fill: "none",
|
|
3872
3926
|
...delegated,
|
|
3873
3927
|
children: [
|
|
3874
|
-
/* @__PURE__ */
|
|
3928
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3875
3929
|
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",
|
|
3876
3930
|
fill: "white"
|
|
3877
3931
|
}),
|
|
3878
|
-
/* @__PURE__ */
|
|
3932
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3879
3933
|
fillRule: "evenodd",
|
|
3880
3934
|
clipRule: "evenodd",
|
|
3881
3935
|
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",
|
|
3882
3936
|
fill: "#528693"
|
|
3883
3937
|
}),
|
|
3884
|
-
/* @__PURE__ */
|
|
3938
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3885
3939
|
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",
|
|
3886
3940
|
fill: "#BFF6F8",
|
|
3887
3941
|
className: "c-icon-fill"
|
|
3888
3942
|
}),
|
|
3889
|
-
/* @__PURE__ */
|
|
3943
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3890
3944
|
fillRule: "evenodd",
|
|
3891
3945
|
clipRule: "evenodd",
|
|
3892
3946
|
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",
|
|
3893
3947
|
fill: "#528693"
|
|
3894
3948
|
}),
|
|
3895
|
-
/* @__PURE__ */
|
|
3949
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3896
3950
|
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",
|
|
3897
3951
|
fill: "white"
|
|
3898
3952
|
}),
|
|
3899
|
-
/* @__PURE__ */
|
|
3953
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3900
3954
|
fillRule: "evenodd",
|
|
3901
3955
|
clipRule: "evenodd",
|
|
3902
3956
|
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",
|
|
3903
3957
|
fill: "#528693"
|
|
3904
3958
|
}),
|
|
3905
|
-
/* @__PURE__ */
|
|
3959
|
+
/* @__PURE__ */ jsx80("path", {
|
|
3906
3960
|
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",
|
|
3907
3961
|
fill: "#528693"
|
|
3908
3962
|
})
|
|
@@ -3912,10 +3966,10 @@ var PriceTag = forwardRef73((delegated, ref) => {
|
|
|
3912
3966
|
PriceTag.displayName = "PriceTagIcon";
|
|
3913
3967
|
|
|
3914
3968
|
// src/iconography/product.tsx
|
|
3915
|
-
import { forwardRef as
|
|
3916
|
-
import { jsx as
|
|
3917
|
-
var Product =
|
|
3918
|
-
return /* @__PURE__ */
|
|
3969
|
+
import { forwardRef as forwardRef75 } from "react";
|
|
3970
|
+
import { jsx as jsx81, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
3971
|
+
var Product = forwardRef75((delegated, ref) => {
|
|
3972
|
+
return /* @__PURE__ */ jsxs72("svg", {
|
|
3919
3973
|
ref,
|
|
3920
3974
|
width: "22",
|
|
3921
3975
|
height: "22",
|
|
@@ -3923,58 +3977,58 @@ var Product = forwardRef74((delegated, ref) => {
|
|
|
3923
3977
|
fill: "none",
|
|
3924
3978
|
...delegated,
|
|
3925
3979
|
children: [
|
|
3926
|
-
/* @__PURE__ */
|
|
3980
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3927
3981
|
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",
|
|
3928
3982
|
fill: "#BFF6F8",
|
|
3929
3983
|
className: "c-icon-fill"
|
|
3930
3984
|
}),
|
|
3931
|
-
/* @__PURE__ */
|
|
3985
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3932
3986
|
fillRule: "evenodd",
|
|
3933
3987
|
clipRule: "evenodd",
|
|
3934
3988
|
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",
|
|
3935
3989
|
fill: "#528693"
|
|
3936
3990
|
}),
|
|
3937
|
-
/* @__PURE__ */
|
|
3991
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3938
3992
|
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",
|
|
3939
3993
|
fill: "#BFF6F8",
|
|
3940
3994
|
className: "c-icon-fill"
|
|
3941
3995
|
}),
|
|
3942
|
-
/* @__PURE__ */
|
|
3996
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3943
3997
|
fillRule: "evenodd",
|
|
3944
3998
|
clipRule: "evenodd",
|
|
3945
3999
|
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",
|
|
3946
4000
|
fill: "#528693"
|
|
3947
4001
|
}),
|
|
3948
|
-
/* @__PURE__ */
|
|
4002
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3949
4003
|
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",
|
|
3950
4004
|
fill: "#BFF6F8",
|
|
3951
4005
|
className: "c-icon-fill"
|
|
3952
4006
|
}),
|
|
3953
|
-
/* @__PURE__ */
|
|
4007
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3954
4008
|
fillRule: "evenodd",
|
|
3955
4009
|
clipRule: "evenodd",
|
|
3956
4010
|
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",
|
|
3957
4011
|
fill: "#528693"
|
|
3958
4012
|
}),
|
|
3959
|
-
/* @__PURE__ */
|
|
4013
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3960
4014
|
fillRule: "evenodd",
|
|
3961
4015
|
clipRule: "evenodd",
|
|
3962
4016
|
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",
|
|
3963
4017
|
fill: "#528693"
|
|
3964
4018
|
}),
|
|
3965
|
-
/* @__PURE__ */
|
|
4019
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3966
4020
|
fillRule: "evenodd",
|
|
3967
4021
|
clipRule: "evenodd",
|
|
3968
4022
|
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",
|
|
3969
4023
|
fill: "#528693"
|
|
3970
4024
|
}),
|
|
3971
|
-
/* @__PURE__ */
|
|
4025
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3972
4026
|
fillRule: "evenodd",
|
|
3973
4027
|
clipRule: "evenodd",
|
|
3974
4028
|
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",
|
|
3975
4029
|
fill: "#528693"
|
|
3976
4030
|
}),
|
|
3977
|
-
/* @__PURE__ */
|
|
4031
|
+
/* @__PURE__ */ jsx81("path", {
|
|
3978
4032
|
fillRule: "evenodd",
|
|
3979
4033
|
clipRule: "evenodd",
|
|
3980
4034
|
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",
|
|
@@ -3986,10 +4040,10 @@ var Product = forwardRef74((delegated, ref) => {
|
|
|
3986
4040
|
Product.displayName = "ProductIcon";
|
|
3987
4041
|
|
|
3988
4042
|
// src/iconography/product-shortcut.tsx
|
|
3989
|
-
import { forwardRef as
|
|
3990
|
-
import { jsx as
|
|
3991
|
-
var ProductShortcut =
|
|
3992
|
-
return /* @__PURE__ */
|
|
4043
|
+
import { forwardRef as forwardRef76 } from "react";
|
|
4044
|
+
import { jsx as jsx82, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
4045
|
+
var ProductShortcut = forwardRef76((delegated, ref) => {
|
|
4046
|
+
return /* @__PURE__ */ jsxs73("svg", {
|
|
3993
4047
|
ref,
|
|
3994
4048
|
width: "22",
|
|
3995
4049
|
height: "22",
|
|
@@ -3997,47 +4051,47 @@ var ProductShortcut = forwardRef75((delegated, ref) => {
|
|
|
3997
4051
|
fill: "none",
|
|
3998
4052
|
...delegated,
|
|
3999
4053
|
children: [
|
|
4000
|
-
/* @__PURE__ */
|
|
4054
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4001
4055
|
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",
|
|
4002
4056
|
fill: "#BFF6F8"
|
|
4003
4057
|
}),
|
|
4004
|
-
/* @__PURE__ */
|
|
4058
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4005
4059
|
fillRule: "evenodd",
|
|
4006
4060
|
clipRule: "evenodd",
|
|
4007
4061
|
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",
|
|
4008
4062
|
fill: "#528693"
|
|
4009
4063
|
}),
|
|
4010
|
-
/* @__PURE__ */
|
|
4064
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4011
4065
|
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",
|
|
4012
4066
|
fill: "#BFF6F8"
|
|
4013
4067
|
}),
|
|
4014
|
-
/* @__PURE__ */
|
|
4068
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4015
4069
|
fillRule: "evenodd",
|
|
4016
4070
|
clipRule: "evenodd",
|
|
4017
4071
|
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",
|
|
4018
4072
|
fill: "#528693"
|
|
4019
4073
|
}),
|
|
4020
|
-
/* @__PURE__ */
|
|
4074
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4021
4075
|
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",
|
|
4022
4076
|
fill: "#BFF6F8"
|
|
4023
4077
|
}),
|
|
4024
|
-
/* @__PURE__ */
|
|
4078
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4025
4079
|
fillRule: "evenodd",
|
|
4026
4080
|
clipRule: "evenodd",
|
|
4027
4081
|
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",
|
|
4028
4082
|
fill: "#528693"
|
|
4029
4083
|
}),
|
|
4030
|
-
/* @__PURE__ */
|
|
4084
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4031
4085
|
fillRule: "evenodd",
|
|
4032
4086
|
clipRule: "evenodd",
|
|
4033
4087
|
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",
|
|
4034
4088
|
fill: "#528693"
|
|
4035
4089
|
}),
|
|
4036
|
-
/* @__PURE__ */
|
|
4090
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4037
4091
|
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",
|
|
4038
4092
|
fill: "#FFDE99"
|
|
4039
4093
|
}),
|
|
4040
|
-
/* @__PURE__ */
|
|
4094
|
+
/* @__PURE__ */ jsx82("path", {
|
|
4041
4095
|
fillRule: "evenodd",
|
|
4042
4096
|
clipRule: "evenodd",
|
|
4043
4097
|
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",
|
|
@@ -4049,10 +4103,10 @@ var ProductShortcut = forwardRef75((delegated, ref) => {
|
|
|
4049
4103
|
ProductShortcut.displayName = "ProductShortcutIcon";
|
|
4050
4104
|
|
|
4051
4105
|
// src/iconography/property-table.tsx
|
|
4052
|
-
import { forwardRef as
|
|
4053
|
-
import { jsx as
|
|
4054
|
-
var PropertyTable =
|
|
4055
|
-
return /* @__PURE__ */
|
|
4106
|
+
import { forwardRef as forwardRef77 } from "react";
|
|
4107
|
+
import { jsx as jsx83, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
4108
|
+
var PropertyTable = forwardRef77((delegated, ref) => {
|
|
4109
|
+
return /* @__PURE__ */ jsxs74("svg", {
|
|
4056
4110
|
ref,
|
|
4057
4111
|
width: "22",
|
|
4058
4112
|
height: "22",
|
|
@@ -4060,23 +4114,23 @@ var PropertyTable = forwardRef76((delegated, ref) => {
|
|
|
4060
4114
|
fill: "none",
|
|
4061
4115
|
...delegated,
|
|
4062
4116
|
children: [
|
|
4063
|
-
/* @__PURE__ */
|
|
4117
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4064
4118
|
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",
|
|
4065
4119
|
fill: "#BFF6F8",
|
|
4066
4120
|
className: "c-icon-fill"
|
|
4067
4121
|
}),
|
|
4068
|
-
/* @__PURE__ */
|
|
4122
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4069
4123
|
fillRule: "evenodd",
|
|
4070
4124
|
clipRule: "evenodd",
|
|
4071
4125
|
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",
|
|
4072
4126
|
fill: "#528693"
|
|
4073
4127
|
}),
|
|
4074
|
-
/* @__PURE__ */
|
|
4128
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4075
4129
|
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",
|
|
4076
4130
|
fill: "#BFF6F8",
|
|
4077
4131
|
className: "c-icon-fill"
|
|
4078
4132
|
}),
|
|
4079
|
-
/* @__PURE__ */
|
|
4133
|
+
/* @__PURE__ */ jsx83("path", {
|
|
4080
4134
|
fillRule: "evenodd",
|
|
4081
4135
|
clipRule: "evenodd",
|
|
4082
4136
|
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",
|
|
@@ -4088,10 +4142,10 @@ var PropertyTable = forwardRef76((delegated, ref) => {
|
|
|
4088
4142
|
PropertyTable.displayName = "PropertyTable";
|
|
4089
4143
|
|
|
4090
4144
|
// src/iconography/relation.tsx
|
|
4091
|
-
import { forwardRef as
|
|
4092
|
-
import { jsx as
|
|
4093
|
-
var Relation =
|
|
4094
|
-
return /* @__PURE__ */
|
|
4145
|
+
import { forwardRef as forwardRef78 } from "react";
|
|
4146
|
+
import { jsx as jsx84, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
4147
|
+
var Relation = forwardRef78((delegated, ref) => {
|
|
4148
|
+
return /* @__PURE__ */ jsxs75("svg", {
|
|
4095
4149
|
ref,
|
|
4096
4150
|
width: "22",
|
|
4097
4151
|
height: "22",
|
|
@@ -4099,12 +4153,12 @@ var Relation = forwardRef77((delegated, ref) => {
|
|
|
4099
4153
|
fill: "none",
|
|
4100
4154
|
...delegated,
|
|
4101
4155
|
children: [
|
|
4102
|
-
/* @__PURE__ */
|
|
4156
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4103
4157
|
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",
|
|
4104
4158
|
fill: "#BFF6F8",
|
|
4105
4159
|
className: "c-icon-fill"
|
|
4106
4160
|
}),
|
|
4107
|
-
/* @__PURE__ */
|
|
4161
|
+
/* @__PURE__ */ jsx84("path", {
|
|
4108
4162
|
fillRule: "evenodd",
|
|
4109
4163
|
clipRule: "evenodd",
|
|
4110
4164
|
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",
|
|
@@ -4116,10 +4170,10 @@ var Relation = forwardRef77((delegated, ref) => {
|
|
|
4116
4170
|
Relation.displayName = "Relation";
|
|
4117
4171
|
|
|
4118
4172
|
// src/iconography/renew.tsx
|
|
4119
|
-
import { forwardRef as
|
|
4120
|
-
import { jsx as
|
|
4121
|
-
var Renew =
|
|
4122
|
-
return /* @__PURE__ */
|
|
4173
|
+
import { forwardRef as forwardRef79 } from "react";
|
|
4174
|
+
import { jsx as jsx85, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
4175
|
+
var Renew = forwardRef79((delegated, ref) => {
|
|
4176
|
+
return /* @__PURE__ */ jsxs76("svg", {
|
|
4123
4177
|
ref,
|
|
4124
4178
|
width: "22",
|
|
4125
4179
|
height: "22",
|
|
@@ -4127,21 +4181,21 @@ var Renew = forwardRef78((delegated, ref) => {
|
|
|
4127
4181
|
fill: "none",
|
|
4128
4182
|
...delegated,
|
|
4129
4183
|
children: [
|
|
4130
|
-
/* @__PURE__ */
|
|
4184
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4131
4185
|
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",
|
|
4132
4186
|
fill: "#BFF6F8"
|
|
4133
4187
|
}),
|
|
4134
|
-
/* @__PURE__ */
|
|
4188
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4135
4189
|
fillRule: "evenodd",
|
|
4136
4190
|
clipRule: "evenodd",
|
|
4137
4191
|
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",
|
|
4138
4192
|
fill: "#528693"
|
|
4139
4193
|
}),
|
|
4140
|
-
/* @__PURE__ */
|
|
4194
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4141
4195
|
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",
|
|
4142
4196
|
fill: "#BFF6F8"
|
|
4143
4197
|
}),
|
|
4144
|
-
/* @__PURE__ */
|
|
4198
|
+
/* @__PURE__ */ jsx85("path", {
|
|
4145
4199
|
fillRule: "evenodd",
|
|
4146
4200
|
clipRule: "evenodd",
|
|
4147
4201
|
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",
|
|
@@ -4153,10 +4207,10 @@ var Renew = forwardRef78((delegated, ref) => {
|
|
|
4153
4207
|
Renew.displayName = "RenewIcon";
|
|
4154
4208
|
|
|
4155
4209
|
// src/iconography/restricted-catalogue.tsx
|
|
4156
|
-
import { forwardRef as
|
|
4157
|
-
import { jsx as
|
|
4158
|
-
var RestrictedCatalogue =
|
|
4159
|
-
return /* @__PURE__ */
|
|
4210
|
+
import { forwardRef as forwardRef80 } from "react";
|
|
4211
|
+
import { jsx as jsx86, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
4212
|
+
var RestrictedCatalogue = forwardRef80((delegated, ref) => {
|
|
4213
|
+
return /* @__PURE__ */ jsxs77("svg", {
|
|
4160
4214
|
ref,
|
|
4161
4215
|
width: "22",
|
|
4162
4216
|
height: "22",
|
|
@@ -4164,41 +4218,41 @@ var RestrictedCatalogue = forwardRef79((delegated, ref) => {
|
|
|
4164
4218
|
fill: "none",
|
|
4165
4219
|
...delegated,
|
|
4166
4220
|
children: [
|
|
4167
|
-
/* @__PURE__ */
|
|
4221
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4168
4222
|
fill: "#FFDE99",
|
|
4169
4223
|
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"
|
|
4170
4224
|
}),
|
|
4171
|
-
/* @__PURE__ */
|
|
4225
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4172
4226
|
fill: "#FFEDC6",
|
|
4173
4227
|
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"
|
|
4174
4228
|
}),
|
|
4175
|
-
/* @__PURE__ */
|
|
4229
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4176
4230
|
fill: "#fff",
|
|
4177
4231
|
d: "M3.415 5.027h7.576v12.857c0 .166-.068.302-.151.302H3.566c-.084 0-.151-.136-.151-.302V5.027Z"
|
|
4178
4232
|
}),
|
|
4179
|
-
/* @__PURE__ */
|
|
4233
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4180
4234
|
fill: "#528693",
|
|
4181
4235
|
fillRule: "evenodd",
|
|
4182
4236
|
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",
|
|
4183
4237
|
clipRule: "evenodd"
|
|
4184
4238
|
}),
|
|
4185
|
-
/* @__PURE__ */
|
|
4239
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4186
4240
|
fill: "#BFF6F8",
|
|
4187
4241
|
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"
|
|
4188
4242
|
}),
|
|
4189
|
-
/* @__PURE__ */
|
|
4243
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4190
4244
|
fill: "#528693",
|
|
4191
4245
|
fillRule: "evenodd",
|
|
4192
4246
|
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",
|
|
4193
4247
|
clipRule: "evenodd"
|
|
4194
4248
|
}),
|
|
4195
|
-
/* @__PURE__ */
|
|
4249
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4196
4250
|
fill: "#528693",
|
|
4197
4251
|
fillRule: "evenodd",
|
|
4198
4252
|
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",
|
|
4199
4253
|
clipRule: "evenodd"
|
|
4200
4254
|
}),
|
|
4201
|
-
/* @__PURE__ */
|
|
4255
|
+
/* @__PURE__ */ jsx86("path", {
|
|
4202
4256
|
fill: "#528693",
|
|
4203
4257
|
fillRule: "evenodd",
|
|
4204
4258
|
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",
|
|
@@ -4210,10 +4264,10 @@ var RestrictedCatalogue = forwardRef79((delegated, ref) => {
|
|
|
4210
4264
|
RestrictedCatalogue.displayName = "RestrictedCatalogueIcon";
|
|
4211
4265
|
|
|
4212
4266
|
// src/iconography/rich-text.tsx
|
|
4213
|
-
import { forwardRef as
|
|
4214
|
-
import { jsx as
|
|
4215
|
-
var RichText =
|
|
4216
|
-
return /* @__PURE__ */
|
|
4267
|
+
import { forwardRef as forwardRef81 } from "react";
|
|
4268
|
+
import { jsx as jsx87, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
4269
|
+
var RichText = forwardRef81((delegated, ref) => {
|
|
4270
|
+
return /* @__PURE__ */ jsxs78("svg", {
|
|
4217
4271
|
ref,
|
|
4218
4272
|
width: "22",
|
|
4219
4273
|
height: "22",
|
|
@@ -4221,34 +4275,34 @@ var RichText = forwardRef80((delegated, ref) => {
|
|
|
4221
4275
|
fill: "none",
|
|
4222
4276
|
...delegated,
|
|
4223
4277
|
children: [
|
|
4224
|
-
/* @__PURE__ */
|
|
4278
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4225
4279
|
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",
|
|
4226
4280
|
fill: "#BFF6F8",
|
|
4227
4281
|
className: "c-icon-fill"
|
|
4228
4282
|
}),
|
|
4229
|
-
/* @__PURE__ */
|
|
4283
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4230
4284
|
fillRule: "evenodd",
|
|
4231
4285
|
clipRule: "evenodd",
|
|
4232
4286
|
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",
|
|
4233
4287
|
fill: "#528693"
|
|
4234
4288
|
}),
|
|
4235
|
-
/* @__PURE__ */
|
|
4289
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4236
4290
|
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",
|
|
4237
4291
|
className: "c-icon-fill",
|
|
4238
4292
|
fill: "#BFF6F8"
|
|
4239
4293
|
}),
|
|
4240
|
-
/* @__PURE__ */
|
|
4294
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4241
4295
|
fillRule: "evenodd",
|
|
4242
4296
|
clipRule: "evenodd",
|
|
4243
4297
|
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",
|
|
4244
4298
|
fill: "#528693"
|
|
4245
4299
|
}),
|
|
4246
|
-
/* @__PURE__ */
|
|
4300
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4247
4301
|
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",
|
|
4248
4302
|
className: "c-icon-fill",
|
|
4249
4303
|
fill: "#BFF6F8"
|
|
4250
4304
|
}),
|
|
4251
|
-
/* @__PURE__ */
|
|
4305
|
+
/* @__PURE__ */ jsx87("path", {
|
|
4252
4306
|
fillRule: "evenodd",
|
|
4253
4307
|
clipRule: "evenodd",
|
|
4254
4308
|
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",
|
|
@@ -4260,10 +4314,10 @@ var RichText = forwardRef80((delegated, ref) => {
|
|
|
4260
4314
|
RichText.displayName = "RichText";
|
|
4261
4315
|
|
|
4262
4316
|
// src/iconography/rocket.tsx
|
|
4263
|
-
import { forwardRef as
|
|
4264
|
-
import { jsx as
|
|
4265
|
-
var Rocket =
|
|
4266
|
-
return /* @__PURE__ */
|
|
4317
|
+
import { forwardRef as forwardRef82 } from "react";
|
|
4318
|
+
import { jsx as jsx88, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
4319
|
+
var Rocket = forwardRef82((delegated, ref) => {
|
|
4320
|
+
return /* @__PURE__ */ jsxs79("svg", {
|
|
4267
4321
|
ref,
|
|
4268
4322
|
width: "16",
|
|
4269
4323
|
height: "16",
|
|
@@ -4271,27 +4325,27 @@ var Rocket = forwardRef81((delegated, ref) => {
|
|
|
4271
4325
|
fill: "none",
|
|
4272
4326
|
...delegated,
|
|
4273
4327
|
children: [
|
|
4274
|
-
/* @__PURE__ */
|
|
4328
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4275
4329
|
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",
|
|
4276
4330
|
fill: "#fff"
|
|
4277
4331
|
}),
|
|
4278
|
-
/* @__PURE__ */
|
|
4332
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4279
4333
|
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",
|
|
4280
4334
|
fill: "#528693"
|
|
4281
4335
|
}),
|
|
4282
|
-
/* @__PURE__ */
|
|
4336
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4283
4337
|
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",
|
|
4284
4338
|
fill: "#BFF6F8"
|
|
4285
4339
|
}),
|
|
4286
|
-
/* @__PURE__ */
|
|
4340
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4287
4341
|
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",
|
|
4288
4342
|
fill: "#fff"
|
|
4289
4343
|
}),
|
|
4290
|
-
/* @__PURE__ */
|
|
4344
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4291
4345
|
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",
|
|
4292
4346
|
fill: "#BFF6F8"
|
|
4293
4347
|
}),
|
|
4294
|
-
/* @__PURE__ */
|
|
4348
|
+
/* @__PURE__ */ jsx88("path", {
|
|
4295
4349
|
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",
|
|
4296
4350
|
fill: "#528693"
|
|
4297
4351
|
})
|
|
@@ -4301,10 +4355,10 @@ var Rocket = forwardRef81((delegated, ref) => {
|
|
|
4301
4355
|
Rocket.displayName = "RocketIcon";
|
|
4302
4356
|
|
|
4303
4357
|
// src/iconography/search.tsx
|
|
4304
|
-
import { forwardRef as
|
|
4305
|
-
import { jsx as
|
|
4306
|
-
var Search =
|
|
4307
|
-
return /* @__PURE__ */
|
|
4358
|
+
import { forwardRef as forwardRef83 } from "react";
|
|
4359
|
+
import { jsx as jsx89, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
4360
|
+
var Search = forwardRef83((delegated, ref) => {
|
|
4361
|
+
return /* @__PURE__ */ jsxs80("svg", {
|
|
4308
4362
|
ref,
|
|
4309
4363
|
width: "22",
|
|
4310
4364
|
height: "23",
|
|
@@ -4312,21 +4366,21 @@ var Search = forwardRef82((delegated, ref) => {
|
|
|
4312
4366
|
fill: "none",
|
|
4313
4367
|
...delegated,
|
|
4314
4368
|
children: [
|
|
4315
|
-
/* @__PURE__ */
|
|
4369
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4316
4370
|
d: "M19.02 9.531a6.238 6.238 0 1 1-12.476 0 6.238 6.238 0 0 1 12.476 0Z",
|
|
4317
4371
|
fill: "#fff"
|
|
4318
4372
|
}),
|
|
4319
|
-
/* @__PURE__ */
|
|
4373
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4320
4374
|
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",
|
|
4321
4375
|
fill: "#BFF6F8"
|
|
4322
4376
|
}),
|
|
4323
|
-
/* @__PURE__ */
|
|
4377
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4324
4378
|
fillRule: "evenodd",
|
|
4325
4379
|
clipRule: "evenodd",
|
|
4326
4380
|
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",
|
|
4327
4381
|
fill: "#528693"
|
|
4328
4382
|
}),
|
|
4329
|
-
/* @__PURE__ */
|
|
4383
|
+
/* @__PURE__ */ jsx89("path", {
|
|
4330
4384
|
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",
|
|
4331
4385
|
fill: "#528693"
|
|
4332
4386
|
})
|
|
@@ -4336,10 +4390,10 @@ var Search = forwardRef82((delegated, ref) => {
|
|
|
4336
4390
|
Search.displayName = "SearchIcon";
|
|
4337
4391
|
|
|
4338
4392
|
// src/iconography/selection.tsx
|
|
4339
|
-
import { forwardRef as
|
|
4340
|
-
import { jsx as
|
|
4341
|
-
var Selection =
|
|
4342
|
-
return /* @__PURE__ */
|
|
4393
|
+
import { forwardRef as forwardRef84 } from "react";
|
|
4394
|
+
import { jsx as jsx90, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
4395
|
+
var Selection = forwardRef84((delegated, ref) => {
|
|
4396
|
+
return /* @__PURE__ */ jsxs81("svg", {
|
|
4343
4397
|
ref,
|
|
4344
4398
|
width: "22",
|
|
4345
4399
|
height: "22",
|
|
@@ -4347,65 +4401,65 @@ var Selection = forwardRef83((delegated, ref) => {
|
|
|
4347
4401
|
fill: "none",
|
|
4348
4402
|
...delegated,
|
|
4349
4403
|
children: [
|
|
4350
|
-
/* @__PURE__ */
|
|
4404
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4351
4405
|
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",
|
|
4352
4406
|
fill: "white"
|
|
4353
4407
|
}),
|
|
4354
|
-
/* @__PURE__ */
|
|
4408
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4355
4409
|
fillRule: "evenodd",
|
|
4356
4410
|
clipRule: "evenodd",
|
|
4357
4411
|
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",
|
|
4358
4412
|
fill: "#528693"
|
|
4359
4413
|
}),
|
|
4360
|
-
/* @__PURE__ */
|
|
4414
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4361
4415
|
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",
|
|
4362
4416
|
fill: "#BFF6F8",
|
|
4363
4417
|
className: "c-icon-fill"
|
|
4364
4418
|
}),
|
|
4365
|
-
/* @__PURE__ */
|
|
4419
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4366
4420
|
fillRule: "evenodd",
|
|
4367
4421
|
clipRule: "evenodd",
|
|
4368
4422
|
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",
|
|
4369
4423
|
fill: "#528693"
|
|
4370
4424
|
}),
|
|
4371
|
-
/* @__PURE__ */
|
|
4425
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4372
4426
|
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",
|
|
4373
4427
|
fill: "white"
|
|
4374
4428
|
}),
|
|
4375
|
-
/* @__PURE__ */
|
|
4429
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4376
4430
|
fillRule: "evenodd",
|
|
4377
4431
|
clipRule: "evenodd",
|
|
4378
4432
|
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",
|
|
4379
4433
|
fill: "#528693"
|
|
4380
4434
|
}),
|
|
4381
|
-
/* @__PURE__ */
|
|
4435
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4382
4436
|
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",
|
|
4383
4437
|
fill: "#BFF6F8",
|
|
4384
4438
|
className: "c-icon-fill"
|
|
4385
4439
|
}),
|
|
4386
|
-
/* @__PURE__ */
|
|
4440
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4387
4441
|
fillRule: "evenodd",
|
|
4388
4442
|
clipRule: "evenodd",
|
|
4389
4443
|
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",
|
|
4390
4444
|
fill: "#528693"
|
|
4391
4445
|
}),
|
|
4392
|
-
/* @__PURE__ */
|
|
4446
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4393
4447
|
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",
|
|
4394
4448
|
fill: "#BFF6F8",
|
|
4395
4449
|
className: "c-icon-fill"
|
|
4396
4450
|
}),
|
|
4397
|
-
/* @__PURE__ */
|
|
4451
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4398
4452
|
fillRule: "evenodd",
|
|
4399
4453
|
clipRule: "evenodd",
|
|
4400
4454
|
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",
|
|
4401
4455
|
fill: "#528693"
|
|
4402
4456
|
}),
|
|
4403
|
-
/* @__PURE__ */
|
|
4457
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4404
4458
|
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",
|
|
4405
4459
|
fill: "#BFF6F8",
|
|
4406
4460
|
className: "c-icon-fill"
|
|
4407
4461
|
}),
|
|
4408
|
-
/* @__PURE__ */
|
|
4462
|
+
/* @__PURE__ */ jsx90("path", {
|
|
4409
4463
|
fillRule: "evenodd",
|
|
4410
4464
|
clipRule: "evenodd",
|
|
4411
4465
|
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",
|
|
@@ -4417,22 +4471,22 @@ var Selection = forwardRef83((delegated, ref) => {
|
|
|
4417
4471
|
Selection.displayName = "Selection";
|
|
4418
4472
|
|
|
4419
4473
|
// src/iconography/settings.tsx
|
|
4420
|
-
import { forwardRef as
|
|
4421
|
-
import { jsx as
|
|
4422
|
-
var Settings =
|
|
4423
|
-
return /* @__PURE__ */
|
|
4474
|
+
import { forwardRef as forwardRef85 } from "react";
|
|
4475
|
+
import { jsx as jsx91, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
4476
|
+
var Settings = forwardRef85((delegated, ref) => {
|
|
4477
|
+
return /* @__PURE__ */ jsxs82("svg", {
|
|
4424
4478
|
ref,
|
|
4425
4479
|
width: "22",
|
|
4426
4480
|
height: "22",
|
|
4427
4481
|
viewBox: "0 0 22 22",
|
|
4428
4482
|
...delegated,
|
|
4429
4483
|
children: [
|
|
4430
|
-
/* @__PURE__ */
|
|
4484
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4431
4485
|
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",
|
|
4432
4486
|
fill: "#BFF6F8",
|
|
4433
4487
|
className: "c-icon-fill"
|
|
4434
4488
|
}),
|
|
4435
|
-
/* @__PURE__ */
|
|
4489
|
+
/* @__PURE__ */ jsx91("path", {
|
|
4436
4490
|
fillRule: "evenodd",
|
|
4437
4491
|
clipRule: "evenodd",
|
|
4438
4492
|
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",
|
|
@@ -4444,10 +4498,10 @@ var Settings = forwardRef84((delegated, ref) => {
|
|
|
4444
4498
|
Settings.displayName = "SettingsIcon";
|
|
4445
4499
|
|
|
4446
4500
|
// src/iconography/shapes.tsx
|
|
4447
|
-
import { forwardRef as
|
|
4448
|
-
import { jsx as
|
|
4449
|
-
var Shapes =
|
|
4450
|
-
return /* @__PURE__ */
|
|
4501
|
+
import { forwardRef as forwardRef86 } from "react";
|
|
4502
|
+
import { jsx as jsx92, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
4503
|
+
var Shapes = forwardRef86((delegated, ref) => {
|
|
4504
|
+
return /* @__PURE__ */ jsxs83("svg", {
|
|
4451
4505
|
ref,
|
|
4452
4506
|
width: "23",
|
|
4453
4507
|
height: "22",
|
|
@@ -4455,41 +4509,41 @@ var Shapes = forwardRef85((delegated, ref) => {
|
|
|
4455
4509
|
fill: "none",
|
|
4456
4510
|
...delegated,
|
|
4457
4511
|
children: [
|
|
4458
|
-
/* @__PURE__ */
|
|
4512
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4459
4513
|
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",
|
|
4460
4514
|
fill: "#BFF6F8"
|
|
4461
4515
|
}),
|
|
4462
|
-
/* @__PURE__ */
|
|
4516
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4463
4517
|
fillRule: "evenodd",
|
|
4464
4518
|
clipRule: "evenodd",
|
|
4465
4519
|
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",
|
|
4466
4520
|
fill: "#528693"
|
|
4467
4521
|
}),
|
|
4468
|
-
/* @__PURE__ */
|
|
4522
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4469
4523
|
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",
|
|
4470
4524
|
fill: "#fff"
|
|
4471
4525
|
}),
|
|
4472
|
-
/* @__PURE__ */
|
|
4526
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4473
4527
|
fillRule: "evenodd",
|
|
4474
4528
|
clipRule: "evenodd",
|
|
4475
4529
|
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",
|
|
4476
4530
|
fill: "#528693"
|
|
4477
4531
|
}),
|
|
4478
|
-
/* @__PURE__ */
|
|
4532
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4479
4533
|
d: "m17.069 2.8 3.51 7h-7.097l3.587-7Z",
|
|
4480
4534
|
fill: "#BFF6F8"
|
|
4481
4535
|
}),
|
|
4482
|
-
/* @__PURE__ */
|
|
4536
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4483
4537
|
fillRule: "evenodd",
|
|
4484
4538
|
clipRule: "evenodd",
|
|
4485
4539
|
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",
|
|
4486
4540
|
fill: "#528693"
|
|
4487
4541
|
}),
|
|
4488
|
-
/* @__PURE__ */
|
|
4542
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4489
4543
|
d: "M10.679 16.3a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z",
|
|
4490
4544
|
fill: "#BFF6F8"
|
|
4491
4545
|
}),
|
|
4492
|
-
/* @__PURE__ */
|
|
4546
|
+
/* @__PURE__ */ jsx92("path", {
|
|
4493
4547
|
fillRule: "evenodd",
|
|
4494
4548
|
clipRule: "evenodd",
|
|
4495
4549
|
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",
|
|
@@ -4501,10 +4555,10 @@ var Shapes = forwardRef85((delegated, ref) => {
|
|
|
4501
4555
|
Shapes.displayName = "ShapesIcon";
|
|
4502
4556
|
|
|
4503
4557
|
// src/iconography/singleline.tsx
|
|
4504
|
-
import { forwardRef as
|
|
4505
|
-
import { jsx as
|
|
4506
|
-
var SingleLine =
|
|
4507
|
-
return /* @__PURE__ */
|
|
4558
|
+
import { forwardRef as forwardRef87 } from "react";
|
|
4559
|
+
import { jsx as jsx93, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
4560
|
+
var SingleLine = forwardRef87((delegated, ref) => {
|
|
4561
|
+
return /* @__PURE__ */ jsxs84("svg", {
|
|
4508
4562
|
ref,
|
|
4509
4563
|
width: "22",
|
|
4510
4564
|
height: "22",
|
|
@@ -4512,12 +4566,12 @@ var SingleLine = forwardRef86((delegated, ref) => {
|
|
|
4512
4566
|
fill: "none",
|
|
4513
4567
|
...delegated,
|
|
4514
4568
|
children: [
|
|
4515
|
-
/* @__PURE__ */
|
|
4569
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4516
4570
|
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",
|
|
4517
4571
|
fill: "#BFF6F8",
|
|
4518
4572
|
className: "c-icon-fill"
|
|
4519
4573
|
}),
|
|
4520
|
-
/* @__PURE__ */
|
|
4574
|
+
/* @__PURE__ */ jsx93("path", {
|
|
4521
4575
|
fillRule: "evenodd",
|
|
4522
4576
|
clipRule: "evenodd",
|
|
4523
4577
|
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",
|
|
@@ -4529,10 +4583,10 @@ var SingleLine = forwardRef86((delegated, ref) => {
|
|
|
4529
4583
|
SingleLine.displayName = "SingleLine";
|
|
4530
4584
|
|
|
4531
4585
|
// src/iconography/split.tsx
|
|
4532
|
-
import { forwardRef as
|
|
4533
|
-
import { jsx as
|
|
4534
|
-
var Split =
|
|
4535
|
-
return /* @__PURE__ */
|
|
4586
|
+
import { forwardRef as forwardRef88 } from "react";
|
|
4587
|
+
import { jsx as jsx94, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
4588
|
+
var Split = forwardRef88((delegated, ref) => {
|
|
4589
|
+
return /* @__PURE__ */ jsxs85("svg", {
|
|
4536
4590
|
ref,
|
|
4537
4591
|
width: "22",
|
|
4538
4592
|
height: "22",
|
|
@@ -4540,41 +4594,41 @@ var Split = forwardRef87((delegated, ref) => {
|
|
|
4540
4594
|
fill: "none",
|
|
4541
4595
|
...delegated,
|
|
4542
4596
|
children: [
|
|
4543
|
-
/* @__PURE__ */
|
|
4597
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4544
4598
|
fill: "#fff",
|
|
4545
4599
|
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"
|
|
4546
4600
|
}),
|
|
4547
|
-
/* @__PURE__ */
|
|
4601
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4548
4602
|
fill: "#528693",
|
|
4549
4603
|
fillRule: "evenodd",
|
|
4550
4604
|
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",
|
|
4551
4605
|
clipRule: "evenodd"
|
|
4552
4606
|
}),
|
|
4553
|
-
/* @__PURE__ */
|
|
4607
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4554
4608
|
fill: "#fff",
|
|
4555
4609
|
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"
|
|
4556
4610
|
}),
|
|
4557
|
-
/* @__PURE__ */
|
|
4611
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4558
4612
|
fill: "#528693",
|
|
4559
4613
|
fillRule: "evenodd",
|
|
4560
4614
|
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",
|
|
4561
4615
|
clipRule: "evenodd"
|
|
4562
4616
|
}),
|
|
4563
|
-
/* @__PURE__ */
|
|
4617
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4564
4618
|
fill: "#BFF6F8",
|
|
4565
4619
|
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"
|
|
4566
4620
|
}),
|
|
4567
|
-
/* @__PURE__ */
|
|
4621
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4568
4622
|
fill: "#528693",
|
|
4569
4623
|
fillRule: "evenodd",
|
|
4570
4624
|
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",
|
|
4571
4625
|
clipRule: "evenodd"
|
|
4572
4626
|
}),
|
|
4573
|
-
/* @__PURE__ */
|
|
4627
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4574
4628
|
fill: "#BFF6F8",
|
|
4575
4629
|
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"
|
|
4576
4630
|
}),
|
|
4577
|
-
/* @__PURE__ */
|
|
4631
|
+
/* @__PURE__ */ jsx94("path", {
|
|
4578
4632
|
fill: "#528693",
|
|
4579
4633
|
fillRule: "evenodd",
|
|
4580
4634
|
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",
|
|
@@ -4586,10 +4640,10 @@ var Split = forwardRef87((delegated, ref) => {
|
|
|
4586
4640
|
Split.displayName = "SplitIcon";
|
|
4587
4641
|
|
|
4588
4642
|
// src/iconography/stock-location.tsx
|
|
4589
|
-
import { forwardRef as
|
|
4590
|
-
import { jsx as
|
|
4591
|
-
var StockLocation =
|
|
4592
|
-
return /* @__PURE__ */
|
|
4643
|
+
import { forwardRef as forwardRef89 } from "react";
|
|
4644
|
+
import { jsx as jsx95, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
4645
|
+
var StockLocation = forwardRef89((delegated, ref) => {
|
|
4646
|
+
return /* @__PURE__ */ jsxs86("svg", {
|
|
4593
4647
|
ref,
|
|
4594
4648
|
width: "22",
|
|
4595
4649
|
height: "22",
|
|
@@ -4597,70 +4651,70 @@ var StockLocation = forwardRef88((delegated, ref) => {
|
|
|
4597
4651
|
fill: "none",
|
|
4598
4652
|
...delegated,
|
|
4599
4653
|
children: [
|
|
4600
|
-
/* @__PURE__ */
|
|
4654
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4601
4655
|
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",
|
|
4602
4656
|
fill: "#BFF6F8",
|
|
4603
4657
|
className: "c-icon-fill"
|
|
4604
4658
|
}),
|
|
4605
|
-
/* @__PURE__ */
|
|
4659
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4606
4660
|
fillRule: "evenodd",
|
|
4607
4661
|
clipRule: "evenodd",
|
|
4608
4662
|
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",
|
|
4609
4663
|
fill: "#528693"
|
|
4610
4664
|
}),
|
|
4611
|
-
/* @__PURE__ */
|
|
4665
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4612
4666
|
d: "M16.79 11.4532L10.968 13.6629L5.07001 11.4532L10.968 9.16174L16.79 11.4532Z",
|
|
4613
4667
|
fill: "#B1DDDF"
|
|
4614
4668
|
}),
|
|
4615
|
-
/* @__PURE__ */
|
|
4669
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4616
4670
|
fillRule: "evenodd",
|
|
4617
4671
|
clipRule: "evenodd",
|
|
4618
4672
|
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",
|
|
4619
4673
|
fill: "#528693"
|
|
4620
4674
|
}),
|
|
4621
|
-
/* @__PURE__ */
|
|
4675
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4622
4676
|
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",
|
|
4623
4677
|
fill: "#BFF6F8",
|
|
4624
4678
|
className: "c-icon-fill"
|
|
4625
4679
|
}),
|
|
4626
|
-
/* @__PURE__ */
|
|
4680
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4627
4681
|
fillRule: "evenodd",
|
|
4628
4682
|
clipRule: "evenodd",
|
|
4629
4683
|
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",
|
|
4630
4684
|
fill: "#528693"
|
|
4631
4685
|
}),
|
|
4632
|
-
/* @__PURE__ */
|
|
4686
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4633
4687
|
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",
|
|
4634
4688
|
fill: "#BFF6F8",
|
|
4635
4689
|
className: "c-icon-fill"
|
|
4636
4690
|
}),
|
|
4637
|
-
/* @__PURE__ */
|
|
4691
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4638
4692
|
fillRule: "evenodd",
|
|
4639
4693
|
clipRule: "evenodd",
|
|
4640
4694
|
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",
|
|
4641
4695
|
fill: "#528693"
|
|
4642
4696
|
}),
|
|
4643
|
-
/* @__PURE__ */
|
|
4697
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4644
4698
|
fillRule: "evenodd",
|
|
4645
4699
|
clipRule: "evenodd",
|
|
4646
4700
|
d: "M10.7 19.5V9H11.3V19.5H10.7Z",
|
|
4647
4701
|
fill: "#528693"
|
|
4648
4702
|
}),
|
|
4649
|
-
/* @__PURE__ */
|
|
4703
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4650
4704
|
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",
|
|
4651
4705
|
fill: "white"
|
|
4652
4706
|
}),
|
|
4653
|
-
/* @__PURE__ */
|
|
4707
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4654
4708
|
fillRule: "evenodd",
|
|
4655
4709
|
clipRule: "evenodd",
|
|
4656
4710
|
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",
|
|
4657
4711
|
fill: "#528693"
|
|
4658
4712
|
}),
|
|
4659
|
-
/* @__PURE__ */
|
|
4713
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4660
4714
|
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",
|
|
4661
4715
|
fill: "white"
|
|
4662
4716
|
}),
|
|
4663
|
-
/* @__PURE__ */
|
|
4717
|
+
/* @__PURE__ */ jsx95("path", {
|
|
4664
4718
|
fillRule: "evenodd",
|
|
4665
4719
|
clipRule: "evenodd",
|
|
4666
4720
|
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",
|
|
@@ -4672,10 +4726,10 @@ var StockLocation = forwardRef88((delegated, ref) => {
|
|
|
4672
4726
|
StockLocation.displayName = "StockLocationIcon";
|
|
4673
4727
|
|
|
4674
4728
|
// src/iconography/subscription.tsx
|
|
4675
|
-
import { forwardRef as
|
|
4676
|
-
import { jsx as
|
|
4677
|
-
var Subscription =
|
|
4678
|
-
return /* @__PURE__ */
|
|
4729
|
+
import { forwardRef as forwardRef90 } from "react";
|
|
4730
|
+
import { jsx as jsx96, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
4731
|
+
var Subscription = forwardRef90((delegated, ref) => {
|
|
4732
|
+
return /* @__PURE__ */ jsxs87("svg", {
|
|
4679
4733
|
ref,
|
|
4680
4734
|
width: "34",
|
|
4681
4735
|
height: "34",
|
|
@@ -4683,21 +4737,21 @@ var Subscription = forwardRef89((delegated, ref) => {
|
|
|
4683
4737
|
fill: "none",
|
|
4684
4738
|
...delegated,
|
|
4685
4739
|
children: [
|
|
4686
|
-
/* @__PURE__ */
|
|
4740
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4687
4741
|
d: "M6.61561 5.18342H25.0671H27.0366L28.0213 8.13757L29.006 15.0306L6.35752 13.0612L5.3728 7.15285L6.61561 5.18342Z",
|
|
4688
4742
|
fill: "#bff6f8"
|
|
4689
4743
|
}),
|
|
4690
|
-
/* @__PURE__ */
|
|
4744
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4691
4745
|
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",
|
|
4692
4746
|
fill: "#fff"
|
|
4693
4747
|
}),
|
|
4694
|
-
/* @__PURE__ */
|
|
4748
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4695
4749
|
fillRule: "evenodd",
|
|
4696
4750
|
clipRule: "evenodd",
|
|
4697
4751
|
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",
|
|
4698
4752
|
fill: "#528693"
|
|
4699
4753
|
}),
|
|
4700
|
-
/* @__PURE__ */
|
|
4754
|
+
/* @__PURE__ */ jsx96("path", {
|
|
4701
4755
|
fillRule: "evenodd",
|
|
4702
4756
|
clipRule: "evenodd",
|
|
4703
4757
|
d: "M28.4567 13.455L6.24786 13.455L6.24786 12.4094L28.4567 12.4094L28.4567 13.455Z",
|
|
@@ -4709,11 +4763,11 @@ var Subscription = forwardRef89((delegated, ref) => {
|
|
|
4709
4763
|
Subscription.displayName = "SubscriptionIcon";
|
|
4710
4764
|
|
|
4711
4765
|
// src/iconography/subscription-contracts.tsx
|
|
4712
|
-
import { forwardRef as
|
|
4713
|
-
import { jsx as
|
|
4714
|
-
var SubscriptionContracts =
|
|
4766
|
+
import { forwardRef as forwardRef91 } from "react";
|
|
4767
|
+
import { jsx as jsx97, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
4768
|
+
var SubscriptionContracts = forwardRef91(
|
|
4715
4769
|
(delegated, ref) => {
|
|
4716
|
-
return /* @__PURE__ */
|
|
4770
|
+
return /* @__PURE__ */ jsxs88("svg", {
|
|
4717
4771
|
ref,
|
|
4718
4772
|
width: "23",
|
|
4719
4773
|
height: "22",
|
|
@@ -4721,37 +4775,37 @@ var SubscriptionContracts = forwardRef90(
|
|
|
4721
4775
|
fill: "none",
|
|
4722
4776
|
...delegated,
|
|
4723
4777
|
children: [
|
|
4724
|
-
/* @__PURE__ */
|
|
4778
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4725
4779
|
fill: "#BFF6F8",
|
|
4726
4780
|
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"
|
|
4727
4781
|
}),
|
|
4728
|
-
/* @__PURE__ */
|
|
4782
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4729
4783
|
fill: "#528693",
|
|
4730
4784
|
fillRule: "evenodd",
|
|
4731
4785
|
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",
|
|
4732
4786
|
clipRule: "evenodd"
|
|
4733
4787
|
}),
|
|
4734
|
-
/* @__PURE__ */
|
|
4788
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4735
4789
|
fill: "#528693",
|
|
4736
4790
|
fillRule: "evenodd",
|
|
4737
4791
|
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",
|
|
4738
4792
|
clipRule: "evenodd"
|
|
4739
4793
|
}),
|
|
4740
|
-
/* @__PURE__ */
|
|
4794
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4741
4795
|
fill: "#fff",
|
|
4742
4796
|
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"
|
|
4743
4797
|
}),
|
|
4744
|
-
/* @__PURE__ */
|
|
4798
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4745
4799
|
fill: "#528693",
|
|
4746
4800
|
fillRule: "evenodd",
|
|
4747
4801
|
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",
|
|
4748
4802
|
clipRule: "evenodd"
|
|
4749
4803
|
}),
|
|
4750
|
-
/* @__PURE__ */
|
|
4804
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4751
4805
|
fill: "#fff",
|
|
4752
4806
|
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"
|
|
4753
4807
|
}),
|
|
4754
|
-
/* @__PURE__ */
|
|
4808
|
+
/* @__PURE__ */ jsx97("path", {
|
|
4755
4809
|
fill: "#528693",
|
|
4756
4810
|
fillRule: "evenodd",
|
|
4757
4811
|
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",
|
|
@@ -4764,10 +4818,10 @@ var SubscriptionContracts = forwardRef90(
|
|
|
4764
4818
|
SubscriptionContracts.displayName = "SubscriptionContractsIcon";
|
|
4765
4819
|
|
|
4766
4820
|
// src/iconography/subscription-plans.tsx
|
|
4767
|
-
import { forwardRef as
|
|
4768
|
-
import { jsx as
|
|
4769
|
-
var SubscriptionPlans =
|
|
4770
|
-
return /* @__PURE__ */
|
|
4821
|
+
import { forwardRef as forwardRef92 } from "react";
|
|
4822
|
+
import { jsx as jsx98, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
4823
|
+
var SubscriptionPlans = forwardRef92((delegated, ref) => {
|
|
4824
|
+
return /* @__PURE__ */ jsxs89("svg", {
|
|
4771
4825
|
ref,
|
|
4772
4826
|
width: "23",
|
|
4773
4827
|
height: "22",
|
|
@@ -4775,47 +4829,47 @@ var SubscriptionPlans = forwardRef91((delegated, ref) => {
|
|
|
4775
4829
|
fill: "none",
|
|
4776
4830
|
...delegated,
|
|
4777
4831
|
children: [
|
|
4778
|
-
/* @__PURE__ */
|
|
4832
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4779
4833
|
fill: "#BFF6F8",
|
|
4780
4834
|
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"
|
|
4781
4835
|
}),
|
|
4782
|
-
/* @__PURE__ */
|
|
4836
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4783
4837
|
fill: "#528693",
|
|
4784
4838
|
fillRule: "evenodd",
|
|
4785
4839
|
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",
|
|
4786
4840
|
clipRule: "evenodd"
|
|
4787
4841
|
}),
|
|
4788
|
-
/* @__PURE__ */
|
|
4842
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4789
4843
|
fill: "#fff",
|
|
4790
4844
|
d: "M5.397 6.227a1 1 0 0 1 1-1h11.09a1 1 0 0 1 1 1v1.455H5.398V6.227Z"
|
|
4791
4845
|
}),
|
|
4792
|
-
/* @__PURE__ */
|
|
4846
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4793
4847
|
fill: "#528693",
|
|
4794
4848
|
fillRule: "evenodd",
|
|
4795
4849
|
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",
|
|
4796
4850
|
clipRule: "evenodd"
|
|
4797
4851
|
}),
|
|
4798
|
-
/* @__PURE__ */
|
|
4852
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4799
4853
|
fill: "#528693",
|
|
4800
4854
|
fillRule: "evenodd",
|
|
4801
4855
|
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",
|
|
4802
4856
|
clipRule: "evenodd"
|
|
4803
4857
|
}),
|
|
4804
|
-
/* @__PURE__ */
|
|
4858
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4805
4859
|
fill: "#fff",
|
|
4806
4860
|
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"
|
|
4807
4861
|
}),
|
|
4808
|
-
/* @__PURE__ */
|
|
4862
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4809
4863
|
fill: "#528693",
|
|
4810
4864
|
fillRule: "evenodd",
|
|
4811
4865
|
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",
|
|
4812
4866
|
clipRule: "evenodd"
|
|
4813
4867
|
}),
|
|
4814
|
-
/* @__PURE__ */
|
|
4868
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4815
4869
|
fill: "#fff",
|
|
4816
4870
|
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"
|
|
4817
4871
|
}),
|
|
4818
|
-
/* @__PURE__ */
|
|
4872
|
+
/* @__PURE__ */ jsx98("path", {
|
|
4819
4873
|
fill: "#528693",
|
|
4820
4874
|
fillRule: "evenodd",
|
|
4821
4875
|
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",
|
|
@@ -4827,10 +4881,10 @@ var SubscriptionPlans = forwardRef91((delegated, ref) => {
|
|
|
4827
4881
|
SubscriptionPlans.displayName = "SubscriptionPlansIcon";
|
|
4828
4882
|
|
|
4829
4883
|
// src/iconography/switch.tsx
|
|
4830
|
-
import { forwardRef as
|
|
4831
|
-
import { jsx as
|
|
4832
|
-
var Switch =
|
|
4833
|
-
return /* @__PURE__ */
|
|
4884
|
+
import { forwardRef as forwardRef93 } from "react";
|
|
4885
|
+
import { jsx as jsx99, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
4886
|
+
var Switch = forwardRef93((delegated, ref) => {
|
|
4887
|
+
return /* @__PURE__ */ jsxs90("svg", {
|
|
4834
4888
|
ref,
|
|
4835
4889
|
width: "22",
|
|
4836
4890
|
height: "22",
|
|
@@ -4838,43 +4892,43 @@ var Switch = forwardRef92((delegated, ref) => {
|
|
|
4838
4892
|
fill: "none",
|
|
4839
4893
|
...delegated,
|
|
4840
4894
|
children: [
|
|
4841
|
-
/* @__PURE__ */
|
|
4895
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4842
4896
|
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",
|
|
4843
4897
|
fill: "white"
|
|
4844
4898
|
}),
|
|
4845
|
-
/* @__PURE__ */
|
|
4899
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4846
4900
|
fillRule: "evenodd",
|
|
4847
4901
|
clipRule: "evenodd",
|
|
4848
4902
|
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",
|
|
4849
4903
|
fill: "#528693"
|
|
4850
4904
|
}),
|
|
4851
|
-
/* @__PURE__ */
|
|
4905
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4852
4906
|
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",
|
|
4853
4907
|
fill: "#BFF6F8",
|
|
4854
4908
|
className: "c-icon-fill"
|
|
4855
4909
|
}),
|
|
4856
|
-
/* @__PURE__ */
|
|
4910
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4857
4911
|
fillRule: "evenodd",
|
|
4858
4912
|
clipRule: "evenodd",
|
|
4859
4913
|
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",
|
|
4860
4914
|
fill: "#528693"
|
|
4861
4915
|
}),
|
|
4862
|
-
/* @__PURE__ */
|
|
4916
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4863
4917
|
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",
|
|
4864
4918
|
fill: "#BFF6F8",
|
|
4865
4919
|
className: "c-icon-fill"
|
|
4866
4920
|
}),
|
|
4867
|
-
/* @__PURE__ */
|
|
4921
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4868
4922
|
fillRule: "evenodd",
|
|
4869
4923
|
clipRule: "evenodd",
|
|
4870
4924
|
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",
|
|
4871
4925
|
fill: "#528693"
|
|
4872
4926
|
}),
|
|
4873
|
-
/* @__PURE__ */
|
|
4927
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4874
4928
|
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",
|
|
4875
4929
|
fill: "white"
|
|
4876
4930
|
}),
|
|
4877
|
-
/* @__PURE__ */
|
|
4931
|
+
/* @__PURE__ */ jsx99("path", {
|
|
4878
4932
|
fillRule: "evenodd",
|
|
4879
4933
|
clipRule: "evenodd",
|
|
4880
4934
|
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",
|
|
@@ -4886,10 +4940,10 @@ var Switch = forwardRef92((delegated, ref) => {
|
|
|
4886
4940
|
Switch.displayName = "Switch";
|
|
4887
4941
|
|
|
4888
4942
|
// src/iconography/target.tsx
|
|
4889
|
-
import { forwardRef as
|
|
4890
|
-
import { jsx as
|
|
4891
|
-
var Target =
|
|
4892
|
-
return /* @__PURE__ */
|
|
4943
|
+
import { forwardRef as forwardRef94 } from "react";
|
|
4944
|
+
import { jsx as jsx100, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
4945
|
+
var Target = forwardRef94((delegated, ref) => {
|
|
4946
|
+
return /* @__PURE__ */ jsxs91("svg", {
|
|
4893
4947
|
ref,
|
|
4894
4948
|
width: "23",
|
|
4895
4949
|
height: "22",
|
|
@@ -4897,67 +4951,67 @@ var Target = forwardRef93((delegated, ref) => {
|
|
|
4897
4951
|
viewBox: "0 0 23 22",
|
|
4898
4952
|
...delegated,
|
|
4899
4953
|
children: [
|
|
4900
|
-
/* @__PURE__ */
|
|
4954
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4901
4955
|
fill: "#BFF6F8",
|
|
4902
4956
|
d: "M20.524 12.018a8.522 8.522 0 1 1-17.044 0 8.522 8.522 0 0 1 17.044 0Z"
|
|
4903
4957
|
}),
|
|
4904
|
-
/* @__PURE__ */
|
|
4958
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4905
4959
|
fill: "#528693",
|
|
4906
4960
|
fillRule: "evenodd",
|
|
4907
4961
|
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",
|
|
4908
4962
|
clipRule: "evenodd"
|
|
4909
4963
|
}),
|
|
4910
|
-
/* @__PURE__ */
|
|
4964
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4911
4965
|
fill: "#fff",
|
|
4912
4966
|
d: "M18.3 12.018a6.299 6.299 0 1 1-12.597 0 6.299 6.299 0 0 1 12.598 0Z"
|
|
4913
4967
|
}),
|
|
4914
|
-
/* @__PURE__ */
|
|
4968
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4915
4969
|
fill: "#528693",
|
|
4916
4970
|
fillRule: "evenodd",
|
|
4917
4971
|
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",
|
|
4918
4972
|
clipRule: "evenodd"
|
|
4919
4973
|
}),
|
|
4920
|
-
/* @__PURE__ */
|
|
4974
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4921
4975
|
fill: "#BFF6F8",
|
|
4922
4976
|
d: "M16.078 12.018a4.076 4.076 0 1 1-8.152 0 4.076 4.076 0 0 1 8.152 0Z"
|
|
4923
4977
|
}),
|
|
4924
|
-
/* @__PURE__ */
|
|
4978
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4925
4979
|
fill: "#528693",
|
|
4926
4980
|
fillRule: "evenodd",
|
|
4927
4981
|
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",
|
|
4928
4982
|
clipRule: "evenodd"
|
|
4929
4983
|
}),
|
|
4930
|
-
/* @__PURE__ */
|
|
4984
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4931
4985
|
fill: "#fff",
|
|
4932
4986
|
d: "M13.854 12.018a1.853 1.853 0 1 1-3.705 0 1.853 1.853 0 0 1 3.705 0Z"
|
|
4933
4987
|
}),
|
|
4934
|
-
/* @__PURE__ */
|
|
4988
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4935
4989
|
fill: "#528693",
|
|
4936
4990
|
fillRule: "evenodd",
|
|
4937
4991
|
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",
|
|
4938
4992
|
clipRule: "evenodd"
|
|
4939
4993
|
}),
|
|
4940
|
-
/* @__PURE__ */
|
|
4994
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4941
4995
|
fill: "#fff",
|
|
4942
4996
|
d: "m15.899.398.906 4.093L14.2 8.688l-1.09-3.916L15.9.398Z"
|
|
4943
4997
|
}),
|
|
4944
|
-
/* @__PURE__ */
|
|
4998
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4945
4999
|
fill: "#fff",
|
|
4946
5000
|
d: "m20.897 3.585-4.092.906L14.2 8.687l3.909-.728 2.788-4.374Z"
|
|
4947
5001
|
}),
|
|
4948
|
-
/* @__PURE__ */
|
|
5002
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4949
5003
|
fill: "#528693",
|
|
4950
5004
|
fillRule: "evenodd",
|
|
4951
5005
|
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",
|
|
4952
5006
|
clipRule: "evenodd"
|
|
4953
5007
|
}),
|
|
4954
|
-
/* @__PURE__ */
|
|
5008
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4955
5009
|
fill: "#528693",
|
|
4956
5010
|
fillRule: "evenodd",
|
|
4957
5011
|
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",
|
|
4958
5012
|
clipRule: "evenodd"
|
|
4959
5013
|
}),
|
|
4960
|
-
/* @__PURE__ */
|
|
5014
|
+
/* @__PURE__ */ jsx100("path", {
|
|
4961
5015
|
fill: "#528693",
|
|
4962
5016
|
fillRule: "evenodd",
|
|
4963
5017
|
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",
|
|
@@ -4969,10 +5023,10 @@ var Target = forwardRef93((delegated, ref) => {
|
|
|
4969
5023
|
Target.displayName = "TargetIcon";
|
|
4970
5024
|
|
|
4971
5025
|
// src/iconography/topics.tsx
|
|
4972
|
-
import { forwardRef as
|
|
4973
|
-
import { jsx as
|
|
4974
|
-
var Topics =
|
|
4975
|
-
return /* @__PURE__ */
|
|
5026
|
+
import { forwardRef as forwardRef95 } from "react";
|
|
5027
|
+
import { jsx as jsx101, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
5028
|
+
var Topics = forwardRef95((delegated, ref) => {
|
|
5029
|
+
return /* @__PURE__ */ jsxs92("svg", {
|
|
4976
5030
|
ref,
|
|
4977
5031
|
width: "23",
|
|
4978
5032
|
height: "23",
|
|
@@ -4980,47 +5034,47 @@ var Topics = forwardRef94((delegated, ref) => {
|
|
|
4980
5034
|
fill: "none",
|
|
4981
5035
|
...delegated,
|
|
4982
5036
|
children: [
|
|
4983
|
-
/* @__PURE__ */
|
|
5037
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4984
5038
|
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",
|
|
4985
5039
|
fill: "#528693"
|
|
4986
5040
|
}),
|
|
4987
|
-
/* @__PURE__ */
|
|
5041
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4988
5042
|
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",
|
|
4989
5043
|
fill: "#528693"
|
|
4990
5044
|
}),
|
|
4991
|
-
/* @__PURE__ */
|
|
5045
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4992
5046
|
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",
|
|
4993
5047
|
fill: "#fff"
|
|
4994
5048
|
}),
|
|
4995
|
-
/* @__PURE__ */
|
|
5049
|
+
/* @__PURE__ */ jsx101("path", {
|
|
4996
5050
|
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",
|
|
4997
5051
|
fill: "#528693"
|
|
4998
5052
|
}),
|
|
4999
|
-
/* @__PURE__ */
|
|
5053
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5000
5054
|
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",
|
|
5001
5055
|
fill: "#528693"
|
|
5002
5056
|
}),
|
|
5003
|
-
/* @__PURE__ */
|
|
5057
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5004
5058
|
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",
|
|
5005
5059
|
fill: "#BFF6F8"
|
|
5006
5060
|
}),
|
|
5007
|
-
/* @__PURE__ */
|
|
5061
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5008
5062
|
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",
|
|
5009
5063
|
fill: "#528693"
|
|
5010
5064
|
}),
|
|
5011
|
-
/* @__PURE__ */
|
|
5065
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5012
5066
|
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",
|
|
5013
5067
|
fill: "#BFF6F8"
|
|
5014
5068
|
}),
|
|
5015
|
-
/* @__PURE__ */
|
|
5069
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5016
5070
|
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",
|
|
5017
5071
|
fill: "#528693"
|
|
5018
5072
|
}),
|
|
5019
|
-
/* @__PURE__ */
|
|
5073
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5020
5074
|
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",
|
|
5021
5075
|
fill: "#BFF6F8"
|
|
5022
5076
|
}),
|
|
5023
|
-
/* @__PURE__ */
|
|
5077
|
+
/* @__PURE__ */ jsx101("path", {
|
|
5024
5078
|
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",
|
|
5025
5079
|
fill: "#528693"
|
|
5026
5080
|
})
|
|
@@ -5030,10 +5084,10 @@ var Topics = forwardRef94((delegated, ref) => {
|
|
|
5030
5084
|
Topics.displayName = "TopicsIcon";
|
|
5031
5085
|
|
|
5032
5086
|
// src/iconography/unpublish.tsx
|
|
5033
|
-
import { forwardRef as
|
|
5034
|
-
import { jsx as
|
|
5035
|
-
var Unpublish =
|
|
5036
|
-
return /* @__PURE__ */
|
|
5087
|
+
import { forwardRef as forwardRef96 } from "react";
|
|
5088
|
+
import { jsx as jsx102, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
5089
|
+
var Unpublish = forwardRef96((delegated, ref) => {
|
|
5090
|
+
return /* @__PURE__ */ jsxs93("svg", {
|
|
5037
5091
|
ref,
|
|
5038
5092
|
width: "22",
|
|
5039
5093
|
height: "22",
|
|
@@ -5041,33 +5095,33 @@ var Unpublish = forwardRef95((delegated, ref) => {
|
|
|
5041
5095
|
fill: "none",
|
|
5042
5096
|
...delegated,
|
|
5043
5097
|
children: [
|
|
5044
|
-
/* @__PURE__ */
|
|
5098
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5045
5099
|
fill: "#fff",
|
|
5046
5100
|
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"
|
|
5047
5101
|
}),
|
|
5048
|
-
/* @__PURE__ */
|
|
5102
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5049
5103
|
fill: "#528693",
|
|
5050
5104
|
fillRule: "evenodd",
|
|
5051
5105
|
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",
|
|
5052
5106
|
clipRule: "evenodd"
|
|
5053
5107
|
}),
|
|
5054
|
-
/* @__PURE__ */
|
|
5108
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5055
5109
|
fill: "#BFF6F8",
|
|
5056
5110
|
d: "M14.8 14.25a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0Z"
|
|
5057
5111
|
}),
|
|
5058
|
-
/* @__PURE__ */
|
|
5112
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5059
5113
|
fill: "#528693",
|
|
5060
5114
|
fillRule: "evenodd",
|
|
5061
5115
|
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",
|
|
5062
5116
|
clipRule: "evenodd"
|
|
5063
5117
|
}),
|
|
5064
|
-
/* @__PURE__ */
|
|
5118
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5065
5119
|
fill: "#528693",
|
|
5066
5120
|
fillRule: "evenodd",
|
|
5067
5121
|
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",
|
|
5068
5122
|
clipRule: "evenodd"
|
|
5069
5123
|
}),
|
|
5070
|
-
/* @__PURE__ */
|
|
5124
|
+
/* @__PURE__ */ jsx102("path", {
|
|
5071
5125
|
fill: "#528693",
|
|
5072
5126
|
fillRule: "evenodd",
|
|
5073
5127
|
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",
|
|
@@ -5079,10 +5133,10 @@ var Unpublish = forwardRef95((delegated, ref) => {
|
|
|
5079
5133
|
Unpublish.displayName = "UnpublishIcon";
|
|
5080
5134
|
|
|
5081
5135
|
// src/iconography/usage.tsx
|
|
5082
|
-
import { forwardRef as
|
|
5083
|
-
import { jsx as
|
|
5084
|
-
var Usage =
|
|
5085
|
-
return /* @__PURE__ */
|
|
5136
|
+
import { forwardRef as forwardRef97 } from "react";
|
|
5137
|
+
import { jsx as jsx103, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
5138
|
+
var Usage = forwardRef97((delegated, ref) => {
|
|
5139
|
+
return /* @__PURE__ */ jsxs94("svg", {
|
|
5086
5140
|
ref,
|
|
5087
5141
|
width: "23",
|
|
5088
5142
|
height: "23",
|
|
@@ -5090,21 +5144,21 @@ var Usage = forwardRef96((delegated, ref) => {
|
|
|
5090
5144
|
fill: "none",
|
|
5091
5145
|
...delegated,
|
|
5092
5146
|
children: [
|
|
5093
|
-
/* @__PURE__ */
|
|
5147
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5094
5148
|
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",
|
|
5095
5149
|
fill: "#BFF6F8"
|
|
5096
5150
|
}),
|
|
5097
|
-
/* @__PURE__ */
|
|
5151
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5098
5152
|
fillRule: "evenodd",
|
|
5099
5153
|
clipRule: "evenodd",
|
|
5100
5154
|
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",
|
|
5101
5155
|
fill: "#528693"
|
|
5102
5156
|
}),
|
|
5103
|
-
/* @__PURE__ */
|
|
5157
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5104
5158
|
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",
|
|
5105
5159
|
fill: "#fff"
|
|
5106
5160
|
}),
|
|
5107
|
-
/* @__PURE__ */
|
|
5161
|
+
/* @__PURE__ */ jsx103("path", {
|
|
5108
5162
|
fillRule: "evenodd",
|
|
5109
5163
|
clipRule: "evenodd",
|
|
5110
5164
|
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",
|
|
@@ -5116,10 +5170,10 @@ var Usage = forwardRef96((delegated, ref) => {
|
|
|
5116
5170
|
Usage.displayName = "UsageIcon";
|
|
5117
5171
|
|
|
5118
5172
|
// src/iconography/usage-meter.tsx
|
|
5119
|
-
import { forwardRef as
|
|
5120
|
-
import { jsx as
|
|
5121
|
-
var UsageMeter =
|
|
5122
|
-
return /* @__PURE__ */
|
|
5173
|
+
import { forwardRef as forwardRef98 } from "react";
|
|
5174
|
+
import { jsx as jsx104, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
5175
|
+
var UsageMeter = forwardRef98((delegated, ref) => {
|
|
5176
|
+
return /* @__PURE__ */ jsxs95("svg", {
|
|
5123
5177
|
ref,
|
|
5124
5178
|
width: "17",
|
|
5125
5179
|
height: "16",
|
|
@@ -5127,24 +5181,24 @@ var UsageMeter = forwardRef97((delegated, ref) => {
|
|
|
5127
5181
|
fill: "none",
|
|
5128
5182
|
...delegated,
|
|
5129
5183
|
children: [
|
|
5130
|
-
/* @__PURE__ */
|
|
5184
|
+
/* @__PURE__ */ jsxs95("g", {
|
|
5131
5185
|
clipPath: "url(#a)",
|
|
5132
5186
|
children: [
|
|
5133
|
-
/* @__PURE__ */
|
|
5187
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5134
5188
|
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",
|
|
5135
5189
|
fill: "#528693"
|
|
5136
5190
|
}),
|
|
5137
|
-
/* @__PURE__ */
|
|
5191
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5138
5192
|
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",
|
|
5139
5193
|
fill: "#BFF6F8",
|
|
5140
5194
|
stroke: "#BFF6F8",
|
|
5141
5195
|
strokeWidth: ".2"
|
|
5142
5196
|
}),
|
|
5143
|
-
/* @__PURE__ */
|
|
5197
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5144
5198
|
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",
|
|
5145
5199
|
fill: "#528693"
|
|
5146
5200
|
}),
|
|
5147
|
-
/* @__PURE__ */
|
|
5201
|
+
/* @__PURE__ */ jsx104("path", {
|
|
5148
5202
|
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",
|
|
5149
5203
|
fill: "#fff",
|
|
5150
5204
|
stroke: "#fff",
|
|
@@ -5152,10 +5206,10 @@ var UsageMeter = forwardRef97((delegated, ref) => {
|
|
|
5152
5206
|
})
|
|
5153
5207
|
]
|
|
5154
5208
|
}),
|
|
5155
|
-
/* @__PURE__ */
|
|
5156
|
-
children: /* @__PURE__ */
|
|
5209
|
+
/* @__PURE__ */ jsx104("defs", {
|
|
5210
|
+
children: /* @__PURE__ */ jsx104("clipPath", {
|
|
5157
5211
|
id: "a",
|
|
5158
|
-
children: /* @__PURE__ */
|
|
5212
|
+
children: /* @__PURE__ */ jsx104("path", {
|
|
5159
5213
|
fill: "#fff",
|
|
5160
5214
|
transform: "translate(.984)",
|
|
5161
5215
|
d: "M0 0h16v16H0z"
|
|
@@ -5168,10 +5222,10 @@ var UsageMeter = forwardRef97((delegated, ref) => {
|
|
|
5168
5222
|
UsageMeter.displayName = "UsageMeterIcon";
|
|
5169
5223
|
|
|
5170
5224
|
// src/iconography/user-card.tsx
|
|
5171
|
-
import { forwardRef as
|
|
5172
|
-
import { jsx as
|
|
5173
|
-
var UserCard =
|
|
5174
|
-
return /* @__PURE__ */
|
|
5225
|
+
import { forwardRef as forwardRef99 } from "react";
|
|
5226
|
+
import { jsx as jsx105, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
5227
|
+
var UserCard = forwardRef99((delegated, ref) => {
|
|
5228
|
+
return /* @__PURE__ */ jsxs96("svg", {
|
|
5175
5229
|
ref,
|
|
5176
5230
|
width: "17",
|
|
5177
5231
|
height: "16",
|
|
@@ -5179,7 +5233,7 @@ var UserCard = forwardRef98((delegated, ref) => {
|
|
|
5179
5233
|
fill: "none",
|
|
5180
5234
|
...delegated,
|
|
5181
5235
|
children: [
|
|
5182
|
-
/* @__PURE__ */
|
|
5236
|
+
/* @__PURE__ */ jsx105("rect", {
|
|
5183
5237
|
x: "2.184",
|
|
5184
5238
|
y: "4.2",
|
|
5185
5239
|
width: "13.6",
|
|
@@ -5189,7 +5243,7 @@ var UserCard = forwardRef98((delegated, ref) => {
|
|
|
5189
5243
|
stroke: "#528693",
|
|
5190
5244
|
strokeWidth: ".4"
|
|
5191
5245
|
}),
|
|
5192
|
-
/* @__PURE__ */
|
|
5246
|
+
/* @__PURE__ */ jsx105("circle", {
|
|
5193
5247
|
cx: "5.984",
|
|
5194
5248
|
cy: "8.5",
|
|
5195
5249
|
r: "2.2",
|
|
@@ -5197,7 +5251,7 @@ var UserCard = forwardRef98((delegated, ref) => {
|
|
|
5197
5251
|
stroke: "#528693",
|
|
5198
5252
|
strokeWidth: ".4"
|
|
5199
5253
|
}),
|
|
5200
|
-
/* @__PURE__ */
|
|
5254
|
+
/* @__PURE__ */ jsx105("path", {
|
|
5201
5255
|
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",
|
|
5202
5256
|
fill: "#fff",
|
|
5203
5257
|
stroke: "#528693",
|
|
@@ -5209,10 +5263,10 @@ var UserCard = forwardRef98((delegated, ref) => {
|
|
|
5209
5263
|
UserCard.displayName = "UserCardIcon";
|
|
5210
5264
|
|
|
5211
5265
|
// src/iconography/users.tsx
|
|
5212
|
-
import { forwardRef as
|
|
5213
|
-
import { jsx as
|
|
5214
|
-
var Users =
|
|
5215
|
-
return /* @__PURE__ */
|
|
5266
|
+
import { forwardRef as forwardRef100 } from "react";
|
|
5267
|
+
import { jsx as jsx106, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
5268
|
+
var Users = forwardRef100((delegated, ref) => {
|
|
5269
|
+
return /* @__PURE__ */ jsxs97("svg", {
|
|
5216
5270
|
ref,
|
|
5217
5271
|
width: "24",
|
|
5218
5272
|
height: "24",
|
|
@@ -5220,33 +5274,33 @@ var Users = forwardRef99((delegated, ref) => {
|
|
|
5220
5274
|
fill: "none",
|
|
5221
5275
|
...delegated,
|
|
5222
5276
|
children: [
|
|
5223
|
-
/* @__PURE__ */
|
|
5277
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5224
5278
|
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",
|
|
5225
5279
|
fill: "#528693"
|
|
5226
5280
|
}),
|
|
5227
|
-
/* @__PURE__ */
|
|
5281
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5228
5282
|
fillRule: "evenodd",
|
|
5229
5283
|
clipRule: "evenodd",
|
|
5230
5284
|
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",
|
|
5231
5285
|
fill: "#528693"
|
|
5232
5286
|
}),
|
|
5233
|
-
/* @__PURE__ */
|
|
5287
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5234
5288
|
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",
|
|
5235
5289
|
fill: "#BFF6F8"
|
|
5236
5290
|
}),
|
|
5237
|
-
/* @__PURE__ */
|
|
5291
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5238
5292
|
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",
|
|
5239
5293
|
fill: "#fff"
|
|
5240
5294
|
}),
|
|
5241
|
-
/* @__PURE__ */
|
|
5295
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5242
5296
|
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",
|
|
5243
5297
|
fill: "#528693"
|
|
5244
5298
|
}),
|
|
5245
|
-
/* @__PURE__ */
|
|
5299
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5246
5300
|
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",
|
|
5247
5301
|
fill: "#BFF6F8"
|
|
5248
5302
|
}),
|
|
5249
|
-
/* @__PURE__ */
|
|
5303
|
+
/* @__PURE__ */ jsx106("path", {
|
|
5250
5304
|
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",
|
|
5251
5305
|
fill: "#fff"
|
|
5252
5306
|
})
|
|
@@ -5256,10 +5310,10 @@ var Users = forwardRef99((delegated, ref) => {
|
|
|
5256
5310
|
Users.displayName = "UsersIcon";
|
|
5257
5311
|
|
|
5258
5312
|
// src/iconography/video.tsx
|
|
5259
|
-
import { forwardRef as
|
|
5260
|
-
import { jsx as
|
|
5261
|
-
var Video =
|
|
5262
|
-
return /* @__PURE__ */
|
|
5313
|
+
import { forwardRef as forwardRef101 } from "react";
|
|
5314
|
+
import { jsx as jsx107, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
5315
|
+
var Video = forwardRef101((delegated, ref) => {
|
|
5316
|
+
return /* @__PURE__ */ jsxs98("svg", {
|
|
5263
5317
|
ref,
|
|
5264
5318
|
width: "22",
|
|
5265
5319
|
height: "22",
|
|
@@ -5267,33 +5321,33 @@ var Video = forwardRef100((delegated, ref) => {
|
|
|
5267
5321
|
fill: "none",
|
|
5268
5322
|
...delegated,
|
|
5269
5323
|
children: [
|
|
5270
|
-
/* @__PURE__ */
|
|
5324
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5271
5325
|
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",
|
|
5272
5326
|
fill: "white"
|
|
5273
5327
|
}),
|
|
5274
|
-
/* @__PURE__ */
|
|
5328
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5275
5329
|
fillRule: "evenodd",
|
|
5276
5330
|
clipRule: "evenodd",
|
|
5277
5331
|
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",
|
|
5278
5332
|
fill: "#528693"
|
|
5279
5333
|
}),
|
|
5280
|
-
/* @__PURE__ */
|
|
5334
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5281
5335
|
d: "M2 5C2 4.44772 2.44772 4 3 4H19C19.5523 4 20 4.44772 20 5V7H2V5Z",
|
|
5282
5336
|
fill: "#BFF6F8",
|
|
5283
5337
|
className: "c-icon-fill"
|
|
5284
5338
|
}),
|
|
5285
|
-
/* @__PURE__ */
|
|
5339
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5286
5340
|
fillRule: "evenodd",
|
|
5287
5341
|
clipRule: "evenodd",
|
|
5288
5342
|
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",
|
|
5289
5343
|
fill: "#528693"
|
|
5290
5344
|
}),
|
|
5291
|
-
/* @__PURE__ */
|
|
5345
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5292
5346
|
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",
|
|
5293
5347
|
fill: "#BFF6F8",
|
|
5294
5348
|
className: "c-icon-fill"
|
|
5295
5349
|
}),
|
|
5296
|
-
/* @__PURE__ */
|
|
5350
|
+
/* @__PURE__ */ jsx107("path", {
|
|
5297
5351
|
fillRule: "evenodd",
|
|
5298
5352
|
clipRule: "evenodd",
|
|
5299
5353
|
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",
|
|
@@ -5305,10 +5359,10 @@ var Video = forwardRef100((delegated, ref) => {
|
|
|
5305
5359
|
Video.displayName = "Video";
|
|
5306
5360
|
|
|
5307
5361
|
// src/iconography/wand.tsx
|
|
5308
|
-
import { forwardRef as
|
|
5309
|
-
import { jsx as
|
|
5310
|
-
var Wand =
|
|
5311
|
-
return /* @__PURE__ */
|
|
5362
|
+
import { forwardRef as forwardRef102 } from "react";
|
|
5363
|
+
import { jsx as jsx108, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
5364
|
+
var Wand = forwardRef102((delegated, ref) => {
|
|
5365
|
+
return /* @__PURE__ */ jsxs99("svg", {
|
|
5312
5366
|
ref,
|
|
5313
5367
|
width: "19",
|
|
5314
5368
|
height: "19",
|
|
@@ -5316,39 +5370,39 @@ var Wand = forwardRef101((delegated, ref) => {
|
|
|
5316
5370
|
fill: "none",
|
|
5317
5371
|
...delegated,
|
|
5318
5372
|
children: [
|
|
5319
|
-
/* @__PURE__ */
|
|
5373
|
+
/* @__PURE__ */ jsxs99("g", {
|
|
5320
5374
|
clipPath: "url(#wand-clip-path)",
|
|
5321
5375
|
children: [
|
|
5322
|
-
/* @__PURE__ */
|
|
5376
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5323
5377
|
fill: "#fff",
|
|
5324
5378
|
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"
|
|
5325
5379
|
}),
|
|
5326
|
-
/* @__PURE__ */
|
|
5380
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5327
5381
|
fill: "#528693",
|
|
5328
5382
|
fillRule: "evenodd",
|
|
5329
5383
|
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",
|
|
5330
5384
|
clipRule: "evenodd"
|
|
5331
5385
|
}),
|
|
5332
|
-
/* @__PURE__ */
|
|
5386
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5333
5387
|
fill: "#BFF6F8",
|
|
5334
5388
|
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"
|
|
5335
5389
|
}),
|
|
5336
|
-
/* @__PURE__ */
|
|
5390
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5337
5391
|
fill: "#528693",
|
|
5338
5392
|
fillRule: "evenodd",
|
|
5339
5393
|
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",
|
|
5340
5394
|
clipRule: "evenodd"
|
|
5341
5395
|
}),
|
|
5342
|
-
/* @__PURE__ */
|
|
5396
|
+
/* @__PURE__ */ jsx108("path", {
|
|
5343
5397
|
fill: "#528693",
|
|
5344
5398
|
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"
|
|
5345
5399
|
})
|
|
5346
5400
|
]
|
|
5347
5401
|
}),
|
|
5348
|
-
/* @__PURE__ */
|
|
5349
|
-
children: /* @__PURE__ */
|
|
5402
|
+
/* @__PURE__ */ jsx108("defs", {
|
|
5403
|
+
children: /* @__PURE__ */ jsx108("clipPath", {
|
|
5350
5404
|
id: "wand-clip-path",
|
|
5351
|
-
children: /* @__PURE__ */
|
|
5405
|
+
children: /* @__PURE__ */ jsx108("path", {
|
|
5352
5406
|
fill: "#fff",
|
|
5353
5407
|
d: "M0 0h18v18H0z",
|
|
5354
5408
|
transform: "translate(.572 .576)"
|
|
@@ -5361,10 +5415,10 @@ var Wand = forwardRef101((delegated, ref) => {
|
|
|
5361
5415
|
Wand.displayName = "Wand";
|
|
5362
5416
|
|
|
5363
5417
|
// src/iconography/warning.tsx
|
|
5364
|
-
import { forwardRef as
|
|
5365
|
-
import { jsx as
|
|
5366
|
-
var Warning =
|
|
5367
|
-
return /* @__PURE__ */
|
|
5418
|
+
import { forwardRef as forwardRef103 } from "react";
|
|
5419
|
+
import { jsx as jsx109, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
5420
|
+
var Warning = forwardRef103((delegated, ref) => {
|
|
5421
|
+
return /* @__PURE__ */ jsxs100("svg", {
|
|
5368
5422
|
ref,
|
|
5369
5423
|
width: "22",
|
|
5370
5424
|
height: "22",
|
|
@@ -5372,31 +5426,31 @@ var Warning = forwardRef102((delegated, ref) => {
|
|
|
5372
5426
|
viewBox: "0 0 22 22",
|
|
5373
5427
|
...delegated,
|
|
5374
5428
|
children: [
|
|
5375
|
-
/* @__PURE__ */
|
|
5429
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5376
5430
|
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",
|
|
5377
5431
|
fill: "#FFDE99"
|
|
5378
5432
|
}),
|
|
5379
|
-
/* @__PURE__ */
|
|
5433
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5380
5434
|
fillRule: "evenodd",
|
|
5381
5435
|
clipRule: "evenodd",
|
|
5382
5436
|
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",
|
|
5383
5437
|
fill: "#528693"
|
|
5384
5438
|
}),
|
|
5385
|
-
/* @__PURE__ */
|
|
5439
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5386
5440
|
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",
|
|
5387
5441
|
fill: "white"
|
|
5388
5442
|
}),
|
|
5389
|
-
/* @__PURE__ */
|
|
5443
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5390
5444
|
fillRule: "evenodd",
|
|
5391
5445
|
clipRule: "evenodd",
|
|
5392
5446
|
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",
|
|
5393
5447
|
fill: "#528693"
|
|
5394
5448
|
}),
|
|
5395
|
-
/* @__PURE__ */
|
|
5449
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5396
5450
|
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",
|
|
5397
5451
|
fill: "white"
|
|
5398
5452
|
}),
|
|
5399
|
-
/* @__PURE__ */
|
|
5453
|
+
/* @__PURE__ */ jsx109("path", {
|
|
5400
5454
|
fillRule: "evenodd",
|
|
5401
5455
|
clipRule: "evenodd",
|
|
5402
5456
|
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",
|
|
@@ -5433,6 +5487,7 @@ var Icon = {
|
|
|
5433
5487
|
Edit,
|
|
5434
5488
|
EyeClosed,
|
|
5435
5489
|
EyeOpen,
|
|
5490
|
+
Flow,
|
|
5436
5491
|
Folder,
|
|
5437
5492
|
FolderShortcut,
|
|
5438
5493
|
Frontends,
|
|
@@ -5517,7 +5572,7 @@ import { unmountComponentAtNode, render as DOMRender } from "react-dom";
|
|
|
5517
5572
|
// src/dialog/dialog.tsx
|
|
5518
5573
|
import { cva as cva3, cx as cx5 } from "class-variance-authority";
|
|
5519
5574
|
import * as DialogPrimitive from "@radix-ui/react-dialog";
|
|
5520
|
-
import { jsx as
|
|
5575
|
+
import { jsx as jsx110, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
5521
5576
|
var IconMap = {
|
|
5522
5577
|
error: Icon.Error,
|
|
5523
5578
|
info: Icon.Info,
|
|
@@ -5533,29 +5588,29 @@ var dialogContentStyles = cva3("c-dialog", {
|
|
|
5533
5588
|
function DialogContent({ children, closable = true, type, className, container, ...delegated }) {
|
|
5534
5589
|
const withIcon = typeof type !== "undefined";
|
|
5535
5590
|
const IconComponent = type && IconMap[type];
|
|
5536
|
-
return /* @__PURE__ */
|
|
5591
|
+
return /* @__PURE__ */ jsxs101(DialogPrimitive.Portal, {
|
|
5537
5592
|
container,
|
|
5538
5593
|
children: [
|
|
5539
|
-
/* @__PURE__ */
|
|
5594
|
+
/* @__PURE__ */ jsx110(DialogPrimitive.Overlay, {
|
|
5540
5595
|
className: "c-dialog-overlay"
|
|
5541
5596
|
}),
|
|
5542
|
-
/* @__PURE__ */
|
|
5597
|
+
/* @__PURE__ */ jsxs101(DialogPrimitive.Content, {
|
|
5543
5598
|
className: dialogContentStyles({ withIcon, class: className }),
|
|
5544
5599
|
...delegated,
|
|
5545
5600
|
children: [
|
|
5546
|
-
IconComponent && /* @__PURE__ */
|
|
5601
|
+
IconComponent && /* @__PURE__ */ jsx110("div", {
|
|
5547
5602
|
className: "c-dialog-icon-wrapper",
|
|
5548
|
-
children: /* @__PURE__ */
|
|
5603
|
+
children: /* @__PURE__ */ jsx110(IconComponent, {
|
|
5549
5604
|
className: "c-dialog-icon",
|
|
5550
5605
|
width: 34,
|
|
5551
5606
|
height: 34
|
|
5552
5607
|
})
|
|
5553
5608
|
}),
|
|
5554
|
-
closable && /* @__PURE__ */
|
|
5609
|
+
closable && /* @__PURE__ */ jsx110(DialogClose, {
|
|
5555
5610
|
asChild: true,
|
|
5556
|
-
children: /* @__PURE__ */
|
|
5611
|
+
children: /* @__PURE__ */ jsx110(Button, {
|
|
5557
5612
|
className: "c-dialog-close-button",
|
|
5558
|
-
children: /* @__PURE__ */
|
|
5613
|
+
children: /* @__PURE__ */ jsx110(Icon.Cancel, {
|
|
5559
5614
|
color: "density",
|
|
5560
5615
|
"aria-label": "Close",
|
|
5561
5616
|
height: 16,
|
|
@@ -5563,7 +5618,7 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
5563
5618
|
})
|
|
5564
5619
|
})
|
|
5565
5620
|
}),
|
|
5566
|
-
/* @__PURE__ */
|
|
5621
|
+
/* @__PURE__ */ jsx110("div", {
|
|
5567
5622
|
children
|
|
5568
5623
|
})
|
|
5569
5624
|
]
|
|
@@ -5572,13 +5627,13 @@ function DialogContent({ children, closable = true, type, className, container,
|
|
|
5572
5627
|
});
|
|
5573
5628
|
}
|
|
5574
5629
|
function DialogTitle({ className, ...delegated }) {
|
|
5575
|
-
return /* @__PURE__ */
|
|
5630
|
+
return /* @__PURE__ */ jsx110(DialogPrimitive.Title, {
|
|
5576
5631
|
className: cx5("c-dialog-title", className),
|
|
5577
5632
|
...delegated
|
|
5578
5633
|
});
|
|
5579
5634
|
}
|
|
5580
5635
|
function DialogDescription(delegated) {
|
|
5581
|
-
return /* @__PURE__ */
|
|
5636
|
+
return /* @__PURE__ */ jsx110(DialogPrimitive.Description, {
|
|
5582
5637
|
className: "c-dialog-description",
|
|
5583
5638
|
...delegated
|
|
5584
5639
|
});
|
|
@@ -5587,7 +5642,7 @@ var DialogTrigger = DialogPrimitive.Trigger;
|
|
|
5587
5642
|
var DialogClose = DialogPrimitive.Close;
|
|
5588
5643
|
var DialogRoot = DialogPrimitive.Root;
|
|
5589
5644
|
function DialogBase({ children, ...delegated }) {
|
|
5590
|
-
return /* @__PURE__ */
|
|
5645
|
+
return /* @__PURE__ */ jsx110(DialogRoot, {
|
|
5591
5646
|
...delegated,
|
|
5592
5647
|
children
|
|
5593
5648
|
});
|
|
@@ -5600,7 +5655,7 @@ DialogBase.Overlay = DialogPrimitive.Overlay;
|
|
|
5600
5655
|
DialogBase.Close = DialogPrimitive.Close;
|
|
5601
5656
|
|
|
5602
5657
|
// src/dialog/confirm-dialog.tsx
|
|
5603
|
-
import { jsx as
|
|
5658
|
+
import { jsx as jsx111, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
5604
5659
|
function ConfirmDialog({
|
|
5605
5660
|
open,
|
|
5606
5661
|
close,
|
|
@@ -5621,14 +5676,14 @@ function ConfirmDialog({
|
|
|
5621
5676
|
type,
|
|
5622
5677
|
closable
|
|
5623
5678
|
}) {
|
|
5624
|
-
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */
|
|
5679
|
+
const cancelButton = (okCancel || displayCancel) && /* @__PURE__ */ jsx111(Button, {
|
|
5625
5680
|
onClick: () => {
|
|
5626
5681
|
onCancel?.();
|
|
5627
5682
|
close();
|
|
5628
5683
|
},
|
|
5629
5684
|
children: cancelText
|
|
5630
5685
|
});
|
|
5631
|
-
const okButton = displayOk && /* @__PURE__ */
|
|
5686
|
+
const okButton = displayOk && /* @__PURE__ */ jsx111(Button, {
|
|
5632
5687
|
intent: okButtonIntent,
|
|
5633
5688
|
onClick: () => {
|
|
5634
5689
|
onOk?.();
|
|
@@ -5636,24 +5691,24 @@ function ConfirmDialog({
|
|
|
5636
5691
|
},
|
|
5637
5692
|
children: okText
|
|
5638
5693
|
});
|
|
5639
|
-
return /* @__PURE__ */
|
|
5694
|
+
return /* @__PURE__ */ jsx111(DialogRoot, {
|
|
5640
5695
|
open,
|
|
5641
5696
|
onOpenChange: () => close(),
|
|
5642
|
-
children: /* @__PURE__ */
|
|
5697
|
+
children: /* @__PURE__ */ jsxs102(Dialog.Content, {
|
|
5643
5698
|
onEscapeKeyDown,
|
|
5644
5699
|
onInteractOutside,
|
|
5645
5700
|
onPointerDownOutside,
|
|
5646
5701
|
type,
|
|
5647
5702
|
closable,
|
|
5648
5703
|
children: [
|
|
5649
|
-
title && /* @__PURE__ */
|
|
5704
|
+
title && /* @__PURE__ */ jsx111(Dialog.Title, {
|
|
5650
5705
|
children: title
|
|
5651
5706
|
}),
|
|
5652
|
-
description && /* @__PURE__ */
|
|
5707
|
+
description && /* @__PURE__ */ jsx111(Dialog.Description, {
|
|
5653
5708
|
children: description
|
|
5654
5709
|
}),
|
|
5655
5710
|
content,
|
|
5656
|
-
(displayOk || okCancel || displayCancel) && /* @__PURE__ */
|
|
5711
|
+
(displayOk || okCancel || displayCancel) && /* @__PURE__ */ jsxs102("div", {
|
|
5657
5712
|
className: "c-dialog-content__buttons",
|
|
5658
5713
|
children: [
|
|
5659
5714
|
cancelButton,
|
|
@@ -5669,7 +5724,7 @@ function ConfirmDialog({
|
|
|
5669
5724
|
var destroyFns = [];
|
|
5670
5725
|
|
|
5671
5726
|
// src/dialog/config.tsx
|
|
5672
|
-
import { jsx as
|
|
5727
|
+
import { jsx as jsx112 } from "react/jsx-runtime";
|
|
5673
5728
|
function confirm(config) {
|
|
5674
5729
|
const container = document.createDocumentFragment();
|
|
5675
5730
|
let currentConfig = { ...config, close, open: true };
|
|
@@ -5701,7 +5756,7 @@ function confirm(config) {
|
|
|
5701
5756
|
function render({ okText, cancelText, ...delegated }) {
|
|
5702
5757
|
clearTimeout(timeoutId);
|
|
5703
5758
|
timeoutId = setTimeout(() => {
|
|
5704
|
-
DOMRender(/* @__PURE__ */
|
|
5759
|
+
DOMRender(/* @__PURE__ */ jsx112(ConfirmDialog, {
|
|
5705
5760
|
...delegated,
|
|
5706
5761
|
okText,
|
|
5707
5762
|
cancelText
|
|
@@ -5809,9 +5864,9 @@ function destroyAll() {
|
|
|
5809
5864
|
}
|
|
5810
5865
|
|
|
5811
5866
|
// src/icon-button/icon-button.tsx
|
|
5812
|
-
import { forwardRef as
|
|
5867
|
+
import { forwardRef as forwardRef104 } from "react";
|
|
5813
5868
|
import { cva as cva4 } from "class-variance-authority";
|
|
5814
|
-
import { jsx as
|
|
5869
|
+
import { jsx as jsx113 } from "react/jsx-runtime";
|
|
5815
5870
|
var buttonStyles3 = cva4(["c-icon-button"], {
|
|
5816
5871
|
variants: {
|
|
5817
5872
|
variant: {
|
|
@@ -5831,9 +5886,9 @@ var buttonStyles3 = cva4(["c-icon-button"], {
|
|
|
5831
5886
|
variant: "default"
|
|
5832
5887
|
}
|
|
5833
5888
|
});
|
|
5834
|
-
var IconButton =
|
|
5889
|
+
var IconButton = forwardRef104(
|
|
5835
5890
|
({ children, className, type = "button", size, variant, ...delegated }, ref) => {
|
|
5836
|
-
return /* @__PURE__ */
|
|
5891
|
+
return /* @__PURE__ */ jsx113("button", {
|
|
5837
5892
|
ref,
|
|
5838
5893
|
type,
|
|
5839
5894
|
className: buttonStyles3({ size, variant, className }),
|
|
@@ -5845,15 +5900,15 @@ var IconButton = forwardRef103(
|
|
|
5845
5900
|
IconButton.displayName = "Button";
|
|
5846
5901
|
|
|
5847
5902
|
// src/input/input.tsx
|
|
5848
|
-
import { forwardRef as
|
|
5903
|
+
import { forwardRef as forwardRef105 } from "react";
|
|
5849
5904
|
import { cva as cva5 } from "class-variance-authority";
|
|
5850
|
-
import { jsx as
|
|
5905
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
5851
5906
|
var inputStyles = cva5(["c-input"], {
|
|
5852
5907
|
variants: {},
|
|
5853
5908
|
defaultVariants: {}
|
|
5854
5909
|
});
|
|
5855
|
-
var Input =
|
|
5856
|
-
return /* @__PURE__ */
|
|
5910
|
+
var Input = forwardRef105(({ className, ...delegated }, ref) => {
|
|
5911
|
+
return /* @__PURE__ */ jsx114("input", {
|
|
5857
5912
|
ref,
|
|
5858
5913
|
className: inputStyles({ className }),
|
|
5859
5914
|
type: "text",
|
|
@@ -5863,11 +5918,11 @@ var Input = forwardRef104(({ className, ...delegated }, ref) => {
|
|
|
5863
5918
|
Input.displayName = "Input";
|
|
5864
5919
|
|
|
5865
5920
|
// src/label/label.tsx
|
|
5866
|
-
import { forwardRef as
|
|
5921
|
+
import { forwardRef as forwardRef106 } from "react";
|
|
5867
5922
|
import { cx as cx6 } from "class-variance-authority";
|
|
5868
|
-
import { jsx as
|
|
5869
|
-
var Label2 =
|
|
5870
|
-
return /* @__PURE__ */
|
|
5923
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
5924
|
+
var Label2 = forwardRef106(({ className, ...delegated }, ref) => {
|
|
5925
|
+
return /* @__PURE__ */ jsx115("label", {
|
|
5871
5926
|
ref,
|
|
5872
5927
|
className: cx6("c-label", className),
|
|
5873
5928
|
...delegated
|
|
@@ -5878,7 +5933,7 @@ Label2.displayName = "Label";
|
|
|
5878
5933
|
// src/tooltip/tooltip.tsx
|
|
5879
5934
|
import { cva as cva6 } from "class-variance-authority";
|
|
5880
5935
|
import * as RadixTooltip from "@radix-ui/react-tooltip";
|
|
5881
|
-
import { jsx as
|
|
5936
|
+
import { jsx as jsx116, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
5882
5937
|
var tooltipStyles = cva6(
|
|
5883
5938
|
"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",
|
|
5884
5939
|
{
|
|
@@ -5904,23 +5959,23 @@ function Tooltip({
|
|
|
5904
5959
|
defaultOpen = false,
|
|
5905
5960
|
delayDuration = 800
|
|
5906
5961
|
}) {
|
|
5907
|
-
return /* @__PURE__ */
|
|
5962
|
+
return /* @__PURE__ */ jsx116(RadixTooltip.Provider, {
|
|
5908
5963
|
delayDuration,
|
|
5909
|
-
children: /* @__PURE__ */
|
|
5964
|
+
children: /* @__PURE__ */ jsxs103(RadixTooltip.Root, {
|
|
5910
5965
|
defaultOpen,
|
|
5911
5966
|
children: [
|
|
5912
|
-
/* @__PURE__ */
|
|
5967
|
+
/* @__PURE__ */ jsx116(RadixTooltip.Trigger, {
|
|
5913
5968
|
asChild: true,
|
|
5914
5969
|
children
|
|
5915
5970
|
}),
|
|
5916
|
-
/* @__PURE__ */
|
|
5917
|
-
children: /* @__PURE__ */
|
|
5971
|
+
/* @__PURE__ */ jsx116(RadixTooltip.Portal, {
|
|
5972
|
+
children: /* @__PURE__ */ jsxs103(RadixTooltip.Content, {
|
|
5918
5973
|
align,
|
|
5919
5974
|
sideOffset: 5,
|
|
5920
5975
|
side,
|
|
5921
5976
|
className: tooltipStyles({ variant }),
|
|
5922
5977
|
children: [
|
|
5923
|
-
/* @__PURE__ */
|
|
5978
|
+
/* @__PURE__ */ jsx116(RadixTooltip.Arrow, {
|
|
5924
5979
|
className: "c-tooltip-arrow"
|
|
5925
5980
|
}),
|
|
5926
5981
|
content
|
|
@@ -5933,9 +5988,9 @@ function Tooltip({
|
|
|
5933
5988
|
}
|
|
5934
5989
|
|
|
5935
5990
|
// src/input-with-label/input-with-label.tsx
|
|
5936
|
-
import { forwardRef as
|
|
5991
|
+
import { forwardRef as forwardRef107 } from "react";
|
|
5937
5992
|
import { cva as cva7, cx as cx7 } from "class-variance-authority";
|
|
5938
|
-
import { Fragment, jsx as
|
|
5993
|
+
import { Fragment, jsx as jsx117, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
5939
5994
|
var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
5940
5995
|
variants: {
|
|
5941
5996
|
variant: {
|
|
@@ -5950,40 +6005,40 @@ var inputWithLabelStyles = cva7(["c-input-with-label"], {
|
|
|
5950
6005
|
},
|
|
5951
6006
|
defaultVariants: {}
|
|
5952
6007
|
});
|
|
5953
|
-
var InputWithLabel =
|
|
6008
|
+
var InputWithLabel = forwardRef107(
|
|
5954
6009
|
({ className, label, append, errorMessage, status, statusMessage, variant, id, labelProps, ...delegated }, ref) => {
|
|
5955
6010
|
const { className: labelClassName, ...labelPropsRest } = labelProps ?? {};
|
|
5956
|
-
return /* @__PURE__ */
|
|
5957
|
-
children: /* @__PURE__ */
|
|
6011
|
+
return /* @__PURE__ */ jsx117(Fragment, {
|
|
6012
|
+
children: /* @__PURE__ */ jsxs104(Label2, {
|
|
5958
6013
|
className: inputWithLabelStyles({ status, variant, className: labelClassName }),
|
|
5959
6014
|
htmlFor: id,
|
|
5960
6015
|
...labelPropsRest,
|
|
5961
6016
|
children: [
|
|
5962
6017
|
label,
|
|
5963
|
-
/* @__PURE__ */
|
|
6018
|
+
/* @__PURE__ */ jsxs104("span", {
|
|
5964
6019
|
className: "c-input-with-label-input-wrap",
|
|
5965
6020
|
children: [
|
|
5966
|
-
/* @__PURE__ */
|
|
6021
|
+
/* @__PURE__ */ jsx117(Input, {
|
|
5967
6022
|
className: cx7("c-input-with-label-input", className),
|
|
5968
6023
|
ref,
|
|
5969
6024
|
id,
|
|
5970
6025
|
...delegated
|
|
5971
6026
|
}),
|
|
5972
|
-
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */
|
|
6027
|
+
!!(errorMessage ?? statusMessage) ? /* @__PURE__ */ jsx117(Tooltip, {
|
|
5973
6028
|
content: errorMessage ?? statusMessage,
|
|
5974
6029
|
variant: status,
|
|
5975
|
-
children: /* @__PURE__ */
|
|
6030
|
+
children: /* @__PURE__ */ jsx117("div", {
|
|
5976
6031
|
"data-testid": "input-with-label-status-message",
|
|
5977
6032
|
className: "c-input-with-label-append",
|
|
5978
|
-
children: status === "error" ? /* @__PURE__ */
|
|
6033
|
+
children: status === "error" ? /* @__PURE__ */ jsx117(Icon.Error, {
|
|
5979
6034
|
width: 20,
|
|
5980
6035
|
height: 20
|
|
5981
|
-
}) : /* @__PURE__ */
|
|
6036
|
+
}) : /* @__PURE__ */ jsx117(Icon.Warning, {
|
|
5982
6037
|
width: 20,
|
|
5983
6038
|
height: 20
|
|
5984
6039
|
})
|
|
5985
6040
|
})
|
|
5986
|
-
}) : !!append && /* @__PURE__ */
|
|
6041
|
+
}) : !!append && /* @__PURE__ */ jsx117("div", {
|
|
5987
6042
|
className: "c-input-with-label-append",
|
|
5988
6043
|
children: append
|
|
5989
6044
|
})
|