@homecode/ui 4.22.16 → 4.22.17
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.
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
var _path;
|
|
4
|
+
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); }
|
|
5
|
+
var SvgTrafficLight = function SvgTrafficLight(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
viewBox: "0 0 24 24"
|
|
9
|
+
}, props), /*#__PURE__*/React.createElement("g", {
|
|
10
|
+
transform: "matrix(.13313 0 0 -.13313 -.035 223.653)"
|
|
11
|
+
}, _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M60.026 1675.113c-21.216-3.065-23.3-5.886-25.508-34.705-1.962-26.121-1.962-75.911 0-102.032 2.207-29.187 4.047-31.517 27.225-34.829 24.772-3.433 64.383-1.226 73.458 4.047 6.99 4.047 8.339 8.462 10.056 30.782 1.962 26.12 2.085 75.91.123 102.032-2.208 29.187-4.047 31.517-27.225 34.828-15.943 2.207-42.31 2.207-58.13-.123m38.752-9.688c6.132-2.575 8.83-5.15 11.528-11.037 4.047-8.707 1.84-20.848-4.537-26.612-6.378-5.64-16.801-7.358-24.65-4.047-6.132 2.576-8.83 5.151-11.528 11.038-3.801 8.216-2.33 19.008 3.557 25.63 5.518 6.132 17.291 8.462 25.63 5.028m0-55.185c6.132-2.576 8.83-5.151 11.528-11.038 4.047-8.707 1.84-20.847-4.537-26.611-6.378-5.641-16.801-7.358-24.65-4.047-6.132 2.575-8.83 5.15-11.528 11.037-3.801 8.217-2.33 19.008 3.557 25.63 5.518 6.132 17.291 8.462 25.63 5.029m0-55.186c6.132-2.575 8.83-5.15 11.528-11.037 4.047-8.707 1.84-20.848-4.537-26.612-6.378-5.641-16.801-7.358-24.65-4.047-6.132 2.576-8.83 5.15-11.528 11.037-3.801 8.217-2.33 19.009 3.557 25.631 5.518 6.132 17.291 8.462 25.63 5.028"
|
|
13
|
+
})), /*#__PURE__*/React.createElement("circle", {
|
|
14
|
+
cx: 89.992,
|
|
15
|
+
cy: -1644.533,
|
|
16
|
+
r: 23.827,
|
|
17
|
+
style: {
|
|
18
|
+
fill: "#e02020",
|
|
19
|
+
fillOpacity: 0.751445,
|
|
20
|
+
strokeWidth: 0.976535,
|
|
21
|
+
strokeLinecap: "round"
|
|
22
|
+
},
|
|
23
|
+
transform: "scale(1 -1)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
25
|
+
cx: 90.023,
|
|
26
|
+
cy: -1589.156,
|
|
27
|
+
r: 23.827,
|
|
28
|
+
style: {
|
|
29
|
+
fill: "#e0dd20",
|
|
30
|
+
fillOpacity: 0.751445,
|
|
31
|
+
strokeWidth: 0.976535,
|
|
32
|
+
strokeLinecap: "round"
|
|
33
|
+
},
|
|
34
|
+
transform: "scale(1 -1)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("circle", {
|
|
36
|
+
cx: 89.745,
|
|
37
|
+
cy: -1534.207,
|
|
38
|
+
r: 23.827,
|
|
39
|
+
style: {
|
|
40
|
+
fill: "#20e020",
|
|
41
|
+
fillOpacity: 0.751445,
|
|
42
|
+
strokeWidth: 0.976535,
|
|
43
|
+
strokeLinecap: "round"
|
|
44
|
+
},
|
|
45
|
+
transform: "scale(1 -1)"
|
|
46
|
+
})));
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { SvgTrafficLight as default };
|