@semcore/illustration 17.0.1 → 17.0.2

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.
Files changed (110) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/lib/AccessDenied/index.js +26 -207
  3. package/lib/AccessDenied/index.mjs +18 -206
  4. package/lib/AccessLogIn/index.js +26 -309
  5. package/lib/AccessLogIn/index.mjs +18 -308
  6. package/lib/AreaChart/index.js +32 -54
  7. package/lib/AreaChart/index.mjs +24 -53
  8. package/lib/Blocked/index.js +118 -458
  9. package/lib/Blocked/index.mjs +110 -457
  10. package/lib/ChoroplethMapChart/index.js +34 -76
  11. package/lib/ChoroplethMapChart/index.mjs +26 -75
  12. package/lib/Coffee/index.js +29 -61
  13. package/lib/Coffee/index.mjs +21 -60
  14. package/lib/Collection/index.js +31 -55
  15. package/lib/Collection/index.mjs +23 -54
  16. package/lib/CombinedChart/index.js +36 -83
  17. package/lib/CombinedChart/index.mjs +28 -82
  18. package/lib/Configuration/index.js +47 -162
  19. package/lib/Configuration/index.mjs +39 -161
  20. package/lib/Confirmation/index.js +28 -232
  21. package/lib/Confirmation/index.mjs +20 -231
  22. package/lib/Congrats/index.js +23 -112
  23. package/lib/Congrats/index.mjs +15 -111
  24. package/lib/ConnectionLost/index.js +31 -264
  25. package/lib/ConnectionLost/index.mjs +23 -263
  26. package/lib/DeletedAccount/index.js +47 -341
  27. package/lib/DeletedAccount/index.mjs +39 -340
  28. package/lib/DeletedPage/index.js +23 -46
  29. package/lib/DeletedPage/index.mjs +15 -45
  30. package/lib/Dns/index.js +27 -145
  31. package/lib/Dns/index.mjs +19 -144
  32. package/lib/DonutChart/index.js +37 -96
  33. package/lib/DonutChart/index.mjs +29 -95
  34. package/lib/Duplicates/index.js +34 -73
  35. package/lib/Duplicates/index.mjs +26 -72
  36. package/lib/Feedback/index.js +31 -61
  37. package/lib/Feedback/index.mjs +23 -60
  38. package/lib/FunnelChart/index.js +33 -63
  39. package/lib/FunnelChart/index.mjs +25 -62
  40. package/lib/Good/index.js +38 -96
  41. package/lib/Good/index.mjs +30 -95
  42. package/lib/HeatMapChart/index.js +35 -81
  43. package/lib/HeatMapChart/index.mjs +27 -80
  44. package/lib/HorizontalBarChart/index.js +33 -67
  45. package/lib/HorizontalBarChart/index.mjs +25 -66
  46. package/lib/KagiChart/index.js +30 -48
  47. package/lib/KagiChart/index.mjs +22 -47
  48. package/lib/LineChart/index.js +31 -51
  49. package/lib/LineChart/index.mjs +23 -50
  50. package/lib/LollipopChart/index.js +33 -68
  51. package/lib/LollipopChart/index.mjs +25 -67
  52. package/lib/MailSent/index.js +35 -108
  53. package/lib/MailSent/index.mjs +27 -107
  54. package/lib/Maintenance/index.js +27 -328
  55. package/lib/Maintenance/index.mjs +19 -327
  56. package/lib/Nexttime/index.js +35 -75
  57. package/lib/Nexttime/index.mjs +27 -74
  58. package/lib/NoPayment/index.js +23 -269
  59. package/lib/NoPayment/index.mjs +15 -268
  60. package/lib/NothingFound/index.js +37 -99
  61. package/lib/NothingFound/index.mjs +29 -98
  62. package/lib/OtherData/index.js +35 -82
  63. package/lib/OtherData/index.mjs +27 -81
  64. package/lib/PageError/index.js +60 -189
  65. package/lib/PageError/index.mjs +52 -188
  66. package/lib/PageNotFound/index.js +78 -249
  67. package/lib/PageNotFound/index.mjs +70 -248
  68. package/lib/PieChart/index.js +35 -81
  69. package/lib/PieChart/index.mjs +27 -80
  70. package/lib/Processing/index.js +32 -61
  71. package/lib/Processing/index.mjs +24 -60
  72. package/lib/ProjectNotFound/index.js +60 -212
  73. package/lib/ProjectNotFound/index.mjs +52 -211
  74. package/lib/RadarChart/index.js +32 -60
  75. package/lib/RadarChart/index.mjs +24 -59
  76. package/lib/RadialTreeChart/index.js +38 -102
  77. package/lib/RadialTreeChart/index.mjs +30 -101
  78. package/lib/SankeyChart/index.js +36 -88
  79. package/lib/SankeyChart/index.mjs +28 -87
  80. package/lib/ScatterPlotChart/index.js +34 -73
  81. package/lib/ScatterPlotChart/index.mjs +26 -72
  82. package/lib/StackedAreaChart/index.js +36 -75
  83. package/lib/StackedAreaChart/index.mjs +28 -74
  84. package/lib/Suggestion/index.js +32 -59
  85. package/lib/Suggestion/index.mjs +24 -58
  86. package/lib/Suggestions/index.js +32 -62
  87. package/lib/Suggestions/index.mjs +24 -61
  88. package/lib/Table/index.js +29 -46
  89. package/lib/Table/index.mjs +21 -45
  90. package/lib/TagCloud/index.js +34 -73
  91. package/lib/TagCloud/index.mjs +26 -72
  92. package/lib/TextLinksEtc/index.js +30 -49
  93. package/lib/TextLinksEtc/index.mjs +22 -48
  94. package/lib/Timeout/index.js +26 -346
  95. package/lib/Timeout/index.mjs +18 -345
  96. package/lib/UnderConstruction/index.js +40 -108
  97. package/lib/UnderConstruction/index.mjs +32 -107
  98. package/lib/VennChart/index.js +34 -74
  99. package/lib/VennChart/index.mjs +26 -73
  100. package/lib/VerticalBarChart/index.js +33 -68
  101. package/lib/VerticalBarChart/index.mjs +25 -67
  102. package/lib/Waiting/index.js +33 -61
  103. package/lib/Waiting/index.mjs +25 -60
  104. package/lib/Warning/index.js +31 -56
  105. package/lib/Warning/index.mjs +23 -55
  106. package/lib/cjs/index.js +1 -1
  107. package/lib/es6/index.js +1 -1
  108. package/lib/esm/index.mjs +1 -1
  109. package/package.json +3 -6
  110. package/svg/MailSent.svg +1 -27
@@ -6,314 +6,24 @@ const AccessLogIn = ({ fill = "none", width = "260", height = "260", viewBox = "
6
6
  const colorResolver = useColorResolver();
7
7
  const resolvedPrimaryColor = colorResolver(primaryColor);
8
8
  const resolvedSecondaryColor = colorResolver(secondaryColor);
9
- return /* @__PURE__ */ React.createElement(Box, {
10
- ref,
11
- width,
12
- height,
13
- viewBox,
14
- fill,
15
- tag: "svg",
16
- "aria-hidden": true,
17
- ...props
18
- }, /* @__PURE__ */ React.createElement("path", {
19
- d: "M92.627 19.365a5.12 5.12 0 0 0-3.602 1.494l-41.64 41.65c-43.61 43.578-43.61 114.226-.014 157.805 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8c0-.38-.075-.757-.22-1.108a2.9 2.9 0 0 0-2.677-1.785H92.627Z",
20
- fill: resolvedPrimaryColor
21
- }), /* @__PURE__ */ React.createElement("path", {
22
- d: "M247.38 162.275v12.783a4.12 4.12 0 0 1-1.219 2.947l-41.635 41.649a109.945 109.945 0 0 1-36.603 24.292 110.285 110.285 0 0 1-41.636 8.104 110.67 110.67 0 0 1-27.211-3.378v.957a111.895 111.895 0 0 0 27.211 3.36 111.215 111.215 0 0 0 78.899-32.689l41.649-41.644a5.1 5.1 0 0 0 1.499-3.612v-12.471l-.954-.298ZM148.169 95.766a1.338 1.338 0 1 0 0-2.677 1.338 1.338 0 0 0 0 2.677ZM93.43 92.131a1.55 1.55 0 1 0 0-3.098 1.55 1.55 0 0 0 0 3.098ZM113.693 189.821a2.146 2.146 0 1 0-.002-4.292 2.146 2.146 0 0 0 .002 4.292Z",
23
- fill: resolvedPrimaryColor
24
- }), /* @__PURE__ */ React.createElement("path", {
25
- d: "M161.08 108.31c7.393-1.916 24.429-2.69 28.596 3.529",
26
- stroke: resolvedPrimaryColor,
27
- strokeLinecap: "round",
28
- strokeLinejoin: "round"
29
- }), /* @__PURE__ */ React.createElement("mask", {
30
- height: "246",
31
- id: "igc-accesslogin-el-0",
32
- style: { "maskType": "alpha" },
33
- width: "237",
34
- x: "12",
35
- y: "7",
36
- maskUnits: "userSpaceOnUse"
37
- }, /* @__PURE__ */ React.createElement("path", {
38
- d: "M132.185 8.81c-1.351.002-29.039-4.073-46.894 0C53.845 15.98 42.26 52.943 42.26 52.943c-43.611 43.58-38.486 123.791 5.111 167.37 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8a2.904 2.904 0 0 0-.848-2.047 2.907 2.907 0 0 0-2.048-.846L132.185 8.81Z",
39
- fill: "#45DEA6"
40
- })), /* @__PURE__ */ React.createElement("g", {
41
- mask: "url(#igc-accesslogin-el-0)"
42
- }, /* @__PURE__ */ React.createElement("path", {
43
- d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z",
44
- fill: resolvedPrimaryColor
45
- }), /* @__PURE__ */ React.createElement("path", {
46
- d: "M64.952 49.877a31.017 31.017 0 0 1-.036-28.206c-8.984 9.515-11.958 22.756-6.417 33.596 7.333 14.355 26.845 19.067 43.542 10.519.843-.431 1.655-.894 2.448-1.375a31.058 31.058 0 0 1-39.537-14.534Z",
47
- fill: "#fff"
48
- }), /* @__PURE__ */ React.createElement("path", {
49
- d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z",
50
- stroke: resolvedSecondaryColor,
51
- strokeLinecap: "round",
52
- strokeLinejoin: "round"
53
- }), /* @__PURE__ */ React.createElement("path", {
54
- d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446",
55
- fill: resolvedPrimaryColor
56
- }), /* @__PURE__ */ React.createElement("path", {
57
- d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446",
58
- stroke: resolvedSecondaryColor,
59
- strokeLinecap: "round",
60
- strokeLinejoin: "round"
61
- }), /* @__PURE__ */ React.createElement("path", {
62
- d: "M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.512 10.775 42.535 2.857 82.695-17.685Z",
63
- fill: resolvedSecondaryColor,
64
- stroke: resolvedSecondaryColor,
65
- strokeLinecap: "round",
66
- strokeLinejoin: "round"
67
- }), /* @__PURE__ */ React.createElement("path", {
68
- d: "M74.085 56.198c2.915-1.868 4.72-4.256 4.03-5.332-.69-1.076-3.613-.434-6.528 1.435-2.916 1.869-4.72 4.256-4.03 5.332.69 1.076 3.613.434 6.528-1.435ZM43.64 84.917c3.103-1.587 5.102-3.886 4.463-5.134-.639-1.249-3.672-.974-6.775.613-3.104 1.588-5.102 3.886-4.463 5.135.639 1.248 3.672.974 6.775-.614ZM110.657 37.521c3.221-1.27 5.452-3.264 4.983-4.453-.468-1.19-3.46-1.124-6.682.147-3.221 1.27-5.452 3.264-4.983 4.453.468 1.19 3.46 1.123 6.682-.147ZM151.751 29.619c3.103-1.587 5.101-3.886 4.462-5.135-.638-1.248-3.672-.974-6.775.614-3.103 1.587-5.101 3.886-4.462 5.134.638 1.249 3.672.974 6.775-.613Z",
69
- stroke: "#fff",
70
- strokeMiterlimit: "10"
71
- }), /* @__PURE__ */ React.createElement("path", {
72
- d: "M72.675 53.837c-2.195 1.375-3.79 3.08-4.18 4.313 1.233.17 3.355-.51 5.5-1.866s3.79-3.08 4.18-4.313c-1.233-.183-3.36.49-5.5 1.866ZM109.823 34.82c-2.497 1.004-4.358 2.43-4.817 3.566 1.265.316 3.461 0 5.752-.917 2.494-1.003 4.359-2.429 4.818-3.566-1.265-.316-3.461-.004-5.753.917ZM150.441 26.666c-2.452 1.256-4.207 2.952-4.524 4.226 1.275.358 3.543-.096 5.853-1.274 2.453-1.256 4.203-2.952 4.524-4.226-1.269-.357-3.561.092-5.853 1.274ZM42.306 81.97c-2.453 1.25-4.208 2.947-4.524 4.22 1.274.363 3.543-.091 5.853-1.273 2.452-1.252 4.207-2.948 4.523-4.222-1.274-.362-3.542.092-5.852 1.274ZM101.755 65.203c18.536-9.482 31.619-20.968 29.221-25.655-2.397-4.688-19.367-.802-37.903 8.68-18.537 9.48-31.62 20.967-29.222 25.655 2.398 4.687 19.368.801 37.904-8.68Z",
73
- fill: resolvedPrimaryColor
74
- }), /* @__PURE__ */ React.createElement("path", {
75
- d: "M128.982 42.837c-1.893-3.695-17.147.33-34.078 8.988-16.93 8.658-29.118 18.672-27.225 22.367C81.555 133.8 95.431 193.404 109.31 253.007c3.043 1.559 47.277 23.261 90.971-2.09 40.631-23.572 46.058-67.673 46.539-72.243L128.982 42.837Z",
76
- fill: "#fff"
77
- }), /* @__PURE__ */ React.createElement("path", {
78
- d: "M151.739 200.395c-27.276 4.583-49.602 3.098-55.39-3.048-2.608-2.773-.16-7.884 4.34-11M221.356 156.427c6.196 1.283 10.083 3.533 10.835 6.728 2.049 8.708-19.997 21.565-51.068 30.544M131.503 237.057c-15.313-.202-26.583-3.034-27.926-8.681-1.224-5.211 6.417-11.894 18.132-18.375M255.176 192.869c2.567 10.913-29.054 27.679-70.62 37.446-15.891 3.731-30.938 5.903-43.602 6.55M190.944 131.177c10.51.536 20.598 2.429 21.574 6.586M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.511 10.775 42.535 2.857 82.695-17.685Z",
79
- stroke: resolvedPrimaryColor,
80
- strokeLinecap: "round",
81
- strokeLinejoin: "round"
82
- }), /* @__PURE__ */ React.createElement("path", {
83
- d: "M101.756 65.208c16.929-8.66 29.121-18.675 27.23-22.371-1.89-3.696-17.147.328-34.076 8.987-16.93 8.66-29.12 18.675-27.23 22.371 1.89 3.696 17.147-.327 34.076-8.987Z",
84
- stroke: resolvedPrimaryColor,
85
- strokeLinecap: "round",
86
- strokeLinejoin: "round"
87
- }), /* @__PURE__ */ React.createElement("path", {
88
- d: "M100.554 62.858c14.878-7.61 25.676-16.25 24.118-19.296-1.559-3.047-14.884.652-29.762 8.263-14.878 7.61-25.676 16.25-24.118 19.296 1.559 3.047 14.883-.652 29.762-8.263Z",
89
- stroke: resolvedPrimaryColor,
90
- strokeLinecap: "round",
91
- strokeLinejoin: "round"
92
- }), /* @__PURE__ */ React.createElement("path", {
93
- d: "M146.348 125.429c5.619 1.063 9.754 5.271 13.613 9.08 13.64 14.25 18.911 20.423 39.417 22.523 5.541.742 11.738 1.375 16.427 4.963a15.658 15.658 0 0 1 2.621 2.576 13.47 13.47 0 0 1 2.508 5.716c.577 2.585.265 4.867 2.222 6.393l.674.495.335.253a29.925 29.925 0 0 0 2.663 1.535c7.333 3.451 15.762 4.785 23.833 5.042a3.75 3.75 0 0 1 2.646 1.152 3.773 3.773 0 0 1 1.049 2.689 3.757 3.757 0 0 1-3.841 3.666 77.212 77.212 0 0 1-16.707-2.924c-4.776-1.439-9.707-3.373-13.704-6.504a10.563 10.563 0 0 1-4.253-6.705c-.505-2.704-.243-4.758-1.417-6.907-1.76-2.938-4.707-4.3-8.14-5.303-2.392-.674-4.977-1.123-7.604-1.582-21.01-3.08-27.202-10.046-40.475-25.419a55.042 55.042 0 0 0-5.565-5.532c-1.98-1.641-4.184-3.021-6.618-3.557a.832.832 0 0 1-.633-1.008.837.837 0 0 1 .954-.642h-.005Z",
94
- fill: resolvedPrimaryColor
95
- }), /* @__PURE__ */ React.createElement("path", {
96
- d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z",
97
- fill: "#fff"
98
- }), /* @__PURE__ */ React.createElement("path", {
99
- d: "M166.259 156.431c.765.687 2.328 6.375-.527 6.806",
100
- stroke: resolvedPrimaryColor,
101
- strokeLinecap: "round",
102
- strokeLinejoin: "round"
103
- }), /* @__PURE__ */ React.createElement("path", {
104
- d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z",
105
- stroke: resolvedPrimaryColor,
106
- strokeLinecap: "round",
107
- strokeLinejoin: "round"
108
- }), /* @__PURE__ */ React.createElement("path", {
109
- d: "M113.866 88.294c-1.93-2.823-7.278-13.965-8.172-17.829a13.815 13.815 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.037 1.037 0 0 0-.186-.82 1.05 1.05 0 0 0-.73-.418.889.889 0 0 0-.197 0c-1.201.179-2.081 2.599-2.233 6.096l-5.041 2.897c1.485 9.735 13.892 31.877 15.382 39.38a69.352 69.352 0 0 0 1.113 7.21c.619 2.979 1.701 10.014 7.256 18.659.504.788.11 4.125.385 5.018 4.271 14.136 11.458 25.232 23.416 20.905.495-9.808.992-19.617 1.49-29.425l-10.927-31.653-21.418-14.855Z",
110
- fill: "#fff"
111
- }), /* @__PURE__ */ React.createElement("path", {
112
- d: "m98.892 74.577-.522 3.267c-2.59-7.379-3.997-12.86-3.387-13.291.916-.66 2.168 1.191 3.91 4.606",
113
- fill: "#fff"
114
- }), /* @__PURE__ */ React.createElement("path", {
115
- d: "M100.024 67.587c-1.013-2.264-2.635-5.807-3.763-5.29-.848.386.335 4.437 1.206 6.912",
116
- fill: "#fff"
117
- }), /* @__PURE__ */ React.createElement("path", {
118
- d: "M101.331 66.753c-1.009-2.264-2.631-5.803-3.763-5.285-.844.385.339 4.432 1.21 6.912",
119
- fill: "#fff"
120
- }), /* @__PURE__ */ React.createElement("path", {
121
- d: "M100.537 69.214c-.866-2.475-2.048-6.527-1.205-6.912 1.128-.518 2.75 3.025 3.763 5.29l.701 1.833-1.375 4.065-3.126 1.284-1.297-1.426-1.031-5.642 3.41-1.75",
122
- fill: "#fff"
123
- }), /* @__PURE__ */ React.createElement("path", {
124
- d: "M100.753 84.215c-.715-2.713 5.866-7.439 8.172-5.45",
125
- stroke: resolvedPrimaryColor,
126
- strokeLinecap: "round",
127
- strokeLinejoin: "round"
128
- }), /* @__PURE__ */ React.createElement("path", {
129
- d: "M97.829 76.084c3.515 10.895 13.42 29.884 14.703 36.36.229 2.292.889 4.639 1.114 7.21.733 8.479 7.256 18.659 7.256 18.659 1.109 11.816 10.372 31.336 23.801 25.923.495-9.808.992-19.616 1.49-29.425l-10.927-31.653-21.4-14.864c-1.93-2.823-7.278-13.965-8.172-17.829a13.855 13.855 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.046 1.046 0 0 0-.916-1.237.889.889 0 0 0-.197 0c-1.201.178-2.081 2.598-2.232 6.095",
130
- stroke: resolvedPrimaryColor,
131
- strokeLinecap: "round",
132
- strokeLinejoin: "round"
133
- }), /* @__PURE__ */ React.createElement("path", {
134
- d: "M97.829 76.085c-2.585-7.38-3.456-11.101-2.846-11.546.916-.66 1.512 1.013 3.254 4.427",
135
- stroke: resolvedPrimaryColor,
136
- strokeLinecap: "round",
137
- strokeLinejoin: "round"
138
- }), /* @__PURE__ */ React.createElement("path", {
139
- d: "M99.644 67.587c-1.013-2.264-2.242-5.807-3.369-5.29-.417.189-.344 1.261-.06 2.595",
140
- stroke: resolvedPrimaryColor,
141
- strokeLinecap: "round",
142
- strokeLinejoin: "round"
143
- }), /* @__PURE__ */ React.createElement("path", {
144
- d: "M101.55 67.252c-1.013-2.264-2.85-6.302-3.983-5.784-.256.115-.325.573-.27 1.22M102.678 66.67c-1.004-2.181-2.361-4.817-3.346-4.363M98.714 70.612a11.405 11.405 0 0 1 3.634-2.232",
145
- stroke: resolvedPrimaryColor,
146
- strokeLinecap: "round",
147
- strokeLinejoin: "round"
148
- }), /* @__PURE__ */ React.createElement("path", {
149
- d: "M124.357 108.865c7.728 0 13.993-6.265 13.993-13.993 0-7.728-6.265-13.993-13.993-13.993-7.728 0-13.993 6.265-13.993 13.993 0 7.728 6.265 13.993 13.993 13.993Z",
150
- fill: resolvedPrimaryColor,
151
- stroke: resolvedPrimaryColor,
152
- strokeLinecap: "round",
153
- strokeLinejoin: "round"
154
- }), /* @__PURE__ */ React.createElement("path", {
155
- d: "M133.272 84.087a13.956 13.956 0 0 1 2.402 7.842 13.992 13.992 0 0 1-13.993 13.993 13.933 13.933 0 0 1-8.915-3.208 13.987 13.987 0 0 0 11.591 6.151 13.994 13.994 0 0 0 8.915-24.778Z",
156
- fill: "#fff",
157
- stroke: resolvedPrimaryColor,
158
- strokeLinecap: "round",
159
- strokeLinejoin: "round"
160
- }), /* @__PURE__ */ React.createElement("path", {
161
- d: "M124.357 80.879a13.873 13.873 0 0 0-3.456.43 13.99 13.99 0 0 1 12.893 13.948 13.942 13.942 0 0 1-1.416 6.146c-1.787 3.667 2.012 4.437 4.359 0a13.908 13.908 0 0 0 1.613-6.531 13.997 13.997 0 0 0-8.638-12.928 13.993 13.993 0 0 0-5.355-1.065Z",
162
- fill: "#fff",
163
- stroke: resolvedPrimaryColor,
164
- strokeLinecap: "round",
165
- strokeLinejoin: "round"
166
- }), /* @__PURE__ */ React.createElement("path", {
167
- d: "M137.464 103.529c2.123-3.013 2.293-6.548.379-7.897-1.914-1.349-5.187 0-7.31 3.013-2.123 3.013-2.292 6.549-.378 7.897 1.914 1.349 5.187 0 7.309-3.013Z",
168
- fill: "#fff",
169
- stroke: resolvedPrimaryColor,
170
- strokeLinecap: "round",
171
- strokeLinejoin: "round"
172
- }), /* @__PURE__ */ React.createElement("path", {
173
- d: "M137.462 103.533c1.618-2.297 1.817-4.944.443-5.912-1.374-.968-3.8.11-5.419 2.406-1.618 2.297-1.816 4.944-.442 5.912s3.799-.109 5.418-2.406Z",
174
- fill: "#fff",
175
- stroke: resolvedPrimaryColor,
176
- strokeLinecap: "round",
177
- strokeLinejoin: "round"
178
- }), /* @__PURE__ */ React.createElement("path", {
179
- d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z",
180
- fill: resolvedPrimaryColor,
181
- stroke: resolvedPrimaryColor,
182
- strokeLinecap: "round",
183
- strokeLinejoin: "round"
184
- }), /* @__PURE__ */ React.createElement("path", {
185
- d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407l6.659-9.167c-14.414-12.994-25.153-35.59-27.958-42.69-.385-.293-4.386-3.268-8.401-1.861-4.222 1.467-6.999 7.256-5.024 13.311Z",
186
- fill: "#fff"
187
- }), /* @__PURE__ */ React.createElement("path", {
188
- d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z",
189
- fill: "#fff"
190
- }), /* @__PURE__ */ React.createElement("path", {
191
- d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407M174.152 177.501c-14.415-12.994-25.154-35.59-27.959-42.69",
192
- stroke: resolvedPrimaryColor,
193
- strokeLinecap: "round",
194
- strokeLinejoin: "round"
195
- }), /* @__PURE__ */ React.createElement("path", {
196
- d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z",
197
- fill: "#fff"
198
- }), /* @__PURE__ */ React.createElement("path", {
199
- d: "M174.151 181.956c0 1.306-4.024 7.608-6.847 5.289",
200
- stroke: resolvedPrimaryColor,
201
- strokeLinecap: "round",
202
- strokeLinejoin: "round"
203
- }), /* @__PURE__ */ React.createElement("path", {
204
- d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z",
205
- stroke: resolvedPrimaryColor,
206
- strokeLinecap: "round",
207
- strokeLinejoin: "round"
208
- }), /* @__PURE__ */ React.createElement("path", {
209
- d: "M134.4 115.753c-2.897-2.135-2.696-6.416-.404-8.369 2.292-1.952 5.871-1.696 9.199.853 2.69 2.264 7.269 6.416 8.415 13.461.917 5.541-3.071 10.876-8.131 15.982a5.282 5.282 0 0 1-5.61-.366 5.31 5.31 0 0 1-1.893-5.789c2.448-2.351 5.926-5.858 5.381-8.214-.481-2.071-3.68-5.023-6.957-7.558Z",
210
- fill: "#fff"
211
- }), /* @__PURE__ */ React.createElement("path", {
212
- d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583",
213
- fill: "#fff"
214
- }), /* @__PURE__ */ React.createElement("path", {
215
- d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583",
216
- stroke: resolvedPrimaryColor,
217
- strokeLinecap: "round",
218
- strokeLinejoin: "round"
219
- }), /* @__PURE__ */ React.createElement("path", {
220
- d: "m137.901 130.837-1.925.674c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.692 5.894-1.544 6.316-2.048-4.052 6.095-6.472 8.786-5.413 9.666.916.765 2.686-1.05 5.477-4.767l5.22 2.191 3.965-6.123c.862-2.59 0-5.225-1.833-6.38a4.91 4.91 0 0 0-3.745-.45Z",
221
- fill: "#fff"
222
- }), /* @__PURE__ */ React.createElement("path", {
223
- d: "M136.843 142.108c-3.589 5.179-5.262 6.618-6.128 6.087-.729-.459-.074-2.035 3.346-7.256",
224
- fill: "#fff"
225
- }), /* @__PURE__ */ React.createElement("path", {
226
- d: "M139.052 142.424c-3.584 5.184-5.257 6.619-6.124 6.087-.728-.458-.073-2.031 3.346-7.256",
227
- fill: "#fff"
228
- }), /* @__PURE__ */ React.createElement("path", {
229
- d: "M139.514 143.804c-2.915 4.189-3.887 4.863-4.734 4.4-.761-.413-.065-1.833 2.997-6.495",
230
- fill: "#fff"
231
- }), /* @__PURE__ */ React.createElement("path", {
232
- d: "M135.976 131.525c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.691 5.894-1.545 6.316-2.049-4.052 6.096-6.472 8.787-5.413 9.667.916.765 2.686-1.05 5.477-4.767M139.515 143.799l3.964-6.119",
233
- stroke: resolvedPrimaryColor,
234
- strokeLinecap: "round",
235
- strokeLinejoin: "round"
236
- }), /* @__PURE__ */ React.createElement("path", {
237
- d: "M136.348 142.814c-3.25 4.606-4.808 5.885-5.633 5.381-.459-.289-.362-1.055.696-2.975",
238
- stroke: resolvedPrimaryColor,
239
- strokeLinecap: "round",
240
- strokeLinejoin: "round"
241
- }), /* @__PURE__ */ React.createElement("path", {
242
- d: "M138.419 143.332c-3.154 4.441-4.675 5.678-5.5 5.179-.275-.165-.353-.491-.165-1.114M139.515 143.804c-2.915 4.189-3.887 4.863-4.735 4.4",
243
- stroke: resolvedPrimaryColor,
244
- strokeLinecap: "round",
245
- strokeLinejoin: "round"
246
- }), /* @__PURE__ */ React.createElement("path", {
247
- d: "m138.369 129.105-2.393 2.42c2.122-1.063 8.195 3.937 7.503 6.156l2.246-2.375c1.393-1.631-3.992-7.677-7.356-6.201Z",
248
- fill: "#fff",
249
- stroke: resolvedPrimaryColor,
250
- strokeLinecap: "round",
251
- strokeLinejoin: "round"
252
- }), /* @__PURE__ */ React.createElement("path", {
253
- d: "M143.479 137.681c5.042-5.106 9.034-10.441 8.131-15.983-1.146-7.044-5.724-11.197-8.415-13.461a8.7 8.7 0 0 0-4.125-1.833",
254
- stroke: resolvedPrimaryColor,
255
- strokeLinecap: "round",
256
- strokeLinejoin: "round"
257
- }), /* @__PURE__ */ React.createElement("path", {
258
- d: "M132.364 110.033c-.861 2.315 1.206 4.918 1.637 5.391 2.841 2.323 6.357 4.693 7.333 7.887.72 2.292-2.933 5.863-5.381 8.214",
259
- stroke: resolvedPrimaryColor,
260
- strokeLinecap: "round",
261
- strokeLinejoin: "round"
262
- }), /* @__PURE__ */ React.createElement("path", {
263
- d: "M153.151 124.767c.391-2.342-.241-4.399-1.412-4.594-1.171-.196-2.438 1.544-2.829 3.886s.241 4.399 1.412 4.595c1.171.195 2.438-1.545 2.829-3.887Z",
264
- fill: "#fff",
265
- stroke: resolvedPrimaryColor,
266
- strokeLinecap: "round",
267
- strokeLinejoin: "round"
268
- }), /* @__PURE__ */ React.createElement("path", {
269
- d: "M144.992 122.207a8.595 8.595 0 0 0-1.806.101 8.408 8.408 0 0 0-1.985.568M143.525 124.031h-2.118M117.721 107.196c-1.513 5.62 3.565 22.537 6.636 27.615M127.075 113.599l1.44 7.403",
270
- stroke: resolvedPrimaryColor,
271
- strokeLinecap: "round",
272
- strokeLinejoin: "round"
273
- }), /* @__PURE__ */ React.createElement("path", {
274
- d: "M125.558 141.256a14.178 14.178 0 0 1-3.011-1.605 13.453 13.453 0 0 1-1.646-1.338 1.83 1.83 0 0 0-.43 1.228 1.877 1.877 0 0 0 .788 1.398c.484.213.992.367 1.512.459a6.508 6.508 0 0 0 2.787-.142ZM151.47 171.102c1.231-1.06.464-3.971-1.714-6.501-2.178-2.531-4.942-3.723-6.174-2.663-1.232 1.06-.464 3.971 1.714 6.502 2.178 2.53 4.942 3.722 6.174 2.662Z",
275
- fill: "#fff",
276
- stroke: resolvedPrimaryColor,
277
- strokeLinecap: "round",
278
- strokeLinejoin: "round"
279
- }), /* @__PURE__ */ React.createElement("path", {
280
- d: "M152.632 162.747a15.044 15.044 0 0 0 5.967-4.267M156.184 163.769a8.932 8.932 0 0 0 2.576-1.953c.41-.45.772-.942 1.082-1.466",
281
- stroke: resolvedPrimaryColor,
282
- strokeLinecap: "round",
283
- strokeLinejoin: "round"
284
- }), /* @__PURE__ */ React.createElement("path", {
285
- d: "M61.913 155.276a2.997 2.997 0 1 0 0-5.995 2.997 2.997 0 0 0 0 5.995Z",
286
- stroke: "#fff",
287
- strokeLinecap: "round",
288
- strokeLinejoin: "round"
289
- }), /* @__PURE__ */ React.createElement("path", {
290
- d: "M86.714 108.865a2.214 2.214 0 1 0 0-4.427 2.214 2.214 0 0 0 0 4.427Z",
291
- fill: resolvedPrimaryColor,
292
- stroke: resolvedPrimaryColor,
293
- strokeLinecap: "round",
294
- strokeLinejoin: "round"
295
- }), /* @__PURE__ */ React.createElement("path", {
296
- d: "M176.608 118.705a1.718 1.718 0 1 0 .002-3.436 1.718 1.718 0 0 0-.002 3.436Z",
297
- fill: resolvedPrimaryColor
298
- }), /* @__PURE__ */ React.createElement("path", {
299
- d: "m87.347 89.679 10.468 32.368M82.95 76.085l2.128 6.568",
300
- stroke: resolvedPrimaryColor,
301
- strokeLinecap: "round",
302
- strokeLinejoin: "round"
303
- }), /* @__PURE__ */ React.createElement("path", {
304
- d: "M232.058 180.498a6.93 6.93 0 0 0-2.214 2.75 6.878 6.878 0 0 0-.5 3.818M234.459 181.502a6.882 6.882 0 0 0-2.213 2.75 6.878 6.878 0 0 0-.5 3.818",
305
- stroke: "#fff",
306
- strokeLinecap: "round",
307
- strokeLinejoin: "round"
308
- }), /* @__PURE__ */ React.createElement("path", {
309
- d: "M196.505 152.801c-11.143 5.715-30.925 12.962-42.452 15.647-33.678 7.847-62.64 7.132-64.726-1.728-.509-2.181.65-4.642 3.208-7.237M107.257 148.483c-13.2.39-22.688-1.783-23.737-6.251-.853-3.635 4.194-8.113 12.375-12.669M176.154 131.942a151.505 151.505 0 0 1-20.671 7.915M135.064 65.918l10.519 12.371M124.045 52.966l6.403 7.53",
310
- stroke: resolvedPrimaryColor,
311
- strokeLinecap: "round",
312
- strokeLinejoin: "round"
313
- }), /* @__PURE__ */ React.createElement("path", {
314
- d: "M124.046 86.544c.046.247-2.374 0-4.002.614-2.805 1.059-3.905 3.382-4.5 3.07-.596-.31-.152-3.01 1.375-4.583 2.236-2.305 6.673-1.558 7.127.899Z",
315
- fill: "#fff"
316
- })));
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: "M92.627 19.365a5.12 5.12 0 0 0-3.602 1.494l-41.64 41.65c-43.61 43.578-43.61 114.226-.014 157.805 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8c0-.38-.075-.757-.22-1.108a2.9 2.9 0 0 0-2.677-1.785H92.627Z", fill: resolvedPrimaryColor }),
22
+ /* @__PURE__ */ React.createElement("path", { d: "M247.38 162.275v12.783a4.12 4.12 0 0 1-1.219 2.947l-41.635 41.649a109.945 109.945 0 0 1-36.603 24.292 110.285 110.285 0 0 1-41.636 8.104 110.67 110.67 0 0 1-27.211-3.378v.957a111.895 111.895 0 0 0 27.211 3.36 111.215 111.215 0 0 0 78.899-32.689l41.649-41.644a5.1 5.1 0 0 0 1.499-3.612v-12.471l-.954-.298ZM148.169 95.766a1.338 1.338 0 1 0 0-2.677 1.338 1.338 0 0 0 0 2.677ZM93.43 92.131a1.55 1.55 0 1 0 0-3.098 1.55 1.55 0 0 0 0 3.098ZM113.693 189.821a2.146 2.146 0 1 0-.002-4.292 2.146 2.146 0 0 0 .002 4.292Z", fill: resolvedPrimaryColor }),
23
+ /* @__PURE__ */ React.createElement("path", { d: "M161.08 108.31c7.393-1.916 24.429-2.69 28.596 3.529", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }),
24
+ /* @__PURE__ */ React.createElement("mask", { height: "246", id: "igc-accesslogin-el-0", style: { "maskType": "alpha" }, width: "237", x: "12", y: "7", maskUnits: "userSpaceOnUse" }, /* @__PURE__ */ React.createElement("path", { d: "M132.185 8.81c-1.351.002-29.039-4.073-46.894 0C53.845 15.98 42.26 52.943 42.26 52.943c-43.611 43.58-38.486 123.791 5.111 167.37 43.597 43.579 114.227 43.584 157.801 0l41.649-41.644a5.087 5.087 0 0 0 1.499-3.612v-152.8a2.904 2.904 0 0 0-.848-2.047 2.907 2.907 0 0 0-2.048-.846L132.185 8.81Z", fill: "#45DEA6" })),
25
+ /* @__PURE__ */ React.createElement("g", { mask: "url(#igc-accesslogin-el-0)" }, /* @__PURE__ */ React.createElement("path", { d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M64.952 49.877a31.017 31.017 0 0 1-.036-28.206c-8.984 9.515-11.958 22.756-6.417 33.596 7.333 14.355 26.845 19.067 43.542 10.519.843-.431 1.655-.894 2.448-1.375a31.058 31.058 0 0 1-39.537-14.534Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M102.051 65.788c16.708-8.547 24.3-27.112 16.957-41.468-7.343-14.356-26.84-19.065-43.548-10.518-16.709 8.546-24.3 27.112-16.958 41.467 7.343 14.356 26.84 19.065 43.549 10.519Z", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M24.83 94.17c-6.876-13.438 18.365-44.399 58.525-64.942 40.159-20.542 80.035-22.884 86.905-9.446", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.512 10.775 42.535 2.857 82.695-17.685Z", fill: resolvedSecondaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M74.085 56.198c2.915-1.868 4.72-4.256 4.03-5.332-.69-1.076-3.613-.434-6.528 1.435-2.916 1.869-4.72 4.256-4.03 5.332.69 1.076 3.613.434 6.528-1.435ZM43.64 84.917c3.103-1.587 5.102-3.886 4.463-5.134-.639-1.249-3.672-.974-6.775.613-3.104 1.588-5.102 3.886-4.463 5.135.639 1.248 3.672.974 6.775-.614ZM110.657 37.521c3.221-1.27 5.452-3.264 4.983-4.453-.468-1.19-3.46-1.124-6.682.147-3.221 1.27-5.452 3.264-4.983 4.453.468 1.19 3.46 1.123 6.682-.147ZM151.751 29.619c3.103-1.587 5.101-3.886 4.462-5.135-.638-1.248-3.672-.974-6.775.614-3.103 1.587-5.101 3.886-4.462 5.134.638 1.249 3.672.974 6.775-.613Z", stroke: "#fff", strokeMiterlimit: "10" }), /* @__PURE__ */ React.createElement("path", { d: "M72.675 53.837c-2.195 1.375-3.79 3.08-4.18 4.313 1.233.17 3.355-.51 5.5-1.866s3.79-3.08 4.18-4.313c-1.233-.183-3.36.49-5.5 1.866ZM109.823 34.82c-2.497 1.004-4.358 2.43-4.817 3.566 1.265.316 3.461 0 5.752-.917 2.494-1.003 4.359-2.429 4.818-3.566-1.265-.316-3.461-.004-5.753.917ZM150.441 26.666c-2.452 1.256-4.207 2.952-4.524 4.226 1.275.358 3.543-.096 5.853-1.274 2.453-1.256 4.203-2.952 4.524-4.226-1.269-.357-3.561.092-5.853 1.274ZM42.306 81.97c-2.453 1.25-4.208 2.947-4.524 4.22 1.274.363 3.543-.091 5.853-1.273 2.452-1.252 4.207-2.948 4.523-4.222-1.274-.362-3.542.092-5.852 1.274ZM101.755 65.203c18.536-9.482 31.619-20.968 29.221-25.655-2.397-4.688-19.367-.802-37.903 8.68-18.537 9.48-31.62 20.967-29.222 25.655 2.398 4.687 19.368.801 37.904-8.68Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M128.982 42.837c-1.893-3.695-17.147.33-34.078 8.988-16.93 8.658-29.118 18.672-27.225 22.367C81.555 133.8 95.431 193.404 109.31 253.007c3.043 1.559 47.277 23.261 90.971-2.09 40.631-23.572 46.058-67.673 46.539-72.243L128.982 42.837Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M151.739 200.395c-27.276 4.583-49.602 3.098-55.39-3.048-2.608-2.773-.16-7.884 4.34-11M221.356 156.427c6.196 1.283 10.083 3.533 10.835 6.728 2.049 8.708-19.997 21.565-51.068 30.544M131.503 237.057c-15.313-.202-26.583-3.034-27.926-8.681-1.224-5.211 6.417-11.894 18.132-18.375M255.176 192.869c2.567 10.913-29.054 27.679-70.62 37.446-15.891 3.731-30.938 5.903-43.602 6.55M190.944 131.177c10.51.536 20.598 2.429 21.574 6.586M107.527 76.492c40.159-20.542 68.247-45.929 62.736-56.703-5.511-10.775-42.535-2.857-82.694 17.685-40.16 20.542-68.248 45.929-62.737 56.703 5.511 10.775 42.535 2.857 82.695-17.685Z", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M101.756 65.208c16.929-8.66 29.121-18.675 27.23-22.371-1.89-3.696-17.147.328-34.076 8.987-16.93 8.66-29.12 18.675-27.23 22.371 1.89 3.696 17.147-.327 34.076-8.987Z", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M100.554 62.858c14.878-7.61 25.676-16.25 24.118-19.296-1.559-3.047-14.884.652-29.762 8.263-14.878 7.61-25.676 16.25-24.118 19.296 1.559 3.047 14.883-.652 29.762-8.263Z", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M146.348 125.429c5.619 1.063 9.754 5.271 13.613 9.08 13.64 14.25 18.911 20.423 39.417 22.523 5.541.742 11.738 1.375 16.427 4.963a15.658 15.658 0 0 1 2.621 2.576 13.47 13.47 0 0 1 2.508 5.716c.577 2.585.265 4.867 2.222 6.393l.674.495.335.253a29.925 29.925 0 0 0 2.663 1.535c7.333 3.451 15.762 4.785 23.833 5.042a3.75 3.75 0 0 1 2.646 1.152 3.773 3.773 0 0 1 1.049 2.689 3.757 3.757 0 0 1-3.841 3.666 77.212 77.212 0 0 1-16.707-2.924c-4.776-1.439-9.707-3.373-13.704-6.504a10.563 10.563 0 0 1-4.253-6.705c-.505-2.704-.243-4.758-1.417-6.907-1.76-2.938-4.707-4.3-8.14-5.303-2.392-.674-4.977-1.123-7.604-1.582-21.01-3.08-27.202-10.046-40.475-25.419a55.042 55.042 0 0 0-5.565-5.532c-1.98-1.641-4.184-3.021-6.618-3.557a.832.832 0 0 1-.633-1.008.837.837 0 0 1 .954-.642h-.005Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M166.259 156.431c.765.687 2.328 6.375-.527 6.806", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M166.941 153.058c-1.599.22-3.281.403-5.041.54-3.117.243-6.046.303-8.75.243 1.095-.11 2.237 2.223 2.539 5.207.303 2.984-.344 5.5-1.444 5.61 3.351-.082 10.932-1.178 11.5-1.421 3.043 3.364 6.449 5.404 8.25 3.91 2.438-2.026-4.565-14.053-7.054-14.089Z", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M113.866 88.294c-1.93-2.823-7.278-13.965-8.172-17.829a13.815 13.815 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.037 1.037 0 0 0-.186-.82 1.05 1.05 0 0 0-.73-.418.889.889 0 0 0-.197 0c-1.201.179-2.081 2.599-2.233 6.096l-5.041 2.897c1.485 9.735 13.892 31.877 15.382 39.38a69.352 69.352 0 0 0 1.113 7.21c.619 2.979 1.701 10.014 7.256 18.659.504.788.11 4.125.385 5.018 4.271 14.136 11.458 25.232 23.416 20.905.495-9.808.992-19.617 1.49-29.425l-10.927-31.653-21.418-14.855Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "m98.892 74.577-.522 3.267c-2.59-7.379-3.997-12.86-3.387-13.291.916-.66 2.168 1.191 3.91 4.606", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M100.024 67.587c-1.013-2.264-2.635-5.807-3.763-5.29-.848.386.335 4.437 1.206 6.912", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M101.331 66.753c-1.009-2.264-2.631-5.803-3.763-5.285-.844.385.339 4.432 1.21 6.912", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M100.537 69.214c-.866-2.475-2.048-6.527-1.205-6.912 1.128-.518 2.75 3.025 3.763 5.29l.701 1.833-1.375 4.065-3.126 1.284-1.297-1.426-1.031-5.642 3.41-1.75", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M100.753 84.215c-.715-2.713 5.866-7.439 8.172-5.45", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M97.829 76.084c3.515 10.895 13.42 29.884 14.703 36.36.229 2.292.889 4.639 1.114 7.21.733 8.479 7.256 18.659 7.256 18.659 1.109 11.816 10.372 31.336 23.801 25.923.495-9.808.992-19.616 1.49-29.425l-10.927-31.653-21.4-14.864c-1.93-2.823-7.278-13.965-8.172-17.829a13.855 13.855 0 0 1-.298-3.717c.029-.485.083-.969.16-1.448a1.046 1.046 0 0 0-.916-1.237.889.889 0 0 0-.197 0c-1.201.178-2.081 2.598-2.232 6.095", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M97.829 76.085c-2.585-7.38-3.456-11.101-2.846-11.546.916-.66 1.512 1.013 3.254 4.427", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M99.644 67.587c-1.013-2.264-2.242-5.807-3.369-5.29-.417.189-.344 1.261-.06 2.595", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M101.55 67.252c-1.013-2.264-2.85-6.302-3.983-5.784-.256.115-.325.573-.27 1.22M102.678 66.67c-1.004-2.181-2.361-4.817-3.346-4.363M98.714 70.612a11.405 11.405 0 0 1 3.634-2.232", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M124.357 108.865c7.728 0 13.993-6.265 13.993-13.993 0-7.728-6.265-13.993-13.993-13.993-7.728 0-13.993 6.265-13.993 13.993 0 7.728 6.265 13.993 13.993 13.993Z", fill: resolvedPrimaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M133.272 84.087a13.956 13.956 0 0 1 2.402 7.842 13.992 13.992 0 0 1-13.993 13.993 13.933 13.933 0 0 1-8.915-3.208 13.987 13.987 0 0 0 11.591 6.151 13.994 13.994 0 0 0 8.915-24.778Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M124.357 80.879a13.873 13.873 0 0 0-3.456.43 13.99 13.99 0 0 1 12.893 13.948 13.942 13.942 0 0 1-1.416 6.146c-1.787 3.667 2.012 4.437 4.359 0a13.908 13.908 0 0 0 1.613-6.531 13.997 13.997 0 0 0-8.638-12.928 13.993 13.993 0 0 0-5.355-1.065Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M137.464 103.529c2.123-3.013 2.293-6.548.379-7.897-1.914-1.349-5.187 0-7.31 3.013-2.123 3.013-2.292 6.549-.378 7.897 1.914 1.349 5.187 0 7.309-3.013Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M137.462 103.533c1.618-2.297 1.817-4.944.443-5.912-1.374-.968-3.8.11-5.419 2.406-1.618 2.297-1.816 4.944-.442 5.912s3.799-.109 5.418-2.406Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z", fill: resolvedPrimaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407l6.659-9.167c-14.414-12.994-25.153-35.59-27.958-42.69-.385-.293-4.386-3.268-8.401-1.861-4.222 1.467-6.999 7.256-5.024 13.311Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M162.7 174.222c2.553-2.825 3.78-5.876 2.741-6.814-1.038-.939-3.949.59-6.502 3.415-2.552 2.825-3.779 5.876-2.741 6.814 1.039.938 3.95-.591 6.502-3.415Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M132.768 146.27c8.296 17.801 28.972 36.002 34.724 40.407M174.152 177.501c-14.415-12.994-25.154-35.59-27.959-42.69", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M174.151 181.956c0 1.306-4.024 7.608-6.847 5.289", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M177.882 179.71a117.303 117.303 0 0 1-4.781-4.276 111.196 111.196 0 0 1-7.672-8.026c1.04.917-.188 3.992-2.75 6.816-2.562 2.823-5.464 4.354-6.504 3.414 2.929 3.08 10.399 9.277 11.119 9.625-.582 5.73.394 10.661 3.332 11.092 3.997.559 9.359-16.252 7.256-18.645Z", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M134.4 115.753c-2.897-2.135-2.696-6.416-.404-8.369 2.292-1.952 5.871-1.696 9.199.853 2.69 2.264 7.269 6.416 8.415 13.461.917 5.541-3.071 10.876-8.131 15.982a5.282 5.282 0 0 1-5.61-.366 5.31 5.31 0 0 1-1.893-5.789c2.448-2.351 5.926-5.858 5.381-8.214-.481-2.071-3.68-5.023-6.957-7.558Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M134.001 115.424c-.161-.097-3.493-2.15-3.429-5.501.064-3.506 3.804-6.37 7.334-5.985 2.456.265 4.583 2.062 5.6 4.583", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m137.901 130.837-1.925.674c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.692 5.894-1.544 6.316-2.048-4.052 6.095-6.472 8.786-5.413 9.666.916.765 2.686-1.05 5.477-4.767l5.22 2.191 3.965-6.123c.862-2.59 0-5.225-1.833-6.38a4.91 4.91 0 0 0-3.745-.45Z", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M136.843 142.108c-3.589 5.179-5.262 6.618-6.128 6.087-.729-.459-.074-2.035 3.346-7.256", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M139.052 142.424c-3.584 5.184-5.257 6.619-6.124 6.087-.728-.458-.073-2.031 3.346-7.256", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M139.514 143.804c-2.915 4.189-3.887 4.863-4.734 4.4-.761-.413-.065-1.833 2.997-6.495", fill: "#fff" }), /* @__PURE__ */ React.createElement("path", { d: "M135.976 131.525c-1.788 1.375-8.489 6.55-8.062 7.237.944 1.691 5.894-1.545 6.316-2.049-4.052 6.096-6.472 8.787-5.413 9.667.916.765 2.686-1.05 5.477-4.767M139.515 143.799l3.964-6.119", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M136.348 142.814c-3.25 4.606-4.808 5.885-5.633 5.381-.459-.289-.362-1.055.696-2.975", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M138.419 143.332c-3.154 4.441-4.675 5.678-5.5 5.179-.275-.165-.353-.491-.165-1.114M139.515 143.804c-2.915 4.189-3.887 4.863-4.735 4.4", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "m138.369 129.105-2.393 2.42c2.122-1.063 8.195 3.937 7.503 6.156l2.246-2.375c1.393-1.631-3.992-7.677-7.356-6.201Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M143.479 137.681c5.042-5.106 9.034-10.441 8.131-15.983-1.146-7.044-5.724-11.197-8.415-13.461a8.7 8.7 0 0 0-4.125-1.833", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M132.364 110.033c-.861 2.315 1.206 4.918 1.637 5.391 2.841 2.323 6.357 4.693 7.333 7.887.72 2.292-2.933 5.863-5.381 8.214", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M153.151 124.767c.391-2.342-.241-4.399-1.412-4.594-1.171-.196-2.438 1.544-2.829 3.886s.241 4.399 1.412 4.595c1.171.195 2.438-1.545 2.829-3.887Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M144.992 122.207a8.595 8.595 0 0 0-1.806.101 8.408 8.408 0 0 0-1.985.568M143.525 124.031h-2.118M117.721 107.196c-1.513 5.62 3.565 22.537 6.636 27.615M127.075 113.599l1.44 7.403", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M125.558 141.256a14.178 14.178 0 0 1-3.011-1.605 13.453 13.453 0 0 1-1.646-1.338 1.83 1.83 0 0 0-.43 1.228 1.877 1.877 0 0 0 .788 1.398c.484.213.992.367 1.512.459a6.508 6.508 0 0 0 2.787-.142ZM151.47 171.102c1.231-1.06.464-3.971-1.714-6.501-2.178-2.531-4.942-3.723-6.174-2.663-1.232 1.06-.464 3.971 1.714 6.502 2.178 2.53 4.942 3.722 6.174 2.662Z", fill: "#fff", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M152.632 162.747a15.044 15.044 0 0 0 5.967-4.267M156.184 163.769a8.932 8.932 0 0 0 2.576-1.953c.41-.45.772-.942 1.082-1.466", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M61.913 155.276a2.997 2.997 0 1 0 0-5.995 2.997 2.997 0 0 0 0 5.995Z", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M86.714 108.865a2.214 2.214 0 1 0 0-4.427 2.214 2.214 0 0 0 0 4.427Z", fill: resolvedPrimaryColor, stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M176.608 118.705a1.718 1.718 0 1 0 .002-3.436 1.718 1.718 0 0 0-.002 3.436Z", fill: resolvedPrimaryColor }), /* @__PURE__ */ React.createElement("path", { d: "m87.347 89.679 10.468 32.368M82.95 76.085l2.128 6.568", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M232.058 180.498a6.93 6.93 0 0 0-2.214 2.75 6.878 6.878 0 0 0-.5 3.818M234.459 181.502a6.882 6.882 0 0 0-2.213 2.75 6.878 6.878 0 0 0-.5 3.818", stroke: "#fff", strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M196.505 152.801c-11.143 5.715-30.925 12.962-42.452 15.647-33.678 7.847-62.64 7.132-64.726-1.728-.509-2.181.65-4.642 3.208-7.237M107.257 148.483c-13.2.39-22.688-1.783-23.737-6.251-.853-3.635 4.194-8.113 12.375-12.669M176.154 131.942a151.505 151.505 0 0 1-20.671 7.915M135.064 65.918l10.519 12.371M124.045 52.966l6.403 7.53", stroke: resolvedPrimaryColor, strokeLinecap: "round", strokeLinejoin: "round" }), /* @__PURE__ */ React.createElement("path", { d: "M124.046 86.544c.046.247-2.374 0-4.002.614-2.805 1.059-3.905 3.382-4.5 3.07-.596-.31-.152-3.01 1.375-4.583 2.236-2.305 6.673-1.558 7.127.899Z", fill: "#fff" }))
26
+ );
317
27
  };
318
28
  AccessLogIn.displayName = "AccessLogIn";
319
29
  var stdin_default = createBaseComponent(AccessLogIn);
@@ -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(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target, mod));
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,59 +38,30 @@ const AreaChart = ({ fill = "none", width = "80", height = "80", viewBox = "0 0
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(import_base_components.Box, {
35
- ref,
36
- width,
37
- height,
38
- viewBox,
39
- fill,
40
- tag: "svg",
41
- "aria-hidden": true,
42
- ...props
43
- }, /* @__PURE__ */ import_react.default.createElement("path", {
44
- d: "M40.041 4.302V1.908c0-.495-.495-.908-.99-.908C19.489 3.229 4.3 19.82 4.3 39.959H1.909c-.495 0-.908.495-.908.99C3.229 60.511 19.819 75.7 39.959 75.7v2.393c0 .495.495.908.99.908C60.511 76.771 75.7 60.181 75.7 40.041h2.393c.495 0 .908-.412.908-.99C76.771 19.489 60.181 4.3 40.041 4.3Z",
45
- fill: resolvedPrimaryColor
46
- }), /* @__PURE__ */ import_react.default.createElement("path", {
47
- d: "M63.914 57.68s.087-.055.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L9.704 24.565 8.31 21.442 4.894 27.32a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.033Z",
48
- fill: resolvedPrimaryColor,
49
- stroke: resolvedSecondaryColor,
50
- strokeLinecap: "round",
51
- strokeLinejoin: "round",
52
- strokeWidth: ".7"
53
- }), /* @__PURE__ */ import_react.default.createElement("path", {
54
- d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
55
- fill: "#fff"
56
- }), /* @__PURE__ */ import_react.default.createElement("path", {
57
- d: "M63.438 18.88 9.054 30.822l-1.34-4.69c-.962-3.372 1.156-6.853 4.593-7.555l42.874-8.732c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.668.01-.01Z",
58
- fill: resolvedSecondaryColor
59
- }), /* @__PURE__ */ import_react.default.createElement("path", {
60
- d: "M16.384 23.49a1.873 1.873 0 0 1-1.416 2.367c-1.091.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
61
- fill: "#fff"
62
- }), /* @__PURE__ */ import_react.default.createElement("path", {
63
- d: "M23.365 22.01c.292 1.06-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.011Z",
64
- fill: resolvedPrimaryColor
65
- }), /* @__PURE__ */ import_react.default.createElement("path", {
66
- d: "M9.077 30.914s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z",
67
- fill: resolvedSecondaryColor
68
- }), /* @__PURE__ */ import_react.default.createElement("path", {
69
- d: "m71.686 50.286-6.474-24.728c-3.75.584-6.7 1.524-8.516 2.875-8.462 6.28-7.22 18.265-11.65 21.042-5.285 3.307-11.705-6.311-18.914-4.301-4.896 1.362-6.7 8.343-8.203 16.72l.81 2.83a2.743 2.743 0 0 0 3.351 1.892l47.672-13.002a2.73 2.73 0 0 0 1.924-3.328Z",
70
- fill: resolvedPrimaryColor
71
- }), /* @__PURE__ */ import_react.default.createElement("path", {
72
- d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
73
- stroke: resolvedSecondaryColor,
74
- strokeLinecap: "round",
75
- strokeLinejoin: "round",
76
- strokeWidth: ".7"
77
- }), /* @__PURE__ */ import_react.default.createElement("path", {
78
- d: "M17.93 61.9c1.501-8.375 3.306-15.357 8.202-16.718 7.209-2.01 13.628 7.608 18.913 4.3 4.442-2.777 3.2-14.762 11.65-21.041 3.416-2.53 10.808-3.664 20.146-3.556",
79
- stroke: resolvedSecondaryColor,
80
- strokeLinecap: "round",
81
- strokeLinejoin: "round",
82
- strokeWidth: ".7"
83
- }), /* @__PURE__ */ import_react.default.createElement("path", {
84
- d: "M59.331 27.92c.443 1.674-.367 3.296-1.816 3.641-1.448.346-3.004-.745-3.458-2.42-.454-1.675.367-3.33 1.837-3.653 1.46-.325 2.994.767 3.448 2.442l-.011-.01ZM28.759 44.57c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.459-.324 2.994.768 3.448 2.443l-.011-.011ZM47.672 48.877c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.005-.745-3.459-2.42-.453-1.675.368-3.33 1.838-3.653 1.47-.325 2.993.767 3.447 2.442l-.01-.01Z",
85
- fill: resolvedSecondaryColor
86
- }));
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.041 4.302V1.908c0-.495-.495-.908-.99-.908C19.489 3.229 4.3 19.82 4.3 39.959H1.909c-.495 0-.908.495-.908.99C3.229 60.511 19.819 75.7 39.959 75.7v2.393c0 .495.495.908.99.908C60.511 76.771 75.7 60.181 75.7 40.041h2.393c.495 0 .908-.412.908-.99C76.771 19.489 60.181 4.3 40.041 4.3Z", fill: resolvedPrimaryColor }),
54
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M63.914 57.68s.087-.055.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L9.704 24.565 8.31 21.442 4.894 27.32a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.033Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
55
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.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: "M63.438 18.88 9.054 30.822l-1.34-4.69c-.962-3.372 1.156-6.853 4.593-7.555l42.874-8.732c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.668.01-.01Z", fill: resolvedSecondaryColor }),
57
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M16.384 23.49a1.873 1.873 0 0 1-1.416 2.367c-1.091.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z", fill: "#fff" }),
58
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M23.365 22.01c.292 1.06-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.011Z", fill: resolvedPrimaryColor }),
59
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M9.077 30.914s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z", fill: resolvedSecondaryColor }),
60
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "m71.686 50.286-6.474-24.728c-3.75.584-6.7 1.524-8.516 2.875-8.462 6.28-7.22 18.265-11.65 21.042-5.285 3.307-11.705-6.311-18.914-4.301-4.896 1.362-6.7 8.343-8.203 16.72l.81 2.83a2.743 2.743 0 0 0 3.351 1.892l47.672-13.002a2.73 2.73 0 0 0 1.924-3.328Z", fill: resolvedPrimaryColor }),
61
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.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" }),
62
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M17.93 61.9c1.501-8.375 3.306-15.357 8.202-16.718 7.209-2.01 13.628 7.608 18.913 4.3 4.442-2.777 3.2-14.762 11.65-21.041 3.416-2.53 10.808-3.664 20.146-3.556", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
63
+ /* @__PURE__ */ import_react.default.createElement("path", { d: "M59.331 27.92c.443 1.674-.367 3.296-1.816 3.641-1.448.346-3.004-.745-3.458-2.42-.454-1.675.367-3.33 1.837-3.653 1.46-.325 2.994.767 3.448 2.442l-.011-.01ZM28.759 44.57c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.459-.324 2.994.768 3.448 2.443l-.011-.011ZM47.672 48.877c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.005-.745-3.459-2.42-.453-1.675.368-3.33 1.838-3.653 1.47-.325 2.993.767 3.447 2.442l-.01-.01Z", fill: resolvedSecondaryColor })
64
+ );
87
65
  };
88
66
  AreaChart.displayName = "AreaChart";
89
67
  var stdin_default = (0, import_core.createBaseComponent)(AreaChart);
@@ -6,59 +6,30 @@ const AreaChart = ({ 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(Box, {
10
- ref,
11
- width,
12
- height,
13
- viewBox,
14
- fill,
15
- tag: "svg",
16
- "aria-hidden": true,
17
- ...props
18
- }, /* @__PURE__ */ React.createElement("path", {
19
- d: "M40.041 4.302V1.908c0-.495-.495-.908-.99-.908C19.489 3.229 4.3 19.82 4.3 39.959H1.909c-.495 0-.908.495-.908.99C3.229 60.511 19.819 75.7 39.959 75.7v2.393c0 .495.495.908.99.908C60.511 76.771 75.7 60.181 75.7 40.041h2.393c.495 0 .908-.412.908-.99C76.771 19.489 60.181 4.3 40.041 4.3Z",
20
- fill: resolvedPrimaryColor
21
- }), /* @__PURE__ */ React.createElement("path", {
22
- d: "M63.914 57.68s.087-.055.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L9.704 24.565 8.31 21.442 4.894 27.32a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.033Z",
23
- fill: resolvedPrimaryColor,
24
- stroke: resolvedSecondaryColor,
25
- strokeLinecap: "round",
26
- strokeLinejoin: "round",
27
- strokeWidth: ".7"
28
- }), /* @__PURE__ */ React.createElement("path", {
29
- d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
30
- fill: "#fff"
31
- }), /* @__PURE__ */ React.createElement("path", {
32
- d: "M63.438 18.88 9.054 30.822l-1.34-4.69c-.962-3.372 1.156-6.853 4.593-7.555l42.874-8.732c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.668.01-.01Z",
33
- fill: resolvedSecondaryColor
34
- }), /* @__PURE__ */ React.createElement("path", {
35
- d: "M16.384 23.49a1.873 1.873 0 0 1-1.416 2.367c-1.091.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z",
36
- fill: "#fff"
37
- }), /* @__PURE__ */ React.createElement("path", {
38
- d: "M23.365 22.01c.292 1.06-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.011Z",
39
- fill: resolvedPrimaryColor
40
- }), /* @__PURE__ */ React.createElement("path", {
41
- d: "M9.077 30.914s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z",
42
- fill: resolvedSecondaryColor
43
- }), /* @__PURE__ */ React.createElement("path", {
44
- d: "m71.686 50.286-6.474-24.728c-3.75.584-6.7 1.524-8.516 2.875-8.462 6.28-7.22 18.265-11.65 21.042-5.285 3.307-11.705-6.311-18.914-4.301-4.896 1.362-6.7 8.343-8.203 16.72l.81 2.83a2.743 2.743 0 0 0 3.351 1.892l47.672-13.002a2.73 2.73 0 0 0 1.924-3.328Z",
45
- fill: resolvedPrimaryColor
46
- }), /* @__PURE__ */ React.createElement("path", {
47
- d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.637 6.225 1.286 7.025 4.377l9.446 36.076a2.73 2.73 0 0 1-1.924 3.329Z",
48
- stroke: resolvedSecondaryColor,
49
- strokeLinecap: "round",
50
- strokeLinejoin: "round",
51
- strokeWidth: ".7"
52
- }), /* @__PURE__ */ React.createElement("path", {
53
- d: "M17.93 61.9c1.501-8.375 3.306-15.357 8.202-16.718 7.209-2.01 13.628 7.608 18.913 4.3 4.442-2.777 3.2-14.762 11.65-21.041 3.416-2.53 10.808-3.664 20.146-3.556",
54
- stroke: resolvedSecondaryColor,
55
- strokeLinecap: "round",
56
- strokeLinejoin: "round",
57
- strokeWidth: ".7"
58
- }), /* @__PURE__ */ React.createElement("path", {
59
- d: "M59.331 27.92c.443 1.674-.367 3.296-1.816 3.641-1.448.346-3.004-.745-3.458-2.42-.454-1.675.367-3.33 1.837-3.653 1.46-.325 2.994.767 3.448 2.442l-.011-.01ZM28.759 44.57c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.459-.324 2.994.768 3.448 2.443l-.011-.011ZM47.672 48.877c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.005-.745-3.459-2.42-.453-1.675.368-3.33 1.838-3.653 1.47-.325 2.993.767 3.447 2.442l-.01-.01Z",
60
- fill: resolvedSecondaryColor
61
- }));
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.041 4.302V1.908c0-.495-.495-.908-.99-.908C19.489 3.229 4.3 19.82 4.3 39.959H1.909c-.495 0-.908.495-.908.99C3.229 60.511 19.819 75.7 39.959 75.7v2.393c0 .495.495.908.99.908C60.511 76.771 75.7 60.181 75.7 40.041h2.393c.495 0 .908-.412.908-.99C76.771 19.489 60.181 4.3 40.041 4.3Z", fill: resolvedPrimaryColor }),
22
+ /* @__PURE__ */ React.createElement("path", { d: "M63.914 57.68s.087-.055.119-.087l6.495-4.323-3.134-1.697-3.134.757-8.3-31.677a5.705 5.705 0 0 0-6.68-4.15L9.704 24.565 8.31 21.442 4.894 27.32a6.504 6.504 0 0 0-.216.367v.022a5.637 5.637 0 0 0-.454 4.247l10.44 36.649a2.587 2.587 0 0 0 3.178 1.794l45.272-12.342a2.94 2.94 0 0 0 .746-.346l.054-.033Z", fill: resolvedPrimaryColor, stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
23
+ /* @__PURE__ */ React.createElement("path", { d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.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: "M63.438 18.88 9.054 30.822l-1.34-4.69c-.962-3.372 1.156-6.853 4.593-7.555l42.874-8.732c3.134-.638 6.225 1.286 7.025 4.377l1.221 4.668.01-.01Z", fill: resolvedSecondaryColor }),
25
+ /* @__PURE__ */ React.createElement("path", { d: "M16.384 23.49a1.873 1.873 0 0 1-1.416 2.367c-1.091.238-2.226-.454-2.529-1.524a1.868 1.868 0 0 1 1.427-2.366c1.091-.227 2.215.464 2.518 1.534v-.01Z", fill: "#fff" }),
26
+ /* @__PURE__ */ React.createElement("path", { d: "M23.365 22.01c.292 1.06-.324 2.107-1.394 2.334-1.07.227-2.183-.454-2.475-1.524-.292-1.07.324-2.118 1.405-2.345 1.08-.227 2.172.465 2.464 1.524v.011Z", fill: resolvedPrimaryColor }),
27
+ /* @__PURE__ */ React.createElement("path", { d: "M9.077 30.914s.324-3.155.605-6.387l-1.373-3.08-3.415 5.88a6.504 6.504 0 0 0-.216.367v.021a5.638 5.638 0 0 0-.454 4.248l1.394 4.906 3.459-5.965v.01Z", fill: resolvedSecondaryColor }),
28
+ /* @__PURE__ */ React.createElement("path", { d: "m71.686 50.286-6.474-24.728c-3.75.584-6.7 1.524-8.516 2.875-8.462 6.28-7.22 18.265-11.65 21.042-5.285 3.307-11.705-6.311-18.914-4.301-4.896 1.362-6.7 8.343-8.203 16.72l.81 2.83a2.743 2.743 0 0 0 3.351 1.892l47.672-13.002a2.73 2.73 0 0 0 1.924-3.328Z", fill: resolvedPrimaryColor }),
29
+ /* @__PURE__ */ React.createElement("path", { d: "M69.753 53.616 22.081 66.617a2.734 2.734 0 0 1-3.35-1.891L7.74 26.132c-.962-3.372 1.156-6.852 4.593-7.554l42.873-8.744c3.135-.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" }),
30
+ /* @__PURE__ */ React.createElement("path", { d: "M17.93 61.9c1.501-8.375 3.306-15.357 8.202-16.718 7.209-2.01 13.628 7.608 18.913 4.3 4.442-2.777 3.2-14.762 11.65-21.041 3.416-2.53 10.808-3.664 20.146-3.556", stroke: resolvedSecondaryColor, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: ".7" }),
31
+ /* @__PURE__ */ React.createElement("path", { d: "M59.331 27.92c.443 1.674-.367 3.296-1.816 3.641-1.448.346-3.004-.745-3.458-2.42-.454-1.675.367-3.33 1.837-3.653 1.46-.325 2.994.767 3.448 2.442l-.011-.01ZM28.759 44.57c.443 1.675-.368 3.296-1.816 3.642-1.448.346-3.005-.746-3.458-2.42-.454-1.676.367-3.33 1.837-3.654 1.459-.324 2.994.768 3.448 2.443l-.011-.011ZM47.672 48.877c.443 1.675-.368 3.297-1.816 3.642-1.448.346-3.005-.745-3.459-2.42-.453-1.675.368-3.33 1.838-3.653 1.47-.325 2.993.767 3.447 2.442l-.01-.01Z", fill: resolvedSecondaryColor })
32
+ );
62
33
  };
63
34
  AreaChart.displayName = "AreaChart";
64
35
  var stdin_default = createBaseComponent(AreaChart);