@cloudtower/icons-react 481.0.2 → 490.0.0

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/CustomNetwork16GradientBlueIcon.d.ts +4 -0
  2. package/dist/CustomNetwork16GradientGrayIcon.d.ts +4 -0
  3. package/dist/CustomNetwork16OntintIcon.d.ts +4 -0
  4. package/dist/CustomNetwork16RedIcon.d.ts +4 -0
  5. package/dist/CustomNetwork16YellowIcon.d.ts +4 -0
  6. package/dist/CustomNetwork24GradientBlueIcon.d.ts +4 -0
  7. package/dist/LbConfigFile24GradientBlueIcon.d.ts +4 -0
  8. package/dist/LbConfigFile24GradientGrayIcon.d.ts +4 -0
  9. package/dist/LbConfigFile24OntintIcon.d.ts +4 -0
  10. package/dist/Ssl24GradientBlueIcon.d.ts +4 -0
  11. package/dist/Ssl24GradientGrayIcon.d.ts +4 -0
  12. package/dist/Ssl24OntintIcon.d.ts +4 -0
  13. package/dist/cjs/CustomNetwork16GradientBlueIcon.js +50 -0
  14. package/dist/cjs/CustomNetwork16GradientGrayIcon.js +50 -0
  15. package/dist/cjs/CustomNetwork16OntintIcon.js +26 -0
  16. package/dist/cjs/CustomNetwork16RedIcon.js +50 -0
  17. package/dist/cjs/CustomNetwork16YellowIcon.js +50 -0
  18. package/dist/cjs/CustomNetwork24GradientBlueIcon.js +50 -0
  19. package/dist/cjs/LbConfigFile24GradientBlueIcon.js +67 -0
  20. package/dist/cjs/LbConfigFile24GradientGrayIcon.js +67 -0
  21. package/dist/cjs/LbConfigFile24OntintIcon.js +31 -0
  22. package/dist/cjs/Ssl24GradientBlueIcon.js +80 -0
  23. package/dist/cjs/Ssl24GradientGrayIcon.js +80 -0
  24. package/dist/cjs/Ssl24OntintIcon.js +26 -0
  25. package/dist/cjs/index.js +12 -0
  26. package/dist/esm/CustomNetwork16GradientBlueIcon.js +50 -0
  27. package/dist/esm/CustomNetwork16GradientGrayIcon.js +50 -0
  28. package/dist/esm/CustomNetwork16OntintIcon.js +26 -0
  29. package/dist/esm/CustomNetwork16RedIcon.js +50 -0
  30. package/dist/esm/CustomNetwork16YellowIcon.js +50 -0
  31. package/dist/esm/CustomNetwork24GradientBlueIcon.js +50 -0
  32. package/dist/esm/LbConfigFile24GradientBlueIcon.js +67 -0
  33. package/dist/esm/LbConfigFile24GradientGrayIcon.js +67 -0
  34. package/dist/esm/LbConfigFile24OntintIcon.js +31 -0
  35. package/dist/esm/Ssl24GradientBlueIcon.js +80 -0
  36. package/dist/esm/Ssl24GradientGrayIcon.js +80 -0
  37. package/dist/esm/Ssl24OntintIcon.js +26 -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 CustomNetwork16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16RedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16RedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork16YellowIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork16YellowIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const CustomNetwork24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default CustomNetwork24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LbConfigFile24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LbConfigFile24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LbConfigFile24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LbConfigFile24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const LbConfigFile24OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default LbConfigFile24OntintIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Ssl24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Ssl24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Ssl24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Ssl24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Ssl24OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Ssl24OntintIcon;
4
+
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16GradientBlueIcon({
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": "CustomNetwork16GradientBlueIcon",
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: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16GradientBlueIcon_19029_24)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16GradientBlueIcon_19029_24)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16GradientBlueIcon_19029_24",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
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_CustomNetwork16GradientBlueIcon_19029_24",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16GradientBlueIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16GradientGrayIcon({
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": "CustomNetwork16GradientGrayIcon",
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: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16GradientGrayIcon_19047_43073)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16GradientGrayIcon_19047_43073)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16GradientGrayIcon_19047_43073",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
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_CustomNetwork16GradientGrayIcon_19047_43073",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#CCD4E3"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#6B7D99"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16GradientGrayIcon;
@@ -0,0 +1,26 @@
1
+ const React = require("react");
2
+ function CustomNetwork16OntintIcon({
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": "CustomNetwork16OntintIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("g", {
17
+ fill: "#fff"
18
+ }, /*#__PURE__*/React.createElement("path", {
19
+ fillRule: "evenodd",
20
+ clipRule: "evenodd",
21
+ d: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z"
24
+ })));
25
+ }
26
+ module.exports = CustomNetwork16OntintIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16RedIcon({
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": "CustomNetwork16RedIcon",
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: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16RedIcon_19029_26)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16RedIcon_19029_26)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16RedIcon_19029_26",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#FF5C78"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#DC0000"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_CustomNetwork16RedIcon_19029_26",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#FF5C78"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#DC0000"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16RedIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork16YellowIcon({
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": "CustomNetwork16YellowIcon",
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: "M8 .75a2.25 2.25 0 01.625 4.412v.388l-.208 1.728L9.81 6.234l1.225-.708a1.751 1.751 0 11.625 1.083l-1.225.707L8.816 8l1.316.556a2.97 2.97 0 00-.412 1.142l-1.303-.976.208 1.728v1.382l-.418.418a1.667 1.667 0 00.667 2.764 1.75 1.75 0 11-1.499-3.149V10.45l.217-1.743-1.402 1.06-.335.193a2.25 2.25 0 11-.625-1.082l.335-.194L7.167 8l-1.6-.684-1.226-.708a1.751 1.751 0 01-2.62-2.233 1.75 1.75 0 013.245 1.151l1.225.707 1.4 1.06-.216-1.743v-.388A2.251 2.251 0 018 .75zM4.753 9.875a1.25 1.25 0 10-2.165 1.252 1.25 1.25 0 002.165-1.252zM8 1.75a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z",
20
+ fill: "url(#paint0_radial_CustomNetwork16YellowIcon_19029_28)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M11.271 8.716a1.993 1.993 0 011.829-.54c.224.048.274.322.111.484l-.762.763c-.13.13-.13.34 0 .47l.473.472c.13.13.34.13.47 0l.762-.761c.163-.163.438-.114.486.11a1.995 1.995 0 01-2.815 2.219L9.857 13.9a.667.667 0 01-.943-.943l1.968-1.968a1.998 1.998 0 01.39-2.273z",
23
+ fill: "url(#paint1_radial_CustomNetwork16YellowIcon_19029_28)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork16YellowIcon_19029_28",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
30
+ gradientUnits: "userSpaceOnUse"
31
+ }, /*#__PURE__*/React.createElement("stop", {
32
+ stopColor: "#FFD505"
33
+ }), /*#__PURE__*/React.createElement("stop", {
34
+ offset: 1,
35
+ stopColor: "#F39600"
36
+ })), /*#__PURE__*/React.createElement("radialGradient", {
37
+ id: "paint1_radial_CustomNetwork16YellowIcon_19029_28",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(18.7577 20.5061) rotate(-45 .936 .28)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#FFD505"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#F39600"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork16YellowIcon;
@@ -0,0 +1,50 @@
1
+ const React = require("react");
2
+ function CustomNetwork24GradientBlueIcon({
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": "CustomNetwork24GradientBlueIcon",
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 1.999a3 3 0 01.625 5.936v1.064c-.013.344-.058.812-.104 1.296-.032.325-.063.657-.086.963.485-.314 1.102-.727 1.644-1.09.446-.298.842-.562 1.072-.71l1.819-1.05A2.002 2.002 0 0120.66 7a2 2 0 01-3.064 2.491l-1.82 1.05c-.242.125-.67.336-1.151.573-.585.288-1.25.618-1.765.881.276.133.58.271.876.406.442.202.87.398 1.174.559l.303.174a3.97 3.97 0 00-.386 1.22l-.54-.312a25.201 25.201 0 01-1.072-.738c-.266-.19-.537-.383-.79-.556.029.577.078 1.318.12 1.969.036.536.067 1.011.08 1.284v2.099c.042.014.084.029.125.046l-.335.335a2 2 0 00.6 3.24c-.298.176-.644.28-1.015.28a2.002 2.002 0 01-.625-3.901V16c.013-.273.044-.75.08-1.285.042-.65.091-1.391.12-1.968-.253.173-.525.367-.79.556-.396.282-.78.555-1.071.738l-.922.532a3 3 0 11-.625-1.083l.923-.531c.304-.16.732-.358 1.174-.56.296-.135.6-.272.876-.405-.514-.263-1.18-.593-1.765-.88a85.922 85.922 0 01-1.151-.574l-1.82-1.05a2 2 0 11.626-1.082l1.819 1.05c.23.148.626.412 1.072.71.542.363 1.16.776 1.645 1.09a50.556 50.556 0 00-.087-.963c-.046-.484-.091-.952-.104-1.296V7.935A3 3 0 0112 1.999zM7.67 14.5a2 2 0 10-3.465 2.001A2 2 0 007.67 14.5zM12 2.999a2.001 2.001 0 100 4.003 2.001 2.001 0 000-4.003z",
20
+ fill: "url(#paint0_radial_CustomNetwork24GradientBlueIcon_19029_22)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M16.656 12.823a2.991 2.991 0 012.744-.81c.337.072.412.483.168.727l-1.144 1.145a.5.5 0 000 .707l.707.707a.5.5 0 00.707 0l1.145-1.145c.244-.244.654-.168.726.17a2.991 2.991 0 01-.81 2.742 2.998 2.998 0 01-3.412.583l-2.952 2.953a1 1 0 01-1.414-1.415l2.952-2.952a2.998 2.998 0 01.583-3.412z",
23
+ fill: "url(#paint1_radial_CustomNetwork24GradientBlueIcon_19029_22)"
24
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
25
+ id: "paint0_radial_CustomNetwork24GradientBlueIcon_19029_22",
26
+ cx: 0,
27
+ cy: 0,
28
+ r: 1,
29
+ gradientTransform: "scale(26.6401 28.2857) rotate(-45 .994 .256)",
30
+ gradientUnits: "userSpaceOnUse"
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_CustomNetwork24GradientBlueIcon_19029_22",
38
+ cx: 0,
39
+ cy: 0,
40
+ r: 1,
41
+ gradientTransform: "scale(26.6401 28.2857) rotate(-45 .994 .256)",
42
+ gradientUnits: "userSpaceOnUse"
43
+ }, /*#__PURE__*/React.createElement("stop", {
44
+ stopColor: "#5BCAFF"
45
+ }), /*#__PURE__*/React.createElement("stop", {
46
+ offset: 1,
47
+ stopColor: "#06F"
48
+ }))));
49
+ }
50
+ module.exports = CustomNetwork24GradientBlueIcon;
@@ -0,0 +1,67 @@
1
+ const React = require("react");
2
+ function LbConfigFile24GradientBlueIcon({
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": "LbConfigFile24GradientBlueIcon",
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.105 20h2.356c.445 0 .814-.07 1.107-.208.294-.138.514-.326.66-.565.145-.24.218-.511.218-.812 0-.295-.06-.547-.181-.756a1.32 1.32 0 00-.47-.483 1.26 1.26 0 00-.593-.19v-.057c.19-.046.36-.12.514-.225a1.15 1.15 0 00.367-.406c.09-.169.136-.371.136-.608 0-.287-.07-.546-.21-.773a1.402 1.402 0 00-.628-.536c-.279-.133-.628-.2-1.048-.2h-2.228V20zm2.216-2.585c.218 0 .406.04.563.122a.877.877 0 01.491.795c0 .231-.085.42-.255.568-.168.146-.444.22-.827.22h-1.134v-1.705h1.162zm-.096-2.364c.31 0 .545.073.702.219a.722.722 0 01.238.556c0 .17-.043.319-.128.444a.828.828 0 01-.344.287c-.145.066-.31.1-.49.1h-1.044V15.05h1.066z",
20
+ fill: "url(#paint0_radial_LbConfigFile24GradientBlueIcon_466_31524)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M7.574 20h3.616v-.884H8.628v-4.934H7.574V20z",
23
+ fill: "url(#paint1_radial_LbConfigFile24GradientBlueIcon_466_31524)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M6 2a2 2 0 00-2 2v8H3a1 1 0 00-1 1v8a1 1 0 001 1h18a1 1 0 001-1v-8a1 1 0 00-1-1h-1V8l-6-6H6zm15 19H3v-8h18v8zM13 7.5A1.5 1.5 0 0014.5 9H19v3H5V4a1 1 0 011-1h7v4.5zm5.586.5H14.5a.5.5 0 01-.5-.5V3.414L18.586 8z",
28
+ fill: "url(#paint2_radial_LbConfigFile24GradientBlueIcon_466_31524)"
29
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
30
+ id: "paint0_radial_LbConfigFile24GradientBlueIcon_466_31524",
31
+ cx: 0,
32
+ cy: 0,
33
+ r: 1,
34
+ gradientUnits: "userSpaceOnUse",
35
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
36
+ }, /*#__PURE__*/React.createElement("stop", {
37
+ stopColor: "#5BCAFF"
38
+ }), /*#__PURE__*/React.createElement("stop", {
39
+ offset: 1,
40
+ stopColor: "#06F"
41
+ })), /*#__PURE__*/React.createElement("radialGradient", {
42
+ id: "paint1_radial_LbConfigFile24GradientBlueIcon_466_31524",
43
+ cx: 0,
44
+ cy: 0,
45
+ r: 1,
46
+ gradientUnits: "userSpaceOnUse",
47
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
48
+ }, /*#__PURE__*/React.createElement("stop", {
49
+ stopColor: "#5BCAFF"
50
+ }), /*#__PURE__*/React.createElement("stop", {
51
+ offset: 1,
52
+ stopColor: "#06F"
53
+ })), /*#__PURE__*/React.createElement("radialGradient", {
54
+ id: "paint2_radial_LbConfigFile24GradientBlueIcon_466_31524",
55
+ cx: 0,
56
+ cy: 0,
57
+ r: 1,
58
+ gradientUnits: "userSpaceOnUse",
59
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
60
+ }, /*#__PURE__*/React.createElement("stop", {
61
+ stopColor: "#5BCAFF"
62
+ }), /*#__PURE__*/React.createElement("stop", {
63
+ offset: 1,
64
+ stopColor: "#06F"
65
+ }))));
66
+ }
67
+ module.exports = LbConfigFile24GradientBlueIcon;
@@ -0,0 +1,67 @@
1
+ const React = require("react");
2
+ function LbConfigFile24GradientGrayIcon({
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": "LbConfigFile24GradientGrayIcon",
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.105 20h2.356c.445 0 .814-.07 1.107-.208.294-.138.514-.326.66-.565.145-.24.218-.511.218-.812 0-.295-.06-.547-.181-.756a1.32 1.32 0 00-.47-.483 1.26 1.26 0 00-.593-.19v-.057c.19-.046.36-.12.514-.225a1.15 1.15 0 00.367-.406c.09-.169.136-.371.136-.608 0-.287-.07-.546-.21-.773a1.402 1.402 0 00-.628-.536c-.279-.133-.628-.2-1.048-.2h-2.228V20zm2.216-2.585c.218 0 .406.04.563.122a.877.877 0 01.491.795c0 .231-.085.42-.255.568-.168.146-.444.22-.827.22h-1.134v-1.705h1.162zm-.096-2.364c.31 0 .545.073.702.219a.722.722 0 01.238.556c0 .17-.043.319-.128.444a.828.828 0 01-.344.287c-.145.066-.31.1-.49.1h-1.044V15.05h1.066z",
20
+ fill: "url(#paint0_radial_LbConfigFile24GradientGrayIcon_466_31526)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M7.574 20h3.616v-.884H8.628v-4.934H7.574V20z",
23
+ fill: "url(#paint1_radial_LbConfigFile24GradientGrayIcon_466_31526)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M6 2a2 2 0 00-2 2v8H3a1 1 0 00-1 1v8a1 1 0 001 1h18a1 1 0 001-1v-8a1 1 0 00-1-1h-1V8l-6-6H6zm15 19H3v-8h18v8zM13 7.5A1.5 1.5 0 0014.5 9H19v3H5V4a1 1 0 011-1h7v4.5zm5.586.5H14.5a.5.5 0 01-.5-.5V3.414L18.586 8z",
28
+ fill: "url(#paint2_radial_LbConfigFile24GradientGrayIcon_466_31526)"
29
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
30
+ id: "paint0_radial_LbConfigFile24GradientGrayIcon_466_31526",
31
+ cx: 0,
32
+ cy: 0,
33
+ r: 1,
34
+ gradientUnits: "userSpaceOnUse",
35
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
36
+ }, /*#__PURE__*/React.createElement("stop", {
37
+ stopColor: "#CCD4E3"
38
+ }), /*#__PURE__*/React.createElement("stop", {
39
+ offset: 1,
40
+ stopColor: "#6B7D99"
41
+ })), /*#__PURE__*/React.createElement("radialGradient", {
42
+ id: "paint1_radial_LbConfigFile24GradientGrayIcon_466_31526",
43
+ cx: 0,
44
+ cy: 0,
45
+ r: 1,
46
+ gradientUnits: "userSpaceOnUse",
47
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
48
+ }, /*#__PURE__*/React.createElement("stop", {
49
+ stopColor: "#CCD4E3"
50
+ }), /*#__PURE__*/React.createElement("stop", {
51
+ offset: 1,
52
+ stopColor: "#6B7D99"
53
+ })), /*#__PURE__*/React.createElement("radialGradient", {
54
+ id: "paint2_radial_LbConfigFile24GradientGrayIcon_466_31526",
55
+ cx: 0,
56
+ cy: 0,
57
+ r: 1,
58
+ gradientUnits: "userSpaceOnUse",
59
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
60
+ }, /*#__PURE__*/React.createElement("stop", {
61
+ stopColor: "#CCD4E3"
62
+ }), /*#__PURE__*/React.createElement("stop", {
63
+ offset: 1,
64
+ stopColor: "#6B7D99"
65
+ }))));
66
+ }
67
+ module.exports = LbConfigFile24GradientGrayIcon;
@@ -0,0 +1,31 @@
1
+ const React = require("react");
2
+ function LbConfigFile24OntintIcon({
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": "LbConfigFile24OntintIcon",
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.105 20h2.356c.445 0 .814-.07 1.107-.208.294-.138.514-.326.66-.565.145-.24.218-.511.218-.812 0-.295-.06-.547-.181-.756a1.32 1.32 0 00-.47-.483 1.26 1.26 0 00-.593-.19v-.057c.19-.046.36-.12.514-.225a1.15 1.15 0 00.367-.406c.09-.169.136-.371.136-.608 0-.287-.07-.546-.21-.773a1.402 1.402 0 00-.628-.536c-.279-.133-.628-.2-1.048-.2h-2.228V20zm2.216-2.585c.218 0 .406.04.563.122a.877.877 0 01.491.795c0 .231-.085.42-.255.568-.168.146-.444.22-.827.22h-1.134v-1.705h1.162zm-.096-2.364c.31 0 .545.073.702.219a.722.722 0 01.238.556c0 .17-.043.319-.128.444a.828.828 0 01-.344.287c-.145.066-.31.1-.49.1h-1.044V15.05h1.066z",
20
+ fill: "#fff"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M7.574 20h3.616v-.884H8.628v-4.934H7.574V20z",
23
+ fill: "#fff"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M6 2a2 2 0 00-2 2v8H3a1 1 0 00-1 1v8a1 1 0 001 1h18a1 1 0 001-1v-8a1 1 0 00-1-1h-1V8l-6-6H6zm15 19H3v-8h18v8zM13 7.5A1.5 1.5 0 0014.5 9H19v3H5V4a1 1 0 011-1h7v4.5zm5.586.5H14.5a.5.5 0 01-.5-.5V3.414L18.586 8z",
28
+ fill: "#fff"
29
+ }));
30
+ }
31
+ module.exports = LbConfigFile24OntintIcon;
@@ -0,0 +1,80 @@
1
+ const React = require("react");
2
+ function Ssl24GradientBlueIcon({
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": "Ssl24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M6.69 8.5c.865 0 1.723.484 2.145 1.42l-.911.41c-.255-.564-.749-.83-1.235-.83-.26 0-.577.075-.813.24-.214.148-.376.375-.376.76 0 .277.206.523.587.734a2.99 2.99 0 00.66.265c.019.005.033.009.042.01a.202.202 0 00.009.003h.004l.006.002c.005 0 .011.003.02.005l.065.016a3.98 3.98 0 01.885.355c.463.258 1.1.763 1.1 1.61 0 .726-.316 1.252-.775 1.58-.437.31-.97.42-1.414.42-.485 0-.924-.113-1.3-.366-.374-.252-.648-.616-.845-1.054l.912-.41c.14.312.307.51.49.634.182.122.418.196.743.196.299 0 .611-.077.833-.235a.823.823 0 00.35-.623l.007-.142c0-.277-.206-.523-.587-.734a2.99 2.99 0 00-.66-.265c-.019-.005-.033-.009-.042-.01l-.009-.003h-.003l-.007-.002c-.005 0-.011-.003-.02-.005a3.92 3.92 0 01-.284-.083 3.98 3.98 0 01-.664-.289C5.139 11.852 4.5 11.348 4.5 10.5c0-.74.345-1.263.807-1.583.439-.305.967-.417 1.382-.417z",
18
+ fill: "url(#paint0_radial_Ssl24GradientBlueIcon_466_31587)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M12 8.5c.866 0 1.724.484 2.146 1.42l-.913.41c-.254-.564-.747-.83-1.233-.83-.26 0-.577.075-.813.24-.215.148-.376.375-.377.76 0 .277.207.523.588.734a2.996 2.996 0 00.66.265c.019.005.033.009.042.01a.273.273 0 00.008.003h.004l.006.002c.005 0 .012.003.02.005l.065.016a3.978 3.978 0 01.885.355c.464.258 1.101.763 1.101 1.61 0 .726-.317 1.252-.777 1.58-.437.31-.97.42-1.412.42-.485 0-.925-.113-1.3-.366-.375-.252-.648-.616-.846-1.054l.913-.41c.14.312.306.51.49.634.181.122.417.196.743.196.298 0 .61-.077.833-.235.2-.142.357-.367.357-.765 0-.277-.207-.523-.588-.734a2.996 2.996 0 00-.66-.265c-.019-.005-.033-.009-.042-.01a.273.273 0 00-.008-.003h-.004l-.006-.002c-.005 0-.012-.003-.02-.005l-.065-.016a3.993 3.993 0 01-.884-.355c-.464-.258-1.102-.763-1.102-1.61 0-.74.345-1.263.806-1.583.44-.304.967-.417 1.383-.417z",
21
+ fill: "url(#paint1_radial_Ssl24GradientBlueIcon_466_31587)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M16.121 14.25c0 .137.112.25.251.25H19v1h-2.628a1.25 1.25 0 01-1.25-1.25V8.5h1v5.75z",
24
+ fill: "url(#paint2_radial_Ssl24GradientBlueIcon_466_31587)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M20.204 2.01A2 2 0 0122 4v16l-.01.204a2 2 0 01-1.786 1.785L20 22H4a2 2 0 01-1.99-1.796L2 20V4a2 2 0 012-2h16l.204.01zM4 3a1 1 0 00-1 1v16a1 1 0 001 1h16a1 1 0 001-1V4a1 1 0 00-1-1H4z",
29
+ fill: "url(#paint3_radial_Ssl24GradientBlueIcon_466_31587)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_Ssl24GradientBlueIcon_466_31587",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientUnits: "userSpaceOnUse",
36
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
37
+ }, /*#__PURE__*/React.createElement("stop", {
38
+ stopColor: "#5BCAFF"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#06F"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_Ssl24GradientBlueIcon_466_31587",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientUnits: "userSpaceOnUse",
48
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
49
+ }, /*#__PURE__*/React.createElement("stop", {
50
+ stopColor: "#5BCAFF"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#06F"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_Ssl24GradientBlueIcon_466_31587",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientUnits: "userSpaceOnUse",
60
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
61
+ }, /*#__PURE__*/React.createElement("stop", {
62
+ stopColor: "#5BCAFF"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#06F"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_Ssl24GradientBlueIcon_466_31587",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientUnits: "userSpaceOnUse",
72
+ gradientTransform: "rotate(-45 27.556 8.586) scale(28.2843)"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#5BCAFF"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#06F"
78
+ }))));
79
+ }
80
+ module.exports = Ssl24GradientBlueIcon;