@cloudtower/icons-react 0.29.30 → 0.29.32
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/CheckItem24GradientBlueIcon.d.ts +4 -0
- package/dist/ReplicaVm24GradientBlueIcon.d.ts +4 -0
- package/dist/ReplicaVm24GradientOntintIcon.d.ts +4 -0
- package/dist/cjs/CheckItem24GradientBlueIcon.js +157 -0
- package/dist/cjs/ReplicaVm24GradientBlueIcon.js +67 -0
- package/dist/cjs/ReplicaVm24GradientOntintIcon.js +31 -0
- package/dist/cjs/index.js +3 -9
- package/dist/esm/CheckItem24GradientBlueIcon.js +157 -0
- package/dist/esm/ReplicaVm24GradientBlueIcon.js +67 -0
- package/dist/esm/ReplicaVm24GradientOntintIcon.js +31 -0
- package/dist/esm/index.js +3 -9
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +3 -9
- package/package.json +3 -3
- package/dist/ReplicaVm24BlueIcon.d.ts +0 -4
- package/dist/ReplicaVm24OntintIcon.d.ts +0 -4
- package/dist/ReplicaVmFailbackState16Icon.d.ts +0 -4
- package/dist/ReplicaVmFailoverState16Icon.d.ts +0 -4
- package/dist/ReplicaVmPermanentFailoverState16Icon.d.ts +0 -4
- package/dist/ReplicationPlan16GrayIcon.d.ts +0 -4
- package/dist/ReplicationPlan24BlueIcon.d.ts +0 -4
- package/dist/ReplicationPlan24GrayIcon.d.ts +0 -4
- package/dist/ReplicationPlan24OntintIcon.d.ts +0 -4
- package/dist/cjs/ReplicaVm24BlueIcon.js +0 -95
- package/dist/cjs/ReplicaVm24OntintIcon.js +0 -29
- package/dist/cjs/ReplicaVmFailbackState16Icon.js +0 -65
- package/dist/cjs/ReplicaVmFailoverState16Icon.js +0 -69
- package/dist/cjs/ReplicaVmPermanentFailoverState16Icon.js +0 -50
- package/dist/cjs/ReplicationPlan16GrayIcon.js +0 -99
- package/dist/cjs/ReplicationPlan24BlueIcon.js +0 -97
- package/dist/cjs/ReplicationPlan24GrayIcon.js +0 -97
- package/dist/cjs/ReplicationPlan24OntintIcon.js +0 -34
- package/dist/esm/ReplicaVm24BlueIcon.js +0 -95
- package/dist/esm/ReplicaVm24OntintIcon.js +0 -29
- package/dist/esm/ReplicaVmFailbackState16Icon.js +0 -65
- package/dist/esm/ReplicaVmFailoverState16Icon.js +0 -69
- package/dist/esm/ReplicaVmPermanentFailoverState16Icon.js +0 -50
- package/dist/esm/ReplicationPlan16GrayIcon.js +0 -99
- package/dist/esm/ReplicationPlan24BlueIcon.js +0 -97
- package/dist/esm/ReplicationPlan24GrayIcon.js +0 -97
- package/dist/esm/ReplicationPlan24OntintIcon.js +0 -34
@@ -0,0 +1,157 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function CheckItem24GradientBlueIcon({
|
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": "CheckItem24GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M21.685 2.086c.3.177.404.573.233.885L19.95 6.542a.857.857 0 01-1.424.14L17.15 5.018a.666.666 0 01.068-.915.61.61 0 01.881.07l1.03 1.247 1.703-3.092a.613.613 0 01.853-.241z",
|
18
|
+
fill: "url(#paint0_radial_CheckItem24GradientBlueIcon_15433_3)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M2 3.5c0-.276.208-.5.464-.5h12.072c.256 0 .464.224.464.5s-.208.5-.464.5H2.464C2.208 4 2 3.776 2 3.5z",
|
21
|
+
fill: "url(#paint1_radial_CheckItem24GradientBlueIcon_15433_3)"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
d: "M2.357 4.999c-.197 0-.357.223-.357.5 0 .276.16.5.357.5h9.286c.197 0 .357-.224.357-.5 0-.277-.16-.5-.357-.5H2.357z",
|
24
|
+
fill: "url(#paint2_radial_CheckItem24GradientBlueIcon_15433_3)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M17 10.5a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-3zm1 0h3v3h-3v-3z",
|
29
|
+
fill: "url(#paint3_radial_CheckItem24GradientBlueIcon_15433_3)"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
d: "M2 11a.5.5 0 01.5-.5h12a.5.5 0 010 1h-12A.5.5 0 012 11z",
|
32
|
+
fill: "url(#paint4_radial_CheckItem24GradientBlueIcon_15433_3)"
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
34
|
+
d: "M2 13a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9A.5.5 0 012 13z",
|
35
|
+
fill: "url(#paint5_radial_CheckItem24GradientBlueIcon_15433_3)"
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
37
|
+
fillRule: "evenodd",
|
38
|
+
clipRule: "evenodd",
|
39
|
+
d: "M18 17a1 1 0 00-1 1v3a1 1 0 001 1h3a1 1 0 001-1v-3a1 1 0 00-1-1h-3zm3 1h-3v3h3v-3z",
|
40
|
+
fill: "url(#paint6_radial_CheckItem24GradientBlueIcon_15433_3)"
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
42
|
+
d: "M2.5 18a.5.5 0 000 1h12a.5.5 0 000-1h-12z",
|
43
|
+
fill: "url(#paint7_radial_CheckItem24GradientBlueIcon_15433_3)"
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
45
|
+
d: "M2.5 20a.5.5 0 000 1h9a.5.5 0 000-1h-9z",
|
46
|
+
fill: "url(#paint8_radial_CheckItem24GradientBlueIcon_15433_3)"
|
47
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
48
|
+
id: "paint0_radial_CheckItem24GradientBlueIcon_15433_3",
|
49
|
+
cx: 0,
|
50
|
+
cy: 0,
|
51
|
+
r: 1,
|
52
|
+
gradientUnits: "userSpaceOnUse",
|
53
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
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: "paint1_radial_CheckItem24GradientBlueIcon_15433_3",
|
61
|
+
cx: 0,
|
62
|
+
cy: 0,
|
63
|
+
r: 1,
|
64
|
+
gradientUnits: "userSpaceOnUse",
|
65
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
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: "paint2_radial_CheckItem24GradientBlueIcon_15433_3",
|
73
|
+
cx: 0,
|
74
|
+
cy: 0,
|
75
|
+
r: 1,
|
76
|
+
gradientUnits: "userSpaceOnUse",
|
77
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
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: "paint3_radial_CheckItem24GradientBlueIcon_15433_3",
|
85
|
+
cx: 0,
|
86
|
+
cy: 0,
|
87
|
+
r: 1,
|
88
|
+
gradientUnits: "userSpaceOnUse",
|
89
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
90
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
91
|
+
stopColor: "#5BCAFF"
|
92
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
93
|
+
offset: 1,
|
94
|
+
stopColor: "#06F"
|
95
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
96
|
+
id: "paint4_radial_CheckItem24GradientBlueIcon_15433_3",
|
97
|
+
cx: 0,
|
98
|
+
cy: 0,
|
99
|
+
r: 1,
|
100
|
+
gradientUnits: "userSpaceOnUse",
|
101
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
102
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
103
|
+
stopColor: "#5BCAFF"
|
104
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
105
|
+
offset: 1,
|
106
|
+
stopColor: "#06F"
|
107
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
108
|
+
id: "paint5_radial_CheckItem24GradientBlueIcon_15433_3",
|
109
|
+
cx: 0,
|
110
|
+
cy: 0,
|
111
|
+
r: 1,
|
112
|
+
gradientUnits: "userSpaceOnUse",
|
113
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
114
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
115
|
+
stopColor: "#5BCAFF"
|
116
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
117
|
+
offset: 1,
|
118
|
+
stopColor: "#06F"
|
119
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
120
|
+
id: "paint6_radial_CheckItem24GradientBlueIcon_15433_3",
|
121
|
+
cx: 0,
|
122
|
+
cy: 0,
|
123
|
+
r: 1,
|
124
|
+
gradientUnits: "userSpaceOnUse",
|
125
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
126
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
127
|
+
stopColor: "#5BCAFF"
|
128
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
129
|
+
offset: 1,
|
130
|
+
stopColor: "#06F"
|
131
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
132
|
+
id: "paint7_radial_CheckItem24GradientBlueIcon_15433_3",
|
133
|
+
cx: 0,
|
134
|
+
cy: 0,
|
135
|
+
r: 1,
|
136
|
+
gradientUnits: "userSpaceOnUse",
|
137
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
138
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
139
|
+
stopColor: "#5BCAFF"
|
140
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
141
|
+
offset: 1,
|
142
|
+
stopColor: "#06F"
|
143
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
144
|
+
id: "paint8_radial_CheckItem24GradientBlueIcon_15433_3",
|
145
|
+
cx: 0,
|
146
|
+
cy: 0,
|
147
|
+
r: 1,
|
148
|
+
gradientUnits: "userSpaceOnUse",
|
149
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
150
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
151
|
+
stopColor: "#5BCAFF"
|
152
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
153
|
+
offset: 1,
|
154
|
+
stopColor: "#06F"
|
155
|
+
}))));
|
156
|
+
}
|
157
|
+
module.exports = CheckItem24GradientBlueIcon;
|
@@ -0,0 +1,67 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ReplicaVm24GradientBlueIcon({
|
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": "ReplicaVm24GradientBlueIcon",
|
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: "M3 7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2zM6.2 5h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 6.25 20 6.623 20 7.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C18.75 17 18.377 17 17.8 17H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.75 4 15.377 4 14.8V7.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5z",
|
20
|
+
fill: "url(#paint0_radial_ReplicaVm24GradientBlueIcon_14699_77827)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M14.5 6.5h-3A1.5 1.5 0 0010 8a.5.5 0 001 0 .5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5.5.5 0 000 1A1.5 1.5 0 0016 11V8a1.5 1.5 0 00-1.5-1.5z",
|
23
|
+
fill: "url(#paint1_radial_ReplicaVm24GradientBlueIcon_14699_77827)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M8.5 9.5h3A1.5 1.5 0 0113 11v3a1.5 1.5 0 01-1.5 1.5h-3A1.5 1.5 0 017 14v-3a1.5 1.5 0 011.5-1.5zm0 1a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-3z",
|
28
|
+
fill: "url(#paint2_radial_ReplicaVm24GradientBlueIcon_14699_77827)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_ReplicaVm24GradientBlueIcon_14699_77827",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientUnits: "userSpaceOnUse",
|
35
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
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_ReplicaVm24GradientBlueIcon_14699_77827",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientUnits: "userSpaceOnUse",
|
47
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
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_ReplicaVm24GradientBlueIcon_14699_77827",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientUnits: "userSpaceOnUse",
|
59
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
61
|
+
stopColor: "#5BCAFF"
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
63
|
+
offset: 1,
|
64
|
+
stopColor: "#06F"
|
65
|
+
}))));
|
66
|
+
}
|
67
|
+
module.exports = ReplicaVm24GradientBlueIcon;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function ReplicaVm24GradientOntintIcon({
|
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": "ReplicaVm24GradientOntintIcon",
|
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: "M3 7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2zM6.2 5h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 6.25 20 6.623 20 7.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C18.75 17 18.377 17 17.8 17H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.75 4 15.377 4 14.8V7.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5z",
|
20
|
+
fill: "#fff"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M14.5 6.5h-3A1.5 1.5 0 0010 8a.5.5 0 001 0 .5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5.5.5 0 000 1A1.5 1.5 0 0016 11V8a1.5 1.5 0 00-1.5-1.5z",
|
23
|
+
fill: "#fff"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M8.5 9.5h3A1.5 1.5 0 0113 11v3a1.5 1.5 0 01-1.5 1.5h-3A1.5 1.5 0 017 14v-3a1.5 1.5 0 011.5-1.5zm0 1a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-3z",
|
28
|
+
fill: "#fff"
|
29
|
+
}));
|
30
|
+
}
|
31
|
+
module.exports = ReplicaVm24GradientOntintIcon;
|
package/dist/cjs/index.js
CHANGED
@@ -184,6 +184,7 @@ module.exports.ChartLine24GradientGrayIcon = require("./ChartLine24GradientGrayI
|
|
184
184
|
module.exports.ChartStackingArea24GradientBlueIcon = require("./ChartStackingArea24GradientBlueIcon.js")
|
185
185
|
module.exports.ChartStackingArea24GradientGrayIcon = require("./ChartStackingArea24GradientGrayIcon.js")
|
186
186
|
module.exports.CheckGreenIcon = require("./CheckGreenIcon.js")
|
187
|
+
module.exports.CheckItem24GradientBlueIcon = require("./CheckItem24GradientBlueIcon.js")
|
187
188
|
module.exports.CheckmarkAddedCircleFill16BlueIcon = require("./CheckmarkAddedCircleFill16BlueIcon.js")
|
188
189
|
module.exports.CheckmarkAddedCircleFill16SecondaryIcon = require("./CheckmarkAddedCircleFill16SecondaryIcon.js")
|
189
190
|
module.exports.CheckmarkAddedCircleFill24BlueIcon = require("./CheckmarkAddedCircleFill24BlueIcon.js")
|
@@ -1021,14 +1022,11 @@ module.exports.ReplicaVm16OntintIcon = require("./ReplicaVm16OntintIcon.js")
|
|
1021
1022
|
module.exports.ReplicaVm20GradientBlueIcon = require("./ReplicaVm20GradientBlueIcon.js")
|
1022
1023
|
module.exports.ReplicaVm20GradientGrayIcon = require("./ReplicaVm20GradientGrayIcon.js")
|
1023
1024
|
module.exports.ReplicaVm20OntintIcon = require("./ReplicaVm20OntintIcon.js")
|
1024
|
-
module.exports.
|
1025
|
+
module.exports.ReplicaVm24GradientBlueIcon = require("./ReplicaVm24GradientBlueIcon.js")
|
1025
1026
|
module.exports.ReplicaVm24GradientGrayIcon = require("./ReplicaVm24GradientGrayIcon.js")
|
1026
|
-
module.exports.
|
1027
|
-
module.exports.ReplicaVmFailbackState16Icon = require("./ReplicaVmFailbackState16Icon.js")
|
1028
|
-
module.exports.ReplicaVmFailoverState16Icon = require("./ReplicaVmFailoverState16Icon.js")
|
1027
|
+
module.exports.ReplicaVm24GradientOntintIcon = require("./ReplicaVm24GradientOntintIcon.js")
|
1029
1028
|
module.exports.ReplicaVmFailoverTest16Icon = require("./ReplicaVmFailoverTest16Icon.js")
|
1030
1029
|
module.exports.ReplicaVmNotReady16Icon = require("./ReplicaVmNotReady16Icon.js")
|
1031
|
-
module.exports.ReplicaVmPermanentFailoverState16Icon = require("./ReplicaVmPermanentFailoverState16Icon.js")
|
1032
1030
|
module.exports.ReplicaVmReady16Icon = require("./ReplicaVmReady16Icon.js")
|
1033
1031
|
module.exports.ReplicaVmReplicating16Icon = require("./ReplicaVmReplicating16Icon.js")
|
1034
1032
|
module.exports.ReplicaVmUnknow16Icon = require("./ReplicaVmUnknow16Icon.js")
|
@@ -1038,10 +1036,6 @@ module.exports.ReplicaVolume16OntintIcon = require("./ReplicaVolume16OntintIcon.
|
|
1038
1036
|
module.exports.ReplicaVolume24GradientBlueIcon = require("./ReplicaVolume24GradientBlueIcon.js")
|
1039
1037
|
module.exports.ReplicaVolume24GradientGrayIcon = require("./ReplicaVolume24GradientGrayIcon.js")
|
1040
1038
|
module.exports.ReplicaVolume24OntintIcon = require("./ReplicaVolume24OntintIcon.js")
|
1041
|
-
module.exports.ReplicationPlan16GrayIcon = require("./ReplicationPlan16GrayIcon.js")
|
1042
|
-
module.exports.ReplicationPlan24BlueIcon = require("./ReplicationPlan24BlueIcon.js")
|
1043
|
-
module.exports.ReplicationPlan24GrayIcon = require("./ReplicationPlan24GrayIcon.js")
|
1044
|
-
module.exports.ReplicationPlan24OntintIcon = require("./ReplicationPlan24OntintIcon.js")
|
1045
1039
|
module.exports.ReplicationPlanOriginVmNull24Icon = require("./ReplicationPlanOriginVmNull24Icon.js")
|
1046
1040
|
module.exports.ReplicationPlanOriginVmRunning24Icon = require("./ReplicationPlanOriginVmRunning24Icon.js")
|
1047
1041
|
module.exports.ReplicationPlanOriginVmStopped24Icon = require("./ReplicationPlanOriginVmStopped24Icon.js")
|
@@ -0,0 +1,157 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function CheckItem24GradientBlueIcon({
|
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": "CheckItem24GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M21.685 2.086c.3.177.404.573.233.885L19.95 6.542a.857.857 0 01-1.424.14L17.15 5.018a.666.666 0 01.068-.915.61.61 0 01.881.07l1.03 1.247 1.703-3.092a.613.613 0 01.853-.241z",
|
18
|
+
fill: "url(#paint0_radial_CheckItem24GradientBlueIcon_15433_3)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M2 3.5c0-.276.208-.5.464-.5h12.072c.256 0 .464.224.464.5s-.208.5-.464.5H2.464C2.208 4 2 3.776 2 3.5z",
|
21
|
+
fill: "url(#paint1_radial_CheckItem24GradientBlueIcon_15433_3)"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
d: "M2.357 4.999c-.197 0-.357.223-.357.5 0 .276.16.5.357.5h9.286c.197 0 .357-.224.357-.5 0-.277-.16-.5-.357-.5H2.357z",
|
24
|
+
fill: "url(#paint2_radial_CheckItem24GradientBlueIcon_15433_3)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M17 10.5a1 1 0 011-1h3a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-3zm1 0h3v3h-3v-3z",
|
29
|
+
fill: "url(#paint3_radial_CheckItem24GradientBlueIcon_15433_3)"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
d: "M2 11a.5.5 0 01.5-.5h12a.5.5 0 010 1h-12A.5.5 0 012 11z",
|
32
|
+
fill: "url(#paint4_radial_CheckItem24GradientBlueIcon_15433_3)"
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
34
|
+
d: "M2 13a.5.5 0 01.5-.5h9a.5.5 0 010 1h-9A.5.5 0 012 13z",
|
35
|
+
fill: "url(#paint5_radial_CheckItem24GradientBlueIcon_15433_3)"
|
36
|
+
}), /*#__PURE__*/React.createElement("path", {
|
37
|
+
fillRule: "evenodd",
|
38
|
+
clipRule: "evenodd",
|
39
|
+
d: "M18 17a1 1 0 00-1 1v3a1 1 0 001 1h3a1 1 0 001-1v-3a1 1 0 00-1-1h-3zm3 1h-3v3h3v-3z",
|
40
|
+
fill: "url(#paint6_radial_CheckItem24GradientBlueIcon_15433_3)"
|
41
|
+
}), /*#__PURE__*/React.createElement("path", {
|
42
|
+
d: "M2.5 18a.5.5 0 000 1h12a.5.5 0 000-1h-12z",
|
43
|
+
fill: "url(#paint7_radial_CheckItem24GradientBlueIcon_15433_3)"
|
44
|
+
}), /*#__PURE__*/React.createElement("path", {
|
45
|
+
d: "M2.5 20a.5.5 0 000 1h9a.5.5 0 000-1h-9z",
|
46
|
+
fill: "url(#paint8_radial_CheckItem24GradientBlueIcon_15433_3)"
|
47
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
48
|
+
id: "paint0_radial_CheckItem24GradientBlueIcon_15433_3",
|
49
|
+
cx: 0,
|
50
|
+
cy: 0,
|
51
|
+
r: 1,
|
52
|
+
gradientUnits: "userSpaceOnUse",
|
53
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
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: "paint1_radial_CheckItem24GradientBlueIcon_15433_3",
|
61
|
+
cx: 0,
|
62
|
+
cy: 0,
|
63
|
+
r: 1,
|
64
|
+
gradientUnits: "userSpaceOnUse",
|
65
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
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: "paint2_radial_CheckItem24GradientBlueIcon_15433_3",
|
73
|
+
cx: 0,
|
74
|
+
cy: 0,
|
75
|
+
r: 1,
|
76
|
+
gradientUnits: "userSpaceOnUse",
|
77
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
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: "paint3_radial_CheckItem24GradientBlueIcon_15433_3",
|
85
|
+
cx: 0,
|
86
|
+
cy: 0,
|
87
|
+
r: 1,
|
88
|
+
gradientUnits: "userSpaceOnUse",
|
89
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
90
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
91
|
+
stopColor: "#5BCAFF"
|
92
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
93
|
+
offset: 1,
|
94
|
+
stopColor: "#06F"
|
95
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
96
|
+
id: "paint4_radial_CheckItem24GradientBlueIcon_15433_3",
|
97
|
+
cx: 0,
|
98
|
+
cy: 0,
|
99
|
+
r: 1,
|
100
|
+
gradientUnits: "userSpaceOnUse",
|
101
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
102
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
103
|
+
stopColor: "#5BCAFF"
|
104
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
105
|
+
offset: 1,
|
106
|
+
stopColor: "#06F"
|
107
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
108
|
+
id: "paint5_radial_CheckItem24GradientBlueIcon_15433_3",
|
109
|
+
cx: 0,
|
110
|
+
cy: 0,
|
111
|
+
r: 1,
|
112
|
+
gradientUnits: "userSpaceOnUse",
|
113
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
114
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
115
|
+
stopColor: "#5BCAFF"
|
116
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
117
|
+
offset: 1,
|
118
|
+
stopColor: "#06F"
|
119
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
120
|
+
id: "paint6_radial_CheckItem24GradientBlueIcon_15433_3",
|
121
|
+
cx: 0,
|
122
|
+
cy: 0,
|
123
|
+
r: 1,
|
124
|
+
gradientUnits: "userSpaceOnUse",
|
125
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
126
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
127
|
+
stopColor: "#5BCAFF"
|
128
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
129
|
+
offset: 1,
|
130
|
+
stopColor: "#06F"
|
131
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
132
|
+
id: "paint7_radial_CheckItem24GradientBlueIcon_15433_3",
|
133
|
+
cx: 0,
|
134
|
+
cy: 0,
|
135
|
+
r: 1,
|
136
|
+
gradientUnits: "userSpaceOnUse",
|
137
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
138
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
139
|
+
stopColor: "#5BCAFF"
|
140
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
141
|
+
offset: 1,
|
142
|
+
stopColor: "#06F"
|
143
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
144
|
+
id: "paint8_radial_CheckItem24GradientBlueIcon_15433_3",
|
145
|
+
cx: 0,
|
146
|
+
cy: 0,
|
147
|
+
r: 1,
|
148
|
+
gradientUnits: "userSpaceOnUse",
|
149
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
|
150
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
151
|
+
stopColor: "#5BCAFF"
|
152
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
153
|
+
offset: 1,
|
154
|
+
stopColor: "#06F"
|
155
|
+
}))));
|
156
|
+
}
|
157
|
+
export default CheckItem24GradientBlueIcon;
|
@@ -0,0 +1,67 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function ReplicaVm24GradientBlueIcon({
|
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": "ReplicaVm24GradientBlueIcon",
|
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: "M3 7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2zM6.2 5h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 6.25 20 6.623 20 7.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C18.75 17 18.377 17 17.8 17H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.75 4 15.377 4 14.8V7.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5z",
|
20
|
+
fill: "url(#paint0_radial_ReplicaVm24GradientBlueIcon_14699_77827)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M14.5 6.5h-3A1.5 1.5 0 0010 8a.5.5 0 001 0 .5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5.5.5 0 000 1A1.5 1.5 0 0016 11V8a1.5 1.5 0 00-1.5-1.5z",
|
23
|
+
fill: "url(#paint1_radial_ReplicaVm24GradientBlueIcon_14699_77827)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M8.5 9.5h3A1.5 1.5 0 0113 11v3a1.5 1.5 0 01-1.5 1.5h-3A1.5 1.5 0 017 14v-3a1.5 1.5 0 011.5-1.5zm0 1a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-3z",
|
28
|
+
fill: "url(#paint2_radial_ReplicaVm24GradientBlueIcon_14699_77827)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_ReplicaVm24GradientBlueIcon_14699_77827",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientUnits: "userSpaceOnUse",
|
35
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
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_ReplicaVm24GradientBlueIcon_14699_77827",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientUnits: "userSpaceOnUse",
|
47
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
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_ReplicaVm24GradientBlueIcon_14699_77827",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientUnits: "userSpaceOnUse",
|
59
|
+
gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 21)"
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
61
|
+
stopColor: "#5BCAFF"
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
63
|
+
offset: 1,
|
64
|
+
stopColor: "#06F"
|
65
|
+
}))));
|
66
|
+
}
|
67
|
+
export default ReplicaVm24GradientBlueIcon;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function ReplicaVm24GradientOntintIcon({
|
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": "ReplicaVm24GradientOntintIcon",
|
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: "M3 7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2zM6.2 5h11.6c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422C20 6.25 20 6.623 20 7.2v7.6c0 .577 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085C18.75 17 18.377 17 17.8 17H6.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C4 15.75 4 15.377 4 14.8V7.2c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085C5.25 5 5.623 5 6.2 5z",
|
20
|
+
fill: "#fff"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M14.5 6.5h-3A1.5 1.5 0 0010 8a.5.5 0 001 0 .5.5 0 01.5-.5h3a.5.5 0 01.5.5v3a.5.5 0 01-.5.5.5.5 0 000 1A1.5 1.5 0 0016 11V8a1.5 1.5 0 00-1.5-1.5z",
|
23
|
+
fill: "#fff"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M8.5 9.5h3A1.5 1.5 0 0113 11v3a1.5 1.5 0 01-1.5 1.5h-3A1.5 1.5 0 017 14v-3a1.5 1.5 0 011.5-1.5zm0 1a.5.5 0 00-.5.5v3a.5.5 0 00.5.5h3a.5.5 0 00.5-.5v-3a.5.5 0 00-.5-.5h-3z",
|
28
|
+
fill: "#fff"
|
29
|
+
}));
|
30
|
+
}
|
31
|
+
export default ReplicaVm24GradientOntintIcon;
|
package/dist/esm/index.js
CHANGED
@@ -184,6 +184,7 @@ export { default as ChartLine24GradientGrayIcon } from './ChartLine24GradientGra
|
|
184
184
|
export { default as ChartStackingArea24GradientBlueIcon } from './ChartStackingArea24GradientBlueIcon.js'
|
185
185
|
export { default as ChartStackingArea24GradientGrayIcon } from './ChartStackingArea24GradientGrayIcon.js'
|
186
186
|
export { default as CheckGreenIcon } from './CheckGreenIcon.js'
|
187
|
+
export { default as CheckItem24GradientBlueIcon } from './CheckItem24GradientBlueIcon.js'
|
187
188
|
export { default as CheckmarkAddedCircleFill16BlueIcon } from './CheckmarkAddedCircleFill16BlueIcon.js'
|
188
189
|
export { default as CheckmarkAddedCircleFill16SecondaryIcon } from './CheckmarkAddedCircleFill16SecondaryIcon.js'
|
189
190
|
export { default as CheckmarkAddedCircleFill24BlueIcon } from './CheckmarkAddedCircleFill24BlueIcon.js'
|
@@ -1021,14 +1022,11 @@ export { default as ReplicaVm16OntintIcon } from './ReplicaVm16OntintIcon.js'
|
|
1021
1022
|
export { default as ReplicaVm20GradientBlueIcon } from './ReplicaVm20GradientBlueIcon.js'
|
1022
1023
|
export { default as ReplicaVm20GradientGrayIcon } from './ReplicaVm20GradientGrayIcon.js'
|
1023
1024
|
export { default as ReplicaVm20OntintIcon } from './ReplicaVm20OntintIcon.js'
|
1024
|
-
export { default as
|
1025
|
+
export { default as ReplicaVm24GradientBlueIcon } from './ReplicaVm24GradientBlueIcon.js'
|
1025
1026
|
export { default as ReplicaVm24GradientGrayIcon } from './ReplicaVm24GradientGrayIcon.js'
|
1026
|
-
export { default as
|
1027
|
-
export { default as ReplicaVmFailbackState16Icon } from './ReplicaVmFailbackState16Icon.js'
|
1028
|
-
export { default as ReplicaVmFailoverState16Icon } from './ReplicaVmFailoverState16Icon.js'
|
1027
|
+
export { default as ReplicaVm24GradientOntintIcon } from './ReplicaVm24GradientOntintIcon.js'
|
1029
1028
|
export { default as ReplicaVmFailoverTest16Icon } from './ReplicaVmFailoverTest16Icon.js'
|
1030
1029
|
export { default as ReplicaVmNotReady16Icon } from './ReplicaVmNotReady16Icon.js'
|
1031
|
-
export { default as ReplicaVmPermanentFailoverState16Icon } from './ReplicaVmPermanentFailoverState16Icon.js'
|
1032
1030
|
export { default as ReplicaVmReady16Icon } from './ReplicaVmReady16Icon.js'
|
1033
1031
|
export { default as ReplicaVmReplicating16Icon } from './ReplicaVmReplicating16Icon.js'
|
1034
1032
|
export { default as ReplicaVmUnknow16Icon } from './ReplicaVmUnknow16Icon.js'
|
@@ -1038,10 +1036,6 @@ export { default as ReplicaVolume16OntintIcon } from './ReplicaVolume16OntintIco
|
|
1038
1036
|
export { default as ReplicaVolume24GradientBlueIcon } from './ReplicaVolume24GradientBlueIcon.js'
|
1039
1037
|
export { default as ReplicaVolume24GradientGrayIcon } from './ReplicaVolume24GradientGrayIcon.js'
|
1040
1038
|
export { default as ReplicaVolume24OntintIcon } from './ReplicaVolume24OntintIcon.js'
|
1041
|
-
export { default as ReplicationPlan16GrayIcon } from './ReplicationPlan16GrayIcon.js'
|
1042
|
-
export { default as ReplicationPlan24BlueIcon } from './ReplicationPlan24BlueIcon.js'
|
1043
|
-
export { default as ReplicationPlan24GrayIcon } from './ReplicationPlan24GrayIcon.js'
|
1044
|
-
export { default as ReplicationPlan24OntintIcon } from './ReplicationPlan24OntintIcon.js'
|
1045
1039
|
export { default as ReplicationPlanOriginVmNull24Icon } from './ReplicationPlanOriginVmNull24Icon.js'
|
1046
1040
|
export { default as ReplicationPlanOriginVmRunning24Icon } from './ReplicationPlanOriginVmRunning24Icon.js'
|
1047
1041
|
export { default as ReplicationPlanOriginVmStopped24Icon } from './ReplicationPlanOriginVmStopped24Icon.js'
|