@cloudtower/icons-react 0.31.25 → 0.31.27

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 (41) hide show
  1. package/dist/HotfixPackagePatchFile16GradientGrayIcon.d.ts +4 -0
  2. package/dist/HotfixPackagePatchFile24GradientBlueIcon.d.ts +4 -0
  3. package/dist/InstallPackagePatch16GradientBlueIcon.d.ts +4 -0
  4. package/dist/Key16GradientBlueIcon.d.ts +4 -0
  5. package/dist/Key16GradientGrayIcon.d.ts +4 -0
  6. package/dist/Key16OntintIcon.d.ts +4 -0
  7. package/dist/Key24GradientBllueIcon.d.ts +4 -0
  8. package/dist/Key24GradientGrayIcon.d.ts +4 -0
  9. package/dist/Key24OntintIcon.d.ts +4 -0
  10. package/dist/ScalingUp16GradientBlueIconIcon.d.ts +4 -0
  11. package/dist/ServiceComponent16Gray50Icon.d.ts +4 -0
  12. package/dist/ServiceComponent16Gray70Icon.d.ts +4 -0
  13. package/dist/cjs/HotfixPackagePatchFile16GradientGrayIcon.js +50 -0
  14. package/dist/cjs/HotfixPackagePatchFile24GradientBlueIcon.js +50 -0
  15. package/dist/cjs/InstallPackagePatch16GradientBlueIcon.js +50 -0
  16. package/dist/cjs/Key16GradientBlueIcon.js +35 -0
  17. package/dist/cjs/Key16GradientGrayIcon.js +35 -0
  18. package/dist/cjs/Key16OntintIcon.js +23 -0
  19. package/dist/cjs/Key24GradientBllueIcon.js +35 -0
  20. package/dist/cjs/Key24GradientGrayIcon.js +35 -0
  21. package/dist/cjs/Key24OntintIcon.js +23 -0
  22. package/dist/cjs/ScalingUp16GradientBlueIconIcon.js +55 -0
  23. package/dist/cjs/ServiceComponent16Gray50Icon.js +27 -0
  24. package/dist/cjs/ServiceComponent16Gray70Icon.js +27 -0
  25. package/dist/cjs/index.js +12 -0
  26. package/dist/esm/HotfixPackagePatchFile16GradientGrayIcon.js +50 -0
  27. package/dist/esm/HotfixPackagePatchFile24GradientBlueIcon.js +50 -0
  28. package/dist/esm/InstallPackagePatch16GradientBlueIcon.js +50 -0
  29. package/dist/esm/Key16GradientBlueIcon.js +35 -0
  30. package/dist/esm/Key16GradientGrayIcon.js +35 -0
  31. package/dist/esm/Key16OntintIcon.js +23 -0
  32. package/dist/esm/Key24GradientBllueIcon.js +35 -0
  33. package/dist/esm/Key24GradientGrayIcon.js +35 -0
  34. package/dist/esm/Key24OntintIcon.js +23 -0
  35. package/dist/esm/ScalingUp16GradientBlueIconIcon.js +55 -0
  36. package/dist/esm/ServiceComponent16Gray50Icon.js +27 -0
  37. package/dist/esm/ServiceComponent16Gray70Icon.js +27 -0
  38. package/dist/esm/index.js +12 -0
  39. package/dist/image-types.d.ts +1 -1
  40. package/dist/index.d.ts +12 -0
  41. package/package.json +3 -3
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const HotfixPackagePatchFile16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default HotfixPackagePatchFile16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const HotfixPackagePatchFile24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default HotfixPackagePatchFile24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InstallPackagePatch16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InstallPackagePatch16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Key16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Key16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Key16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Key16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Key16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Key16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Key24GradientBllueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Key24GradientBllueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Key24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Key24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Key24OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Key24OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ScalingUp16GradientBlueIconIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ScalingUp16GradientBlueIconIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServiceComponent16Gray50Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServiceComponent16Gray50Icon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const ServiceComponent16Gray70Icon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ServiceComponent16Gray70Icon;
4
+
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function HotfixPackagePatchFile16GradientGrayIcon({
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": "HotfixPackagePatchFile16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.14 6.049a1.89 1.89 0 011.365 2.479l2.166 2.166a.542.542 0 010 .764l-.381.382a.542.542 0 01-.764 0L7.359 9.673a1.89 1.89 0 01-2.415-2.415l.954.954a.542.542 0 00.764 0l.382-.381a.542.542 0 000-.764l-.955-.955a1.89 1.89 0 011.05-.063z",
18
+ fill: "url(#paint0_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M9.033 1.5c.208 0 .39 0 .568.043.155.038.304.1.44.186.154.097.281.228.426.377l2.467 2.538c.14.143.262.269.353.42.08.132.138.276.173.427.04.17.04.347.04.546v6.382c0 .264 0 .491-.015.679a1.526 1.526 0 01-.149.583 1.5 1.5 0 01-.655.656c-.19.096-.386.132-.583.148-.188.015-.415.015-.679.015H4.581c-.264 0-.491 0-.679-.015a1.528 1.528 0 01-.583-.148 1.5 1.5 0 01-.656-.656 1.527 1.527 0 01-.148-.583 8.95 8.95 0 01-.015-.679V3.581c0-.264 0-.491.015-.678.016-.198.052-.395.148-.584a1.5 1.5 0 01.656-.655c.19-.097.386-.133.583-.149a8.95 8.95 0 01.679-.015h4.452zM10.6 6h1.9v6.4c0 .288 0 .474-.012.616a.57.57 0 01-.043.211.5.5 0 01-.218.219.57.57 0 01-.21.042 8.483 8.483 0 01-.617.012H4.6c-.288 0-.474 0-.616-.012a.57.57 0 01-.211-.042.5.5 0 01-.219-.219.569.569 0 01-.042-.21A8.496 8.496 0 013.5 12.4V3.6c0-.288 0-.474.012-.616a.57.57 0 01.042-.21.5.5 0 01.219-.22.57.57 0 01.21-.042c.143-.012.329-.012.617-.012H9v1.9c0 .56 0 .84.109 1.054a1 1 0 00.437.437C9.76 6 10.04 6 10.6 6z",
23
+ fill: "url(#paint1_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 14.5)"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#CCD4E3"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#6B7D99"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 14.5)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#CCD4E3"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#6B7D99"
48
+ }))));
49
+ }
50
+ module.exports = HotfixPackagePatchFile16GradientGrayIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function HotfixPackagePatchFile24GradientBlueIcon({
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": "HotfixPackagePatchFile24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M10.837 8.909a2.962 2.962 0 012.14 3.884l3.395 3.395a.85.85 0 010 1.197l-.599.598a.849.849 0 01-1.196 0l-3.395-3.395a2.963 2.963 0 01-3.785-3.785L8.893 12.3a.849.849 0 001.196 0l.599-.598a.849.849 0 000-1.197L9.192 9.008a2.962 2.962 0 011.645-.1z",
18
+ fill: "url(#paint0_radial_HotfixPackagePatchFile24GradientBlueIcon_15552_81039)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M4 19.6c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h11.2c.84 0 1.26 0 1.581-.163a1.5 1.5 0 00.655-.656c.164-.32.164-.74.164-1.581V8.66c0-.35 0-.524-.038-.69a1.5 1.5 0 00-.165-.417c-.085-.147-.204-.275-.442-.53l-3.977-4.26c-.262-.282-.393-.422-.549-.523a1.5 1.5 0 00-.449-.195C14.2 2 14.008 2 13.624 2H6.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 00-.656.656C4 3.139 4 3.559 4 4.4v15.2zm1 0V4.4c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215.5.5 0 01.222-.226l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017h7.1v4.4c0 .56 0 .84.109 1.054a1 1 0 00.437.437C14.26 9 14.54 9 15.1 9H19v10.6c0 .436 0 .704-.017.904a1.29 1.29 0 01-.034.215.5.5 0 01-.222.226l-.001.001-.007.003a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H6.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034l-.008-.004a.5.5 0 01-.218-.218l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z",
23
+ fill: "url(#paint1_radial_HotfixPackagePatchFile24GradientBlueIcon_15552_81039)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_HotfixPackagePatchFile24GradientBlueIcon_15552_81039",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "matrix(16 -20 19.5122 15.60975 4 22)"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_HotfixPackagePatchFile24GradientBlueIcon_15552_81039",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "matrix(16 -20 19.5122 15.60975 4 22)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ module.exports = HotfixPackagePatchFile24GradientBlueIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function InstallPackagePatch16GradientBlueIcon({
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": "InstallPackagePatch16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M6.895 3.993A2.43 2.43 0 018.65 7.18l2.786 2.786a.696.696 0 010 .982l-.491.49a.696.696 0 01-.982 0L7.177 8.654a2.43 2.43 0 01-3.105-3.106l1.227 1.228a.696.696 0 00.982 0l.49-.491a.696.696 0 000-.982L5.546 4.075a2.43 2.43 0 011.35-.082z",
18
+ fill: "url(#paint0_radial_InstallPackagePatch16GradientBlueIcon_15735_100376)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M8 15A7 7 0 108 1a7 7 0 000 14zm0-1A6 6 0 108 2a6 6 0 000 12z",
23
+ fill: "url(#paint1_radial_InstallPackagePatch16GradientBlueIcon_15735_100376)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_InstallPackagePatch16GradientBlueIcon_15735_100376",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_InstallPackagePatch16GradientBlueIcon_15735_100376",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "matrix(14 -14 14 14 1 15)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ module.exports = InstallPackagePatch16GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Key16GradientBlueIcon({
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": "Key16GradientBlueIcon",
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: "M13 2H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1zM3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3zm5 6a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm.498.95a2.5 2.5 0 10-.996 0A.507.507 0 007.5 8v4a.5.5 0 00.5.5h1.5a.5.5 0 000-1h-1v-1h1a.5.5 0 000-1h-1V8c0-.017 0-.033-.002-.05z",
20
+ fill: "url(#paint0_radial_Key16GradientBlueIcon_16101_22)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_Key16GradientBlueIcon_16101_22",
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 = Key16GradientBlueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Key16GradientGrayIcon({
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": "Key16GradientGrayIcon",
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: "M13 2H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1zM3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3zm5 6a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm.498.95a2.5 2.5 0 10-.996 0A.507.507 0 007.5 8v4a.5.5 0 00.5.5h1.5a.5.5 0 000-1h-1v-1h1a.5.5 0 000-1h-1V8c0-.017 0-.033-.002-.05z",
20
+ fill: "url(#paint0_radial_Key16GradientGrayIcon_16101_25)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_Key16GradientGrayIcon_16101_25",
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 = Key16GradientGrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function Key16OntintIcon({
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": "Key16OntintIcon",
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: "M13 2H3a1 1 0 00-1 1v10a1 1 0 001 1h10a1 1 0 001-1V3a1 1 0 00-1-1zM3 1a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2H3zm5 6a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm.498.95a2.5 2.5 0 10-.996 0A.507.507 0 007.5 8v4a.5.5 0 00.5.5h1.5a.5.5 0 000-1h-1v-1h1a.5.5 0 000-1h-1V8c0-.017 0-.033-.002-.05z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = Key16OntintIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Key24GradientBllueIcon({
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": "Key24GradientBllueIcon",
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: "M18.5 4h-13A1.5 1.5 0 004 5.5v13A1.5 1.5 0 005.5 20h13a1.5 1.5 0 001.5-1.5v-13A1.5 1.5 0 0018.5 4zm-13-1A2.5 2.5 0 003 5.5v13A2.5 2.5 0 005.5 21h13a2.5 2.5 0 002.5-2.5v-13A2.5 2.5 0 0018.5 3h-13zm6.5 8.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm.5.965a3.501 3.501 0 10-1 0V17.5a.5.5 0 00.5.5h2.5a.5.5 0 000-1h-2v-1.5h2a.5.5 0 000-1h-2v-2.035z",
20
+ fill: "url(#paint0_radial_Key24GradientBllueIcon_16101_15)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_Key24GradientBllueIcon_16101_15",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#5BCAFF"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#06F"
33
+ }))));
34
+ }
35
+ module.exports = Key24GradientBllueIcon;
@@ -0,0 +1,35 @@
1
+ const React = require("react");
2
+ function Key24GradientGrayIcon({
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": "Key24GradientGrayIcon",
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: "M18.5 4h-13A1.5 1.5 0 004 5.5v13A1.5 1.5 0 005.5 20h13a1.5 1.5 0 001.5-1.5v-13A1.5 1.5 0 0018.5 4zm-13-1A2.5 2.5 0 003 5.5v13A2.5 2.5 0 005.5 21h13a2.5 2.5 0 002.5-2.5v-13A2.5 2.5 0 0018.5 3h-13zm6.5 8.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm.5.965a3.501 3.501 0 10-1 0V17.5a.5.5 0 00.5.5h2.5a.5.5 0 000-1h-2v-1.5h2a.5.5 0 000-1h-2v-2.035z",
20
+ fill: "url(#paint0_radial_Key24GradientGrayIcon_16101_18)"
21
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
22
+ id: "paint0_radial_Key24GradientGrayIcon_16101_18",
23
+ cx: 0,
24
+ cy: 0,
25
+ r: 1,
26
+ gradientUnits: "userSpaceOnUse",
27
+ gradientTransform: "rotate(-45 26.85 6.879) scale(25.4558)"
28
+ }, /*#__PURE__*/React.createElement("stop", {
29
+ stopColor: "#CCD4E3"
30
+ }), /*#__PURE__*/React.createElement("stop", {
31
+ offset: 1,
32
+ stopColor: "#6B7D99"
33
+ }))));
34
+ }
35
+ module.exports = Key24GradientGrayIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function Key24OntintIcon({
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": "Key24OntintIcon",
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: "M18.5 4h-13A1.5 1.5 0 004 5.5v13A1.5 1.5 0 005.5 20h13a1.5 1.5 0 001.5-1.5v-13A1.5 1.5 0 0018.5 4zm-13-1A2.5 2.5 0 003 5.5v13A2.5 2.5 0 005.5 21h13a2.5 2.5 0 002.5-2.5v-13A2.5 2.5 0 0018.5 3h-13zm6.5 8.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zm.5.965a3.501 3.501 0 10-1 0V17.5a.5.5 0 00.5.5h2.5a.5.5 0 000-1h-2v-1.5h2a.5.5 0 000-1h-2v-2.035z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = Key24OntintIcon;
@@ -0,0 +1,55 @@
1
+ const React = require("react");
2
+ function ScalingUp16GradientBlueIconIcon({
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": "ScalingUp16GradientBlueIconIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ clipPath: "url(#clip0_15552_81024)"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ d: "M8.646 3.672a.5.5 0 010-.707l2.8-2.8a.499.499 0 01.745 0l2.8 2.8a.5.5 0 01-.708.707L12.32 1.71V6.97a.5.5 0 11-1 0V1.706L9.354 3.672a.5.5 0 01-.708 0z",
20
+ fill: "url(#paint0_radial_ScalingUp16GradientBlueIconIcon_15552_81024)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M8.448 7.401c1.372 1.363 1.982 1.132 2.466.766.028.02.057.041.086.06 0 1.234-.002 2.744-.004 4.183v.004L10.993 15H12V8.46c.405-.048.76-.258 1-.562V15a1 1 0 01-1 1H4a1 1 0 01-1-1V3a1 1 0 011-1h4.198l-.259.258c-.211.212-.346.47-.405.742H4v12h1.032l-.013-3.257v-.014C5.009 9.53 5 7.259 5 7l.141-.078c.52-.298 1.792-1.026 3.307.478z",
23
+ fill: "url(#paint1_radial_ScalingUp16GradientBlueIconIcon_15552_81024)"
24
+ })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_ScalingUp16GradientBlueIconIcon_15552_81024",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "rotate(-52.818 17.61 4.98) scale(20.0823 19.3391)"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#5BCAFF"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#06F"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_ScalingUp16GradientBlueIconIcon_15552_81024",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "rotate(-52.818 17.61 4.98) scale(20.0823 19.3391)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ })), /*#__PURE__*/React.createElement("clipPath", {
49
+ id: "clip0_15552_81024"
50
+ }, /*#__PURE__*/React.createElement("path", {
51
+ fill: "#fff",
52
+ d: "M0 0h16v16H0z"
53
+ }))));
54
+ }
55
+ module.exports = ScalingUp16GradientBlueIconIcon;
@@ -0,0 +1,27 @@
1
+ const React = require("react");
2
+ function ServiceComponent16Gray50Icon({
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": "ServiceComponent16Gray50Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.55 9.12l5.505-3.304c.304-.182.304-.478 0-.66L8.551 1.852A1.094 1.094 0 008 1.716c-.2 0-.4.045-.552.136L1.945 5.156c-.304.181-.304.478 0 .66L7.449 9.12c.153.09.352.137.551.137.193.003.383-.044.55-.137z",
18
+ fill: "#CCD4E3"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M14.055 8.33l-5.504 3.303c-.168.093-.358.14-.55.137-.2 0-.4-.046-.552-.137L1.945 8.329c-.304-.182-.304-.478 0-.66l.933-.56 4.248 2.548c.244.147.554.227.874.227.32 0 .63-.08.874-.227l4.248-2.549.934.561c.303.182.303.479 0 .66z",
21
+ fill: "#CCD4E3"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M14.055 10.843l-5.504 3.303c-.168.093-.358.14-.55.137-.2 0-.4-.046-.552-.137l-5.504-3.303c-.304-.182-.304-.478 0-.66l.933-.56 4.248 2.549c.244.145.554.225.874.225.32 0 .63-.08.874-.225l4.248-2.549.933.56c.304.182.304.478 0 .66z",
24
+ fill: "#CCD4E3"
25
+ }));
26
+ }
27
+ module.exports = ServiceComponent16Gray50Icon;
@@ -0,0 +1,27 @@
1
+ const React = require("react");
2
+ function ServiceComponent16Gray70Icon({
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": "ServiceComponent16Gray70Icon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M8.55 9.12l5.505-3.304c.304-.182.304-.478 0-.66L8.551 1.852A1.094 1.094 0 008 1.716c-.2 0-.4.045-.552.136L1.945 5.156c-.304.181-.304.478 0 .66L7.449 9.12c.153.09.352.137.551.137.193.003.383-.044.55-.137z",
18
+ fill: "#A3B4CC"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M14.055 8.33l-5.504 3.303c-.168.093-.358.14-.55.137-.2 0-.4-.046-.552-.137L1.945 8.329c-.304-.182-.304-.478 0-.66l.933-.56 4.248 2.548c.244.147.554.227.874.227.32 0 .63-.08.874-.227l4.248-2.549.934.561c.303.182.303.479 0 .66z",
21
+ fill: "#A3B4CC"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M14.055 10.843l-5.504 3.303c-.168.093-.358.14-.55.137-.2 0-.4-.046-.552-.137l-5.504-3.303c-.304-.182-.304-.478 0-.66l.933-.56 4.248 2.549c.244.145.554.225.874.225.32 0 .63-.08.874-.225l4.248-2.549.933.56c.304.182.304.478 0 .66z",
24
+ fill: "#A3B4CC"
25
+ }));
26
+ }
27
+ module.exports = ServiceComponent16Gray70Icon;
package/dist/cjs/index.js CHANGED
@@ -490,6 +490,8 @@ module.exports.HostQuarantine16SecondaryIcon = require("./HostQuarantine16Second
490
490
  module.exports.HostIcon = require("./HostIcon.js")
491
491
  module.exports.HostActivatedIcon = require("./HostActivatedIcon.js")
492
492
  module.exports.HostNormalIcon = require("./HostNormalIcon.js")
493
+ module.exports.HotfixPackagePatchFile16GradientGrayIcon = require("./HotfixPackagePatchFile16GradientGrayIcon.js")
494
+ module.exports.HotfixPackagePatchFile24GradientBlueIcon = require("./HotfixPackagePatchFile24GradientBlueIcon.js")
493
495
  module.exports.Ignore24GradientBlueIcon = require("./Ignore24GradientBlueIcon.js")
494
496
  module.exports.Ignore24GradientGrayIcon = require("./Ignore24GradientGrayIcon.js")
495
497
  module.exports.ImportFile16BlueIcon = require("./ImportFile16BlueIcon.js")
@@ -529,6 +531,7 @@ module.exports.InfoNormalIcon = require("./InfoNormalIcon.js")
529
531
  module.exports.InfoIcon = require("./InfoIcon.js")
530
532
  module.exports.Install24GradientBlueIcon = require("./Install24GradientBlueIcon.js")
531
533
  module.exports.Install24GradientGrayIcon = require("./Install24GradientGrayIcon.js")
534
+ module.exports.InstallPackagePatch16GradientBlueIcon = require("./InstallPackagePatch16GradientBlueIcon.js")
532
535
  module.exports.InstallationPackage24GradientBlueIcon = require("./InstallationPackage24GradientBlueIcon.js")
533
536
  module.exports.InstallationPackage24OntintIcon = require("./InstallationPackage24OntintIcon.js")
534
537
  module.exports.InstalltoolsIcon = require("./InstalltoolsIcon.js")
@@ -583,6 +586,12 @@ module.exports.K8SObjectJob16GradientGrayIcon = require("./K8SObjectJob16Gradien
583
586
  module.exports.K8SObjectJob24GradientBlueIcon = require("./K8SObjectJob24GradientBlueIcon.js")
584
587
  module.exports.K8SObjectStatefulset16GradientGrayIcon = require("./K8SObjectStatefulset16GradientGrayIcon.js")
585
588
  module.exports.K8SObjectStatefulset24GradientBlueIcon = require("./K8SObjectStatefulset24GradientBlueIcon.js")
589
+ module.exports.Key16GradientBlueIcon = require("./Key16GradientBlueIcon.js")
590
+ module.exports.Key16GradientGrayIcon = require("./Key16GradientGrayIcon.js")
591
+ module.exports.Key16OntintIcon = require("./Key16OntintIcon.js")
592
+ module.exports.Key24GradientBllueIcon = require("./Key24GradientBllueIcon.js")
593
+ module.exports.Key24GradientGrayIcon = require("./Key24GradientGrayIcon.js")
594
+ module.exports.Key24OntintIcon = require("./Key24OntintIcon.js")
586
595
  module.exports.L2Gw16GradientBlueIcon = require("./L2Gw16GradientBlueIcon.js")
587
596
  module.exports.L2Gw16GradientGreyIcon = require("./L2Gw16GradientGreyIcon.js")
588
597
  module.exports.L2Gw16OntintIcon = require("./L2Gw16OntintIcon.js")
@@ -1178,6 +1187,7 @@ module.exports.RuleOptimizationVcpuSquare24GradientBlueIcon = require("./RuleOpt
1178
1187
  module.exports.RuleOptimizationVcpuSquare24GradientGrayIcon = require("./RuleOptimizationVcpuSquare24GradientGrayIcon.js")
1179
1188
  module.exports.RuleOptimizationZombie24GradientBlueIcon = require("./RuleOptimizationZombie24GradientBlueIcon.js")
1180
1189
  module.exports.RuleOptimizationZombie24GradientGrayIcon = require("./RuleOptimizationZombie24GradientGrayIcon.js")
1190
+ module.exports.ScalingUp16GradientBlueIconIcon = require("./ScalingUp16GradientBlueIconIcon.js")
1181
1191
  module.exports.Search16BlueIcon = require("./Search16BlueIcon.js")
1182
1192
  module.exports.Search16GradientBlueIcon = require("./Search16GradientBlueIcon.js")
1183
1193
  module.exports.Search16GradientGrayIcon = require("./Search16GradientGrayIcon.js")
@@ -1224,6 +1234,8 @@ module.exports.SelectedObjectsSquareGrid3X324GradientBlueIcon = require("./Selec
1224
1234
  module.exports.SelectedObjectsSquareGrid3X324GradientGrayIcon = require("./SelectedObjectsSquareGrid3X324GradientGrayIcon.js")
1225
1235
  module.exports.Send16FillGradientOthersIcon = require("./Send16FillGradientOthersIcon.js")
1226
1236
  module.exports.Send24FillGradientOthersIcon = require("./Send24FillGradientOthersIcon.js")
1237
+ module.exports.ServiceComponent16Gray50Icon = require("./ServiceComponent16Gray50Icon.js")
1238
+ module.exports.ServiceComponent16Gray70Icon = require("./ServiceComponent16Gray70Icon.js")
1227
1239
  module.exports.SessionExpirationBlueIcon = require("./SessionExpirationBlueIcon.js")
1228
1240
  module.exports.SessionExpirationWhiteIcon = require("./SessionExpirationWhiteIcon.js")
1229
1241
  module.exports.SettingsGear16GradientBlueIcon = require("./SettingsGear16GradientBlueIcon.js")
@@ -0,0 +1,50 @@
1
+ import * as React from "react";
2
+ function HotfixPackagePatchFile16GradientGrayIcon({
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": "HotfixPackagePatchFile16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M7.14 6.049a1.89 1.89 0 011.365 2.479l2.166 2.166a.542.542 0 010 .764l-.381.382a.542.542 0 01-.764 0L7.359 9.673a1.89 1.89 0 01-2.415-2.415l.954.954a.542.542 0 00.764 0l.382-.381a.542.542 0 000-.764l-.955-.955a1.89 1.89 0 011.05-.063z",
18
+ fill: "url(#paint0_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M9.033 1.5c.208 0 .39 0 .568.043.155.038.304.1.44.186.154.097.281.228.426.377l2.467 2.538c.14.143.262.269.353.42.08.132.138.276.173.427.04.17.04.347.04.546v6.382c0 .264 0 .491-.015.679a1.526 1.526 0 01-.149.583 1.5 1.5 0 01-.655.656c-.19.096-.386.132-.583.148-.188.015-.415.015-.679.015H4.581c-.264 0-.491 0-.679-.015a1.528 1.528 0 01-.583-.148 1.5 1.5 0 01-.656-.656 1.527 1.527 0 01-.148-.583 8.95 8.95 0 01-.015-.679V3.581c0-.264 0-.491.015-.678.016-.198.052-.395.148-.584a1.5 1.5 0 01.656-.655c.19-.097.386-.133.583-.149a8.95 8.95 0 01.679-.015h4.452zM10.6 6h1.9v6.4c0 .288 0 .474-.012.616a.57.57 0 01-.043.211.5.5 0 01-.218.219.57.57 0 01-.21.042 8.483 8.483 0 01-.617.012H4.6c-.288 0-.474 0-.616-.012a.57.57 0 01-.211-.042.5.5 0 01-.219-.219.569.569 0 01-.042-.21A8.496 8.496 0 013.5 12.4V3.6c0-.288 0-.474.012-.616a.57.57 0 01.042-.21.5.5 0 01.219-.22.57.57 0 01.21-.042c.143-.012.329-.012.617-.012H9v1.9c0 .56 0 .84.109 1.054a1 1 0 00.437.437C9.76 6 10.04 6 10.6 6z",
23
+ fill: "url(#paint1_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientUnits: "userSpaceOnUse",
30
+ gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 14.5)"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#CCD4E3"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#6B7D99"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_HotfixPackagePatchFile16GradientGrayIcon_15552_81040",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientUnits: "userSpaceOnUse",
42
+ gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 14.5)"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#CCD4E3"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#6B7D99"
48
+ }))));
49
+ }
50
+ export default HotfixPackagePatchFile16GradientGrayIcon;