@carbon/ibm-products 2.25.0 → 2.27.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (162) hide show
  1. package/css/index-full-carbon.css +556 -63
  2. package/css/index-full-carbon.css.map +1 -1
  3. package/css/index-full-carbon.min.css +1 -1
  4. package/css/index-full-carbon.min.css.map +1 -1
  5. package/css/index-without-carbon-released-only.css +50 -16
  6. package/css/index-without-carbon-released-only.css.map +1 -1
  7. package/css/index-without-carbon-released-only.min.css +1 -1
  8. package/css/index-without-carbon-released-only.min.css.map +1 -1
  9. package/css/index-without-carbon.css +556 -63
  10. package/css/index-without-carbon.css.map +1 -1
  11. package/css/index-without-carbon.min.css +1 -1
  12. package/css/index-without-carbon.min.css.map +1 -1
  13. package/css/index.css +527 -55
  14. package/css/index.css.map +1 -1
  15. package/css/index.min.css +1 -1
  16. package/css/index.min.css.map +1 -1
  17. package/es/components/BigNumbers/BigNumbers.d.ts +11 -0
  18. package/es/components/BigNumbers/BigNumbers.js +238 -0
  19. package/es/components/BigNumbers/constants.d.ts +13 -0
  20. package/es/components/BigNumbers/constants.js +67 -0
  21. package/es/components/BigNumbers/index.d.ts +1 -0
  22. package/es/components/Cascade/Cascade.d.ts +19 -2
  23. package/es/components/Cascade/Cascade.js +12 -9
  24. package/es/components/Coachmark/CoachmarkTagline.js +1 -2
  25. package/es/components/CoachmarkStack/CoachmarkStackHome.js +1 -1
  26. package/es/components/DataSpreadsheet/DataSpreadsheetBody.js +4 -3
  27. package/es/components/DataSpreadsheet/DataSpreadsheetHeader.js +3 -2
  28. package/es/components/DataSpreadsheet/utils/checkForHoldingKey.d.ts +1 -0
  29. package/es/components/DataSpreadsheet/utils/checkForHoldingKey.js +17 -0
  30. package/es/components/Datagrid/Datagrid/Datagrid.js +9 -2
  31. package/es/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -1
  32. package/es/components/Datagrid/Datagrid/DatagridContent.js +6 -2
  33. package/es/components/Datagrid/Datagrid/DatagridHeaderRow.js +21 -8
  34. package/es/components/Datagrid/Datagrid/DatagridRow.js +15 -2
  35. package/es/components/Datagrid/Datagrid/DatagridToolbar.d.ts +10 -1
  36. package/es/components/Datagrid/Datagrid/DatagridToolbar.js +21 -4
  37. package/es/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +32 -9
  38. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +3 -1
  39. package/es/components/Datagrid/Datagrid/addons/Filtering/constants.js +4 -1
  40. package/es/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +35 -3
  41. package/es/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts +2 -0
  42. package/es/components/Datagrid/Datagrid/addons/Slug/{ColumnHeaderSlug.js → DatagridSlug.js} +4 -4
  43. package/es/components/Datagrid/Datagrid/addons/stateReducer.js +3 -3
  44. package/es/components/Datagrid/useSelectAllToggle.js +5 -3
  45. package/es/components/Datagrid/useSortableColumns.js +2 -2
  46. package/es/components/EmptyStates/EmptyStateContent.d.ts +1 -1
  47. package/es/components/FullPageError/FullPageError.js +41 -15
  48. package/es/components/FullPageError/assets/Error403SVG.d.ts +9 -0
  49. package/es/components/FullPageError/assets/Error403SVG.js +714 -0
  50. package/es/components/FullPageError/assets/Error404SVG.d.ts +9 -0
  51. package/es/components/FullPageError/assets/Error404SVG.js +623 -0
  52. package/es/components/HTTPErrors/HTTPErrorContent.d.ts +1 -1
  53. package/es/components/InterstitialScreen/InterstitialScreen.js +1 -1
  54. package/es/components/SidePanel/SidePanel.js +13 -6
  55. package/es/components/SidePanel/motion/variants.d.ts +39 -12
  56. package/es/components/SidePanel/motion/variants.js +42 -11
  57. package/es/components/StringFormatter/StringFormatter.d.ts +6 -0
  58. package/es/components/StringFormatter/StringFormatter.js +79 -0
  59. package/es/components/StringFormatter/index.d.ts +1 -0
  60. package/es/components/StringFormatter/utils/enums.d.ts +14 -0
  61. package/es/components/StringFormatter/utils/enums.js +23 -0
  62. package/es/components/Tearsheet/TearsheetShell.js +26 -8
  63. package/es/components/UserAvatar/UserAvatar.js +59 -44
  64. package/es/components/index.d.ts +2 -0
  65. package/es/global/js/hooks/index.d.ts +2 -0
  66. package/es/global/js/hooks/useFocus.d.ts +11 -0
  67. package/es/global/js/hooks/useFocus.js +76 -0
  68. package/es/global/js/hooks/useIsomorphicEffect.d.ts +2 -0
  69. package/es/global/js/hooks/useIsomorphicEffect.js +14 -0
  70. package/es/global/js/package-settings.d.ts +2 -0
  71. package/es/global/js/package-settings.js +2 -0
  72. package/es/index.js +2 -0
  73. package/es/settings.d.ts +2 -0
  74. package/lib/components/BigNumbers/BigNumbers.d.ts +11 -0
  75. package/lib/components/BigNumbers/BigNumbers.js +244 -0
  76. package/lib/components/BigNumbers/constants.d.ts +13 -0
  77. package/lib/components/BigNumbers/constants.js +76 -0
  78. package/lib/components/BigNumbers/index.d.ts +1 -0
  79. package/lib/components/Cascade/Cascade.d.ts +19 -2
  80. package/lib/components/Cascade/Cascade.js +12 -9
  81. package/lib/components/Coachmark/CoachmarkTagline.js +3 -4
  82. package/lib/components/CoachmarkStack/CoachmarkStackHome.js +2 -2
  83. package/lib/components/DataSpreadsheet/DataSpreadsheetBody.js +4 -3
  84. package/lib/components/DataSpreadsheet/DataSpreadsheetHeader.js +3 -2
  85. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.d.ts +1 -0
  86. package/lib/components/DataSpreadsheet/utils/checkForHoldingKey.js +21 -0
  87. package/lib/components/Datagrid/Datagrid/Datagrid.js +9 -2
  88. package/lib/components/Datagrid/Datagrid/DatagridContent.d.ts +3 -1
  89. package/lib/components/Datagrid/Datagrid/DatagridContent.js +6 -2
  90. package/lib/components/Datagrid/Datagrid/DatagridHeaderRow.js +20 -7
  91. package/lib/components/Datagrid/Datagrid/DatagridRow.js +14 -1
  92. package/lib/components/Datagrid/Datagrid/DatagridToolbar.d.ts +10 -1
  93. package/lib/components/Datagrid/Datagrid/DatagridToolbar.js +20 -3
  94. package/lib/components/Datagrid/Datagrid/addons/Filtering/FilterProvider.js +30 -7
  95. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.d.ts +3 -1
  96. package/lib/components/Datagrid/Datagrid/addons/Filtering/constants.js +4 -0
  97. package/lib/components/Datagrid/Datagrid/addons/Filtering/hooks/useFilters.js +33 -1
  98. package/lib/components/Datagrid/Datagrid/addons/Slug/DatagridSlug.d.ts +2 -0
  99. package/lib/components/Datagrid/Datagrid/addons/Slug/{ColumnHeaderSlug.js → DatagridSlug.js} +4 -4
  100. package/lib/components/Datagrid/Datagrid/addons/stateReducer.js +3 -3
  101. package/lib/components/Datagrid/useSelectAllToggle.js +4 -2
  102. package/lib/components/Datagrid/useSortableColumns.js +2 -2
  103. package/lib/components/EmptyStates/EmptyStateContent.d.ts +1 -1
  104. package/lib/components/FullPageError/FullPageError.js +41 -15
  105. package/lib/components/FullPageError/assets/Error403SVG.d.ts +9 -0
  106. package/lib/components/FullPageError/assets/Error403SVG.js +722 -0
  107. package/lib/components/FullPageError/assets/Error404SVG.d.ts +9 -0
  108. package/lib/components/FullPageError/assets/Error404SVG.js +631 -0
  109. package/lib/components/HTTPErrors/HTTPErrorContent.d.ts +1 -1
  110. package/lib/components/InterstitialScreen/InterstitialScreen.js +3 -3
  111. package/lib/components/SidePanel/SidePanel.js +11 -4
  112. package/lib/components/SidePanel/motion/variants.d.ts +39 -12
  113. package/lib/components/SidePanel/motion/variants.js +42 -10
  114. package/lib/components/StringFormatter/StringFormatter.d.ts +6 -0
  115. package/lib/components/StringFormatter/StringFormatter.js +85 -0
  116. package/lib/components/StringFormatter/index.d.ts +1 -0
  117. package/lib/components/StringFormatter/utils/enums.d.ts +14 -0
  118. package/lib/components/StringFormatter/utils/enums.js +27 -0
  119. package/lib/components/Tearsheet/TearsheetShell.js +26 -8
  120. package/lib/components/UserAvatar/UserAvatar.js +59 -44
  121. package/lib/components/index.d.ts +2 -0
  122. package/lib/global/js/hooks/index.d.ts +2 -0
  123. package/lib/global/js/hooks/useFocus.d.ts +11 -0
  124. package/lib/global/js/hooks/useFocus.js +80 -0
  125. package/lib/global/js/hooks/useIsomorphicEffect.d.ts +2 -0
  126. package/lib/global/js/hooks/useIsomorphicEffect.js +18 -0
  127. package/lib/global/js/package-settings.d.ts +2 -0
  128. package/lib/global/js/package-settings.js +2 -0
  129. package/lib/index.js +10 -0
  130. package/lib/settings.d.ts +2 -0
  131. package/package.json +7 -7
  132. package/scss/components/BigNumbers/_big-numbers.scss +151 -0
  133. package/scss/components/BigNumbers/_carbon-imports.scss +11 -0
  134. package/scss/components/BigNumbers/_index-with-carbon.scss +9 -0
  135. package/scss/components/BigNumbers/_index.scss +8 -0
  136. package/scss/components/Datagrid/styles/_datagrid.scss +19 -0
  137. package/scss/components/FilterSummary/_filter-summary.scss +1 -1
  138. package/scss/components/FullPageError/_full-page-error.scss +20 -2
  139. package/scss/components/ProductiveCard/_productive-card.scss +1 -1
  140. package/scss/components/SidePanel/_side-panel.scss +1 -1
  141. package/scss/components/StringFormatter/_carbon-imports.scss +10 -0
  142. package/scss/components/StringFormatter/_index-with-carbon.scss +9 -0
  143. package/scss/components/StringFormatter/_index.scss +8 -0
  144. package/scss/components/StringFormatter/_string-formatter.scss +97 -0
  145. package/scss/components/Tearsheet/_tearsheet.scss +34 -2
  146. package/scss/components/UserAvatar/_user-avatar.scss +47 -4
  147. package/scss/components/_index-with-carbon.scss +2 -0
  148. package/scss/components/_index.scss +2 -0
  149. package/es/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +0 -2
  150. package/es/node_modules/@carbon/icon-helpers/es/index.js +0 -140
  151. package/es/node_modules/@carbon/icons-react/es/Icon.js +0 -73
  152. package/es/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -2985
  153. package/es/node_modules/@carbon/icons-react/es/generated/bucket-3.js +0 -2900
  154. package/es/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3004
  155. package/es/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +0 -14
  156. package/lib/components/Datagrid/Datagrid/addons/Slug/ColumnHeaderSlug.d.ts +0 -2
  157. package/lib/node_modules/@carbon/icon-helpers/es/index.js +0 -145
  158. package/lib/node_modules/@carbon/icons-react/es/Icon.js +0 -81
  159. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-0.js +0 -3117
  160. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-3.js +0 -3032
  161. package/lib/node_modules/@carbon/icons-react/es/generated/bucket-8.js +0 -3136
  162. package/lib/node_modules/@carbon/icons-react/es/iconPropTypes-4cbeb95d.js +0 -18
@@ -0,0 +1,9 @@
1
+ export function Error404SVG({ className }: {
2
+ className: any;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ export namespace Error404SVG {
5
+ namespace propTypes {
6
+ export { string as className };
7
+ }
8
+ }
9
+ import { string } from 'prop-types';
@@ -0,0 +1,631 @@
1
+ /**
2
+ * Copyright IBM Corp. 2020, 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ 'use strict';
9
+
10
+ Object.defineProperty(exports, '__esModule', { value: true });
11
+
12
+ var React = require('react');
13
+ var index = require('../../../node_modules/prop-types/index.js');
14
+
15
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
16
+
17
+ var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
18
+
19
+ var _g, _defs;
20
+ var Error404SVG = function Error404SVG(_ref) {
21
+ var className = _ref.className;
22
+ return /*#__PURE__*/React__default["default"].createElement("svg", {
23
+ viewBox: "0 0 751 549",
24
+ fill: "none",
25
+ className: className,
26
+ xmlns: "http://www.w3.org/2000/svg"
27
+ }, _g || (_g = /*#__PURE__*/React__default["default"].createElement("g", {
28
+ clipPath: "url(#clip0_0_2285)"
29
+ }, /*#__PURE__*/React__default["default"].createElement("path", {
30
+ d: "M103.296 290.22V153.267H612.488",
31
+ fill: "#F3F3F3"
32
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
33
+ d: "M103.296 290.22V153.267H612.488",
34
+ stroke: "black",
35
+ strokeWidth: "0.860121",
36
+ strokeMiterlimit: "10"
37
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
38
+ d: "M106.737 125.743H609.047C610.948 125.743 612.488 127.283 612.488 129.183V139.505H103.296V129.183C103.296 127.283 104.836 125.743 106.737 125.743Z",
39
+ fill: "#F3F3F3",
40
+ stroke: "black",
41
+ strokeWidth: "0.860121",
42
+ strokeMiterlimit: "10"
43
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
44
+ d: "M113.618 136.03C115.518 136.03 117.058 134.497 117.058 132.607C117.058 130.716 115.518 129.183 113.618 129.183C111.718 129.183 110.177 130.716 110.177 132.607C110.177 134.497 111.718 136.03 113.618 136.03Z",
45
+ fill: "#F3F3F3",
46
+ stroke: "black",
47
+ strokeWidth: "0.860121",
48
+ strokeMiterlimit: "10"
49
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
50
+ d: "M123.939 136.064C125.839 136.064 127.38 134.524 127.38 132.624C127.38 130.724 125.839 129.183 123.939 129.183C122.039 129.183 120.499 130.724 120.499 132.624C120.499 134.524 122.039 136.064 123.939 136.064Z",
51
+ fill: "#F3F3F3",
52
+ stroke: "black",
53
+ strokeWidth: "0.860121",
54
+ strokeMiterlimit: "10"
55
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
56
+ d: "M134.261 136.064C136.161 136.064 137.701 134.524 137.701 132.624C137.701 130.724 136.161 129.183 134.261 129.183C132.36 129.183 130.82 130.724 130.82 132.624C130.82 134.524 132.36 136.064 134.261 136.064Z",
57
+ fill: "#F3F3F3",
58
+ stroke: "black",
59
+ strokeWidth: "0.860121",
60
+ strokeMiterlimit: "10"
61
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
62
+ d: "M612.488 139.505H103.296V153.267H612.488V139.505Z",
63
+ fill: "#F3F3F3",
64
+ stroke: "black",
65
+ strokeWidth: "0.860121",
66
+ strokeMiterlimit: "10"
67
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
68
+ d: "M117.058 146.386H144.582",
69
+ stroke: "black",
70
+ strokeWidth: "0.860121",
71
+ strokeMiterlimit: "10"
72
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
73
+ d: "M158.344 146.386H185.868",
74
+ stroke: "black",
75
+ strokeWidth: "0.860121",
76
+ strokeMiterlimit: "10"
77
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
78
+ d: "M199.63 146.386H227.154",
79
+ stroke: "black",
80
+ strokeWidth: "0.860121",
81
+ strokeMiterlimit: "10"
82
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
83
+ d: "M240.916 146.386H268.439",
84
+ stroke: "black",
85
+ strokeWidth: "0.860121",
86
+ strokeMiterlimit: "10"
87
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
88
+ d: "M612.488 318.41H357.892V153.267H612.488",
89
+ stroke: "black",
90
+ strokeWidth: "0.860121",
91
+ strokeMiterlimit: "10"
92
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
93
+ d: "M165.225 431.946L206.511 421.625L240.916 438.827L295.963 414.744L357.892 438.827V483.553",
94
+ stroke: "black",
95
+ strokeWidth: "0.860121",
96
+ strokeMiterlimit: "10"
97
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
98
+ d: "M357.892 483.553V452.589L323.487 438.827L227.154 452.589L154.904 428.506L132.54 443.988L103.296 426.106L74.8521 449.149L36.9551 438.444L0.0817261 445.708",
99
+ stroke: "black",
100
+ strokeWidth: "0.860121",
101
+ strokeMiterlimit: "10"
102
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
103
+ d: "M295.963 414.064L323.487 438.148",
104
+ stroke: "black",
105
+ strokeWidth: "0.860121",
106
+ strokeMiterlimit: "10"
107
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
108
+ d: "M357.892 483.553V473.232L323.487 462.91L244.356 473.232L166.945 443.988L148.023 459.47L113.618 449.149L79.2128 473.232L41.3675 466.351H24.1651",
109
+ stroke: "black",
110
+ strokeWidth: "0.860121",
111
+ strokeMiterlimit: "10"
112
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
113
+ d: "M132.54 443.988L148.023 459.47",
114
+ stroke: "black",
115
+ strokeWidth: "0.860121",
116
+ strokeMiterlimit: "10"
117
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
118
+ d: "M240.916 438.827L227.154 452.589L244.356 473.232",
119
+ stroke: "black",
120
+ strokeWidth: "0.860121",
121
+ strokeMiterlimit: "10"
122
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
123
+ d: "M587.471 180.111H474.868C467.269 180.111 461.107 186.274 461.107 193.873C461.107 201.472 467.269 207.635 474.868 207.635H523.035C526.837 207.635 529.916 210.714 529.916 214.516C529.916 218.318 526.837 221.397 523.035 221.397H416.38C410.682 221.397 406.059 226.02 406.059 231.719C406.059 237.417 410.682 242.04 416.38 242.04H605.607",
124
+ stroke: "black",
125
+ strokeWidth: "0.860121",
126
+ strokeLinejoin: "round"
127
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
128
+ d: "M584.624 176.593L584.035 177.226L587.144 180.111L584.035 182.997L584.624 183.629L588.405 180.111L584.624 176.593Z",
129
+ fill: "black"
130
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
131
+ d: "M622.809 180.791C617.111 180.791 612.488 185.414 612.488 191.112C612.488 185.41 607.869 180.791 602.167 180.791C607.865 180.791 612.488 176.168 612.488 170.469C612.488 176.172 617.107 180.791 622.809 180.791Z",
132
+ fill: "#F3F3F3",
133
+ stroke: "black",
134
+ strokeWidth: "0.860121",
135
+ strokeMiterlimit: "10"
136
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
137
+ d: "M691.619 115.422C685.921 115.422 681.298 120.045 681.298 125.743C681.298 120.04 676.679 115.422 670.976 115.422C676.674 115.422 681.298 110.798 681.298 105.1C681.298 110.803 685.916 115.422 691.619 115.422Z",
138
+ fill: "#F3F3F3",
139
+ stroke: "black",
140
+ strokeWidth: "0.860121",
141
+ strokeMiterlimit: "10"
142
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
143
+ d: "M616.926 48.3321C611.228 48.3321 606.605 52.9553 606.605 58.6536C606.605 52.951 601.986 48.3321 596.283 48.3321C601.982 48.3321 606.605 43.709 606.605 38.0107C606.605 43.7133 611.224 48.3321 616.926 48.3321Z",
144
+ fill: "#F3F3F3",
145
+ stroke: "black",
146
+ strokeWidth: "0.860121",
147
+ strokeMiterlimit: "10"
148
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
149
+ d: "M722.583 10.4868C716.885 10.4868 712.262 15.1099 712.262 20.8082C712.262 15.1056 707.643 10.4868 701.94 10.4868C707.639 10.4868 712.262 5.86362 712.262 0.165314C712.262 5.86792 716.881 10.4868 722.583 10.4868Z",
150
+ fill: "#F3F3F3",
151
+ stroke: "black",
152
+ strokeWidth: "0.860121",
153
+ strokeMiterlimit: "10"
154
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
155
+ d: "M239.277 201.597C236.383 201.597 233.609 202.096 231.011 202.978C225.631 189.151 212.222 179.436 196.495 179.436C177.219 179.436 161.389 194.058 159.608 212.869C156.469 211.08 152.848 210.043 148.977 210.043C137.103 210.043 127.603 219.668 127.603 231.542C127.603 243.416 137.103 253.041 148.977 253.041H239.277C253.482 253.041 264.999 241.524 264.999 227.319C264.999 213.114 253.482 201.597 239.277 201.597Z",
156
+ stroke: "black",
157
+ strokeWidth: "0.860121",
158
+ strokeLinejoin: "round"
159
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
160
+ d: "M564.321 373.707C568.471 372.555 572.845 371.94 577.365 371.94C580.509 371.94 583.579 372.249 586.555 372.817C590.4 349.757 610.432 332.172 634.584 332.172C660.113 332.172 681.04 351.817 683.108 376.808C704.886 380.562 735.249 405.897 736.315 443.442",
161
+ fill: "#F3F3F3"
162
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
163
+ d: "M564.321 373.707C568.471 372.555 572.845 371.94 577.365 371.94C580.509 371.94 583.579 372.249 586.555 372.817C590.4 349.757 610.432 332.172 634.584 332.172C660.113 332.172 681.04 351.817 683.108 376.808C704.886 380.562 735.249 405.897 736.315 443.442",
164
+ stroke: "black",
165
+ strokeWidth: "0.860121",
166
+ strokeMiterlimit: "10"
167
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
168
+ d: "M612.488 325.291C616.288 325.291 619.369 322.21 619.369 318.41C619.369 314.61 616.288 311.529 612.488 311.529C608.688 311.529 605.607 314.61 605.607 318.41C605.607 322.21 608.688 325.291 612.488 325.291Z",
169
+ fill: "#F3F3F3",
170
+ stroke: "black",
171
+ strokeWidth: "0.860121",
172
+ strokeMiterlimit: "10"
173
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
174
+ d: "M591.639 388.794C572.368 374.817 548.663 366.577 523.04 366.577C458.436 366.577 406.063 418.95 406.063 483.553",
175
+ stroke: "black",
176
+ strokeWidth: "0.860121",
177
+ strokeMiterlimit: "10"
178
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
179
+ d: "M492.071 414.744C512.972 414.744 529.916 397.8 529.916 376.898C529.916 355.997 512.972 339.053 492.071 339.053C471.17 339.053 454.226 355.997 454.226 376.898C454.226 397.8 471.17 414.744 492.071 414.744Z",
180
+ fill: "#F3F3F3",
181
+ stroke: "black",
182
+ strokeWidth: "0.860121",
183
+ strokeMiterlimit: "10"
184
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
185
+ d: "M370.334 318.574L401.087 362.827L357.643 330.938L357.806 318.41L370.334 318.574Z",
186
+ fill: "#F3F3F3",
187
+ stroke: "black",
188
+ strokeWidth: "0.860121",
189
+ strokeMiterlimit: "10"
190
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
191
+ d: "M357.965 305.882L402.218 275.125L370.334 318.574L357.806 318.41L357.965 305.882Z",
192
+ fill: "#F3F3F3",
193
+ stroke: "black",
194
+ strokeWidth: "0.860121",
195
+ strokeMiterlimit: "10"
196
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
197
+ d: "M366.665 327.269L357.806 380.429V327.269V318.41L366.665 327.269Z",
198
+ fill: "#F3F3F3",
199
+ stroke: "black",
200
+ strokeWidth: "0.860121",
201
+ strokeMiterlimit: "10"
202
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
203
+ d: "M366.665 309.551L419.821 318.41L366.665 327.269L357.806 318.41L366.665 309.551Z",
204
+ fill: "#F3F3F3",
205
+ stroke: "black",
206
+ strokeWidth: "0.860121",
207
+ strokeMiterlimit: "10"
208
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
209
+ d: "M357.806 309.551V256.391L366.665 309.551L357.806 318.41V309.551Z",
210
+ fill: "#F3F3F3",
211
+ stroke: "black",
212
+ strokeWidth: "0.860121",
213
+ strokeMiterlimit: "10"
214
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
215
+ d: "M357.806 242.719C361.606 242.719 364.687 239.639 364.687 235.838C364.687 232.038 361.606 228.958 357.806 228.958C354.006 228.958 350.925 232.038 350.925 235.838C350.925 239.639 354.006 242.719 357.806 242.719Z",
216
+ fill: "#F3F3F3",
217
+ stroke: "black",
218
+ strokeWidth: "0.860121",
219
+ strokeMiterlimit: "10"
220
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
221
+ d: "M233.686 153.267H281.763C304.565 153.267 323.049 171.751 323.049 194.553C323.049 217.355 304.565 235.839 281.763 235.839H226.715C203.913 235.839 185.429 254.323 185.429 277.124C185.429 299.926 203.913 318.41 226.715 318.41H357.892",
222
+ fill: "#F3F3F3"
223
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
224
+ d: "M233.686 153.267H281.763C304.565 153.267 323.049 171.751 323.049 194.553C323.049 217.355 304.565 235.839 281.763 235.839H226.715C203.913 235.839 185.429 254.323 185.429 277.124C185.429 299.926 203.913 318.41 226.715 318.41H357.892",
225
+ stroke: "black",
226
+ strokeWidth: "0.860121",
227
+ strokeLinejoin: "round"
228
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
229
+ d: "M309.725 297.763C318.984 297.763 326.489 290.061 326.489 280.561C326.489 271.06 318.984 263.358 309.725 263.358C300.467 263.358 292.961 271.06 292.961 280.561C292.961 290.061 300.467 297.763 309.725 297.763Z",
230
+ fill: "#F3F3F3",
231
+ stroke: "black",
232
+ strokeWidth: "0.860121",
233
+ strokeMiterlimit: "10"
234
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
235
+ d: "M302.647 280.178L309.725 287.441",
236
+ stroke: "black",
237
+ strokeWidth: "0.860121",
238
+ strokeMiterlimit: "10"
239
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
240
+ d: "M316.808 280.178L309.725 287.441",
241
+ stroke: "black",
242
+ strokeWidth: "0.860121",
243
+ strokeMiterlimit: "10"
244
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
245
+ d: "M309.725 287.441V318.406",
246
+ stroke: "black",
247
+ strokeWidth: "0.860121",
248
+ strokeMiterlimit: "10"
249
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
250
+ d: "M262.212 287.777C262.509 286.943 262.668 286.048 262.668 285.111C262.668 280.698 259.09 277.12 254.678 277.12C250.265 277.12 246.687 280.698 246.687 285.111C246.687 286.044 246.846 286.943 247.143 287.777C244.429 289.975 242.692 293.333 242.692 297.096C242.692 303.715 248.059 309.082 254.678 309.082C261.296 309.082 266.663 303.715 266.663 297.096C266.663 293.333 264.926 289.975 262.212 287.777Z",
251
+ fill: "#F3F3F3",
252
+ stroke: "black",
253
+ strokeWidth: "0.860121",
254
+ strokeMiterlimit: "10"
255
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
256
+ d: "M249.353 291.772L254.678 297.101",
257
+ stroke: "black",
258
+ strokeWidth: "0.860121",
259
+ strokeMiterlimit: "10"
260
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
261
+ d: "M260.006 291.772L254.678 297.101",
262
+ stroke: "black",
263
+ strokeWidth: "0.860121",
264
+ strokeMiterlimit: "10"
265
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
266
+ d: "M254.678 297.101V318.406",
267
+ stroke: "black",
268
+ strokeWidth: "0.860121",
269
+ strokeMiterlimit: "10"
270
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
271
+ d: "M264.001 295.767L254.678 305.091",
272
+ stroke: "black",
273
+ strokeWidth: "0.860121",
274
+ strokeMiterlimit: "10"
275
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
276
+ d: "M245.358 295.767L254.678 305.091",
277
+ stroke: "black",
278
+ strokeWidth: "0.860121",
279
+ strokeMiterlimit: "10"
280
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
281
+ d: "M282.201 277.12L268.439 318.406H295.963L282.201 277.12Z",
282
+ fill: "#F3F3F3",
283
+ stroke: "black",
284
+ strokeWidth: "0.860121",
285
+ strokeMiterlimit: "10"
286
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
287
+ d: "M282.201 290.022V318.406",
288
+ stroke: "black",
289
+ strokeWidth: "0.860121",
290
+ strokeMiterlimit: "10"
291
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
292
+ d: "M278.073 297.763H282.201",
293
+ stroke: "black",
294
+ strokeWidth: "0.860121",
295
+ strokeMiterlimit: "10"
296
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
297
+ d: "M282.201 304.214H286.33",
298
+ stroke: "black",
299
+ strokeWidth: "0.860121",
300
+ strokeMiterlimit: "10"
301
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
302
+ d: "M275.32 311.955H282.201",
303
+ stroke: "black",
304
+ strokeWidth: "0.860121",
305
+ strokeMiterlimit: "10"
306
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
307
+ d: "M420.754 545.482H681.298C686.996 545.482 691.619 540.859 691.619 535.161C691.619 529.462 686.996 524.839 681.298 524.839H591.845C580.444 524.839 571.202 515.597 571.202 504.196C571.202 492.795 580.444 483.553 591.845 483.553H729.464C740.865 483.553 750.107 474.311 750.107 462.91C750.107 451.51 740.865 442.268 729.464 442.268H492.071",
308
+ stroke: "black",
309
+ strokeWidth: "0.860121",
310
+ strokeLinejoin: "round"
311
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
312
+ d: "M423.605 549L424.19 548.368L421.085 545.482L424.19 542.596L423.605 541.964L419.821 545.482L423.605 549Z",
313
+ fill: "black"
314
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
315
+ d: "M516.877 418.107C517.384 411.961 522.532 407.132 528.811 407.132C534.75 407.132 539.679 411.454 540.62 417.126C541.201 417.014 541.795 416.946 542.401 416.924C544.771 408.895 552.198 403.033 560.997 403.033C563.775 403.033 566.42 403.622 568.811 404.676C572.368 400.491 577.67 397.829 583.592 397.829C584.844 397.829 586.065 397.954 587.252 398.178C588.783 388.996 596.761 381.995 606.377 381.995C616.539 381.995 624.874 389.817 625.695 399.769C634.825 401.343 647.74 412.439 646.85 428.703C646.656 432.26 646.046 436.023 642.515 442.268H507.635C504.809 439.734 503.029 436.053 503.029 431.955C503.029 424.308 509.23 418.107 516.877 418.107Z",
316
+ fill: "#F3F3F3",
317
+ stroke: "black",
318
+ strokeWidth: "0.860121",
319
+ strokeMiterlimit: "10"
320
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
321
+ d: "M458.01 412.421C458.01 431.232 473.26 446.482 492.071 446.482C510.882 446.482 526.132 431.232 526.132 412.421C526.132 401.321 520.82 391.46 512.598 385.242C513.995 382.296 514.778 379.001 514.778 375.522C514.778 362.982 504.611 352.815 492.071 352.815C479.53 352.815 469.364 362.982 469.364 375.522C469.364 378.997 470.142 382.296 471.544 385.242C463.321 391.46 458.01 401.321 458.01 412.421Z",
322
+ fill: "#F3F3F3",
323
+ stroke: "black",
324
+ strokeWidth: "0.860121",
325
+ strokeMiterlimit: "10"
326
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
327
+ d: "M475.041 401.068L492.071 415.26",
328
+ stroke: "black",
329
+ strokeWidth: "0.860121",
330
+ strokeMiterlimit: "10"
331
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
332
+ d: "M509.101 401.068L492.071 415.26",
333
+ stroke: "black",
334
+ strokeWidth: "0.860121",
335
+ strokeMiterlimit: "10"
336
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
337
+ d: "M492.071 415.26V545.482",
338
+ stroke: "black",
339
+ strokeWidth: "0.860121",
340
+ strokeMiterlimit: "10"
341
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
342
+ d: "M466.525 409.583L492.071 429.452",
343
+ stroke: "black",
344
+ strokeWidth: "0.860121",
345
+ strokeMiterlimit: "10"
346
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
347
+ d: "M517.617 409.583L492.071 429.452",
348
+ stroke: "black",
349
+ strokeWidth: "0.860121",
350
+ strokeMiterlimit: "10"
351
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
352
+ d: "M75.7723 345.934H244.356C248.158 345.934 251.237 349.013 251.237 352.815C251.237 356.617 248.158 359.696 244.356 359.696H203.07C199.269 359.696 196.189 362.775 196.189 366.577C196.189 370.379 199.269 373.458 203.07 373.458H323.487C331.086 373.458 337.249 379.621 337.249 387.22C337.249 394.819 331.086 400.982 323.487 400.982H52.1276C29.3258 400.982 10.8418 382.498 10.8418 359.696C10.8418 336.894 29.3258 318.41 52.1276 318.41H223.713",
353
+ fill: "#F3F3F3"
354
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
355
+ d: "M76.7056 345.934H244.356C248.158 345.934 251.237 349.013 251.237 352.815C251.237 356.617 248.158 359.696 244.356 359.696H203.07C199.269 359.696 196.189 362.775 196.189 366.577C196.189 370.379 199.269 373.458 203.07 373.458H323.487C331.086 373.458 337.249 379.621 337.249 387.22C337.249 394.819 331.086 400.982 323.487 400.982H52.1276C29.3258 400.982 10.8418 382.498 10.8418 359.696C10.8418 336.894 29.3258 318.41 52.1276 318.41H223.713",
356
+ stroke: "black",
357
+ strokeWidth: "0.860121",
358
+ strokeLinejoin: "round"
359
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
360
+ d: "M79.5569 349.452L80.1418 348.82L77.0367 345.934L80.1418 343.048L79.5569 342.416L75.7723 345.934L79.5569 349.452Z",
361
+ fill: "black"
362
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
363
+ d: "M41.3675 345.934C47.0658 345.934 51.6889 350.557 51.6889 356.255C51.6889 350.553 56.3078 345.934 62.0104 345.934C56.3121 345.934 51.6889 341.311 51.6889 335.613C51.6889 341.315 47.0701 345.934 41.3675 345.934Z",
364
+ fill: "#F3F3F3",
365
+ stroke: "black",
366
+ strokeWidth: "0.860121",
367
+ strokeMiterlimit: "10"
368
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
369
+ d: "M103.296 297.101C107.097 297.101 110.177 294.02 110.177 290.22C110.177 286.419 107.097 283.339 103.296 283.339C99.496 283.339 96.4153 286.419 96.4153 290.22C96.4153 294.02 99.496 297.101 103.296 297.101Z",
370
+ fill: "#F3F3F3",
371
+ stroke: "black",
372
+ strokeWidth: "0.860121",
373
+ strokeMiterlimit: "10"
374
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
375
+ d: "M638.317 421.534V429.09H650.045L650.123 421.543C650.127 421.066 649.74 420.674 649.262 420.674H639.178C638.704 420.674 638.317 421.061 638.317 421.534Z",
376
+ fill: "#F3F3F3",
377
+ stroke: "black",
378
+ strokeWidth: "0.860121",
379
+ strokeMiterlimit: "10"
380
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
381
+ d: "M651.619 434.109L650.045 429.099V426.914C650.045 425.706 649.065 424.73 647.86 424.73H645.676C643.925 424.73 643.095 425.426 642.399 426.914C641.134 428.828 638.137 429.099 638.137 429.099C633.767 433.469 626.009 433.469 626.009 440.027V442.212H652.234V437.318C652.234 436.221 652.028 435.129 651.623 434.109H651.619Z",
382
+ fill: "#F3F3F3",
383
+ stroke: "black",
384
+ strokeWidth: "0.860121",
385
+ strokeMiterlimit: "10"
386
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
387
+ d: "M652.234 437.842H643.491V440.027H652.234V437.842Z",
388
+ fill: "#F3F3F3",
389
+ stroke: "black",
390
+ strokeWidth: "0.860121",
391
+ strokeMiterlimit: "10"
392
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
393
+ d: "M689.348 421.534V429.09L677.621 429.095L677.543 421.539C677.539 421.061 677.926 420.67 678.403 420.67H688.488C688.961 420.67 689.348 421.057 689.348 421.53V421.534Z",
394
+ fill: "#F3F3F3",
395
+ stroke: "black",
396
+ strokeWidth: "0.860121",
397
+ strokeMiterlimit: "10"
398
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
399
+ d: "M676.042 434.109L677.616 429.099V426.914C677.616 425.706 678.597 424.73 679.801 424.73H681.986C683.736 424.73 684.566 425.426 685.263 426.914C686.527 428.828 689.525 429.099 689.525 429.099C693.894 433.469 701.652 433.469 701.652 440.027V442.212H690.725H688.54H675.427V437.318C675.427 436.221 675.634 435.129 676.038 434.109H676.042Z",
400
+ fill: "#F3F3F3",
401
+ stroke: "black",
402
+ strokeWidth: "0.860121",
403
+ strokeMiterlimit: "10"
404
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
405
+ d: "M675.432 440.027H684.175V437.842H675.432V440.027Z",
406
+ fill: "#F3F3F3",
407
+ stroke: "black",
408
+ strokeWidth: "0.860121",
409
+ strokeMiterlimit: "10"
410
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
411
+ d: "M688.484 420.674H678.399C678.399 420.674 665.489 345.685 665.334 343.913C665.334 343.913 665.334 341.307 663.829 341.307C662.323 341.307 662.323 343.913 662.323 343.913C662.173 345.685 649.262 420.674 649.262 420.674H639.177L640.674 380.636C640.799 378.898 641.874 355.989 640.661 342.64C639.384 328.62 647.03 308.592 647.03 308.592H680.631C680.631 308.592 688.277 328.62 687 342.64C685.787 355.989 686.863 378.898 686.983 380.636L688.484 420.674Z",
412
+ fill: "#F3F3F3",
413
+ stroke: "black",
414
+ strokeWidth: "0.860121",
415
+ strokeMiterlimit: "10"
416
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
417
+ d: "M689.662 262.588L666.68 223.182L634.503 184.231L604.304 205.377L558.124 216.206L597.526 259.367L612.144 301.384L689.662 262.588Z",
418
+ fill: "#F3F3F3",
419
+ stroke: "black",
420
+ strokeWidth: "0.860121",
421
+ strokeMiterlimit: "10"
422
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
423
+ d: "M604.304 205.377L634.025 240.268L655.167 280.806L612.144 301.384L597.526 259.367L558.124 216.206L604.304 205.377Z",
424
+ fill: "#F3F3F3",
425
+ stroke: "black",
426
+ strokeWidth: "0.860121",
427
+ strokeMiterlimit: "10"
428
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
429
+ d: "M582.237 241.937C582.801 241.528 598.184 226.992 621.597 230.218",
430
+ stroke: "black",
431
+ strokeWidth: "0.860121",
432
+ strokeMiterlimit: "10"
433
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
434
+ d: "M623.936 244.865C621.592 239.782 621.601 232.179 621.592 230.82C621.579 227.745 622.934 222.623 624.973 219.509C635.178 203.941 654.883 207.691 654.883 207.691",
435
+ stroke: "black",
436
+ strokeWidth: "0.860121",
437
+ strokeMiterlimit: "10"
438
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
439
+ d: "M620.736 205.498C619.653 204.048 619.945 201.993 621.399 200.905C621.726 200.66 621.997 200.483 622.366 200.376M620.693 199.967L620.113 199.193M619.266 201.778L618.38 201.399M618.939 204.061L617.98 204.177M622.831 199.116L622.715 198.157M619.79 206.203L619.016 206.784",
440
+ stroke: "black",
441
+ strokeWidth: "0.860121",
442
+ strokeLinejoin: "round"
443
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
444
+ d: "M631.359 197.43C631.062 197.649 630.817 197.911 630.624 198.2C629.019 197.202 626.912 197.232 625.308 198.432C623.343 199.903 622.844 202.599 624.1 204.655C623.644 204.711 623.196 204.883 622.801 205.179C621.588 206.087 621.356 207.79 622.263 209.003C623.171 210.216 624.874 210.469 626.082 209.566L635.29 202.677C636.739 201.593 637.036 199.541 635.952 198.092C634.868 196.643 632.817 196.346 631.368 197.43H631.359Z",
445
+ stroke: "black",
446
+ strokeWidth: "0.860121",
447
+ strokeLinejoin: "round"
448
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
449
+ d: "M654.458 259.186C654.458 259.186 640.175 292.305 626.375 284.848C612.148 277.159 625.88 266.889 622.371 260.124C618.844 253.333 605.783 260.963 606.648 244.466C607.422 229.671 637.677 244.633 640.971 226.076",
450
+ stroke: "black",
451
+ strokeWidth: "0.860121",
452
+ strokeLinejoin: "round"
453
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
454
+ d: "M643.693 229.628L642.949 230.058L640.829 226.386L637.32 228.773L636.838 228.063L641.108 225.156L643.693 229.628Z",
455
+ fill: "black"
456
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
457
+ d: "M597.526 259.367L666.68 223.182",
458
+ stroke: "black",
459
+ strokeWidth: "0.860121",
460
+ strokeMiterlimit: "10"
461
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
462
+ d: "M641.676 222.201C642.626 222.201 643.396 221.431 643.396 220.481C643.396 219.531 642.626 218.761 641.676 218.761C640.726 218.761 639.956 219.531 639.956 220.481C639.956 221.431 640.726 222.201 641.676 222.201Z",
463
+ fill: "#F3F3F3",
464
+ stroke: "black",
465
+ strokeWidth: "0.860121",
466
+ strokeMiterlimit: "10"
467
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
468
+ d: "M592.516 255.733L595.036 259.427L596.58 258.292L593.802 254.791L592.516 255.733Z",
469
+ fill: "#F3F3F3",
470
+ stroke: "black",
471
+ strokeWidth: "0.860121",
472
+ strokeMiterlimit: "10"
473
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
474
+ d: "M590.512 252.302C590.864 252.302 591.149 252.017 591.149 251.665C591.149 251.313 590.864 251.028 590.512 251.028C590.16 251.028 589.875 251.313 589.875 251.665C589.875 252.017 590.16 252.302 590.512 252.302Z",
475
+ fill: "#F3F3F3",
476
+ stroke: "black",
477
+ strokeWidth: "0.860121",
478
+ strokeMiterlimit: "10"
479
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
480
+ d: "M595.806 259.819C596.336 259.819 596.765 259.389 596.765 258.86C596.765 258.33 596.336 257.901 595.806 257.901C595.276 257.901 594.847 258.33 594.847 258.86C594.847 259.389 595.276 259.819 595.806 259.819Z",
481
+ fill: "#F3F3F3",
482
+ stroke: "black",
483
+ strokeWidth: "0.860121",
484
+ strokeMiterlimit: "10"
485
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
486
+ d: "M593.157 256.061C593.599 256.061 593.957 255.702 593.957 255.26C593.957 254.818 593.599 254.46 593.157 254.46C592.715 254.46 592.357 254.818 592.357 255.26C592.357 255.702 592.715 256.061 593.157 256.061Z",
487
+ fill: "#F3F3F3",
488
+ stroke: "black",
489
+ strokeWidth: "0.860121",
490
+ strokeMiterlimit: "10"
491
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
492
+ d: "M589.996 252.043L591.024 251.286L593.802 254.791L592.516 255.733L589.996 252.043Z",
493
+ fill: "#F3F3F3",
494
+ stroke: "black",
495
+ strokeWidth: "0.860121",
496
+ strokeMiterlimit: "10"
497
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
498
+ d: "M668.968 262.455L681.603 288.392C682.459 290.147 684.063 291.415 685.964 291.841C690.204 292.791 694.247 289.334 693.761 285.016C692.281 271.86 680.794 254.086 680.794 254.086L668.968 262.451V262.455Z",
499
+ fill: "#F3F3F3",
500
+ stroke: "black",
501
+ strokeWidth: "0.860121",
502
+ strokeMiterlimit: "10"
503
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
504
+ d: "M663.717 246.28C663.717 246.28 649.469 245.347 646.932 261.281C644.863 274.277 649.258 279.481 648.888 290.465C648.712 295.707 643.874 305.328 643.874 311.615H684.747C684.747 311.615 683.598 305.057 680.274 290.465C679.41 286.667 681.388 282.134 682.906 277.09C690.135 253.075 674.993 246.28 663.717 246.28Z",
505
+ fill: "#F3F3F3",
506
+ stroke: "black",
507
+ strokeWidth: "0.860121",
508
+ strokeMiterlimit: "10"
509
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
510
+ d: "M644.682 306.188C644.682 306.188 636.997 321.601 636.997 346.798C647.701 351.925 663.295 350.587 663.295 350.587L663.919 346.549L664.418 350.566C664.418 350.566 679.139 353.933 690.733 347.241C691.464 321.601 683.689 306.184 683.689 306.184C683.689 306.184 669.093 311.28 644.682 306.184V306.188Z",
511
+ fill: "#F3F3F3",
512
+ stroke: "black",
513
+ strokeWidth: "0.860121",
514
+ strokeMiterlimit: "10"
515
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
516
+ d: "M659.717 253.243C656.917 250.757 652.049 251.583 649.069 255.165L630.013 271.8L607.68 263.896C607.68 263.896 605.71 264.093 605.121 263.612L603.143 259.096C602.971 258.67 602.687 258.301 602.326 258.021L599.836 255.97L597.513 254.064C595.999 255.462 598.378 257.247 598.623 257.453C599.608 258.262 600.193 259.565 600.193 259.565L596.421 258.124L593.514 254.89L590.813 250.934C590.624 250.637 590.228 250.547 589.931 250.736C589.635 250.925 589.544 251.321 589.733 251.617L592.168 255.742L594.602 259.866C594.658 259.956 601.887 267.56 601.887 267.56C602.317 267.912 602.339 269.117 602.339 269.117L627.635 284.926C629.088 285.833 630.955 285.717 632.284 284.633L658.083 263.62C661.446 260.447 663.42 256.529 659.726 253.247L659.717 253.243Z",
517
+ fill: "#F3F3F3",
518
+ stroke: "black",
519
+ strokeWidth: "0.860121",
520
+ strokeMiterlimit: "10"
521
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
522
+ d: "M651.688 231.624L653.24 231.843L654.625 238.307C655.008 240.092 656.75 241.223 658.517 240.84L660.117 240.487L664.917 239.438C669.157 243.588 667.686 252.366 667.686 252.366L685.233 248.71C681.474 244.844 676.541 235.297 678.945 225.207C680.24 222.382 680.665 219.126 679.96 215.854C678.236 207.824 670.396 202.72 662.444 204.461C654.492 206.199 649.439 214.116 651.159 222.15L651.851 225.379L650.574 229.732C650.346 230.63 650.781 231.469 651.684 231.62L651.688 231.624Z",
523
+ fill: "#F3F3F3",
524
+ stroke: "black",
525
+ strokeWidth: "0.860121",
526
+ strokeMiterlimit: "10"
527
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
528
+ d: "M650.518 215.673C650.518 215.673 656.087 225.01 666.542 221.866C667.222 221.664 668.25 220.528 668.108 223.431C668.06 224.442 668.452 225.513 669.135 226.545C669.071 226.898 669.032 227.259 669.015 227.624C668.77 232.63 672.567 236.888 677.5 237.142C682.433 237.391 686.63 233.538 686.88 228.532C687.082 224.468 684.613 220.898 681.044 219.565C680.932 214.314 679.134 202.801 665.751 202.431C653.55 202.096 650.522 215.673 650.522 215.673H650.518Z",
529
+ fill: "#F3F3F3",
530
+ stroke: "black",
531
+ strokeWidth: "0.860121",
532
+ strokeMiterlimit: "10"
533
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
534
+ d: "M667.42 229.512C668.684 229.216 669.566 228.067 669.523 226.769L669.252 222.348C669.213 221.165 668.293 219.995 667.11 220.275C666.104 220.511 665.669 221.431 666.018 223.049",
535
+ fill: "#F3F3F3"
536
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
537
+ d: "M667.42 229.512C668.684 229.216 669.566 228.067 669.523 226.769L669.252 222.348C669.213 221.165 668.293 219.995 667.11 220.275C666.104 220.511 665.669 221.431 666.018 223.049",
538
+ stroke: "black",
539
+ strokeWidth: "0.860121",
540
+ strokeMiterlimit: "10"
541
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
542
+ d: "M668.757 254.163C668.757 254.163 657.752 273.8 657.902 295.406C658.053 317.017 702.998 316.385 702.848 295.088C702.697 273.796 694.015 253.983 694.015 253.983L668.757 254.159V254.163Z",
543
+ fill: "#F3F3F3",
544
+ stroke: "black",
545
+ strokeWidth: "0.860121",
546
+ strokeMiterlimit: "10"
547
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
548
+ d: "M664.912 262.765L694.316 262.558C698.521 262.528 701.936 259.066 701.906 254.86C701.876 250.654 698.414 247.239 694.208 247.27L665.166 247.476C661.579 247.502 658.663 250.456 658.685 254.047L658.702 256.649C658.728 260.038 661.519 262.79 664.908 262.769L664.912 262.765Z",
549
+ fill: "#F3F3F3",
550
+ stroke: "black",
551
+ strokeWidth: "0.860121",
552
+ strokeMiterlimit: "10"
553
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
554
+ d: "M658.973 282.857C658.973 282.857 649.237 303.702 663.721 303.599C678.205 303.496 671.561 282.767 671.561 282.767L658.973 282.857Z",
555
+ fill: "#F3F3F3",
556
+ stroke: "black",
557
+ strokeWidth: "0.860121",
558
+ strokeMiterlimit: "10"
559
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
560
+ d: "M680.394 282.706C680.394 282.706 671.626 303.543 687.516 303.431C703.407 303.319 706.31 302.575 706.241 293.118C706.177 283.661 702.095 282.552 702.095 282.552L680.39 282.706H680.394Z",
561
+ fill: "#F3F3F3",
562
+ stroke: "black",
563
+ strokeWidth: "0.860121",
564
+ strokeMiterlimit: "10"
565
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
566
+ d: "M658.281 255.165C658.311 259.303 660.87 262.64 663.996 262.618C667.123 262.597 669.634 259.225 669.609 255.088C669.578 250.951 667.02 247.614 663.893 247.635C660.766 247.657 658.255 251.028 658.281 255.165Z",
567
+ fill: "#F3F3F3",
568
+ stroke: "black",
569
+ strokeWidth: "0.860121",
570
+ strokeMiterlimit: "10"
571
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
572
+ d: "M672.765 247.416C672.765 247.416 679.758 255.656 672.873 262.704L676.404 262.679C676.404 262.679 683.672 254.92 676.111 247.39L672.77 247.411L672.765 247.416Z",
573
+ fill: "#F3F3F3",
574
+ stroke: "black",
575
+ strokeWidth: "0.860121",
576
+ strokeMiterlimit: "10"
577
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
578
+ d: "M689.55 247.3C689.55 247.3 696.543 255.54 689.658 262.588L693.189 262.562C693.189 262.562 700.457 254.804 692.896 247.274L689.555 247.295L689.55 247.3Z",
579
+ fill: "#F3F3F3",
580
+ stroke: "black",
581
+ strokeWidth: "0.860121",
582
+ strokeMiterlimit: "10"
583
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
584
+ d: "M607.68 263.216L602.334 268.433",
585
+ stroke: "black",
586
+ strokeWidth: "0.860121",
587
+ strokeMiterlimit: "10"
588
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
589
+ d: "M295.963 153.267H230.594",
590
+ stroke: "black",
591
+ strokeWidth: "0.860121",
592
+ strokeMiterlimit: "10"
593
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
594
+ d: "M357.806 380.429V483.553H406.059",
595
+ stroke: "black",
596
+ strokeWidth: "0.860121",
597
+ strokeMiterlimit: "10"
598
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
599
+ d: "M357.892 407.863C361.692 407.863 364.773 404.782 364.773 400.982C364.773 397.182 361.692 394.101 357.892 394.101C354.092 394.101 351.011 397.182 351.011 400.982C351.011 404.782 354.092 407.863 357.892 407.863Z",
600
+ fill: "#F3F3F3",
601
+ stroke: "black",
602
+ strokeWidth: "0.860121",
603
+ strokeMiterlimit: "10"
604
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
605
+ d: "M357.892 483.553H106.737",
606
+ stroke: "black",
607
+ strokeWidth: "0.860121",
608
+ strokeMiterlimit: "10"
609
+ }), /*#__PURE__*/React__default["default"].createElement("path", {
610
+ d: "M701.657 442.268H622.809",
611
+ stroke: "black",
612
+ strokeWidth: "0.860121",
613
+ strokeMiterlimit: "10"
614
+ }))), _defs || (_defs = /*#__PURE__*/React__default["default"].createElement("defs", null, /*#__PURE__*/React__default["default"].createElement("clipPath", {
615
+ id: "clip0_0_2285"
616
+ }, /*#__PURE__*/React__default["default"].createElement("rect", {
617
+ width: "750.537",
618
+ height: "548.835",
619
+ fill: "white",
620
+ transform: "translate(0 0.165344)"
621
+ })))));
622
+ };
623
+
624
+ // The types and DocGen commentary for the component props,
625
+ // in alphabetical order (for consistency).
626
+ // See https://www.npmjs.com/package/prop-types#usage.
627
+ Error404SVG.propTypes = {
628
+ className: index.propTypesExports.string
629
+ };
630
+
631
+ exports.Error404SVG = Error404SVG;