@next-core/brick-icons 2.26.35 → 2.26.38
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/CHANGELOG.md +24 -0
- package/dist/colored-big-screen-fe14745c.js +681 -0
- package/dist/colored-big-screen-fe14745c.js.map +1 -0
- package/dist/index.esm.js +50 -38
- package/dist/index.esm.js.map +1 -1
- package/dist/types/generated/icons/colored-big-screen.d.ts +20 -0
- package/dist/types/generated/iconsByCategory.d.ts +1 -0
- package/package.json +3 -3
|
@@ -0,0 +1,681 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
|
|
3
|
+
function _extends$h() { _extends$h = Object.assign || 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$h.apply(this, arguments); }
|
|
4
|
+
|
|
5
|
+
var _ref$h = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
6
|
+
x1: "50%",
|
|
7
|
+
y1: "98.189%",
|
|
8
|
+
x2: "50%",
|
|
9
|
+
y2: "0%",
|
|
10
|
+
id: "cabinet_svg__c"
|
|
11
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
12
|
+
stopColor: "#4475FF",
|
|
13
|
+
offset: "0%"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
15
|
+
stopColor: "#78CDFF",
|
|
16
|
+
offset: "100%"
|
|
17
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
d: "M22.154 2.5v31H0v-2.818h2.77V2.5h19.384zm-5.539 18.318H8.308v2.818h8.307v-2.818zm0-5.636H8.308V18h8.307v-2.818zm0-5.637H8.308v2.819h8.307V9.545zm16.616 7.046v14.09H36V33.5H23.538V16.59h9.693zm-2.77 8.454h-4.153v1.41h4.154v-1.41zm0-2.818h-4.153v1.41h4.154v-1.41z",
|
|
19
|
+
id: "cabinet_svg__b"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("filter", {
|
|
21
|
+
x: "-25%",
|
|
22
|
+
y: "-29%",
|
|
23
|
+
width: "150%",
|
|
24
|
+
height: "158.1%",
|
|
25
|
+
filterUnits: "objectBoundingBox",
|
|
26
|
+
id: "cabinet_svg__a"
|
|
27
|
+
}, /*#__PURE__*/React.createElement("feOffset", {
|
|
28
|
+
in: "SourceAlpha",
|
|
29
|
+
result: "shadowOffsetOuter1"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
31
|
+
stdDeviation: 3,
|
|
32
|
+
in: "shadowOffsetOuter1",
|
|
33
|
+
result: "shadowBlurOuter1"
|
|
34
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
35
|
+
values: "0 0 0 0 0.0274509804 0 0 0 0 0.921568627 0 0 0 0 0.992156863 0 0 0 0.473967439 0",
|
|
36
|
+
in: "shadowBlurOuter1"
|
|
37
|
+
})));
|
|
38
|
+
|
|
39
|
+
var _ref2$3 = /*#__PURE__*/React.createElement("g", {
|
|
40
|
+
fill: "none",
|
|
41
|
+
fillRule: "evenodd"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
43
|
+
fillOpacity: 0,
|
|
44
|
+
fill: "#D8D8D8",
|
|
45
|
+
d: "M0 0h36v36H0z"
|
|
46
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
|
|
47
|
+
fill: "#000",
|
|
48
|
+
filter: "url(#cabinet_svg__a)",
|
|
49
|
+
xlinkHref: "#cabinet_svg__b"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("use", {
|
|
51
|
+
fill: "url(#cabinet_svg__c)",
|
|
52
|
+
xlinkHref: "#cabinet_svg__b"
|
|
53
|
+
})));
|
|
54
|
+
|
|
55
|
+
function SvgCabinet(props) {
|
|
56
|
+
return /*#__PURE__*/React.createElement("svg", _extends$h({
|
|
57
|
+
width: 36,
|
|
58
|
+
height: 36,
|
|
59
|
+
viewBox: "0 0 36 36",
|
|
60
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
61
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
62
|
+
}, props), _ref$h, _ref2$3);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
function _extends$g() { _extends$g = Object.assign || 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$g.apply(this, arguments); }
|
|
66
|
+
|
|
67
|
+
var _ref$g = /*#__PURE__*/React.createElement("g", {
|
|
68
|
+
fill: "none",
|
|
69
|
+
fillRule: "evenodd"
|
|
70
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
71
|
+
fillOpacity: 0,
|
|
72
|
+
fill: "#D8D8D8",
|
|
73
|
+
d: "M0 0h22v22H0z"
|
|
74
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
+
d: "M19.713 5.667L21 8.977v10.356H9.667V8.804l1.665-3.137h8.38zm.272 8.666h-9.303v3.799h9.303v-3.799zm-4.331-10.63c.24.228.466.475.677.738l-.737.825C14.541 3.948 13.075 3.2 11.541 3.2c-2.688 0-4.994 2.266-5.485 5.39l-.067.434-.37.053c-2.056.292-3.605 2.363-3.605 4.818 0 2.766 2.318 2.906 2.783 2.906h4.225V18H4.796C3.386 18 1 17.135 1 13.895c0-2.915 1.753-5.397 4.135-5.941.531-2.587 2.143-4.674 4.274-5.535 2.13-.861 4.485-.376 6.245 1.285zm4.331 5.816h-9.303v3.628h9.303V9.519zm-.91-2.65h-7.182l-.778 1.464h8.553l-.594-1.464z",
|
|
76
|
+
fill: "#4D7CFF",
|
|
77
|
+
fillRule: "nonzero"
|
|
78
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
d: "M17.99 10.724H19v1.177h-1.01v-1.177zm0 4.83H19v1.177h-1.01v-1.176z",
|
|
80
|
+
fill: "#F48D1F",
|
|
81
|
+
fillRule: "nonzero"
|
|
82
|
+
}));
|
|
83
|
+
|
|
84
|
+
function SvgCloudHostBlue(props) {
|
|
85
|
+
return /*#__PURE__*/React.createElement("svg", _extends$g({
|
|
86
|
+
width: 22,
|
|
87
|
+
height: 22,
|
|
88
|
+
viewBox: "0 0 22 22",
|
|
89
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
90
|
+
}, props), _ref$g);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
function _extends$f() { _extends$f = Object.assign || 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$f.apply(this, arguments); }
|
|
94
|
+
|
|
95
|
+
var _ref$f = /*#__PURE__*/React.createElement("g", {
|
|
96
|
+
fill: "none",
|
|
97
|
+
fillRule: "evenodd"
|
|
98
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
99
|
+
d: "M19.713 5.667L21 8.977v10.356H9.667V8.804l1.665-3.137h8.38zm.272 8.666h-9.303v3.799h9.303v-3.799zm-4.331-10.63c.24.228.466.475.677.738l-.737.825C14.541 3.948 13.075 3.2 11.541 3.2c-2.688 0-4.994 2.266-5.485 5.39l-.067.434-.37.053c-2.056.292-3.605 2.363-3.605 4.818 0 2.766 2.318 2.906 2.783 2.906h4.225V18H4.796C3.386 18 1 17.135 1 13.895c0-2.915 1.753-5.397 4.135-5.941.531-2.587 2.143-4.674 4.274-5.535 2.13-.861 4.485-.376 6.245 1.285zm4.331 5.816h-9.303v3.628h9.303V9.519zm-.91-2.65h-7.182l-.778 1.464h8.553l-.594-1.464z",
|
|
100
|
+
fill: "#FFF",
|
|
101
|
+
fillRule: "nonzero"
|
|
102
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
103
|
+
d: "M17.99 10.724H19v1.177h-1.01v-1.177zm0 4.83H19v1.177h-1.01v-1.176z",
|
|
104
|
+
fill: "#F48D1F",
|
|
105
|
+
fillRule: "nonzero"
|
|
106
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
107
|
+
fillOpacity: 0,
|
|
108
|
+
fill: "#D8D8D8",
|
|
109
|
+
d: "M0 0h22v22H0z"
|
|
110
|
+
}));
|
|
111
|
+
|
|
112
|
+
function SvgCloudHostWhite(props) {
|
|
113
|
+
return /*#__PURE__*/React.createElement("svg", _extends$f({
|
|
114
|
+
width: 22,
|
|
115
|
+
height: 22,
|
|
116
|
+
viewBox: "0 0 22 22",
|
|
117
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
118
|
+
}, props), _ref$f);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
function _extends$e() { _extends$e = Object.assign || 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$e.apply(this, arguments); }
|
|
122
|
+
|
|
123
|
+
var _ref$e = /*#__PURE__*/React.createElement("g", {
|
|
124
|
+
fill: "none",
|
|
125
|
+
fillRule: "evenodd"
|
|
126
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
127
|
+
fillOpacity: 0,
|
|
128
|
+
fill: "#D8D8D8",
|
|
129
|
+
d: "M0 0h22v22H0z"
|
|
130
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
131
|
+
d: "M20.605 4.543c0-2.316-4.658-3.543-9.26-3.543-4.352 0-8.731 1.088-9.233 3.152a.64.64 0 0 0-.112.39v13.696c0 .168.056.335.195.475C2.28 18.796 4.427 21 11.428 21c6.918 0 8.787-2.092 8.982-2.343.112-.112.14-.279.14-.446V5.017c.027-.168.055-.307.055-.474zm-1.506 9.12c-.028 0-.028.029-.056.029 0 0-.028 0-.028.028-.028.028-.055.028-.083.055l-.028.028c-.028 0-.028.028-.056.028 0 0-.028.028-.056.028s-.028.028-.056.028c-.027 0-.027.028-.055.028s-.056.028-.084.028c-.028 0-.028.028-.056.028-.028.028-.056.028-.084.055-.027 0-.027.028-.055.028-.056.028-.084.056-.14.084-.028 0-.028.028-.056.028-.027.028-.083.028-.111.056-.028 0-.056.028-.084.028-.028.028-.084.028-.111.055-.028 0-.056.028-.084.028-.028.028-.084.028-.112.056-.028 0-.055.028-.083.028-.056.028-.112.028-.168.056-.028 0-.028 0-.056.028-.083.028-.139.055-.223.083-.028 0-.055.028-.083.028-.056.028-.112.028-.168.056-.028 0-.055.028-.111.028-.056.028-.112.028-.168.056-.028 0-.083.028-.111.028-.056.028-.112.028-.195.055-.028 0-.056.028-.112.028-.084.028-.167.028-.251.056h-.056a1.4 1.4 0 0 1-.335.056c-.028 0-.083 0-.111.028-.084.028-.168.028-.251.056-.056 0-.084.027-.14.027-.083 0-.167.028-.223.028-.056 0-.084 0-.14.028-.083 0-.167.028-.25.028-.056 0-.084 0-.14.028-.111.028-.25.028-.362.028h-.028c-.14 0-.28.028-.419.028h-.14c-.11 0-.222.028-.306.028h-.167c-.112 0-.196 0-.307.028h-2.455c-.112 0-.223 0-.307-.028h-.167c-.112 0-.223-.028-.335-.028h-.14c-.139 0-.306-.028-.446-.028h-.055c-.112 0-.251-.028-.363-.028-.056 0-.084 0-.14-.028-.083 0-.195-.028-.278-.028-.056 0-.084 0-.14-.028-.084 0-.167-.028-.251-.028-.056 0-.084 0-.14-.027-.083-.028-.195-.028-.278-.056-.028 0-.056 0-.084-.028-.112-.028-.223-.056-.335-.056-.028 0-.056 0-.056-.028-.083-.028-.167-.028-.25-.056-.029 0-.056-.027-.112-.027-.056-.028-.14-.028-.195-.056-.028 0-.056-.028-.112-.028-.056-.028-.14-.028-.195-.056-.028 0-.056-.028-.084-.028-.084-.028-.14-.056-.223-.056h-.056l-.251-.083c-.028 0-.028 0-.056-.028a.396.396 0 0 0-.167-.056c-.028 0-.056-.028-.084-.028-.056-.028-.111-.028-.14-.056-.027 0-.055-.028-.055-.028-.056-.027-.084-.027-.14-.055-.027 0-.027-.028-.055-.028l-.168-.084-.167-.084s-.028 0-.028-.028C4.064 14 4.008 14 3.98 13.971c-.027 0-.027-.028-.055-.028-.028-.028-.056-.028-.084-.056l-.028-.028c0 .028-.028 0-.056-.028 0 0-.028 0-.028-.028-.083-.055-.139-.083-.195-.111 0 0-.028 0-.028-.028-.028 0-.028-.028-.056-.028 0 0-.027 0-.027-.028 0 0-.028 0-.028-.028V10.82s.028.028.055.028l.168.083c.028 0 .056.028.084.028.055.028.139.056.195.084.028 0 .028.028.056.028.083.028.195.083.279.111.027 0 .055.028.083.028.084.028.14.056.223.084.028.028.084.028.14.056.084.028.14.055.223.083.056.028.084.028.14.056l.25.084c.056 0 .084.028.14.028.14.028.251.083.39.111h.056c.112.028.251.056.363.084.056 0 .111.028.167.028.112.028.196.056.307.056.056 0 .112.028.195.028.112.027.223.027.335.055.056 0 .112.028.195.028.14.028.28.028.39.056.057 0 .085 0 .14.028.196.028.363.056.558.056.056 0 .112 0 .168.028a2.4 2.4 0 0 0 .446.027c.084 0 .14 0 .223.028.14 0 .279.028.418.028h.251c.14 0 .307 0 .475.028h1.869c.139 0 .306 0 .446-.028h.25c.14 0 .28-.028.42-.028.083 0 .139 0 .222-.028.14 0 .28-.027.419-.027.056 0 .111 0 .167-.028.196-.028.363-.028.558-.056h.056c.167-.028.307-.056.474-.056.056 0 .112-.028.167-.028.112-.028.224-.028.335-.056.056 0 .112-.027.168-.027.111-.028.195-.028.279-.056.055 0 .111-.028.167-.028.111-.028.195-.056.279-.056.056 0 .084-.028.14-.028.139-.028.25-.056.39-.111.028 0 .056 0 .056-.028.111-.028.195-.056.306-.084.028 0 .084-.028.112-.028.084-.028.14-.056.223-.084.028-.027.084-.027.112-.055.056-.028.14-.056.195-.084.028-.028.084-.028.112-.056.055-.028.139-.056.195-.083.028 0 .056-.028.084-.028.083-.028.167-.084.25-.112.028 0 .028-.028.056-.028.056-.028.14-.056.196-.084h.027v2.762c-.083 0-.111.028-.139.028.028 0 0 0 0 0zm.056-4.462c0 .028-.028.028 0 0-.028.028-.028.028-.056.028l-.056.056c-.028.027-.056.027-.083.055 0 0-.028 0-.028.028-.028.028-.056.028-.084.056l-.028.028a.06.06 0 0 0-.056.056c-.028 0-.028.028-.055.028-.028.027-.056.027-.084.055-.028 0-.028.028-.056.028-.028.028-.056.028-.112.056 0 0-.027 0-.027.028-.056.028-.084.056-.14.084-.028 0-.028.028-.056.028-.028.027-.083.027-.111.055-.028 0-.056.028-.056.028-.028.028-.084.028-.112.056-.028 0-.055.028-.083.028-.028.028-.084.028-.14.056-.028 0-.056.028-.083.028-.056.027-.112.027-.168.055-.028 0-.028 0-.056.028-.083.028-.14.056-.223.084-.028 0-.056.028-.083.028-.056.028-.112.028-.168.056-.028 0-.056.027-.111.027-.056.028-.112.028-.168.056-.028 0-.083.028-.111.028-.056.028-.112.028-.196.056-.027 0-.055.028-.111.028-.084.028-.168.028-.251.056h-.056a1.4 1.4 0 0 1-.335.055c-.028 0-.083 0-.111.028-.084.028-.168.028-.251.056-.056 0-.084.028-.14.028-.084 0-.167.028-.223.028-.056 0-.084 0-.14.028-.083 0-.167.028-.25.028-.056 0-.084 0-.14.028-.112.027-.251.027-.39.027h-.028c-.14 0-.28.028-.447.028h-.14c-.11 0-.194.028-.306.028h-.167c-.112 0-.196 0-.307.028h-2.455c-.111 0-.223 0-.307-.028h-.167c-.112 0-.223-.028-.335-.028h-.14c-.139 0-.306-.028-.446-.028h-.055c-.112 0-.251-.027-.363-.027-.056 0-.084 0-.14-.028-.083 0-.167-.028-.278-.028-.056 0-.084 0-.14-.028-.084 0-.167-.028-.25-.028-.057 0-.085 0-.14-.028-.084-.028-.168-.028-.28-.056-.027 0-.055 0-.083-.028a1.4 1.4 0 0 0-.335-.055c-.028 0-.055 0-.083-.028-.084-.028-.168-.028-.251-.056-.028 0-.084-.028-.112-.028-.056-.028-.14-.028-.195-.056-.028 0-.084-.028-.112-.028-.056-.028-.14-.028-.195-.055-.028 0-.056-.028-.084-.028-.083-.028-.14-.028-.195-.056-.028 0-.028 0-.056-.028l-.25-.084c-.029 0-.057-.028-.057-.028-.055-.027-.111-.027-.167-.055-.028 0-.056-.028-.084-.028-.055-.028-.083-.028-.14-.056-.027 0-.055-.028-.083-.028-.056-.028-.084-.028-.14-.056-.027 0-.055-.028-.055-.028a.471.471 0 0 0-.14-.055h-.027l-.168-.084c-.028 0-.028-.028-.056-.028-.028-.028-.055-.028-.111-.056-.028 0-.028-.028-.056-.028-.028-.028-.056-.028-.084-.055-.028 0-.028-.028-.055-.028.111-.056.083-.084.055-.084l-.028-.028c-.027-.028-.055-.028-.083-.056 0 0-.028 0-.028-.028-.028-.027-.056-.027-.084-.055l-.028-.028c-.028 0-.028-.028-.056-.028l-.027-.028h-.028V6.439c.028 0 .028.028.055.028.084.056.14.084.224.14.028.028.055.028.083.055l.335.168c.028 0 .056.028.084.028.083.028.195.083.279.111.028.028.083.028.111.056.084.028.196.084.28.112.027 0 .055.028.083.028.14.055.25.083.39.139.028 0 .084.028.112.028.112.028.223.056.307.084.056 0 .083.028.14.028l.334.083c.028 0 .056.028.112.028.139.028.306.056.446.084.056 0 .084.028.14.028a1.4 1.4 0 0 0 .334.055c.056 0 .112.028.167.028.14.028.251.028.391.056.028 0 .084 0 .112.028.167.028.306.056.474.056.056 0 .111 0 .167.028.112 0 .223.028.363.028.056 0 .111 0 .167.028.14 0 .279.027.418.027h.084c.168 0 .335.028.502.028h1.813c2.818-.055 5.58-.585 7.197-1.534v2.706h.056zm-7.81-6.806c5.104 0 7.866 1.422 7.866 2.148v.111c-.056.167-.196.307-.419.474-.028 0-.028.028-.056.028-.055.028-.111.084-.167.112-.418.25-1.06.53-1.869.753-.028 0-.056.028-.084.028-.139.028-.278.083-.418.111a1.003 1.003 0 0 1-.307.056c-.056.028-.14.028-.195.056-.167.028-.307.056-.474.084-.028 0-.056 0-.084.028-.195.027-.39.055-.614.083h-.055l-.67.084h-.056c-.223.028-.446.028-.697.056h-.084c-.25.028-.474.028-.725.028h-.893c-4.295 0-6.945-1.005-7.67-1.758-.14-.14-.196-.279-.196-.39 0-.67 2.762-2.092 7.866-2.092zm7.81 15.537c-.53.418-2.566 1.673-7.727 1.673-5.188 0-7.392-1.255-8.005-1.701v-2.678s.027 0 .027.028a.61.61 0 0 0 .14.084c.028 0 .056.027.084.027.055.028.14.056.223.084.028 0 .028.028.056.028.083.028.195.084.279.112.027 0 .055.027.083.027.084.028.14.056.223.084.028.028.084.028.112.028.084.028.14.056.223.084.056.028.084.028.14.056l.25.083c.028 0 .084.028.112.028.14.028.251.084.419.112h.055c.112.028.251.055.39.083.057 0 .112.028.14.028.112.028.196.056.307.056.056 0 .112.028.168.028.111.028.223.028.334.056.056 0 .112.028.168.028.14.027.279.027.418.055.056 0 .084 0 .14.028.195.028.362.056.557.056.056 0 .112 0 .168.028a2.4 2.4 0 0 0 .446.028c.084 0 .14 0 .223.028.14 0 .28.028.419.028h.25c.14 0 .308 0 .475.028h1.869c.167 0 .307 0 .446-.028h.223c.14 0 .28-.028.419-.028.083 0 .14 0 .223-.028.14 0 .279-.028.418-.028.056 0 .112 0 .168-.028.195-.028.362-.028.557-.056h.056c.168-.028.335-.056.474-.056.056 0 .112-.027.168-.027.111-.028.223-.028.335-.056.055 0 .111-.028.167-.028.111-.028.195-.028.307-.056.056 0 .111-.028.167-.028.112-.028.195-.056.307-.056.028 0 .084-.027.112-.027.139-.028.25-.056.39-.112.028 0 .028 0 .056-.028.111-.028.223-.056.307-.084.028 0 .083-.027.111-.027.084-.028.14-.056.223-.084a.211.211 0 0 0 .112-.056c.056-.028.14-.056.195-.084.028 0 .056-.028.112-.028a1.36 1.36 0 0 0 .195-.083c.028 0 .056-.028.084-.028.083-.028.167-.084.25-.112 0 0 .029 0 .029-.028a.45.45 0 0 0 .195-.111h.028v2.678z",
|
|
132
|
+
fill: "#4D7CFF",
|
|
133
|
+
fillRule: "nonzero"
|
|
134
|
+
}));
|
|
135
|
+
|
|
136
|
+
function SvgDatabaseBlue(props) {
|
|
137
|
+
return /*#__PURE__*/React.createElement("svg", _extends$e({
|
|
138
|
+
width: 22,
|
|
139
|
+
height: 22,
|
|
140
|
+
viewBox: "0 0 22 22",
|
|
141
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
142
|
+
}, props), _ref$e);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
function _extends$d() { _extends$d = Object.assign || 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$d.apply(this, arguments); }
|
|
146
|
+
|
|
147
|
+
var _ref$d = /*#__PURE__*/React.createElement("g", {
|
|
148
|
+
fill: "none",
|
|
149
|
+
fillRule: "evenodd"
|
|
150
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
151
|
+
fillOpacity: 0,
|
|
152
|
+
fill: "#D8D8D8",
|
|
153
|
+
d: "M0 0h22v22H0z"
|
|
154
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
155
|
+
d: "M20.605 4.543c0-2.316-4.658-3.543-9.26-3.543-4.352 0-8.731 1.088-9.233 3.152a.64.64 0 0 0-.112.39v13.696c0 .168.056.335.195.475C2.28 18.796 4.427 21 11.428 21c6.918 0 8.787-2.092 8.982-2.343.112-.112.14-.279.14-.446V5.017c.027-.168.055-.307.055-.474zm-1.506 9.12c-.028 0-.028.029-.056.029 0 0-.028 0-.028.028-.028.028-.055.028-.083.055l-.028.028c-.028 0-.028.028-.056.028 0 0-.028.028-.056.028s-.028.028-.056.028c-.027 0-.027.028-.055.028s-.056.028-.084.028c-.028 0-.028.028-.056.028-.028.028-.056.028-.084.055-.027 0-.027.028-.055.028-.056.028-.084.056-.14.084-.028 0-.028.028-.056.028-.027.028-.083.028-.111.056-.028 0-.056.028-.084.028-.028.028-.084.028-.111.055-.028 0-.056.028-.084.028-.028.028-.084.028-.112.056-.028 0-.055.028-.083.028-.056.028-.112.028-.168.056-.028 0-.028 0-.056.028-.083.028-.139.055-.223.083-.028 0-.055.028-.083.028-.056.028-.112.028-.168.056-.028 0-.055.028-.111.028-.056.028-.112.028-.168.056-.028 0-.083.028-.111.028-.056.028-.112.028-.195.055-.028 0-.056.028-.112.028-.084.028-.167.028-.251.056h-.056a1.4 1.4 0 0 1-.335.056c-.028 0-.083 0-.111.028-.084.028-.168.028-.251.056-.056 0-.084.027-.14.027-.083 0-.167.028-.223.028-.056 0-.084 0-.14.028-.083 0-.167.028-.25.028-.056 0-.084 0-.14.028-.111.028-.25.028-.362.028h-.028c-.14 0-.28.028-.419.028h-.14c-.11 0-.222.028-.306.028h-.167c-.112 0-.196 0-.307.028h-2.455c-.112 0-.223 0-.307-.028h-.167c-.112 0-.223-.028-.335-.028h-.14c-.139 0-.306-.028-.446-.028h-.055c-.112 0-.251-.028-.363-.028-.056 0-.084 0-.14-.028-.083 0-.195-.028-.278-.028-.056 0-.084 0-.14-.028-.084 0-.167-.028-.251-.028-.056 0-.084 0-.14-.027-.083-.028-.195-.028-.278-.056-.028 0-.056 0-.084-.028-.112-.028-.223-.056-.335-.056-.028 0-.056 0-.056-.028-.083-.028-.167-.028-.25-.056-.029 0-.056-.027-.112-.027-.056-.028-.14-.028-.195-.056-.028 0-.056-.028-.112-.028-.056-.028-.14-.028-.195-.056-.028 0-.056-.028-.084-.028-.084-.028-.14-.056-.223-.056h-.056l-.251-.083c-.028 0-.028 0-.056-.028a.396.396 0 0 0-.167-.056c-.028 0-.056-.028-.084-.028-.056-.028-.111-.028-.14-.056-.027 0-.055-.028-.055-.028-.056-.027-.084-.027-.14-.055-.027 0-.027-.028-.055-.028l-.168-.084-.167-.084s-.028 0-.028-.028C4.064 14 4.008 14 3.98 13.971c-.027 0-.027-.028-.055-.028-.028-.028-.056-.028-.084-.056l-.028-.028c0 .028-.028 0-.056-.028 0 0-.028 0-.028-.028-.083-.055-.139-.083-.195-.111 0 0-.028 0-.028-.028-.028 0-.028-.028-.056-.028 0 0-.027 0-.027-.028 0 0-.028 0-.028-.028V10.82s.028.028.055.028l.168.083c.028 0 .056.028.084.028.055.028.139.056.195.084.028 0 .028.028.056.028.083.028.195.083.279.111.027 0 .055.028.083.028.084.028.14.056.223.084.028.028.084.028.14.056.084.028.14.055.223.083.056.028.084.028.14.056l.25.084c.056 0 .084.028.14.028.14.028.251.083.39.111h.056c.112.028.251.056.363.084.056 0 .111.028.167.028.112.028.196.056.307.056.056 0 .112.028.195.028.112.027.223.027.335.055.056 0 .112.028.195.028.14.028.28.028.39.056.057 0 .085 0 .14.028.196.028.363.056.558.056.056 0 .112 0 .168.028a2.4 2.4 0 0 0 .446.027c.084 0 .14 0 .223.028.14 0 .279.028.418.028h.251c.14 0 .307 0 .475.028h1.869c.139 0 .306 0 .446-.028h.25c.14 0 .28-.028.42-.028.083 0 .139 0 .222-.028.14 0 .28-.027.419-.027.056 0 .111 0 .167-.028.196-.028.363-.028.558-.056h.056c.167-.028.307-.056.474-.056.056 0 .112-.028.167-.028.112-.028.224-.028.335-.056.056 0 .112-.027.168-.027.111-.028.195-.028.279-.056.055 0 .111-.028.167-.028.111-.028.195-.056.279-.056.056 0 .084-.028.14-.028.139-.028.25-.056.39-.111.028 0 .056 0 .056-.028.111-.028.195-.056.306-.084.028 0 .084-.028.112-.028.084-.028.14-.056.223-.084.028-.027.084-.027.112-.055.056-.028.14-.056.195-.084.028-.028.084-.028.112-.056.055-.028.139-.056.195-.083.028 0 .056-.028.084-.028.083-.028.167-.084.25-.112.028 0 .028-.028.056-.028.056-.028.14-.056.196-.084h.027v2.762c-.083 0-.111.028-.139.028.028 0 0 0 0 0zm.056-4.462c0 .028-.028.028 0 0-.028.028-.028.028-.056.028l-.056.056c-.028.027-.056.027-.083.055 0 0-.028 0-.028.028-.028.028-.056.028-.084.056l-.028.028a.06.06 0 0 0-.056.056c-.028 0-.028.028-.055.028-.028.027-.056.027-.084.055-.028 0-.028.028-.056.028-.028.028-.056.028-.112.056 0 0-.027 0-.027.028-.056.028-.084.056-.14.084-.028 0-.028.028-.056.028-.028.027-.083.027-.111.055-.028 0-.056.028-.056.028-.028.028-.084.028-.112.056-.028 0-.055.028-.083.028-.028.028-.084.028-.14.056-.028 0-.056.028-.083.028-.056.027-.112.027-.168.055-.028 0-.028 0-.056.028-.083.028-.14.056-.223.084-.028 0-.056.028-.083.028-.056.028-.112.028-.168.056-.028 0-.056.027-.111.027-.056.028-.112.028-.168.056-.028 0-.083.028-.111.028-.056.028-.112.028-.196.056-.027 0-.055.028-.111.028-.084.028-.168.028-.251.056h-.056a1.4 1.4 0 0 1-.335.055c-.028 0-.083 0-.111.028-.084.028-.168.028-.251.056-.056 0-.084.028-.14.028-.084 0-.167.028-.223.028-.056 0-.084 0-.14.028-.083 0-.167.028-.25.028-.056 0-.084 0-.14.028-.112.027-.251.027-.39.027h-.028c-.14 0-.28.028-.447.028h-.14c-.11 0-.194.028-.306.028h-.167c-.112 0-.196 0-.307.028h-2.455c-.111 0-.223 0-.307-.028h-.167c-.112 0-.223-.028-.335-.028h-.14c-.139 0-.306-.028-.446-.028h-.055c-.112 0-.251-.027-.363-.027-.056 0-.084 0-.14-.028-.083 0-.167-.028-.278-.028-.056 0-.084 0-.14-.028-.084 0-.167-.028-.25-.028-.057 0-.085 0-.14-.028-.084-.028-.168-.028-.28-.056-.027 0-.055 0-.083-.028a1.4 1.4 0 0 0-.335-.055c-.028 0-.055 0-.083-.028-.084-.028-.168-.028-.251-.056-.028 0-.084-.028-.112-.028-.056-.028-.14-.028-.195-.056-.028 0-.084-.028-.112-.028-.056-.028-.14-.028-.195-.055-.028 0-.056-.028-.084-.028-.083-.028-.14-.028-.195-.056-.028 0-.028 0-.056-.028l-.25-.084c-.029 0-.057-.028-.057-.028-.055-.027-.111-.027-.167-.055-.028 0-.056-.028-.084-.028-.055-.028-.083-.028-.14-.056-.027 0-.055-.028-.083-.028-.056-.028-.084-.028-.14-.056-.027 0-.055-.028-.055-.028a.471.471 0 0 0-.14-.055h-.027l-.168-.084c-.028 0-.028-.028-.056-.028-.028-.028-.055-.028-.111-.056-.028 0-.028-.028-.056-.028-.028-.028-.056-.028-.084-.055-.028 0-.028-.028-.055-.028.111-.056.083-.084.055-.084l-.028-.028c-.027-.028-.055-.028-.083-.056 0 0-.028 0-.028-.028-.028-.027-.056-.027-.084-.055l-.028-.028c-.028 0-.028-.028-.056-.028l-.027-.028h-.028V6.439c.028 0 .028.028.055.028.084.056.14.084.224.14.028.028.055.028.083.055l.335.168c.028 0 .056.028.084.028.083.028.195.083.279.111.028.028.083.028.111.056.084.028.196.084.28.112.027 0 .055.028.083.028.14.055.25.083.39.139.028 0 .084.028.112.028.112.028.223.056.307.084.056 0 .083.028.14.028l.334.083c.028 0 .056.028.112.028.139.028.306.056.446.084.056 0 .084.028.14.028a1.4 1.4 0 0 0 .334.055c.056 0 .112.028.167.028.14.028.251.028.391.056.028 0 .084 0 .112.028.167.028.306.056.474.056.056 0 .111 0 .167.028.112 0 .223.028.363.028.056 0 .111 0 .167.028.14 0 .279.027.418.027h.084c.168 0 .335.028.502.028h1.813c2.818-.055 5.58-.585 7.197-1.534v2.706h.056zm-7.81-6.806c5.104 0 7.866 1.422 7.866 2.148v.111c-.056.167-.196.307-.419.474-.028 0-.028.028-.056.028-.055.028-.111.084-.167.112-.418.25-1.06.53-1.869.753-.028 0-.056.028-.084.028-.139.028-.278.083-.418.111a1.003 1.003 0 0 1-.307.056c-.056.028-.14.028-.195.056-.167.028-.307.056-.474.084-.028 0-.056 0-.084.028-.195.027-.39.055-.614.083h-.055l-.67.084h-.056c-.223.028-.446.028-.697.056h-.084c-.25.028-.474.028-.725.028h-.893c-4.295 0-6.945-1.005-7.67-1.758-.14-.14-.196-.279-.196-.39 0-.67 2.762-2.092 7.866-2.092zm7.81 15.537c-.53.418-2.566 1.673-7.727 1.673-5.188 0-7.392-1.255-8.005-1.701v-2.678s.027 0 .027.028a.61.61 0 0 0 .14.084c.028 0 .056.027.084.027.055.028.14.056.223.084.028 0 .028.028.056.028.083.028.195.084.279.112.027 0 .055.027.083.027.084.028.14.056.223.084.028.028.084.028.112.028.084.028.14.056.223.084.056.028.084.028.14.056l.25.083c.028 0 .084.028.112.028.14.028.251.084.419.112h.055c.112.028.251.055.39.083.057 0 .112.028.14.028.112.028.196.056.307.056.056 0 .112.028.168.028.111.028.223.028.334.056.056 0 .112.028.168.028.14.027.279.027.418.055.056 0 .084 0 .14.028.195.028.362.056.557.056.056 0 .112 0 .168.028a2.4 2.4 0 0 0 .446.028c.084 0 .14 0 .223.028.14 0 .28.028.419.028h.25c.14 0 .308 0 .475.028h1.869c.167 0 .307 0 .446-.028h.223c.14 0 .28-.028.419-.028.083 0 .14 0 .223-.028.14 0 .279-.028.418-.028.056 0 .112 0 .168-.028.195-.028.362-.028.557-.056h.056c.168-.028.335-.056.474-.056.056 0 .112-.027.168-.027.111-.028.223-.028.335-.056.055 0 .111-.028.167-.028.111-.028.195-.028.307-.056.056 0 .111-.028.167-.028.112-.028.195-.056.307-.056.028 0 .084-.027.112-.027.139-.028.25-.056.39-.112.028 0 .028 0 .056-.028.111-.028.223-.056.307-.084.028 0 .083-.027.111-.027.084-.028.14-.056.223-.084a.211.211 0 0 0 .112-.056c.056-.028.14-.056.195-.084.028 0 .056-.028.112-.028a1.36 1.36 0 0 0 .195-.083c.028 0 .056-.028.084-.028.083-.028.167-.084.25-.112 0 0 .029 0 .029-.028a.45.45 0 0 0 .195-.111h.028v2.678z",
|
|
156
|
+
fill: "#FFF",
|
|
157
|
+
fillRule: "nonzero"
|
|
158
|
+
}));
|
|
159
|
+
|
|
160
|
+
function SvgDatabaseWhite(props) {
|
|
161
|
+
return /*#__PURE__*/React.createElement("svg", _extends$d({
|
|
162
|
+
width: 22,
|
|
163
|
+
height: 22,
|
|
164
|
+
viewBox: "0 0 22 22",
|
|
165
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
166
|
+
}, props), _ref$d);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
function _extends$c() { _extends$c = Object.assign || 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$c.apply(this, arguments); }
|
|
170
|
+
|
|
171
|
+
var _ref$c = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
172
|
+
x1: "50%",
|
|
173
|
+
y1: "98.189%",
|
|
174
|
+
x2: "50%",
|
|
175
|
+
y2: "0%",
|
|
176
|
+
id: "engine-room_svg__c"
|
|
177
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
178
|
+
stopColor: "#4475FF",
|
|
179
|
+
offset: "0%"
|
|
180
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
181
|
+
stopColor: "#78CDFF",
|
|
182
|
+
offset: "100%"
|
|
183
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
184
|
+
d: "M20.417 1v29.217h2.833V7.957l9.917 5.565v16.695H36V33H2v-2.783h2.833V6.565L20.417 1zm-8.5 25.74H9.083v1.39h2.834v-1.39zm5.666 0H14.75v1.39h2.833v-1.39zm11.334 0h-2.834v1.39h2.834v-1.39zm-17-3.48H9.083v1.392h2.834v-1.391zm5.666 0H14.75v1.392h2.833v-1.391zm11.334 0h-2.834v1.392h2.834v-1.391zm-17-3.477H9.083v1.39h2.834v-1.39zm5.666 0H14.75v1.39h2.833v-1.39zm11.334 0h-2.834v1.39h2.834v-1.39zm-17-3.479H9.083v1.392h2.834v-1.392zm5.666 0H14.75v1.392h2.833v-1.392zm11.334 0h-2.834v1.392h2.834v-1.392zm-17-3.478H9.083v1.391h2.834v-1.39zm5.666 0H14.75v1.391h2.833v-1.39zm11.334 0h-2.834v1.391h2.834v-1.39zm-17-3.478H9.083v1.391h2.834V9.348zm5.666 0H14.75v1.391h2.833V9.348z",
|
|
185
|
+
id: "engine-room_svg__b"
|
|
186
|
+
}), /*#__PURE__*/React.createElement("filter", {
|
|
187
|
+
x: "-26.5%",
|
|
188
|
+
y: "-28.1%",
|
|
189
|
+
width: "152.9%",
|
|
190
|
+
height: "156.2%",
|
|
191
|
+
filterUnits: "objectBoundingBox",
|
|
192
|
+
id: "engine-room_svg__a"
|
|
193
|
+
}, /*#__PURE__*/React.createElement("feOffset", {
|
|
194
|
+
in: "SourceAlpha",
|
|
195
|
+
result: "shadowOffsetOuter1"
|
|
196
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
197
|
+
stdDeviation: 3,
|
|
198
|
+
in: "shadowOffsetOuter1",
|
|
199
|
+
result: "shadowBlurOuter1"
|
|
200
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
201
|
+
values: "0 0 0 0 0.0274509804 0 0 0 0 0.921568627 0 0 0 0 0.992156863 0 0 0 0.473967439 0",
|
|
202
|
+
in: "shadowBlurOuter1"
|
|
203
|
+
})));
|
|
204
|
+
|
|
205
|
+
var _ref2$2 = /*#__PURE__*/React.createElement("g", {
|
|
206
|
+
fill: "none",
|
|
207
|
+
fillRule: "evenodd"
|
|
208
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
209
|
+
fillOpacity: 0,
|
|
210
|
+
fill: "#D8D8D8",
|
|
211
|
+
d: "M0 0h36v36H0z"
|
|
212
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
|
|
213
|
+
fill: "#000",
|
|
214
|
+
filter: "url(#engine-room_svg__a)",
|
|
215
|
+
xlinkHref: "#engine-room_svg__b"
|
|
216
|
+
}), /*#__PURE__*/React.createElement("use", {
|
|
217
|
+
fill: "url(#engine-room_svg__c)",
|
|
218
|
+
xlinkHref: "#engine-room_svg__b"
|
|
219
|
+
})));
|
|
220
|
+
|
|
221
|
+
function SvgEngineRoom(props) {
|
|
222
|
+
return /*#__PURE__*/React.createElement("svg", _extends$c({
|
|
223
|
+
width: 36,
|
|
224
|
+
height: 36,
|
|
225
|
+
viewBox: "0 0 36 36",
|
|
226
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
227
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
228
|
+
}, props), _ref$c, _ref2$2);
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
function _extends$b() { _extends$b = Object.assign || 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$b.apply(this, arguments); }
|
|
232
|
+
|
|
233
|
+
var _ref$b = /*#__PURE__*/React.createElement("g", {
|
|
234
|
+
fill: "none",
|
|
235
|
+
fillRule: "evenodd"
|
|
236
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
237
|
+
fillOpacity: 0,
|
|
238
|
+
fill: "#FFF",
|
|
239
|
+
d: "M0 0h26v26H0z"
|
|
240
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
241
|
+
fill: "#7CE4E9",
|
|
242
|
+
fillRule: "nonzero",
|
|
243
|
+
d: "M18.591 2H25v21.814h-6.409V2z"
|
|
244
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
245
|
+
d: "M9.801 12.907h6.41v10.907H9.8V12.907zM1 8.409h6.41v15.405H1V8.41z",
|
|
246
|
+
fillOpacity: 0.294,
|
|
247
|
+
fill: "#FFF",
|
|
248
|
+
fillRule: "nonzero"
|
|
249
|
+
}));
|
|
250
|
+
|
|
251
|
+
function SvgHistogram(props) {
|
|
252
|
+
return /*#__PURE__*/React.createElement("svg", _extends$b({
|
|
253
|
+
width: 26,
|
|
254
|
+
height: 26,
|
|
255
|
+
viewBox: "0 0 26 26",
|
|
256
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
257
|
+
}, props), _ref$b);
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
function _extends$a() { _extends$a = Object.assign || 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$a.apply(this, arguments); }
|
|
261
|
+
|
|
262
|
+
var _ref$a = /*#__PURE__*/React.createElement("g", {
|
|
263
|
+
fill: "none",
|
|
264
|
+
fillRule: "evenodd"
|
|
265
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
266
|
+
fillOpacity: 0,
|
|
267
|
+
fill: "#D8D8D8",
|
|
268
|
+
d: "M0 0h22v22H0z"
|
|
269
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
270
|
+
d: "M17 .5A4.5 4.5 0 0 1 21.5 5v12a4.5 4.5 0 0 1-4.5 4.5H5A4.5 4.5 0 0 1 .5 17V5A4.5 4.5 0 0 1 5 .5zm0 1H5A3.5 3.5 0 0 0 1.5 5v12A3.5 3.5 0 0 0 5 20.5h12a3.5 3.5 0 0 0 3.5-3.5V5A3.5 3.5 0 0 0 17 1.5zm-1 7a1.5 1.5 0 0 1 1.5 1.5v.8a1.5 1.5 0 0 1-1.5 1.5H6a1.5 1.5 0 0 1-1.5-1.5V10A1.5 1.5 0 0 1 6 8.5zm0 1H6a.5.5 0 0 0-.5.5v.8a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V10a.5.5 0 0 0-.5-.5zm1.2-3.7a.6.6 0 0 1 0 1.2H4.8a.6.6 0 1 1 0-1.2h12.4zm0-2.8a.6.6 0 0 1 0 1.2H4.8a.6.6 0 1 1 0-1.2h12.4z",
|
|
271
|
+
fill: "#4D7CFF",
|
|
272
|
+
fillRule: "nonzero"
|
|
273
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
274
|
+
d: "M10.6 15a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6zm0 3.6a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4z",
|
|
275
|
+
fill: "#F48D1F"
|
|
276
|
+
}));
|
|
277
|
+
|
|
278
|
+
function SvgHostBlue(props) {
|
|
279
|
+
return /*#__PURE__*/React.createElement("svg", _extends$a({
|
|
280
|
+
width: 22,
|
|
281
|
+
height: 22,
|
|
282
|
+
viewBox: "0 0 22 22",
|
|
283
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
284
|
+
}, props), _ref$a);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
function _extends$9() { _extends$9 = Object.assign || 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$9.apply(this, arguments); }
|
|
288
|
+
|
|
289
|
+
var _ref$9 = /*#__PURE__*/React.createElement("g", {
|
|
290
|
+
fill: "none",
|
|
291
|
+
fillRule: "evenodd"
|
|
292
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
293
|
+
fillOpacity: 0,
|
|
294
|
+
fill: "#D8D8D8",
|
|
295
|
+
d: "M0 0h22v22H0z"
|
|
296
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
297
|
+
d: "M17 .5A4.5 4.5 0 0 1 21.5 5v12a4.5 4.5 0 0 1-4.5 4.5H5A4.5 4.5 0 0 1 .5 17V5A4.5 4.5 0 0 1 5 .5zm0 1H5A3.5 3.5 0 0 0 1.5 5v12A3.5 3.5 0 0 0 5 20.5h12a3.5 3.5 0 0 0 3.5-3.5V5A3.5 3.5 0 0 0 17 1.5zm-1 7a1.5 1.5 0 0 1 1.5 1.5v.8a1.5 1.5 0 0 1-1.5 1.5H6a1.5 1.5 0 0 1-1.5-1.5V10A1.5 1.5 0 0 1 6 8.5zm0 1H6a.5.5 0 0 0-.5.5v.8a.5.5 0 0 0 .5.5h10a.5.5 0 0 0 .5-.5V10a.5.5 0 0 0-.5-.5zm1.2-3.7a.6.6 0 0 1 0 1.2H4.8a.6.6 0 1 1 0-1.2h12.4zm0-2.8a.6.6 0 0 1 0 1.2H4.8a.6.6 0 1 1 0-1.2h12.4z",
|
|
298
|
+
fill: "#FFF",
|
|
299
|
+
fillRule: "nonzero"
|
|
300
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
301
|
+
d: "M10.6 15a.8.8 0 1 0 0-1.6.8.8 0 0 0 0 1.6zm0 3.6a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4z",
|
|
302
|
+
fill: "#F48D1F"
|
|
303
|
+
}));
|
|
304
|
+
|
|
305
|
+
function SvgHostWhite(props) {
|
|
306
|
+
return /*#__PURE__*/React.createElement("svg", _extends$9({
|
|
307
|
+
width: 22,
|
|
308
|
+
height: 22,
|
|
309
|
+
viewBox: "0 0 22 22",
|
|
310
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
311
|
+
}, props), _ref$9);
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
function _extends$8() { _extends$8 = Object.assign || 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$8.apply(this, arguments); }
|
|
315
|
+
|
|
316
|
+
var _ref$8 = /*#__PURE__*/React.createElement("g", {
|
|
317
|
+
fill: "none",
|
|
318
|
+
fillRule: "evenodd"
|
|
319
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
320
|
+
fillOpacity: 0,
|
|
321
|
+
fill: "#D8D8D8",
|
|
322
|
+
d: "M0 0h22v22H0z"
|
|
323
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
324
|
+
d: "M3.356 11.964a7.72 7.72 0 0 0 6.68 6.68l.001 1.946a9.595 9.595 0 0 1-5.144-2.134 1.416 1.416 0 0 1-.117.131L2.684 20.68c-.427.427-.854.427-1.281 0l-.082-.082c-.427-.427-.427-.854 0-1.281l2.092-2.093c.044-.044.088-.084.132-.118a9.578 9.578 0 0 1-2.134-5.142zm17.234 0a9.593 9.593 0 0 1-2.135 5.144c.044.033.088.072.132.116l2.093 2.093c.427.427.427.853 0 1.28l-.082.083c-.427.427-.854.427-1.281 0l-2.093-2.093a1.551 1.551 0 0 1-.119-.133 9.576 9.576 0 0 1-5.141 2.135v-1.945a7.72 7.72 0 0 0 6.68-6.68zM2.683 1.32l2.093 2.093c.044.044.084.088.119.133a9.568 9.568 0 0 1 5.141-2.135v1.945a7.72 7.72 0 0 0-6.68 6.68H1.41a9.594 9.594 0 0 1 2.135-5.144 1.176 1.176 0 0 1-.132-.116L1.32 2.683c-.427-.427-.427-.853 0-1.28l.082-.083c.427-.427.854-.427 1.281 0zm17.914 0l.083.082c.427.427.427.854 0 1.281l-2.093 2.093a1.553 1.553 0 0 1-.132.118 9.578 9.578 0 0 1 2.134 5.142h-1.945a7.718 7.718 0 0 0-6.68-6.68V1.41a9.594 9.594 0 0 1 5.144 2.135 1.19 1.19 0 0 1 .116-.132l2.093-2.093c.427-.427.853-.427 1.28 0z",
|
|
325
|
+
fill: "#4D7CFF",
|
|
326
|
+
fillRule: "nonzero"
|
|
327
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
328
|
+
d: "M7.145 11a3.856 3.856 0 1 0 7.71 0 3.856 3.856 0 0 0-7.71 0z",
|
|
329
|
+
fill: "#F48D1F",
|
|
330
|
+
fillRule: "nonzero"
|
|
331
|
+
}));
|
|
332
|
+
|
|
333
|
+
function SvgMiddlewareBlue(props) {
|
|
334
|
+
return /*#__PURE__*/React.createElement("svg", _extends$8({
|
|
335
|
+
width: 22,
|
|
336
|
+
height: 22,
|
|
337
|
+
viewBox: "0 0 22 22",
|
|
338
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
339
|
+
}, props), _ref$8);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
function _extends$7() { _extends$7 = Object.assign || 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$7.apply(this, arguments); }
|
|
343
|
+
|
|
344
|
+
var _ref$7 = /*#__PURE__*/React.createElement("g", {
|
|
345
|
+
fill: "none",
|
|
346
|
+
fillRule: "evenodd"
|
|
347
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
348
|
+
fillOpacity: 0,
|
|
349
|
+
fill: "#D8D8D8",
|
|
350
|
+
d: "M0 0h22v22H0z"
|
|
351
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
352
|
+
d: "M3.356 11.964a7.72 7.72 0 0 0 6.68 6.68l.001 1.946a9.595 9.595 0 0 1-5.144-2.134 1.416 1.416 0 0 1-.117.131L2.684 20.68c-.427.427-.854.427-1.281 0l-.082-.082c-.427-.427-.427-.854 0-1.281l2.092-2.093c.044-.044.088-.084.132-.118a9.578 9.578 0 0 1-2.134-5.142zm17.234 0a9.593 9.593 0 0 1-2.135 5.144c.044.033.088.072.132.116l2.093 2.093c.427.427.427.853 0 1.28l-.082.083c-.427.427-.854.427-1.281 0l-2.093-2.093a1.551 1.551 0 0 1-.119-.133 9.576 9.576 0 0 1-5.141 2.135v-1.945a7.72 7.72 0 0 0 6.68-6.68zM2.683 1.32l2.093 2.093c.044.044.084.088.119.133a9.568 9.568 0 0 1 5.141-2.135v1.945a7.72 7.72 0 0 0-6.68 6.68H1.41a9.594 9.594 0 0 1 2.135-5.144 1.176 1.176 0 0 1-.132-.116L1.32 2.683c-.427-.427-.427-.853 0-1.28l.082-.083c.427-.427.854-.427 1.281 0zm17.914 0l.083.082c.427.427.427.854 0 1.281l-2.093 2.093a1.553 1.553 0 0 1-.132.118 9.578 9.578 0 0 1 2.134 5.142h-1.945a7.718 7.718 0 0 0-6.68-6.68V1.41a9.594 9.594 0 0 1 5.144 2.135 1.19 1.19 0 0 1 .116-.132l2.093-2.093c.427-.427.853-.427 1.28 0z",
|
|
353
|
+
fill: "#FFF",
|
|
354
|
+
fillRule: "nonzero"
|
|
355
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
356
|
+
d: "M7.145 11a3.856 3.856 0 1 0 7.71 0 3.856 3.856 0 0 0-7.71 0z",
|
|
357
|
+
fill: "#F48D1F",
|
|
358
|
+
fillRule: "nonzero"
|
|
359
|
+
}));
|
|
360
|
+
|
|
361
|
+
function SvgMiddlewareWhite(props) {
|
|
362
|
+
return /*#__PURE__*/React.createElement("svg", _extends$7({
|
|
363
|
+
width: 22,
|
|
364
|
+
height: 22,
|
|
365
|
+
viewBox: "0 0 22 22",
|
|
366
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
367
|
+
}, props), _ref$7);
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
function _extends$6() { _extends$6 = Object.assign || 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$6.apply(this, arguments); }
|
|
371
|
+
|
|
372
|
+
var _ref$6 = /*#__PURE__*/React.createElement("g", {
|
|
373
|
+
fill: "none",
|
|
374
|
+
fillRule: "evenodd"
|
|
375
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
376
|
+
fillOpacity: 0,
|
|
377
|
+
fill: "#D8D8D8",
|
|
378
|
+
d: "M0 0h22v22H0z"
|
|
379
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
380
|
+
d: "M11.217 21a.544.544 0 0 1-.272-.073l-3.59-2.073a.544.544 0 0 1-.272-.47v-4.147c0-.194.104-.373.272-.47l1.707-.986a.544.544 0 1 1 .543.942l-1.434.828v3.518l3.046 1.76 3.047-1.76v-3.518l-1.41-.813a.544.544 0 1 1 .544-.942l1.681.97a.544.544 0 0 1 .272.471v4.146a.544.544 0 0 1-.272.471l-3.59 2.073a.544.544 0 0 1-.272.073z",
|
|
381
|
+
fill: "#4D7CFF",
|
|
382
|
+
fillRule: "nonzero"
|
|
383
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
384
|
+
d: "M6.203 18.223a.544.544 0 0 1-.272-.073l-3.616-2.087a.544.544 0 0 1-.271-.471v-4.175a.544.544 0 1 1 1.087 0v3.86l3.072 1.774 3.071-1.773v-1.746a.544.544 0 1 1 1.088 0v2.06a.544.544 0 0 1-.272.47L6.475 18.15a.542.542 0 0 1-.272.073zm9.976 0a.544.544 0 0 1-.272-.073l-3.615-2.087a.544.544 0 0 1-.272-.471v-2.03a.544.544 0 1 1 1.088 0v1.716l3.071 1.773 3.072-1.773v-3.86a.544.544 0 1 1 1.087 0v4.174a.544.544 0 0 1-.272.47l-3.615 2.088a.543.543 0 0 1-.272.073z",
|
|
385
|
+
fill: "#4D7CFF",
|
|
386
|
+
fillRule: "nonzero"
|
|
387
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
388
|
+
d: "M16.565 12.121a.544.544 0 0 1-.272-.073l-2.081-1.202a.544.544 0 1 1 .543-.942l1.81 1.045 2.686-1.55V6.298l-2.686-1.55-2.727 1.574a.544.544 0 0 1-1.046-.21v-.128c0-.195.103-.374.272-.471l3.23-1.865a.543.543 0 0 1 .543 0l3.23 1.865a.544.544 0 0 1 .271.47v3.73a.544.544 0 0 1-.272.47l-3.229 1.865a.544.544 0 0 1-.272.073zm-10.792 0a.544.544 0 0 1-.272-.073l-3.23-1.864A.544.544 0 0 1 2 9.713v-3.73c0-.194.104-.373.272-.47l3.23-1.865a.543.543 0 0 1 .543 0l3.23 1.865a.544.544 0 0 1 .272.47v.182a.544.544 0 0 1-1.069.144L5.773 4.747l-2.685 1.55V9.4l2.685 1.55 1.943-1.121a.544.544 0 1 1 .544.942l-2.215 1.278a.545.545 0 0 1-.272.073zm2.215-7.76a.544.544 0 0 1-.544-.544v-.409c0-.194.104-.373.272-.47l3.23-1.865a.543.543 0 0 1 .543 0l3.23 1.864a.544.544 0 0 1 .272.471V3.8a.544.544 0 1 1-1.088 0v-.077l-2.686-1.55-2.685 1.55v.094c0 .3-.244.544-.544.544z",
|
|
389
|
+
fill: "#4D7CFF",
|
|
390
|
+
fillRule: "nonzero"
|
|
391
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
392
|
+
d: "M11.258 14.86a.544.544 0 0 1-.272-.073l-3.227-1.863a.544.544 0 0 1-.272-.47V8.726c0-.194.104-.373.272-.47l.73-.423a.544.544 0 1 1 .545.942l-.46.265v3.098l2.684 1.55 2.683-1.55V9.041l-.5-.288a.544.544 0 1 1 .544-.942l.771.445a.544.544 0 0 1 .272.471v3.726a.544.544 0 0 1-.272.471l-3.226 1.863a.544.544 0 0 1-.272.073z",
|
|
393
|
+
fill: "#F48D1F",
|
|
394
|
+
fillRule: "nonzero"
|
|
395
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
396
|
+
d: "M11.221 10.126a.543.543 0 0 1-.25-.061L6.618 7.802a.544.544 0 0 1-.008-.96l4.337-2.352a.544.544 0 0 1 .518 0l4.352 2.351a.544.544 0 0 1-.007.96l-4.337 2.264a.544.544 0 0 1-.252.061zM8.03 7.31l3.192 1.66 3.178-1.659-3.192-1.725L8.029 7.31z",
|
|
397
|
+
fill: "#F48D1F",
|
|
398
|
+
fillRule: "nonzero"
|
|
399
|
+
}));
|
|
400
|
+
|
|
401
|
+
function SvgPhysicalMachineBlue(props) {
|
|
402
|
+
return /*#__PURE__*/React.createElement("svg", _extends$6({
|
|
403
|
+
width: 22,
|
|
404
|
+
height: 22,
|
|
405
|
+
viewBox: "0 0 22 22",
|
|
406
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
407
|
+
}, props), _ref$6);
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
function _extends$5() { _extends$5 = Object.assign || 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$5.apply(this, arguments); }
|
|
411
|
+
|
|
412
|
+
var _ref$5 = /*#__PURE__*/React.createElement("g", {
|
|
413
|
+
fill: "none",
|
|
414
|
+
fillRule: "evenodd"
|
|
415
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
416
|
+
fillOpacity: 0,
|
|
417
|
+
fill: "#D8D8D8",
|
|
418
|
+
d: "M0 0h22v22H0z"
|
|
419
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
420
|
+
d: "M11.217 21a.544.544 0 0 1-.272-.073l-3.59-2.073a.544.544 0 0 1-.272-.47v-4.147c0-.194.104-.373.272-.47l1.707-.986a.544.544 0 1 1 .543.942l-1.434.828v3.518l3.046 1.76 3.047-1.76v-3.518l-1.41-.813a.544.544 0 1 1 .544-.942l1.681.97a.544.544 0 0 1 .272.471v4.146a.544.544 0 0 1-.272.471l-3.59 2.073a.544.544 0 0 1-.272.073z",
|
|
421
|
+
fill: "#FFF",
|
|
422
|
+
fillRule: "nonzero"
|
|
423
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
424
|
+
d: "M6.203 18.223a.544.544 0 0 1-.272-.073l-3.616-2.087a.544.544 0 0 1-.271-.471v-4.175a.544.544 0 1 1 1.087 0v3.86l3.072 1.774 3.071-1.773v-1.746a.544.544 0 1 1 1.088 0v2.06a.544.544 0 0 1-.272.47L6.475 18.15a.542.542 0 0 1-.272.073zm9.976 0a.544.544 0 0 1-.272-.073l-3.615-2.087a.544.544 0 0 1-.272-.471v-2.03a.544.544 0 1 1 1.088 0v1.716l3.071 1.773 3.072-1.773v-3.86a.544.544 0 1 1 1.087 0v4.174a.544.544 0 0 1-.272.47l-3.615 2.088a.543.543 0 0 1-.272.073z",
|
|
425
|
+
fill: "#FFF",
|
|
426
|
+
fillRule: "nonzero"
|
|
427
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
428
|
+
d: "M16.565 12.121a.544.544 0 0 1-.272-.073l-2.081-1.202a.544.544 0 1 1 .543-.942l1.81 1.045 2.686-1.55V6.298l-2.686-1.55-2.727 1.574a.544.544 0 0 1-1.046-.21v-.128c0-.195.103-.374.272-.471l3.23-1.865a.543.543 0 0 1 .543 0l3.23 1.865a.544.544 0 0 1 .271.47v3.73a.544.544 0 0 1-.272.47l-3.229 1.865a.544.544 0 0 1-.272.073zm-10.792 0a.544.544 0 0 1-.272-.073l-3.23-1.864A.544.544 0 0 1 2 9.713v-3.73c0-.194.104-.373.272-.47l3.23-1.865a.543.543 0 0 1 .543 0l3.23 1.865a.544.544 0 0 1 .272.47v.182a.544.544 0 0 1-1.069.144L5.773 4.747l-2.685 1.55V9.4l2.685 1.55 1.943-1.121a.544.544 0 1 1 .544.942l-2.215 1.278a.545.545 0 0 1-.272.073zm2.215-7.76a.544.544 0 0 1-.544-.544v-.409c0-.194.104-.373.272-.47l3.23-1.865a.543.543 0 0 1 .543 0l3.23 1.864a.544.544 0 0 1 .272.471V3.8a.544.544 0 1 1-1.088 0v-.077l-2.686-1.55-2.685 1.55v.094c0 .3-.244.544-.544.544z",
|
|
429
|
+
fill: "#FFF",
|
|
430
|
+
fillRule: "nonzero"
|
|
431
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
432
|
+
d: "M11.258 14.86a.544.544 0 0 1-.272-.073l-3.227-1.863a.544.544 0 0 1-.272-.47V8.726c0-.194.104-.373.272-.47l.73-.423a.544.544 0 1 1 .545.942l-.46.265v3.098l2.684 1.55 2.683-1.55V9.041l-.5-.288a.544.544 0 1 1 .544-.942l.771.445a.544.544 0 0 1 .272.471v3.726a.544.544 0 0 1-.272.471l-3.226 1.863a.544.544 0 0 1-.272.073z",
|
|
433
|
+
fill: "#F48D1F",
|
|
434
|
+
fillRule: "nonzero"
|
|
435
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
436
|
+
d: "M11.221 10.126a.543.543 0 0 1-.25-.061L6.618 7.802a.544.544 0 0 1-.008-.96l4.337-2.352a.544.544 0 0 1 .518 0l4.352 2.351a.544.544 0 0 1-.007.96l-4.337 2.264a.544.544 0 0 1-.252.061zM8.03 7.31l3.192 1.66 3.178-1.659-3.192-1.725L8.029 7.31z",
|
|
437
|
+
fill: "#F48D1F",
|
|
438
|
+
fillRule: "nonzero"
|
|
439
|
+
}));
|
|
440
|
+
|
|
441
|
+
function SvgPhysicalMachineWhite(props) {
|
|
442
|
+
return /*#__PURE__*/React.createElement("svg", _extends$5({
|
|
443
|
+
width: 22,
|
|
444
|
+
height: 22,
|
|
445
|
+
viewBox: "0 0 22 22",
|
|
446
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
447
|
+
}, props), _ref$5);
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
function _extends$4() { _extends$4 = Object.assign || 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$4.apply(this, arguments); }
|
|
451
|
+
|
|
452
|
+
var _ref$4 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
453
|
+
x1: "50%",
|
|
454
|
+
y1: "98.189%",
|
|
455
|
+
x2: "50%",
|
|
456
|
+
y2: "0%",
|
|
457
|
+
id: "stack_svg__c"
|
|
458
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
459
|
+
stopColor: "#4475FF",
|
|
460
|
+
offset: "0%"
|
|
461
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
462
|
+
stopColor: "#78CDFF",
|
|
463
|
+
offset: "100%"
|
|
464
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
465
|
+
d: "M4.937 23.428L18 30.462l12.667-6.821L36 26.308 18 36 0 26.308l4.937-2.88zm0-8.308L18 22.154l12.667-6.821L36 18l-18 9.692L0 18l4.937-2.88zM16.615 0L36 9.692l-18 9.693L0 9.692 16.615 0z",
|
|
466
|
+
id: "stack_svg__b"
|
|
467
|
+
}), /*#__PURE__*/React.createElement("filter", {
|
|
468
|
+
x: "-25%",
|
|
469
|
+
y: "-25%",
|
|
470
|
+
width: "150%",
|
|
471
|
+
height: "150%",
|
|
472
|
+
filterUnits: "objectBoundingBox",
|
|
473
|
+
id: "stack_svg__a"
|
|
474
|
+
}, /*#__PURE__*/React.createElement("feOffset", {
|
|
475
|
+
in: "SourceAlpha",
|
|
476
|
+
result: "shadowOffsetOuter1"
|
|
477
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
478
|
+
stdDeviation: 3,
|
|
479
|
+
in: "shadowOffsetOuter1",
|
|
480
|
+
result: "shadowBlurOuter1"
|
|
481
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
482
|
+
values: "0 0 0 0 0.0274509804 0 0 0 0 0.921568627 0 0 0 0 0.992156863 0 0 0 0.473967439 0",
|
|
483
|
+
in: "shadowBlurOuter1"
|
|
484
|
+
})));
|
|
485
|
+
|
|
486
|
+
var _ref2$1 = /*#__PURE__*/React.createElement("g", {
|
|
487
|
+
fill: "none",
|
|
488
|
+
fillRule: "evenodd"
|
|
489
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
490
|
+
fillOpacity: 0,
|
|
491
|
+
fill: "#D8D8D8",
|
|
492
|
+
d: "M0 0h36v36H0z"
|
|
493
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
|
|
494
|
+
fill: "#000",
|
|
495
|
+
filter: "url(#stack_svg__a)",
|
|
496
|
+
xlinkHref: "#stack_svg__b"
|
|
497
|
+
}), /*#__PURE__*/React.createElement("use", {
|
|
498
|
+
fill: "url(#stack_svg__c)",
|
|
499
|
+
xlinkHref: "#stack_svg__b"
|
|
500
|
+
})));
|
|
501
|
+
|
|
502
|
+
function SvgStack(props) {
|
|
503
|
+
return /*#__PURE__*/React.createElement("svg", _extends$4({
|
|
504
|
+
width: 36,
|
|
505
|
+
height: 36,
|
|
506
|
+
viewBox: "0 0 36 36",
|
|
507
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
508
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
509
|
+
}, props), _ref$4, _ref2$1);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
function _extends$3() { _extends$3 = Object.assign || 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$3.apply(this, arguments); }
|
|
513
|
+
|
|
514
|
+
var _ref$3 = /*#__PURE__*/React.createElement("g", {
|
|
515
|
+
fill: "none",
|
|
516
|
+
fillRule: "evenodd"
|
|
517
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
518
|
+
fillOpacity: 0,
|
|
519
|
+
fill: "#D8D8D8",
|
|
520
|
+
d: "M0 0h26v26H0z"
|
|
521
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
522
|
+
d: "M2.124 19.928H6.21v5.224H2.124v-5.224zm6.229-5.355h4.186V25.15H8.353V14.573zm6.23 2.038h4.152v8.54h-4.152v-8.54zm6.228-5.184H25V25.15h-4.189V11.427z",
|
|
523
|
+
fillOpacity: 0.294,
|
|
524
|
+
fill: "#FFF",
|
|
525
|
+
fillRule: "nonzero"
|
|
526
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
527
|
+
fill: "#8BFFFF",
|
|
528
|
+
fillRule: "nonzero",
|
|
529
|
+
d: "M1 14.744l9.703-9.053 5.567 5.553 5.256-6.21L19.62 3H25v5.283l-1.881-1.968-6.849 8.416-5.626-5.872-8.293 7.837z"
|
|
530
|
+
}));
|
|
531
|
+
|
|
532
|
+
function SvgTrend(props) {
|
|
533
|
+
return /*#__PURE__*/React.createElement("svg", _extends$3({
|
|
534
|
+
width: 26,
|
|
535
|
+
height: 26,
|
|
536
|
+
viewBox: "0 0 26 26",
|
|
537
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
538
|
+
}, props), _ref$3);
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
function _extends$2() { _extends$2 = Object.assign || 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$2.apply(this, arguments); }
|
|
542
|
+
|
|
543
|
+
var _ref$2 = /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
544
|
+
x1: "50%",
|
|
545
|
+
y1: "98.189%",
|
|
546
|
+
x2: "50%",
|
|
547
|
+
y2: "0%",
|
|
548
|
+
id: "unordered-list_svg__c"
|
|
549
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
550
|
+
stopColor: "#4475FF",
|
|
551
|
+
offset: "0%"
|
|
552
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
553
|
+
stopColor: "#78CDFF",
|
|
554
|
+
offset: "100%"
|
|
555
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
556
|
+
d: "M12 7h21v4H12V7zm0 9h21v4H12v-4zm0 9h21v4H12v-4zM3 7h5v4H3V7zm0 9h5v4H3v-4zm0 9h5v4H3v-4z",
|
|
557
|
+
id: "unordered-list_svg__b"
|
|
558
|
+
}), /*#__PURE__*/React.createElement("filter", {
|
|
559
|
+
x: "-30%",
|
|
560
|
+
y: "-40.9%",
|
|
561
|
+
width: "160%",
|
|
562
|
+
height: "181.8%",
|
|
563
|
+
filterUnits: "objectBoundingBox",
|
|
564
|
+
id: "unordered-list_svg__a"
|
|
565
|
+
}, /*#__PURE__*/React.createElement("feOffset", {
|
|
566
|
+
in: "SourceAlpha",
|
|
567
|
+
result: "shadowOffsetOuter1"
|
|
568
|
+
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
569
|
+
stdDeviation: 3,
|
|
570
|
+
in: "shadowOffsetOuter1",
|
|
571
|
+
result: "shadowBlurOuter1"
|
|
572
|
+
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
573
|
+
values: "0 0 0 0 0.0274509804 0 0 0 0 0.921568627 0 0 0 0 0.992156863 0 0 0 0.473967439 0",
|
|
574
|
+
in: "shadowBlurOuter1"
|
|
575
|
+
})));
|
|
576
|
+
|
|
577
|
+
var _ref2 = /*#__PURE__*/React.createElement("g", {
|
|
578
|
+
fill: "none",
|
|
579
|
+
fillRule: "evenodd"
|
|
580
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
581
|
+
fillOpacity: 0,
|
|
582
|
+
fill: "#D8D8D8",
|
|
583
|
+
d: "M0 0h36v36H0z"
|
|
584
|
+
}), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("use", {
|
|
585
|
+
fill: "#000",
|
|
586
|
+
filter: "url(#unordered-list_svg__a)",
|
|
587
|
+
xlinkHref: "#unordered-list_svg__b"
|
|
588
|
+
}), /*#__PURE__*/React.createElement("use", {
|
|
589
|
+
fill: "url(#unordered-list_svg__c)",
|
|
590
|
+
xlinkHref: "#unordered-list_svg__b"
|
|
591
|
+
})));
|
|
592
|
+
|
|
593
|
+
function SvgUnorderedList(props) {
|
|
594
|
+
return /*#__PURE__*/React.createElement("svg", _extends$2({
|
|
595
|
+
width: 36,
|
|
596
|
+
height: 36,
|
|
597
|
+
viewBox: "0 0 36 36",
|
|
598
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
599
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink"
|
|
600
|
+
}, props), _ref$2, _ref2);
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
function _extends$1() { _extends$1 = Object.assign || 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$1.apply(this, arguments); }
|
|
604
|
+
|
|
605
|
+
var _ref$1 = /*#__PURE__*/React.createElement("g", {
|
|
606
|
+
fill: "none",
|
|
607
|
+
fillRule: "evenodd"
|
|
608
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
609
|
+
fillOpacity: 0,
|
|
610
|
+
fill: "#D8D8D8",
|
|
611
|
+
d: "M0 0h22v22H0z"
|
|
612
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
613
|
+
d: "M18.895 4.158c1.107 0 2.022.867 2.1 1.955l.005.15v8.421a2.112 2.112 0 0 1-1.955 2.1l-.15.005h-4.21l.526 2.632h1.842a.81.81 0 0 1 .79.79c0 .385-.31.727-.686.782l-.104.007H8.105a.81.81 0 0 1-.79-.79c0-.385.31-.727.686-.781l.104-.008h1.842l.527-2.632h-4.21a2.112 2.112 0 0 1-2.1-1.955l-.006-.15v-8.42c0-1.108.867-2.023 1.955-2.1l.15-.006h12.632zm0 1H6.263c-.565 0-1.038.435-1.099.986l-.006.12v8.42c0 .565.435 1.038.986 1.099l.12.006h5.43L10.85 20h3.455l-.842-4.21h5.43c.566 0 1.039-.436 1.1-.986l.006-.12v-8.42c0-.566-.435-1.039-.986-1.1l-.12-.006zM2.579 11.526v1.053c0 1-1.579 1.053-1.579 0v-1.053h1.579zm0-3.158v1.58H1v-1.58h1.579zm0-3.157v1.578H1V5.211h1.579zM4.158 1v1.579H3.105c-.316 0-.526.21-.526.526v.527H1v-.527C1 1.947 1.947 1 3.105 1h1.053zm12.158 0l.115.007c.88.117.792 1.572-.168 1.572h-1.052V1h1.105zm-5.842 0v1.579h-1.58V1h1.58zm3.158 0v1.579h-1.58V1h1.58zM7.316 1v1.579h-1.58V1h1.58z",
|
|
614
|
+
fill: "#4D7CFF",
|
|
615
|
+
fillRule: "nonzero"
|
|
616
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
617
|
+
d: "M12.579 7.237c.458 0 .876.142 1.212.383.345.247.604.598.732 1.004.928.41 1.385.669 1.715 1.044.325.37.525.857.525 1.385 0 .572-.233 1.092-.61 1.468-.376.377-.896.61-1.469.61h0H10c-.465 0-.88-.18-1.18-.478a1.654 1.654 0 0 1-.478-1.18c0-.464.18-.88.479-1.179A1.654 1.654 0 0 1 10 9.816c.208 0 .407.036.59.103a2.072 2.072 0 0 1 .52-2.072c.377-.377.896-.61 1.469-.61z",
|
|
618
|
+
stroke: "#F48D1F",
|
|
619
|
+
fillRule: "nonzero"
|
|
620
|
+
}));
|
|
621
|
+
|
|
622
|
+
function SvgVirtualMachineBlue(props) {
|
|
623
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1({
|
|
624
|
+
width: 22,
|
|
625
|
+
height: 22,
|
|
626
|
+
viewBox: "0 0 22 22",
|
|
627
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
628
|
+
}, props), _ref$1);
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
function _extends() { _extends = Object.assign || 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); }
|
|
632
|
+
|
|
633
|
+
var _ref = /*#__PURE__*/React.createElement("g", {
|
|
634
|
+
fill: "none",
|
|
635
|
+
fillRule: "evenodd"
|
|
636
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
637
|
+
fillOpacity: 0,
|
|
638
|
+
fill: "#D8D8D8",
|
|
639
|
+
d: "M0 0h22v22H0z"
|
|
640
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
641
|
+
d: "M18.895 4.158c1.107 0 2.022.867 2.1 1.955l.005.15v8.421a2.112 2.112 0 0 1-1.955 2.1l-.15.005h-4.21l.526 2.632h1.842a.81.81 0 0 1 .79.79c0 .385-.31.727-.686.782l-.104.007H8.105a.81.81 0 0 1-.79-.79c0-.385.31-.727.686-.781l.104-.008h1.842l.527-2.632h-4.21a2.112 2.112 0 0 1-2.1-1.955l-.006-.15v-8.42c0-1.108.867-2.023 1.955-2.1l.15-.006h12.632zm0 1H6.263c-.565 0-1.038.435-1.099.986l-.006.12v8.42c0 .565.435 1.038.986 1.099l.12.006h5.43L10.85 20h3.455l-.842-4.21h5.43c.566 0 1.039-.436 1.1-.986l.006-.12v-8.42c0-.566-.435-1.039-.986-1.1l-.12-.006zM2.579 11.526v1.053c0 1-1.579 1.053-1.579 0v-1.053h1.579zm0-3.158v1.58H1v-1.58h1.579zm0-3.157v1.578H1V5.211h1.579zM4.158 1v1.579H3.105c-.316 0-.526.21-.526.526v.527H1v-.527C1 1.947 1.947 1 3.105 1h1.053zm12.158 0l.115.007c.88.117.792 1.572-.168 1.572h-1.052V1h1.105zm-5.842 0v1.579h-1.58V1h1.58zm3.158 0v1.579h-1.58V1h1.58zM7.316 1v1.579h-1.58V1h1.58z",
|
|
642
|
+
fill: "#FFF",
|
|
643
|
+
fillRule: "nonzero"
|
|
644
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
645
|
+
d: "M12.579 6.737c1.158 0 2.105.737 2.421 1.737a2.612 2.612 0 0 1 2.263 2.579 2.583 2.583 0 0 1-2.579 2.579H10a2.134 2.134 0 0 1-2.158-2.158c0-1.21.947-2.158 2.158-2.158a2.583 2.583 0 0 1 2.579-2.58zm0 1c-.82 0-1.5.633-1.573 1.436L11 9.316v1h-1c-.658 0-1.158.5-1.158 1.158 0 .614.435 1.09 1.029 1.151l.129.007h4.684c.869 0 1.58-.71 1.58-1.58 0-.751-.543-1.407-1.253-1.563l-.135-.023-.636-.08-.194-.611c-.193-.611-.774-1.038-1.467-1.038z",
|
|
646
|
+
fill: "#F48D1F",
|
|
647
|
+
fillRule: "nonzero"
|
|
648
|
+
}));
|
|
649
|
+
|
|
650
|
+
function SvgVirtualMachineWhite(props) {
|
|
651
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
652
|
+
width: 22,
|
|
653
|
+
height: 22,
|
|
654
|
+
viewBox: "0 0 22 22",
|
|
655
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
656
|
+
}, props), _ref);
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
var coloredBigScreenCategory = {
|
|
660
|
+
cabinet: SvgCabinet,
|
|
661
|
+
"cloud-host-blue": SvgCloudHostBlue,
|
|
662
|
+
"cloud-host-white": SvgCloudHostWhite,
|
|
663
|
+
"database-blue": SvgDatabaseBlue,
|
|
664
|
+
"database-white": SvgDatabaseWhite,
|
|
665
|
+
"engine-room": SvgEngineRoom,
|
|
666
|
+
histogram: SvgHistogram,
|
|
667
|
+
"host-blue": SvgHostBlue,
|
|
668
|
+
"host-white": SvgHostWhite,
|
|
669
|
+
"middleware-blue": SvgMiddlewareBlue,
|
|
670
|
+
"middleware-white": SvgMiddlewareWhite,
|
|
671
|
+
"physical-machine-blue": SvgPhysicalMachineBlue,
|
|
672
|
+
"physical-machine-white": SvgPhysicalMachineWhite,
|
|
673
|
+
stack: SvgStack,
|
|
674
|
+
trend: SvgTrend,
|
|
675
|
+
"unordered-list": SvgUnorderedList,
|
|
676
|
+
"virtual-machine-blue": SvgVirtualMachineBlue,
|
|
677
|
+
"virtual-machine-white": SvgVirtualMachineWhite
|
|
678
|
+
};
|
|
679
|
+
|
|
680
|
+
export { coloredBigScreenCategory };
|
|
681
|
+
//# sourceMappingURL=colored-big-screen-fe14745c.js.map
|