@trackunit/react-components 0.1.283 → 0.1.284
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/index.cjs.js +1328 -43
- package/index.esm.js +1329 -44
- package/package.json +1 -1
- package/building_error.cjs.js +0 -181
- package/building_error.esm.js +0 -159
- package/phone_lock_security.cjs.js +0 -131
- package/phone_lock_security.esm.js +0 -109
- package/road_block.cjs.js +0 -244
- package/road_block.esm.js +0 -222
- package/search_document.cjs.js +0 -168
- package/search_document.esm.js +0 -146
- package/src/components/EmptyState/images/index.d.ts +0 -5
- package/wall_construction.cjs.js +0 -308
- package/wall_construction.esm.js +0 -286
|
@@ -1,109 +0,0 @@
|
|
|
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;
|
|
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 SvgPhoneLockSecurity = (_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 189.208C144.183 189.208 180 153.391 180 109.208C180 65.0252 144.183 29.2079 100 29.2079C55.8172 29.2079 20 65.0252 20 109.208C20 153.391 55.8172 189.208 100 189.208Z",
|
|
27
|
-
fill: "#F1F5F9"
|
|
28
|
-
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
|
|
29
|
-
d: "M153.546 10.8H51.546C50.0077 10.7934 48.4831 11.0899 47.0594 11.6725C45.6357 12.2551 44.3406 13.1124 43.2483 14.1955C42.1559 15.2786 41.2875 16.5663 40.6928 17.985C40.098 19.4037 39.7885 20.9257 39.782 22.464V161.872C47.7471 170.981 57.6748 178.165 68.8178 182.882C79.9608 187.599 92.0287 189.727 104.113 189.106C116.197 188.485 127.984 185.13 138.584 179.295C149.184 173.46 158.323 165.296 165.312 155.418V22.456C165.296 19.3504 164.048 16.3782 161.842 14.1926C159.635 12.0069 156.652 10.7867 153.546 10.8Z",
|
|
30
|
-
fill: "white"
|
|
31
|
-
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
|
|
32
|
-
d: "M165.312 155.418V22.456C165.296 19.3504 164.048 16.3782 161.842 14.1926C159.635 12.0069 156.652 10.7867 153.546 10.8H51.546C50.0077 10.7934 48.4831 11.0899 47.0594 11.6725C45.6357 12.2551 44.3406 13.1124 43.2483 14.1955C42.1559 15.2786 41.2875 16.5663 40.6928 17.985C40.098 19.4037 39.7885 20.9257 39.782 22.464V161.872",
|
|
33
|
-
stroke: "#334155",
|
|
34
|
-
strokeWidth: 2,
|
|
35
|
-
strokeLinecap: "round",
|
|
36
|
-
strokeLinejoin: "round"
|
|
37
|
-
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
|
|
38
|
-
d: "M153.546 46.4299C153.545 46.0599 153.471 45.6936 153.328 45.3522C153.186 45.0107 152.977 44.7006 152.715 44.4397C152.452 44.1787 152.141 43.972 151.799 43.8314C151.457 43.6907 151.09 43.6189 150.72 43.6199H54.3719C54.0018 43.6189 53.6352 43.6907 53.2929 43.8314C52.9506 43.972 52.6393 44.1787 52.3769 44.4397C52.1145 44.7006 51.906 45.0107 51.7635 45.3522C51.6209 45.6936 51.5469 46.0599 51.5459 46.4299V172.87C66.3504 184.138 84.6192 189.894 103.209 189.147C121.799 188.4 139.547 181.197 153.4 168.778L153.546 46.4299Z",
|
|
39
|
-
fill: "#E2E8F0"
|
|
40
|
-
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
|
|
41
|
-
d: "M153.4 168.778L153.548 46.43C153.547 46.0597 153.473 45.6933 153.33 45.3517C153.187 45.0101 152.979 44.6999 152.716 44.439C152.454 44.178 152.142 43.9713 151.8 43.8308C151.457 43.6903 151.09 43.6186 150.72 43.62H54.3719C54.0018 43.6189 53.6352 43.6908 53.2929 43.8314C52.9506 43.972 52.6393 44.1787 52.3769 44.4397C52.1145 44.7006 51.906 45.0107 51.7635 45.3522C51.6209 45.6937 51.5469 46.0599 51.5459 46.43V172.87",
|
|
42
|
-
stroke: "#334155",
|
|
43
|
-
strokeWidth: 2,
|
|
44
|
-
strokeLinecap: "round",
|
|
45
|
-
strokeLinejoin: "round"
|
|
46
|
-
})), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", {
|
|
47
|
-
d: "M83.762 27.374C84.8665 27.374 85.762 26.4785 85.762 25.374C85.762 24.2694 84.8665 23.374 83.762 23.374C82.6574 23.374 81.762 24.2694 81.762 25.374C81.762 26.4785 82.6574 27.374 83.762 27.374Z",
|
|
48
|
-
fill: "#334155"
|
|
49
|
-
})), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", {
|
|
50
|
-
d: "M94.0559 25.374H120.528",
|
|
51
|
-
stroke: "#334155",
|
|
52
|
-
strokeWidth: 2,
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round"
|
|
55
|
-
})), _path8 || (_path8 = /*#__PURE__*/React.createElement("path", {
|
|
56
|
-
d: "M131.156 135.882H74.49C68.9671 135.882 64.49 140.359 64.49 145.882C64.49 151.405 68.9671 155.882 74.49 155.882H131.156C136.679 155.882 141.156 151.405 141.156 145.882C141.156 140.359 136.679 135.882 131.156 135.882Z",
|
|
57
|
-
fill: "white",
|
|
58
|
-
stroke: "#334155",
|
|
59
|
-
strokeWidth: 2,
|
|
60
|
-
strokeLinecap: "round",
|
|
61
|
-
strokeLinejoin: "round"
|
|
62
|
-
})), _path9 || (_path9 = /*#__PURE__*/React.createElement("path", {
|
|
63
|
-
d: "M80.8361 141.216C80.8361 141.686 80.6601 142.45 80.6001 143.066C81.4241 142.48 82.0121 141.866 82.6881 141.866C83.113 141.899 83.5088 142.094 83.7931 142.412C84.0774 142.729 84.2282 143.144 84.2141 143.57C84.2141 144.686 82.7761 144.922 81.8661 145.392C82.7761 145.832 84.2141 146.068 84.2141 147.192C84.2292 147.621 84.0795 148.04 83.7958 148.362C83.5121 148.685 83.1158 148.886 82.6881 148.926C82.0121 148.926 81.4241 148.28 80.6001 147.692C80.6601 148.31 80.8361 149.072 80.8361 149.544C80.7977 149.915 80.6231 150.259 80.3461 150.509C80.069 150.759 79.7092 150.897 79.3361 150.897C78.963 150.897 78.6032 150.759 78.3261 150.509C78.0491 150.259 77.8745 149.915 77.8361 149.544C77.8361 149.072 78.0141 148.31 78.0721 147.692C77.2201 148.28 76.6041 148.926 75.9561 148.926C75.5323 148.889 75.1402 148.686 74.8653 148.361C74.5904 148.036 74.4548 147.616 74.4881 147.192C74.4881 146.076 75.9281 145.84 76.8101 145.392C75.9281 144.922 74.4881 144.686 74.4881 143.57C74.4723 143.362 74.4977 143.152 74.563 142.954C74.6283 142.755 74.7321 142.572 74.8684 142.413C75.0048 142.255 75.1711 142.125 75.3577 142.031C75.5444 141.937 75.7477 141.881 75.9561 141.866C76.6041 141.866 77.2201 142.484 78.0721 143.066C78.0141 142.45 77.8361 141.686 77.8361 141.216C77.8696 140.841 78.0422 140.493 78.3198 140.239C78.5974 139.985 78.9599 139.844 79.3361 139.844C79.7123 139.844 80.0748 139.985 80.3524 140.239C80.63 140.493 80.8026 140.841 80.8361 141.216Z",
|
|
64
|
-
fill: "#334155"
|
|
65
|
-
})), _path10 || (_path10 = /*#__PURE__*/React.createElement("path", {
|
|
66
|
-
d: "M96.4842 141.216C96.4842 141.686 96.3062 142.45 96.2482 143.066C97.0702 142.48 97.6482 141.866 98.3342 141.866C98.7594 141.898 99.1558 142.093 99.4405 142.411C99.7252 142.728 99.8763 143.144 99.8622 143.57C99.8622 144.686 98.4222 144.922 97.5122 145.392C98.4222 145.832 99.8622 146.068 99.8622 147.192C99.8772 147.621 99.7273 148.04 99.4432 148.363C99.159 148.685 98.7622 148.887 98.3342 148.926C97.6582 148.926 97.0702 148.28 96.2482 147.692C96.3062 148.31 96.4842 149.072 96.4842 149.544C96.4458 149.915 96.2712 150.259 95.9942 150.509C95.7171 150.759 95.3573 150.897 94.9842 150.897C94.6111 150.897 94.2512 150.759 93.9742 150.509C93.6971 150.259 93.5226 149.915 93.4842 149.544C93.4842 149.072 93.6602 148.31 93.7202 147.692C92.8682 148.28 92.2502 148.926 91.6042 148.926C91.1802 148.889 90.788 148.686 90.5127 148.361C90.2375 148.036 90.1015 147.616 90.1342 147.192C90.1342 146.076 91.5742 145.84 92.4562 145.392C91.5742 144.922 90.1342 144.686 90.1342 143.57C90.1184 143.361 90.1439 143.152 90.2093 142.953C90.2747 142.755 90.3786 142.571 90.5152 142.413C90.6518 142.254 90.8183 142.124 91.0052 142.031C91.1921 141.937 91.3956 141.881 91.6042 141.866C92.2502 141.866 92.8682 142.484 93.7202 143.066C93.6602 142.45 93.4842 141.686 93.4842 141.216C93.5177 140.841 93.6903 140.493 93.9679 140.239C94.2455 139.985 94.608 139.844 94.9842 139.844C95.3603 139.844 95.7229 139.985 96.0005 140.239C96.2781 140.493 96.4506 140.841 96.4842 141.216Z",
|
|
67
|
-
fill: "#334155"
|
|
68
|
-
})), _path11 || (_path11 = /*#__PURE__*/React.createElement("path", {
|
|
69
|
-
d: "M112.13 141.216C112.13 141.686 111.954 142.45 111.894 143.066C112.718 142.48 113.306 141.866 113.982 141.866C114.407 141.899 114.803 142.094 115.087 142.412C115.371 142.729 115.522 143.144 115.508 143.57C115.508 144.686 114.07 144.922 113.16 145.392C114.07 145.832 115.508 146.068 115.508 147.192C115.523 147.621 115.373 148.04 115.09 148.362C114.806 148.685 114.41 148.886 113.982 148.926C113.306 148.926 112.718 148.28 111.894 147.692C111.954 148.31 112.13 149.072 112.13 149.544C112.092 149.915 111.917 150.259 111.64 150.509C111.363 150.759 111.003 150.897 110.63 150.897C110.257 150.897 109.897 150.759 109.62 150.509C109.343 150.259 109.168 149.915 109.13 149.544C109.13 149.072 109.308 148.31 109.366 147.692C108.514 148.28 107.898 148.926 107.25 148.926C106.826 148.889 106.434 148.686 106.159 148.361C105.884 148.036 105.749 147.616 105.782 147.192C105.782 146.076 107.222 145.84 108.104 145.392C107.222 144.922 105.782 144.686 105.782 143.57C105.766 143.362 105.792 143.152 105.857 142.954C105.922 142.755 106.026 142.572 106.162 142.413C106.299 142.255 106.465 142.125 106.652 142.031C106.838 141.937 107.042 141.881 107.25 141.866C107.898 141.866 108.514 142.484 109.366 143.066C109.308 142.45 109.13 141.686 109.13 141.216C109.164 140.841 109.336 140.493 109.614 140.239C109.891 139.985 110.254 139.844 110.63 139.844C111.006 139.844 111.369 139.985 111.646 140.239C111.924 140.493 112.096 140.841 112.13 141.216Z",
|
|
70
|
-
fill: "#334155"
|
|
71
|
-
})), _path12 || (_path12 = /*#__PURE__*/React.createElement("path", {
|
|
72
|
-
d: "M127.778 141.216C127.778 141.686 127.6 142.45 127.542 143.066C128.364 142.48 128.942 141.866 129.628 141.866C130.053 141.898 130.45 142.093 130.734 142.411C131.019 142.728 131.17 143.144 131.156 143.57C131.156 144.686 129.716 144.922 128.806 145.392C129.716 145.832 131.156 146.068 131.156 147.192C131.171 147.621 131.021 148.04 130.737 148.363C130.453 148.685 130.056 148.887 129.628 148.926C128.952 148.926 128.364 148.28 127.542 147.692C127.6 148.31 127.778 149.072 127.778 149.544C127.74 149.915 127.565 150.259 127.288 150.509C127.011 150.759 126.651 150.897 126.278 150.897C125.905 150.897 125.545 150.759 125.268 150.509C124.991 150.259 124.816 149.915 124.778 149.544C124.778 149.072 124.954 148.31 125.014 147.692C124.162 148.28 123.544 148.926 122.898 148.926C122.474 148.889 122.082 148.686 121.807 148.361C121.531 148.036 121.395 147.616 121.428 147.192C121.428 146.076 122.868 145.84 123.75 145.392C122.868 144.922 121.428 144.686 121.428 143.57C121.412 143.361 121.438 143.152 121.503 142.953C121.569 142.755 121.673 142.571 121.809 142.413C121.946 142.254 122.112 142.124 122.299 142.031C122.486 141.937 122.69 141.881 122.898 141.866C123.544 141.866 124.162 142.484 125.014 143.066C124.954 142.45 124.778 141.686 124.778 141.216C124.812 140.841 124.984 140.493 125.262 140.239C125.539 139.985 125.902 139.844 126.278 139.844C126.654 139.844 127.017 139.985 127.294 140.239C127.572 140.493 127.745 140.841 127.778 141.216Z",
|
|
73
|
-
fill: "#334155"
|
|
74
|
-
})), _path13 || (_path13 = /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
d: "M102.506 119.066C117.441 119.066 129.548 106.959 129.548 92.024C129.548 77.0891 117.441 64.982 102.506 64.982C87.571 64.982 75.4639 77.0891 75.4639 92.024C75.4639 106.959 87.571 119.066 102.506 119.066Z",
|
|
76
|
-
fill: "white",
|
|
77
|
-
stroke: "#334155",
|
|
78
|
-
strokeWidth: 2,
|
|
79
|
-
strokeLinecap: "round",
|
|
80
|
-
strokeLinejoin: "round"
|
|
81
|
-
})), _path14 || (_path14 = /*#__PURE__*/React.createElement("path", {
|
|
82
|
-
d: "M93.7999 91.4C93.775 92.5582 93.9817 93.7097 94.4077 94.7869C94.8338 95.8642 95.4707 96.8456 96.281 97.6735C97.0913 98.5014 98.0588 99.1591 99.1267 99.6082C100.195 100.057 101.341 100.289 102.5 100.289C103.658 100.289 104.805 100.057 105.873 99.6082C106.941 99.1591 107.908 98.5014 108.719 97.6735C109.529 96.8456 110.166 95.8642 110.592 94.7869C111.018 93.7097 111.225 92.5582 111.2 91.4V87.048C111.151 84.7729 110.213 82.6074 108.587 81.0157C106.961 79.4239 104.775 78.5325 102.5 78.5325C100.224 78.5325 98.0392 79.4239 96.4129 81.0157C94.7867 82.6074 93.8486 84.7729 93.7999 87.048V91.4Z",
|
|
83
|
-
fill: "white",
|
|
84
|
-
stroke: "#334155",
|
|
85
|
-
strokeWidth: 2,
|
|
86
|
-
strokeLinecap: "round",
|
|
87
|
-
strokeLinejoin: "round"
|
|
88
|
-
})), _path15 || (_path15 = /*#__PURE__*/React.createElement("path", {
|
|
89
|
-
d: "M120.582 112.136C115.619 116.595 109.182 119.062 102.51 119.062C95.8378 119.062 89.4011 116.595 84.438 112.136C85.9232 108.571 88.4297 105.526 91.6418 103.383C94.854 101.239 98.6284 100.094 102.49 100.091C106.352 100.087 110.128 101.226 113.344 103.364C116.559 105.503 119.071 108.544 120.562 112.106",
|
|
90
|
-
fill: "#E2E8F0"
|
|
91
|
-
})), _path16 || (_path16 = /*#__PURE__*/React.createElement("path", {
|
|
92
|
-
d: "M120.582 112.136C115.619 116.595 109.182 119.062 102.51 119.062C95.8378 119.062 89.4011 116.595 84.438 112.136C85.9232 108.571 88.4297 105.526 91.6418 103.383C94.854 101.239 98.6284 100.094 102.49 100.091C106.352 100.087 110.128 101.226 113.344 103.364C116.559 105.503 119.071 108.544 120.562 112.106",
|
|
93
|
-
stroke: "#334155",
|
|
94
|
-
strokeWidth: 2,
|
|
95
|
-
strokeLinecap: "round",
|
|
96
|
-
strokeLinejoin: "round"
|
|
97
|
-
})), _path17 || (_path17 = /*#__PURE__*/React.createElement("path", {
|
|
98
|
-
d: "M93.876 85.924C94.1051 84.1698 94.8634 82.527 96.0499 81.2147C97.2364 79.9024 98.7947 78.9829 100.517 78.5789C102.239 78.1748 104.044 78.3053 105.69 78.9529C107.337 79.6006 108.747 80.7347 109.732 82.204C107.673 84.2003 105.11 85.6006 102.318 86.2557C99.5259 86.9108 96.6082 86.7962 93.876 85.924Z",
|
|
99
|
-
fill: "white",
|
|
100
|
-
stroke: "#334155",
|
|
101
|
-
strokeWidth: 2,
|
|
102
|
-
strokeLinecap: "round",
|
|
103
|
-
strokeLinejoin: "round"
|
|
104
|
-
})));
|
|
105
|
-
};
|
|
106
|
-
var ForwardRef = /*#__PURE__*/forwardRef(SvgPhoneLockSecurity);
|
|
107
|
-
var phone_lock_security = "36c10e69abcc3b8f.svg";
|
|
108
|
-
|
|
109
|
-
export { ForwardRef as ReactComponent, phone_lock_security as default };
|
package/road_block.cjs.js
DELETED
|
@@ -1,244 +0,0 @@
|
|
|
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;
|
|
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 SvgRoadBlock = (_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: "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",
|
|
48
|
-
fill: "#F1F5F9"
|
|
49
|
-
})), _path2 || (_path2 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
50
|
-
d: "M13 144.432H18",
|
|
51
|
-
stroke: "#334155",
|
|
52
|
-
strokeWidth: 2,
|
|
53
|
-
strokeLinecap: "round",
|
|
54
|
-
strokeLinejoin: "round"
|
|
55
|
-
})), _path3 || (_path3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
56
|
-
d: "M182 144.432H187",
|
|
57
|
-
stroke: "#334155",
|
|
58
|
-
strokeWidth: 2,
|
|
59
|
-
strokeLinecap: "round",
|
|
60
|
-
strokeLinejoin: "round"
|
|
61
|
-
})), _path4 || (_path4 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
62
|
-
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",
|
|
63
|
-
fill: "white"
|
|
64
|
-
})), _path5 || (_path5 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
65
|
-
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",
|
|
66
|
-
fill: "#E2E8F0"
|
|
67
|
-
})), _path6 || (_path6 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
68
|
-
d: "M156.798 167.76L133.648 144.432H62.892L41.506 165.98",
|
|
69
|
-
stroke: "#334155",
|
|
70
|
-
strokeWidth: 2,
|
|
71
|
-
strokeLinecap: "round",
|
|
72
|
-
strokeLinejoin: "round"
|
|
73
|
-
})), _path7 || (_path7 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
74
|
-
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",
|
|
75
|
-
fill: "white",
|
|
76
|
-
stroke: "#334155",
|
|
77
|
-
strokeWidth: 2,
|
|
78
|
-
strokeLinecap: "round",
|
|
79
|
-
strokeLinejoin: "round"
|
|
80
|
-
})), _path8 || (_path8 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
81
|
-
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",
|
|
82
|
-
fill: "white",
|
|
83
|
-
stroke: "#334155",
|
|
84
|
-
strokeWidth: 2,
|
|
85
|
-
strokeLinecap: "round",
|
|
86
|
-
strokeLinejoin: "round"
|
|
87
|
-
})), _path9 || (_path9 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
88
|
-
d: "M162 59.33H154V144.432H162V59.33Z",
|
|
89
|
-
fill: "white"
|
|
90
|
-
})), _path10 || (_path10 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
91
|
-
d: "M162 59.33H154V144.432H162V59.33Z",
|
|
92
|
-
stroke: "#334155",
|
|
93
|
-
strokeWidth: 2,
|
|
94
|
-
strokeLinecap: "round",
|
|
95
|
-
strokeLinejoin: "round"
|
|
96
|
-
})), _path11 || (_path11 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
97
|
-
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",
|
|
98
|
-
fill: "#E2E8F0"
|
|
99
|
-
})), _path12 || (_path12 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
100
|
-
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",
|
|
101
|
-
fill: "white",
|
|
102
|
-
stroke: "#334155",
|
|
103
|
-
strokeWidth: 2,
|
|
104
|
-
strokeLinecap: "round",
|
|
105
|
-
strokeLinejoin: "round"
|
|
106
|
-
})), _path13 || (_path13 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
107
|
-
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",
|
|
108
|
-
fill: "white",
|
|
109
|
-
stroke: "#334155",
|
|
110
|
-
strokeWidth: 2,
|
|
111
|
-
strokeLinecap: "round",
|
|
112
|
-
strokeLinejoin: "round"
|
|
113
|
-
})), _path14 || (_path14 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
114
|
-
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",
|
|
115
|
-
stroke: "#334155",
|
|
116
|
-
strokeWidth: 2,
|
|
117
|
-
strokeLinecap: "round",
|
|
118
|
-
strokeLinejoin: "round"
|
|
119
|
-
})), _path15 || (_path15 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
120
|
-
d: "M134.268 110.774H125.27V144.432H134.268V110.774Z",
|
|
121
|
-
fill: "#E2E8F0"
|
|
122
|
-
})), _path16 || (_path16 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
123
|
-
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",
|
|
124
|
-
fill: "white",
|
|
125
|
-
stroke: "#334155",
|
|
126
|
-
strokeWidth: 2,
|
|
127
|
-
strokeLinecap: "round",
|
|
128
|
-
strokeLinejoin: "round"
|
|
129
|
-
})), _path17 || (_path17 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
130
|
-
d: "M71.268 110.774H62.27V144.432H71.268V110.774Z",
|
|
131
|
-
fill: "#E2E8F0"
|
|
132
|
-
})), _path18 || (_path18 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
133
|
-
d: "M71.268 110.774H62.27V144.432H71.268V110.774Z",
|
|
134
|
-
stroke: "#334155",
|
|
135
|
-
strokeWidth: 2,
|
|
136
|
-
strokeLinecap: "round",
|
|
137
|
-
strokeLinejoin: "round"
|
|
138
|
-
})), _path19 || (_path19 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
139
|
-
d: "M134.268 110.774H125.27V144.432H134.268V110.774Z",
|
|
140
|
-
stroke: "#334155",
|
|
141
|
-
strokeWidth: 2,
|
|
142
|
-
strokeLinecap: "round",
|
|
143
|
-
strokeLinejoin: "round"
|
|
144
|
-
})), _path20 || (_path20 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
145
|
-
d: "M125.27 125.116H71.268V134.078H125.27V125.116Z",
|
|
146
|
-
fill: "white",
|
|
147
|
-
stroke: "#334155",
|
|
148
|
-
strokeWidth: 2,
|
|
149
|
-
strokeLinecap: "round",
|
|
150
|
-
strokeLinejoin: "round"
|
|
151
|
-
})), _path21 || (_path21 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
152
|
-
d: "M73.068 88.122H62.27V96.432H73.068V88.122Z",
|
|
153
|
-
fill: "#E2E8F0",
|
|
154
|
-
stroke: "#334155",
|
|
155
|
-
strokeWidth: 2,
|
|
156
|
-
strokeLinecap: "round",
|
|
157
|
-
strokeLinejoin: "round"
|
|
158
|
-
})), _path22 || (_path22 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
159
|
-
d: "M67.67 110.774H58.668L65.87 96.432H74.872L67.67 110.774Z",
|
|
160
|
-
fill: "#E2E8F0",
|
|
161
|
-
stroke: "#334155",
|
|
162
|
-
strokeWidth: 2,
|
|
163
|
-
strokeLinecap: "round",
|
|
164
|
-
strokeLinejoin: "round"
|
|
165
|
-
})), _path23 || (_path23 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
166
|
-
d: "M89.268 110.774H80.27L87.468 96.432H96.47L89.268 110.774Z",
|
|
167
|
-
fill: "#E2E8F0",
|
|
168
|
-
stroke: "#334155",
|
|
169
|
-
strokeWidth: 2,
|
|
170
|
-
strokeLinecap: "round",
|
|
171
|
-
strokeLinejoin: "round"
|
|
172
|
-
})), _path24 || (_path24 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
173
|
-
d: "M110.87 110.774H101.868L109.07 96.432H118.068L110.87 110.774Z",
|
|
174
|
-
fill: "#E2E8F0",
|
|
175
|
-
stroke: "#334155",
|
|
176
|
-
strokeWidth: 2,
|
|
177
|
-
strokeLinecap: "round",
|
|
178
|
-
strokeLinejoin: "round"
|
|
179
|
-
})), _path25 || (_path25 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
180
|
-
d: "M132.468 110.774H123.47L130.67 96.432H139.67L132.468 110.774Z",
|
|
181
|
-
fill: "#E2E8F0",
|
|
182
|
-
stroke: "#334155",
|
|
183
|
-
strokeWidth: 2,
|
|
184
|
-
strokeLinecap: "round",
|
|
185
|
-
strokeLinejoin: "round"
|
|
186
|
-
})), _path26 || (_path26 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
187
|
-
d: "M82.07 134.078H74.872L80.27 125.116H87.468L82.07 134.078Z",
|
|
188
|
-
fill: "#E2E8F0",
|
|
189
|
-
stroke: "#334155",
|
|
190
|
-
strokeWidth: 2,
|
|
191
|
-
strokeLinecap: "round",
|
|
192
|
-
strokeLinejoin: "round"
|
|
193
|
-
})), _path27 || (_path27 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
194
|
-
d: "M98.27 134.078H91.068L96.47 125.116H103.668L98.27 134.078Z",
|
|
195
|
-
fill: "#E2E8F0",
|
|
196
|
-
stroke: "#334155",
|
|
197
|
-
strokeWidth: 2,
|
|
198
|
-
strokeLinecap: "round",
|
|
199
|
-
strokeLinejoin: "round"
|
|
200
|
-
})), _path28 || (_path28 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
201
|
-
d: "M114.47 134.078H107.27L112.67 125.116H119.868L114.47 134.078Z",
|
|
202
|
-
fill: "#E2E8F0",
|
|
203
|
-
stroke: "#334155",
|
|
204
|
-
strokeWidth: 2,
|
|
205
|
-
strokeLinecap: "round",
|
|
206
|
-
strokeLinejoin: "round"
|
|
207
|
-
})), _path29 || (_path29 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
208
|
-
d: "M134.268 88.122H123.47V96.432H134.268V88.122Z",
|
|
209
|
-
fill: "#E2E8F0",
|
|
210
|
-
stroke: "#334155",
|
|
211
|
-
strokeWidth: 2,
|
|
212
|
-
strokeLinecap: "round",
|
|
213
|
-
strokeLinejoin: "round"
|
|
214
|
-
})), _path30 || (_path30 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
215
|
-
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",
|
|
216
|
-
fill: "white"
|
|
217
|
-
})), _path31 || (_path31 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
218
|
-
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",
|
|
219
|
-
stroke: "#334155",
|
|
220
|
-
strokeWidth: 2,
|
|
221
|
-
strokeLinecap: "round",
|
|
222
|
-
strokeLinejoin: "round"
|
|
223
|
-
})), _path32 || (_path32 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
224
|
-
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",
|
|
225
|
-
fill: "white"
|
|
226
|
-
})), _path33 || (_path33 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
227
|
-
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",
|
|
228
|
-
stroke: "#334155",
|
|
229
|
-
strokeWidth: 2,
|
|
230
|
-
strokeLinecap: "round",
|
|
231
|
-
strokeLinejoin: "round"
|
|
232
|
-
})), _path34 || (_path34 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
233
|
-
d: "M22 144.432H178",
|
|
234
|
-
stroke: "#334155",
|
|
235
|
-
strokeWidth: 2,
|
|
236
|
-
strokeLinecap: "round",
|
|
237
|
-
strokeLinejoin: "round"
|
|
238
|
-
})));
|
|
239
|
-
};
|
|
240
|
-
var ForwardRef = /*#__PURE__*/React.forwardRef(SvgRoadBlock);
|
|
241
|
-
var road_block = "051071830dacb5a2.svg";
|
|
242
|
-
|
|
243
|
-
exports.ReactComponent = ForwardRef;
|
|
244
|
-
exports["default"] = road_block;
|
package/road_block.esm.js
DELETED
|
@@ -1,222 +0,0 @@
|
|
|
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 };
|