@semcore/illustration 17.0.0 → 17.0.1-prerelease.0
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/AccessDenied/index.d.ts +28 -0
- package/AccessDenied/index.js +242 -0
- package/AccessDenied/index.mjs +220 -0
- package/AccessLogIn/index.d.ts +28 -0
- package/AccessLogIn/index.js +344 -0
- package/AccessLogIn/index.mjs +322 -0
- package/AreaChart/index.d.ts +28 -0
- package/AreaChart/index.js +89 -0
- package/AreaChart/index.mjs +67 -0
- package/Blocked/index.d.ts +28 -0
- package/Blocked/index.js +493 -0
- package/Blocked/index.mjs +471 -0
- package/CHANGELOG.md +3 -73
- package/ChoroplethMapChart/index.d.ts +28 -0
- package/ChoroplethMapChart/index.js +111 -0
- package/ChoroplethMapChart/index.mjs +89 -0
- package/Coffee/index.d.ts +28 -0
- package/Coffee/index.js +96 -0
- package/Coffee/index.mjs +74 -0
- package/Collection/index.d.ts +28 -0
- package/Collection/index.js +90 -0
- package/Collection/index.mjs +68 -0
- package/CombinedChart/index.d.ts +28 -0
- package/CombinedChart/index.js +118 -0
- package/CombinedChart/index.mjs +96 -0
- package/Configuration/index.d.ts +28 -0
- package/Configuration/index.js +197 -0
- package/Configuration/index.mjs +175 -0
- package/Confirmation/index.d.ts +28 -0
- package/Confirmation/index.js +267 -0
- package/Confirmation/index.mjs +245 -0
- package/Congrats/index.d.ts +28 -0
- package/Congrats/index.js +147 -0
- package/Congrats/index.mjs +125 -0
- package/ConnectionLost/index.d.ts +28 -0
- package/ConnectionLost/index.js +299 -0
- package/ConnectionLost/index.mjs +277 -0
- package/DeletedAccount/index.d.ts +28 -0
- package/DeletedAccount/index.js +376 -0
- package/DeletedAccount/index.mjs +354 -0
- package/DeletedPage/index.d.ts +28 -0
- package/DeletedPage/index.js +81 -0
- package/DeletedPage/index.mjs +59 -0
- package/Dns/index.d.ts +28 -0
- package/Dns/index.js +180 -0
- package/Dns/index.mjs +158 -0
- package/DonutChart/index.d.ts +28 -0
- package/DonutChart/index.js +131 -0
- package/DonutChart/index.mjs +109 -0
- package/Duplicates/index.d.ts +28 -0
- package/Duplicates/index.js +108 -0
- package/Duplicates/index.mjs +86 -0
- package/Feedback/index.d.ts +28 -0
- package/Feedback/index.js +96 -0
- package/Feedback/index.mjs +74 -0
- package/FunnelChart/index.d.ts +28 -0
- package/FunnelChart/index.js +98 -0
- package/FunnelChart/index.mjs +76 -0
- package/Good/index.d.ts +28 -0
- package/Good/index.js +131 -0
- package/Good/index.mjs +109 -0
- package/HeatMapChart/index.d.ts +28 -0
- package/HeatMapChart/index.js +116 -0
- package/HeatMapChart/index.mjs +94 -0
- package/HorizontalBarChart/index.d.ts +28 -0
- package/HorizontalBarChart/index.js +102 -0
- package/HorizontalBarChart/index.mjs +80 -0
- package/KagiChart/index.d.ts +28 -0
- package/KagiChart/index.js +83 -0
- package/KagiChart/index.mjs +61 -0
- package/LineChart/index.d.ts +28 -0
- package/LineChart/index.js +86 -0
- package/LineChart/index.mjs +64 -0
- package/LollipopChart/index.d.ts +28 -0
- package/LollipopChart/index.js +103 -0
- package/LollipopChart/index.mjs +81 -0
- package/MailSent/index.d.ts +28 -0
- package/MailSent/index.js +142 -0
- package/MailSent/index.mjs +120 -0
- package/Maintenance/index.d.ts +28 -0
- package/Maintenance/index.js +363 -0
- package/Maintenance/index.mjs +341 -0
- package/Nexttime/index.d.ts +28 -0
- package/Nexttime/index.js +110 -0
- package/Nexttime/index.mjs +88 -0
- package/NoPayment/index.d.ts +28 -0
- package/NoPayment/index.js +304 -0
- package/NoPayment/index.mjs +282 -0
- package/NothingFound/index.d.ts +28 -0
- package/NothingFound/index.js +134 -0
- package/NothingFound/index.mjs +112 -0
- package/OtherData/index.d.ts +28 -0
- package/OtherData/index.js +117 -0
- package/OtherData/index.mjs +95 -0
- package/PageError/index.d.ts +28 -0
- package/PageError/index.js +224 -0
- package/PageError/index.mjs +202 -0
- package/PageNotFound/index.d.ts +28 -0
- package/PageNotFound/index.js +284 -0
- package/PageNotFound/index.mjs +262 -0
- package/PieChart/index.d.ts +28 -0
- package/PieChart/index.js +116 -0
- package/PieChart/index.mjs +94 -0
- package/Processing/index.d.ts +28 -0
- package/Processing/index.js +96 -0
- package/Processing/index.mjs +74 -0
- package/ProjectNotFound/index.d.ts +28 -0
- package/ProjectNotFound/index.js +247 -0
- package/ProjectNotFound/index.mjs +225 -0
- package/README.md +32 -5
- package/RadarChart/index.d.ts +28 -0
- package/RadarChart/index.js +95 -0
- package/RadarChart/index.mjs +73 -0
- package/RadialTreeChart/index.d.ts +28 -0
- package/RadialTreeChart/index.js +137 -0
- package/RadialTreeChart/index.mjs +115 -0
- package/SankeyChart/index.d.ts +28 -0
- package/SankeyChart/index.js +123 -0
- package/SankeyChart/index.mjs +101 -0
- package/ScatterPlotChart/index.d.ts +28 -0
- package/ScatterPlotChart/index.js +108 -0
- package/ScatterPlotChart/index.mjs +86 -0
- package/StackedAreaChart/index.d.ts +28 -0
- package/StackedAreaChart/index.js +110 -0
- package/StackedAreaChart/index.mjs +88 -0
- package/Suggestion/index.d.ts +28 -0
- package/Suggestion/index.js +94 -0
- package/Suggestion/index.mjs +72 -0
- package/Suggestions/index.d.ts +28 -0
- package/Suggestions/index.js +97 -0
- package/Suggestions/index.mjs +75 -0
- package/Table/index.d.ts +28 -0
- package/Table/index.js +81 -0
- package/Table/index.mjs +59 -0
- package/TagCloud/index.d.ts +28 -0
- package/TagCloud/index.js +108 -0
- package/TagCloud/index.mjs +86 -0
- package/TextLinksEtc/index.d.ts +28 -0
- package/TextLinksEtc/index.js +84 -0
- package/TextLinksEtc/index.mjs +62 -0
- package/Timeout/index.d.ts +28 -0
- package/Timeout/index.js +381 -0
- package/Timeout/index.mjs +359 -0
- package/UnderConstruction/index.d.ts +28 -0
- package/UnderConstruction/index.js +143 -0
- package/UnderConstruction/index.mjs +121 -0
- package/VennChart/index.d.ts +28 -0
- package/VennChart/index.js +109 -0
- package/VennChart/index.mjs +87 -0
- package/VerticalBarChart/index.d.ts +28 -0
- package/VerticalBarChart/index.js +103 -0
- package/VerticalBarChart/index.mjs +81 -0
- package/Waiting/index.d.ts +28 -0
- package/Waiting/index.js +96 -0
- package/Waiting/index.mjs +74 -0
- package/Warning/index.d.ts +28 -0
- package/Warning/index.js +91 -0
- package/Warning/index.mjs +69 -0
- package/clear.ts +25 -0
- package/lib/AccessDenied/index.js +26 -207
- package/lib/AccessDenied/index.mjs +18 -206
- package/lib/AccessLogIn/index.js +26 -309
- package/lib/AccessLogIn/index.mjs +18 -308
- package/lib/AreaChart/index.js +32 -54
- package/lib/AreaChart/index.mjs +24 -53
- package/lib/Blocked/index.js +118 -458
- package/lib/Blocked/index.mjs +110 -457
- package/lib/ChoroplethMapChart/index.js +34 -76
- package/lib/ChoroplethMapChart/index.mjs +26 -75
- package/lib/Coffee/index.js +29 -61
- package/lib/Coffee/index.mjs +21 -60
- package/lib/Collection/index.js +31 -55
- package/lib/Collection/index.mjs +23 -54
- package/lib/CombinedChart/index.js +36 -83
- package/lib/CombinedChart/index.mjs +28 -82
- package/lib/Configuration/index.js +47 -162
- package/lib/Configuration/index.mjs +39 -161
- package/lib/Confirmation/index.js +28 -232
- package/lib/Confirmation/index.mjs +20 -231
- package/lib/Congrats/index.js +23 -112
- package/lib/Congrats/index.mjs +15 -111
- package/lib/ConnectionLost/index.js +31 -264
- package/lib/ConnectionLost/index.mjs +23 -263
- package/lib/DeletedAccount/index.js +47 -341
- package/lib/DeletedAccount/index.mjs +39 -340
- package/lib/DeletedPage/index.js +23 -46
- package/lib/DeletedPage/index.mjs +15 -45
- package/lib/Dns/index.js +27 -145
- package/lib/Dns/index.mjs +19 -144
- package/lib/DonutChart/index.js +37 -96
- package/lib/DonutChart/index.mjs +29 -95
- package/lib/Duplicates/index.js +34 -73
- package/lib/Duplicates/index.mjs +26 -72
- package/lib/Feedback/index.js +31 -61
- package/lib/Feedback/index.mjs +23 -60
- package/lib/FunnelChart/index.js +33 -63
- package/lib/FunnelChart/index.mjs +25 -62
- package/lib/Good/index.js +38 -96
- package/lib/Good/index.mjs +30 -95
- package/lib/HeatMapChart/index.js +35 -81
- package/lib/HeatMapChart/index.mjs +27 -80
- package/lib/HorizontalBarChart/index.js +33 -67
- package/lib/HorizontalBarChart/index.mjs +25 -66
- package/lib/KagiChart/index.js +30 -48
- package/lib/KagiChart/index.mjs +22 -47
- package/lib/LineChart/index.js +31 -51
- package/lib/LineChart/index.mjs +23 -50
- package/lib/LollipopChart/index.js +33 -68
- package/lib/LollipopChart/index.mjs +25 -67
- package/lib/MailSent/index.js +23 -107
- package/lib/MailSent/index.mjs +15 -106
- package/lib/Maintenance/index.js +27 -328
- package/lib/Maintenance/index.mjs +19 -327
- package/lib/Nexttime/index.js +35 -75
- package/lib/Nexttime/index.mjs +27 -74
- package/lib/NoPayment/index.js +23 -269
- package/lib/NoPayment/index.mjs +15 -268
- package/lib/NothingFound/index.js +37 -99
- package/lib/NothingFound/index.mjs +29 -98
- package/lib/OtherData/index.js +35 -82
- package/lib/OtherData/index.mjs +27 -81
- package/lib/PageError/index.js +60 -189
- package/lib/PageError/index.mjs +52 -188
- package/lib/PageNotFound/index.js +78 -249
- package/lib/PageNotFound/index.mjs +70 -248
- package/lib/PieChart/index.js +35 -81
- package/lib/PieChart/index.mjs +27 -80
- package/lib/Processing/index.js +32 -61
- package/lib/Processing/index.mjs +24 -60
- package/lib/ProjectNotFound/index.js +60 -212
- package/lib/ProjectNotFound/index.mjs +52 -211
- package/lib/RadarChart/index.js +32 -60
- package/lib/RadarChart/index.mjs +24 -59
- package/lib/RadialTreeChart/index.js +38 -102
- package/lib/RadialTreeChart/index.mjs +30 -101
- package/lib/SankeyChart/index.js +36 -88
- package/lib/SankeyChart/index.mjs +28 -87
- package/lib/ScatterPlotChart/index.js +34 -73
- package/lib/ScatterPlotChart/index.mjs +26 -72
- package/lib/StackedAreaChart/index.js +36 -75
- package/lib/StackedAreaChart/index.mjs +28 -74
- package/lib/Suggestion/index.js +32 -59
- package/lib/Suggestion/index.mjs +24 -58
- package/lib/Suggestions/index.js +32 -62
- package/lib/Suggestions/index.mjs +24 -61
- package/lib/Table/index.js +29 -46
- package/lib/Table/index.mjs +21 -45
- package/lib/TagCloud/index.js +34 -73
- package/lib/TagCloud/index.mjs +26 -72
- package/lib/TextLinksEtc/index.js +30 -49
- package/lib/TextLinksEtc/index.mjs +22 -48
- package/lib/Timeout/index.js +26 -346
- package/lib/Timeout/index.mjs +18 -345
- package/lib/UnderConstruction/index.js +40 -108
- package/lib/UnderConstruction/index.mjs +32 -107
- package/lib/VennChart/index.js +34 -74
- package/lib/VennChart/index.mjs +26 -73
- package/lib/VerticalBarChart/index.js +33 -68
- package/lib/VerticalBarChart/index.mjs +25 -67
- package/lib/Waiting/index.js +33 -61
- package/lib/Waiting/index.mjs +25 -60
- package/lib/Warning/index.js +31 -56
- package/lib/Warning/index.mjs +23 -55
- package/lib/cjs/index.js +8 -7
- package/lib/cjs/index.js.map +1 -1
- package/lib/es6/index.js +8 -6
- package/lib/es6/index.js.map +1 -1
- package/lib/esm/index.mjs +8 -6
- package/package.json +173 -169
- package/transform.ts +20 -21
- package/types/svg-to-jsx.d.ts +1 -1
- package/vite.config.ts +0 -24
package/lib/Collection/index.mjs
CHANGED
|
@@ -6,60 +6,29 @@ const Collection = ({ fill = "none", width = "80", height = "80", viewBox = "0 0
|
|
|
6
6
|
const colorResolver = useColorResolver();
|
|
7
7
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
8
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
-
return /* @__PURE__ */ React.createElement(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
d: "M65.402 59.983s.087-.055.12-.088l6.553-4.362-3.162-1.712-3.162.764-8.375-31.961a5.756 5.756 0 0 0-6.739-4.187L10.705 26.57 9.3 23.42l-3.446 5.932c-.077.12-.153.25-.218.37v.022a5.688 5.688 0 0 0-.458 4.286L15.71 71.007a2.61 2.61 0 0 0 3.206 1.81l45.679-12.453c.273-.076.523-.207.752-.349l.055-.032Z",
|
|
23
|
-
fill: resolvedSecondaryColor,
|
|
24
|
-
stroke: resolvedSecondaryColor,
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
d: "
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
d: "M71.29 55.882 23.19 69a2.758 2.758 0 0 1-3.38-1.908L8.72 28.152c-.97-3.402 1.167-6.913 4.635-7.622l43.258-8.822c3.162-.643 6.281 1.298 7.088 4.417l9.53 36.399a2.754 2.754 0 0 1-1.94 3.358Z",
|
|
33
|
-
fill: "#fff",
|
|
34
|
-
stroke: resolvedSecondaryColor,
|
|
35
|
-
strokeLinecap: "round",
|
|
36
|
-
strokeLinejoin: "round",
|
|
37
|
-
strokeWidth: ".7"
|
|
38
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
39
|
-
d: "m63.107 16 1.131 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.092-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.889 1.213 6.645 4.122V16Z",
|
|
40
|
-
fill: resolvedPrimaryColor,
|
|
41
|
-
stroke: resolvedSecondaryColor,
|
|
42
|
-
strokeWidth: ".7"
|
|
43
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
44
|
-
d: "M17.444 25.48a1.89 1.89 0 0 1-1.428 2.389c-1.102.24-2.247-.458-2.552-1.538a1.885 1.885 0 0 1 1.44-2.388c1.1-.229 2.235.47 2.54 1.549v-.011ZM24.488 23.998c.295 1.068-.327 2.126-1.406 2.355-1.08.23-2.203-.458-2.497-1.537-.295-1.08.327-2.138 1.417-2.367 1.09-.229 2.192.47 2.486 1.538v.01Z",
|
|
45
|
-
fill: resolvedSecondaryColor
|
|
46
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
47
|
-
d: "M57.344 37.52 20.9 46.647l-1.887-6.652 36.65-8.855a.893.893 0 0 1 1.069.633l1.265 4.656c.13.48-.164.97-.643 1.09h-.011ZM52.437 49.787l-28.504 7.535-1.876-6.598 28.624-7.327 1.756 6.39Z",
|
|
48
|
-
fill: resolvedPrimaryColor
|
|
49
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
50
|
-
d: "M77.168 28.992c0 6.76-3.184 12.77-8.135 16.618a20.926 20.926 0 0 1-2.617 1.734 20.545 20.545 0 0 1-3.304 1.494 20.908 20.908 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.432-21.024 21.045-21.024 7.263 0 13.663 3.675 17.447 9.28a20.949 20.949 0 0 1 3.599 11.766v-.011Z",
|
|
51
|
-
fill: "#fff"
|
|
52
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
53
|
-
d: "M63.123 48.849a20.909 20.909 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.421-21.035 21.034-21.035 5.213 0 9.978 1.898 13.653 5.027M73.57 17.226a20.949 20.949 0 0 1 3.598 11.766c0 6.76-3.184 12.77-8.135 16.618",
|
|
54
|
-
stroke: resolvedSecondaryColor,
|
|
55
|
-
strokeLinecap: "round",
|
|
56
|
-
strokeLinejoin: "round"
|
|
57
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
58
|
-
d: "M56.122 14.794v14.198l8.2-5.616M53.767 45.61l9.356 3.239-8.418 6.107",
|
|
59
|
-
stroke: resolvedSecondaryColor,
|
|
60
|
-
strokeLinecap: "round",
|
|
61
|
-
strokeLinejoin: "round"
|
|
62
|
-
}));
|
|
9
|
+
return /* @__PURE__ */ React.createElement(
|
|
10
|
+
Box,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
width,
|
|
14
|
+
height,
|
|
15
|
+
viewBox,
|
|
16
|
+
fill,
|
|
17
|
+
tag: "svg",
|
|
18
|
+
"aria-hidden": true,
|
|
19
|
+
...props
|
|
20
|
+
},
|
|
21
|
+
/* @__PURE__ */ React.createElement("path", { d: "M14.783 65.206c6.456 6.455 15.365 10.446 25.222 10.446v2.443c0 .49.404.894.895.883 20.827-.469 37.63-17.273 38.1-38.1a.882.882 0 0 0-.883-.894h-2.443c0-19.694-15.964-35.669-35.669-35.669V1.883A.882.882 0 0 0 39.111 1c-10.086.23-19.235 4.286-26.04 10.785a.876.876 0 0 0 0 1.265l1.723 1.733c-6.477 6.445-10.468 15.354-10.468 25.2H1.883a.882.882 0 0 0-.883.895c.23 10.086 4.297 19.235 10.785 26.04.338.36.905.36 1.265 0l1.733-1.723v.01Z", fill: resolvedPrimaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { d: "M65.402 59.983s.087-.055.12-.088l6.553-4.362-3.162-1.712-3.162.764-8.375-31.961a5.756 5.756 0 0 0-6.739-4.187L10.705 26.57 9.3 23.42l-3.446 5.932c-.077.12-.153.25-.218.37v.022a5.688 5.688 0 0 0-.458 4.286L15.71 71.007a2.61 2.61 0 0 0 3.206 1.81l45.679-12.453c.273-.076.523-.207.752-.349l.055-.032Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { d: "M10.073 32.983s.327-3.184.61-6.444L9.3 23.43l-3.446 5.932c-.077.12-.153.25-.218.37v.023a5.688 5.688 0 0 0-.458 4.285l1.406 4.95 3.49-6.019v.011Z", fill: resolvedSecondaryColor }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { d: "M71.29 55.882 23.19 69a2.758 2.758 0 0 1-3.38-1.908L8.72 28.152c-.97-3.402 1.167-6.913 4.635-7.622l43.258-8.822c3.162-.643 6.281 1.298 7.088 4.417l9.53 36.399a2.754 2.754 0 0 1-1.94 3.358Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("path", { d: "m63.107 16 1.131 4.308L10.322 32.1l-1.255-4.375c-.91-3.175 1.092-6.454 4.345-7.117l43.05-8.733c2.966-.602 5.889 1.213 6.645 4.122V16Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeWidth: ".7" }),
|
|
26
|
+
/* @__PURE__ */ React.createElement("path", { d: "M17.444 25.48a1.89 1.89 0 0 1-1.428 2.389c-1.102.24-2.247-.458-2.552-1.538a1.885 1.885 0 0 1 1.44-2.388c1.1-.229 2.235.47 2.54 1.549v-.011ZM24.488 23.998c.295 1.068-.327 2.126-1.406 2.355-1.08.23-2.203-.458-2.497-1.537-.295-1.08.327-2.138 1.417-2.367 1.09-.229 2.192.47 2.486 1.538v.01Z", fill: resolvedSecondaryColor }),
|
|
27
|
+
/* @__PURE__ */ React.createElement("path", { d: "M57.344 37.52 20.9 46.647l-1.887-6.652 36.65-8.855a.893.893 0 0 1 1.069.633l1.265 4.656c.13.48-.164.97-.643 1.09h-.011ZM52.437 49.787l-28.504 7.535-1.876-6.598 28.624-7.327 1.756 6.39Z", fill: resolvedPrimaryColor }),
|
|
28
|
+
/* @__PURE__ */ React.createElement("path", { d: "M77.168 28.992c0 6.76-3.184 12.77-8.135 16.618a20.926 20.926 0 0 1-2.617 1.734 20.545 20.545 0 0 1-3.304 1.494 20.908 20.908 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.432-21.024 21.045-21.024 7.263 0 13.663 3.675 17.447 9.28a20.949 20.949 0 0 1 3.599 11.766v-.011Z", fill: "#fff" }),
|
|
29
|
+
/* @__PURE__ */ React.createElement("path", { d: "M63.123 48.849a20.909 20.909 0 0 1-6.99 1.189c-11.624 0-21.045-9.422-21.045-21.046 0-11.624 9.421-21.035 21.034-21.035 5.213 0 9.978 1.898 13.653 5.027M73.57 17.226a20.949 20.949 0 0 1 3.598 11.766c0 6.76-3.184 12.77-8.135 16.618", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
30
|
+
/* @__PURE__ */ React.createElement("path", { d: "M56.122 14.794v14.198l8.2-5.616M53.767 45.61l9.356 3.239-8.418 6.107", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" })
|
|
31
|
+
);
|
|
63
32
|
};
|
|
64
33
|
Collection.displayName = "Collection";
|
|
65
34
|
var stdin_default = createBaseComponent(Collection);
|
|
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
}
|
|
17
17
|
return to;
|
|
18
18
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
20
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
28
|
var stdin_exports = {};
|
|
22
29
|
__export(stdin_exports, {
|
|
@@ -31,88 +38,34 @@ const CombinedChart = ({ fill = "none", width = "80", height = "80", viewBox = "
|
|
|
31
38
|
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
39
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
40
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
|
|
48
|
-
fill:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
d: "
|
|
55
|
-
fill: "
|
|
56
|
-
|
|
57
|
-
d: "
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
d: "
|
|
61
|
-
|
|
62
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
63
|
-
d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.227 2.172.464 2.464 1.523v.011Z",
|
|
64
|
-
fill: resolvedPrimaryColor
|
|
65
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
66
|
-
d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.965v.01Z",
|
|
67
|
-
fill: resolvedSecondaryColor
|
|
68
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
69
|
-
d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
70
|
-
stroke: resolvedSecondaryColor,
|
|
71
|
-
strokeLinecap: "round",
|
|
72
|
-
strokeLinejoin: "round",
|
|
73
|
-
strokeWidth: ".7"
|
|
74
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
75
|
-
d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67",
|
|
76
|
-
stroke: resolvedSecondaryColor,
|
|
77
|
-
strokeLinecap: "round",
|
|
78
|
-
strokeLinejoin: "round",
|
|
79
|
-
strokeWidth: ".7"
|
|
80
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
81
|
-
d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z",
|
|
82
|
-
fill: resolvedPrimaryColor,
|
|
83
|
-
stroke: resolvedSecondaryColor,
|
|
84
|
-
strokeLinecap: "round",
|
|
85
|
-
strokeLinejoin: "round",
|
|
86
|
-
strokeWidth: ".7"
|
|
87
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
88
|
-
d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
|
|
89
|
-
fill: resolvedSecondaryColor
|
|
90
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
91
|
-
d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137",
|
|
92
|
-
stroke: resolvedSecondaryColor,
|
|
93
|
-
strokeLinecap: "round",
|
|
94
|
-
strokeLinejoin: "round",
|
|
95
|
-
strokeWidth: ".7"
|
|
96
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
97
|
-
d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67",
|
|
98
|
-
stroke: resolvedSecondaryColor,
|
|
99
|
-
strokeLinecap: "round",
|
|
100
|
-
strokeLinejoin: "round",
|
|
101
|
-
strokeWidth: ".7"
|
|
102
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
103
|
-
d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z",
|
|
104
|
-
fill: "#fff",
|
|
105
|
-
stroke: resolvedSecondaryColor,
|
|
106
|
-
strokeLinecap: "round",
|
|
107
|
-
strokeLinejoin: "round",
|
|
108
|
-
strokeWidth: ".7"
|
|
109
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
110
|
-
d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
|
|
111
|
-
stroke: resolvedSecondaryColor,
|
|
112
|
-
strokeLinecap: "round",
|
|
113
|
-
strokeLinejoin: "round",
|
|
114
|
-
strokeWidth: ".7"
|
|
115
|
-
}));
|
|
41
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
42
|
+
import_base_components.Box,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
width,
|
|
46
|
+
height,
|
|
47
|
+
viewBox,
|
|
48
|
+
fill,
|
|
49
|
+
tag: "svg",
|
|
50
|
+
"aria-hidden": true,
|
|
51
|
+
...props
|
|
52
|
+
},
|
|
53
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M40.25 4.302V1.908c0-.495-.489-.908-.977-.908C19.98 3.229 5 19.82 5 39.959c0 19.727 15.793 35.74 35.25 35.74v2.393c0 .495.489.908.977.908C60.52 76.771 75.5 60.181 75.5 40.041c0-19.81-15.793-35.74-35.25-35.74Z", fill: resolvedPrimaryColor }),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z", fill: "#fff" }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M65.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.135-.637 6.226 1.286 7.025 4.377l1.221 4.67Z", fill: resolvedSecondaryColor }),
|
|
57
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M18.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z", fill: "#fff" }),
|
|
58
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.227 2.172.464 2.464 1.523v.011Z", fill: resolvedPrimaryColor }),
|
|
59
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.965v.01Z", fill: resolvedSecondaryColor }),
|
|
60
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
61
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
62
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
63
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z", fill: resolvedSecondaryColor }),
|
|
64
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
65
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
66
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
67
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
|
|
68
|
+
);
|
|
116
69
|
};
|
|
117
70
|
CombinedChart.displayName = "CombinedChart";
|
|
118
71
|
var stdin_default = (0, import_core.createBaseComponent)(CombinedChart);
|
|
@@ -6,88 +6,34 @@ const CombinedChart = ({ fill = "none", width = "80", height = "80", viewBox = "
|
|
|
6
6
|
const colorResolver = useColorResolver();
|
|
7
7
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
8
8
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
9
|
-
return /* @__PURE__ */ React.createElement(
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z",
|
|
23
|
-
fill:
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
d: "
|
|
30
|
-
fill: "
|
|
31
|
-
|
|
32
|
-
d: "
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
d: "
|
|
36
|
-
|
|
37
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
38
|
-
d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.227 2.172.464 2.464 1.523v.011Z",
|
|
39
|
-
fill: resolvedPrimaryColor
|
|
40
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
41
|
-
d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.965v.01Z",
|
|
42
|
-
fill: resolvedSecondaryColor
|
|
43
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
44
|
-
d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
|
|
45
|
-
stroke: resolvedSecondaryColor,
|
|
46
|
-
strokeLinecap: "round",
|
|
47
|
-
strokeLinejoin: "round",
|
|
48
|
-
strokeWidth: ".7"
|
|
49
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
50
|
-
d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67",
|
|
51
|
-
stroke: resolvedSecondaryColor,
|
|
52
|
-
strokeLinecap: "round",
|
|
53
|
-
strokeLinejoin: "round",
|
|
54
|
-
strokeWidth: ".7"
|
|
55
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
56
|
-
d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z",
|
|
57
|
-
fill: resolvedPrimaryColor,
|
|
58
|
-
stroke: resolvedSecondaryColor,
|
|
59
|
-
strokeLinecap: "round",
|
|
60
|
-
strokeLinejoin: "round",
|
|
61
|
-
strokeWidth: ".7"
|
|
62
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
63
|
-
d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
|
|
64
|
-
fill: resolvedSecondaryColor
|
|
65
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
66
|
-
d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137",
|
|
67
|
-
stroke: resolvedSecondaryColor,
|
|
68
|
-
strokeLinecap: "round",
|
|
69
|
-
strokeLinejoin: "round",
|
|
70
|
-
strokeWidth: ".7"
|
|
71
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
72
|
-
d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67",
|
|
73
|
-
stroke: resolvedSecondaryColor,
|
|
74
|
-
strokeLinecap: "round",
|
|
75
|
-
strokeLinejoin: "round",
|
|
76
|
-
strokeWidth: ".7"
|
|
77
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
78
|
-
d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z",
|
|
79
|
-
fill: "#fff",
|
|
80
|
-
stroke: resolvedSecondaryColor,
|
|
81
|
-
strokeLinecap: "round",
|
|
82
|
-
strokeLinejoin: "round",
|
|
83
|
-
strokeWidth: ".7"
|
|
84
|
-
}), /* @__PURE__ */ React.createElement("path", {
|
|
85
|
-
d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z",
|
|
86
|
-
stroke: resolvedSecondaryColor,
|
|
87
|
-
strokeLinecap: "round",
|
|
88
|
-
strokeLinejoin: "round",
|
|
89
|
-
strokeWidth: ".7"
|
|
90
|
-
}));
|
|
9
|
+
return /* @__PURE__ */ React.createElement(
|
|
10
|
+
Box,
|
|
11
|
+
{
|
|
12
|
+
ref,
|
|
13
|
+
width,
|
|
14
|
+
height,
|
|
15
|
+
viewBox,
|
|
16
|
+
fill,
|
|
17
|
+
tag: "svg",
|
|
18
|
+
"aria-hidden": true,
|
|
19
|
+
...props
|
|
20
|
+
},
|
|
21
|
+
/* @__PURE__ */ React.createElement("path", { d: "M40.25 4.302V1.908c0-.495-.489-.908-.977-.908C19.98 3.229 5 19.82 5 39.959c0 19.727 15.793 35.74 35.25 35.74v2.393c0 .495.489.908.977.908C60.52 76.771 75.5 60.181 75.5 40.041c0-19.81-15.793-35.74-35.25-35.74Z", fill: resolvedPrimaryColor }),
|
|
22
|
+
/* @__PURE__ */ React.createElement("path", { d: "M65.925 57.607s.086-.054.119-.087l6.495-4.323-3.134-1.696-3.134.756-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15l-39.588 8.073-1.394-3.123-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l10.44 36.648a2.587 2.587 0 0 0 3.177 1.794l45.273-12.342a2.94 2.94 0 0 0 .746-.346l.054-.032.01-.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
23
|
+
/* @__PURE__ */ React.createElement("path", { d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z", fill: "#fff" }),
|
|
24
|
+
/* @__PURE__ */ React.createElement("path", { d: "M65.448 18.818 11.065 30.761l-1.34-4.69c-.962-3.373 1.156-6.853 4.593-7.555l42.884-8.744c3.135-.637 6.226 1.286 7.025 4.377l1.221 4.67Z", fill: resolvedSecondaryColor }),
|
|
25
|
+
/* @__PURE__ */ React.createElement("path", { d: "M18.394 23.419a1.873 1.873 0 0 1-1.416 2.366c-1.091.238-2.226-.454-2.529-1.523a1.868 1.868 0 0 1 1.427-2.367c1.091-.227 2.215.464 2.518 1.534v-.01Z", fill: "#fff" }),
|
|
26
|
+
/* @__PURE__ */ React.createElement("path", { d: "M25.375 21.938c.292 1.06-.324 2.108-1.394 2.335-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.07-.227 2.172.464 2.464 1.523v.011Z", fill: resolvedPrimaryColor }),
|
|
27
|
+
/* @__PURE__ */ React.createElement("path", { d: "M11.087 30.842s.324-3.155.605-6.387l-1.372-3.08-3.415 5.88a6.51 6.51 0 0 0-.216.367v.021a5.637 5.637 0 0 0-.454 4.248l1.394 4.906 3.458-5.965v.01Z", fill: resolvedSecondaryColor }),
|
|
28
|
+
/* @__PURE__ */ React.createElement("path", { d: "M71.77 53.554 24.098 66.555a2.734 2.734 0 0 1-3.35-1.891L9.756 26.07c-.962-3.372 1.157-6.852 4.594-7.554l42.873-8.744c3.134-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
29
|
+
/* @__PURE__ */ React.createElement("path", { d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.626 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.059 4.842-2.994 8.689-2.67", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
30
|
+
/* @__PURE__ */ React.createElement("path", { d: "m34.517 48.516-7.112 1.783a.806.806 0 0 0-.572.995l2.702 9.64 8.602-2.291-2.648-9.576a.793.793 0 0 0-.961-.562l-.011.011Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
31
|
+
/* @__PURE__ */ React.createElement("path", { d: "m44.396 28.283-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z", fill: resolvedSecondaryColor }),
|
|
32
|
+
/* @__PURE__ */ React.createElement("path", { d: "m60.974 34.836-6.517 1.578a.802.802 0 0 0-.583.983l4.269 15.941 7.976-2.118-4.183-15.8a.803.803 0 0 0-.962-.573v-.011ZM23.937 62.422l45.65-12.137", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
33
|
+
/* @__PURE__ */ React.createElement("path", { d: "M21.767 54.803c1.718-7.165 5.025-10.267 7.792-11.748 5.685-3.047 9.846 2.627 15.53 1.21 6.323-1.577 8.279-10.98 11.1-14.395 2.518-3.058 4.842-2.994 8.689-2.67", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
34
|
+
/* @__PURE__ */ React.createElement("path", { d: "M58.79 29.258c.346 1.286-.54 2.604-1.977 2.94-1.438.334-2.897-.433-3.242-1.719-.346-1.286.55-2.616 1.999-2.95 1.448-.335 2.886.443 3.22 1.729ZM31.946 42.213c.367 1.329-.584 2.702-2.13 3.08-1.545.378-3.112-.39-3.48-1.73-.367-1.34.595-2.723 2.14-3.09 1.546-.368 3.102.41 3.47 1.729v.01ZM47.769 43.598c.356 1.297-.562 2.648-2.043 3.026-1.48.379-2.983-.378-3.34-1.686-.356-1.307.562-2.669 2.054-3.036 1.48-.368 2.972.389 3.318 1.696h.01Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
|
|
35
|
+
/* @__PURE__ */ React.createElement("path", { d: "m57.743 35.65-3.108 4.532M56.132 45.834l6.153-8.972M57.685 51.402 63.79 42.5M62.57 52.123l2.693-3.927M44.396 28.283l-6.885 1.589a.786.786 0 0 0-.583.972l7.187 26.209 8.278-2.205-7.057-26.014a.787.787 0 0 0-.94-.562v.01Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" })
|
|
36
|
+
);
|
|
91
37
|
};
|
|
92
38
|
CombinedChart.displayName = "CombinedChart";
|
|
93
39
|
var stdin_default = createBaseComponent(CombinedChart);
|
|
@@ -16,7 +16,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
16
16
|
}
|
|
17
17
|
return to;
|
|
18
18
|
};
|
|
19
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
19
|
+
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
20
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
21
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
22
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
23
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
24
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
25
|
+
mod
|
|
26
|
+
));
|
|
20
27
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
21
28
|
var stdin_exports = {};
|
|
22
29
|
__export(stdin_exports, {
|
|
@@ -31,167 +38,45 @@ const Configuration = ({ fill = "none", width = "130", height = "130", viewBox =
|
|
|
31
38
|
const colorResolver = (0, import_useColorResolver.useColorResolver)();
|
|
32
39
|
const resolvedPrimaryColor = colorResolver(primaryColor);
|
|
33
40
|
const resolvedSecondaryColor = colorResolver(secondaryColor);
|
|
34
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
d: "M105.24 112.53H16.584c-5.4 0-9.775-4.376-9.775-9.781V46.558c0-5.405 4.376-9.781 9.775-9.781h88.656c5.41 0 9.78 4.376 9.78 9.78v56.192a9.77 9.77 0 0 1-9.78 9.781Z",
|
|
48
|
-
fill: resolvedSecondaryColor,
|
|
49
|
-
stroke: resolvedSecondaryColor,
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
strokeMiterlimit: "10"
|
|
53
|
-
|
|
54
|
-
d: "
|
|
55
|
-
fill: "
|
|
56
|
-
|
|
57
|
-
strokeLinecap: "round",
|
|
58
|
-
|
|
59
|
-
strokeMiterlimit: "10"
|
|
60
|
-
|
|
61
|
-
d: "
|
|
62
|
-
|
|
63
|
-
stroke: resolvedSecondaryColor,
|
|
64
|
-
strokeLinecap: "round",
|
|
65
|
-
strokeLinejoin: "round",
|
|
66
|
-
strokeMiterlimit: "10"
|
|
67
|
-
|
|
68
|
-
d: "
|
|
69
|
-
|
|
70
|
-
strokeMiterlimit: "10"
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
fill: "#fff",
|
|
74
|
-
fillRule: "evenodd"
|
|
75
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
76
|
-
d: "M84.457 13.838s-11.044 4-10.777 5.855c.111.774 1.049.977 2.573.813 6.734-.774 16.24-9.701 8.204-6.668Z",
|
|
77
|
-
stroke: resolvedSecondaryColor,
|
|
78
|
-
strokeLinecap: "round",
|
|
79
|
-
strokeLinejoin: "round",
|
|
80
|
-
strokeMiterlimit: "10"
|
|
81
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
82
|
-
d: "M82.29 16.375s-2.646 1.516-5.68 3.527c-4.39 2.898-9.606 6.82-8.891 8.673.426 1.094 3.138.226 5.87-.982 9.13-2.863 21.502-18.314 8.7-11.218Z",
|
|
83
|
-
fill: resolvedPrimaryColor,
|
|
84
|
-
fillRule: "evenodd",
|
|
85
|
-
stroke: resolvedSecondaryColor,
|
|
86
|
-
strokeLinecap: "round",
|
|
87
|
-
strokeLinejoin: "round",
|
|
88
|
-
strokeMiterlimit: "10"
|
|
89
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
90
|
-
d: "M80.847 17.812c-2.538 1.537-7.33 4.572-10.264 7.192-1.054.782-4.34 4.259-1.054 3.486-1.038-3.68 15.356-12.028 11.318-10.678Z",
|
|
91
|
-
fill: "#fff"
|
|
92
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
93
|
-
d: "M79.043 20.65c-6.373 7.936-11.241 15.683-9.419 17.049 1.752 1.313 7.984-5.283 7.984-5.283 6.979-5.903 10.866-23.518 1.435-11.767Z",
|
|
94
|
-
fill: resolvedPrimaryColor,
|
|
95
|
-
fillRule: "evenodd",
|
|
96
|
-
stroke: resolvedSecondaryColor,
|
|
97
|
-
strokeLinecap: "round",
|
|
98
|
-
strokeLinejoin: "round",
|
|
99
|
-
strokeMiterlimit: "10"
|
|
100
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
101
|
-
d: "M71.447 36.948c-4.348-.925 11.321-19.651 7.986-15.986-3.452 4.3-8.377 10.77-9.522 14.75-.456 1.589-.119 2.138 1.536 1.236Z",
|
|
102
|
-
fill: "#fff"
|
|
103
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
104
|
-
d: "M89.405 28.723v-.006c-.075-.364-.33-.748-.717-1.054-1.183-.943-3.55-1.135-5.347 2.359l-1.956 4.81s-3.218 8.498-6.603 7.227c-1.147-.429-.952-2.479-.774-3.689.084-.57.22-1.127.4-1.672 1.139-3.452 2.571-8.084 5.5-15.695.651-1.688 1.761-3.188 3.266-4.189 7.697-5.103 15.942 6.681 6.231 11.909Z",
|
|
105
|
-
fill: resolvedPrimaryColor,
|
|
106
|
-
fillRule: "evenodd",
|
|
107
|
-
stroke: resolvedSecondaryColor,
|
|
108
|
-
strokeLinecap: "round",
|
|
109
|
-
strokeLinejoin: "round",
|
|
110
|
-
strokeMiterlimit: "10"
|
|
111
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
112
|
-
d: "M75.606 37.006c.555-2.296 1.2-5.096 2.216-8.916-1.137 3.236-2.321 6.65-3.15 9.492l.934-.576Z",
|
|
113
|
-
fill: "#fff"
|
|
114
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
115
|
-
d: "m53.033 72.369 2.443.868 3.733-3.035c.782-.512 1.75-.39 2.25.072l3.664 3.388c.665.615.704 1.578.248 2.237l-2.568 4.114 1.057 2.367 4.84.612c.801-.03 1.475.746 1.505 1.547l.195 4.968c.03.801-.579 1.627-1.374 1.82l-4.776.99-.868 2.442 3.035 3.733c.511.782.389 1.75-.073 2.251l-3.388 3.663a1.717 1.717 0 0 1-2.237.248l-4.114-2.568c-.79.354-1.577.704-2.367 1.057l-.612 4.841c-.128.806-.904 1.48-1.705 1.51l-4.968.195c-.802.03-1.628-.579-1.658-1.38l-.988-4.782-2.442-.868-3.9 2.882a1.718 1.718 0 0 1-2.25-.072l-3.664-3.388c-.501-.462-.699-1.416-.242-2.078l2.726-4.12c-.512-.782-.865-1.572-1.057-2.367l-4.84-.612c-.807-.128-1.48-.904-1.511-1.706l-.195-4.968c-.03-.8.579-1.627 1.38-1.658l4.776-.99c.123-.968.418-1.622.868-2.442l-3.043-3.892c-.506-.623-.384-1.591.23-2.256l3.389-3.664c.462-.5 1.416-.698 2.078-.242l4.12 2.726c.79-.353 1.577-.703 2.367-1.057l.612-4.84c-.03-.801.746-1.474 1.547-1.505l4.968-.194c.801-.031 1.627.578 1.82 1.374l.99 4.779Zm-4.723 6.445c-4.968.195-8.971 4.526-8.776 9.494.194 4.968 4.526 8.971 9.494 8.777 4.968-.195 8.971-4.526 8.776-9.494-.195-4.969-4.526-8.974-9.494-8.777ZM86.245 53.247l2.027.81 3.244-2.431c.676-.407 1.485-.27 1.892.136l2.973 2.974c.54.54.54 1.352.137 1.891l-2.298 3.377.81 2.028 4.052.676c.676 0 1.216.676 1.216 1.352v4.19c0 .675-.54 1.351-1.216 1.485l-4.053.676-.809 2.028 2.431 3.243c.406.676.27 1.486-.136 1.892l-2.974 2.974a1.45 1.45 0 0 1-1.891.136l-3.378-2.298-2.027.81-.676 4.053c-.137.676-.81 1.215-1.486 1.215h-4.19c-.675 0-1.351-.54-1.351-1.215l-.676-4.053-2.028-.81-3.377 2.298a1.444 1.444 0 0 1-1.892-.136l-2.973-2.974c-.406-.406-.54-1.216-.137-1.755l2.432-3.377c-.407-.676-.676-1.352-.81-2.028l-4.053-.676c-.676-.137-1.216-.81-1.216-1.486v-4.19c0-.675.54-1.351 1.216-1.351l4.053-.676c.136-.81.406-1.352.81-2.028l-2.432-3.377c-.406-.54-.27-1.352.27-1.892l2.974-2.973c.406-.407 1.216-.54 1.755-.137l3.377 2.432 2.028-.81.676-4.053c0-.676.676-1.216 1.352-1.216h4.19c.675 0 1.351.54 1.485 1.216l.679 4.05Zm-4.19 5.269c-4.189 0-7.702 3.513-7.702 7.703 0 4.189 3.513 7.702 7.702 7.702 4.19 0 7.703-3.513 7.703-7.702 0-4.19-3.513-7.703-7.703-7.703Z",
|
|
116
|
-
fill: "#fff",
|
|
117
|
-
fillRule: "evenodd",
|
|
118
|
-
stroke: resolvedSecondaryColor,
|
|
119
|
-
strokeLinecap: "round",
|
|
120
|
-
strokeLinejoin: "round",
|
|
121
|
-
strokeMiterlimit: "10"
|
|
122
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
123
|
-
d: "M81.163 34.748c-1.176.367-3.296 1.62-3.88 2.449-42.019 59.468-62.418 62.982-62.418 70.874 0 3.947 4.187 4.462 4.187 4.462-5.4 0-9.775-4.376-9.775-9.781V53.078H32.54c27.01 0 36.794-11.672 43.537-16.298 1.352-.93 3.861-1.823 5.085-2.032Z",
|
|
124
|
-
fill: resolvedPrimaryColor,
|
|
125
|
-
fillRule: "evenodd",
|
|
126
|
-
stroke: resolvedSecondaryColor,
|
|
127
|
-
strokeLinecap: "round",
|
|
128
|
-
strokeLinejoin: "round",
|
|
129
|
-
strokeMiterlimit: "10"
|
|
130
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
131
|
-
d: "M34.015 73.294C63.15 58.412 73.1 37.47 80.11 35.156M28.126 76.094a110.31 110.31 0 0 0 4.448-2.075",
|
|
132
|
-
stroke: resolvedSecondaryColor,
|
|
133
|
-
strokeLinecap: "round",
|
|
134
|
-
strokeLinejoin: "round",
|
|
135
|
-
strokeMiterlimit: "10"
|
|
136
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
137
|
-
d: "M54.3 52.643c9.496-3.391 21.441-15.617 24.598-17.21",
|
|
138
|
-
stroke: resolvedSecondaryColor,
|
|
139
|
-
strokeLinecap: "round",
|
|
140
|
-
strokeLinejoin: "round",
|
|
141
|
-
strokeMiterlimit: "10"
|
|
142
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
143
|
-
d: "M105.241 112.53c7.831 0 10.259-6.53 9.773-13.926C124 109 117 112.53 105.241 112.53Z",
|
|
144
|
-
fill: resolvedPrimaryColor,
|
|
145
|
-
fillRule: "evenodd",
|
|
146
|
-
stroke: resolvedSecondaryColor,
|
|
147
|
-
strokeLinecap: "round",
|
|
148
|
-
strokeLinejoin: "round",
|
|
149
|
-
strokeMiterlimit: "10"
|
|
150
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
151
|
-
d: "M118.472 103.707C106.5 87.5 97.254 71.635 90.565 53.079h24.458c0 25.274-1.266 34.984 3.449 50.628Z",
|
|
152
|
-
fill: resolvedPrimaryColor,
|
|
153
|
-
fillRule: "evenodd",
|
|
154
|
-
stroke: resolvedSecondaryColor,
|
|
155
|
-
strokeLinecap: "round",
|
|
156
|
-
strokeLinejoin: "round",
|
|
157
|
-
strokeMiterlimit: "10"
|
|
158
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
159
|
-
d: "M112.46 90.528c1.914 6.04 5.369 11.338 5.369 11.338",
|
|
160
|
-
stroke: resolvedSecondaryColor,
|
|
161
|
-
strokeLinecap: "round",
|
|
162
|
-
strokeLinejoin: "round",
|
|
163
|
-
strokeMiterlimit: "10"
|
|
164
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
165
|
-
d: "M115.023 46.56v6.517H90.565c-1.825-5.06-2.78-11.844-5.947-16.296h20.624a9.773 9.773 0 0 1 9.781 9.778Z",
|
|
166
|
-
fill: "#fff",
|
|
167
|
-
fillRule: "evenodd",
|
|
168
|
-
stroke: resolvedSecondaryColor,
|
|
169
|
-
strokeLinecap: "round",
|
|
170
|
-
strokeLinejoin: "round",
|
|
171
|
-
strokeMiterlimit: "10"
|
|
172
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
173
|
-
d: "M83.505 33.702c-5.469 2.76-10.092 6.29-8.723 8.362 8.411 4.806 41.87-10.627 47.997-20.76C126.04 6.51 99.007-3.333 80.229 20.28l10.459 5.325s-.512 4.8-7.183 8.097Z",
|
|
174
|
-
fill: resolvedPrimaryColor
|
|
175
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
176
|
-
d: "M126 21.5C99.821 41.379 76.963 45.369 74.782 42.064c-1.37-2.072 3.254-5.603 8.723-8.362 6.67-3.296 7.183-8.098 7.183-8.098",
|
|
177
|
-
stroke: resolvedSecondaryColor,
|
|
178
|
-
strokeLinecap: "round",
|
|
179
|
-
strokeLinejoin: "round",
|
|
180
|
-
strokeMiterlimit: "10"
|
|
181
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
182
|
-
d: "M90.145 28.416s-1.123 2.912-6.144 5.603c-6.588 3.169-12.307 8.193-6.588 8.521-3.517-1.43 2.107-5.945 7.864-8.791 1.27-.629 3.767-1.99 4.868-5.333Z",
|
|
183
|
-
fill: "#fff",
|
|
184
|
-
fillRule: "evenodd"
|
|
185
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
186
|
-
d: "M80.226 20.28C91 4.5 107.5 6 107.5 6",
|
|
187
|
-
stroke: resolvedSecondaryColor,
|
|
188
|
-
strokeLinecap: "round",
|
|
189
|
-
strokeLinejoin: "round",
|
|
190
|
-
strokeMiterlimit: "10"
|
|
191
|
-
}), /* @__PURE__ */ import_react.default.createElement("path", {
|
|
192
|
-
d: "M105.153 6.22s7.054 14.967 20.134 16.43c.588-.433 1.159-.862 1.713-1.288V4.477c0-.815-.662-1.477-1.477-1.477h-15.917c-1.441 1.13-2.778 2.433-4.453 3.22Z",
|
|
193
|
-
fill: resolvedSecondaryColor
|
|
194
|
-
}));
|
|
41
|
+
return /* @__PURE__ */ import_react.default.createElement(
|
|
42
|
+
import_base_components.Box,
|
|
43
|
+
{
|
|
44
|
+
ref,
|
|
45
|
+
width,
|
|
46
|
+
height,
|
|
47
|
+
viewBox,
|
|
48
|
+
fill,
|
|
49
|
+
tag: "svg",
|
|
50
|
+
"aria-hidden": true,
|
|
51
|
+
...props
|
|
52
|
+
},
|
|
53
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M39.054 17.323 3.292 53.088a1.474 1.474 0 0 0 0 2.09l71.53 71.53c.579.576 1.51.576 2.09 0l35.765-35.768c3.421-3.422 8.687-3.883 12.604-1.383.743.476 1.719-.078 1.719-.96V4.478c0-.815-.662-1.477-1.477-1.477H41.397c-.882 0-1.433.974-.957 1.72 2.5 3.919 2.039 9.182-1.386 12.603Z", fill: resolvedPrimaryColor }),
|
|
54
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M105.24 112.53H16.584c-5.4 0-9.775-4.376-9.775-9.781V46.558c0-5.405 4.376-9.781 9.775-9.781h88.656c5.41 0 9.78 4.376 9.78 9.78v56.192a9.77 9.77 0 0 1-9.78 9.781Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
55
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M9.277 46.557v7.192c43.883 1.993 46.318.688 67.965-16.972h-58.19c-5.4 0-9.775 4.376-9.775 9.78Z", fill: "#fff", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
56
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M18.059 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
57
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M28.126 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995ZM38.19 49.51a3.997 3.997 0 1 0 0-7.994 3.997 3.997 0 0 0 0 7.995Z", stroke: resolvedSecondaryColor, strokeMiterlimit: "10" }),
|
|
58
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M85.121 14.162s-11.043 4-10.776 5.855c.118.89-.584.241-.665-.325-.267-1.856 10.777-5.856 10.777-5.856 2.559-.75 3.785-.588.665.325Z", fill: "#fff", fillRule: "evenodd" }),
|
|
59
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M84.457 13.838s-11.044 4-10.777 5.855c.111.774 1.049.977 2.573.813 6.734-.774 16.24-9.701 8.204-6.668Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
60
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M82.29 16.375s-2.646 1.516-5.68 3.527c-4.39 2.898-9.606 6.82-8.891 8.673.426 1.094 3.138.226 5.87-.982 9.13-2.863 21.502-18.314 8.7-11.218Z", fill: resolvedPrimaryColor, fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
61
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M80.847 17.812c-2.538 1.537-7.33 4.572-10.264 7.192-1.054.782-4.34 4.259-1.054 3.486-1.038-3.68 15.356-12.028 11.318-10.678Z", fill: "#fff" }),
|
|
62
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M79.043 20.65c-6.373 7.936-11.241 15.683-9.419 17.049 1.752 1.313 7.984-5.283 7.984-5.283 6.979-5.903 10.866-23.518 1.435-11.767Z", fill: resolvedPrimaryColor, fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
63
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M71.447 36.948c-4.348-.925 11.321-19.651 7.986-15.986-3.452 4.3-8.377 10.77-9.522 14.75-.456 1.589-.119 2.138 1.536 1.236Z", fill: "#fff" }),
|
|
64
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M89.405 28.723v-.006c-.075-.364-.33-.748-.717-1.054-1.183-.943-3.55-1.135-5.347 2.359l-1.956 4.81s-3.218 8.498-6.603 7.227c-1.147-.429-.952-2.479-.774-3.689.084-.57.22-1.127.4-1.672 1.139-3.452 2.571-8.084 5.5-15.695.651-1.688 1.761-3.188 3.266-4.189 7.697-5.103 15.942 6.681 6.231 11.909Z", fill: resolvedPrimaryColor, fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
65
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M75.606 37.006c.555-2.296 1.2-5.096 2.216-8.916-1.137 3.236-2.321 6.65-3.15 9.492l.934-.576Z", fill: "#fff" }),
|
|
66
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "m53.033 72.369 2.443.868 3.733-3.035c.782-.512 1.75-.39 2.25.072l3.664 3.388c.665.615.704 1.578.248 2.237l-2.568 4.114 1.057 2.367 4.84.612c.801-.03 1.475.746 1.505 1.547l.195 4.968c.03.801-.579 1.627-1.374 1.82l-4.776.99-.868 2.442 3.035 3.733c.511.782.389 1.75-.073 2.251l-3.388 3.663a1.717 1.717 0 0 1-2.237.248l-4.114-2.568c-.79.354-1.577.704-2.367 1.057l-.612 4.841c-.128.806-.904 1.48-1.705 1.51l-4.968.195c-.802.03-1.628-.579-1.658-1.38l-.988-4.782-2.442-.868-3.9 2.882a1.718 1.718 0 0 1-2.25-.072l-3.664-3.388c-.501-.462-.699-1.416-.242-2.078l2.726-4.12c-.512-.782-.865-1.572-1.057-2.367l-4.84-.612c-.807-.128-1.48-.904-1.511-1.706l-.195-4.968c-.03-.8.579-1.627 1.38-1.658l4.776-.99c.123-.968.418-1.622.868-2.442l-3.043-3.892c-.506-.623-.384-1.591.23-2.256l3.389-3.664c.462-.5 1.416-.698 2.078-.242l4.12 2.726c.79-.353 1.577-.703 2.367-1.057l.612-4.84c-.03-.801.746-1.474 1.547-1.505l4.968-.194c.801-.031 1.627.578 1.82 1.374l.99 4.779Zm-4.723 6.445c-4.968.195-8.971 4.526-8.776 9.494.194 4.968 4.526 8.971 9.494 8.777 4.968-.195 8.971-4.526 8.776-9.494-.195-4.969-4.526-8.974-9.494-8.777ZM86.245 53.247l2.027.81 3.244-2.431c.676-.407 1.485-.27 1.892.136l2.973 2.974c.54.54.54 1.352.137 1.891l-2.298 3.377.81 2.028 4.052.676c.676 0 1.216.676 1.216 1.352v4.19c0 .675-.54 1.351-1.216 1.485l-4.053.676-.809 2.028 2.431 3.243c.406.676.27 1.486-.136 1.892l-2.974 2.974a1.45 1.45 0 0 1-1.891.136l-3.378-2.298-2.027.81-.676 4.053c-.137.676-.81 1.215-1.486 1.215h-4.19c-.675 0-1.351-.54-1.351-1.215l-.676-4.053-2.028-.81-3.377 2.298a1.444 1.444 0 0 1-1.892-.136l-2.973-2.974c-.406-.406-.54-1.216-.137-1.755l2.432-3.377c-.407-.676-.676-1.352-.81-2.028l-4.053-.676c-.676-.137-1.216-.81-1.216-1.486v-4.19c0-.675.54-1.351 1.216-1.351l4.053-.676c.136-.81.406-1.352.81-2.028l-2.432-3.377c-.406-.54-.27-1.352.27-1.892l2.974-2.973c.406-.407 1.216-.54 1.755-.137l3.377 2.432 2.028-.81.676-4.053c0-.676.676-1.216 1.352-1.216h4.19c.675 0 1.351.54 1.485 1.216l.679 4.05Zm-4.19 5.269c-4.189 0-7.702 3.513-7.702 7.703 0 4.189 3.513 7.702 7.702 7.702 4.19 0 7.703-3.513 7.703-7.702 0-4.19-3.513-7.703-7.703-7.703Z", fill: "#fff", fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
67
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M81.163 34.748c-1.176.367-3.296 1.62-3.88 2.449-42.019 59.468-62.418 62.982-62.418 70.874 0 3.947 4.187 4.462 4.187 4.462-5.4 0-9.775-4.376-9.775-9.781V53.078H32.54c27.01 0 36.794-11.672 43.537-16.298 1.352-.93 3.861-1.823 5.085-2.032Z", fill: resolvedPrimaryColor, fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
68
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M34.015 73.294C63.15 58.412 73.1 37.47 80.11 35.156M28.126 76.094a110.31 110.31 0 0 0 4.448-2.075", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
69
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M54.3 52.643c9.496-3.391 21.441-15.617 24.598-17.21", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
70
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M105.241 112.53c7.831 0 10.259-6.53 9.773-13.926C124 109 117 112.53 105.241 112.53Z", fill: resolvedPrimaryColor, fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
71
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M118.472 103.707C106.5 87.5 97.254 71.635 90.565 53.079h24.458c0 25.274-1.266 34.984 3.449 50.628Z", fill: resolvedPrimaryColor, fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
72
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M112.46 90.528c1.914 6.04 5.369 11.338 5.369 11.338", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
73
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M115.023 46.56v6.517H90.565c-1.825-5.06-2.78-11.844-5.947-16.296h20.624a9.773 9.773 0 0 1 9.781 9.778Z", fill: "#fff", fillRule: "evenodd", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
74
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M83.505 33.702c-5.469 2.76-10.092 6.29-8.723 8.362 8.411 4.806 41.87-10.627 47.997-20.76C126.04 6.51 99.007-3.333 80.229 20.28l10.459 5.325s-.512 4.8-7.183 8.097Z", fill: resolvedPrimaryColor }),
|
|
75
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M126 21.5C99.821 41.379 76.963 45.369 74.782 42.064c-1.37-2.072 3.254-5.603 8.723-8.362 6.67-3.296 7.183-8.098 7.183-8.098", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
76
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M90.145 28.416s-1.123 2.912-6.144 5.603c-6.588 3.169-12.307 8.193-6.588 8.521-3.517-1.43 2.107-5.945 7.864-8.791 1.27-.629 3.767-1.99 4.868-5.333Z", fill: "#fff", fillRule: "evenodd" }),
|
|
77
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M80.226 20.28C91 4.5 107.5 6 107.5 6", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeMiterlimit: "10" }),
|
|
78
|
+
/* @__PURE__ */ import_react.default.createElement("path", { d: "M105.153 6.22s7.054 14.967 20.134 16.43c.588-.433 1.159-.862 1.713-1.288V4.477c0-.815-.662-1.477-1.477-1.477h-15.917c-1.441 1.13-2.778 2.433-4.453 3.22Z", fill: resolvedSecondaryColor })
|
|
79
|
+
);
|
|
195
80
|
};
|
|
196
81
|
Configuration.displayName = "Configuration";
|
|
197
82
|
var stdin_default = (0, import_core.createBaseComponent)(Configuration);
|