@cloudtower/icons-react 0.24.18 → 0.24.20

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 (70) hide show
  1. package/dist/LoadBalancer16GradientBlueIcon.d.ts +4 -0
  2. package/dist/LoadBalancer16GradientBlueIcon.js +64 -0
  3. package/dist/LoadBalancer16GradientGreyIcon.d.ts +4 -0
  4. package/dist/LoadBalancer16GradientGreyIcon.js +64 -0
  5. package/dist/LoadBalancer24GradientBlueIcon.d.ts +4 -0
  6. package/dist/LoadBalancer24GradientBlueIcon.js +64 -0
  7. package/dist/LoadBalancer24GradientGreyIcon.d.ts +4 -0
  8. package/dist/LoadBalancer24GradientGreyIcon.js +64 -0
  9. package/dist/LoadBalancerMonitor24GradientBlueIcon.d.ts +4 -0
  10. package/dist/LoadBalancerMonitor24GradientBlueIcon.js +32 -0
  11. package/dist/LoadBalancerMonitor24GradientGreyIcon.d.ts +4 -0
  12. package/dist/LoadBalancerMonitor24GradientGreyIcon.js +32 -0
  13. package/dist/RealServerPool24FillGradientBlueIcon.d.ts +4 -0
  14. package/dist/RealServerPool24FillGradientBlueIcon.js +32 -0
  15. package/dist/RealServerPool24FillGradientGreyIcon.d.ts +4 -0
  16. package/dist/RealServerPool24FillGradientGreyIcon.js +32 -0
  17. package/dist/Recieve16FillGradientOthersIcon.d.ts +4 -0
  18. package/dist/Recieve16FillGradientOthersIcon.js +28 -0
  19. package/dist/Recieve24FillGradientOthersIcon.d.ts +4 -0
  20. package/dist/Recieve24FillGradientOthersIcon.js +28 -0
  21. package/dist/Send16FillGradientOthersIcon.d.ts +4 -0
  22. package/dist/Send16FillGradientOthersIcon.js +28 -0
  23. package/dist/Send24FillGradientOthersIcon.d.ts +4 -0
  24. package/dist/Send24FillGradientOthersIcon.js +28 -0
  25. package/dist/SnapshotRollbackGeneral16BlueIcon.js +6 -4
  26. package/dist/SnapshotRollbackGeneral24BlueIcon.js +4 -6
  27. package/dist/ViewEye16GrayIcon.d.ts +4 -0
  28. package/dist/ViewEye16GrayIcon.js +23 -0
  29. package/dist/VirtualServer24FillGradientBlueIcon.d.ts +4 -0
  30. package/dist/VirtualServer24FillGradientBlueIcon.js +32 -0
  31. package/dist/VirtualServer24FillGradientGreyIcon.d.ts +4 -0
  32. package/dist/VirtualServer24FillGradientGreyIcon.js +32 -0
  33. package/dist/esm/LoadBalancer16GradientBlueIcon.d.ts +4 -0
  34. package/dist/esm/LoadBalancer16GradientBlueIcon.js +64 -0
  35. package/dist/esm/LoadBalancer16GradientGreyIcon.d.ts +4 -0
  36. package/dist/esm/LoadBalancer16GradientGreyIcon.js +64 -0
  37. package/dist/esm/LoadBalancer24GradientBlueIcon.d.ts +4 -0
  38. package/dist/esm/LoadBalancer24GradientBlueIcon.js +64 -0
  39. package/dist/esm/LoadBalancer24GradientGreyIcon.d.ts +4 -0
  40. package/dist/esm/LoadBalancer24GradientGreyIcon.js +64 -0
  41. package/dist/esm/LoadBalancerMonitor24GradientBlueIcon.d.ts +4 -0
  42. package/dist/esm/LoadBalancerMonitor24GradientBlueIcon.js +32 -0
  43. package/dist/esm/LoadBalancerMonitor24GradientGreyIcon.d.ts +4 -0
  44. package/dist/esm/LoadBalancerMonitor24GradientGreyIcon.js +32 -0
  45. package/dist/esm/RealServerPool24FillGradientBlueIcon.d.ts +4 -0
  46. package/dist/esm/RealServerPool24FillGradientBlueIcon.js +32 -0
  47. package/dist/esm/RealServerPool24FillGradientGreyIcon.d.ts +4 -0
  48. package/dist/esm/RealServerPool24FillGradientGreyIcon.js +32 -0
  49. package/dist/esm/Recieve16FillGradientOthersIcon.d.ts +4 -0
  50. package/dist/esm/Recieve16FillGradientOthersIcon.js +28 -0
  51. package/dist/esm/Recieve24FillGradientOthersIcon.d.ts +4 -0
  52. package/dist/esm/Recieve24FillGradientOthersIcon.js +28 -0
  53. package/dist/esm/Send16FillGradientOthersIcon.d.ts +4 -0
  54. package/dist/esm/Send16FillGradientOthersIcon.js +28 -0
  55. package/dist/esm/Send24FillGradientOthersIcon.d.ts +4 -0
  56. package/dist/esm/Send24FillGradientOthersIcon.js +28 -0
  57. package/dist/esm/SnapshotRollbackGeneral16BlueIcon.js +6 -4
  58. package/dist/esm/SnapshotRollbackGeneral24BlueIcon.js +4 -6
  59. package/dist/esm/ViewEye16GrayIcon.d.ts +4 -0
  60. package/dist/esm/ViewEye16GrayIcon.js +23 -0
  61. package/dist/esm/VirtualServer24FillGradientBlueIcon.d.ts +4 -0
  62. package/dist/esm/VirtualServer24FillGradientBlueIcon.js +32 -0
  63. package/dist/esm/VirtualServer24FillGradientGreyIcon.d.ts +4 -0
  64. package/dist/esm/VirtualServer24FillGradientGreyIcon.js +32 -0
  65. package/dist/esm/index.d.ts +15 -0
  66. package/dist/esm/index.js +15 -0
  67. package/dist/image-types.d.ts +1 -1
  68. package/dist/index.d.ts +15 -0
  69. package/dist/index.js +15 -0
  70. package/package.json +3 -3
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadBalancer16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadBalancer16GradientBlueIcon;
4
+
@@ -0,0 +1,64 @@
1
+ const React = require("react");
2
+ function LoadBalancer16GradientBlueIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M2.145 3.061C2 3.346 2 3.72 2 4.467v5.066c0 .747 0 1.12.145 1.406.128.25.332.454.583.582.285.146.659.146 1.405.146h2.534V13H5a.333.333 0 000 .667h6A.333.333 0 0011 13H9.333v-1.333h2.534c.746 0 1.12 0 1.405-.146.25-.128.455-.332.583-.582.145-.286.145-.659.145-1.406V4.467c0-.747 0-1.12-.145-1.406a1.334 1.334 0 00-.583-.582c-.285-.146-.659-.146-1.405-.146H4.133c-.746 0-1.12 0-1.405.146-.25.127-.455.331-.583.582zM11.867 3H4.133c-.384 0-.632 0-.821.016-.181.015-.248.04-.281.057a.667.667 0 00-.292.29c-.016.034-.042.101-.056.282-.016.189-.016.437-.016.822v5.066c0 .385 0 .633.016.822.014.18.04.248.056.28a.667.667 0 00.292.292c.033.017.1.042.28.057.19.015.438.016.822.016h7.734c.384 0 .632 0 .821-.016.181-.015.248-.04.281-.057a.667.667 0 00.292-.291c.017-.033.042-.1.056-.281.016-.19.016-.437.016-.822V4.467c0-.385 0-.633-.016-.822-.014-.181-.04-.248-.056-.281a.666.666 0 00-.292-.291c-.033-.017-.1-.042-.28-.057A11.338 11.338 0 0011.866 3z",
19
+ fill: "url(#paint0_radial_LoadBalancer16GradientBlueIcon_2132_261476)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M4.667 9.533v-5h.953v4.129h1.935v.871H4.667z",
22
+ fill: "url(#paint1_radial_LoadBalancer16GradientBlueIcon_2132_261476)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M8.186 9.533v-5h1.807c.331 0 .608.055.83.164.222.109.388.26.5.454.112.192.167.413.167.664 0 .195-.035.367-.105.515a.984.984 0 01-.291.361 1.134 1.134 0 01-.419.198v.049a.94.94 0 01.483.161c.151.1.274.239.368.418.094.177.14.389.14.634 0 .266-.059.503-.178.71-.117.208-.291.371-.522.492-.23.12-.515.18-.852.18H8.186zm.954-.864h.778c.265 0 .46-.056.581-.168a.592.592 0 00.183-.455c0-.138-.03-.26-.09-.366a.638.638 0 00-.258-.249.81.81 0 00-.394-.09h-.8v1.328zm0-2.043h.707a.77.77 0 00.348-.076.596.596 0 00.333-.56.576.576 0 00-.174-.436c-.115-.11-.278-.166-.49-.166H9.14v1.238z",
25
+ fill: "url(#paint2_radial_LoadBalancer16GradientBlueIcon_2132_261476)"
26
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
27
+ id: "paint0_radial_LoadBalancer16GradientBlueIcon_2132_261476",
28
+ cx: 0,
29
+ cy: 0,
30
+ r: 1,
31
+ gradientUnits: "userSpaceOnUse",
32
+ gradientTransform: "rotate(-43.363 18.187 4.318) scale(16.5059 16.479)"
33
+ }, /*#__PURE__*/React.createElement("stop", {
34
+ stopColor: "#5BCAFF"
35
+ }), /*#__PURE__*/React.createElement("stop", {
36
+ offset: 1,
37
+ stopColor: "#06F"
38
+ })), /*#__PURE__*/React.createElement("radialGradient", {
39
+ id: "paint1_radial_LoadBalancer16GradientBlueIcon_2132_261476",
40
+ cx: 0,
41
+ cy: 0,
42
+ r: 1,
43
+ gradientUnits: "userSpaceOnUse",
44
+ gradientTransform: "rotate(-43.363 18.187 4.318) scale(16.5059 16.479)"
45
+ }, /*#__PURE__*/React.createElement("stop", {
46
+ stopColor: "#5BCAFF"
47
+ }), /*#__PURE__*/React.createElement("stop", {
48
+ offset: 1,
49
+ stopColor: "#06F"
50
+ })), /*#__PURE__*/React.createElement("radialGradient", {
51
+ id: "paint2_radial_LoadBalancer16GradientBlueIcon_2132_261476",
52
+ cx: 0,
53
+ cy: 0,
54
+ r: 1,
55
+ gradientUnits: "userSpaceOnUse",
56
+ gradientTransform: "rotate(-43.363 18.187 4.318) scale(16.5059 16.479)"
57
+ }, /*#__PURE__*/React.createElement("stop", {
58
+ stopColor: "#5BCAFF"
59
+ }), /*#__PURE__*/React.createElement("stop", {
60
+ offset: 1,
61
+ stopColor: "#06F"
62
+ }))));
63
+ }
64
+ module.exports = LoadBalancer16GradientBlueIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadBalancer16GradientGreyIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadBalancer16GradientGreyIcon;
4
+
@@ -0,0 +1,64 @@
1
+ const React = require("react");
2
+ function LoadBalancer16GradientGreyIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M1.507 2.647c-.161.309-.161.713-.161 1.523v5.492c0 .81 0 1.214.16 1.523.143.272.369.493.647.632.316.158.73.158 1.559.158h2.81v1.445h-1.85a.366.366 0 00-.369.361c0 .2.166.361.37.361h6.654c.204 0 .37-.161.37-.36 0-.2-.165-.362-.37-.362H9.48v-1.445h2.81c.828 0 1.242 0 1.558-.158.278-.139.505-.36.646-.632.162-.309.162-.713.162-1.523V4.17c0-.81 0-1.214-.162-1.523a1.463 1.463 0 00-.646-.632c-.316-.158-.73-.158-1.558-.158H3.712c-.828 0-1.243 0-1.559.158-.278.139-.504.36-.646.632zm10.782-.067H3.712c-.427 0-.702 0-.911.017-.201.016-.276.044-.312.062a.731.731 0 00-.323.316c-.019.035-.047.108-.063.304-.017.205-.018.474-.018.89v5.493c0 .417 0 .686.018.89.016.197.044.27.063.305.07.136.184.247.323.316.036.018.11.046.312.062.21.016.484.017.91.017h8.578c.426 0 .701 0 .91-.017.201-.016.276-.044.313-.062.139-.07.252-.18.323-.316.018-.035.046-.108.063-.304.017-.205.017-.474.017-.89V4.17c0-.417 0-.686-.017-.89-.017-.197-.045-.27-.063-.305a.731.731 0 00-.324-.316c-.036-.018-.11-.046-.311-.062-.21-.016-.485-.017-.911-.017z",
19
+ fill: "url(#paint0_radial_LoadBalancer16GradientGreyIcon_2132_261478)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M5 9.5v-5h.954v4.128h1.934V9.5H5z",
22
+ fill: "url(#paint1_radial_LoadBalancer16GradientGreyIcon_2132_261478)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M8.52 9.5v-5h1.806c.332 0 .609.055.83.164.222.109.389.26.5.454.112.192.168.413.168.664 0 .195-.035.367-.106.515a.984.984 0 01-.29.361 1.134 1.134 0 01-.42.198v.049a.94.94 0 01.483.16c.151.1.274.24.368.418.094.178.141.39.141.635 0 .265-.06.502-.178.71-.118.207-.292.37-.522.491-.231.12-.515.181-.853.181H8.52zm.953-.864h.778c.266 0 .46-.056.582-.169a.592.592 0 00.182-.454c0-.138-.03-.26-.09-.366a.638.638 0 00-.258-.25.81.81 0 00-.394-.09h-.8v1.329zm0-2.044h.707a.77.77 0 00.348-.075.596.596 0 00.333-.56.576.576 0 00-.174-.436c-.114-.111-.277-.167-.489-.167h-.725v1.238z",
25
+ fill: "url(#paint2_radial_LoadBalancer16GradientGreyIcon_2132_261478)"
26
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
27
+ id: "paint0_radial_LoadBalancer16GradientGreyIcon_2132_261478",
28
+ cx: 0,
29
+ cy: 0,
30
+ r: 1,
31
+ gradientUnits: "userSpaceOnUse",
32
+ gradientTransform: "matrix(13.3089 -12.28515 12.24587 13.26636 1.346 14.143)"
33
+ }, /*#__PURE__*/React.createElement("stop", {
34
+ stopColor: "#CCD4E3"
35
+ }), /*#__PURE__*/React.createElement("stop", {
36
+ offset: 1,
37
+ stopColor: "#6B7D99"
38
+ })), /*#__PURE__*/React.createElement("radialGradient", {
39
+ id: "paint1_radial_LoadBalancer16GradientGreyIcon_2132_261478",
40
+ cx: 0,
41
+ cy: 0,
42
+ r: 1,
43
+ gradientUnits: "userSpaceOnUse",
44
+ gradientTransform: "matrix(13.3089 -12.28515 12.24587 13.26636 1.346 14.143)"
45
+ }, /*#__PURE__*/React.createElement("stop", {
46
+ stopColor: "#CCD4E3"
47
+ }), /*#__PURE__*/React.createElement("stop", {
48
+ offset: 1,
49
+ stopColor: "#6B7D99"
50
+ })), /*#__PURE__*/React.createElement("radialGradient", {
51
+ id: "paint2_radial_LoadBalancer16GradientGreyIcon_2132_261478",
52
+ cx: 0,
53
+ cy: 0,
54
+ r: 1,
55
+ gradientUnits: "userSpaceOnUse",
56
+ gradientTransform: "matrix(13.3089 -12.28515 12.24587 13.26636 1.346 14.143)"
57
+ }, /*#__PURE__*/React.createElement("stop", {
58
+ stopColor: "#CCD4E3"
59
+ }), /*#__PURE__*/React.createElement("stop", {
60
+ offset: 1,
61
+ stopColor: "#6B7D99"
62
+ }))));
63
+ }
64
+ module.exports = LoadBalancer16GradientGreyIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadBalancer24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadBalancer24GradientBlueIcon;
4
+
@@ -0,0 +1,64 @@
1
+ const React = require("react");
2
+ function LoadBalancer24GradientBlueIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M3.218 4.592C3 5.02 3 5.58 3 6.7v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 15.98 21 15.42 21 14.3V6.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 3.5 18.92 3.5 17.8 3.5H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 4.5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 5.75 4 6.123 4 6.7v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.25 20 14.877 20 14.3V6.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 4.5 18.377 4.5 17.8 4.5z",
19
+ fill: "url(#paint0_radial_LoadBalancer24GradientBlueIcon_2132_261472)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M7 14V7h1.363v5.78h2.763V14H7z",
22
+ fill: "url(#paint1_radial_LoadBalancer24GradientBlueIcon_2132_261472)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M12.028 14V7h2.58c.474 0 .87.076 1.187.229.316.153.555.365.714.636.16.269.24.579.24.93 0 .273-.051.513-.152.72-.1.206-.239.374-.415.506-.174.13-.374.223-.598.277v.069c.245.011.475.086.69.225.215.14.39.334.525.585.134.248.201.544.201.888 0 .372-.085.703-.255.995-.168.29-.416.518-.746.687-.33.169-.735.253-1.218.253h-2.753zm1.362-1.21h1.111c.38 0 .657-.079.831-.236a.82.82 0 00.261-.636c0-.193-.043-.364-.129-.512a.902.902 0 00-.368-.349 1.177 1.177 0 00-.563-.126H13.39v1.859zm0-2.86h1.01c.187 0 .353-.036.498-.107a.846.846 0 00.346-.307.851.851 0 00.13-.475.799.799 0 00-.25-.612c-.163-.155-.396-.233-.698-.233H13.39V9.93z",
25
+ fill: "url(#paint2_radial_LoadBalancer24GradientBlueIcon_2132_261472)"
26
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
27
+ id: "paint0_radial_LoadBalancer24GradientBlueIcon_2132_261472",
28
+ cx: 0,
29
+ cy: 0,
30
+ r: 1,
31
+ gradientUnits: "userSpaceOnUse",
32
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.5)"
33
+ }, /*#__PURE__*/React.createElement("stop", {
34
+ stopColor: "#5BCAFF"
35
+ }), /*#__PURE__*/React.createElement("stop", {
36
+ offset: 1,
37
+ stopColor: "#06F"
38
+ })), /*#__PURE__*/React.createElement("radialGradient", {
39
+ id: "paint1_radial_LoadBalancer24GradientBlueIcon_2132_261472",
40
+ cx: 0,
41
+ cy: 0,
42
+ r: 1,
43
+ gradientUnits: "userSpaceOnUse",
44
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.5)"
45
+ }, /*#__PURE__*/React.createElement("stop", {
46
+ stopColor: "#5BCAFF"
47
+ }), /*#__PURE__*/React.createElement("stop", {
48
+ offset: 1,
49
+ stopColor: "#06F"
50
+ })), /*#__PURE__*/React.createElement("radialGradient", {
51
+ id: "paint2_radial_LoadBalancer24GradientBlueIcon_2132_261472",
52
+ cx: 0,
53
+ cy: 0,
54
+ r: 1,
55
+ gradientUnits: "userSpaceOnUse",
56
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.5)"
57
+ }, /*#__PURE__*/React.createElement("stop", {
58
+ stopColor: "#5BCAFF"
59
+ }), /*#__PURE__*/React.createElement("stop", {
60
+ offset: 1,
61
+ stopColor: "#06F"
62
+ }))));
63
+ }
64
+ module.exports = LoadBalancer24GradientBlueIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadBalancer24GradientGreyIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadBalancer24GradientGreyIcon;
4
+
@@ -0,0 +1,64 @@
1
+ const React = require("react");
2
+ function LoadBalancer24GradientGreyIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M3.218 4.592C3 5.02 3 5.58 3 6.7v7.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218H10v2H7.5a.5.5 0 000 1h9a.5.5 0 000-1H14v-2h3.8c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874C21 15.98 21 15.42 21 14.3V6.7c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C19.48 3.5 18.92 3.5 17.8 3.5H6.2c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874zM17.8 4.5H6.2c-.577 0-.949 0-1.232.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 5.75 4 6.123 4 6.7v7.6c0 .577 0 .949.024 1.232.022.272.06.373.085.422a1 1 0 00.437.437c.05.025.15.063.422.085.283.023.655.024 1.232.024h11.6c.577 0 .949 0 1.232-.024.272-.022.372-.06.422-.085a1 1 0 00.437-.437c.025-.05.063-.15.085-.422C20 15.25 20 14.877 20 14.3V6.7c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.75 4.5 18.377 4.5 17.8 4.5z",
19
+ fill: "url(#paint0_radial_LoadBalancer24GradientGreyIcon_2132_261474)"
20
+ }), /*#__PURE__*/React.createElement("path", {
21
+ d: "M7 14V7h1.363v5.78h2.763V14H7z",
22
+ fill: "url(#paint1_radial_LoadBalancer24GradientGreyIcon_2132_261474)"
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M12.028 14V7h2.58c.474 0 .87.076 1.187.229.316.153.555.365.714.636.16.269.24.579.24.93 0 .273-.051.513-.152.72-.1.206-.239.374-.415.506-.174.13-.374.223-.598.277v.069c.245.011.475.086.69.225.215.14.39.334.525.585.134.248.201.544.201.888 0 .372-.085.703-.255.995-.168.29-.416.518-.746.687-.33.169-.735.253-1.218.253h-2.753zm1.362-1.21h1.111c.38 0 .657-.079.831-.236a.82.82 0 00.261-.636c0-.193-.043-.364-.129-.512a.902.902 0 00-.368-.349 1.177 1.177 0 00-.563-.126H13.39v1.859zm0-2.86h1.01c.187 0 .353-.036.498-.107a.846.846 0 00.346-.307.851.851 0 00.13-.475.799.799 0 00-.25-.612c-.163-.155-.396-.233-.698-.233H13.39V9.93z",
25
+ fill: "url(#paint2_radial_LoadBalancer24GradientGreyIcon_2132_261474)"
26
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
27
+ id: "paint0_radial_LoadBalancer24GradientGreyIcon_2132_261474",
28
+ cx: 0,
29
+ cy: 0,
30
+ r: 1,
31
+ gradientUnits: "userSpaceOnUse",
32
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.5)"
33
+ }, /*#__PURE__*/React.createElement("stop", {
34
+ stopColor: "#CCD4E3"
35
+ }), /*#__PURE__*/React.createElement("stop", {
36
+ offset: 1,
37
+ stopColor: "#6B7D99"
38
+ })), /*#__PURE__*/React.createElement("radialGradient", {
39
+ id: "paint1_radial_LoadBalancer24GradientGreyIcon_2132_261474",
40
+ cx: 0,
41
+ cy: 0,
42
+ r: 1,
43
+ gradientUnits: "userSpaceOnUse",
44
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.5)"
45
+ }, /*#__PURE__*/React.createElement("stop", {
46
+ stopColor: "#CCD4E3"
47
+ }), /*#__PURE__*/React.createElement("stop", {
48
+ offset: 1,
49
+ stopColor: "#6B7D99"
50
+ })), /*#__PURE__*/React.createElement("radialGradient", {
51
+ id: "paint2_radial_LoadBalancer24GradientGreyIcon_2132_261474",
52
+ cx: 0,
53
+ cy: 0,
54
+ r: 1,
55
+ gradientUnits: "userSpaceOnUse",
56
+ gradientTransform: "matrix(17.99998 -16.99997 16.97223 17.9706 3 20.5)"
57
+ }, /*#__PURE__*/React.createElement("stop", {
58
+ stopColor: "#CCD4E3"
59
+ }), /*#__PURE__*/React.createElement("stop", {
60
+ offset: 1,
61
+ stopColor: "#6B7D99"
62
+ }))));
63
+ }
64
+ module.exports = LoadBalancer24GradientGreyIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadBalancerMonitor24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadBalancerMonitor24GradientBlueIcon;
4
+
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+ function LoadBalancerMonitor24GradientBlueIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ d: "M16.228 4a6.213 6.213 0 00-4.227 1.656A6.213 6.213 0 007.774 4C4.537 4 2 6.479 2 9.646c0 3.699 3.188 6.54 8.015 10.84l1.55 1.351c.25.217.622.217.872 0l1.335-1.16.213-.19C18.812 16.186 22 13.344 22 9.646 22 6.478 19.465 4 16.228 4zM7.941 5.213c1.418.043 2.743.725 3.67 1.792l.312.356a.1.1 0 00.151 0l.312-.356c.93-1.067 2.253-1.749 3.67-1.792 2.682-.086 4.727 1.85 4.727 4.433 0 .76-.179 1.49-.507 2.223h-5.14l-.473-.98a.712.712 0 00-.63-.395.701.701 0 00-.626.399l-1.166 2.354-1.464-3.05c-.12-.251-.363-.439-.642-.448a.71.71 0 00-.639.336l-1.131 1.79H3.726c-.33-.734-.509-1.469-.509-2.229-.002-2.585 2.042-4.519 4.724-4.433zm5.233 14.372l-.737.645a.663.663 0 01-.874 0l-.737-.645c-2.873-2.559-5.136-4.575-6.421-6.5h4.633l1.009-1.6 1.52 3.165a.745.745 0 00.68.426h.002a.743.743 0 00.678-.431L14.04 12.4l.304.633 5.282.003c-1.28 1.938-3.553 3.966-6.453 6.55z",
17
+ fill: "url(#paint0_radial_LoadBalancerMonitor24GradientBlueIcon_2132_261498)"
18
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
19
+ id: "paint0_radial_LoadBalancerMonitor24GradientBlueIcon_2132_261498",
20
+ cx: 0,
21
+ cy: 0,
22
+ r: 1,
23
+ gradientUnits: "userSpaceOnUse",
24
+ gradientTransform: "matrix(19.99997 -17.99996 17.90056 19.88951 2 22)"
25
+ }, /*#__PURE__*/React.createElement("stop", {
26
+ stopColor: "#5BCAFF"
27
+ }), /*#__PURE__*/React.createElement("stop", {
28
+ offset: 1,
29
+ stopColor: "#06F"
30
+ }))));
31
+ }
32
+ module.exports = LoadBalancerMonitor24GradientBlueIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LoadBalancerMonitor24GradientGreyIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LoadBalancerMonitor24GradientGreyIcon;
4
+
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+ function LoadBalancerMonitor24GradientGreyIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ d: "M16.228 4a6.213 6.213 0 00-4.227 1.656A6.213 6.213 0 007.774 4C4.537 4 2 6.479 2 9.646c0 3.699 3.188 6.54 8.015 10.84l1.55 1.351c.25.217.622.217.872 0l1.335-1.16.213-.19C18.812 16.186 22 13.344 22 9.646 22 6.478 19.465 4 16.228 4zM7.941 5.213c1.418.043 2.743.725 3.67 1.792l.312.356a.1.1 0 00.151 0l.312-.356c.93-1.067 2.253-1.749 3.67-1.792 2.682-.086 4.727 1.85 4.727 4.433 0 .76-.179 1.49-.507 2.223h-5.14l-.473-.98a.712.712 0 00-.63-.395.701.701 0 00-.626.399l-1.166 2.354-1.464-3.05c-.12-.251-.363-.439-.642-.448a.71.71 0 00-.639.336l-1.131 1.79H3.726c-.33-.734-.509-1.469-.509-2.229-.002-2.585 2.042-4.519 4.724-4.433zm5.233 14.372l-.737.645a.663.663 0 01-.874 0l-.737-.645c-2.873-2.559-5.136-4.575-6.421-6.5h4.633l1.009-1.6 1.52 3.165a.745.745 0 00.68.426h.002a.743.743 0 00.678-.431L14.04 12.4l.304.633 5.282.003c-1.28 1.938-3.553 3.966-6.453 6.55z",
17
+ fill: "url(#paint0_radial_LoadBalancerMonitor24GradientGreyIcon_2132_261502)"
18
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
19
+ id: "paint0_radial_LoadBalancerMonitor24GradientGreyIcon_2132_261502",
20
+ cx: 0,
21
+ cy: 0,
22
+ r: 1,
23
+ gradientUnits: "userSpaceOnUse",
24
+ gradientTransform: "matrix(19.99997 -17.99996 17.90056 19.88951 2 22)"
25
+ }, /*#__PURE__*/React.createElement("stop", {
26
+ stopColor: "#CCD4E3"
27
+ }), /*#__PURE__*/React.createElement("stop", {
28
+ offset: 1,
29
+ stopColor: "#6B7D99"
30
+ }))));
31
+ }
32
+ module.exports = LoadBalancerMonitor24GradientGreyIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const RealServerPool24FillGradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default RealServerPool24FillGradientBlueIcon;
4
+
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+ function RealServerPool24FillGradientBlueIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ 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
+ fill: "url(#paint0_radial_RealServerPool24FillGradientBlueIcon_2132_261481)"
18
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
19
+ id: "paint0_radial_RealServerPool24FillGradientBlueIcon_2132_261481",
20
+ cx: 0,
21
+ cy: 0,
22
+ r: 1,
23
+ gradientUnits: "userSpaceOnUse",
24
+ gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 22)"
25
+ }, /*#__PURE__*/React.createElement("stop", {
26
+ stopColor: "#5BCAFF"
27
+ }), /*#__PURE__*/React.createElement("stop", {
28
+ offset: 1,
29
+ stopColor: "#06F"
30
+ }))));
31
+ }
32
+ module.exports = RealServerPool24FillGradientBlueIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const RealServerPool24FillGradientGreyIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default RealServerPool24FillGradientGreyIcon;
4
+
@@ -0,0 +1,32 @@
1
+ const React = require("react");
2
+ function RealServerPool24FillGradientGreyIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
16
+ 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
+ fill: "url(#paint0_radial_RealServerPool24FillGradientGreyIcon_2132_261487)"
18
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
19
+ id: "paint0_radial_RealServerPool24FillGradientGreyIcon_2132_261487",
20
+ cx: 0,
21
+ cy: 0,
22
+ r: 1,
23
+ gradientUnits: "userSpaceOnUse",
24
+ gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 22)"
25
+ }, /*#__PURE__*/React.createElement("stop", {
26
+ stopColor: "#CCD4E3"
27
+ }), /*#__PURE__*/React.createElement("stop", {
28
+ offset: 1,
29
+ stopColor: "#6B7D99"
30
+ }))));
31
+ }
32
+ module.exports = RealServerPool24FillGradientGreyIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Recieve16FillGradientOthersIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Recieve16FillGradientOthersIcon;
4
+
@@ -0,0 +1,28 @@
1
+ const React = require("react");
2
+ function Recieve16FillGradientOthersIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("rect", {
16
+ x: 16,
17
+ width: 16,
18
+ height: 16,
19
+ rx: 8,
20
+ transform: "rotate(90 16 0)",
21
+ fill: "#08F",
22
+ fillOpacity: 0.1
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M8.367 4.667a.367.367 0 00-.734 0h.734zm-.626 6.926a.367.367 0 00.518 0l2.334-2.334a.367.367 0 10-.519-.518L8 10.815 5.926 8.74a.367.367 0 00-.519.518l2.334 2.334zm-.108-6.926v6.666h.734V4.667h-.734z",
25
+ fill: "#0080FF"
26
+ }));
27
+ }
28
+ module.exports = Recieve16FillGradientOthersIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Recieve24FillGradientOthersIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Recieve24FillGradientOthersIcon;
4
+
@@ -0,0 +1,28 @@
1
+ const React = require("react");
2
+ function Recieve24FillGradientOthersIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("rect", {
16
+ x: 24,
17
+ width: 24,
18
+ height: 24,
19
+ rx: 12,
20
+ transform: "rotate(90 24 0)",
21
+ fill: "#08F",
22
+ fillOpacity: 0.1
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M12.55 7a.55.55 0 10-1.1 0h1.1zm-.939 10.39a.55.55 0 00.778 0l3.5-3.5a.55.55 0 10-.778-.779L12 16.223 8.889 13.11a.55.55 0 10-.778.778l3.5 3.5zM11.45 7v10h1.1V7h-1.1z",
25
+ fill: "#0080FF"
26
+ }));
27
+ }
28
+ module.exports = Recieve24FillGradientOthersIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Send16FillGradientOthersIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Send16FillGradientOthersIcon;
4
+
@@ -0,0 +1,28 @@
1
+ const React = require("react");
2
+ function Send16FillGradientOthersIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("rect", {
16
+ y: 16,
17
+ width: 16,
18
+ height: 16,
19
+ rx: 8,
20
+ transform: "rotate(-90 0 16)",
21
+ fill: "#1EC97F",
22
+ fillOpacity: 0.1
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M7.856 11.334a.367.367 0 10.733 0h-.733zm.626-6.926a.367.367 0 00-.519 0L5.63 6.74a.367.367 0 10.518.519l2.075-2.075 2.074 2.075a.367.367 0 00.518-.519L8.482 4.408zm.107 6.926V4.667h-.733v6.667h.733z",
25
+ fill: "#00BA5D"
26
+ }));
27
+ }
28
+ module.exports = Send16FillGradientOthersIcon;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Send24FillGradientOthersIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Send24FillGradientOthersIcon;
4
+
@@ -0,0 +1,28 @@
1
+ const React = require("react");
2
+ function Send24FillGradientOthersIcon({
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
+ "aria-labelledby": titleId
13
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
14
+ id: titleId
15
+ }, title) : null, /*#__PURE__*/React.createElement("rect", {
16
+ y: 24,
17
+ width: 24,
18
+ height: 24,
19
+ rx: 12,
20
+ transform: "rotate(-90 0 24)",
21
+ fill: "#1EC97F",
22
+ fillOpacity: 0.1
23
+ }), /*#__PURE__*/React.createElement("path", {
24
+ d: "M11.784 17a.55.55 0 101.1 0h-1.1zm.939-10.39a.55.55 0 00-.778 0l-3.5 3.5a.55.55 0 10.778.779l3.111-3.112 3.111 3.112a.55.55 0 10.778-.778l-3.5-3.5zM12.884 17V7h-1.1v10h1.1z",
25
+ fill: "#00BA5D"
26
+ }));
27
+ }
28
+ module.exports = Send24FillGradientOthersIcon;
@@ -5,15 +5,17 @@ function SnapshotRollbackGeneral16BlueIcon({
5
5
  ...props
6
6
  }) {
7
7
  return /*#__PURE__*/React.createElement("svg", Object.assign({
8
- width: 24,
9
- height: 24,
8
+ width: 16,
9
+ height: 16,
10
10
  fill: "none",
11
11
  xmlns: "http://www.w3.org/2000/svg",
12
12
  "aria-labelledby": titleId
13
13
  }, props), title ? /*#__PURE__*/React.createElement("title", {
14
14
  id: titleId
15
15
  }, title) : null, /*#__PURE__*/React.createElement("path", {
16
- d: "M20 12a8 8 0 01-8 8 .5.5 0 000 1 9 9 0 10-7.484-4h.326l-.99.99c-.543.544-.815.815-.846 1.071a.75.75 0 00.201.61c.178.186.558.242 1.318.355l2.51.371c.541.08.812.12 1.01.034a.75.75 0 00.386-.387c.086-.197.046-.468-.034-1.01l-.371-2.509c-.113-.76-.169-1.14-.356-1.318a.75.75 0 00-.609-.201c-.256.031-.527.303-1.07.846l-.623.623A8 8 0 1120 12z",
16
+ fillRule: "evenodd",
17
+ clipRule: "evenodd",
18
+ d: "M10.679 1.533a7 7 0 00-7.63 11.415l-.409.409c-.35.35-.525.524-.547.692a.5.5 0 00.126.403c.114.125.357.17.844.257l1.85.336c.381.07.572.104.71.046a.5.5 0 00.266-.266c.057-.137.023-.328-.046-.71l-.336-1.85c-.088-.486-.133-.73-.258-.844a.5.5 0 00-.402-.126c-.168.023-.343.198-.693.547l-.398.399A6 6 0 118 14a.5.5 0 000 1 7 7 0 002.679-13.467z",
17
19
  fill: "url(#paint0_radial_SnapshotRollbackGeneral16BlueIcon)"
18
20
  }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
19
21
  id: "paint0_radial_SnapshotRollbackGeneral16BlueIcon",
@@ -21,7 +23,7 @@ function SnapshotRollbackGeneral16BlueIcon({
21
23
  cy: 0,
22
24
  r: 1,
23
25
  gradientUnits: "userSpaceOnUse",
24
- gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
26
+ gradientTransform: "rotate(-45.245 18.642 6.36) scale(19.8843 19.8835)"
25
27
  }, /*#__PURE__*/React.createElement("stop", {
26
28
  stopColor: "#5BCAFF"
27
29
  }), /*#__PURE__*/React.createElement("stop", {