@ultraviolet/plus 0.10.6 → 0.11.0
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/dist/@ultraviolet/icons/dist/components/CategoryIcon/Icons.js +53 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/ai.svg.js +20 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/baremetal.svg.js +28 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/billing.svg.js +26 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/compute.svg.js +26 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/console.svg.js +26 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/containers.svg.js +24 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/database.svg.js +22 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/datacenter.svg.js +26 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/dedicated-server.svg.js +24 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/dev-tools.svg.js +32 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/documentation.svg.js +26 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/iot.svg.js +30 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/labs.svg.js +28 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/managed-services.svg.js +22 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/network.svg.js +31 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/observability.svg.js +22 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/pin.svg.js +29 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/security.svg.js +26 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/serverless.svg.js +22 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/storage.svg.js +22 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/tools-services.svg.js +24 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/use-case.svg.js +26 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/vpc.svg.js +60 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/assets/web-hosting.svg.js +24 -0
- package/dist/@ultraviolet/icons/dist/components/CategoryIcon/index.js +27 -0
- package/dist/index.d.ts +95 -3
- package/dist/src/components/EstimateCost/Components/Item.js +1 -2
- package/dist/src/components/EstimateCost/EstimateCostContent.js +2 -4
- package/dist/src/components/EstimateCost/OverlayComponent.js +2 -4
- package/dist/src/components/Navigation/Navigation.js +50 -0
- package/dist/src/components/Navigation/NavigationContent.js +230 -0
- package/dist/src/components/Navigation/NavigationProvider.js +55 -0
- package/dist/src/components/Navigation/components/Group.js +53 -0
- package/dist/src/components/Navigation/components/Item.js +437 -0
- package/dist/src/components/Navigation/components/PinnedItems.js +30 -0
- package/dist/src/components/Navigation/components/Separator.js +12 -0
- package/dist/src/components/Navigation/constants.js +37 -0
- package/dist/src/components/Navigation/locales/en.js +9 -0
- package/dist/src/index.js +1 -0
- package/package.json +9 -10
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { ReactComponent as Memo$k } from './assets/ai.svg.js';
|
|
2
|
+
import { ReactComponent as Memo } from './assets/baremetal.svg.js';
|
|
3
|
+
import { ReactComponent as Memo$j } from './assets/billing.svg.js';
|
|
4
|
+
import { ReactComponent as Memo$i } from './assets/compute.svg.js';
|
|
5
|
+
import { ReactComponent as Memo$h } from './assets/console.svg.js';
|
|
6
|
+
import { ReactComponent as Memo$g } from './assets/containers.svg.js';
|
|
7
|
+
import { ReactComponent as Memo$f } from './assets/database.svg.js';
|
|
8
|
+
import { ReactComponent as Memo$e } from './assets/datacenter.svg.js';
|
|
9
|
+
import { ReactComponent as Memo$d } from './assets/dedicated-server.svg.js';
|
|
10
|
+
import { ReactComponent as Memo$m } from './assets/dev-tools.svg.js';
|
|
11
|
+
import { ReactComponent as Memo$c } from './assets/documentation.svg.js';
|
|
12
|
+
import { ReactComponent as Memo$b } from './assets/iot.svg.js';
|
|
13
|
+
import { ReactComponent as Memo$l } from './assets/labs.svg.js';
|
|
14
|
+
import { ReactComponent as Memo$a } from './assets/managed-services.svg.js';
|
|
15
|
+
import { ReactComponent as Memo$9 } from './assets/network.svg.js';
|
|
16
|
+
import { ReactComponent as Memo$8 } from './assets/observability.svg.js';
|
|
17
|
+
import { ReactComponent as Memo$n } from './assets/pin.svg.js';
|
|
18
|
+
import { ReactComponent as Memo$7 } from './assets/security.svg.js';
|
|
19
|
+
import { ReactComponent as Memo$6 } from './assets/serverless.svg.js';
|
|
20
|
+
import { ReactComponent as Memo$5 } from './assets/storage.svg.js';
|
|
21
|
+
import { ReactComponent as Memo$4 } from './assets/tools-services.svg.js';
|
|
22
|
+
import { ReactComponent as Memo$3 } from './assets/use-case.svg.js';
|
|
23
|
+
import { ReactComponent as Memo$2 } from './assets/vpc.svg.js';
|
|
24
|
+
import { ReactComponent as Memo$1 } from './assets/web-hosting.svg.js';
|
|
25
|
+
|
|
26
|
+
const CATEGORY_ICONS = {
|
|
27
|
+
baremetal: Memo,
|
|
28
|
+
webHosting: Memo$1,
|
|
29
|
+
vpc: Memo$2,
|
|
30
|
+
useCase: Memo$3,
|
|
31
|
+
toolsServices: Memo$4,
|
|
32
|
+
storage: Memo$5,
|
|
33
|
+
serverless: Memo$6,
|
|
34
|
+
security: Memo$7,
|
|
35
|
+
observability: Memo$8,
|
|
36
|
+
network: Memo$9,
|
|
37
|
+
managedServices: Memo$a,
|
|
38
|
+
iot: Memo$b,
|
|
39
|
+
documentation: Memo$c,
|
|
40
|
+
dedicatedServer: Memo$d,
|
|
41
|
+
datacenter: Memo$e,
|
|
42
|
+
database: Memo$f,
|
|
43
|
+
containers: Memo$g,
|
|
44
|
+
console: Memo$h,
|
|
45
|
+
compute: Memo$i,
|
|
46
|
+
billing: Memo$j,
|
|
47
|
+
ai: Memo$k,
|
|
48
|
+
labs: Memo$l,
|
|
49
|
+
devTools: Memo$m,
|
|
50
|
+
pin: Memo$n
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
export { CATEGORY_ICONS };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgAi = function SvgAi(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "AI"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#A365F6",
|
|
10
|
+
d: "M17.784 11.897c.021-.066.034-.136.05-.204a2.818 2.818 0 0 0-.958-2.862 3.037 3.037 0 0 0-.44-3.427 2.726 2.726 0 0 0-1.74-.926 4.032 4.032 0 0 0-2.512-2.275 2.736 2.736 0 0 0-2.094.013 2.348 2.348 0 0 0-.992 2.401l.002.103-.01 9.861c0 .01.005.017.005.026a3.184 3.184 0 0 0 2.663 3.367c.144.016.29.024.435.024a2.972 2.972 0 0 0 2.742-1.619 2.548 2.548 0 0 0 1.496-1.501c.183-.459.223-.962.113-1.444a2.728 2.728 0 0 0 1.24-1.537m-3.052 2.328a.693.693 0 0 1-.583.48.935.935 0 0 0-.762.668 1.203 1.203 0 0 1-1.44.792c-.514-.054-1.033-.613-1.033-1.578 0-.006-.004-.011-.004-.017l.003-2.594a1.26 1.26 0 0 1 .177-.716.835.835 0 0 1 .819-.485.911.911 0 0 0-.092-1.818c-.307.01-.61.068-.9.17l.004-4.423-.003-.126c-.016-.25-.01-.502.019-.752.23-.024.462.01.674.102a1.954 1.954 0 0 1 1.195.927c-.49.346-.87.828-1.092 1.385a.91.91 0 0 0 1.675.713c.191-.449.434-.682.724-.694a1.09 1.09 0 0 1 .925.311 1.276 1.276 0 0 1-.124 1.896.915.915 0 0 0 .327 1.468c.36.152.648.435.806.792.026.115.041.232.046.35-.007.151-.047.3-.118.435a1.065 1.065 0 0 1-.14.152 1.109 1.109 0 0 1-.944.281.91.91 0 0 0-.47 1.758c.102.019.206.032.31.039a.566.566 0 0 1 .001.483Z",
|
|
11
|
+
className: "fillStrong"
|
|
12
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#4F0599",
|
|
14
|
+
d: "m10.922 14.581-.01-9.844.002-.117a2.352 2.352 0 0 0-.991-2.406A2.753 2.753 0 0 0 7.829 2.2a4.041 4.041 0 0 0-2.511 2.277 2.75 2.75 0 0 0-1.74.927 3.038 3.038 0 0 0-.44 3.426 2.884 2.884 0 0 0-.998 1.809 2.547 2.547 0 0 0 .786 2.418c.165.15.347.281.542.39a2.43 2.43 0 0 0 .114 1.43 2.55 2.55 0 0 0 1.496 1.502A2.971 2.971 0 0 0 7.82 18c.14 0 .285-.009.435-.024a3.185 3.185 0 0 0 2.663-3.368c0-.01.005-.017.005-.026Zm-2.856 1.584c-1.095.105-1.378-.579-1.436-.779a.91.91 0 0 0-.766-.681.694.694 0 0 1-.584-.482.58.58 0 0 1-.017-.428c.104-.007.207-.02.31-.039a.909.909 0 0 0 .227-1.675.911.911 0 0 0-.699-.083c-.21.037-.426.01-.62-.077a1.133 1.133 0 0 1-.11-.06l-.028-.02a.958.958 0 0 1-.407-.985c.005-.029.003-.047.01-.077v-.002a1.48 1.48 0 0 1 .819-.84.91.91 0 0 0 .335-1.472 1.277 1.277 0 0 1-.125-1.896 1.077 1.077 0 0 1 .925-.31c.29.012.533.245.724.693a.91.91 0 1 0 1.675-.712 3.11 3.11 0 0 0-1.092-1.386 2.054 2.054 0 0 1 1.27-.953 1.63 1.63 0 0 1 .574-.102c.052.257.066.52.043.781l-.002.14.007 6.592a2.205 2.205 0 0 0-.88-.199.91.91 0 1 0 0 1.82c.358 0 .88.645.88 1.653 0 .966-.52 1.525-1.033 1.579",
|
|
15
|
+
className: "fill"
|
|
16
|
+
}))));
|
|
17
|
+
};
|
|
18
|
+
var Memo = /*#__PURE__*/memo(SvgAi);
|
|
19
|
+
|
|
20
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgBaremetal = function SvgBaremetal(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Baremetal"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#A365F6",
|
|
10
|
+
d: "M11.167 11.167H8.834v3.5H5.167a1 1 0 0 0-1 1V16a1 1 0 0 0 1 1h9.666a1 1 0 0 0 1-1v-.333a1 1 0 0 0-1-1h-3.666z",
|
|
11
|
+
className: "fillStrong",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
fillRule: "evenodd"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
15
|
+
fill: "#4F0599"
|
|
16
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M13 5H7a2 2 0 0 0-2 2v1.333a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2M7 3a4 4 0 0 0-4 4v1.333a4 4 0 0 0 4 4h6a4 4 0 0 0 4-4V7a4 4 0 0 0-4-4z",
|
|
18
|
+
className: "fill",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
fillRule: "evenodd"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M8.833 7.5a1 1 0 0 1 1-1H12.5a1 1 0 0 1 1 1v.333a1 1 0 0 1-1 1H9.833a1 1 0 0 1-1-1z",
|
|
23
|
+
className: "fill"
|
|
24
|
+
})))));
|
|
25
|
+
};
|
|
26
|
+
var Memo = /*#__PURE__*/memo(SvgBaremetal);
|
|
27
|
+
|
|
28
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgBilling = function SvgBilling(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Billing"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "Icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#A365F6",
|
|
12
|
+
d: "M6.25 7A.75.75 0 0 1 7 6.25h5a.75.75 0 0 1 0 1.5H7A.75.75 0 0 1 6.25 7m0 3A.75.75 0 0 1 7 9.25h6a.75.75 0 0 1 0 1.5H7a.75.75 0 0 1-.75-.75M7 12.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5z",
|
|
13
|
+
className: "fillStrong",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#4F0599",
|
|
18
|
+
d: "M5 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V5.732L12.812 2zm0 2h7.05L15 6.629V16H5zm7.5 10.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5",
|
|
19
|
+
className: "fill",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
fillRule: "evenodd"
|
|
22
|
+
})))));
|
|
23
|
+
};
|
|
24
|
+
var Memo = /*#__PURE__*/memo(SvgBilling);
|
|
25
|
+
|
|
26
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgCompute = function SvgCompute(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Compute"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#A365F6",
|
|
10
|
+
d: "M11 16a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm-4 0a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zm8-4a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1M2 12a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2H3a1 1 0 0 1-1-1m13-4a1 1 0 0 1 1-1h1a1 1 0 1 1 0 2h-1a1 1 0 0 1-1-1M2 8a1 1 0 0 1 1-1h1a1 1 0 0 1 0 2H3a1 1 0 0 1-1-1m9-5a1 1 0 1 1 2 0v1a1 1 0 1 1-2 0zM7 3a1 1 0 0 1 2 0v1a1 1 0 0 1-2 0z",
|
|
11
|
+
className: "fillStrong"
|
|
12
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#4F0599",
|
|
14
|
+
d: "M14 6H6v8h8zM6 4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z",
|
|
15
|
+
className: "fill",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
fillRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#A365F6",
|
|
20
|
+
d: "M8 9a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H9a1 1 0 0 1-1-1z",
|
|
21
|
+
className: "fillStrong"
|
|
22
|
+
}))));
|
|
23
|
+
};
|
|
24
|
+
var Memo = /*#__PURE__*/memo(SvgCompute);
|
|
25
|
+
|
|
26
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgConsole = function SvgConsole(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Console"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "Console-icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#4F0599",
|
|
12
|
+
d: "M5 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm7 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1z",
|
|
13
|
+
className: "fill",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#A365F6",
|
|
18
|
+
d: "M12 4a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm-7 9a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1z",
|
|
19
|
+
className: "fillStrong",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
fillRule: "evenodd"
|
|
22
|
+
})))));
|
|
23
|
+
};
|
|
24
|
+
var Memo = /*#__PURE__*/memo(SvgConsole);
|
|
25
|
+
|
|
26
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgContainers = function SvgContainers(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Containers"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#4F0599",
|
|
10
|
+
d: "M3 5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2zm12 0H5v10h10z",
|
|
11
|
+
className: "fill",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
fillRule: "evenodd"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#A365F6",
|
|
16
|
+
d: "M8 7a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1m4 0a1 1 0 0 1 1 1v4a1 1 0 0 1-2 0V8a1 1 0 0 1 1-1",
|
|
17
|
+
className: "fillStrong",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
fillRule: "evenodd"
|
|
20
|
+
}))));
|
|
21
|
+
};
|
|
22
|
+
var Memo = /*#__PURE__*/memo(SvgContainers);
|
|
23
|
+
|
|
24
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgDatabase = function SvgDatabase(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Database"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "DB"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#A365F6",
|
|
12
|
+
d: "M10.024 12.797c-2.89 0-6-.841-6-2.69h1.444c.084.32 1.612 1.187 4.556 1.187s4.473-.867 4.557-1.196l1.443.01c0 1.848-3.11 2.69-6 2.69Z",
|
|
13
|
+
className: "fillStrong"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#4F0599",
|
|
16
|
+
d: "M16.497 5.532c0-.01.003-.018.003-.028C16.5 3.44 13.13 2.5 10 2.5s-6.5.94-6.5 3.004c0 .02.005.037.006.057v8.952h.003c.018 2.052 3.373 2.987 6.493 2.987 3.114 0 6.461-.932 6.49-2.977h.005zM10 4.5c2.576 0 4.085.65 4.444 1.004-.359.353-1.868 1.003-4.444 1.003-2.576 0-4.085-.65-4.444-1.003C5.915 5.15 7.425 4.5 10 4.5m.002 11c-2.797 0-4.335-.768-4.489-1.003h-.002V7.75c1.242.512 2.895.757 4.489.757 1.595 0 3.25-.246 4.492-.758v6.679c-.207.328-1.734 1.072-4.49 1.072",
|
|
17
|
+
className: "fill"
|
|
18
|
+
})))));
|
|
19
|
+
};
|
|
20
|
+
var Memo = /*#__PURE__*/memo(SvgDatabase);
|
|
21
|
+
|
|
22
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgDatacenter = function SvgDatacenter(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Datacenter"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "Datacenters-icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#A365F6",
|
|
12
|
+
d: "M15 9V7H5v2zm0 4v-2H5v2z",
|
|
13
|
+
className: "fillStrong",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#4F0599",
|
|
18
|
+
d: "M5 3h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m9 12V5H6v10z",
|
|
19
|
+
className: "fill",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
fillRule: "evenodd"
|
|
22
|
+
})))));
|
|
23
|
+
};
|
|
24
|
+
var Memo = /*#__PURE__*/memo(SvgDatacenter);
|
|
25
|
+
|
|
26
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgDedicatedServer = function SvgDedicatedServer(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Dedicated-Server"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#A365F6",
|
|
10
|
+
d: "M10.25 14a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11a.75.75 0 0 1-.75-.75m0-7.7a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5H11a.75.75 0 0 1-.75-.75",
|
|
11
|
+
className: "fillStrong",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
fillRule: "evenodd"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#4F0599",
|
|
16
|
+
d: "M3 13.5a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1zM3 5.8a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v1a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3zm3-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1z",
|
|
17
|
+
className: "fill",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
fillRule: "evenodd"
|
|
20
|
+
}))));
|
|
21
|
+
};
|
|
22
|
+
var Memo = /*#__PURE__*/memo(SvgDedicatedServer);
|
|
23
|
+
|
|
24
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgDevTools = function SvgDevTools(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "DevTools"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
fill: "#A365F6"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
d: "M16.828 13.101a2.25 2.25 0 1 1-2.177-3.363c.339-.035.512.338.342.633l-.554.96a.5.5 0 0 0 .183.684l.353.204a.5.5 0 0 0 .683-.183l.555-.96c.17-.295.58-.332.72-.021a2.247 2.247 0 0 1-.105 2.046",
|
|
12
|
+
className: "fillStrong"
|
|
13
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
14
|
+
d: "M13.549 12.781a.5.5 0 0 1 .683-.183l.433.25a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-.433-.25a.5.5 0 0 1-.183-.683z",
|
|
15
|
+
className: "fillStrong"
|
|
16
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
fill: "#4F0599"
|
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M2.5 6a3 3 0 0 1 3-3h9a3 3 0 0 1 3 3v2.5a1 1 0 1 1-2 0V6a1 1 0 0 0-1-1h-9a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1H10a1 1 0 1 1 0 2H5.5a3 3 0 0 1-3-3z",
|
|
20
|
+
className: "fill",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
fillRule: "evenodd"
|
|
23
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
24
|
+
d: "M2.75 7a.75.75 0 0 1 .75-.75H16a.75.75 0 0 1 0 1.5H3.5A.75.75 0 0 1 2.75 7m3.68 2.012a.75.75 0 0 1 1.058-.081l2.435 2.087a.75.75 0 0 1-.025 1.159L7.463 14.09a.75.75 0 0 1-.926-1.18l1.716-1.348-1.741-1.492a.75.75 0 0 1-.081-1.058Z",
|
|
25
|
+
className: "fill",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
fillRule: "evenodd"
|
|
28
|
+
})))));
|
|
29
|
+
};
|
|
30
|
+
var Memo = /*#__PURE__*/memo(SvgDevTools);
|
|
31
|
+
|
|
32
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgDocumentation = function SvgDocumentation(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Documentation"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "Icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#A365F6",
|
|
12
|
+
d: "M10 7.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2m-1 1a1 1 0 0 0 0 2v3a1 1 0 1 0 2 0v-5z",
|
|
13
|
+
className: "fillStrong",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#4F0599",
|
|
18
|
+
d: "M10 4.5a5.5 5.5 0 0 0-4.582 8.544 1 1 0 0 1 .146.764L5.29 15.08l1.27-.363a1 1 0 0 1 .763.088A5.5 5.5 0 1 0 10 4.5M2.5 10a7.5 7.5 0 1 1 4.228 6.75l-2.489.712a1 1 0 0 1-1.253-1.171l.538-2.507A7.47 7.47 0 0 1 2.5 10",
|
|
19
|
+
className: "fill",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
fillRule: "evenodd"
|
|
22
|
+
})))));
|
|
23
|
+
};
|
|
24
|
+
var Memo = /*#__PURE__*/memo(SvgDocumentation);
|
|
25
|
+
|
|
26
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgIot = function SvgIot(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "IoT"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#4F0599",
|
|
10
|
+
d: "M9.892 18a1.42 1.42 0 0 1-1.41-1.452 1.426 1.426 0 0 1 1.44-1.413 1.43 1.43 0 0 1 1.4 1.452A1.42 1.42 0 0 1 9.902 18zm-4.34-1.335a1.442 1.442 0 0 1-.405-1.99 1.411 1.411 0 0 1 1.97-.41 1.44 1.44 0 0 1 .407 1.99c-.27.42-.725.644-1.19.644-.27 0-.54-.078-.782-.234m9.818-2.623a1.453 1.453 0 0 1-.676-1.911 1.42 1.42 0 0 1 1.904-.683 1.44 1.44 0 0 1 .667 1.91 1.417 1.417 0 0 1-1.895.684m-3.072 2.272a1.443 1.443 0 0 1 .444-1.98h.01a1.408 1.408 0 0 1 1.952.459c.415.673.212 1.56-.455 1.979a1.41 1.41 0 0 1-1.951-.458m-9.673-3.14c-.319-.732 0-1.58.725-1.891.714-.322 1.554 0 1.874.722a1.448 1.448 0 0 1-.725 1.9 1.536 1.536 0 0 1-.58.117 1.405 1.405 0 0 1-1.294-.848m12.533-3.968v-.06a1.418 1.418 0 0 1 1.208-1.618 1.43 1.43 0 0 1 1.605 1.219v.029c.009.02.009.049.018.069a1.447 1.447 0 0 1-1.236 1.608c-.068 0-.127.01-.184.01a1.44 1.44 0 0 1-1.411-1.257M3.214 10.278A1.445 1.445 0 0 1 2.016 8.64c.126-.78.85-1.317 1.623-1.2a1.426 1.426 0 0 1 1.188 1.639 1.423 1.423 0 0 1-1.4 1.209c-.068 0-.146 0-.213-.01M13.95 6.446v.01a1.448 1.448 0 0 1 .155-2.03 1.406 1.406 0 0 1 2 .158 1.436 1.436 0 0 1-.154 2.018 1.395 1.395 0 0 1-2.001-.156m-9.886.078a1.444 1.444 0 0 1-.125-2.028 1.412 1.412 0 0 1 2.009-.126c.59.526.648 1.432.126 2.028-.28.32-.675.477-1.062.477-.338 0-.677-.116-.948-.351",
|
|
11
|
+
className: "fill",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
fillRule: "evenodd"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#A365F6",
|
|
16
|
+
d: "M13.781 9.876c0 2.112-1.697 3.825-3.792 3.825-2.094 0-3.79-1.713-3.79-3.825 0-2.113 1.696-3.826 3.79-3.826 2.095 0 3.792 1.713 3.792 3.826",
|
|
17
|
+
className: "fillStrong",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
fillRule: "evenodd"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
21
|
+
fill: "#4F0599",
|
|
22
|
+
d: "M11.486 4.828v.009a1.446 1.446 0 0 1-.948-1.794 1.406 1.406 0 0 1 1.769-.955 1.435 1.435 0 0 1-.405 2.808c-.135 0-.281-.02-.416-.068M6.8 3.823a1.43 1.43 0 0 1 .976-1.765 1.415 1.415 0 0 1 1.757.985 1.436 1.436 0 0 1-.985 1.775 1.273 1.273 0 0 1-.387.049c-.618 0-1.187-.41-1.362-1.044Z",
|
|
23
|
+
className: "fill",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
fillRule: "evenodd"
|
|
26
|
+
}))));
|
|
27
|
+
};
|
|
28
|
+
var Memo = /*#__PURE__*/memo(SvgIot);
|
|
29
|
+
|
|
30
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgLabs = function SvgLabs(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Labs"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#A365F6",
|
|
10
|
+
d: "M8.011 6c-.559.064-.99.528-1.011 1.09v3.69c0 .248.098.465.26.627.162.162.375.26.623.26.485 0 .883-.4.883-.886V8.438c0-.367.302-.67.669-.67h1.151a.862.862 0 0 0 .623-.259.896.896 0 0 0 .26-.635c0-.486-.418-.874-.904-.874zm3.947 8.419c.559-.065.99-.529 1.01-1.09v-3.69a.874.874 0 0 0-.259-.627.867.867 0 0 0-.623-.26c-.486 0-.883.4-.883.886v2.343a.673.673 0 0 1-.669.669H9.383a.862.862 0 0 0-.624.26.896.896 0 0 0-.26.635.904.904 0 0 0 .905.874z",
|
|
11
|
+
className: "fillStrong"
|
|
12
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#4F0599",
|
|
14
|
+
d: "M17 17.5a1 1 0 0 1-1 1H4a1 1 0 1 1 0-2h12a1 1 0 0 1 1 1M4 7.5a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1m12 0a1 1 0 0 1 1 1v6a1 1 0 1 1-2 0v-6a1 1 0 0 1 1-1",
|
|
15
|
+
className: "fill",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
fillRule: "evenodd"
|
|
18
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
fill: "#4F0599",
|
|
20
|
+
d: "M10 3.5a5 5 0 0 0-5 5H3a7 7 0 0 1 14 0h-2a5 5 0 0 0-5-5",
|
|
21
|
+
className: "fill",
|
|
22
|
+
clipRule: "evenodd",
|
|
23
|
+
fillRule: "evenodd"
|
|
24
|
+
}))));
|
|
25
|
+
};
|
|
26
|
+
var Memo = /*#__PURE__*/memo(SvgLabs);
|
|
27
|
+
|
|
28
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgManagedServices = function SvgManagedServices(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Managed-Services"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "Group 42"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#4F0599",
|
|
12
|
+
d: "M12 5.5 14.5 3 17 5.5 14.5 8zm0 9 2.5-2.5 2.5 2.5-2.5 2.5zm-9 0L5.5 12 8 14.5 5.5 17zm0-9L5.5 3 8 5.5 5.5 8z",
|
|
13
|
+
className: "fill"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#A365F6",
|
|
16
|
+
d: "m7 10 3-3 3 3-3 3z",
|
|
17
|
+
className: "fillStrong"
|
|
18
|
+
})))));
|
|
19
|
+
};
|
|
20
|
+
var Memo = /*#__PURE__*/memo(SvgManagedServices);
|
|
21
|
+
|
|
22
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgNetwork = function SvgNetwork(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Network"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
fill: "#A365F6",
|
|
10
|
+
className: "fillStrong"
|
|
11
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
12
|
+
d: "M9.955 6.883c-4.372 0-7.917 1.375-7.917 3.072 0 1.696 3.545 3.072 7.917 3.072 4.373 0 7.917-1.376 7.917-3.072 0-1.697-3.544-3.072-7.917-3.072m0 1.5c3.773 0 5.97 1.058 6.377 1.572-.408.513-2.604 1.572-6.377 1.572-3.773 0-5.968-1.059-6.377-1.572.41-.514 2.604-1.572 6.377-1.572",
|
|
13
|
+
className: "fillStrong",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M9.955 2.039c-1.696 0-3.072 3.544-3.072 7.917 0 4.372 1.376 7.916 3.072 7.916 1.697 0 3.072-3.544 3.072-7.916 0-4.373-1.375-7.917-3.072-7.917m0 1.539c.514.409 1.572 2.604 1.572 6.378 0 3.773-1.058 5.968-1.572 6.376-.514-.408-1.572-2.603-1.572-6.376 0-3.774 1.058-5.97 1.572-6.378",
|
|
18
|
+
className: "fillStrong",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
fillRule: "evenodd"
|
|
21
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fill: "#4F0599",
|
|
23
|
+
d: "M10 2a8 8 0 1 0 .001 16.001A8 8 0 0 0 10 2m0 2.011A5.995 5.995 0 0 1 15.989 10 5.996 5.996 0 0 1 10 15.989 5.996 5.996 0 0 1 4.011 10 5.995 5.995 0 0 1 10 4.011",
|
|
24
|
+
className: "fill",
|
|
25
|
+
clipRule: "evenodd",
|
|
26
|
+
fillRule: "evenodd"
|
|
27
|
+
}))));
|
|
28
|
+
};
|
|
29
|
+
var Memo = /*#__PURE__*/memo(SvgNetwork);
|
|
30
|
+
|
|
31
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgObservability = function SvgObservability(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Observability"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#4F0599",
|
|
12
|
+
d: "M3 7.25a1.25 1.25 0 1 1 2.5 0v7.5a1.25 1.25 0 1 1-2.5 0zm11.5-2a1.25 1.25 0 1 1 2.5 0v9.5a1.25 1.25 0 1 1-2.5 0z",
|
|
13
|
+
className: "fill"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#A365F6",
|
|
16
|
+
d: "M8.75 9.25a1.25 1.25 0 1 1 2.5 0v5.5a1.25 1.25 0 1 1-2.5 0z",
|
|
17
|
+
className: "fillStrong"
|
|
18
|
+
})))));
|
|
19
|
+
};
|
|
20
|
+
var Memo = /*#__PURE__*/memo(SvgObservability);
|
|
21
|
+
|
|
22
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
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); }
|
|
6
|
+
var SvgPin = function SvgPin(props) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: 20,
|
|
10
|
+
height: 20,
|
|
11
|
+
fill: "none",
|
|
12
|
+
viewBox: "0 0 20 20"
|
|
13
|
+
}, props), _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
14
|
+
className: "Pin"
|
|
15
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
16
|
+
fill: "#A060F6",
|
|
17
|
+
d: "M6.343 12.284a.97.97 0 1 1 1.373 1.373l-2.06 2.059a.97.97 0 1 1-1.372-1.373l2.06-2.059Z",
|
|
18
|
+
className: "fillStrong"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fill: "#521094",
|
|
21
|
+
fillRule: "evenodd",
|
|
22
|
+
d: "M8.771 8.66a1.038 1.038 0 0 1-.843.299l-.54-.057a4.708 4.708 0 0 0-1.624.116l5.219 5.218c.134-.54.172-1.091.116-1.625l-.058-.54a1.037 1.037 0 0 1 .299-.843l3.314-3.314-2.568-2.568L8.771 8.66Zm2.232-5.167c.637-.636 1.646-.66 2.254-.052l3.302 3.302c.608.608.584 1.617-.053 2.254l-3.293 3.293a7.01 7.01 0 0 1-.81 4.032c-.442.827-1.527.883-2.163.248L3.43 9.76c-.635-.635-.579-1.72.248-2.163a7.01 7.01 0 0 1 4.03-.81l3.295-3.293Z",
|
|
23
|
+
className: "fill",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}))));
|
|
26
|
+
};
|
|
27
|
+
var Memo = /*#__PURE__*/memo(SvgPin);
|
|
28
|
+
|
|
29
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgSecurity = function SvgSecurity(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Security-and-Identity"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "Icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#A365F6",
|
|
12
|
+
d: "M10 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4m-3 2.91A1.91 1.91 0 0 1 8.91 11h2.18A1.91 1.91 0 0 1 13 12.91V15l-3 2-3-2z",
|
|
13
|
+
className: "fillStrong",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#4F0599",
|
|
18
|
+
d: "m10 1.917 7 2.904v4.712c0 2.158-.913 4.057-2.183 5.502-1.264 1.439-2.93 2.485-4.553 2.93l-.262.071-.263-.07c-1.626-.44-3.292-1.488-4.556-2.928C3.913 13.591 3 11.691 3 9.533V4.821zm-5 4.24v3.376c0 1.576.666 3.024 1.686 4.185.952 1.085 2.17 1.868 3.313 2.239 1.145-.374 2.364-1.159 3.316-2.242C14.334 12.555 15 11.109 15 9.533V6.157l-5-2.074z",
|
|
19
|
+
className: "fill",
|
|
20
|
+
clipRule: "evenodd",
|
|
21
|
+
fillRule: "evenodd"
|
|
22
|
+
})))));
|
|
23
|
+
};
|
|
24
|
+
var Memo = /*#__PURE__*/memo(SvgSecurity);
|
|
25
|
+
|
|
26
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgServerless = function SvgServerless(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Serverless"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#A365F6",
|
|
10
|
+
d: "M11.59 3.72a.526.526 0 0 0-.96-.422l-4.056 8.02c-.154.288-.064.536.228.536l2.271-.015c.38 0 .38.194.248.684l-.94 3.858c-.13.64.69.863 1.001.287l4.071-8.06a.301.301 0 0 0-.252-.462l-2.36.01a.236.236 0 0 1-.243-.309z",
|
|
11
|
+
className: "fillStrong"
|
|
12
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
13
|
+
fill: "#4F0599",
|
|
14
|
+
d: "M17.5 14.5A1.5 1.5 0 0 1 16 16h-2.616a.3.3 0 0 1-.29-.373l.311-1.248A.5.5 0 0 1 13.89 14h1.61V6h-1.616a.3.3 0 0 1-.29-.373l.311-1.248A.5.5 0 0 1 14.39 4H16a1.5 1.5 0 0 1 1.5 1.5zm-15-9A1.5 1.5 0 0 1 4 4h3.116a.3.3 0 0 1 .29.373l-.31 1.247A.5.5 0 0 1 6.61 6H4.5v8h1.616a.3.3 0 0 1 .29.373l-.311 1.248A.5.5 0 0 1 5.61 16H4a1.5 1.5 0 0 1-1.5-1.5z",
|
|
15
|
+
className: "fill",
|
|
16
|
+
clipRule: "evenodd",
|
|
17
|
+
fillRule: "evenodd"
|
|
18
|
+
}))));
|
|
19
|
+
};
|
|
20
|
+
var Memo = /*#__PURE__*/memo(SvgServerless);
|
|
21
|
+
|
|
22
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgStorage = function SvgStorage(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Storage"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
9
|
+
fill: "#4F0599",
|
|
10
|
+
d: "M10 4.303 4.998 7.161v5.678L10 15.697l5.004-2.858V7.161zM17.006 6 10 2 2.997 6v8L10 18l7.004-4V6Z",
|
|
11
|
+
className: "fill",
|
|
12
|
+
clipRule: "evenodd",
|
|
13
|
+
fillRule: "evenodd"
|
|
14
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
15
|
+
fill: "#A365F6",
|
|
16
|
+
d: "m10 7 2.627 1.5v3L10.001 13l-2.627-1.5v-3z",
|
|
17
|
+
className: "fillStrong"
|
|
18
|
+
}))));
|
|
19
|
+
};
|
|
20
|
+
var Memo = /*#__PURE__*/memo(SvgStorage);
|
|
21
|
+
|
|
22
|
+
export { Memo as ReactComponent };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { memo } from 'react';
|
|
3
|
+
|
|
4
|
+
var _g;
|
|
5
|
+
var SvgToolsServices = function SvgToolsServices(props) {
|
|
6
|
+
return /*#__PURE__*/React.createElement("svg", props, _g || (_g = /*#__PURE__*/React.createElement("g", {
|
|
7
|
+
className: "Tools-Services"
|
|
8
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
9
|
+
className: "tool_icon"
|
|
10
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
11
|
+
fill: "#4F0599",
|
|
12
|
+
d: "M9 2h2l.62 2.32 1.25.51 2.05-1.22 1.47 1.56-1.23 2 .52 1.25L18 9v2l-2.36.62-.52 1.25 1.23 2.05-1.47 1.47-2.05-1.23-1.25.52L11 18H9l-.62-2.32-1.25-.52-2.05 1.23-1.47-1.47 1.23-2.09-.52-1.25L2 11V9l2.32-.62.51-1.25-1.22-2.05 1.52-1.46 2 1.22 1.25-.52zm1.85 4.16L10 5.81l-.89.31-1.25.52L7 7l-.32.9-.52 1.25-.35.85.35.85.48 1.29L7 13l.9.31 1.25.53.85.35.89-.31 1.25-.53L13 13l.35-.94.53-1.25.35-.85-.35-.85-.53-1.25L13 7l-.9-.32z",
|
|
13
|
+
className: "fill",
|
|
14
|
+
clipRule: "evenodd",
|
|
15
|
+
fillRule: "evenodd"
|
|
16
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fill: "#A365F6",
|
|
18
|
+
d: "m10 8 .39.16.62.26.4.17.17.39.26.63.16.39-.16.39-.26.62-.17.4-.4.17-.62.26L10 12l-.39-.16-.63-.26-.39-.17-.17-.4-.26-.62L8 10l.16-.39.26-.63.17-.39.39-.17.63-.26z",
|
|
19
|
+
className: "fillStrong"
|
|
20
|
+
})))));
|
|
21
|
+
};
|
|
22
|
+
var Memo = /*#__PURE__*/memo(SvgToolsServices);
|
|
23
|
+
|
|
24
|
+
export { Memo as ReactComponent };
|