@cloudtower/icons-react 0.33.3 → 0.33.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.
Files changed (40) hide show
  1. package/dist/NetworkMigration24GradientBlueIcon.d.ts +4 -0
  2. package/dist/RealServerPool16GradientGrayIcon.d.ts +4 -0
  3. package/dist/RealServerPool16OntintIcon.d.ts +4 -0
  4. package/dist/ServerPoolGroup16GradientBlueIcon.d.ts +4 -0
  5. package/dist/ServerPoolGroup16GradientGrayIcon.d.ts +4 -0
  6. package/dist/ServerPoolGroup16OntintIcon.d.ts +4 -0
  7. package/dist/ServerPoolGroup24GradientBlueIcon.d.ts +4 -0
  8. package/dist/ServerPoolGroup24GradientGrayIcon.d.ts +4 -0
  9. package/dist/ServerPoolGroup24OntintIcon.d.ts +4 -0
  10. package/dist/cjs/NetworkMigration24GradientBlueIcon.js +129 -0
  11. package/dist/cjs/RealServerPool16GradientBlueIcon.js +6 -4
  12. package/dist/cjs/RealServerPool16GradientGrayIcon.js +35 -0
  13. package/dist/cjs/RealServerPool16OntintIcon.js +23 -0
  14. package/dist/cjs/RealServerPool24FillGradientBlueIcon.js +6 -4
  15. package/dist/cjs/RealServerPool24FillGradientGreyIcon.js +6 -4
  16. package/dist/cjs/RealServerPool24OntintIcon.js +3 -1
  17. package/dist/cjs/ServerPoolGroup16GradientBlueIcon.js +35 -0
  18. package/dist/cjs/ServerPoolGroup16GradientGrayIcon.js +35 -0
  19. package/dist/cjs/ServerPoolGroup16OntintIcon.js +23 -0
  20. package/dist/cjs/ServerPoolGroup24GradientBlueIcon.js +35 -0
  21. package/dist/cjs/ServerPoolGroup24GradientGrayIcon.js +35 -0
  22. package/dist/cjs/ServerPoolGroup24OntintIcon.js +23 -0
  23. package/dist/cjs/index.js +9 -0
  24. package/dist/esm/NetworkMigration24GradientBlueIcon.js +129 -0
  25. package/dist/esm/RealServerPool16GradientBlueIcon.js +6 -4
  26. package/dist/esm/RealServerPool16GradientGrayIcon.js +35 -0
  27. package/dist/esm/RealServerPool16OntintIcon.js +23 -0
  28. package/dist/esm/RealServerPool24FillGradientBlueIcon.js +6 -4
  29. package/dist/esm/RealServerPool24FillGradientGreyIcon.js +6 -4
  30. package/dist/esm/RealServerPool24OntintIcon.js +3 -1
  31. package/dist/esm/ServerPoolGroup16GradientBlueIcon.js +35 -0
  32. package/dist/esm/ServerPoolGroup16GradientGrayIcon.js +35 -0
  33. package/dist/esm/ServerPoolGroup16OntintIcon.js +23 -0
  34. package/dist/esm/ServerPoolGroup24GradientBlueIcon.js +35 -0
  35. package/dist/esm/ServerPoolGroup24GradientGrayIcon.js +35 -0
  36. package/dist/esm/ServerPoolGroup24OntintIcon.js +23 -0
  37. package/dist/esm/index.js +9 -0
  38. package/dist/image-types.d.ts +1 -1
  39. package/dist/index.d.ts +9 -0
  40. package/package.json +3 -3
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const NetworkMigration24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default NetworkMigration24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const RealServerPool16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default RealServerPool16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const RealServerPool16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default RealServerPool16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServerPoolGroup16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServerPoolGroup16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServerPoolGroup16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServerPoolGroup16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServerPoolGroup16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServerPoolGroup16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServerPoolGroup24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServerPoolGroup24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServerPoolGroup24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServerPoolGroup24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServerPoolGroup24OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServerPoolGroup24OntintIcon;
4
+
@@ -0,0 +1,129 @@
1
+ const React = require("react");
2
+ function NetworkMigration24GradientBlueIcon({
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": "NetworkMigration24GradientBlueIcon",
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.625 7.935a3.001 3.001 0 10-1.25 0v.804c.044.1.078.198.105.29l.333 1 .197.656.184-.651.336-.995c.026-.085.056-.175.095-.266v-.838zM12 7a2 2 0 100-4 2 2 0 000 4z",
20
+ fill: "url(#paint0_radial_NetworkMigration24GradientBlueIcon_8770_57899)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M7.03 8.409l1.166.673a1.727 1.727 0 00-.024.285c0 .273.052.508.143.76l.208.566-.3-.152-1.818-1.05A2 2 0 117.03 8.41z",
23
+ fill: "url(#paint1_radial_NetworkMigration24GradientBlueIcon_8770_57899)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M9.316 12.843c-.08.04-.157.079-.226.116l-.923.532a3.001 3.001 0 10.625 1.083l.923-.533.035-.022-.434-1.176zM7.67 14.5a2 2 0 10-3.464 2 2 2 0 003.464-2z",
28
+ fill: "url(#paint2_radial_NetworkMigration24GradientBlueIcon_8770_57899)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M11.375 18.1v-1.93c.212.062.427.086.636.086.204 0 .411-.025.614-.083V18.1a2 2 0 11-1.25 0z",
31
+ fill: "url(#paint3_radial_NetworkMigration24GradientBlueIcon_8770_57899)"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M14.252 14.02l.034.021.922.533a3.001 3.001 0 10.625-1.083l-.922-.532a9.474 9.474 0 00-.227-.116l-.432 1.177zm2.81 3.212a2 2 0 112-3.464 2 2 0 01-2 3.464z",
36
+ fill: "url(#paint4_radial_NetworkMigration24GradientBlueIcon_8770_57899)"
37
+ }), /*#__PURE__*/React.createElement("path", {
38
+ d: "M15.777 10.541a27.28 27.28 0 01-.304.154l.206-.561.005-.014c.077-.218.144-.487.144-.753 0-.095-.007-.19-.023-.285l1.165-.673a2 2 0 11.625 1.082l-1.818 1.05z",
39
+ fill: "url(#paint5_radial_NetworkMigration24GradientBlueIcon_8770_57899)"
40
+ }), /*#__PURE__*/React.createElement("path", {
41
+ d: "M14.156 8.743c-.352 0-.55.176-.673.598l-.334.989-.29 1.028-.821 2.597h-.031l-.84-2.597-.307-1.028-.334-1.002c-.119-.413-.316-.585-.69-.585-.387 0-.664.26-.664.624 0 .132.022.25.084.422l1.74 4.72c.19.518.497.747 1.015.747.501 0 .813-.237.998-.752L14.74 9.79a1.36 1.36 0 00.088-.422c0-.382-.26-.624-.672-.624z",
42
+ fill: "url(#paint6_radial_NetworkMigration24GradientBlueIcon_8770_57899)"
43
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
44
+ id: "paint0_radial_NetworkMigration24GradientBlueIcon_8770_57899",
45
+ cx: 0,
46
+ cy: 0,
47
+ r: 1,
48
+ gradientUnits: "userSpaceOnUse",
49
+ gradientTransform: "matrix(18.12541 -20 19.90352 18.03798 2.938 22)"
50
+ }, /*#__PURE__*/React.createElement("stop", {
51
+ stopColor: "#5BCAFF"
52
+ }), /*#__PURE__*/React.createElement("stop", {
53
+ offset: 1,
54
+ stopColor: "#06F"
55
+ })), /*#__PURE__*/React.createElement("radialGradient", {
56
+ id: "paint1_radial_NetworkMigration24GradientBlueIcon_8770_57899",
57
+ cx: 0,
58
+ cy: 0,
59
+ r: 1,
60
+ gradientUnits: "userSpaceOnUse",
61
+ gradientTransform: "matrix(18.12541 -20 19.90352 18.03798 2.938 22)"
62
+ }, /*#__PURE__*/React.createElement("stop", {
63
+ stopColor: "#5BCAFF"
64
+ }), /*#__PURE__*/React.createElement("stop", {
65
+ offset: 1,
66
+ stopColor: "#06F"
67
+ })), /*#__PURE__*/React.createElement("radialGradient", {
68
+ id: "paint2_radial_NetworkMigration24GradientBlueIcon_8770_57899",
69
+ cx: 0,
70
+ cy: 0,
71
+ r: 1,
72
+ gradientUnits: "userSpaceOnUse",
73
+ gradientTransform: "matrix(18.12541 -20 19.90352 18.03798 2.938 22)"
74
+ }, /*#__PURE__*/React.createElement("stop", {
75
+ stopColor: "#5BCAFF"
76
+ }), /*#__PURE__*/React.createElement("stop", {
77
+ offset: 1,
78
+ stopColor: "#06F"
79
+ })), /*#__PURE__*/React.createElement("radialGradient", {
80
+ id: "paint3_radial_NetworkMigration24GradientBlueIcon_8770_57899",
81
+ cx: 0,
82
+ cy: 0,
83
+ r: 1,
84
+ gradientUnits: "userSpaceOnUse",
85
+ gradientTransform: "matrix(18.12541 -20 19.90352 18.03798 2.938 22)"
86
+ }, /*#__PURE__*/React.createElement("stop", {
87
+ stopColor: "#5BCAFF"
88
+ }), /*#__PURE__*/React.createElement("stop", {
89
+ offset: 1,
90
+ stopColor: "#06F"
91
+ })), /*#__PURE__*/React.createElement("radialGradient", {
92
+ id: "paint4_radial_NetworkMigration24GradientBlueIcon_8770_57899",
93
+ cx: 0,
94
+ cy: 0,
95
+ r: 1,
96
+ gradientUnits: "userSpaceOnUse",
97
+ gradientTransform: "matrix(18.12541 -20 19.90352 18.03798 2.938 22)"
98
+ }, /*#__PURE__*/React.createElement("stop", {
99
+ stopColor: "#5BCAFF"
100
+ }), /*#__PURE__*/React.createElement("stop", {
101
+ offset: 1,
102
+ stopColor: "#06F"
103
+ })), /*#__PURE__*/React.createElement("radialGradient", {
104
+ id: "paint5_radial_NetworkMigration24GradientBlueIcon_8770_57899",
105
+ cx: 0,
106
+ cy: 0,
107
+ r: 1,
108
+ gradientUnits: "userSpaceOnUse",
109
+ gradientTransform: "matrix(18.12541 -20 19.90352 18.03798 2.938 22)"
110
+ }, /*#__PURE__*/React.createElement("stop", {
111
+ stopColor: "#5BCAFF"
112
+ }), /*#__PURE__*/React.createElement("stop", {
113
+ offset: 1,
114
+ stopColor: "#06F"
115
+ })), /*#__PURE__*/React.createElement("radialGradient", {
116
+ id: "paint6_radial_NetworkMigration24GradientBlueIcon_8770_57899",
117
+ cx: 0,
118
+ cy: 0,
119
+ r: 1,
120
+ gradientUnits: "userSpaceOnUse",
121
+ gradientTransform: "matrix(18.12541 -20 19.90352 18.03798 2.938 22)"
122
+ }, /*#__PURE__*/React.createElement("stop", {
123
+ stopColor: "#5BCAFF"
124
+ }), /*#__PURE__*/React.createElement("stop", {
125
+ offset: 1,
126
+ stopColor: "#06F"
127
+ }))));
128
+ }
129
+ module.exports = NetworkMigration24GradientBlueIcon;
@@ -14,15 +14,17 @@ function RealServerPool16GradientBlueIcon({
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- d: "M6.99 3.333H6V8.02h.99V3.333zm.816 4.686h.99v-1.52h.833c1.078 0 1.704-.642 1.704-1.578 0-.931-.615-1.588-1.679-1.588H7.806V8.02zm.99-2.313V4.143h.668c.572 0 .849.311.849.778 0 .464-.277.785-.844.785h-.673zm3.791 4.805a.3.3 0 010 .406l-.059.059a3.395 3.395 0 01-2.411.994 3.4 3.4 0 01-2.412-.995 2.47 2.47 0 00-3.495 0l-.123.124a.3.3 0 01-.418 0l-.247-.23a.282.282 0 010-.411l.124-.124a3.406 3.406 0 014.823 0 2.483 2.483 0 003.495 0l.058-.059a.281.281 0 01.412 0l.253.236zM2.167 9.058c0-.216-.187-.391-.417-.391-.23 0-.417.175-.417.39v3.914c0 .936.808 1.696 1.806 1.696h9.722c.997 0 1.805-.76 1.805-1.696V9.058c0-.216-.186-.391-.416-.391-.23 0-.417.175-.417.39v3.914c0 .504-.435.913-.972.913H3.139c-.537 0-.973-.409-.973-.913V9.058z",
18
- fill: "url(#paint0_radial_RealServerPool16GradientBlueIcon_2647_60263)"
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M6.75 2h-1v5h1V2zm1 0H9.5a1.75 1.75 0 110 3.5h-.75V7h-1V2zM9.5 4.5h-.75V3h.75a.749.749 0 01.25 1.457.749.749 0 01-.25.043zM1.5 7a.5.5 0 01.5.5V12a1 1 0 001 1h10a1 1 0 001-1V7.5a.5.5 0 011 0V12a2 2 0 01-2 2H3a2 2 0 01-2-2V7.5a.5.5 0 01.5-.5zm3.026 3.196a2.26 2.26 0 013.161.106 3.263 3.263 0 004.667.052.5.5 0 00-.708-.707 2.263 2.263 0 01-3.235-.035 3.26 3.26 0 00-4.56-.153l-.189.172a.5.5 0 10.676.738l.188-.173z",
20
+ fill: "url(#paint0_radial_RealServerPool16GradientBlueIcon_16672_100939)"
19
21
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
- id: "paint0_radial_RealServerPool16GradientBlueIcon_2647_60263",
22
+ id: "paint0_radial_RealServerPool16GradientBlueIcon_16672_100939",
21
23
  cx: 0,
22
24
  cy: 0,
23
25
  r: 1,
24
26
  gradientUnits: "userSpaceOnUse",
25
- gradientTransform: "rotate(-40.364 20.617 5.52) scale(17.4992 17.2706)"
27
+ gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
26
28
  }, /*#__PURE__*/React.createElement("stop", {
27
29
  stopColor: "#5BCAFF"
28
30
  }), /*#__PURE__*/React.createElement("stop", {
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function RealServerPool16GradientGrayIcon({
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": "RealServerPool16GradientGrayIcon",
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: "M6.75 2h-1v5h1V2zm1 0H9.5a1.75 1.75 0 110 3.5h-.75V7h-1V2zM9.5 4.5h-.75V3h.75a.749.749 0 01.25 1.457.749.749 0 01-.25.043zM1.5 7a.5.5 0 01.5.5V12a1 1 0 001 1h10a1 1 0 001-1V7.5a.5.5 0 011 0V12a2 2 0 01-2 2H3a2 2 0 01-2-2V7.5a.5.5 0 01.5-.5zm3.026 3.196a2.26 2.26 0 013.161.106 3.263 3.263 0 004.667.052.5.5 0 00-.708-.707 2.263 2.263 0 01-3.235-.035 3.26 3.26 0 00-4.56-.153l-.189.172a.5.5 0 10.676.738l.188-.173z",
20
+ fill: "url(#paint0_radial_RealServerPool16GradientGrayIcon_16672_101034)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_RealServerPool16GradientGrayIcon_16672_101034",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = RealServerPool16GradientGrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function RealServerPool16OntintIcon({
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": "RealServerPool16OntintIcon",
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: "M6.75 2h-1v5h1V2zm1 0H9.5a1.75 1.75 0 110 3.5h-.75V7h-1V2zM9.5 4.5h-.75V3h.75a.749.749 0 01.25 1.457.749.749 0 01-.25.043zM1.5 7a.5.5 0 01.5.5V12a1 1 0 001 1h10a1 1 0 001-1V7.5a.5.5 0 011 0V12a2 2 0 01-2 2H3a2 2 0 01-2-2V7.5a.5.5 0 01.5-.5zm3.026 3.196a2.26 2.26 0 013.161.106 3.263 3.263 0 004.667.052.5.5 0 00-.708-.707 2.263 2.263 0 01-3.235-.035 3.26 3.26 0 00-4.56-.153l-.189.172a.5.5 0 10.676.738l.188-.173z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = RealServerPool16OntintIcon;
@@ -14,15 +14,17 @@ function RealServerPool24FillGradientBlueIcon({
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- d: "M10.486 5H9v7.028h1.486V5zm1.223 7.028h1.486V9.749h1.249C16.06 9.75 17 8.785 17 7.382 17 5.985 16.078 5 14.482 5h-2.773v7.028zm1.486-3.47V6.216h1.002c.858 0 1.273.466 1.273 1.167 0 .696-.415 1.177-1.266 1.177h-1.01zm5.686 7.208a.45.45 0 010 .61l-.088.087a5.093 5.093 0 01-3.618 1.492 5.1 5.1 0 01-3.618-1.492 3.706 3.706 0 00-5.24 0l-.186.186a.45.45 0 01-.627 0l-.37-.344a.424.424 0 010-.618l.185-.185a5.11 5.11 0 017.236 0 3.724 3.724 0 005.241 0l.088-.089a.424.424 0 01.618 0l.38.353zM3.25 13.587c0-.324-.28-.587-.625-.587S2 13.263 2 13.587v5.87C2 20.86 3.213 22 4.708 22h14.584C20.787 22 22 20.861 22 19.456v-5.869c0-.324-.28-.587-.625-.587s-.625.263-.625.587v5.87c0 .756-.653 1.37-1.458 1.37H4.708c-.805 0-1.458-.614-1.458-1.37v-5.87z",
18
- fill: "url(#paint0_radial_RealServerPool24FillGradientBlueIcon_2132_261481)"
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M10 3H9v8h1V3zm2 0h2.572A2.429 2.429 0 0117 5.429v.142A2.429 2.429 0 0114.572 8H13v3h-1V3zm2 4h-1V4h1.572C15.36 4 16 4.64 16 5.429v.142C16 6.361 15.36 7 14.572 7H14zM3 11.5a.5.5 0 01.5.5v5.857c0 .908.736 1.643 1.643 1.643h13.714c.908 0 1.643-.735 1.643-1.643V12a.5.5 0 011 0v5.857a2.643 2.643 0 01-2.643 2.643H5.143A2.643 2.643 0 012.5 17.857V12a.5.5 0 01.5-.5zm3.62 4.11a3.64 3.64 0 015.092.17 4.644 4.644 0 006.642.072.5.5 0 00-.708-.707 3.644 3.644 0 01-5.21-.056 4.64 4.64 0 00-6.492-.217l-.282.258a.5.5 0 10.676.737l.282-.258z",
20
+ fill: "url(#paint0_radial_RealServerPool24FillGradientBlueIcon_16672_100930)"
19
21
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
- id: "paint0_radial_RealServerPool24FillGradientBlueIcon_2132_261481",
22
+ id: "paint0_radial_RealServerPool24FillGradientBlueIcon_16672_100930",
21
23
  cx: 0,
22
24
  cy: 0,
23
25
  r: 1,
24
26
  gradientUnits: "userSpaceOnUse",
25
- gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 22)"
27
+ gradientTransform: "rotate(-42.647 27.508 7.048) scale(25.8312 25.7441)"
26
28
  }, /*#__PURE__*/React.createElement("stop", {
27
29
  stopColor: "#5BCAFF"
28
30
  }), /*#__PURE__*/React.createElement("stop", {
@@ -14,15 +14,17 @@ function RealServerPool24FillGradientGreyIcon({
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- d: "M10.486 5H9v7.028h1.486V5zm1.223 7.028h1.486V9.749h1.249C16.06 9.75 17 8.785 17 7.382 17 5.985 16.078 5 14.482 5h-2.773v7.028zm1.486-3.47V6.216h1.002c.858 0 1.273.466 1.273 1.167 0 .696-.415 1.177-1.266 1.177h-1.01zm5.686 7.208a.45.45 0 010 .61l-.088.087a5.093 5.093 0 01-3.618 1.492 5.1 5.1 0 01-3.618-1.492 3.706 3.706 0 00-5.24 0l-.186.186a.45.45 0 01-.627 0l-.37-.344a.424.424 0 010-.618l.185-.185a5.11 5.11 0 017.236 0 3.724 3.724 0 005.241 0l.088-.089a.424.424 0 01.618 0l.38.353zM3.25 13.587c0-.324-.28-.587-.625-.587S2 13.263 2 13.587v5.87C2 20.86 3.213 22 4.708 22h14.584C20.787 22 22 20.861 22 19.456v-5.869c0-.324-.28-.587-.625-.587s-.625.263-.625.587v5.87c0 .756-.653 1.37-1.458 1.37H4.708c-.805 0-1.458-.614-1.458-1.37v-5.87z",
18
- fill: "url(#paint0_radial_RealServerPool24FillGradientGreyIcon_2132_261487)"
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M10 3H9v8h1V3zm2 0h2.572A2.429 2.429 0 0117 5.429v.142A2.429 2.429 0 0114.572 8H13v3h-1V3zm2 4h-1V4h1.572C15.36 4 16 4.64 16 5.429v.142C16 6.361 15.36 7 14.572 7H14zM3 11.5a.5.5 0 01.5.5v5.857c0 .908.736 1.643 1.643 1.643h13.714c.908 0 1.643-.735 1.643-1.643V12a.5.5 0 011 0v5.857a2.643 2.643 0 01-2.643 2.643H5.143A2.643 2.643 0 012.5 17.857V12a.5.5 0 01.5-.5zm3.62 4.11a3.64 3.64 0 015.092.17 4.644 4.644 0 006.642.072.5.5 0 00-.708-.707 3.644 3.644 0 01-5.21-.056 4.64 4.64 0 00-6.492-.217l-.282.258a.5.5 0 10.676.737l.282-.258z",
20
+ fill: "url(#paint0_radial_RealServerPool24FillGradientGreyIcon_16672_101016)"
19
21
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
20
- id: "paint0_radial_RealServerPool24FillGradientGreyIcon_2132_261487",
22
+ id: "paint0_radial_RealServerPool24FillGradientGreyIcon_16672_101016",
21
23
  cx: 0,
22
24
  cy: 0,
23
25
  r: 1,
24
26
  gradientUnits: "userSpaceOnUse",
25
- gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 22)"
27
+ gradientTransform: "rotate(-42.647 27.508 7.048) scale(25.8312 25.7441)"
26
28
  }, /*#__PURE__*/React.createElement("stop", {
27
29
  stopColor: "#CCD4E3"
28
30
  }), /*#__PURE__*/React.createElement("stop", {
@@ -14,7 +14,9 @@ function RealServerPool24OntintIcon({
14
14
  }, props), title ? /*#__PURE__*/React.createElement("title", {
15
15
  id: titleId
16
16
  }, title) : null, /*#__PURE__*/React.createElement("path", {
17
- d: "M10.486 5H9v7.028h1.486V5zm1.223 7.028h1.486V9.749h1.249C16.06 9.75 17 8.785 17 7.382 17 5.985 16.078 5 14.482 5h-2.773v7.028zm1.486-3.47V6.216h1.002c.858 0 1.273.466 1.273 1.167 0 .696-.415 1.177-1.266 1.177h-1.01zm5.686 7.208a.45.45 0 010 .61l-.088.087a5.093 5.093 0 01-3.618 1.492 5.1 5.1 0 01-3.618-1.492 3.706 3.706 0 00-5.24 0l-.186.186a.45.45 0 01-.627 0l-.37-.344a.424.424 0 010-.618l.185-.185a5.11 5.11 0 017.236 0 3.724 3.724 0 005.241 0l.088-.089a.424.424 0 01.618 0l.38.353zM3.25 13.587c0-.324-.28-.587-.625-.587S2 13.263 2 13.587v5.87C2 20.86 3.213 22 4.708 22h14.584C20.787 22 22 20.861 22 19.456v-5.869c0-.324-.28-.587-.625-.587s-.625.263-.625.587v5.87c0 .756-.653 1.37-1.458 1.37H4.708c-.805 0-1.458-.614-1.458-1.37v-5.87z",
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M10 3H9v8h1V3zm2 0h2.572A2.429 2.429 0 0117 5.429v.142A2.429 2.429 0 0114.572 8H13v3h-1V3zm2 4h-1V4h1.572C15.36 4 16 4.64 16 5.429v.142C16 6.361 15.36 7 14.572 7H14zM3 11.5a.5.5 0 01.5.5v5.857c0 .908.736 1.643 1.643 1.643h13.714c.908 0 1.643-.735 1.643-1.643V12a.5.5 0 011 0v5.857a2.643 2.643 0 01-2.643 2.643H5.143A2.643 2.643 0 012.5 17.857V12a.5.5 0 01.5-.5zm3.62 4.11a3.64 3.64 0 015.092.17 4.644 4.644 0 006.642.072.5.5 0 00-.708-.707 3.644 3.644 0 01-5.21-.056 4.64 4.64 0 00-6.492-.217l-.282.258a.5.5 0 10.676.737l.282-.258z",
18
20
  fill: "#fff"
19
21
  }));
20
22
  }
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ServerPoolGroup16GradientBlueIcon({
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": "ServerPoolGroup16GradientBlueIcon",
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: "M5.75 1h-1v5h1V1zm1 0H8.5a1.75 1.75 0 110 3.5h-.75V6h-1V1zM8.5 3.5h-.75V2h.75a.749.749 0 01.25 1.457.749.749 0 01-.25.043zM2 7a.5.5 0 00-1 0v3a2 2 0 002 2h8a2 2 0 002-2V7a.5.5 0 00-1 0v3a1 1 0 01-1 1H3a1 1 0 01-1-1V7zm13 2.5a.5.5 0 00-1 0V13a1 1 0 01-1 1H4.5a.5.5 0 01-.5-.5.5.5 0 00-1 0A1.5 1.5 0 004.5 15H13a2 2 0 002-2V9.5zM3.99 8.75a2.114 2.114 0 012.72.09 3.126 3.126 0 004.115.04.5.5 0 10-.65-.76 2.126 2.126 0 01-2.797-.024 3.114 3.114 0 00-4.005-.132l-.182.143a.5.5 0 10.618.786l.182-.143z",
20
+ fill: "url(#paint0_radial_ServerPoolGroup16GradientBlueIcon_16672_100958)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ServerPoolGroup16GradientBlueIcon_16672_100958",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = ServerPoolGroup16GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ServerPoolGroup16GradientGrayIcon({
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": "ServerPoolGroup16GradientGrayIcon",
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: "M5.75 1h-1v5h1V1zm1 0H8.5a1.75 1.75 0 110 3.5h-.75V6h-1V1zM8.5 3.5h-.75V2h.75a.749.749 0 01.25 1.457.749.749 0 01-.25.043zM2 7a.5.5 0 00-1 0v3a2 2 0 002 2h8a2 2 0 002-2V7a.5.5 0 00-1 0v3a1 1 0 01-1 1H3a1 1 0 01-1-1V7zm13 2.5a.5.5 0 00-1 0V13a1 1 0 01-1 1H4.5a.5.5 0 01-.5-.5.5.5 0 00-1 0A1.5 1.5 0 004.5 15H13a2 2 0 002-2V9.5zM3.99 8.75a2.114 2.114 0 012.72.09 3.126 3.126 0 004.115.04.5.5 0 10-.65-.76 2.126 2.126 0 01-2.797-.024 3.114 3.114 0 00-4.005-.132l-.182.143a.5.5 0 10.618.786l.182-.143z",
20
+ fill: "url(#paint0_radial_ServerPoolGroup16GradientGrayIcon_16672_101138)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ServerPoolGroup16GradientGrayIcon_16672_101138",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = ServerPoolGroup16GradientGrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function ServerPoolGroup16OntintIcon({
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": "ServerPoolGroup16OntintIcon",
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: "M5.75 1h-1v5h1V1zm1 0H8.5a1.75 1.75 0 110 3.5h-.75V6h-1V1zM8.5 3.5h-.75V2h.75a.749.749 0 01.25 1.457.749.749 0 01-.25.043zM2 7a.5.5 0 00-1 0v3a2 2 0 002 2h8a2 2 0 002-2V7a.5.5 0 00-1 0v3a1 1 0 01-1 1H3a1 1 0 01-1-1V7zm13 2.5a.5.5 0 00-1 0V13a1 1 0 01-1 1H4.5a.5.5 0 01-.5-.5.5.5 0 00-1 0A1.5 1.5 0 004.5 15H13a2 2 0 002-2V9.5zM3.99 8.75a2.114 2.114 0 012.72.09 3.126 3.126 0 004.115.04.5.5 0 10-.65-.76 2.126 2.126 0 01-2.797-.024 3.114 3.114 0 00-4.005-.132l-.182.143a.5.5 0 10.618.786l.182-.143z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = ServerPoolGroup16OntintIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ServerPoolGroup24GradientBlueIcon({
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": "ServerPoolGroup24GradientBlueIcon",
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: "M9 2H8v7h1V2zm2 0H13.07a2.071 2.071 0 110 4.143H12V9h-1V2zm2 3.143h-1V3h1.071a1.071 1.071 0 110 2.143H13zM3.5 10.5a.5.5 0 00-1 0v4.857A2.643 2.643 0 005.143 18h11.714a2.643 2.643 0 002.643-2.643V10.5a.5.5 0 00-1 0v4.857c0 .908-.735 1.643-1.643 1.643H5.143A1.643 1.643 0 013.5 15.357V10.5zm18 3.5a.5.5 0 00-1 0v4.857c0 .908-.735 1.643-1.643 1.643H6.5a1 1 0 01-1-1 .5.5 0 00-1 0 2 2 0 002 2h12.357a2.643 2.643 0 002.643-2.643V14zm-14.934-.795a3.384 3.384 0 014.175.135c1.603 1.344 3.943 1.353 5.571.05a.5.5 0 10-.624-.78 3.407 3.407 0 01-4.305-.036 4.384 4.384 0 00-5.408-.175l-.27.198a.5.5 0 00.59.806l.271-.198z",
20
+ fill: "url(#paint0_radial_ServerPoolGroup24GradientBlueIcon_16672_100948)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ServerPoolGroup24GradientBlueIcon_16672_100948",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(18.99998 -19.5 19.49342 18.99356 2.5 21.5)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = ServerPoolGroup24GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ServerPoolGroup24GradientGrayIcon({
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": "ServerPoolGroup24GradientGrayIcon",
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: "M9 2H8v7h1V2zm2 0H13.07a2.071 2.071 0 110 4.143H12V9h-1V2zm2 3.143h-1V3h1.071a1.071 1.071 0 110 2.143H13zM3.5 10.5a.5.5 0 00-1 0v4.857A2.643 2.643 0 005.143 18h11.714a2.643 2.643 0 002.643-2.643V10.5a.5.5 0 00-1 0v4.857c0 .908-.735 1.643-1.643 1.643H5.143A1.643 1.643 0 013.5 15.357V10.5zm18 3.5a.5.5 0 00-1 0v4.857c0 .908-.735 1.643-1.643 1.643H6.5a1 1 0 01-1-1 .5.5 0 00-1 0 2 2 0 002 2h12.357a2.643 2.643 0 002.643-2.643V14zm-14.934-.795a3.384 3.384 0 014.175.135c1.603 1.344 3.943 1.353 5.571.05a.5.5 0 10-.624-.78 3.407 3.407 0 01-4.305-.036 4.384 4.384 0 00-5.408-.175l-.27.198a.5.5 0 00.59.806l.271-.198z",
20
+ fill: "url(#paint0_radial_ServerPoolGroup24GradientGrayIcon_16672_101108)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ServerPoolGroup24GradientGrayIcon_16672_101108",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "matrix(18.99998 -19.5 19.49342 18.99356 2.5 21.5)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = ServerPoolGroup24GradientGrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function ServerPoolGroup24OntintIcon({
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": "ServerPoolGroup24OntintIcon",
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: "M9 2H8v7h1V2zm2 0H13.07a2.071 2.071 0 110 4.143H12V9h-1V2zm2 3.143h-1V3h1.071a1.071 1.071 0 110 2.143H13zM3.5 10.5a.5.5 0 00-1 0v4.857A2.643 2.643 0 005.143 18h11.714a2.643 2.643 0 002.643-2.643V10.5a.5.5 0 00-1 0v4.857c0 .908-.735 1.643-1.643 1.643H5.143A1.643 1.643 0 013.5 15.357V10.5zm18 3.5a.5.5 0 00-1 0v4.857c0 .908-.735 1.643-1.643 1.643H6.5a1 1 0 01-1-1 .5.5 0 00-1 0 2 2 0 002 2h12.357a2.643 2.643 0 002.643-2.643V14zm-14.934-.795a3.384 3.384 0 014.175.135c1.603 1.344 3.943 1.353 5.571.05a.5.5 0 10-.624-.78 3.407 3.407 0 01-4.305-.036 4.384 4.384 0 00-5.408-.175l-.27.198a.5.5 0 00.59.806l.271-.198z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = ServerPoolGroup24OntintIcon;
package/dist/cjs/index.js CHANGED
@@ -768,6 +768,7 @@ module.exports.NetworkManagement24GradientYellowIcon = require("./NetworkManagem
768
768
  module.exports.NetworkMigration16GradientBlueIcon = require("./NetworkMigration16GradientBlueIcon.js")
769
769
  module.exports.NetworkMigration16RedIcon = require("./NetworkMigration16RedIcon.js")
770
770
  module.exports.NetworkMigration16YellowIcon = require("./NetworkMigration16YellowIcon.js")
771
+ module.exports.NetworkMigration24GradientBlueIcon = require("./NetworkMigration24GradientBlueIcon.js")
771
772
  module.exports.NetworkSecurityPolicy16GradientBlueIcon = require("./NetworkSecurityPolicy16GradientBlueIcon.js")
772
773
  module.exports.NetworkSecurityPolicy16GrayIcon = require("./NetworkSecurityPolicy16GrayIcon.js")
773
774
  module.exports.NetworkSecurityPolicy24BlueIcon = require("./NetworkSecurityPolicy24BlueIcon.js")
@@ -1054,6 +1055,8 @@ module.exports.Qos16GradientGrayIcon = require("./Qos16GradientGrayIcon.js")
1054
1055
  module.exports.Rack16GradientBlueIcon = require("./Rack16GradientBlueIcon.js")
1055
1056
  module.exports.Rack24GradientBlueIcon = require("./Rack24GradientBlueIcon.js")
1056
1057
  module.exports.RealServerPool16GradientBlueIcon = require("./RealServerPool16GradientBlueIcon.js")
1058
+ module.exports.RealServerPool16GradientGrayIcon = require("./RealServerPool16GradientGrayIcon.js")
1059
+ module.exports.RealServerPool16OntintIcon = require("./RealServerPool16OntintIcon.js")
1057
1060
  module.exports.RealServerPool24FillGradientBlueIcon = require("./RealServerPool24FillGradientBlueIcon.js")
1058
1061
  module.exports.RealServerPool24FillGradientGreyIcon = require("./RealServerPool24FillGradientGreyIcon.js")
1059
1062
  module.exports.RealServerPool24OntintIcon = require("./RealServerPool24OntintIcon.js")
@@ -1297,6 +1300,12 @@ module.exports.SelectedObjectsSquareGrid3X324GradientBlueIcon = require("./Selec
1297
1300
  module.exports.SelectedObjectsSquareGrid3X324GradientGrayIcon = require("./SelectedObjectsSquareGrid3X324GradientGrayIcon.js")
1298
1301
  module.exports.Send16FillGradientOthersIcon = require("./Send16FillGradientOthersIcon.js")
1299
1302
  module.exports.Send24FillGradientOthersIcon = require("./Send24FillGradientOthersIcon.js")
1303
+ module.exports.ServerPoolGroup16GradientBlueIcon = require("./ServerPoolGroup16GradientBlueIcon.js")
1304
+ module.exports.ServerPoolGroup16GradientGrayIcon = require("./ServerPoolGroup16GradientGrayIcon.js")
1305
+ module.exports.ServerPoolGroup16OntintIcon = require("./ServerPoolGroup16OntintIcon.js")
1306
+ module.exports.ServerPoolGroup24GradientBlueIcon = require("./ServerPoolGroup24GradientBlueIcon.js")
1307
+ module.exports.ServerPoolGroup24GradientGrayIcon = require("./ServerPoolGroup24GradientGrayIcon.js")
1308
+ module.exports.ServerPoolGroup24OntintIcon = require("./ServerPoolGroup24OntintIcon.js")
1300
1309
  module.exports.ServiceComponent16Gray50Icon = require("./ServiceComponent16Gray50Icon.js")
1301
1310
  module.exports.ServiceComponent16Gray70Icon = require("./ServiceComponent16Gray70Icon.js")
1302
1311
  module.exports.SessionExpirationBlueIcon = require("./SessionExpirationBlueIcon.js")