@trackunit/react-components 0.1.286 → 0.1.288
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/building_error.cjs.js +181 -0
- package/building_error.esm.js +159 -0
- package/index.cjs.js +121 -1361
- package/index.esm.js +122 -1363
- package/package.json +3 -2
- package/phone_lock_security.cjs.js +131 -0
- package/phone_lock_security.esm.js +109 -0
- package/road_block.cjs.js +244 -0
- package/road_block.esm.js +222 -0
- package/search_document.cjs.js +168 -0
- package/search_document.esm.js +146 -0
- package/src/components/EmptyState/images/index.d.ts +5 -0
- package/src/components/VirtualizedList/VirtualizedList.d.ts +24 -0
- package/src/components/VirtualizedList/VirtualizedList.variants.d.ts +5 -0
- package/src/components/index.d.ts +2 -1
- package/wall_construction.cjs.js +308 -0
- package/wall_construction.esm.js +286 -0
|
@@ -12,8 +12,8 @@ export * from "./Icon/Icon";
|
|
|
12
12
|
export * from "./Indicator";
|
|
13
13
|
export * from "./Menu";
|
|
14
14
|
export * from "./Modal";
|
|
15
|
-
export * from "./Page";
|
|
16
15
|
export * from "./Notice";
|
|
16
|
+
export * from "./Page";
|
|
17
17
|
export * from "./PageHeader";
|
|
18
18
|
export * from "./Pagination/Pagination";
|
|
19
19
|
export * from "./Popover";
|
|
@@ -34,5 +34,6 @@ export * from "./Text";
|
|
|
34
34
|
export * from "./Timeline/Timeline";
|
|
35
35
|
export * from "./Tooltip";
|
|
36
36
|
export * from "./ValueBar";
|
|
37
|
+
export * from "./VirtualizedList/VirtualizedList";
|
|
37
38
|
export * from "./Widget";
|
|
38
39
|
export * from "./buttons";
|
|
@@ -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;
|
|
@@ -0,0 +1,286 @@
|
|
|
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, _path35, _path36, _path37, _path38, _path39, _path40, _path41, _path42, _path43, _path44, _path45, _path46, _path47, _path48, _path49, _path50, _path51, _path52, _path53, _path54, _path55, _path56, _path57;
|
|
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 SvgWallConstruction = (_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: "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",
|
|
27
|
+
fill: "#F1F5F9"
|
|
28
|
+
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
29
|
+
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",
|
|
30
|
+
fill: "white"
|
|
31
|
+
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
32
|
+
d: "M156.772 131.248H9.44397",
|
|
33
|
+
stroke: "#334155",
|
|
34
|
+
strokeWidth: 2,
|
|
35
|
+
strokeLinecap: "round",
|
|
36
|
+
strokeLinejoin: "round"
|
|
37
|
+
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
38
|
+
d: "M44.798 116.95H21.698V131.248H44.798V116.95Z",
|
|
39
|
+
fill: "#E2E8F0"
|
|
40
|
+
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
41
|
+
d: "M44.798 116.95H21.698V131.248H44.798V116.95Z",
|
|
42
|
+
stroke: "#334155",
|
|
43
|
+
strokeWidth: 2,
|
|
44
|
+
strokeLinecap: "round",
|
|
45
|
+
strokeLinejoin: "round"
|
|
46
|
+
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
47
|
+
d: "M44.798 89.114H21.698V103.032H44.798V89.114Z",
|
|
48
|
+
fill: "#E2E8F0"
|
|
49
|
+
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M44.798 89.114H21.698V103.032H44.798V89.114Z",
|
|
51
|
+
stroke: "#334155",
|
|
52
|
+
strokeWidth: 2,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M57.3981 103.032H34.2981V116.95H57.3981V103.032Z",
|
|
57
|
+
fill: "#E2E8F0"
|
|
58
|
+
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
59
|
+
d: "M57.3981 103.032H34.2981V116.95H57.3981V103.032Z",
|
|
60
|
+
stroke: "#334155",
|
|
61
|
+
strokeWidth: 2,
|
|
62
|
+
strokeLinecap: "round",
|
|
63
|
+
strokeLinejoin: "round"
|
|
64
|
+
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
d: "M34.298 103.032H11.198V116.95H34.298V103.032Z",
|
|
66
|
+
fill: "#E2E8F0",
|
|
67
|
+
stroke: "#334155",
|
|
68
|
+
strokeWidth: 2,
|
|
69
|
+
strokeLinecap: "round",
|
|
70
|
+
strokeLinejoin: "round"
|
|
71
|
+
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
72
|
+
d: "M57.3981 75.196H34.2981V89.114H57.3981V75.196Z",
|
|
73
|
+
fill: "#E2E8F0"
|
|
74
|
+
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M57.3981 75.196H34.2981V89.114H57.3981V75.196Z",
|
|
76
|
+
stroke: "#334155",
|
|
77
|
+
strokeWidth: 2,
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeLinejoin: "round"
|
|
80
|
+
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
81
|
+
d: "M34.298 75.196H11.198V89.114H34.298V75.196Z",
|
|
82
|
+
fill: "#E2E8F0"
|
|
83
|
+
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
84
|
+
d: "M34.298 75.196H11.198V89.114H34.298V75.196Z",
|
|
85
|
+
stroke: "#334155",
|
|
86
|
+
strokeWidth: 2,
|
|
87
|
+
strokeLinecap: "round",
|
|
88
|
+
strokeLinejoin: "round"
|
|
89
|
+
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
90
|
+
d: "M44.798 61.28H21.698V75.198H44.798V61.28Z",
|
|
91
|
+
fill: "#E2E8F0"
|
|
92
|
+
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
93
|
+
d: "M44.798 61.28H21.698V75.198H44.798V61.28Z",
|
|
94
|
+
stroke: "#334155",
|
|
95
|
+
strokeWidth: 2,
|
|
96
|
+
strokeLinecap: "round",
|
|
97
|
+
strokeLinejoin: "round"
|
|
98
|
+
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
99
|
+
d: "M57.3981 47.362H34.2981V61.28H57.3981V47.362Z",
|
|
100
|
+
fill: "#E2E8F0"
|
|
101
|
+
})), _path18 || (_path18 = /*#__PURE__*/React.createElement("path", {
|
|
102
|
+
d: "M57.3981 47.362H34.2981V61.28H57.3981V47.362Z",
|
|
103
|
+
stroke: "#334155",
|
|
104
|
+
strokeWidth: 2,
|
|
105
|
+
strokeLinecap: "round",
|
|
106
|
+
strokeLinejoin: "round"
|
|
107
|
+
})), _path19 || (_path19 = /*#__PURE__*/React.createElement("path", {
|
|
108
|
+
d: "M9.44407 131.248H21.6981V116.95H4.92407C5.98482 121.846 7.49798 126.632 9.44407 131.248Z",
|
|
109
|
+
fill: "#E2E8F0"
|
|
110
|
+
})), _path20 || (_path20 = /*#__PURE__*/React.createElement("path", {
|
|
111
|
+
d: "M9.44407 131.248H21.6981V116.95H4.92407",
|
|
112
|
+
stroke: "#334155",
|
|
113
|
+
strokeWidth: 2,
|
|
114
|
+
strokeLinecap: "round",
|
|
115
|
+
strokeLinejoin: "round"
|
|
116
|
+
})), _path21 || (_path21 = /*#__PURE__*/React.createElement("path", {
|
|
117
|
+
d: "M4.92408 116.95H11.2001V103.032H3.18408C3.3558 107.713 3.93804 112.37 4.92408 116.95Z",
|
|
118
|
+
fill: "#E2E8F0"
|
|
119
|
+
})), _path22 || (_path22 = /*#__PURE__*/React.createElement("path", {
|
|
120
|
+
d: "M4.92408 116.95H11.1981V103.032H3.18408",
|
|
121
|
+
stroke: "#334155",
|
|
122
|
+
strokeWidth: 2,
|
|
123
|
+
strokeLinecap: "round",
|
|
124
|
+
strokeLinejoin: "round"
|
|
125
|
+
})), _path23 || (_path23 = /*#__PURE__*/React.createElement("path", {
|
|
126
|
+
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",
|
|
127
|
+
fill: "#E2E8F0"
|
|
128
|
+
})), _path24 || (_path24 = /*#__PURE__*/React.createElement("path", {
|
|
129
|
+
d: "M3.18408 103.032H21.6981V89.114H3.86408",
|
|
130
|
+
stroke: "#334155",
|
|
131
|
+
strokeWidth: 2,
|
|
132
|
+
strokeLinecap: "round",
|
|
133
|
+
strokeLinejoin: "round"
|
|
134
|
+
})), _path25 || (_path25 = /*#__PURE__*/React.createElement("path", {
|
|
135
|
+
d: "M11.2 89.114V75.2H7.04801C5.57164 79.7345 4.50602 84.3926 3.86401 89.118L11.2 89.114Z",
|
|
136
|
+
fill: "#E2E8F0"
|
|
137
|
+
})), _path26 || (_path26 = /*#__PURE__*/React.createElement("path", {
|
|
138
|
+
d: "M3.86401 89.114H11.198V75.196H7.04801",
|
|
139
|
+
stroke: "#334155",
|
|
140
|
+
strokeWidth: 2,
|
|
141
|
+
strokeLinecap: "round",
|
|
142
|
+
strokeLinejoin: "round"
|
|
143
|
+
})), _path27 || (_path27 = /*#__PURE__*/React.createElement("path", {
|
|
144
|
+
d: "M21.6981 75.2V61.28H13.0981C10.6418 65.7163 8.61592 70.3776 7.0481 75.2H21.6981Z",
|
|
145
|
+
fill: "#E2E8F0"
|
|
146
|
+
})), _path28 || (_path28 = /*#__PURE__*/React.createElement("path", {
|
|
147
|
+
d: "M7.0481 75.196H21.6981V61.28H13.1021",
|
|
148
|
+
stroke: "#334155",
|
|
149
|
+
strokeWidth: 2,
|
|
150
|
+
strokeLinecap: "round",
|
|
151
|
+
strokeLinejoin: "round"
|
|
152
|
+
})), _path29 || (_path29 = /*#__PURE__*/React.createElement("path", {
|
|
153
|
+
d: "M13.1021 61.28H34.302V47.362H22.9021C19.1507 51.6404 15.8655 56.306 13.1021 61.28Z",
|
|
154
|
+
fill: "#E2E8F0"
|
|
155
|
+
})), _path30 || (_path30 = /*#__PURE__*/React.createElement("path", {
|
|
156
|
+
d: "M13.1021 61.28H34.298V47.362H22.8921",
|
|
157
|
+
stroke: "#334155",
|
|
158
|
+
strokeWidth: 2,
|
|
159
|
+
strokeLinecap: "round",
|
|
160
|
+
strokeLinejoin: "round"
|
|
161
|
+
})), _path31 || (_path31 = /*#__PURE__*/React.createElement("path", {
|
|
162
|
+
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",
|
|
163
|
+
fill: "#E2E8F0"
|
|
164
|
+
})), _path32 || (_path32 = /*#__PURE__*/React.createElement("path", {
|
|
165
|
+
d: "M93.034 158.926H64.4821V169.308H93.034V158.926Z",
|
|
166
|
+
fill: "#E2E8F0"
|
|
167
|
+
})), _path33 || (_path33 = /*#__PURE__*/React.createElement("path", {
|
|
168
|
+
d: "M93.034 158.926H64.4821V169.308H93.034V158.926Z",
|
|
169
|
+
stroke: "#334155",
|
|
170
|
+
strokeWidth: 2,
|
|
171
|
+
strokeLinecap: "round",
|
|
172
|
+
strokeLinejoin: "round"
|
|
173
|
+
})), _path34 || (_path34 = /*#__PURE__*/React.createElement("path", {
|
|
174
|
+
d: "M69.2588 145.594L44.8698 160.439L50.2679 169.308L74.6569 154.462L69.2588 145.594Z",
|
|
175
|
+
fill: "#E2E8F0"
|
|
176
|
+
})), _path35 || (_path35 = /*#__PURE__*/React.createElement("path", {
|
|
177
|
+
d: "M69.2588 145.594L44.8698 160.439L50.2679 169.308L74.6569 154.462L69.2588 145.594Z",
|
|
178
|
+
stroke: "#334155",
|
|
179
|
+
strokeWidth: 2,
|
|
180
|
+
strokeLinecap: "round",
|
|
181
|
+
strokeLinejoin: "round"
|
|
182
|
+
})), _path36 || (_path36 = /*#__PURE__*/React.createElement("path", {
|
|
183
|
+
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",
|
|
184
|
+
fill: "#E2E8F0"
|
|
185
|
+
})), _path37 || (_path37 = /*#__PURE__*/React.createElement("path", {
|
|
186
|
+
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",
|
|
187
|
+
fill: "white"
|
|
188
|
+
})), _path38 || (_path38 = /*#__PURE__*/React.createElement("path", {
|
|
189
|
+
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",
|
|
190
|
+
stroke: "#334155",
|
|
191
|
+
strokeWidth: 2,
|
|
192
|
+
strokeLinecap: "round",
|
|
193
|
+
strokeLinejoin: "round"
|
|
194
|
+
})), _path39 || (_path39 = /*#__PURE__*/React.createElement("path", {
|
|
195
|
+
d: "M135.261 50.8623L117.309 63.5796L121.933 70.1075L139.885 57.3903L135.261 50.8623Z",
|
|
196
|
+
fill: "#E2E8F0"
|
|
197
|
+
})), _path40 || (_path40 = /*#__PURE__*/React.createElement("path", {
|
|
198
|
+
d: "M135.261 50.8623L117.309 63.5796L121.933 70.1075L139.885 57.3903L135.261 50.8623Z",
|
|
199
|
+
stroke: "#334155",
|
|
200
|
+
strokeWidth: 2,
|
|
201
|
+
strokeLinecap: "round",
|
|
202
|
+
strokeLinejoin: "round"
|
|
203
|
+
})), _path41 || (_path41 = /*#__PURE__*/React.createElement("path", {
|
|
204
|
+
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",
|
|
205
|
+
fill: "white"
|
|
206
|
+
})), _path42 || (_path42 = /*#__PURE__*/React.createElement("path", {
|
|
207
|
+
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",
|
|
208
|
+
stroke: "#334155",
|
|
209
|
+
strokeWidth: 2,
|
|
210
|
+
strokeLinecap: "round",
|
|
211
|
+
strokeLinejoin: "round"
|
|
212
|
+
})), _path43 || (_path43 = /*#__PURE__*/React.createElement("path", {
|
|
213
|
+
d: "M91.2611 63.8681L85.6315 69.552L101.262 85.0335L106.892 79.3496L91.2611 63.8681Z",
|
|
214
|
+
fill: "#E2E8F0"
|
|
215
|
+
})), _path44 || (_path44 = /*#__PURE__*/React.createElement("path", {
|
|
216
|
+
d: "M91.2611 63.8681L85.6315 69.552L101.262 85.0335L106.892 79.3496L91.2611 63.8681Z",
|
|
217
|
+
stroke: "#334155",
|
|
218
|
+
strokeWidth: 2,
|
|
219
|
+
strokeLinecap: "round",
|
|
220
|
+
strokeLinejoin: "round"
|
|
221
|
+
})), _path45 || (_path45 = /*#__PURE__*/React.createElement("path", {
|
|
222
|
+
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",
|
|
223
|
+
fill: "white"
|
|
224
|
+
})), _path46 || (_path46 = /*#__PURE__*/React.createElement("path", {
|
|
225
|
+
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",
|
|
226
|
+
stroke: "#334155",
|
|
227
|
+
strokeWidth: 2,
|
|
228
|
+
strokeLinecap: "round",
|
|
229
|
+
strokeLinejoin: "round"
|
|
230
|
+
})), _path47 || (_path47 = /*#__PURE__*/React.createElement("path", {
|
|
231
|
+
d: "M151.16 123.83L94.6701 137.28L73.3881 99.618H161.744L151.16 123.83Z",
|
|
232
|
+
fill: "#E2E8F0"
|
|
233
|
+
})), _path48 || (_path48 = /*#__PURE__*/React.createElement("path", {
|
|
234
|
+
d: "M151.16 123.83L94.6701 137.28L73.3881 99.618H161.744L151.16 123.83Z",
|
|
235
|
+
stroke: "#334155",
|
|
236
|
+
strokeWidth: 2,
|
|
237
|
+
strokeLinecap: "round",
|
|
238
|
+
strokeLinejoin: "round"
|
|
239
|
+
})), _path49 || (_path49 = /*#__PURE__*/React.createElement("path", {
|
|
240
|
+
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",
|
|
241
|
+
fill: "#E2E8F0"
|
|
242
|
+
})), _path50 || (_path50 = /*#__PURE__*/React.createElement("path", {
|
|
243
|
+
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",
|
|
244
|
+
stroke: "#334155",
|
|
245
|
+
strokeWidth: 2,
|
|
246
|
+
strokeLinecap: "round",
|
|
247
|
+
strokeLinejoin: "round"
|
|
248
|
+
})), _path51 || (_path51 = /*#__PURE__*/React.createElement("path", {
|
|
249
|
+
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",
|
|
250
|
+
fill: "#E2E8F0"
|
|
251
|
+
})), _path52 || (_path52 = /*#__PURE__*/React.createElement("path", {
|
|
252
|
+
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",
|
|
253
|
+
fill: "white"
|
|
254
|
+
})), _path53 || (_path53 = /*#__PURE__*/React.createElement("path", {
|
|
255
|
+
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",
|
|
256
|
+
stroke: "#334155",
|
|
257
|
+
strokeWidth: 2,
|
|
258
|
+
strokeLinecap: "round",
|
|
259
|
+
strokeLinejoin: "round"
|
|
260
|
+
})), _path54 || (_path54 = /*#__PURE__*/React.createElement("path", {
|
|
261
|
+
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",
|
|
262
|
+
stroke: "#334155",
|
|
263
|
+
strokeWidth: 2,
|
|
264
|
+
strokeLinecap: "round",
|
|
265
|
+
strokeLinejoin: "round"
|
|
266
|
+
})), _path55 || (_path55 = /*#__PURE__*/React.createElement("path", {
|
|
267
|
+
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",
|
|
268
|
+
fill: "white",
|
|
269
|
+
stroke: "#334155",
|
|
270
|
+
strokeWidth: 2,
|
|
271
|
+
strokeMiterlimit: 10
|
|
272
|
+
})), _path56 || (_path56 = /*#__PURE__*/React.createElement("path", {
|
|
273
|
+
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",
|
|
274
|
+
fill: "#E2E8F0"
|
|
275
|
+
})), _path57 || (_path57 = /*#__PURE__*/React.createElement("path", {
|
|
276
|
+
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",
|
|
277
|
+
stroke: "#334155",
|
|
278
|
+
strokeWidth: 2,
|
|
279
|
+
strokeLinecap: "round",
|
|
280
|
+
strokeLinejoin: "round"
|
|
281
|
+
})));
|
|
282
|
+
};
|
|
283
|
+
var ForwardRef = /*#__PURE__*/forwardRef(SvgWallConstruction);
|
|
284
|
+
var wall_construction = "143a6e982b3d1ec9.svg";
|
|
285
|
+
|
|
286
|
+
export { ForwardRef as ReactComponent, wall_construction as default };
|