@cloudtower/icons-react 0.35.1 → 0.35.2

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 (59) hide show
  1. package/dist/EventAuditing16BlueIcon.d.ts +4 -0
  2. package/dist/EventAuditing16GrayIcon.d.ts +4 -0
  3. package/dist/EventAuditing24GrayIcon.d.ts +4 -0
  4. package/dist/GenerateCsr16GradientBlueIcon.d.ts +4 -0
  5. package/dist/MinusUnmountRemoveCircle16OrangeIcon.d.ts +4 -0
  6. package/dist/Monitoring16GradientGrayIcon.d.ts +4 -0
  7. package/dist/OpenTerminal24GradientBlueIcon.d.ts +4 -0
  8. package/dist/OpenTerminal24GradientGrayIcon.d.ts +4 -0
  9. package/dist/Retry24GradientBlueIcon.d.ts +4 -0
  10. package/dist/SyncReplicaPlan16FillGradientBlueIcon.d.ts +4 -0
  11. package/dist/SyncReplicaPlan16FillGradientGrayIcon.d.ts +4 -0
  12. package/dist/SyncReplicaPlan24FillGradientBlueIcon.d.ts +4 -0
  13. package/dist/SyncReplicaPlan24FillGradientGrayIcon.d.ts +4 -0
  14. package/dist/SyncReplicaPlan24FillGradientOntintIcon.d.ts +4 -0
  15. package/dist/TrustedConnection16GradientBlueIcon.d.ts +4 -0
  16. package/dist/ViewEye16GradientBlueIcon.d.ts +4 -0
  17. package/dist/VirtualVolume16OntintIcon.d.ts +4 -0
  18. package/dist/VmSnapshot16GradientYellowIcon.d.ts +4 -0
  19. package/dist/cjs/EventAuditing16BlueIcon.js +35 -0
  20. package/dist/cjs/EventAuditing16GrayIcon.js +35 -0
  21. package/dist/cjs/EventAuditing24GrayIcon.js +35 -0
  22. package/dist/cjs/GenerateCsr16GradientBlueIcon.js +95 -0
  23. package/dist/cjs/MinusUnmountRemoveCircle16OrangeIcon.js +50 -0
  24. package/dist/cjs/Monitoring16GradientGrayIcon.js +35 -0
  25. package/dist/cjs/OpenTerminal24GradientBlueIcon.js +35 -0
  26. package/dist/cjs/OpenTerminal24GradientGrayIcon.js +35 -0
  27. package/dist/cjs/Retry24GradientBlueIcon.js +33 -0
  28. package/dist/cjs/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
  29. package/dist/cjs/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
  30. package/dist/cjs/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
  31. package/dist/cjs/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
  32. package/dist/cjs/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
  33. package/dist/cjs/TrustedConnection16GradientBlueIcon.js +63 -0
  34. package/dist/cjs/ViewEye16GradientBlueIcon.js +35 -0
  35. package/dist/cjs/VirtualVolume16OntintIcon.js +23 -0
  36. package/dist/cjs/VmSnapshot16GradientYellowIcon.js +23 -0
  37. package/dist/cjs/index.js +18 -0
  38. package/dist/esm/EventAuditing16BlueIcon.js +35 -0
  39. package/dist/esm/EventAuditing16GrayIcon.js +35 -0
  40. package/dist/esm/EventAuditing24GrayIcon.js +35 -0
  41. package/dist/esm/GenerateCsr16GradientBlueIcon.js +95 -0
  42. package/dist/esm/MinusUnmountRemoveCircle16OrangeIcon.js +50 -0
  43. package/dist/esm/Monitoring16GradientGrayIcon.js +35 -0
  44. package/dist/esm/OpenTerminal24GradientBlueIcon.js +35 -0
  45. package/dist/esm/OpenTerminal24GradientGrayIcon.js +35 -0
  46. package/dist/esm/Retry24GradientBlueIcon.js +33 -0
  47. package/dist/esm/SyncReplicaPlan16FillGradientBlueIcon.js +63 -0
  48. package/dist/esm/SyncReplicaPlan16FillGradientGrayIcon.js +63 -0
  49. package/dist/esm/SyncReplicaPlan24FillGradientBlueIcon.js +63 -0
  50. package/dist/esm/SyncReplicaPlan24FillGradientGrayIcon.js +63 -0
  51. package/dist/esm/SyncReplicaPlan24FillGradientOntintIcon.js +27 -0
  52. package/dist/esm/TrustedConnection16GradientBlueIcon.js +63 -0
  53. package/dist/esm/ViewEye16GradientBlueIcon.js +35 -0
  54. package/dist/esm/VirtualVolume16OntintIcon.js +23 -0
  55. package/dist/esm/VmSnapshot16GradientYellowIcon.js +23 -0
  56. package/dist/esm/index.js +18 -0
  57. package/dist/image-types.d.ts +1 -1
  58. package/dist/index.d.ts +18 -0
  59. package/package.json +3 -3
@@ -0,0 +1,63 @@
1
+ const React = require("react");
2
+ function SyncReplicaPlan24FillGradientBlueIcon({
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": "SyncReplicaPlan24FillGradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#5BCAFF"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#06F"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#5BCAFF"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#06F"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_SyncReplicaPlan24FillGradientBlueIcon_17785_33",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ module.exports = SyncReplicaPlan24FillGradientBlueIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("react");
2
+ function SyncReplicaPlan24FillGradientGrayIcon({
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": "SyncReplicaPlan24FillGradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
18
+ fill: "url(#paint0_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
21
+ fill: "url(#paint1_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
24
+ fill: "url(#paint2_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#CCD4E3"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#6B7D99"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#CCD4E3"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#6B7D99"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_SyncReplicaPlan24FillGradientGrayIcon_17785_22",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#CCD4E3"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#6B7D99"
61
+ }))));
62
+ }
63
+ module.exports = SyncReplicaPlan24FillGradientGrayIcon;
@@ -0,0 +1,27 @@
1
+ const React = require("react");
2
+ function SyncReplicaPlan24FillGradientOntintIcon({
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": "SyncReplicaPlan24FillGradientOntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M16.8 11c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C20 12.52 20 13.08 20 14.2v2.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C18.48 20 17.92 20 16.8 20h-2.6c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C11 18.48 11 17.92 11 16.8V15h1v1.8c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h2.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232v-2.6c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.974 16.974 0 0016.8 12H15v-1h1.8z",
18
+ fill: "#fff"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M10 7.5H8.207l8.293 8.293V14h1v3.5H14v-1h1.793L7.5 8.207V10h-1V6.5H10v1z",
21
+ fill: "#fff"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M9.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C13 5.52 13 6.08 13 7.2v1.3h-1V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 009.8 5H7.2c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C5.001 6.25 5 6.624 5 7.2v2.35c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.202.016 2.448.021 2.782.023v1c-.829-.004-3.292-.03-3.658-.217a2 2 0 01-.874-.874C4 11.23 4 10.67 4 9.55V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C5.52 4 6.08 4 7.2 4h2.6z",
24
+ fill: "#fff"
25
+ }));
26
+ }
27
+ module.exports = SyncReplicaPlan24FillGradientOntintIcon;
@@ -0,0 +1,63 @@
1
+ const React = require("react");
2
+ function TrustedConnection16GradientBlueIcon({
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": "TrustedConnection16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M3.939 6.767a.5.5 0 01.707.707L2.878 9.242a3 3 0 004.243 4.243l1.768-1.768a.5.5 0 01.707.707l-1.768 1.768a4 4 0 11-5.657-5.657L3.94 6.767z",
18
+ fill: "url(#paint0_radial_TrustedConnection16GradientBlueIcon_13778_34118)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.535 2.171a4 4 0 115.657 5.657l-1.768 1.768a.5.5 0 01-.707-.707l1.768-1.768a3 3 0 10-4.243-4.243L7.475 4.646a.5.5 0 01-.708-.707L8.535 2.17z",
21
+ fill: "url(#paint1_radial_TrustedConnection16GradientBlueIcon_13778_34118)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M11.01 4.646a.5.5 0 11.707.707l-6.364 6.364a.5.5 0 11-.707-.707l6.364-6.364z",
24
+ fill: "url(#paint2_radial_TrustedConnection16GradientBlueIcon_13778_34118)"
25
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
26
+ id: "paint0_radial_TrustedConnection16GradientBlueIcon_13778_34118",
27
+ cx: 0,
28
+ cy: 0,
29
+ r: 1,
30
+ gradientUnits: "userSpaceOnUse",
31
+ gradientTransform: "rotate(-45 19.045 6.475) scale(20.3137)"
32
+ }, /*#__PURE__*/React.createElement("stop", {
33
+ stopColor: "#5BCAFF"
34
+ }), /*#__PURE__*/React.createElement("stop", {
35
+ offset: 1,
36
+ stopColor: "#06F"
37
+ })), /*#__PURE__*/React.createElement("radialGradient", {
38
+ id: "paint1_radial_TrustedConnection16GradientBlueIcon_13778_34118",
39
+ cx: 0,
40
+ cy: 0,
41
+ r: 1,
42
+ gradientUnits: "userSpaceOnUse",
43
+ gradientTransform: "rotate(-45 19.045 6.475) scale(20.3137)"
44
+ }, /*#__PURE__*/React.createElement("stop", {
45
+ stopColor: "#5BCAFF"
46
+ }), /*#__PURE__*/React.createElement("stop", {
47
+ offset: 1,
48
+ stopColor: "#06F"
49
+ })), /*#__PURE__*/React.createElement("radialGradient", {
50
+ id: "paint2_radial_TrustedConnection16GradientBlueIcon_13778_34118",
51
+ cx: 0,
52
+ cy: 0,
53
+ r: 1,
54
+ gradientUnits: "userSpaceOnUse",
55
+ gradientTransform: "rotate(-45 19.045 6.475) scale(20.3137)"
56
+ }, /*#__PURE__*/React.createElement("stop", {
57
+ stopColor: "#5BCAFF"
58
+ }), /*#__PURE__*/React.createElement("stop", {
59
+ offset: 1,
60
+ stopColor: "#06F"
61
+ }))));
62
+ }
63
+ module.exports = TrustedConnection16GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function ViewEye16GradientBlueIcon({
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": "ViewEye16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ fillRule: "evenodd",
18
+ clipRule: "evenodd",
19
+ d: "M10.122 3.757a8.795 8.795 0 00-2.265-.256c-.684.011-1.35.1-1.98.256-1.088.271-2.07.747-2.864 1.378-.753.599-1.336 1.338-1.678 2.176-.18.441-.18.937 0 1.378.342.838.925 1.578 1.678 2.177.794.63 1.777 1.106 2.866 1.377A8.694 8.694 0 008 12.5c.158 0 .316-.004.472-.012 2.856-.15 5.316-1.65 6.194-3.799.18-.441.18-.937 0-1.378-.343-.838-.926-1.577-1.679-2.176-.793-.632-1.776-1.107-2.865-1.378zm-.846 7.641c1.17-.19 2.2-.637 2.997-1.245.676-.517 1.183-1.15 1.465-1.842a.824.824 0 000-.622c-.687-1.684-2.709-3.02-5.248-3.174a8.111 8.111 0 00-.789-.01c-2.628.097-4.736 1.458-5.44 3.184a.824.824 0 000 .622c.017.043.036.086.055.129.124.273.283.536.474.786.078.102.162.202.25.299.939 1.032 2.446 1.78 4.228 1.942a8.063 8.063 0 002.008-.069zM10 8a2 2 0 11-4 0 2 2 0 014 0zm1 0a3 3 0 11-6 0 3 3 0 016 0z",
20
+ fill: "url(#paint0_radial_ViewEye16GradientBlueIcon_17991_23)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_ViewEye16GradientBlueIcon_17991_23",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(13.601 -9 13.601 9 1.2 12.5)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = ViewEye16GradientBlueIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function VirtualVolume16OntintIcon({
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": "VirtualVolume16OntintIcon",
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.27 2.916c.066.256.125.587.21 1.065l.7 3.968h-.005l.453 2.57a2.49 2.49 0 00-1.128-.269h-9c-.406 0-.79.097-1.128.268l1.154-6.537c.084-.478.143-.809.208-1.065.064-.25.126-.395.2-.505a1.5 1.5 0 01.634-.531c.121-.054.274-.09.532-.11.264-.02.6-.02 1.085-.02h3.637c.484 0 .82 0 1.084.02.258.02.41.056.532.11a1.5 1.5 0 01.633.531c.074.11.136.254.2.505zM9.842.75c.46 0 .834 0 1.14.023.316.024.596.074.863.193.428.19.793.497 1.055.886.164.242.262.509.34.817.076.297.141.665.221 1.119l1.49 8.444-.005-.006.002.007A2.5 2.5 0 0112.5 15.25h-9a2.5 2.5 0 01-2.446-3.018l1.49-8.444c.08-.454.145-.822.221-1.12.079-.307.177-.574.34-.816A2.5 2.5 0 014.161.966c.267-.119.547-.17.864-.193C5.33.75 5.705.75 6.165.75h3.676zM2 12.75a1.5 1.5 0 011.5-1.5h9a1.5 1.5 0 010 3h-9a1.5 1.5 0 01-1.5-1.5zm1.75.75a.75.75 0 100-1.5.75.75 0 000 1.5z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = VirtualVolume16OntintIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function VmSnapshot16GradientYellowIcon({
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": "VmSnapshot16GradientYellowIcon",
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: "M2.5 2.5h11a.5.5 0 01.5.5v4.47c.364.18.7.41 1 .678V3a1.5 1.5 0 00-1.5-1.5h-11A1.5 1.5 0 001 3v7.5A1.5 1.5 0 002.5 12h3.75v1.5H5a.5.5 0 000 1h2.185a1.45 1.45 0 01.006-.996c.122-.329.359-.537.513-.651A4.498 4.498 0 017.524 11H2.5a.5.5 0 01-.5-.5V3a.5.5 0 01.5-.5zm1.5 3a.5.5 0 000 1h2a.5.5 0 000-1H4zm7.54 2.53a3.5 3.5 0 11.457 6.97.5.5 0 010-1 2.5 2.5 0 10-2.165-1.25l.115-.067c.444-.256.665-.384.825-.357a.45.45 0 01.324.235c.075.144.022.394-.085.895l-.196.926c-.058.271-.087.407-.162.495a.45.45 0 01-.257.147c-.113.022-.245-.02-.508-.106l-.9-.293c-.488-.159-.731-.238-.818-.374a.45.45 0 01-.042-.398c.057-.152.278-.28.722-.536l.116-.067a3.5 3.5 0 012.574-5.22zm.457 1.47a.5.5 0 00-.5.5v1.457a.502.502 0 00.286.495l.829.478a.5.5 0 10.5-.866l-.615-.354V10a.5.5 0 00-.5-.5z",
20
+ fill: "#FEA008"
21
+ }));
22
+ }
23
+ module.exports = VmSnapshot16GradientYellowIcon;
package/dist/cjs/index.js CHANGED
@@ -386,8 +386,11 @@ module.exports.ErPolicyInterAllow16Icon = require("./ErPolicyInterAllow16Icon.js
386
386
  module.exports.ErReplaceNode16GradientRedIcon = require("./ErReplaceNode16GradientRedIcon.js")
387
387
  module.exports.ErrorExclamationIcon = require("./ErrorExclamationIcon.js")
388
388
  module.exports.ErrorIcon = require("./ErrorIcon.js")
389
+ module.exports.EventAuditing16BlueIcon = require("./EventAuditing16BlueIcon.js")
390
+ module.exports.EventAuditing16GrayIcon = require("./EventAuditing16GrayIcon.js")
389
391
  module.exports.EventAuditing16Icon = require("./EventAuditing16Icon.js")
390
392
  module.exports.EventAuditing24BlueIcon = require("./EventAuditing24BlueIcon.js")
393
+ module.exports.EventAuditing24GrayIcon = require("./EventAuditing24GrayIcon.js")
391
394
  module.exports.EventAuditing24OntintIcon = require("./EventAuditing24OntintIcon.js")
392
395
  module.exports.EverouteServices16GradientBlueIcon = require("./EverouteServices16GradientBlueIcon.js")
393
396
  module.exports.EverouteServices16GradientGreyIcon = require("./EverouteServices16GradientGreyIcon.js")
@@ -487,6 +490,7 @@ module.exports.GatewayService16OntintIcon = require("./GatewayService16OntintIco
487
490
  module.exports.GatewayService24GradientBlueIcon = require("./GatewayService24GradientBlueIcon.js")
488
491
  module.exports.GatewayService24GradientGreyIcon = require("./GatewayService24GradientGreyIcon.js")
489
492
  module.exports.GatewayService24OntintIcon = require("./GatewayService24OntintIcon.js")
493
+ module.exports.GenerateCsr16GradientBlueIcon = require("./GenerateCsr16GradientBlueIcon.js")
490
494
  module.exports.GenerateSnapshotImmediately16BlueIcon = require("./GenerateSnapshotImmediately16BlueIcon.js")
491
495
  module.exports.GlobalConfiguration24GradientBlueIcon = require("./GlobalConfiguration24GradientBlueIcon.js")
492
496
  module.exports.GlobalConfiguration24OntintIcon = require("./GlobalConfiguration24OntintIcon.js")
@@ -725,8 +729,10 @@ module.exports.MigrateIcon = require("./MigrateIcon.js")
725
729
  module.exports.MigrationNetwork16BlueIcon = require("./MigrationNetwork16BlueIcon.js")
726
730
  module.exports.Minus16BoldOntintIcon = require("./Minus16BoldOntintIcon.js")
727
731
  module.exports.MinusUnmountRemoveCircle16GradientRedIcon = require("./MinusUnmountRemoveCircle16GradientRedIcon.js")
732
+ module.exports.MinusUnmountRemoveCircle16OrangeIcon = require("./MinusUnmountRemoveCircle16OrangeIcon.js")
728
733
  module.exports.MinusUnmountRemoveCircle24GradientRedIconIcon = require("./MinusUnmountRemoveCircle24GradientRedIconIcon.js")
729
734
  module.exports.Monitoring16GradientBlueIcon = require("./Monitoring16GradientBlueIcon.js")
735
+ module.exports.Monitoring16GradientGrayIcon = require("./Monitoring16GradientGrayIcon.js")
730
736
  module.exports.Monitoring24GradientBlueIcon = require("./Monitoring24GradientBlueIcon.js")
731
737
  module.exports.Monitoring24GradientGrayIcon = require("./Monitoring24GradientGrayIcon.js")
732
738
  module.exports.Monitoring24GradientOntintIcon = require("./Monitoring24GradientOntintIcon.js")
@@ -913,6 +919,8 @@ module.exports.OpenTerminal16GradientBlueIcon = require("./OpenTerminal16Gradien
913
919
  module.exports.OpenTerminal16GradientGrayIcon = require("./OpenTerminal16GradientGrayIcon.js")
914
920
  module.exports.OpenTerminal16WhiteIcon = require("./OpenTerminal16WhiteIcon.js")
915
921
  module.exports.OpenTerminal16Icon = require("./OpenTerminal16Icon.js")
922
+ module.exports.OpenTerminal24GradientBlueIcon = require("./OpenTerminal24GradientBlueIcon.js")
923
+ module.exports.OpenTerminal24GradientGrayIcon = require("./OpenTerminal24GradientGrayIcon.js")
916
924
  module.exports.OpenterminalIcon = require("./OpenterminalIcon.js")
917
925
  module.exports.OperationCenter16FillGradientBlueIcon = require("./OperationCenter16FillGradientBlueIcon.js")
918
926
  module.exports.OperationCenter16FillGradientGrayIcon = require("./OperationCenter16FillGradientGrayIcon.js")
@@ -1261,6 +1269,7 @@ module.exports.Retry16GradientBlueIcon = require("./Retry16GradientBlueIcon.js")
1261
1269
  module.exports.Retry16GradientGrayIcon = require("./Retry16GradientGrayIcon.js")
1262
1270
  module.exports.Retry16OntintIcon = require("./Retry16OntintIcon.js")
1263
1271
  module.exports.Retry16SecondaryIcon = require("./Retry16SecondaryIcon.js")
1272
+ module.exports.Retry24GradientBlueIcon = require("./Retry24GradientBlueIcon.js")
1264
1273
  module.exports.RightCircleArrowIcon = require("./RightCircleArrowIcon.js")
1265
1274
  module.exports.RouterTable16GradientBlueIcon = require("./RouterTable16GradientBlueIcon.js")
1266
1275
  module.exports.RouterTable16GradientGreyIcon = require("./RouterTable16GradientGreyIcon.js")
@@ -1473,6 +1482,11 @@ module.exports.Svm24GradientBlueIcon = require("./Svm24GradientBlueIcon.js")
1473
1482
  module.exports.Svm24GradientGrayIcon = require("./Svm24GradientGrayIcon.js")
1474
1483
  module.exports.Svm24YellowIcon = require("./Svm24YellowIcon.js")
1475
1484
  module.exports.Swap16GrayIcon = require("./Swap16GrayIcon.js")
1485
+ module.exports.SyncReplicaPlan16FillGradientBlueIcon = require("./SyncReplicaPlan16FillGradientBlueIcon.js")
1486
+ module.exports.SyncReplicaPlan16FillGradientGrayIcon = require("./SyncReplicaPlan16FillGradientGrayIcon.js")
1487
+ module.exports.SyncReplicaPlan24FillGradientBlueIcon = require("./SyncReplicaPlan24FillGradientBlueIcon.js")
1488
+ module.exports.SyncReplicaPlan24FillGradientGrayIcon = require("./SyncReplicaPlan24FillGradientGrayIcon.js")
1489
+ module.exports.SyncReplicaPlan24FillGradientOntintIcon = require("./SyncReplicaPlan24FillGradientOntintIcon.js")
1476
1490
  module.exports.Syslog24GradientBlueIcon = require("./Syslog24GradientBlueIcon.js")
1477
1491
  module.exports.Syslog24OntintIcon = require("./Syslog24OntintIcon.js")
1478
1492
  module.exports.SystemDisk16RedIcon = require("./SystemDisk16RedIcon.js")
@@ -1530,6 +1544,7 @@ module.exports.TrashBinSlash24RedIcon = require("./TrashBinSlash24RedIcon.js")
1530
1544
  module.exports.TrashMoveToRecycle24GradientBlueIcon = require("./TrashMoveToRecycle24GradientBlueIcon.js")
1531
1545
  module.exports.TrashMoveToRecycle24GradientRedIcon = require("./TrashMoveToRecycle24GradientRedIcon.js")
1532
1546
  module.exports.TriangleExclamationIcon = require("./TriangleExclamationIcon.js")
1547
+ module.exports.TrustedConnection16GradientBlueIcon = require("./TrustedConnection16GradientBlueIcon.js")
1533
1548
  module.exports.Unfold16RegularSecondaryIcon = require("./Unfold16RegularSecondaryIcon.js")
1534
1549
  module.exports.UnfoldColCards16RegularBlueIcon = require("./UnfoldColCards16RegularBlueIcon.js")
1535
1550
  module.exports.UnfoldColCards16RegularSecondaryIcon = require("./UnfoldColCards16RegularSecondaryIcon.js")
@@ -1590,6 +1605,7 @@ module.exports.Vds24BlueIcon = require("./Vds24BlueIcon.js")
1590
1605
  module.exports.Vds24Icon = require("./Vds24Icon.js")
1591
1606
  module.exports.VgpuDriverFile16GradientGrayIcon = require("./VgpuDriverFile16GradientGrayIcon.js")
1592
1607
  module.exports.VgpuDriverFile24GradientBlueIcon = require("./VgpuDriverFile24GradientBlueIcon.js")
1608
+ module.exports.ViewEye16GradientBlueIcon = require("./ViewEye16GradientBlueIcon.js")
1593
1609
  module.exports.ViewEye16GradientGrayIcon = require("./ViewEye16GradientGrayIcon.js")
1594
1610
  module.exports.ViewEye16GrayIcon = require("./ViewEye16GrayIcon.js")
1595
1611
  module.exports.ViewEye24GradientBlueIcon = require("./ViewEye24GradientBlueIcon.js")
@@ -1616,6 +1632,7 @@ module.exports.VirtualServer24FillGradientGreyIcon = require("./VirtualServer24F
1616
1632
  module.exports.VirtualServer24FillOntintIcon = require("./VirtualServer24FillOntintIcon.js")
1617
1633
  module.exports.VirtualVolume16GradientBlueIcon = require("./VirtualVolume16GradientBlueIcon.js")
1618
1634
  module.exports.VirtualVolume16GrayIcon = require("./VirtualVolume16GrayIcon.js")
1635
+ module.exports.VirtualVolume16OntintIcon = require("./VirtualVolume16OntintIcon.js")
1619
1636
  module.exports.VirtualVolume24GradientBlueIcon = require("./VirtualVolume24GradientBlueIcon.js")
1620
1637
  module.exports.VirtualVolume24GradientGrayIcon = require("./VirtualVolume24GradientGrayIcon.js")
1621
1638
  module.exports.VirtualVolumeAddPlus16GradientGrayIcon = require("./VirtualVolumeAddPlus16GradientGrayIcon.js")
@@ -1662,6 +1679,7 @@ module.exports.VmResume16Icon = require("./VmResume16Icon.js")
1662
1679
  module.exports.VmShutdown16Icon = require("./VmShutdown16Icon.js")
1663
1680
  module.exports.VmSnapshot16GradientBlueIcon = require("./VmSnapshot16GradientBlueIcon.js")
1664
1681
  module.exports.VmSnapshot16GradientGrayIcon = require("./VmSnapshot16GradientGrayIcon.js")
1682
+ module.exports.VmSnapshot16GradientYellowIcon = require("./VmSnapshot16GradientYellowIcon.js")
1665
1683
  module.exports.VmSnapshot24GradientBlueIcon = require("./VmSnapshot24GradientBlueIcon.js")
1666
1684
  module.exports.VmSnapshot24GradientGrayIcon = require("./VmSnapshot24GradientGrayIcon.js")
1667
1685
  module.exports.VmSnapshotRebuild16GradientBlueIcon = require("./VmSnapshotRebuild16GradientBlueIcon.js")
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function EventAuditing16BlueIcon({
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": "EventAuditing16BlueIcon",
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: "M4.519 1.87c-.037.072-.037.168-.037.36v.272c0 .192 0 .287.037.36a.341.341 0 00.15.15c.072.037.168.037.359.037h5.737c.19 0 .287 0 .36-.037a.342.342 0 00.149-.15c.037-.073.037-.168.037-.36V2.23c0-.191 0-.287-.037-.36a.342.342 0 00-.15-.149c-.072-.037-.168-.037-.36-.037h-.437c-.043 0-.064 0-.084-.002a.546.546 0 01-.469-.34c-.019-.038-.028-.057-.038-.074a.546.546 0 00-.43-.266L9.221 1H6.57l-.084.001a.546.546 0 00-.43.266l-.039.074a.546.546 0 01-.469.34c-.02.002-.04.002-.083.002h-.438c-.191 0-.287 0-.36.037a.341.341 0 00-.15.15zM3.25 2a1.5 1.5 0 00-1.5 1.5v10a1.5 1.5 0 001.5 1.5h9.5a1.5 1.5 0 001.5-1.5v-10a1.5 1.5 0 00-1.5-1.5h-.754v1h.754a.5.5 0 01.5.5v10a.5.5 0 01-.5.5h-9.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5h.548V2H3.25zM5.6 5.5a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1 3a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1.8 3.8a.8.8 0 100-1.6.8.8 0 000 1.6zM7.1 11a.5.5 0 000 1h4.4a.5.5 0 000-1H7.1z",
20
+ fill: "url(#paint0_radial_EventAuditing16BlueIcon_9738_58074)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_EventAuditing16BlueIcon_9738_58074",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(12.5 -14 12.5 14 1.75 15)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ export default EventAuditing16BlueIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function EventAuditing16GrayIcon({
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": "EventAuditing16GrayIcon",
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: "M4.519 1.87c-.037.072-.037.168-.037.36v.272c0 .192 0 .287.037.36a.341.341 0 00.15.15c.072.037.168.037.359.037h5.737c.19 0 .287 0 .36-.037a.342.342 0 00.149-.15c.037-.073.037-.168.037-.36V2.23c0-.191 0-.287-.037-.36a.342.342 0 00-.15-.149c-.072-.037-.168-.037-.36-.037h-.437c-.043 0-.064 0-.084-.002a.546.546 0 01-.469-.34c-.019-.038-.028-.057-.038-.074a.546.546 0 00-.43-.266L9.221 1H6.57l-.084.001a.546.546 0 00-.43.266l-.039.074a.546.546 0 01-.469.34c-.02.002-.04.002-.083.002h-.438c-.191 0-.287 0-.36.037a.341.341 0 00-.15.15zM3.25 2a1.5 1.5 0 00-1.5 1.5v10a1.5 1.5 0 001.5 1.5h9.5a1.5 1.5 0 001.5-1.5v-10a1.5 1.5 0 00-1.5-1.5h-.754v1h.754a.5.5 0 01.5.5v10a.5.5 0 01-.5.5h-9.5a.5.5 0 01-.5-.5v-10a.5.5 0 01.5-.5h.548V2H3.25zM5.6 5.5a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1 3a.8.8 0 11-1.6 0 .8.8 0 011.6 0zm1 0a.5.5 0 01.5-.5h4.4a.5.5 0 010 1H7.1a.5.5 0 01-.5-.5zm-1.8 3.8a.8.8 0 100-1.6.8.8 0 000 1.6zM7.1 11a.5.5 0 000 1h4.4a.5.5 0 000-1H7.1z",
20
+ fill: "url(#paint0_radial_EventAuditing16GrayIcon_17929_35)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_EventAuditing16GrayIcon_17929_35",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(12.5 -14 12.5 14 1.75 15)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default EventAuditing16GrayIcon;
@@ -0,0 +1,35 @@
1
+ import * as React from "react";
2
+ function EventAuditing24GrayIcon({
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": "EventAuditing24GrayIcon",
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: "M7.054 2.773C7 2.88 7 3.02 7 3.3v.4c0 .28 0 .42.054.527a.5.5 0 00.219.218c.107.055.247.055.527.055h8.4c.28 0 .42 0 .527-.054a.5.5 0 00.218-.219C17 4.12 17 3.98 17 3.7v-.4c0-.28 0-.42-.055-.527a.5.5 0 00-.218-.219C16.62 2.5 16.48 2.5 16.2 2.5h-.641c-.062 0-.093 0-.122-.002a.8.8 0 01-.63-.39c-.015-.024-.03-.052-.057-.108a1.76 1.76 0 00-.057-.109.8.8 0 00-.63-.389c-.029-.002-.06-.002-.122-.002h-3.882c-.062 0-.094 0-.122.002a.8.8 0 00-.63.39c-.015.024-.03.052-.057.108a1.792 1.792 0 01-.057.109.8.8 0 01-.63.389c-.028.002-.06.002-.122.002H7.8c-.28 0-.42 0-.527.054a.5.5 0 00-.218.219zm-2.962.445C4.494 3.013 5.012 3 6 3v1c-.465 0-.783.004-1.032.024-.272.022-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.063.15-.085.422C4 5.25 4 5.623 4 6.2v12.6c0 .576 0 .949.024 1.232.022.272.06.372.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 19.75 20 19.377 20 18.8V6.2c0-.577 0-.949-.024-1.232-.022-.272-.06-.373-.085-.422a1 1 0 00-.437-.437c-.05-.025-.15-.063-.422-.085C18.783 4.004 18.465 4 18 4V3c.988 0 1.506.013 1.908.218a2 2 0 01.874.874C21 4.52 21 5.08 21 6.2v12.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 22 18.92 22 17.8 22H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 20.48 3 19.92 3 18.8V6.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874zM10.5 8.5A.5.5 0 0111 8h6.5a.5.5 0 010 1H11a.5.5 0 01-.5-.5zm.5 4a.5.5 0 000 1h6.5a.5.5 0 000-1H11zm-.5 5a.5.5 0 01.5-.5h6.5a.5.5 0 010 1H11a.5.5 0 01-.5-.5zM8 8.5a.5.5 0 11-1 0 .5.5 0 011 0zm1 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-1.5 5a.5.5 0 100-1 .5.5 0 000 1zm0 1a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm.5 3a.5.5 0 11-1 0 .5.5 0 011 0zm1 0a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z",
20
+ fill: "url(#paint0_radial_EventAuditing24GrayIcon_17929_31)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_EventAuditing24GrayIcon_17929_31",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientTransform: "matrix(18 -20.5 18 20.5 3 22)",
27
+ gradientUnits: "userSpaceOnUse"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ export default EventAuditing24GrayIcon;
@@ -0,0 +1,95 @@
1
+ import * as React from "react";
2
+ function GenerateCsr16GradientBlueIcon({
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": "GenerateCsr16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M4.033 13c.001.215.006.374.017.504.007.093.016.15.024.184l.01.03a.501.501 0 00.23.23c.005.002.014.006.03.01.035.008.091.017.184.024.2.017.468.018.904.018h5.2c.436 0 .704-.001.904-.018.093-.007.15-.016.184-.024l.03-.01.008-.003a.501.501 0 00.22-.218l.001-.003.001-.005c.002-.006.006-.015.01-.031.008-.035.017-.091.024-.184.011-.13.016-.289.017-.504h1c-.004.582-.027.915-.162 1.18a1.503 1.503 0 01-.656.657c-.321.163-.742.163-1.581.163h-5.2c-.84 0-1.26 0-1.58-.163a1.503 1.503 0 01-.657-.656c-.135-.266-.158-.599-.162-1.181h1z",
18
+ fill: "url(#paint0_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M8.241 8c.283 0 .531.048.744.145.214.094.382.227.504.396a.997.997 0 01.19.581h-.696a.517.517 0 00-.23-.388c-.133-.092-.308-.138-.522-.138-.15 0-.279.022-.387.066a.576.576 0 00-.248.18.431.431 0 00-.03.471.51.51 0 00.157.153c.067.04.14.075.22.102.08.028.162.052.243.07l.374.091c.15.035.296.081.435.14.14.057.266.13.376.219.111.089.2.196.264.321a.945.945 0 01.097.44c0 .228-.06.429-.179.602a1.18 1.18 0 01-.517.404 2.071 2.071 0 01-.817.145c-.31 0-.579-.047-.807-.14a1.199 1.199 0 01-.533-.41 1.193 1.193 0 01-.207-.657h.71c.011.135.054.248.13.338.075.09.173.157.293.201.122.044.258.066.409.066.157 0 .295-.022.413-.068a.67.67 0 00.28-.194.46.46 0 00.104-.292.367.367 0 00-.092-.251.671.671 0 00-.251-.167 2.461 2.461 0 00-.374-.121l-.453-.115c-.329-.082-.589-.207-.78-.374a.853.853 0 01-.284-.67c0-.228.063-.43.19-.601.129-.172.304-.306.525-.4.22-.097.47-.145.749-.145z",
21
+ fill: "url(#paint1_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M4.858 8c.222 0 .429.03.62.09.19.062.36.15.51.268.148.117.271.26.367.43.098.168.162.36.192.577h-.729a.871.871 0 00-.323-.54.877.877 0 00-.284-.143 1.136 1.136 0 00-.341-.05c-.217 0-.409.054-.576.16-.168.105-.3.26-.394.463-.095.202-.141.45-.141.742 0 .297.046.548.141.752.096.202.228.355.394.459.167.102.358.154.574.154.12 0 .231-.015.335-.046a.924.924 0 00.282-.138.835.835 0 00.333-.527l.729.003a1.544 1.544 0 01-1.04 1.237c-.195.069-.411.103-.649.103-.35 0-.663-.079-.938-.237a1.675 1.675 0 01-.65-.686c-.159-.298-.238-.656-.238-1.074 0-.419.08-.777.24-1.074.159-.299.376-.527.652-.686C4.199 8.08 4.51 8 4.858 8z",
24
+ fill: "url(#paint2_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M11.48 8.053c.306 0 .564.052.772.156.208.104.366.25.472.437.108.186.162.403.162.65 0 .25-.055.467-.164.65a1.07 1.07 0 01-.476.423c-.025.012-.052.02-.078.03l.864 1.542h-.806l-.784-1.423h-.734v1.423h-.723V8.053h1.495zm-.772 1.88h.665c.179 0 .326-.025.44-.073a.52.52 0 00.253-.214.678.678 0 00.084-.35.701.701 0 00-.084-.353.528.528 0 00-.255-.223 1.077 1.077 0 00-.442-.078h-.661v1.29z",
29
+ fill: "url(#paint3_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
30
+ }), /*#__PURE__*/React.createElement("path", {
31
+ d: "M9.032 1l4 4v2h-1V5.5H9.421c-.06 0-.131 0-.194-.005a.758.758 0 01-.286-.077.75.75 0 01-.327-.327.758.758 0 01-.077-.286c-.005-.063-.005-.134-.005-.194V2h-3.1c-.436 0-.704.001-.904.018a1.32 1.32 0 00-.184.024c-.016.004-.025.008-.03.01l-.009.003a.501.501 0 00-.218.218l-.003.008c-.002.006-.006.015-.01.031a1.32 1.32 0 00-.024.184c-.017.2-.018.468-.018.904V7h-1V3.4c0-.84 0-1.26.163-1.58.144-.283.374-.513.656-.657C4.172 1 4.593 1 5.432 1h3.6z",
32
+ fill: "url(#paint4_radial_GenerateCsr16GradientBlueIcon_13778_34114)"
33
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
34
+ id: "paint0_radial_GenerateCsr16GradientBlueIcon_13778_34114",
35
+ cx: 0,
36
+ cy: 0,
37
+ r: 1,
38
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
39
+ gradientUnits: "userSpaceOnUse"
40
+ }, /*#__PURE__*/React.createElement("stop", {
41
+ stopColor: "#5BCAFF"
42
+ }), /*#__PURE__*/React.createElement("stop", {
43
+ offset: 1,
44
+ stopColor: "#06F"
45
+ })), /*#__PURE__*/React.createElement("radialGradient", {
46
+ id: "paint1_radial_GenerateCsr16GradientBlueIcon_13778_34114",
47
+ cx: 0,
48
+ cy: 0,
49
+ r: 1,
50
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
51
+ gradientUnits: "userSpaceOnUse"
52
+ }, /*#__PURE__*/React.createElement("stop", {
53
+ stopColor: "#5BCAFF"
54
+ }), /*#__PURE__*/React.createElement("stop", {
55
+ offset: 1,
56
+ stopColor: "#06F"
57
+ })), /*#__PURE__*/React.createElement("radialGradient", {
58
+ id: "paint2_radial_GenerateCsr16GradientBlueIcon_13778_34114",
59
+ cx: 0,
60
+ cy: 0,
61
+ r: 1,
62
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
63
+ gradientUnits: "userSpaceOnUse"
64
+ }, /*#__PURE__*/React.createElement("stop", {
65
+ stopColor: "#5BCAFF"
66
+ }), /*#__PURE__*/React.createElement("stop", {
67
+ offset: 1,
68
+ stopColor: "#06F"
69
+ })), /*#__PURE__*/React.createElement("radialGradient", {
70
+ id: "paint3_radial_GenerateCsr16GradientBlueIcon_13778_34114",
71
+ cx: 0,
72
+ cy: 0,
73
+ r: 1,
74
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
75
+ gradientUnits: "userSpaceOnUse"
76
+ }, /*#__PURE__*/React.createElement("stop", {
77
+ stopColor: "#5BCAFF"
78
+ }), /*#__PURE__*/React.createElement("stop", {
79
+ offset: 1,
80
+ stopColor: "#06F"
81
+ })), /*#__PURE__*/React.createElement("radialGradient", {
82
+ id: "paint4_radial_GenerateCsr16GradientBlueIcon_13778_34114",
83
+ cx: 0,
84
+ cy: 0,
85
+ r: 1,
86
+ gradientTransform: "matrix(10 -14 10 14 3.032 15)",
87
+ gradientUnits: "userSpaceOnUse"
88
+ }, /*#__PURE__*/React.createElement("stop", {
89
+ stopColor: "#5BCAFF"
90
+ }), /*#__PURE__*/React.createElement("stop", {
91
+ offset: 1,
92
+ stopColor: "#06F"
93
+ }))));
94
+ }
95
+ export default GenerateCsr16GradientBlueIcon;