@trackunit/react-components 0.1.124 → 0.1.127

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/road_block.js ADDED
@@ -0,0 +1,222 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+
4
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34;
5
+ var _excluded = ["title", "titleId"];
6
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
7
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
8
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
9
+ var SvgRoadBlock = (_ref, ref) => {
10
+ var {
11
+ title,
12
+ titleId
13
+ } = _ref,
14
+ props = _objectWithoutProperties(_ref, _excluded);
15
+ return /*#__PURE__*/React.createElement("svg", _extends({
16
+ width: 200,
17
+ height: 200,
18
+ viewBox: "0 0 200 200",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ ref: ref,
22
+ "aria-labelledby": titleId
23
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
24
+ id: titleId
25
+ }, title) : null, _path || (_path = /*#__PURE__*/React.createElement("path", {
26
+ d: "M100 191.432C144.183 191.432 180 155.615 180 111.432C180 67.2492 144.183 31.432 100 31.432C55.8172 31.432 20 67.2492 20 111.432C20 155.615 55.8172 191.432 100 191.432Z",
27
+ fill: "#F1F5F9"
28
+ })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
29
+ d: "M13 144.432H18",
30
+ stroke: "#334155",
31
+ strokeWidth: 2,
32
+ strokeLinecap: "round",
33
+ strokeLinejoin: "round"
34
+ })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
35
+ d: "M182 144.432H187",
36
+ stroke: "#334155",
37
+ strokeWidth: 2,
38
+ strokeLinecap: "round",
39
+ strokeLinejoin: "round"
40
+ })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
41
+ d: "M27.128 144.432C33.4734 158.44 43.7216 170.322 56.6457 178.656C69.5698 186.99 84.622 191.422 100 191.422C115.378 191.422 130.43 186.99 143.354 178.656C156.278 170.322 166.527 158.44 172.872 144.432H27.128Z",
42
+ fill: "white"
43
+ })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
44
+ d: "M156.8 167.76L133.648 144.432H62.892L41.506 165.98C48.8464 173.858 57.7025 180.173 67.5431 184.545C77.3838 188.917 88.0061 191.256 98.7729 191.423C109.54 191.589 120.229 189.579 130.2 185.512C140.171 181.446 149.22 175.408 156.8 167.76Z",
45
+ fill: "#E2E8F0"
46
+ })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
47
+ d: "M156.798 167.76L133.648 144.432H62.892L41.506 165.98",
48
+ stroke: "#334155",
49
+ strokeWidth: 2,
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round"
52
+ })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
53
+ d: "M102.73 153.8L101.8 144.432H94.738L93.81 153.8C93.772 154.183 93.8146 154.57 93.9351 154.935C94.0556 155.301 94.2513 155.637 94.5096 155.922C94.7679 156.207 95.0831 156.435 95.4349 156.591C95.7866 156.747 96.1672 156.828 96.552 156.828H99.988C100.373 156.828 100.753 156.747 101.105 156.591C101.457 156.435 101.772 156.207 102.03 155.922C102.289 155.637 102.484 155.301 102.605 154.935C102.725 154.57 102.768 154.183 102.73 153.8Z",
54
+ fill: "white",
55
+ stroke: "#334155",
56
+ strokeWidth: 2,
57
+ strokeLinecap: "round",
58
+ strokeLinejoin: "round"
59
+ })), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
60
+ d: "M105.186 178.6L103.958 166.2C103.89 165.52 103.572 164.889 103.065 164.431C102.558 163.972 101.899 163.718 101.216 163.718H95.324C94.6405 163.718 93.9815 163.972 93.4748 164.431C92.9681 164.889 92.6499 165.52 92.582 166.2L91.354 178.6C91.316 178.983 91.3586 179.37 91.4791 179.735C91.5996 180.101 91.7953 180.437 92.0536 180.722C92.3119 181.007 92.6271 181.235 92.9789 181.391C93.3306 181.547 93.7112 181.628 94.096 181.628H102.444C102.829 181.628 103.209 181.547 103.561 181.391C103.913 181.235 104.228 181.007 104.486 180.722C104.745 180.437 104.94 180.101 105.061 179.735C105.181 179.37 105.224 178.983 105.186 178.6Z",
61
+ fill: "white",
62
+ stroke: "#334155",
63
+ strokeWidth: 2,
64
+ strokeLinecap: "round",
65
+ strokeLinejoin: "round"
66
+ })), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
67
+ d: "M162 59.33H154V144.432H162V59.33Z",
68
+ fill: "white"
69
+ })), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
70
+ d: "M162 59.33H154V144.432H162V59.33Z",
71
+ stroke: "#334155",
72
+ strokeWidth: 2,
73
+ strokeLinecap: "round",
74
+ strokeLinejoin: "round"
75
+ })), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
76
+ d: "M133.916 61.33C133.258 61.3313 132.611 61.1617 132.038 60.8378C131.466 60.514 130.987 60.047 130.649 59.4825C130.311 58.9181 130.125 58.2755 130.11 57.6177C130.094 56.9599 130.25 56.3095 130.562 55.73L154.644 10.582C154.968 9.97276 155.451 9.46311 156.042 9.10769C156.633 8.75226 157.31 8.56448 158 8.56448C158.69 8.56448 159.367 8.75226 159.958 9.10769C160.549 9.46311 161.032 9.97276 161.356 10.582L185.438 55.738C185.75 56.3175 185.906 56.9679 185.89 57.6257C185.875 58.2835 185.689 58.9261 185.351 59.4905C185.013 60.055 184.534 60.522 183.962 60.8458C183.389 61.1697 182.742 61.3393 182.084 61.338L133.916 61.33Z",
77
+ fill: "#E2E8F0"
78
+ })), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
79
+ d: "M158.9 43.4C158.848 43.5992 158.732 43.7756 158.569 43.9015C158.406 44.0274 158.206 44.0957 158 44.0957C157.794 44.0957 157.594 44.0274 157.431 43.9015C157.268 43.7756 157.152 43.5992 157.1 43.4C153.464 29.062 153.616 29.708 153.602 29.564C153.544 28.9509 153.614 28.3324 153.808 27.7481C154.003 27.1637 154.317 26.6265 154.731 26.1708C155.146 25.7151 155.651 25.351 156.214 25.1018C156.777 24.8527 157.386 24.724 158.002 24.724C158.618 24.724 159.227 24.8527 159.79 25.1018C160.353 25.351 160.858 25.7151 161.273 26.1708C161.687 26.6265 162.001 27.1637 162.196 27.7481C162.39 28.3324 162.461 28.9509 162.402 29.564C162.386 29.702 162.54 29.052 158.9 43.4Z",
80
+ fill: "white",
81
+ stroke: "#334155",
82
+ strokeWidth: 2,
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round"
85
+ })), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
86
+ d: "M158 55.328C157.323 55.3284 156.661 55.128 156.098 54.7523C155.535 54.3765 155.096 53.8422 154.837 53.2169C154.578 52.5917 154.51 51.9036 154.642 51.2396C154.773 50.5757 155.099 49.9658 155.578 49.487C156.056 49.0082 156.666 48.6821 157.33 48.5499C157.994 48.4177 158.682 48.4854 159.307 48.7443C159.932 49.0032 160.467 49.4419 160.843 50.0046C161.219 50.5674 161.42 51.2291 161.42 51.906C161.419 52.8131 161.059 53.6829 160.418 54.3244C159.777 54.966 158.907 55.3269 158 55.328Z",
87
+ fill: "white",
88
+ stroke: "#334155",
89
+ strokeWidth: 2,
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round"
92
+ })), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
93
+ d: "M133.916 61.33C133.258 61.3313 132.611 61.1617 132.038 60.8378C131.466 60.514 130.987 60.047 130.649 59.4825C130.311 58.9181 130.125 58.2755 130.11 57.6177C130.094 56.9599 130.25 56.3095 130.562 55.73L154.644 10.582C154.968 9.97276 155.451 9.46311 156.042 9.10769C156.633 8.75226 157.31 8.56448 158 8.56448C158.69 8.56448 159.367 8.75226 159.958 9.10769C160.549 9.46311 161.032 9.97276 161.356 10.582L185.438 55.738C185.75 56.3175 185.906 56.9679 185.89 57.6257C185.875 58.2835 185.689 58.9261 185.351 59.4905C185.013 60.055 184.534 60.522 183.962 60.8458C183.389 61.1697 182.742 61.3393 182.084 61.338L133.916 61.33Z",
94
+ stroke: "#334155",
95
+ strokeWidth: 2,
96
+ strokeLinecap: "round",
97
+ strokeLinejoin: "round"
98
+ })), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
99
+ d: "M134.268 110.774H125.27V144.432H134.268V110.774Z",
100
+ fill: "#E2E8F0"
101
+ })), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
102
+ d: "M140.278 110.774H56.262C55.8692 110.776 55.4797 110.701 55.1161 110.552C54.7525 110.403 54.4218 110.184 54.1431 109.907C53.8643 109.63 53.643 109.301 53.4918 108.938C53.3406 108.576 53.2625 108.187 53.262 107.794V99.412C53.2625 99.0191 53.3406 98.6302 53.4918 98.2676C53.643 97.905 53.8643 97.5758 54.1431 97.2989C54.4218 97.022 54.7525 96.8029 55.1161 96.6541C55.4797 96.5054 55.8692 96.4299 56.262 96.432H140.278C140.671 96.4299 141.06 96.5054 141.424 96.6541C141.788 96.8029 142.118 97.022 142.397 97.2989C142.676 97.5758 142.897 97.905 143.048 98.2676C143.199 98.6302 143.278 99.0191 143.278 99.412V107.8C143.277 108.192 143.198 108.581 143.046 108.943C142.895 109.304 142.673 109.633 142.395 109.909C142.116 110.185 141.786 110.404 141.423 110.552C141.059 110.701 140.67 110.776 140.278 110.774Z",
103
+ fill: "white",
104
+ stroke: "#334155",
105
+ strokeWidth: 2,
106
+ strokeLinecap: "round",
107
+ strokeLinejoin: "round"
108
+ })), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
109
+ d: "M71.268 110.774H62.27V144.432H71.268V110.774Z",
110
+ fill: "#E2E8F0"
111
+ })), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
112
+ d: "M71.268 110.774H62.27V144.432H71.268V110.774Z",
113
+ stroke: "#334155",
114
+ strokeWidth: 2,
115
+ strokeLinecap: "round",
116
+ strokeLinejoin: "round"
117
+ })), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
118
+ d: "M134.268 110.774H125.27V144.432H134.268V110.774Z",
119
+ stroke: "#334155",
120
+ strokeWidth: 2,
121
+ strokeLinecap: "round",
122
+ strokeLinejoin: "round"
123
+ })), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
124
+ d: "M125.27 125.116H71.268V134.078H125.27V125.116Z",
125
+ fill: "white",
126
+ stroke: "#334155",
127
+ strokeWidth: 2,
128
+ strokeLinecap: "round",
129
+ strokeLinejoin: "round"
130
+ })), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
131
+ d: "M73.068 88.122H62.27V96.432H73.068V88.122Z",
132
+ fill: "#E2E8F0",
133
+ stroke: "#334155",
134
+ strokeWidth: 2,
135
+ strokeLinecap: "round",
136
+ strokeLinejoin: "round"
137
+ })), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
138
+ d: "M67.67 110.774H58.668L65.87 96.432H74.872L67.67 110.774Z",
139
+ fill: "#E2E8F0",
140
+ stroke: "#334155",
141
+ strokeWidth: 2,
142
+ strokeLinecap: "round",
143
+ strokeLinejoin: "round"
144
+ })), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
145
+ d: "M89.268 110.774H80.27L87.468 96.432H96.47L89.268 110.774Z",
146
+ fill: "#E2E8F0",
147
+ stroke: "#334155",
148
+ strokeWidth: 2,
149
+ strokeLinecap: "round",
150
+ strokeLinejoin: "round"
151
+ })), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
152
+ d: "M110.87 110.774H101.868L109.07 96.432H118.068L110.87 110.774Z",
153
+ fill: "#E2E8F0",
154
+ stroke: "#334155",
155
+ strokeWidth: 2,
156
+ strokeLinecap: "round",
157
+ strokeLinejoin: "round"
158
+ })), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
159
+ d: "M132.468 110.774H123.47L130.67 96.432H139.67L132.468 110.774Z",
160
+ fill: "#E2E8F0",
161
+ stroke: "#334155",
162
+ strokeWidth: 2,
163
+ strokeLinecap: "round",
164
+ strokeLinejoin: "round"
165
+ })), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
166
+ d: "M82.07 134.078H74.872L80.27 125.116H87.468L82.07 134.078Z",
167
+ fill: "#E2E8F0",
168
+ stroke: "#334155",
169
+ strokeWidth: 2,
170
+ strokeLinecap: "round",
171
+ strokeLinejoin: "round"
172
+ })), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
173
+ d: "M98.27 134.078H91.068L96.47 125.116H103.668L98.27 134.078Z",
174
+ fill: "#E2E8F0",
175
+ stroke: "#334155",
176
+ strokeWidth: 2,
177
+ strokeLinecap: "round",
178
+ strokeLinejoin: "round"
179
+ })), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
180
+ d: "M114.47 134.078H107.27L112.67 125.116H119.868L114.47 134.078Z",
181
+ fill: "#E2E8F0",
182
+ stroke: "#334155",
183
+ strokeWidth: 2,
184
+ strokeLinecap: "round",
185
+ strokeLinejoin: "round"
186
+ })), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
187
+ d: "M134.268 88.122H123.47V96.432H134.268V88.122Z",
188
+ fill: "#E2E8F0",
189
+ stroke: "#334155",
190
+ strokeWidth: 2,
191
+ strokeLinecap: "round",
192
+ strokeLinejoin: "round"
193
+ })), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
194
+ d: "M137.87 81.508C137.878 83.2896 137.356 85.0334 136.372 86.5184C135.387 88.0035 133.984 89.1629 132.341 89.85C130.697 90.537 128.886 90.7206 127.138 90.3777C125.389 90.0347 123.782 89.1806 122.52 87.9234C121.257 86.6663 120.396 85.0627 120.046 83.3158C119.695 81.569 119.871 79.7574 120.552 78.1107C121.232 76.4639 122.385 75.0561 123.866 74.0655C125.347 73.0748 127.088 72.546 128.87 72.546C131.252 72.5423 133.537 73.4841 135.225 75.1645C136.912 76.8449 137.864 79.1265 137.87 81.508Z",
195
+ fill: "white"
196
+ })), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
197
+ d: "M137.87 81.508C137.878 83.2896 137.356 85.0334 136.372 86.5184C135.387 88.0035 133.984 89.1629 132.341 89.85C130.697 90.537 128.886 90.7206 127.138 90.3777C125.389 90.0347 123.782 89.1806 122.52 87.9234C121.257 86.6663 120.396 85.0627 120.046 83.3158C119.695 81.569 119.871 79.7574 120.552 78.1107C121.232 76.4639 122.385 75.0561 123.866 74.0655C125.347 73.0748 127.088 72.546 128.87 72.546C131.252 72.5423 133.537 73.4841 135.225 75.1645C136.912 76.8449 137.864 79.1265 137.87 81.508Z",
198
+ stroke: "#334155",
199
+ strokeWidth: 2,
200
+ strokeLinecap: "round",
201
+ strokeLinejoin: "round"
202
+ })), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
203
+ d: "M76.67 81.508C76.6775 83.2896 76.1561 85.0334 75.1718 86.5184C74.1874 88.0035 72.7845 89.1629 71.1406 89.85C69.4967 90.537 67.686 90.7206 65.9376 90.3777C64.1893 90.0347 62.5821 89.1805 61.3196 87.9234C60.0571 86.6663 59.1962 85.0627 58.8458 83.3158C58.4955 81.569 58.6715 79.7574 59.3515 78.1107C60.0316 76.4639 61.1851 75.0561 62.666 74.0654C64.1468 73.0748 65.8884 72.546 67.67 72.546C70.0517 72.5417 72.3376 73.4834 74.0253 75.1639C75.7129 76.8444 76.6642 79.1263 76.67 81.508Z",
204
+ fill: "white"
205
+ })), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
206
+ d: "M76.67 81.508C76.6775 83.2896 76.1561 85.0334 75.1718 86.5184C74.1874 88.0035 72.7845 89.1629 71.1406 89.85C69.4967 90.537 67.686 90.7206 65.9376 90.3777C64.1893 90.0347 62.5821 89.1805 61.3196 87.9234C60.0571 86.6663 59.1962 85.0627 58.8458 83.3158C58.4955 81.569 58.6715 79.7574 59.3515 78.1107C60.0316 76.4639 61.1851 75.0561 62.666 74.0654C64.1468 73.0748 65.8884 72.546 67.67 72.546C70.0517 72.5417 72.3376 73.4834 74.0253 75.1639C75.7129 76.8444 76.6642 79.1263 76.67 81.508Z",
207
+ stroke: "#334155",
208
+ strokeWidth: 2,
209
+ strokeLinecap: "round",
210
+ strokeLinejoin: "round"
211
+ })), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
212
+ d: "M22 144.432H178",
213
+ stroke: "#334155",
214
+ strokeWidth: 2,
215
+ strokeLinecap: "round",
216
+ strokeLinejoin: "round"
217
+ })));
218
+ };
219
+ var ForwardRef = /*#__PURE__*/forwardRef(SvgRoadBlock);
220
+ var road_block = "051071830dacb5a2.svg";
221
+
222
+ export { ForwardRef as ReactComponent, road_block as default };
@@ -0,0 +1,29 @@
1
+ /// <reference types="react" />
2
+ import { CommonProps } from "../../common";
3
+ type Image = "WORKER_WITH_SIGN" | "ROAD_BLOCK" | "BUILDING_ERROR" | "WALL_CONSTRUCTION";
4
+ export interface EmptyStateProps extends CommonProps {
5
+ title?: string;
6
+ description?: string;
7
+ altText?: string;
8
+ image?: Image;
9
+ customImageSrc?: string;
10
+ action?: React.ReactNode;
11
+ loading?: boolean;
12
+ }
13
+ /**
14
+ * Component representing an empty state.
15
+ * Use this component when there is no data to display or when an error occurs.
16
+ *
17
+ *
18
+ * @param {EmptyStateProps} props props
19
+ * @returns {JSX.Element} component
20
+ * @example
21
+ * <EmptyState
22
+ * title="No results found"
23
+ * description="Try changing your search criteria"
24
+ * altText="No results found"
25
+ * image="BUILDING_ERROR"
26
+ * />
27
+ */
28
+ export declare const EmptyState: ({ title, description, altText, image, customImageSrc, action, loading, dataTestId, className, }: EmptyStateProps) => JSX.Element;
29
+ export {};
@@ -0,0 +1,2 @@
1
+ export declare const containerStyles: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
2
+ export declare const textStyles: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
@@ -0,0 +1,4 @@
1
+ export { default as BuildingError } from "./building_error.svg";
2
+ export { default as RoadBlock } from "./road_block.svg";
3
+ export { default as WallConstruction } from "./wall_construction.svg";
4
+ export { default as WorkerWithSign } from "./worker_with_sign.svg";
@@ -6,6 +6,7 @@ export * from "./Collapse";
6
6
  export * from "./CopyableText";
7
7
  export * from "./DayPicker";
8
8
  export * from "./Drawer/Drawer";
9
+ export * from "./EmptyState/EmptyState";
9
10
  export * from "./ExternalLink/ExternalLink";
10
11
  export * from "./Heading";
11
12
  export * from "./Icon/Icon";
@@ -0,0 +1,308 @@
1
+ 'use strict';
2
+
3
+ var React = require('react');
4
+
5
+ function _interopNamespace(e) {
6
+ if (e && e.__esModule) return e;
7
+ var n = Object.create(null);
8
+ if (e) {
9
+ Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default') {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ }
19
+ n["default"] = e;
20
+ return Object.freeze(n);
21
+ }
22
+
23
+ var React__namespace = /*#__PURE__*/_interopNamespace(React);
24
+
25
+ var _path, _path2, _path3, _path4, _path5, _path6, _path7, _path8, _path9, _path10, _path11, _path12, _path13, _path14, _path15, _path16, _path17, _path18, _path19, _path20, _path21, _path22, _path23, _path24, _path25, _path26, _path27, _path28, _path29, _path30, _path31, _path32, _path33, _path34, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57;
26
+ var _excluded = ["title", "titleId"];
27
+ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
28
+ function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
29
+ function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
30
+ var SvgWallConstruction = (_ref, ref) => {
31
+ var {
32
+ title,
33
+ titleId
34
+ } = _ref,
35
+ props = _objectWithoutProperties(_ref, _excluded);
36
+ return /*#__PURE__*/React__namespace.createElement("svg", _extends({
37
+ width: 200,
38
+ height: 200,
39
+ viewBox: "0 0 200 200",
40
+ fill: "none",
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ ref: ref,
43
+ "aria-labelledby": titleId
44
+ }, props), title ? /*#__PURE__*/React__namespace.createElement("title", {
45
+ id: titleId
46
+ }, title) : null, _path || (_path = /*#__PURE__*/React__namespace.createElement("path", {
47
+ d: "M83.108 180C127.291 180 163.108 144.183 163.108 100C163.108 55.8172 127.291 20 83.108 20C38.9253 20 3.10803 55.8172 3.10803 100C3.10803 144.183 38.9253 180 83.108 180Z",
48
+ fill: "#F1F5F9"
49
+ })), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
50
+ d: "M9.44397 131.248C15.5826 145.707 25.8408 158.04 38.9399 166.709C52.039 175.379 67.3998 180.001 83.108 180.001C98.8161 180.001 114.177 175.379 127.276 166.709C140.375 158.04 150.633 145.707 156.772 131.248H9.44397Z",
51
+ fill: "white"
52
+ })), _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
53
+ d: "M156.772 131.248H9.44397",
54
+ stroke: "#334155",
55
+ strokeWidth: 2,
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round"
58
+ })), _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
59
+ d: "M44.798 116.95H21.698V131.248H44.798V116.95Z",
60
+ fill: "#E2E8F0"
61
+ })), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
62
+ d: "M44.798 116.95H21.698V131.248H44.798V116.95Z",
63
+ stroke: "#334155",
64
+ strokeWidth: 2,
65
+ strokeLinecap: "round",
66
+ strokeLinejoin: "round"
67
+ })), _path6 || (_path6 = /*#__PURE__*/React__namespace.createElement("path", {
68
+ d: "M44.798 89.114H21.698V103.032H44.798V89.114Z",
69
+ fill: "#E2E8F0"
70
+ })), _path7 || (_path7 = /*#__PURE__*/React__namespace.createElement("path", {
71
+ d: "M44.798 89.114H21.698V103.032H44.798V89.114Z",
72
+ stroke: "#334155",
73
+ strokeWidth: 2,
74
+ strokeLinecap: "round",
75
+ strokeLinejoin: "round"
76
+ })), _path8 || (_path8 = /*#__PURE__*/React__namespace.createElement("path", {
77
+ d: "M57.3981 103.032H34.2981V116.95H57.3981V103.032Z",
78
+ fill: "#E2E8F0"
79
+ })), _path9 || (_path9 = /*#__PURE__*/React__namespace.createElement("path", {
80
+ d: "M57.3981 103.032H34.2981V116.95H57.3981V103.032Z",
81
+ stroke: "#334155",
82
+ strokeWidth: 2,
83
+ strokeLinecap: "round",
84
+ strokeLinejoin: "round"
85
+ })), _path10 || (_path10 = /*#__PURE__*/React__namespace.createElement("path", {
86
+ d: "M34.298 103.032H11.198V116.95H34.298V103.032Z",
87
+ fill: "#E2E8F0",
88
+ stroke: "#334155",
89
+ strokeWidth: 2,
90
+ strokeLinecap: "round",
91
+ strokeLinejoin: "round"
92
+ })), _path11 || (_path11 = /*#__PURE__*/React__namespace.createElement("path", {
93
+ d: "M57.3981 75.196H34.2981V89.114H57.3981V75.196Z",
94
+ fill: "#E2E8F0"
95
+ })), _path12 || (_path12 = /*#__PURE__*/React__namespace.createElement("path", {
96
+ d: "M57.3981 75.196H34.2981V89.114H57.3981V75.196Z",
97
+ stroke: "#334155",
98
+ strokeWidth: 2,
99
+ strokeLinecap: "round",
100
+ strokeLinejoin: "round"
101
+ })), _path13 || (_path13 = /*#__PURE__*/React__namespace.createElement("path", {
102
+ d: "M34.298 75.196H11.198V89.114H34.298V75.196Z",
103
+ fill: "#E2E8F0"
104
+ })), _path14 || (_path14 = /*#__PURE__*/React__namespace.createElement("path", {
105
+ d: "M34.298 75.196H11.198V89.114H34.298V75.196Z",
106
+ stroke: "#334155",
107
+ strokeWidth: 2,
108
+ strokeLinecap: "round",
109
+ strokeLinejoin: "round"
110
+ })), _path15 || (_path15 = /*#__PURE__*/React__namespace.createElement("path", {
111
+ d: "M44.798 61.28H21.698V75.198H44.798V61.28Z",
112
+ fill: "#E2E8F0"
113
+ })), _path16 || (_path16 = /*#__PURE__*/React__namespace.createElement("path", {
114
+ d: "M44.798 61.28H21.698V75.198H44.798V61.28Z",
115
+ stroke: "#334155",
116
+ strokeWidth: 2,
117
+ strokeLinecap: "round",
118
+ strokeLinejoin: "round"
119
+ })), _path17 || (_path17 = /*#__PURE__*/React__namespace.createElement("path", {
120
+ d: "M57.3981 47.362H34.2981V61.28H57.3981V47.362Z",
121
+ fill: "#E2E8F0"
122
+ })), _path18 || (_path18 = /*#__PURE__*/React__namespace.createElement("path", {
123
+ d: "M57.3981 47.362H34.2981V61.28H57.3981V47.362Z",
124
+ stroke: "#334155",
125
+ strokeWidth: 2,
126
+ strokeLinecap: "round",
127
+ strokeLinejoin: "round"
128
+ })), _path19 || (_path19 = /*#__PURE__*/React__namespace.createElement("path", {
129
+ d: "M9.44407 131.248H21.6981V116.95H4.92407C5.98482 121.846 7.49798 126.632 9.44407 131.248Z",
130
+ fill: "#E2E8F0"
131
+ })), _path20 || (_path20 = /*#__PURE__*/React__namespace.createElement("path", {
132
+ d: "M9.44407 131.248H21.6981V116.95H4.92407",
133
+ stroke: "#334155",
134
+ strokeWidth: 2,
135
+ strokeLinecap: "round",
136
+ strokeLinejoin: "round"
137
+ })), _path21 || (_path21 = /*#__PURE__*/React__namespace.createElement("path", {
138
+ d: "M4.92408 116.95H11.2001V103.032H3.18408C3.3558 107.713 3.93804 112.37 4.92408 116.95Z",
139
+ fill: "#E2E8F0"
140
+ })), _path22 || (_path22 = /*#__PURE__*/React__namespace.createElement("path", {
141
+ d: "M4.92408 116.95H11.1981V103.032H3.18408",
142
+ stroke: "#334155",
143
+ strokeWidth: 2,
144
+ strokeLinecap: "round",
145
+ strokeLinejoin: "round"
146
+ })), _path23 || (_path23 = /*#__PURE__*/React__namespace.createElement("path", {
147
+ d: "M3.18403 103.032H21.698V89.114H3.86403C3.36691 92.7215 3.11433 96.3584 3.10803 100C3.10803 101.018 3.14603 102.024 3.18403 103.032Z",
148
+ fill: "#E2E8F0"
149
+ })), _path24 || (_path24 = /*#__PURE__*/React__namespace.createElement("path", {
150
+ d: "M3.18408 103.032H21.6981V89.114H3.86408",
151
+ stroke: "#334155",
152
+ strokeWidth: 2,
153
+ strokeLinecap: "round",
154
+ strokeLinejoin: "round"
155
+ })), _path25 || (_path25 = /*#__PURE__*/React__namespace.createElement("path", {
156
+ d: "M11.2 89.114V75.2H7.04801C5.57164 79.7345 4.50602 84.3926 3.86401 89.118L11.2 89.114Z",
157
+ fill: "#E2E8F0"
158
+ })), _path26 || (_path26 = /*#__PURE__*/React__namespace.createElement("path", {
159
+ d: "M3.86401 89.114H11.198V75.196H7.04801",
160
+ stroke: "#334155",
161
+ strokeWidth: 2,
162
+ strokeLinecap: "round",
163
+ strokeLinejoin: "round"
164
+ })), _path27 || (_path27 = /*#__PURE__*/React__namespace.createElement("path", {
165
+ d: "M21.6981 75.2V61.28H13.0981C10.6418 65.7163 8.61592 70.3776 7.0481 75.2H21.6981Z",
166
+ fill: "#E2E8F0"
167
+ })), _path28 || (_path28 = /*#__PURE__*/React__namespace.createElement("path", {
168
+ d: "M7.0481 75.196H21.6981V61.28H13.1021",
169
+ stroke: "#334155",
170
+ strokeWidth: 2,
171
+ strokeLinecap: "round",
172
+ strokeLinejoin: "round"
173
+ })), _path29 || (_path29 = /*#__PURE__*/React__namespace.createElement("path", {
174
+ d: "M13.1021 61.28H34.302V47.362H22.9021C19.1507 51.6404 15.8655 56.306 13.1021 61.28Z",
175
+ fill: "#E2E8F0"
176
+ })), _path30 || (_path30 = /*#__PURE__*/React__namespace.createElement("path", {
177
+ d: "M13.1021 61.28H34.298V47.362H22.8921",
178
+ stroke: "#334155",
179
+ strokeWidth: 2,
180
+ strokeLinecap: "round",
181
+ strokeLinejoin: "round"
182
+ })), _path31 || (_path31 = /*#__PURE__*/React__namespace.createElement("path", {
183
+ d: "M70.4401 173.618C83.6949 173.618 94.4401 172.275 94.4401 170.618C94.4401 168.961 83.6949 167.618 70.4401 167.618C57.1852 167.618 46.4401 168.961 46.4401 170.618C46.4401 172.275 57.1852 173.618 70.4401 173.618Z",
184
+ fill: "#E2E8F0"
185
+ })), _path32 || (_path32 = /*#__PURE__*/React__namespace.createElement("path", {
186
+ d: "M93.034 158.926H64.4821V169.308H93.034V158.926Z",
187
+ fill: "#E2E8F0"
188
+ })), _path33 || (_path33 = /*#__PURE__*/React__namespace.createElement("path", {
189
+ d: "M93.034 158.926H64.4821V169.308H93.034V158.926Z",
190
+ stroke: "#334155",
191
+ strokeWidth: 2,
192
+ strokeLinecap: "round",
193
+ strokeLinejoin: "round"
194
+ })), _path34 || (_path34 = /*#__PURE__*/React__namespace.createElement("path", {
195
+ d: "M69.2588 145.594L44.8698 160.439L50.2679 169.308L74.6569 154.462L69.2588 145.594Z",
196
+ fill: "#E2E8F0"
197
+ })), _path35 || (_path35 = /*#__PURE__*/React__namespace.createElement("path", {
198
+ d: "M69.2588 145.594L44.8698 160.439L50.2679 169.308L74.6569 154.462L69.2588 145.594Z",
199
+ stroke: "#334155",
200
+ strokeWidth: 2,
201
+ strokeLinecap: "round",
202
+ strokeLinejoin: "round"
203
+ })), _path36 || (_path36 = /*#__PURE__*/React__namespace.createElement("path", {
204
+ d: "M119.302 157.572C134.766 157.572 147.302 156.229 147.302 154.572C147.302 152.915 134.766 151.572 119.302 151.572C103.838 151.572 91.302 152.915 91.302 154.572C91.302 156.229 103.838 157.572 119.302 157.572Z",
205
+ fill: "#E2E8F0"
206
+ })), _path37 || (_path37 = /*#__PURE__*/React__namespace.createElement("path", {
207
+ d: "M149.348 74.068C149.366 72.8404 149.14 71.6214 148.683 70.482C148.225 69.3426 147.546 68.3055 146.684 67.431C145.822 66.5565 144.795 65.862 143.663 65.388C142.53 64.914 141.315 64.6699 140.087 64.6699C138.859 64.6699 137.644 64.914 136.511 65.388C135.379 65.862 134.352 66.5565 133.49 67.431C132.628 68.3055 131.949 69.3426 131.492 70.482C131.034 71.6214 130.808 72.8404 130.826 74.068C129.61 74.0677 128.406 74.3071 127.282 74.7723C126.158 75.2375 125.137 75.9196 124.277 76.7795C123.417 77.6394 122.735 78.6603 122.269 79.7839C121.804 80.9075 121.564 82.1118 121.564 83.328C121.564 85.912 113.864 89.884 115.564 91.564C116.816 92.796 127.176 92.04 128.964 92.404L149.338 92.59C151.686 92.59 162.046 93.308 163.678 91.868C165.602 90.172 158.6 86.098 158.6 83.328C158.6 80.8735 157.626 78.5194 155.891 76.783C154.156 75.0467 151.803 74.0701 149.348 74.068Z",
208
+ fill: "white"
209
+ })), _path38 || (_path38 = /*#__PURE__*/React__namespace.createElement("path", {
210
+ d: "M149.348 74.068C149.366 72.8404 149.14 71.6214 148.683 70.482C148.225 69.3426 147.546 68.3055 146.684 67.431C145.822 66.5565 144.795 65.862 143.663 65.388C142.53 64.914 141.315 64.6699 140.087 64.6699C138.859 64.6699 137.644 64.914 136.511 65.388C135.379 65.862 134.352 66.5565 133.49 67.431C132.628 68.3055 131.949 69.3426 131.492 70.482C131.034 71.6214 130.808 72.8404 130.826 74.068C129.61 74.0677 128.406 74.3071 127.282 74.7723C126.158 75.2375 125.137 75.9196 124.277 76.7795C123.417 77.6394 122.735 78.6603 122.269 79.7839C121.804 80.9075 121.564 82.1118 121.564 83.328C121.564 85.912 113.864 89.884 115.564 91.564C116.816 92.796 127.176 92.04 128.964 92.404L149.338 92.59C151.686 92.59 162.046 93.308 163.678 91.868C165.602 90.172 158.6 86.098 158.6 83.328C158.6 80.8735 157.626 78.5194 155.891 76.783C154.156 75.0467 151.803 74.0701 149.348 74.068Z",
211
+ stroke: "#334155",
212
+ strokeWidth: 2,
213
+ strokeLinecap: "round",
214
+ strokeLinejoin: "round"
215
+ })), _path39 || (_path39 = /*#__PURE__*/React__namespace.createElement("path", {
216
+ d: "M135.261 50.8623L117.309 63.5796L121.933 70.1075L139.885 57.3903L135.261 50.8623Z",
217
+ fill: "#E2E8F0"
218
+ })), _path40 || (_path40 = /*#__PURE__*/React__namespace.createElement("path", {
219
+ d: "M135.261 50.8623L117.309 63.5796L121.933 70.1075L139.885 57.3903L135.261 50.8623Z",
220
+ stroke: "#334155",
221
+ strokeWidth: 2,
222
+ strokeLinecap: "round",
223
+ strokeLinejoin: "round"
224
+ })), _path41 || (_path41 = /*#__PURE__*/React__namespace.createElement("path", {
225
+ d: "M130.082 70.026C130.082 65.9947 128.481 62.1285 125.63 59.278C122.78 56.4274 118.913 54.826 114.882 54.826C110.851 54.826 106.985 56.4274 104.134 59.278C101.284 62.1285 99.6821 65.9947 99.6821 70.026C95.6508 70.026 91.7846 71.6274 88.9341 74.478C86.0835 77.3285 84.4821 81.1947 84.4821 85.226C84.4821 89.466 71.8461 95.982 74.6461 98.738C76.7021 100.762 93.7021 99.52 96.6461 100.116L130.078 100.422C133.93 100.422 150.928 101.6 153.606 99.24C156.766 96.454 145.274 89.77 145.274 85.226C145.274 81.1961 143.674 77.3311 140.825 74.4808C137.976 71.6305 134.112 70.0281 130.082 70.026Z",
226
+ fill: "white"
227
+ })), _path42 || (_path42 = /*#__PURE__*/React__namespace.createElement("path", {
228
+ d: "M130.082 70.026C130.082 65.9947 128.481 62.1285 125.63 59.278C122.78 56.4274 118.913 54.826 114.882 54.826C110.851 54.826 106.985 56.4274 104.134 59.278C101.284 62.1285 99.6821 65.9947 99.6821 70.026C95.6508 70.026 91.7846 71.6274 88.9341 74.478C86.0835 77.3285 84.4821 81.1947 84.4821 85.226C84.4821 89.466 71.8461 95.982 74.6461 98.738C76.7021 100.762 93.7021 99.52 96.6461 100.116L130.078 100.422C133.93 100.422 150.928 101.6 153.606 99.24C156.766 96.454 145.274 89.77 145.274 85.226C145.274 81.1961 143.674 77.3311 140.825 74.4808C137.976 71.6305 134.112 70.0281 130.082 70.026Z",
229
+ stroke: "#334155",
230
+ strokeWidth: 2,
231
+ strokeLinecap: "round",
232
+ strokeLinejoin: "round"
233
+ })), _path43 || (_path43 = /*#__PURE__*/React__namespace.createElement("path", {
234
+ d: "M91.2611 63.8681L85.6315 69.552L101.262 85.0335L106.892 79.3496L91.2611 63.8681Z",
235
+ fill: "#E2E8F0"
236
+ })), _path44 || (_path44 = /*#__PURE__*/React__namespace.createElement("path", {
237
+ d: "M91.2611 63.8681L85.6315 69.552L101.262 85.0335L106.892 79.3496L91.2611 63.8681Z",
238
+ stroke: "#334155",
239
+ strokeWidth: 2,
240
+ strokeLinecap: "round",
241
+ strokeLinejoin: "round"
242
+ })), _path45 || (_path45 = /*#__PURE__*/React__namespace.createElement("path", {
243
+ d: "M121.572 79.884C121.317 79.1745 120.924 78.5222 120.417 77.9645C119.909 77.4067 119.297 76.9545 118.614 76.6335C117.932 76.3126 117.193 76.1292 116.44 76.094C115.686 76.0587 114.933 76.1722 114.224 76.428C113.982 75.7014 113.597 75.0305 113.092 74.4549C112.587 73.8793 111.971 73.4106 111.282 73.0764C110.593 72.7422 109.844 72.5492 109.079 72.5088C108.314 72.4684 107.549 72.5814 106.829 72.8412C106.108 73.1009 105.447 73.5022 104.884 74.0214C104.321 74.5406 103.867 75.1671 103.55 75.8642C103.233 76.5613 103.058 77.3148 103.037 78.0804C103.015 78.8459 103.147 79.6081 103.424 80.322C102.715 80.5776 102.063 80.9704 101.505 81.478C100.948 81.9856 100.496 82.5981 100.175 83.2805C99.854 83.9628 99.6709 84.7017 99.6357 85.4549C99.6006 86.208 99.7142 86.9608 99.9701 87.67",
244
+ fill: "white"
245
+ })), _path46 || (_path46 = /*#__PURE__*/React__namespace.createElement("path", {
246
+ d: "M121.572 79.884C121.317 79.1745 120.924 78.5222 120.417 77.9645C119.909 77.4067 119.297 76.9545 118.614 76.6335C117.932 76.3126 117.193 76.1292 116.44 76.094C115.686 76.0587 114.933 76.1722 114.224 76.428C113.982 75.7014 113.597 75.0305 113.092 74.4549C112.587 73.8793 111.971 73.4106 111.282 73.0764C110.593 72.7422 109.844 72.5492 109.079 72.5088C108.314 72.4684 107.549 72.5814 106.829 72.8412C106.108 73.1009 105.447 73.5022 104.884 74.0214C104.321 74.5406 103.867 75.1671 103.55 75.8642C103.233 76.5613 103.058 77.3148 103.037 78.0804C103.015 78.8459 103.147 79.6081 103.424 80.322C102.715 80.5776 102.063 80.9704 101.505 81.478C100.948 81.9856 100.496 82.5981 100.175 83.2805C99.854 83.9628 99.6709 84.7017 99.6357 85.4549C99.6006 86.208 99.7142 86.9608 99.9701 87.67",
247
+ stroke: "#334155",
248
+ strokeWidth: 2,
249
+ strokeLinecap: "round",
250
+ strokeLinejoin: "round"
251
+ })), _path47 || (_path47 = /*#__PURE__*/React__namespace.createElement("path", {
252
+ d: "M151.16 123.83L94.6701 137.28L73.3881 99.618H161.744L151.16 123.83Z",
253
+ fill: "#E2E8F0"
254
+ })), _path48 || (_path48 = /*#__PURE__*/React__namespace.createElement("path", {
255
+ d: "M151.16 123.83L94.6701 137.28L73.3881 99.618H161.744L151.16 123.83Z",
256
+ stroke: "#334155",
257
+ strokeWidth: 2,
258
+ strokeLinecap: "round",
259
+ strokeLinejoin: "round"
260
+ })), _path49 || (_path49 = /*#__PURE__*/React__namespace.createElement("path", {
261
+ d: "M167.302 95.584C167.302 96.6541 166.876 97.6801 166.119 98.4366C165.362 99.1931 164.336 99.618 163.266 99.618H71.8C71.2626 99.63 70.7282 99.5345 70.2281 99.3371C69.7281 99.1397 69.2726 98.8444 68.8883 98.4685C68.5039 98.0926 68.1985 97.6438 67.9901 97.1483C67.7816 96.6528 67.6742 96.1206 67.6742 95.583C67.6742 95.0454 67.7816 94.5133 67.9901 94.0178C68.1985 93.5223 68.5039 93.0734 68.8883 92.6975C69.2726 92.3217 69.7281 92.0264 70.2281 91.829C70.7282 91.6316 71.2626 91.536 71.8 91.548H163.266C164.336 91.5485 165.363 91.9739 166.119 92.7307C166.876 93.4875 167.302 94.5138 167.302 95.584Z",
262
+ fill: "#E2E8F0"
263
+ })), _path50 || (_path50 = /*#__PURE__*/React__namespace.createElement("path", {
264
+ d: "M167.302 95.584C167.302 96.6541 166.876 97.6801 166.119 98.4366C165.362 99.1931 164.336 99.618 163.266 99.618H71.8C71.2626 99.63 70.7282 99.5345 70.2281 99.3371C69.7281 99.1397 69.2726 98.8444 68.8883 98.4685C68.5039 98.0926 68.1985 97.6438 67.9901 97.1483C67.7816 96.6528 67.6742 96.1206 67.6742 95.583C67.6742 95.0454 67.7816 94.5133 67.9901 94.0178C68.1985 93.5223 68.5039 93.0734 68.8883 92.6975C69.2726 92.3217 69.7281 92.0264 70.2281 91.829C70.7282 91.6316 71.2626 91.536 71.8 91.548H163.266C164.336 91.5485 165.363 91.9739 166.119 92.7307C166.876 93.4875 167.302 94.5138 167.302 95.584Z",
265
+ stroke: "#334155",
266
+ strokeWidth: 2,
267
+ strokeLinecap: "round",
268
+ strokeLinejoin: "round"
269
+ })), _path51 || (_path51 = /*#__PURE__*/React__namespace.createElement("path", {
270
+ d: "M94.67 154.398C104.124 154.398 111.788 146.734 111.788 137.28C111.788 127.826 104.124 120.162 94.67 120.162C85.216 120.162 77.552 127.826 77.552 137.28C77.552 146.734 85.216 154.398 94.67 154.398Z",
271
+ fill: "#E2E8F0"
272
+ })), _path52 || (_path52 = /*#__PURE__*/React__namespace.createElement("path", {
273
+ d: "M94.67 148.04C100.613 148.04 105.43 143.223 105.43 137.28C105.43 131.337 100.613 126.52 94.67 126.52C88.7274 126.52 83.91 131.337 83.91 137.28C83.91 143.223 88.7274 148.04 94.67 148.04Z",
274
+ fill: "white"
275
+ })), _path53 || (_path53 = /*#__PURE__*/React__namespace.createElement("path", {
276
+ d: "M94.67 148.04C100.613 148.04 105.43 143.223 105.43 137.28C105.43 131.337 100.613 126.52 94.67 126.52C88.7274 126.52 83.91 131.337 83.91 137.28C83.91 143.223 88.7274 148.04 94.67 148.04Z",
277
+ stroke: "#334155",
278
+ strokeWidth: 2,
279
+ strokeLinecap: "round",
280
+ strokeLinejoin: "round"
281
+ })), _path54 || (_path54 = /*#__PURE__*/React__namespace.createElement("path", {
282
+ d: "M94.67 154.398C104.124 154.398 111.788 146.734 111.788 137.28C111.788 127.826 104.124 120.162 94.67 120.162C85.216 120.162 77.552 127.826 77.552 137.28C77.552 146.734 85.216 154.398 94.67 154.398Z",
283
+ stroke: "#334155",
284
+ strokeWidth: 2,
285
+ strokeLinecap: "round",
286
+ strokeLinejoin: "round"
287
+ })), _path55 || (_path55 = /*#__PURE__*/React__namespace.createElement("path", {
288
+ d: "M175.62 91.738H175.372C174.908 91.7381 174.452 91.8674 174.057 92.1115C173.662 92.3555 173.342 92.7047 173.134 93.12L160.2 118.98L94.0801 134.848C93.4839 134.99 92.9607 135.346 92.6098 135.848C92.2588 136.351 92.1046 136.964 92.1764 137.573C92.2482 138.182 92.5411 138.743 92.9993 139.149C93.4576 139.556 94.0493 139.781 94.6621 139.78C94.8587 139.78 95.0547 139.757 95.2461 139.712L119.352 133.926L130.352 153.428C130.495 153.682 130.682 153.909 130.904 154.098C132.545 155.517 134.641 156.298 136.81 156.298C137.497 156.297 138.181 156.22 138.85 156.068C140.24 155.761 141.538 155.13 142.638 154.226C143.738 153.322 144.609 152.172 145.18 150.868C145.218 150.783 145.251 150.696 145.28 150.608L153.152 125.808L162.502 123.564C162.857 123.479 163.189 123.318 163.474 123.091C163.76 122.865 163.993 122.578 164.156 122.252L177.2 96.18C177.602 95.8546 177.892 95.4127 178.032 94.9152C178.172 94.4178 178.155 93.8891 177.982 93.4021C177.809 92.915 177.49 92.4935 177.067 92.1955C176.645 91.8975 176.141 91.7377 175.624 91.738H175.62ZM140.562 148.958C140.303 149.498 139.929 149.976 139.466 150.357C139.003 150.738 138.463 151.013 137.883 151.164C137.303 151.315 136.697 151.338 136.107 151.231C135.517 151.124 134.958 150.889 134.468 150.544L124.414 132.712L147.474 127.178L140.562 148.958Z",
289
+ fill: "white",
290
+ stroke: "#334155",
291
+ strokeWidth: 2,
292
+ strokeMiterlimit: 10
293
+ })), _path56 || (_path56 = /*#__PURE__*/React__namespace.createElement("path", {
294
+ d: "M175.372 92.894C175.372 91.825 175.796 90.7996 176.551 90.043C177.307 89.2863 178.331 88.8601 179.4 88.858H192.852C193.907 88.8815 194.91 89.3169 195.648 90.0711C196.385 90.8252 196.798 91.8382 196.798 92.893C196.798 93.9479 196.385 94.9608 195.648 95.715C194.91 96.4691 193.907 96.9045 192.852 96.928H179.4C178.331 96.9264 177.307 96.5007 176.551 95.7444C175.796 94.988 175.372 93.9629 175.372 92.894Z",
295
+ fill: "#E2E8F0"
296
+ })), _path57 || (_path57 = /*#__PURE__*/React__namespace.createElement("path", {
297
+ d: "M175.372 92.894C175.372 91.825 175.796 90.7996 176.551 90.043C177.307 89.2863 178.331 88.8601 179.4 88.858H192.852C193.907 88.8815 194.91 89.3169 195.648 90.0711C196.385 90.8252 196.798 91.8382 196.798 92.893C196.798 93.9479 196.385 94.9608 195.648 95.715C194.91 96.4691 193.907 96.9045 192.852 96.928H179.4C178.331 96.9264 177.307 96.5007 176.551 95.7444C175.796 94.988 175.372 93.9629 175.372 92.894Z",
298
+ stroke: "#334155",
299
+ strokeWidth: 2,
300
+ strokeLinecap: "round",
301
+ strokeLinejoin: "round"
302
+ })));
303
+ };
304
+ var ForwardRef = /*#__PURE__*/React.forwardRef(SvgWallConstruction);
305
+ var wall_construction = "143a6e982b3d1ec9.svg";
306
+
307
+ exports.ReactComponent = ForwardRef;
308
+ exports["default"] = wall_construction;