@trackunit/react-components 0.1.285 → 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
|
@@ -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,168 @@
|
|
|
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 _g, _defs;
|
|
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 SvgSearchDocument = (_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, _g || (_g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
47
|
+
clipPath: "url(#clip0_6094_4003)"
|
|
48
|
+
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
49
|
+
d: "M173.477 131.639C190.951 91.0584 172.219 43.9962 131.638 26.5228C91.0573 9.04929 43.995 27.7814 26.5216 68.3622C9.0481 108.943 27.7802 156.005 68.361 173.479C108.942 190.952 156.004 172.22 173.477 131.639Z",
|
|
50
|
+
fill: "#F1F5F9"
|
|
51
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
52
|
+
d: "M89.8199 164.758C103.793 164.758 115.12 163.213 115.12 161.308C115.12 159.403 103.793 157.858 89.8199 157.858C75.8471 157.858 64.5199 159.403 64.5199 161.308C64.5199 163.213 75.8471 164.758 89.8199 164.758Z",
|
|
53
|
+
fill: "#E2E8F0"
|
|
54
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
55
|
+
d: "M52.986 46.712H108.53L130.748 68.93V144.296C130.748 144.661 130.677 145.022 130.537 145.359C130.398 145.696 130.193 146.002 129.936 146.26C129.678 146.518 129.372 146.723 129.035 146.862C128.698 147.002 128.337 147.074 127.972 147.074H52.986C52.6205 147.075 52.2584 147.004 51.9204 146.865C51.5824 146.726 51.2752 146.521 51.0164 146.263C50.7576 146.005 50.5523 145.698 50.4122 145.361C50.2721 145.023 50.2 144.661 50.2 144.296V49.496C50.1992 49.13 50.2707 48.7675 50.4105 48.4292C50.5502 48.0909 50.7554 47.7836 51.0143 47.5249C51.2732 47.2662 51.5807 47.0612 51.919 46.9217C52.2574 46.7822 52.62 46.7109 52.986 46.712Z",
|
|
56
|
+
fill: "white"
|
|
57
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
58
|
+
d: "M52.986 46.712H108.53L130.748 68.93V144.296C130.748 144.661 130.677 145.022 130.537 145.359C130.398 145.696 130.193 146.002 129.936 146.26C129.678 146.518 129.372 146.723 129.035 146.862C128.698 147.002 128.337 147.074 127.972 147.074H52.986C52.6205 147.075 52.2584 147.004 51.9204 146.865C51.5824 146.726 51.2752 146.521 51.0164 146.263C50.7576 146.005 50.5523 145.698 50.4122 145.361C50.2721 145.023 50.2 144.661 50.2 144.296V49.496C50.1992 49.13 50.2707 48.7675 50.4105 48.4292C50.5502 48.0909 50.7554 47.7836 51.0143 47.5249C51.2732 47.2662 51.5807 47.0612 51.919 46.9217C52.2574 46.7822 52.62 46.7109 52.986 46.712Z",
|
|
59
|
+
stroke: "#334155",
|
|
60
|
+
strokeWidth: 2.00125,
|
|
61
|
+
strokeLinecap: "round",
|
|
62
|
+
strokeLinejoin: "round"
|
|
63
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
64
|
+
d: "M130.748 68.93L108.53 46.712V66.152C108.53 66.8887 108.823 67.5953 109.344 68.1163C109.865 68.6373 110.571 68.93 111.308 68.93H130.748Z",
|
|
65
|
+
fill: "#E2E8F0",
|
|
66
|
+
stroke: "#334155",
|
|
67
|
+
strokeWidth: 2.00125,
|
|
68
|
+
strokeLinecap: "round",
|
|
69
|
+
strokeLinejoin: "round"
|
|
70
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
71
|
+
d: "M65.1139 67.412H95.6639",
|
|
72
|
+
stroke: "#334155",
|
|
73
|
+
strokeWidth: 2.00125,
|
|
74
|
+
strokeLinecap: "round",
|
|
75
|
+
strokeLinejoin: "round"
|
|
76
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
77
|
+
d: "M65.1139 80.374H95.6639",
|
|
78
|
+
stroke: "#334155",
|
|
79
|
+
strokeWidth: 2.00125,
|
|
80
|
+
strokeLinecap: "round",
|
|
81
|
+
strokeLinejoin: "round"
|
|
82
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
83
|
+
d: "M65.1139 93.598H116.908",
|
|
84
|
+
stroke: "#334155",
|
|
85
|
+
strokeWidth: 2.00125,
|
|
86
|
+
strokeLinecap: "round",
|
|
87
|
+
strokeLinejoin: "round"
|
|
88
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
89
|
+
d: "M65.1139 106.248H116.908",
|
|
90
|
+
stroke: "#334155",
|
|
91
|
+
strokeWidth: 2.00125,
|
|
92
|
+
strokeLinecap: "round",
|
|
93
|
+
strokeLinejoin: "round"
|
|
94
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
95
|
+
d: "M65.1139 119.474H116.908",
|
|
96
|
+
stroke: "#334155",
|
|
97
|
+
strokeWidth: 2.00125,
|
|
98
|
+
strokeLinecap: "round",
|
|
99
|
+
strokeLinejoin: "round"
|
|
100
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
101
|
+
d: "M65.1139 132.124H116.908",
|
|
102
|
+
stroke: "#334155",
|
|
103
|
+
strokeWidth: 2.00125,
|
|
104
|
+
strokeLinecap: "round",
|
|
105
|
+
strokeLinejoin: "round"
|
|
106
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
107
|
+
d: "M141.73 83.7514L136.792 88.6898L149.139 101.037L154.078 96.0989L141.73 83.7514Z",
|
|
108
|
+
fill: "white",
|
|
109
|
+
stroke: "#334155",
|
|
110
|
+
strokeWidth: 2.00125,
|
|
111
|
+
strokeLinecap: "round",
|
|
112
|
+
strokeLinejoin: "round"
|
|
113
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
114
|
+
d: "M142.966 45.472C147.362 49.8679 150.355 55.4685 151.568 61.5657C152.781 67.6629 152.158 73.9828 149.779 79.7262C147.4 85.4697 143.371 90.3786 138.202 93.8324C133.034 97.2862 126.957 99.1296 120.74 99.1296C114.523 99.1296 108.446 97.2862 103.277 93.8324C98.1083 90.3786 94.0796 85.4697 91.7006 79.7262C89.3215 73.9828 88.699 67.6629 89.9118 61.5657C91.1245 55.4685 94.1181 49.8679 98.5139 45.472C104.409 39.5777 112.404 36.2664 120.74 36.2664C129.076 36.2664 137.071 39.5777 142.966 45.472Z",
|
|
115
|
+
fill: "white",
|
|
116
|
+
stroke: "#334155",
|
|
117
|
+
strokeWidth: 2.00125,
|
|
118
|
+
strokeLinecap: "round",
|
|
119
|
+
strokeLinejoin: "round"
|
|
120
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
121
|
+
d: "M136.8 51.646C139.974 54.8207 142.136 58.8655 143.012 63.2688C143.888 67.6721 143.438 72.2362 141.72 76.384C140.002 80.5318 137.092 84.0769 133.359 86.5711C129.626 89.0654 125.238 90.3966 120.748 90.3966C116.258 90.3966 111.87 89.0654 108.137 86.5711C104.404 84.0769 101.494 80.5318 99.7761 76.384C98.0579 72.2362 97.6083 67.6721 98.484 63.2688C99.3597 58.8655 101.522 54.8207 104.696 51.646C106.804 49.5379 109.306 47.8657 112.061 46.7248C114.815 45.5839 117.767 44.9966 120.748 44.9966C123.729 44.9966 126.681 45.5839 129.435 46.7248C132.19 47.8657 134.692 49.5379 136.8 51.646Z",
|
|
122
|
+
fill: "#E2E8F0"
|
|
123
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
124
|
+
d: "M133.95 86.164C130.556 88.5917 126.559 90.0371 122.398 90.3415C118.236 90.6459 114.071 89.7975 110.361 87.8896C106.65 85.9816 103.537 83.0878 101.363 79.5261C99.1895 75.9644 98.0396 71.8726 98.0396 67.7C98.0396 63.5274 99.1895 59.4356 101.363 55.8739C103.537 52.3122 106.65 49.4184 110.361 47.5104C114.071 45.6024 118.236 44.7541 122.398 45.0585C126.559 45.3629 130.556 46.8083 133.95 49.236V86.164Z",
|
|
125
|
+
stroke: "#334155",
|
|
126
|
+
strokeWidth: 2.00125,
|
|
127
|
+
strokeLinecap: "round",
|
|
128
|
+
strokeLinejoin: "round"
|
|
129
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
130
|
+
d: "M133.95 86.164C130.556 88.5917 126.559 90.0371 122.398 90.3415C118.236 90.6459 114.071 89.7975 110.361 87.8896C106.65 85.9816 103.537 83.0878 101.363 79.5261C99.1895 75.9644 98.0396 71.8726 98.0396 67.7C98.0396 63.5274 99.1895 59.4356 101.363 55.8739C103.537 52.3122 106.65 49.4184 110.361 47.5104C114.071 45.6024 118.236 44.7541 122.398 45.0585C126.559 45.3629 130.556 46.8083 133.95 49.236V86.164Z",
|
|
131
|
+
fill: "#E2E8F0"
|
|
132
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
133
|
+
d: "M104.688 83.75C100.431 79.4917 98.0394 73.7166 98.0402 67.6952C98.0409 61.6737 100.434 55.8992 104.692 51.642C108.95 47.3847 114.725 44.9935 120.747 44.9942C126.768 44.995 132.543 47.3877 136.8 51.646L104.688 83.75Z",
|
|
134
|
+
fill: "white"
|
|
135
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
136
|
+
d: "M136.8 51.646C139.974 54.8207 142.136 58.8655 143.012 63.2688C143.888 67.6721 143.438 72.2362 141.72 76.384C140.002 80.5318 137.092 84.0769 133.359 86.5711C129.626 89.0654 125.238 90.3966 120.748 90.3966C116.258 90.3966 111.87 89.0654 108.137 86.5711C104.404 84.0769 101.494 80.5318 99.7761 76.384C98.0579 72.2362 97.6083 67.6721 98.484 63.2688C99.3597 58.8655 101.522 54.8207 104.696 51.646C106.804 49.5379 109.306 47.8657 112.061 46.7248C114.815 45.5839 117.767 44.9966 120.748 44.9966C123.729 44.9966 126.681 45.5839 129.435 46.7248C132.19 47.8657 134.692 49.5379 136.8 51.646Z",
|
|
137
|
+
stroke: "#334155",
|
|
138
|
+
strokeWidth: 2.00125,
|
|
139
|
+
strokeLinecap: "round",
|
|
140
|
+
strokeLinejoin: "round"
|
|
141
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
142
|
+
d: "M133.95 86.164C130.556 88.5917 126.559 90.0371 122.398 90.3415C118.236 90.6459 114.071 89.7975 110.361 87.8896C106.65 85.9816 103.537 83.0878 101.363 79.5261C99.1895 75.9644 98.0396 71.8726 98.0396 67.7C98.0396 63.5274 99.1895 59.4356 101.363 55.8739C103.537 52.3122 106.65 49.4184 110.361 47.5104C114.071 45.6024 118.236 44.7541 122.398 45.0585C126.559 45.3629 130.556 46.8083 133.95 49.236V86.164Z",
|
|
143
|
+
stroke: "#334155",
|
|
144
|
+
strokeWidth: 2.00125,
|
|
145
|
+
strokeLinecap: "round",
|
|
146
|
+
strokeLinejoin: "round"
|
|
147
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
148
|
+
d: "M175.068 112.15C176.318 113.471 177.004 115.227 176.979 117.045C176.955 118.863 176.222 120.6 174.937 121.887C173.651 123.173 171.915 123.908 170.097 123.934C168.279 123.961 166.522 123.277 165.2 122.028L149.284 106.112C148.941 105.77 148.67 105.364 148.485 104.916C148.299 104.469 148.204 103.99 148.204 103.506C148.204 103.022 148.299 102.543 148.485 102.095C148.67 101.648 148.941 101.242 149.284 100.9L153.95 96.234C154.292 95.8916 154.698 95.62 155.145 95.4346C155.593 95.2493 156.072 95.1539 156.556 95.1539C157.04 95.1539 157.519 95.2493 157.966 95.4346C158.414 95.62 158.82 95.8916 159.162 96.234L175.068 112.15Z",
|
|
149
|
+
fill: "#E2E8F0"
|
|
150
|
+
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
151
|
+
d: "M175.068 112.15C176.318 113.471 177.004 115.227 176.979 117.045C176.954 118.863 176.222 120.6 174.937 121.887C173.651 123.173 171.915 123.908 170.097 123.934C168.279 123.961 166.522 123.277 165.2 122.028L149.284 106.112C148.941 105.77 148.67 105.364 148.485 104.916C148.299 104.469 148.204 103.99 148.204 103.506C148.204 103.022 148.299 102.543 148.485 102.095C148.67 101.648 148.941 101.242 149.284 100.9L153.95 96.234C154.292 95.8916 154.698 95.62 155.145 95.4346C155.593 95.2493 156.072 95.1539 156.556 95.1539C157.04 95.1539 157.519 95.2493 157.966 95.4346C158.414 95.62 158.82 95.8916 159.162 96.234L175.068 112.15Z",
|
|
152
|
+
stroke: "#334155",
|
|
153
|
+
strokeWidth: 2.00125,
|
|
154
|
+
strokeLinecap: "round",
|
|
155
|
+
strokeLinejoin: "round"
|
|
156
|
+
}))), _defs || (_defs = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
157
|
+
id: "clip0_6094_4003"
|
|
158
|
+
}, /*#__PURE__*/React__namespace.createElement("rect", {
|
|
159
|
+
width: 200,
|
|
160
|
+
height: 200,
|
|
161
|
+
fill: "white"
|
|
162
|
+
})))));
|
|
163
|
+
};
|
|
164
|
+
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgSearchDocument);
|
|
165
|
+
var search_document = "data:image/svg+xml,%3Csvg%20width%3D%22200%22%20height%3D%22200%22%20viewBox%3D%220%200%20200%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_6094_4003%29%22%3E%3Cpath%20d%3D%22M173.477%20131.639C190.951%2091.0584%20172.219%2043.9962%20131.638%2026.5228C91.0573%209.04929%2043.995%2027.7814%2026.5216%2068.3622C9.0481%20108.943%2027.7802%20156.005%2068.361%20173.479C108.942%20190.952%20156.004%20172.22%20173.477%20131.639Z%22%20fill%3D%22%23F1F5F9%22%2F%3E%3Cpath%20d%3D%22M89.8199%20164.758C103.793%20164.758%20115.12%20163.213%20115.12%20161.308C115.12%20159.403%20103.793%20157.858%2089.8199%20157.858C75.8471%20157.858%2064.5199%20159.403%2064.5199%20161.308C64.5199%20163.213%2075.8471%20164.758%2089.8199%20164.758Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M52.986%2046.712H108.53L130.748%2068.93V144.296C130.748%20144.661%20130.677%20145.022%20130.537%20145.359C130.398%20145.696%20130.193%20146.002%20129.936%20146.26C129.678%20146.518%20129.372%20146.723%20129.035%20146.862C128.698%20147.002%20128.337%20147.074%20127.972%20147.074H52.986C52.6205%20147.075%2052.2584%20147.004%2051.9204%20146.865C51.5824%20146.726%2051.2752%20146.521%2051.0164%20146.263C50.7576%20146.005%2050.5523%20145.698%2050.4122%20145.361C50.2721%20145.023%2050.2%20144.661%2050.2%20144.296V49.496C50.1992%2049.13%2050.2707%2048.7675%2050.4105%2048.4292C50.5502%2048.0909%2050.7554%2047.7836%2051.0143%2047.5249C51.2732%2047.2662%2051.5807%2047.0612%2051.919%2046.9217C52.2574%2046.7822%2052.62%2046.7109%2052.986%2046.712Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M52.986%2046.712H108.53L130.748%2068.93V144.296C130.748%20144.661%20130.677%20145.022%20130.537%20145.359C130.398%20145.696%20130.193%20146.002%20129.936%20146.26C129.678%20146.518%20129.372%20146.723%20129.035%20146.862C128.698%20147.002%20128.337%20147.074%20127.972%20147.074H52.986C52.6205%20147.075%2052.2584%20147.004%2051.9204%20146.865C51.5824%20146.726%2051.2752%20146.521%2051.0164%20146.263C50.7576%20146.005%2050.5523%20145.698%2050.4122%20145.361C50.2721%20145.023%2050.2%20144.661%2050.2%20144.296V49.496C50.1992%2049.13%2050.2707%2048.7675%2050.4105%2048.4292C50.5502%2048.0909%2050.7554%2047.7836%2051.0143%2047.5249C51.2732%2047.2662%2051.5807%2047.0612%2051.919%2046.9217C52.2574%2046.7822%2052.62%2046.7109%2052.986%2046.712Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M130.748%2068.93L108.53%2046.712V66.152C108.53%2066.8887%20108.823%2067.5953%20109.344%2068.1163C109.865%2068.6373%20110.571%2068.93%20111.308%2068.93H130.748Z%22%20fill%3D%22%23E2E8F0%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%2067.412H95.6639%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%2080.374H95.6639%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%2093.598H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%20106.248H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%20119.474H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%20132.124H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M141.73%2083.7514L136.792%2088.6898L149.139%20101.037L154.078%2096.0989L141.73%2083.7514Z%22%20fill%3D%22white%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M142.966%2045.472C147.362%2049.8679%20150.355%2055.4685%20151.568%2061.5657C152.781%2067.6629%20152.158%2073.9828%20149.779%2079.7262C147.4%2085.4697%20143.371%2090.3786%20138.202%2093.8324C133.034%2097.2862%20126.957%2099.1296%20120.74%2099.1296C114.523%2099.1296%20108.446%2097.2862%20103.277%2093.8324C98.1083%2090.3786%2094.0796%2085.4697%2091.7006%2079.7262C89.3215%2073.9828%2088.699%2067.6629%2089.9118%2061.5657C91.1245%2055.4685%2094.1181%2049.8679%2098.5139%2045.472C104.409%2039.5777%20112.404%2036.2664%20120.74%2036.2664C129.076%2036.2664%20137.071%2039.5777%20142.966%2045.472Z%22%20fill%3D%22white%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M136.8%2051.646C139.974%2054.8207%20142.136%2058.8655%20143.012%2063.2688C143.888%2067.6721%20143.438%2072.2362%20141.72%2076.384C140.002%2080.5318%20137.092%2084.0769%20133.359%2086.5711C129.626%2089.0654%20125.238%2090.3966%20120.748%2090.3966C116.258%2090.3966%20111.87%2089.0654%20108.137%2086.5711C104.404%2084.0769%20101.494%2080.5318%2099.7761%2076.384C98.0579%2072.2362%2097.6083%2067.6721%2098.484%2063.2688C99.3597%2058.8655%20101.522%2054.8207%20104.696%2051.646C106.804%2049.5379%20109.306%2047.8657%20112.061%2046.7248C114.815%2045.5839%20117.767%2044.9966%20120.748%2044.9966C123.729%2044.9966%20126.681%2045.5839%20129.435%2046.7248C132.19%2047.8657%20134.692%2049.5379%20136.8%2051.646Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M133.95%2086.164C130.556%2088.5917%20126.559%2090.0371%20122.398%2090.3415C118.236%2090.6459%20114.071%2089.7975%20110.361%2087.8896C106.65%2085.9816%20103.537%2083.0878%20101.363%2079.5261C99.1895%2075.9644%2098.0396%2071.8726%2098.0396%2067.7C98.0396%2063.5274%2099.1895%2059.4356%20101.363%2055.8739C103.537%2052.3122%20106.65%2049.4184%20110.361%2047.5104C114.071%2045.6024%20118.236%2044.7541%20122.398%2045.0585C126.559%2045.3629%20130.556%2046.8083%20133.95%2049.236V86.164Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M133.95%2086.164C130.556%2088.5917%20126.559%2090.0371%20122.398%2090.3415C118.236%2090.6459%20114.071%2089.7975%20110.361%2087.8896C106.65%2085.9816%20103.537%2083.0878%20101.363%2079.5261C99.1895%2075.9644%2098.0396%2071.8726%2098.0396%2067.7C98.0396%2063.5274%2099.1895%2059.4356%20101.363%2055.8739C103.537%2052.3122%20106.65%2049.4184%20110.361%2047.5104C114.071%2045.6024%20118.236%2044.7541%20122.398%2045.0585C126.559%2045.3629%20130.556%2046.8083%20133.95%2049.236V86.164Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M104.688%2083.75C100.431%2079.4917%2098.0394%2073.7166%2098.0402%2067.6952C98.0409%2061.6737%20100.434%2055.8992%20104.692%2051.642C108.95%2047.3847%20114.725%2044.9935%20120.747%2044.9942C126.768%2044.995%20132.543%2047.3877%20136.8%2051.646L104.688%2083.75Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M136.8%2051.646C139.974%2054.8207%20142.136%2058.8655%20143.012%2063.2688C143.888%2067.6721%20143.438%2072.2362%20141.72%2076.384C140.002%2080.5318%20137.092%2084.0769%20133.359%2086.5711C129.626%2089.0654%20125.238%2090.3966%20120.748%2090.3966C116.258%2090.3966%20111.87%2089.0654%20108.137%2086.5711C104.404%2084.0769%20101.494%2080.5318%2099.7761%2076.384C98.0579%2072.2362%2097.6083%2067.6721%2098.484%2063.2688C99.3597%2058.8655%20101.522%2054.8207%20104.696%2051.646C106.804%2049.5379%20109.306%2047.8657%20112.061%2046.7248C114.815%2045.5839%20117.767%2044.9966%20120.748%2044.9966C123.729%2044.9966%20126.681%2045.5839%20129.435%2046.7248C132.19%2047.8657%20134.692%2049.5379%20136.8%2051.646Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M133.95%2086.164C130.556%2088.5917%20126.559%2090.0371%20122.398%2090.3415C118.236%2090.6459%20114.071%2089.7975%20110.361%2087.8896C106.65%2085.9816%20103.537%2083.0878%20101.363%2079.5261C99.1895%2075.9644%2098.0396%2071.8726%2098.0396%2067.7C98.0396%2063.5274%2099.1895%2059.4356%20101.363%2055.8739C103.537%2052.3122%20106.65%2049.4184%20110.361%2047.5104C114.071%2045.6024%20118.236%2044.7541%20122.398%2045.0585C126.559%2045.3629%20130.556%2046.8083%20133.95%2049.236V86.164Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M175.068%20112.15C176.318%20113.471%20177.004%20115.227%20176.979%20117.045C176.955%20118.863%20176.222%20120.6%20174.937%20121.887C173.651%20123.173%20171.915%20123.908%20170.097%20123.934C168.279%20123.961%20166.522%20123.277%20165.2%20122.028L149.284%20106.112C148.941%20105.77%20148.67%20105.364%20148.485%20104.916C148.299%20104.469%20148.204%20103.99%20148.204%20103.506C148.204%20103.022%20148.299%20102.543%20148.485%20102.095C148.67%20101.648%20148.941%20101.242%20149.284%20100.9L153.95%2096.234C154.292%2095.8916%20154.698%2095.62%20155.145%2095.4346C155.593%2095.2493%20156.072%2095.1539%20156.556%2095.1539C157.04%2095.1539%20157.519%2095.2493%20157.966%2095.4346C158.414%2095.62%20158.82%2095.8916%20159.162%2096.234L175.068%20112.15Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M175.068%20112.15C176.318%20113.471%20177.004%20115.227%20176.979%20117.045C176.954%20118.863%20176.222%20120.6%20174.937%20121.887C173.651%20123.173%20171.915%20123.908%20170.097%20123.934C168.279%20123.961%20166.522%20123.277%20165.2%20122.028L149.284%20106.112C148.941%20105.77%20148.67%20105.364%20148.485%20104.916C148.299%20104.469%20148.204%20103.99%20148.204%20103.506C148.204%20103.022%20148.299%20102.543%20148.485%20102.095C148.67%20101.648%20148.941%20101.242%20149.284%20100.9L153.95%2096.234C154.292%2095.8916%20154.698%2095.62%20155.145%2095.4346C155.593%2095.2493%20156.072%2095.1539%20156.556%2095.1539C157.04%2095.1539%20157.519%2095.2493%20157.966%2095.4346C158.414%2095.62%20158.82%2095.8916%20159.162%2096.234L175.068%20112.15Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6094_4003%22%3E%3Crect%20width%3D%22200%22%20height%3D%22200%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E";
|
|
166
|
+
|
|
167
|
+
exports.ReactComponent = ForwardRef;
|
|
168
|
+
exports["default"] = search_document;
|
|
@@ -0,0 +1,146 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { forwardRef } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g, _defs;
|
|
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 SvgSearchDocument = (_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, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
26
|
+
clipPath: "url(#clip0_6094_4003)"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M173.477 131.639C190.951 91.0584 172.219 43.9962 131.638 26.5228C91.0573 9.04929 43.995 27.7814 26.5216 68.3622C9.0481 108.943 27.7802 156.005 68.361 173.479C108.942 190.952 156.004 172.22 173.477 131.639Z",
|
|
29
|
+
fill: "#F1F5F9"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
d: "M89.8199 164.758C103.793 164.758 115.12 163.213 115.12 161.308C115.12 159.403 103.793 157.858 89.8199 157.858C75.8471 157.858 64.5199 159.403 64.5199 161.308C64.5199 163.213 75.8471 164.758 89.8199 164.758Z",
|
|
32
|
+
fill: "#E2E8F0"
|
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
+
d: "M52.986 46.712H108.53L130.748 68.93V144.296C130.748 144.661 130.677 145.022 130.537 145.359C130.398 145.696 130.193 146.002 129.936 146.26C129.678 146.518 129.372 146.723 129.035 146.862C128.698 147.002 128.337 147.074 127.972 147.074H52.986C52.6205 147.075 52.2584 147.004 51.9204 146.865C51.5824 146.726 51.2752 146.521 51.0164 146.263C50.7576 146.005 50.5523 145.698 50.4122 145.361C50.2721 145.023 50.2 144.661 50.2 144.296V49.496C50.1992 49.13 50.2707 48.7675 50.4105 48.4292C50.5502 48.0909 50.7554 47.7836 51.0143 47.5249C51.2732 47.2662 51.5807 47.0612 51.919 46.9217C52.2574 46.7822 52.62 46.7109 52.986 46.712Z",
|
|
35
|
+
fill: "white"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
+
d: "M52.986 46.712H108.53L130.748 68.93V144.296C130.748 144.661 130.677 145.022 130.537 145.359C130.398 145.696 130.193 146.002 129.936 146.26C129.678 146.518 129.372 146.723 129.035 146.862C128.698 147.002 128.337 147.074 127.972 147.074H52.986C52.6205 147.075 52.2584 147.004 51.9204 146.865C51.5824 146.726 51.2752 146.521 51.0164 146.263C50.7576 146.005 50.5523 145.698 50.4122 145.361C50.2721 145.023 50.2 144.661 50.2 144.296V49.496C50.1992 49.13 50.2707 48.7675 50.4105 48.4292C50.5502 48.0909 50.7554 47.7836 51.0143 47.5249C51.2732 47.2662 51.5807 47.0612 51.919 46.9217C52.2574 46.7822 52.62 46.7109 52.986 46.712Z",
|
|
38
|
+
stroke: "#334155",
|
|
39
|
+
strokeWidth: 2.00125,
|
|
40
|
+
strokeLinecap: "round",
|
|
41
|
+
strokeLinejoin: "round"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
d: "M130.748 68.93L108.53 46.712V66.152C108.53 66.8887 108.823 67.5953 109.344 68.1163C109.865 68.6373 110.571 68.93 111.308 68.93H130.748Z",
|
|
44
|
+
fill: "#E2E8F0",
|
|
45
|
+
stroke: "#334155",
|
|
46
|
+
strokeWidth: 2.00125,
|
|
47
|
+
strokeLinecap: "round",
|
|
48
|
+
strokeLinejoin: "round"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M65.1139 67.412H95.6639",
|
|
51
|
+
stroke: "#334155",
|
|
52
|
+
strokeWidth: 2.00125,
|
|
53
|
+
strokeLinecap: "round",
|
|
54
|
+
strokeLinejoin: "round"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M65.1139 80.374H95.6639",
|
|
57
|
+
stroke: "#334155",
|
|
58
|
+
strokeWidth: 2.00125,
|
|
59
|
+
strokeLinecap: "round",
|
|
60
|
+
strokeLinejoin: "round"
|
|
61
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
62
|
+
d: "M65.1139 93.598H116.908",
|
|
63
|
+
stroke: "#334155",
|
|
64
|
+
strokeWidth: 2.00125,
|
|
65
|
+
strokeLinecap: "round",
|
|
66
|
+
strokeLinejoin: "round"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
68
|
+
d: "M65.1139 106.248H116.908",
|
|
69
|
+
stroke: "#334155",
|
|
70
|
+
strokeWidth: 2.00125,
|
|
71
|
+
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round"
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
d: "M65.1139 119.474H116.908",
|
|
75
|
+
stroke: "#334155",
|
|
76
|
+
strokeWidth: 2.00125,
|
|
77
|
+
strokeLinecap: "round",
|
|
78
|
+
strokeLinejoin: "round"
|
|
79
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
+
d: "M65.1139 132.124H116.908",
|
|
81
|
+
stroke: "#334155",
|
|
82
|
+
strokeWidth: 2.00125,
|
|
83
|
+
strokeLinecap: "round",
|
|
84
|
+
strokeLinejoin: "round"
|
|
85
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
86
|
+
d: "M141.73 83.7514L136.792 88.6898L149.139 101.037L154.078 96.0989L141.73 83.7514Z",
|
|
87
|
+
fill: "white",
|
|
88
|
+
stroke: "#334155",
|
|
89
|
+
strokeWidth: 2.00125,
|
|
90
|
+
strokeLinecap: "round",
|
|
91
|
+
strokeLinejoin: "round"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
93
|
+
d: "M142.966 45.472C147.362 49.8679 150.355 55.4685 151.568 61.5657C152.781 67.6629 152.158 73.9828 149.779 79.7262C147.4 85.4697 143.371 90.3786 138.202 93.8324C133.034 97.2862 126.957 99.1296 120.74 99.1296C114.523 99.1296 108.446 97.2862 103.277 93.8324C98.1083 90.3786 94.0796 85.4697 91.7006 79.7262C89.3215 73.9828 88.699 67.6629 89.9118 61.5657C91.1245 55.4685 94.1181 49.8679 98.5139 45.472C104.409 39.5777 112.404 36.2664 120.74 36.2664C129.076 36.2664 137.071 39.5777 142.966 45.472Z",
|
|
94
|
+
fill: "white",
|
|
95
|
+
stroke: "#334155",
|
|
96
|
+
strokeWidth: 2.00125,
|
|
97
|
+
strokeLinecap: "round",
|
|
98
|
+
strokeLinejoin: "round"
|
|
99
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
100
|
+
d: "M136.8 51.646C139.974 54.8207 142.136 58.8655 143.012 63.2688C143.888 67.6721 143.438 72.2362 141.72 76.384C140.002 80.5318 137.092 84.0769 133.359 86.5711C129.626 89.0654 125.238 90.3966 120.748 90.3966C116.258 90.3966 111.87 89.0654 108.137 86.5711C104.404 84.0769 101.494 80.5318 99.7761 76.384C98.0579 72.2362 97.6083 67.6721 98.484 63.2688C99.3597 58.8655 101.522 54.8207 104.696 51.646C106.804 49.5379 109.306 47.8657 112.061 46.7248C114.815 45.5839 117.767 44.9966 120.748 44.9966C123.729 44.9966 126.681 45.5839 129.435 46.7248C132.19 47.8657 134.692 49.5379 136.8 51.646Z",
|
|
101
|
+
fill: "#E2E8F0"
|
|
102
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
103
|
+
d: "M133.95 86.164C130.556 88.5917 126.559 90.0371 122.398 90.3415C118.236 90.6459 114.071 89.7975 110.361 87.8896C106.65 85.9816 103.537 83.0878 101.363 79.5261C99.1895 75.9644 98.0396 71.8726 98.0396 67.7C98.0396 63.5274 99.1895 59.4356 101.363 55.8739C103.537 52.3122 106.65 49.4184 110.361 47.5104C114.071 45.6024 118.236 44.7541 122.398 45.0585C126.559 45.3629 130.556 46.8083 133.95 49.236V86.164Z",
|
|
104
|
+
stroke: "#334155",
|
|
105
|
+
strokeWidth: 2.00125,
|
|
106
|
+
strokeLinecap: "round",
|
|
107
|
+
strokeLinejoin: "round"
|
|
108
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
109
|
+
d: "M133.95 86.164C130.556 88.5917 126.559 90.0371 122.398 90.3415C118.236 90.6459 114.071 89.7975 110.361 87.8896C106.65 85.9816 103.537 83.0878 101.363 79.5261C99.1895 75.9644 98.0396 71.8726 98.0396 67.7C98.0396 63.5274 99.1895 59.4356 101.363 55.8739C103.537 52.3122 106.65 49.4184 110.361 47.5104C114.071 45.6024 118.236 44.7541 122.398 45.0585C126.559 45.3629 130.556 46.8083 133.95 49.236V86.164Z",
|
|
110
|
+
fill: "#E2E8F0"
|
|
111
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
112
|
+
d: "M104.688 83.75C100.431 79.4917 98.0394 73.7166 98.0402 67.6952C98.0409 61.6737 100.434 55.8992 104.692 51.642C108.95 47.3847 114.725 44.9935 120.747 44.9942C126.768 44.995 132.543 47.3877 136.8 51.646L104.688 83.75Z",
|
|
113
|
+
fill: "white"
|
|
114
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
115
|
+
d: "M136.8 51.646C139.974 54.8207 142.136 58.8655 143.012 63.2688C143.888 67.6721 143.438 72.2362 141.72 76.384C140.002 80.5318 137.092 84.0769 133.359 86.5711C129.626 89.0654 125.238 90.3966 120.748 90.3966C116.258 90.3966 111.87 89.0654 108.137 86.5711C104.404 84.0769 101.494 80.5318 99.7761 76.384C98.0579 72.2362 97.6083 67.6721 98.484 63.2688C99.3597 58.8655 101.522 54.8207 104.696 51.646C106.804 49.5379 109.306 47.8657 112.061 46.7248C114.815 45.5839 117.767 44.9966 120.748 44.9966C123.729 44.9966 126.681 45.5839 129.435 46.7248C132.19 47.8657 134.692 49.5379 136.8 51.646Z",
|
|
116
|
+
stroke: "#334155",
|
|
117
|
+
strokeWidth: 2.00125,
|
|
118
|
+
strokeLinecap: "round",
|
|
119
|
+
strokeLinejoin: "round"
|
|
120
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
121
|
+
d: "M133.95 86.164C130.556 88.5917 126.559 90.0371 122.398 90.3415C118.236 90.6459 114.071 89.7975 110.361 87.8896C106.65 85.9816 103.537 83.0878 101.363 79.5261C99.1895 75.9644 98.0396 71.8726 98.0396 67.7C98.0396 63.5274 99.1895 59.4356 101.363 55.8739C103.537 52.3122 106.65 49.4184 110.361 47.5104C114.071 45.6024 118.236 44.7541 122.398 45.0585C126.559 45.3629 130.556 46.8083 133.95 49.236V86.164Z",
|
|
122
|
+
stroke: "#334155",
|
|
123
|
+
strokeWidth: 2.00125,
|
|
124
|
+
strokeLinecap: "round",
|
|
125
|
+
strokeLinejoin: "round"
|
|
126
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
127
|
+
d: "M175.068 112.15C176.318 113.471 177.004 115.227 176.979 117.045C176.955 118.863 176.222 120.6 174.937 121.887C173.651 123.173 171.915 123.908 170.097 123.934C168.279 123.961 166.522 123.277 165.2 122.028L149.284 106.112C148.941 105.77 148.67 105.364 148.485 104.916C148.299 104.469 148.204 103.99 148.204 103.506C148.204 103.022 148.299 102.543 148.485 102.095C148.67 101.648 148.941 101.242 149.284 100.9L153.95 96.234C154.292 95.8916 154.698 95.62 155.145 95.4346C155.593 95.2493 156.072 95.1539 156.556 95.1539C157.04 95.1539 157.519 95.2493 157.966 95.4346C158.414 95.62 158.82 95.8916 159.162 96.234L175.068 112.15Z",
|
|
128
|
+
fill: "#E2E8F0"
|
|
129
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
130
|
+
d: "M175.068 112.15C176.318 113.471 177.004 115.227 176.979 117.045C176.954 118.863 176.222 120.6 174.937 121.887C173.651 123.173 171.915 123.908 170.097 123.934C168.279 123.961 166.522 123.277 165.2 122.028L149.284 106.112C148.941 105.77 148.67 105.364 148.485 104.916C148.299 104.469 148.204 103.99 148.204 103.506C148.204 103.022 148.299 102.543 148.485 102.095C148.67 101.648 148.941 101.242 149.284 100.9L153.95 96.234C154.292 95.8916 154.698 95.62 155.145 95.4346C155.593 95.2493 156.072 95.1539 156.556 95.1539C157.04 95.1539 157.519 95.2493 157.966 95.4346C158.414 95.62 158.82 95.8916 159.162 96.234L175.068 112.15Z",
|
|
131
|
+
stroke: "#334155",
|
|
132
|
+
strokeWidth: 2.00125,
|
|
133
|
+
strokeLinecap: "round",
|
|
134
|
+
strokeLinejoin: "round"
|
|
135
|
+
}))), _defs || (_defs = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
136
|
+
id: "clip0_6094_4003"
|
|
137
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
138
|
+
width: 200,
|
|
139
|
+
height: 200,
|
|
140
|
+
fill: "white"
|
|
141
|
+
})))));
|
|
142
|
+
};
|
|
143
|
+
var ForwardRef = /*#__PURE__*/forwardRef(SvgSearchDocument);
|
|
144
|
+
var search_document = "data:image/svg+xml,%3Csvg%20width%3D%22200%22%20height%3D%22200%22%20viewBox%3D%220%200%20200%20200%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_6094_4003%29%22%3E%3Cpath%20d%3D%22M173.477%20131.639C190.951%2091.0584%20172.219%2043.9962%20131.638%2026.5228C91.0573%209.04929%2043.995%2027.7814%2026.5216%2068.3622C9.0481%20108.943%2027.7802%20156.005%2068.361%20173.479C108.942%20190.952%20156.004%20172.22%20173.477%20131.639Z%22%20fill%3D%22%23F1F5F9%22%2F%3E%3Cpath%20d%3D%22M89.8199%20164.758C103.793%20164.758%20115.12%20163.213%20115.12%20161.308C115.12%20159.403%20103.793%20157.858%2089.8199%20157.858C75.8471%20157.858%2064.5199%20159.403%2064.5199%20161.308C64.5199%20163.213%2075.8471%20164.758%2089.8199%20164.758Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M52.986%2046.712H108.53L130.748%2068.93V144.296C130.748%20144.661%20130.677%20145.022%20130.537%20145.359C130.398%20145.696%20130.193%20146.002%20129.936%20146.26C129.678%20146.518%20129.372%20146.723%20129.035%20146.862C128.698%20147.002%20128.337%20147.074%20127.972%20147.074H52.986C52.6205%20147.075%2052.2584%20147.004%2051.9204%20146.865C51.5824%20146.726%2051.2752%20146.521%2051.0164%20146.263C50.7576%20146.005%2050.5523%20145.698%2050.4122%20145.361C50.2721%20145.023%2050.2%20144.661%2050.2%20144.296V49.496C50.1992%2049.13%2050.2707%2048.7675%2050.4105%2048.4292C50.5502%2048.0909%2050.7554%2047.7836%2051.0143%2047.5249C51.2732%2047.2662%2051.5807%2047.0612%2051.919%2046.9217C52.2574%2046.7822%2052.62%2046.7109%2052.986%2046.712Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M52.986%2046.712H108.53L130.748%2068.93V144.296C130.748%20144.661%20130.677%20145.022%20130.537%20145.359C130.398%20145.696%20130.193%20146.002%20129.936%20146.26C129.678%20146.518%20129.372%20146.723%20129.035%20146.862C128.698%20147.002%20128.337%20147.074%20127.972%20147.074H52.986C52.6205%20147.075%2052.2584%20147.004%2051.9204%20146.865C51.5824%20146.726%2051.2752%20146.521%2051.0164%20146.263C50.7576%20146.005%2050.5523%20145.698%2050.4122%20145.361C50.2721%20145.023%2050.2%20144.661%2050.2%20144.296V49.496C50.1992%2049.13%2050.2707%2048.7675%2050.4105%2048.4292C50.5502%2048.0909%2050.7554%2047.7836%2051.0143%2047.5249C51.2732%2047.2662%2051.5807%2047.0612%2051.919%2046.9217C52.2574%2046.7822%2052.62%2046.7109%2052.986%2046.712Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M130.748%2068.93L108.53%2046.712V66.152C108.53%2066.8887%20108.823%2067.5953%20109.344%2068.1163C109.865%2068.6373%20110.571%2068.93%20111.308%2068.93H130.748Z%22%20fill%3D%22%23E2E8F0%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%2067.412H95.6639%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%2080.374H95.6639%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%2093.598H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%20106.248H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%20119.474H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M65.1139%20132.124H116.908%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M141.73%2083.7514L136.792%2088.6898L149.139%20101.037L154.078%2096.0989L141.73%2083.7514Z%22%20fill%3D%22white%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M142.966%2045.472C147.362%2049.8679%20150.355%2055.4685%20151.568%2061.5657C152.781%2067.6629%20152.158%2073.9828%20149.779%2079.7262C147.4%2085.4697%20143.371%2090.3786%20138.202%2093.8324C133.034%2097.2862%20126.957%2099.1296%20120.74%2099.1296C114.523%2099.1296%20108.446%2097.2862%20103.277%2093.8324C98.1083%2090.3786%2094.0796%2085.4697%2091.7006%2079.7262C89.3215%2073.9828%2088.699%2067.6629%2089.9118%2061.5657C91.1245%2055.4685%2094.1181%2049.8679%2098.5139%2045.472C104.409%2039.5777%20112.404%2036.2664%20120.74%2036.2664C129.076%2036.2664%20137.071%2039.5777%20142.966%2045.472Z%22%20fill%3D%22white%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M136.8%2051.646C139.974%2054.8207%20142.136%2058.8655%20143.012%2063.2688C143.888%2067.6721%20143.438%2072.2362%20141.72%2076.384C140.002%2080.5318%20137.092%2084.0769%20133.359%2086.5711C129.626%2089.0654%20125.238%2090.3966%20120.748%2090.3966C116.258%2090.3966%20111.87%2089.0654%20108.137%2086.5711C104.404%2084.0769%20101.494%2080.5318%2099.7761%2076.384C98.0579%2072.2362%2097.6083%2067.6721%2098.484%2063.2688C99.3597%2058.8655%20101.522%2054.8207%20104.696%2051.646C106.804%2049.5379%20109.306%2047.8657%20112.061%2046.7248C114.815%2045.5839%20117.767%2044.9966%20120.748%2044.9966C123.729%2044.9966%20126.681%2045.5839%20129.435%2046.7248C132.19%2047.8657%20134.692%2049.5379%20136.8%2051.646Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M133.95%2086.164C130.556%2088.5917%20126.559%2090.0371%20122.398%2090.3415C118.236%2090.6459%20114.071%2089.7975%20110.361%2087.8896C106.65%2085.9816%20103.537%2083.0878%20101.363%2079.5261C99.1895%2075.9644%2098.0396%2071.8726%2098.0396%2067.7C98.0396%2063.5274%2099.1895%2059.4356%20101.363%2055.8739C103.537%2052.3122%20106.65%2049.4184%20110.361%2047.5104C114.071%2045.6024%20118.236%2044.7541%20122.398%2045.0585C126.559%2045.3629%20130.556%2046.8083%20133.95%2049.236V86.164Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M133.95%2086.164C130.556%2088.5917%20126.559%2090.0371%20122.398%2090.3415C118.236%2090.6459%20114.071%2089.7975%20110.361%2087.8896C106.65%2085.9816%20103.537%2083.0878%20101.363%2079.5261C99.1895%2075.9644%2098.0396%2071.8726%2098.0396%2067.7C98.0396%2063.5274%2099.1895%2059.4356%20101.363%2055.8739C103.537%2052.3122%20106.65%2049.4184%20110.361%2047.5104C114.071%2045.6024%20118.236%2044.7541%20122.398%2045.0585C126.559%2045.3629%20130.556%2046.8083%20133.95%2049.236V86.164Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M104.688%2083.75C100.431%2079.4917%2098.0394%2073.7166%2098.0402%2067.6952C98.0409%2061.6737%20100.434%2055.8992%20104.692%2051.642C108.95%2047.3847%20114.725%2044.9935%20120.747%2044.9942C126.768%2044.995%20132.543%2047.3877%20136.8%2051.646L104.688%2083.75Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M136.8%2051.646C139.974%2054.8207%20142.136%2058.8655%20143.012%2063.2688C143.888%2067.6721%20143.438%2072.2362%20141.72%2076.384C140.002%2080.5318%20137.092%2084.0769%20133.359%2086.5711C129.626%2089.0654%20125.238%2090.3966%20120.748%2090.3966C116.258%2090.3966%20111.87%2089.0654%20108.137%2086.5711C104.404%2084.0769%20101.494%2080.5318%2099.7761%2076.384C98.0579%2072.2362%2097.6083%2067.6721%2098.484%2063.2688C99.3597%2058.8655%20101.522%2054.8207%20104.696%2051.646C106.804%2049.5379%20109.306%2047.8657%20112.061%2046.7248C114.815%2045.5839%20117.767%2044.9966%20120.748%2044.9966C123.729%2044.9966%20126.681%2045.5839%20129.435%2046.7248C132.19%2047.8657%20134.692%2049.5379%20136.8%2051.646Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M133.95%2086.164C130.556%2088.5917%20126.559%2090.0371%20122.398%2090.3415C118.236%2090.6459%20114.071%2089.7975%20110.361%2087.8896C106.65%2085.9816%20103.537%2083.0878%20101.363%2079.5261C99.1895%2075.9644%2098.0396%2071.8726%2098.0396%2067.7C98.0396%2063.5274%2099.1895%2059.4356%20101.363%2055.8739C103.537%2052.3122%20106.65%2049.4184%20110.361%2047.5104C114.071%2045.6024%20118.236%2044.7541%20122.398%2045.0585C126.559%2045.3629%20130.556%2046.8083%20133.95%2049.236V86.164Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3Cpath%20d%3D%22M175.068%20112.15C176.318%20113.471%20177.004%20115.227%20176.979%20117.045C176.955%20118.863%20176.222%20120.6%20174.937%20121.887C173.651%20123.173%20171.915%20123.908%20170.097%20123.934C168.279%20123.961%20166.522%20123.277%20165.2%20122.028L149.284%20106.112C148.941%20105.77%20148.67%20105.364%20148.485%20104.916C148.299%20104.469%20148.204%20103.99%20148.204%20103.506C148.204%20103.022%20148.299%20102.543%20148.485%20102.095C148.67%20101.648%20148.941%20101.242%20149.284%20100.9L153.95%2096.234C154.292%2095.8916%20154.698%2095.62%20155.145%2095.4346C155.593%2095.2493%20156.072%2095.1539%20156.556%2095.1539C157.04%2095.1539%20157.519%2095.2493%20157.966%2095.4346C158.414%2095.62%20158.82%2095.8916%20159.162%2096.234L175.068%20112.15Z%22%20fill%3D%22%23E2E8F0%22%2F%3E%3Cpath%20d%3D%22M175.068%20112.15C176.318%20113.471%20177.004%20115.227%20176.979%20117.045C176.954%20118.863%20176.222%20120.6%20174.937%20121.887C173.651%20123.173%20171.915%20123.908%20170.097%20123.934C168.279%20123.961%20166.522%20123.277%20165.2%20122.028L149.284%20106.112C148.941%20105.77%20148.67%20105.364%20148.485%20104.916C148.299%20104.469%20148.204%20103.99%20148.204%20103.506C148.204%20103.022%20148.299%20102.543%20148.485%20102.095C148.67%20101.648%20148.941%20101.242%20149.284%20100.9L153.95%2096.234C154.292%2095.8916%20154.698%2095.62%20155.145%2095.4346C155.593%2095.2493%20156.072%2095.1539%20156.556%2095.1539C157.04%2095.1539%20157.519%2095.2493%20157.966%2095.4346C158.414%2095.62%20158.82%2095.8916%20159.162%2096.234L175.068%20112.15Z%22%20stroke%3D%22%23334155%22%20stroke-width%3D%222.00125%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_6094_4003%22%3E%3Crect%20width%3D%22200%22%20height%3D%22200%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E";
|
|
145
|
+
|
|
146
|
+
export { ForwardRef as ReactComponent, search_document as default };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { default as BuildingError } from "./building_error.svg";
|
|
2
|
+
export { default as RoadBlock } from "./road_block.svg";
|
|
3
|
+
export { default as SearchDocument } from "./search_document.svg";
|
|
4
|
+
export { default as WallConstruction } from "./wall_construction.svg";
|
|
5
|
+
export { default as WorkerWithSign } from "./worker_with_sign.svg";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { VariantProps } from "@trackunit/css-class-variance-utilities";
|
|
3
|
+
import { RelayPagination } from "@trackunit/react-table-pagination";
|
|
4
|
+
import { CommonProps } from "../../common/CommonProps";
|
|
5
|
+
import { cvaVirtualizedListItem } from "./VirtualizedList.variants";
|
|
6
|
+
type Separator = NonNullable<VariantProps<typeof cvaVirtualizedListItem>["separator"]>;
|
|
7
|
+
export interface VirtualizedListProps extends CommonProps {
|
|
8
|
+
count: number;
|
|
9
|
+
rowHeight?: number;
|
|
10
|
+
pagination?: RelayPagination;
|
|
11
|
+
children: (index: number) => JSX.Element;
|
|
12
|
+
separator?: Separator;
|
|
13
|
+
}
|
|
14
|
+
/**
|
|
15
|
+
* Render a performant virtualized list of items. Optionally with infinite scrolling.
|
|
16
|
+
*
|
|
17
|
+
* @property {number} count - The total number of items in the list.
|
|
18
|
+
* @property {number} [rowHeight="40"] - The estimated height of each row in the list.
|
|
19
|
+
* @property {RelayPagination | undefined} pagination - Pagination configuration for the list.
|
|
20
|
+
* @property {separator} [separator="line"] - The separator style between items in the list.
|
|
21
|
+
* @property {(index: number) => JSX.Element} children - A function that takes an index and returns the JSX element to be rendered at said index.
|
|
22
|
+
*/
|
|
23
|
+
export declare const VirtualizedList: ({ count, rowHeight, pagination, children, className, dataTestId, separator, }: VirtualizedListProps) => JSX.Element;
|
|
24
|
+
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const cvaVirtualizedListContainer: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
2
|
+
export declare const cvaVirtualizedList: (props?: import("class-variance-authority/dist/types").ClassProp | undefined) => string;
|
|
3
|
+
export declare const cvaVirtualizedListItem: (props?: ({
|
|
4
|
+
separator?: "alternating" | "line" | "none" | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/dist/types").ClassProp) | undefined) => string;
|