@cloudtower/icons-react 0.35.3 → 0.35.5
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/K8SCronjob16BlueIcon.d.ts +4 -0
- package/dist/K8SCronjob24BlueIcon.d.ts +4 -0
- package/dist/K8SDaemonset16BlueIcon.d.ts +4 -0
- package/dist/K8SDaemonset24BlueIcon.d.ts +4 -0
- package/dist/K8SDeployment16BlueIcon.d.ts +4 -0
- package/dist/K8SDeployment24BlueIcon.d.ts +4 -0
- package/dist/K8SJob16BlueIcon.d.ts +4 -0
- package/dist/K8SJob24BlueIcon.d.ts +4 -0
- package/dist/K8SStatefulset16BlueIcon.d.ts +4 -0
- package/dist/K8SStatefulset24BlueIcon.d.ts +4 -0
- package/dist/LbConfigFile24GradientBlueIcon.d.ts +4 -0
- package/dist/LbConfigFile24GradientGrayIcon.d.ts +4 -0
- package/dist/LbConfigFile24OntintIcon.d.ts +4 -0
- package/dist/OsLogoHuaweicloudeulerosIcon.d.ts +4 -0
- package/dist/Ssl24GradientBlueIcon.d.ts +4 -0
- package/dist/Ssl24GradientGrayIcon.d.ts +4 -0
- package/dist/Ssl24OntintIcon.d.ts +4 -0
- package/dist/cjs/K8SCronjob16BlueIcon.js +127 -0
- package/dist/cjs/K8SCronjob24BlueIcon.js +127 -0
- package/dist/cjs/K8SDaemonset16BlueIcon.js +67 -0
- package/dist/cjs/K8SDaemonset24BlueIcon.js +67 -0
- package/dist/cjs/K8SDeployment16BlueIcon.js +102 -0
- package/dist/cjs/K8SDeployment24BlueIcon.js +102 -0
- package/dist/cjs/K8SJob16BlueIcon.js +97 -0
- package/dist/cjs/K8SJob24BlueIcon.js +97 -0
- package/dist/cjs/K8SStatefulset16BlueIcon.js +65 -0
- package/dist/cjs/K8SStatefulset24BlueIcon.js +67 -0
- package/dist/cjs/LbConfigFile24GradientBlueIcon.js +67 -0
- package/dist/cjs/LbConfigFile24GradientGrayIcon.js +67 -0
- package/dist/cjs/LbConfigFile24OntintIcon.js +31 -0
- package/dist/cjs/OsLogoHuaweicloudeulerosIcon.js +42 -0
- package/dist/cjs/Ssl24GradientBlueIcon.js +80 -0
- package/dist/cjs/Ssl24GradientGrayIcon.js +80 -0
- package/dist/cjs/Ssl24OntintIcon.js +26 -0
- package/dist/cjs/index.js +17 -0
- package/dist/esm/K8SCronjob16BlueIcon.js +127 -0
- package/dist/esm/K8SCronjob24BlueIcon.js +127 -0
- package/dist/esm/K8SDaemonset16BlueIcon.js +67 -0
- package/dist/esm/K8SDaemonset24BlueIcon.js +67 -0
- package/dist/esm/K8SDeployment16BlueIcon.js +102 -0
- package/dist/esm/K8SDeployment24BlueIcon.js +102 -0
- package/dist/esm/K8SJob16BlueIcon.js +97 -0
- package/dist/esm/K8SJob24BlueIcon.js +97 -0
- package/dist/esm/K8SStatefulset16BlueIcon.js +65 -0
- package/dist/esm/K8SStatefulset24BlueIcon.js +67 -0
- package/dist/esm/LbConfigFile24GradientBlueIcon.js +67 -0
- package/dist/esm/LbConfigFile24GradientGrayIcon.js +67 -0
- package/dist/esm/LbConfigFile24OntintIcon.js +31 -0
- package/dist/esm/OsLogoHuaweicloudeulerosIcon.js +42 -0
- package/dist/esm/Ssl24GradientBlueIcon.js +80 -0
- package/dist/esm/Ssl24GradientGrayIcon.js +80 -0
- package/dist/esm/Ssl24OntintIcon.js +26 -0
- package/dist/esm/index.js +17 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +17 -0
- package/package.json +3 -3
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function K8SDeployment16BlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "K8SDeployment16BlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
clipPath: "url(#clip0_18507_48959)"
|
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M12.256 11.936a.501.501 0 01.733.68 6.806 6.806 0 01-6.854 1.92l.113.236a.5.5 0 01-.902.432l-.605-1.263a.5.5 0 01.235-.667l1.263-.605a.501.501 0 01.432.902l-.099.046a5.784 5.784 0 005.684-1.68z",
|
|
20
|
+
fill: "url(#paint0_radial_K8SDeployment16BlueIcon_18507_48959)"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M2.057 4.738a.501.501 0 01.668.233l.611 1.26a.5.5 0 01-.9.436l-.055-.112c-.118.46-.18.943-.18 1.441 0 1.677.71 3.188 1.85 4.248a.5.5 0 11-.68.732 6.808 6.808 0 01-1.912-6.838l-.227.11a.5.5 0 11-.435-.898l1.26-.612z",
|
|
23
|
+
fill: "url(#paint1_radial_K8SDeployment16BlueIcon_18507_48959)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M7.536 4.491a.927.927 0 01.927 0l2.345 1.354a.927.927 0 01.463.802v2.707a.928.928 0 01-.463.803l-2.345 1.354a.928.928 0 01-.927 0l-2.345-1.354a.927.927 0 01-.462-.803V6.647c0-.33.176-.637.462-.802L7.536 4.49zM5.73 6.69v2.622l2.27 1.312 2.272-1.312V6.69L8 5.378 5.73 6.689z",
|
|
28
|
+
fill: "url(#paint2_radial_K8SDeployment16BlueIcon_18507_48959)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M11.906 3.028A.5.5 0 0112.613 3 6.784 6.784 0 0114.8 7.996c0 .616-.083 1.213-.237 1.781l.196-.1a.5.5 0 01.458.89l-1.244.64a.5.5 0 01-.674-.214l-.642-1.245a.5.5 0 01.889-.458l.073.144c.117-.46.18-.941.18-1.438a5.784 5.784 0 00-1.864-4.262.5.5 0 01-.029-.706z",
|
|
31
|
+
fill: "url(#paint3_radial_K8SDeployment16BlueIcon_18507_48959)"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M9.965.573a.5.5 0 01.667.233l.61 1.26a.501.501 0 01-.233.668l-1.262.61a.5.5 0 01-.434-.9l.132-.066a5.814 5.814 0 00-5.693 1.67.5.5 0 01-.732-.68l.06-.064A6.783 6.783 0 019.83 1.448l-.1-.208a.5.5 0 01.234-.667z",
|
|
34
|
+
fill: "url(#paint4_radial_K8SDeployment16BlueIcon_18507_48959)"
|
|
35
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
36
|
+
id: "paint0_radial_K8SDeployment16BlueIcon_18507_48959",
|
|
37
|
+
cx: 0,
|
|
38
|
+
cy: 0,
|
|
39
|
+
r: 1,
|
|
40
|
+
gradientTransform: "scale(21.1756 21.1633) rotate(-45 .896 .337)",
|
|
41
|
+
gradientUnits: "userSpaceOnUse"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
43
|
+
stopColor: "#5BCAFF"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
offset: 1,
|
|
46
|
+
stopColor: "#06F"
|
|
47
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
48
|
+
id: "paint1_radial_K8SDeployment16BlueIcon_18507_48959",
|
|
49
|
+
cx: 0,
|
|
50
|
+
cy: 0,
|
|
51
|
+
r: 1,
|
|
52
|
+
gradientTransform: "scale(21.1756 21.1633) rotate(-45 .896 .337)",
|
|
53
|
+
gradientUnits: "userSpaceOnUse"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
55
|
+
stopColor: "#5BCAFF"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
offset: 1,
|
|
58
|
+
stopColor: "#06F"
|
|
59
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
60
|
+
id: "paint2_radial_K8SDeployment16BlueIcon_18507_48959",
|
|
61
|
+
cx: 0,
|
|
62
|
+
cy: 0,
|
|
63
|
+
r: 1,
|
|
64
|
+
gradientTransform: "scale(21.1756 21.1633) rotate(-45 .896 .337)",
|
|
65
|
+
gradientUnits: "userSpaceOnUse"
|
|
66
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
67
|
+
stopColor: "#5BCAFF"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
69
|
+
offset: 1,
|
|
70
|
+
stopColor: "#06F"
|
|
71
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
72
|
+
id: "paint3_radial_K8SDeployment16BlueIcon_18507_48959",
|
|
73
|
+
cx: 0,
|
|
74
|
+
cy: 0,
|
|
75
|
+
r: 1,
|
|
76
|
+
gradientTransform: "scale(21.1756 21.1633) rotate(-45 .896 .337)",
|
|
77
|
+
gradientUnits: "userSpaceOnUse"
|
|
78
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
79
|
+
stopColor: "#5BCAFF"
|
|
80
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
81
|
+
offset: 1,
|
|
82
|
+
stopColor: "#06F"
|
|
83
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
84
|
+
id: "paint4_radial_K8SDeployment16BlueIcon_18507_48959",
|
|
85
|
+
cx: 0,
|
|
86
|
+
cy: 0,
|
|
87
|
+
r: 1,
|
|
88
|
+
gradientTransform: "scale(21.1756 21.1633) rotate(-45 .896 .337)",
|
|
89
|
+
gradientUnits: "userSpaceOnUse"
|
|
90
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
91
|
+
stopColor: "#5BCAFF"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
93
|
+
offset: 1,
|
|
94
|
+
stopColor: "#06F"
|
|
95
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
96
|
+
id: "clip0_18507_48959"
|
|
97
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
98
|
+
fill: "#fff",
|
|
99
|
+
d: "M0 0h16v16H0z"
|
|
100
|
+
}))));
|
|
101
|
+
}
|
|
102
|
+
export default K8SDeployment16BlueIcon;
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function K8SDeployment24BlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "K8SDeployment24BlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
clipPath: "url(#clip0_18507_48958)"
|
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M18.752 17.951a.5.5 0 01.75.661c-2.611 2.964-6.827 4.177-10.711 2.857l.397.814a.5.5 0 01-.899.438l-.93-1.907a.5.5 0 01.23-.669l1.907-.93a.5.5 0 01.439.9l-.83.404a9.007 9.007 0 009.647-2.568z",
|
|
20
|
+
fill: "url(#paint0_radial_K8SDeployment24BlueIcon_18507_48958)"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M3.183 7.356a.5.5 0 01.668.23l.93 1.907a.5.5 0 01-.9.438l-.403-.829a9.008 9.008 0 002.568 9.648.5.5 0 01-.661.75C2.42 16.888 1.208 12.672 2.528 8.788l-.814.397a.5.5 0 01-.439-.899l1.908-.93z",
|
|
23
|
+
fill: "url(#paint1_radial_K8SDeployment24BlueIcon_18507_48958)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M11.5 6.712a1 1 0 011 0l3.83 2.212a1 1 0 01.5.866v4.422a1 1 0 01-.5.866L12.5 17.29a1 1 0 01-1 0l-3.83-2.212a1 1 0 01-.5-.866V9.79a1 1 0 01.5-.866l3.83-2.212zM8.17 9.79v4.422L12 16.424l3.83-2.212V9.79L12 7.578 8.17 9.79z",
|
|
28
|
+
fill: "url(#paint2_radial_K8SDeployment24BlueIcon_18507_48958)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M17.91 4.539a.5.5 0 01.705-.045c2.964 2.612 4.177 6.828 2.857 10.712l.813-.398a.5.5 0 01.439.9l-1.907.93a.501.501 0 01-.669-.23l-.93-1.907a.5.5 0 01.9-.439l.405.83a9.008 9.008 0 00-2.569-9.648.5.5 0 01-.045-.705z",
|
|
31
|
+
fill: "url(#paint3_radial_K8SDeployment24BlueIcon_18507_48958)"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
33
|
+
d: "M15.042 1.043a.5.5 0 01.668.23l.93 1.907a.5.5 0 01-.23.668l-1.906.93a.5.5 0 01-.439-.9l.83-.404a9.007 9.007 0 00-9.648 2.569.5.5 0 01-.75-.661C7.11 2.418 11.325 1.205 15.21 2.525l-.397-.814a.5.5 0 01.23-.668z",
|
|
34
|
+
fill: "url(#paint4_radial_K8SDeployment24BlueIcon_18507_48958)"
|
|
35
|
+
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
36
|
+
id: "paint0_radial_K8SDeployment24BlueIcon_18507_48958",
|
|
37
|
+
cx: 0,
|
|
38
|
+
cy: 0,
|
|
39
|
+
r: 1,
|
|
40
|
+
gradientTransform: "scale(31.1263 31.126) rotate(-45 .908 .33)",
|
|
41
|
+
gradientUnits: "userSpaceOnUse"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
43
|
+
stopColor: "#5BCAFF"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
offset: 1,
|
|
46
|
+
stopColor: "#06F"
|
|
47
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
48
|
+
id: "paint1_radial_K8SDeployment24BlueIcon_18507_48958",
|
|
49
|
+
cx: 0,
|
|
50
|
+
cy: 0,
|
|
51
|
+
r: 1,
|
|
52
|
+
gradientTransform: "scale(31.1263 31.126) rotate(-45 .908 .33)",
|
|
53
|
+
gradientUnits: "userSpaceOnUse"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
55
|
+
stopColor: "#5BCAFF"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
offset: 1,
|
|
58
|
+
stopColor: "#06F"
|
|
59
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
60
|
+
id: "paint2_radial_K8SDeployment24BlueIcon_18507_48958",
|
|
61
|
+
cx: 0,
|
|
62
|
+
cy: 0,
|
|
63
|
+
r: 1,
|
|
64
|
+
gradientTransform: "scale(31.1263 31.126) rotate(-45 .908 .33)",
|
|
65
|
+
gradientUnits: "userSpaceOnUse"
|
|
66
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
67
|
+
stopColor: "#5BCAFF"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
69
|
+
offset: 1,
|
|
70
|
+
stopColor: "#06F"
|
|
71
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
72
|
+
id: "paint3_radial_K8SDeployment24BlueIcon_18507_48958",
|
|
73
|
+
cx: 0,
|
|
74
|
+
cy: 0,
|
|
75
|
+
r: 1,
|
|
76
|
+
gradientTransform: "scale(31.1263 31.126) rotate(-45 .908 .33)",
|
|
77
|
+
gradientUnits: "userSpaceOnUse"
|
|
78
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
79
|
+
stopColor: "#5BCAFF"
|
|
80
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
81
|
+
offset: 1,
|
|
82
|
+
stopColor: "#06F"
|
|
83
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
84
|
+
id: "paint4_radial_K8SDeployment24BlueIcon_18507_48958",
|
|
85
|
+
cx: 0,
|
|
86
|
+
cy: 0,
|
|
87
|
+
r: 1,
|
|
88
|
+
gradientTransform: "scale(31.1263 31.126) rotate(-45 .908 .33)",
|
|
89
|
+
gradientUnits: "userSpaceOnUse"
|
|
90
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
91
|
+
stopColor: "#5BCAFF"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
93
|
+
offset: 1,
|
|
94
|
+
stopColor: "#06F"
|
|
95
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
96
|
+
id: "clip0_18507_48958"
|
|
97
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
98
|
+
fill: "#fff",
|
|
99
|
+
d: "M0 0h24v24H0z"
|
|
100
|
+
}))));
|
|
101
|
+
}
|
|
102
|
+
export default K8SDeployment24BlueIcon;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function K8SJob16BlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "K8SJob16BlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M11.494 11.148a.5.5 0 110 1H4.4a.5.5 0 110-1h7.095z",
|
|
18
|
+
fill: "url(#paint0_radial_K8SJob16BlueIcon_18507_48951)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M11.494 9.148a.5.5 0 110 1H4.4a.5.5 0 110-1h7.095z",
|
|
21
|
+
fill: "url(#paint1_radial_K8SJob16BlueIcon_18507_48951)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M5.676 3.44a.606.606 0 01.605 0l1.56.9a.606.606 0 01.303.525v1.8a.607.607 0 01-.303.525l-1.56.9a.606.606 0 01-.605 0l-1.56-.9a.607.607 0 01-.303-.525v-1.8c0-.216.116-.416.303-.524l1.56-.9zm-.863 1.653v1.345l1.166.673 1.165-.673V5.093L5.979 4.42l-1.166.673z",
|
|
26
|
+
fill: "url(#paint2_radial_K8SJob16BlueIcon_18507_48951)"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M11.494 7.148a.5.5 0 110 1h-2.3a.5.5 0 110-1h2.3z",
|
|
29
|
+
fill: "url(#paint3_radial_K8SJob16BlueIcon_18507_48951)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M12.6 1a1.6 1.6 0 011.6 1.6v10.8l-.009.163A1.6 1.6 0 0112.6 15H3.4a1.6 1.6 0 01-1.592-1.437L1.8 13.4V2.6A1.6 1.6 0 013.4 1h9.2zM3.4 2a.6.6 0 00-.6.6v10.8a.6.6 0 00.6.6h9.2a.6.6 0 00.6-.6V2.6a.6.6 0 00-.6-.6H3.4z",
|
|
34
|
+
fill: "url(#paint4_radial_K8SJob16BlueIcon_18507_48951)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
36
|
+
id: "paint0_radial_K8SJob16BlueIcon_18507_48951",
|
|
37
|
+
cx: 0,
|
|
38
|
+
cy: 0,
|
|
39
|
+
r: 1,
|
|
40
|
+
gradientTransform: "matrix(12.4004 -14 12.4004 14 1.8 15)",
|
|
41
|
+
gradientUnits: "userSpaceOnUse"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
43
|
+
stopColor: "#5BCAFF"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
offset: 1,
|
|
46
|
+
stopColor: "#06F"
|
|
47
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
48
|
+
id: "paint1_radial_K8SJob16BlueIcon_18507_48951",
|
|
49
|
+
cx: 0,
|
|
50
|
+
cy: 0,
|
|
51
|
+
r: 1,
|
|
52
|
+
gradientTransform: "matrix(12.4004 -14 12.4004 14 1.8 15)",
|
|
53
|
+
gradientUnits: "userSpaceOnUse"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
55
|
+
stopColor: "#5BCAFF"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
offset: 1,
|
|
58
|
+
stopColor: "#06F"
|
|
59
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
60
|
+
id: "paint2_radial_K8SJob16BlueIcon_18507_48951",
|
|
61
|
+
cx: 0,
|
|
62
|
+
cy: 0,
|
|
63
|
+
r: 1,
|
|
64
|
+
gradientTransform: "matrix(12.4004 -14 12.4004 14 1.8 15)",
|
|
65
|
+
gradientUnits: "userSpaceOnUse"
|
|
66
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
67
|
+
stopColor: "#5BCAFF"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
69
|
+
offset: 1,
|
|
70
|
+
stopColor: "#06F"
|
|
71
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
72
|
+
id: "paint3_radial_K8SJob16BlueIcon_18507_48951",
|
|
73
|
+
cx: 0,
|
|
74
|
+
cy: 0,
|
|
75
|
+
r: 1,
|
|
76
|
+
gradientTransform: "matrix(12.4004 -14 12.4004 14 1.8 15)",
|
|
77
|
+
gradientUnits: "userSpaceOnUse"
|
|
78
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
79
|
+
stopColor: "#5BCAFF"
|
|
80
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
81
|
+
offset: 1,
|
|
82
|
+
stopColor: "#06F"
|
|
83
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
84
|
+
id: "paint4_radial_K8SJob16BlueIcon_18507_48951",
|
|
85
|
+
cx: 0,
|
|
86
|
+
cy: 0,
|
|
87
|
+
r: 1,
|
|
88
|
+
gradientTransform: "matrix(12.4004 -14 12.4004 14 1.8 15)",
|
|
89
|
+
gradientUnits: "userSpaceOnUse"
|
|
90
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
91
|
+
stopColor: "#5BCAFF"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
93
|
+
offset: 1,
|
|
94
|
+
stopColor: "#06F"
|
|
95
|
+
}))));
|
|
96
|
+
}
|
|
97
|
+
export default K8SJob16BlueIcon;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function K8SJob24BlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "K8SJob24BlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M17.5 17a.5.5 0 010 1h-11a.5.5 0 010-1h11z",
|
|
18
|
+
fill: "url(#paint0_radial_K8SJob24BlueIcon_18507_48950)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M17.5 14a.5.5 0 010 1h-11a.5.5 0 010-1h11z",
|
|
21
|
+
fill: "url(#paint1_radial_K8SJob24BlueIcon_18507_48950)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M8.514 5.403a.91.91 0 01.91 0l2.12 1.225a.91.91 0 01.456.788v2.45a.91.91 0 01-.455.787l-2.121 1.225a.91.91 0 01-.91 0l-2.121-1.225a.91.91 0 01-.455-.788V7.416a.91.91 0 01.455-.788l2.12-1.225zM6.938 7.468v2.345l2.03 1.173L11 9.813V7.468L8.969 6.295 6.938 7.468z",
|
|
26
|
+
fill: "url(#paint2_radial_K8SJob24BlueIcon_18507_48950)"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
d: "M17.5 11a.5.5 0 010 1h-4a.5.5 0 010-1h4z",
|
|
29
|
+
fill: "url(#paint3_radial_K8SJob24BlueIcon_18507_48950)"
|
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M17.8 2c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 3.52 21 4.08 21 5.2v13.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 22 18.92 22 17.8 22H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 20.48 3 19.92 3 18.8V5.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 2 5.08 2 6.2 2h11.6zM6.2 3c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C4.001 4.25 4 4.624 4 5.2v13.6c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h11.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232V5.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0017.8 3H6.2z",
|
|
34
|
+
fill: "url(#paint4_radial_K8SJob24BlueIcon_18507_48950)"
|
|
35
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
36
|
+
id: "paint0_radial_K8SJob24BlueIcon_18507_48950",
|
|
37
|
+
cx: 0,
|
|
38
|
+
cy: 0,
|
|
39
|
+
r: 1,
|
|
40
|
+
gradientTransform: "matrix(18 -20 18 20 3 22)",
|
|
41
|
+
gradientUnits: "userSpaceOnUse"
|
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
43
|
+
stopColor: "#5BCAFF"
|
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
45
|
+
offset: 1,
|
|
46
|
+
stopColor: "#06F"
|
|
47
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
48
|
+
id: "paint1_radial_K8SJob24BlueIcon_18507_48950",
|
|
49
|
+
cx: 0,
|
|
50
|
+
cy: 0,
|
|
51
|
+
r: 1,
|
|
52
|
+
gradientTransform: "matrix(18 -20 18 20 3 22)",
|
|
53
|
+
gradientUnits: "userSpaceOnUse"
|
|
54
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
55
|
+
stopColor: "#5BCAFF"
|
|
56
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
57
|
+
offset: 1,
|
|
58
|
+
stopColor: "#06F"
|
|
59
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
60
|
+
id: "paint2_radial_K8SJob24BlueIcon_18507_48950",
|
|
61
|
+
cx: 0,
|
|
62
|
+
cy: 0,
|
|
63
|
+
r: 1,
|
|
64
|
+
gradientTransform: "matrix(18 -20 18 20 3 22)",
|
|
65
|
+
gradientUnits: "userSpaceOnUse"
|
|
66
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
67
|
+
stopColor: "#5BCAFF"
|
|
68
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
69
|
+
offset: 1,
|
|
70
|
+
stopColor: "#06F"
|
|
71
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
72
|
+
id: "paint3_radial_K8SJob24BlueIcon_18507_48950",
|
|
73
|
+
cx: 0,
|
|
74
|
+
cy: 0,
|
|
75
|
+
r: 1,
|
|
76
|
+
gradientTransform: "matrix(18 -20 18 20 3 22)",
|
|
77
|
+
gradientUnits: "userSpaceOnUse"
|
|
78
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
79
|
+
stopColor: "#5BCAFF"
|
|
80
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
81
|
+
offset: 1,
|
|
82
|
+
stopColor: "#06F"
|
|
83
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
84
|
+
id: "paint4_radial_K8SJob24BlueIcon_18507_48950",
|
|
85
|
+
cx: 0,
|
|
86
|
+
cy: 0,
|
|
87
|
+
r: 1,
|
|
88
|
+
gradientTransform: "matrix(18 -20 18 20 3 22)",
|
|
89
|
+
gradientUnits: "userSpaceOnUse"
|
|
90
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
91
|
+
stopColor: "#5BCAFF"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
93
|
+
offset: 1,
|
|
94
|
+
stopColor: "#06F"
|
|
95
|
+
}))));
|
|
96
|
+
}
|
|
97
|
+
export default K8SJob24BlueIcon;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function K8SStatefulset16BlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 16,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "K8SStatefulset16BlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M9.74.044a1.1 1.1 0 011.063.285l3.753 3.752c.278.278.387.684.285 1.064l-1.346 5.02V6.3l.38-1.414a.1.1 0 00-.026-.097l-3.753-3.753a.1.1 0 00-.097-.025L4.872 2.384a.101.101 0 00-.07.071l-.19.705-1.224.707.448-1.67c.102-.38.398-.678.777-.78L9.74.044z",
|
|
18
|
+
fill: "url(#paint0_radial_K8SStatefulset16BlueIcon_18502_48933)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M11.923 6.48a.1.1 0 00-.05-.086L7.017 3.591a.1.1 0 00-.1 0L2.061 6.394a.1.1 0 00-.05.086v5.608a.1.1 0 00.05.087l4.856 2.803a.1.1 0 00.1 0l4.856-2.803a.1.1 0 00.05-.087V6.48zm1 5.608a1.1 1.1 0 01-.55.953l-4.856 2.803a1.1 1.1 0 01-1.1 0L1.561 13.04c-.34-.197-.55-.56-.55-.953V6.48c0-.392.21-.755.55-.952l4.856-2.803a1.1 1.1 0 011.1 0l4.856 2.803c.34.197.55.56.55.952v5.608z",
|
|
21
|
+
fill: "url(#paint1_radial_K8SStatefulset16BlueIcon_18502_48933)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M6.967 6.39c.678 0 1.327.068 1.834.195.246.061.515.15.748.288.165.098.668.43.668 1.08v3.074c0 .295-.126.653-.48.842-.452.242-1.386.584-2.77.584-1.268 0-2.055-.286-2.54-.513a1.247 1.247 0 01-.71-1.12V7.952c0-.65.502-.982.668-1.08.232-.137.502-.227.748-.288.507-.127 1.155-.194 1.834-.194zm2.25 2.8c-.14.054-.281.097-.416.131-.507.127-1.156.195-1.834.195-.679 0-1.327-.068-1.834-.195a3.543 3.543 0 01-.416-.13v1.628c0 .09.059.18.133.215.375.175 1.019.42 2.117.42 1.16 0 1.916-.275 2.25-.442V9.19zm-2.25-1.8c-1.243 0-2.25.252-2.25.563 0 .31 1.007.563 2.25.563 1.242 0 2.25-.252 2.25-.563 0-.31-1.008-.562-2.25-.562z",
|
|
26
|
+
fill: "url(#paint2_radial_K8SStatefulset16BlueIcon_18502_48933)"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
28
|
+
id: "paint0_radial_K8SStatefulset16BlueIcon_18502_48933",
|
|
29
|
+
cx: 0,
|
|
30
|
+
cy: 0,
|
|
31
|
+
r: 1,
|
|
32
|
+
gradientTransform: "scale(19.6117 22.605) rotate(-45 .88 .291)",
|
|
33
|
+
gradientUnits: "userSpaceOnUse"
|
|
34
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
35
|
+
stopColor: "#5BCAFF"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
offset: 1,
|
|
38
|
+
stopColor: "#06F"
|
|
39
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
40
|
+
id: "paint1_radial_K8SStatefulset16BlueIcon_18502_48933",
|
|
41
|
+
cx: 0,
|
|
42
|
+
cy: 0,
|
|
43
|
+
r: 1,
|
|
44
|
+
gradientTransform: "scale(19.6117 22.605) rotate(-45 .88 .291)",
|
|
45
|
+
gradientUnits: "userSpaceOnUse"
|
|
46
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
47
|
+
stopColor: "#5BCAFF"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
49
|
+
offset: 1,
|
|
50
|
+
stopColor: "#06F"
|
|
51
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
52
|
+
id: "paint2_radial_K8SStatefulset16BlueIcon_18502_48933",
|
|
53
|
+
cx: 0,
|
|
54
|
+
cy: 0,
|
|
55
|
+
r: 1,
|
|
56
|
+
gradientTransform: "scale(19.6117 22.605) rotate(-45 .88 .291)",
|
|
57
|
+
gradientUnits: "userSpaceOnUse"
|
|
58
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
59
|
+
stopColor: "#5BCAFF"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
offset: 1,
|
|
62
|
+
stopColor: "#06F"
|
|
63
|
+
}))));
|
|
64
|
+
}
|
|
65
|
+
export default K8SStatefulset16BlueIcon;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function K8SStatefulset24BlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "K8SStatefulset24BlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M10.5 9.25c1.162 0 2.247.116 3.071.322.404.1.802.238 1.123.427.254.15.806.54.806 1.25v4.586c0 .402-.18.854-.633 1.076-.69.34-2.163.838-4.367.838-2.042 0-3.286-.428-4.038-.753-.58-.25-.962-.84-.962-1.467v-4.28c0-.71.552-1.1.806-1.25.32-.19.719-.326 1.123-.427.824-.206 1.91-.323 3.071-.323zm4 3.35a4.782 4.782 0 01-.929.327c-.824.206-1.91.322-3.071.322-1.162 0-2.247-.116-3.071-.322a4.782 4.782 0 01-.929-.326v2.928c0 .233.149.459.358.55.649.28 1.758.67 3.642.67 2.056 0 3.377-.465 3.927-.735a.098.098 0 00.045-.045.289.289 0 00.028-.134v-3.234zm-4-2.35c-2.209 0-4 .447-4 1 0 .552 1.79 1 4 1s4-.448 4-1c0-.553-1.791-1-4-1z",
|
|
20
|
+
fill: "url(#paint0_radial_K8SStatefulset24BlueIcon_18502_48927)"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
clipRule: "evenodd",
|
|
24
|
+
d: "M9.775 3.842a1.45 1.45 0 011.45 0l7.277 4.202c.449.26.726.738.726 1.256v8.402c0 .518-.277.997-.726 1.256l-7.277 4.203a1.45 1.45 0 01-1.45 0l-7.277-4.203a1.45 1.45 0 01-.726-1.255V9.3c0-.518.277-.997.726-1.256l7.277-4.202zm.95.866a.45.45 0 00-.45 0L2.998 8.91a.45.45 0 00-.226.39v8.402c0 .161.087.31.226.39l7.277 4.202c.14.08.31.08.45 0l7.277-4.202a.45.45 0 00.226-.39V9.3a.45.45 0 00-.226-.39l-7.277-4.202z",
|
|
25
|
+
fill: "url(#paint1_radial_K8SStatefulset24BlueIcon_18502_48927)"
|
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
27
|
+
d: "M14.648.4c.5-.133 1.034.01 1.4.377l5.589 5.589c.366.366.509.9.375 1.4l-1.986 7.406V11.31l1.019-3.802a.45.45 0 00-.115-.434l-5.59-5.59a.451.451 0 00-.434-.115L7.272 3.413a.451.451 0 00-.318.319l-.258.96-1.224.708.516-1.927a1.45 1.45 0 011.026-1.025L14.648.4z",
|
|
28
|
+
fill: "url(#paint2_radial_K8SStatefulset24BlueIcon_18502_48927)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
30
|
+
id: "paint0_radial_K8SStatefulset24BlueIcon_18502_48927",
|
|
31
|
+
cx: 0,
|
|
32
|
+
cy: 0,
|
|
33
|
+
r: 1,
|
|
34
|
+
gradientTransform: "scale(28.6924 32.531) rotate(-45 .897 .284)",
|
|
35
|
+
gradientUnits: "userSpaceOnUse"
|
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
stopColor: "#5BCAFF"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
39
|
+
offset: 1,
|
|
40
|
+
stopColor: "#06F"
|
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
42
|
+
id: "paint1_radial_K8SStatefulset24BlueIcon_18502_48927",
|
|
43
|
+
cx: 0,
|
|
44
|
+
cy: 0,
|
|
45
|
+
r: 1,
|
|
46
|
+
gradientTransform: "scale(28.6924 32.531) rotate(-45 .897 .284)",
|
|
47
|
+
gradientUnits: "userSpaceOnUse"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
49
|
+
stopColor: "#5BCAFF"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
offset: 1,
|
|
52
|
+
stopColor: "#06F"
|
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
54
|
+
id: "paint2_radial_K8SStatefulset24BlueIcon_18502_48927",
|
|
55
|
+
cx: 0,
|
|
56
|
+
cy: 0,
|
|
57
|
+
r: 1,
|
|
58
|
+
gradientTransform: "scale(28.6924 32.531) rotate(-45 .897 .284)",
|
|
59
|
+
gradientUnits: "userSpaceOnUse"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
stopColor: "#5BCAFF"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
63
|
+
offset: 1,
|
|
64
|
+
stopColor: "#06F"
|
|
65
|
+
}))));
|
|
66
|
+
}
|
|
67
|
+
export default K8SStatefulset24BlueIcon;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
function LbConfigFile24GradientBlueIcon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 24,
|
|
9
|
+
height: 24,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "LbConfigFile24GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
fillRule: "evenodd",
|
|
18
|
+
clipRule: "evenodd",
|
|
19
|
+
d: "M12.105 20h2.356c.445 0 .814-.07 1.107-.208.294-.138.514-.326.66-.565.145-.24.218-.511.218-.812 0-.295-.06-.547-.181-.756a1.32 1.32 0 00-.47-.483 1.26 1.26 0 00-.593-.19v-.057c.19-.046.36-.12.514-.225a1.15 1.15 0 00.367-.406c.09-.169.136-.371.136-.608 0-.287-.07-.546-.21-.773a1.402 1.402 0 00-.628-.536c-.279-.133-.628-.2-1.048-.2h-2.228V20zm2.216-2.585c.218 0 .406.04.563.122a.877.877 0 01.491.795c0 .231-.085.42-.255.568-.168.146-.444.22-.827.22h-1.134v-1.705h1.162zm-.096-2.364c.31 0 .545.073.702.219a.722.722 0 01.238.556c0 .17-.043.319-.128.444a.828.828 0 01-.344.287c-.145.066-.31.1-.49.1h-1.044V15.05h1.066z",
|
|
20
|
+
fill: "url(#paint0_radial_LbConfigFile24GradientBlueIcon_466_31524)"
|
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
+
d: "M7.574 20h3.616v-.884H8.628v-4.934H7.574V20z",
|
|
23
|
+
fill: "url(#paint1_radial_LbConfigFile24GradientBlueIcon_466_31524)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M6 2a2 2 0 00-2 2v8H3a1 1 0 00-1 1v8a1 1 0 001 1h18a1 1 0 001-1v-8a1 1 0 00-1-1h-1V8l-6-6H6zm15 19H3v-8h18v8zM13 7.5A1.5 1.5 0 0014.5 9H19v3H5V4a1 1 0 011-1h7v4.5zm5.586.5H14.5a.5.5 0 01-.5-.5V3.414L18.586 8z",
|
|
28
|
+
fill: "url(#paint2_radial_LbConfigFile24GradientBlueIcon_466_31524)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
30
|
+
id: "paint0_radial_LbConfigFile24GradientBlueIcon_466_31524",
|
|
31
|
+
cx: 0,
|
|
32
|
+
cy: 0,
|
|
33
|
+
r: 1,
|
|
34
|
+
gradientUnits: "userSpaceOnUse",
|
|
35
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
stopColor: "#5BCAFF"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
39
|
+
offset: 1,
|
|
40
|
+
stopColor: "#06F"
|
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
42
|
+
id: "paint1_radial_LbConfigFile24GradientBlueIcon_466_31524",
|
|
43
|
+
cx: 0,
|
|
44
|
+
cy: 0,
|
|
45
|
+
r: 1,
|
|
46
|
+
gradientUnits: "userSpaceOnUse",
|
|
47
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
49
|
+
stopColor: "#5BCAFF"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
offset: 1,
|
|
52
|
+
stopColor: "#06F"
|
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
54
|
+
id: "paint2_radial_LbConfigFile24GradientBlueIcon_466_31524",
|
|
55
|
+
cx: 0,
|
|
56
|
+
cy: 0,
|
|
57
|
+
r: 1,
|
|
58
|
+
gradientUnits: "userSpaceOnUse",
|
|
59
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
stopColor: "#5BCAFF"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
63
|
+
offset: 1,
|
|
64
|
+
stopColor: "#06F"
|
|
65
|
+
}))));
|
|
66
|
+
}
|
|
67
|
+
export default LbConfigFile24GradientBlueIcon;
|