@cloudtower/icons-react 490.0.1 → 490.0.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.
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork16RedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork16RedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork16YellowIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork16YellowIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const InternalNetwork24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default InternalNetwork24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SharedVirtualVolume16OntintIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SharedVirtualVolume16OntintIcon;
4
+
@@ -0,0 +1,80 @@
1
+ const React = require("react");
2
+ function InternalNetwork16GradientBlueIcon({
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": "InternalNetwork16GradientBlueIcon",
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 8l.196.082A1.5 1.5 0 008 9.5v4a1.5 1.5 0 001.02 1.42 1.75 1.75 0 11-1.645-3.055V10.45l.217-1.743-1.401 1.06-.336.193a2.25 2.25 0 11-.625-1.082l.336-.194L7.167 8l-1.6-.684-1.226-.708a1.75 1.75 0 11.625-1.082l1.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_InternalNetwork16GradientBlueIcon_12815_20)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M9.5 9a.5.5 0 01.5.5v4a.5.5 0 01-1 0v-4a.5.5 0 01.5-.5z",
23
+ fill: "url(#paint1_radial_InternalNetwork16GradientBlueIcon_12815_20)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M14.5 9a.5.5 0 01.5.5v4a.5.5 0 01-.9.3L12 11v2.5a.5.5 0 01-1 0v-4a.5.5 0 01.9-.3L14 12V9.5a.5.5 0 01.5-.5z",
26
+ fill: "url(#paint2_radial_InternalNetwork16GradientBlueIcon_12815_20)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M12.33 8.251c.354 0 .712.084 1.045.259a1.5 1.5 0 00-.314.571L12.7 8.6a1.496 1.496 0 00-.37-.349z",
29
+ fill: "url(#paint3_radial_InternalNetwork16GradientBlueIcon_12815_20)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_InternalNetwork16GradientBlueIcon_12815_20",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
36
+ gradientUnits: "userSpaceOnUse"
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_InternalNetwork16GradientBlueIcon_12815_20",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
48
+ gradientUnits: "userSpaceOnUse"
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_InternalNetwork16GradientBlueIcon_12815_20",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
60
+ gradientUnits: "userSpaceOnUse"
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_InternalNetwork16GradientBlueIcon_12815_20",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#5BCAFF"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#06F"
78
+ }))));
79
+ }
80
+ module.exports = InternalNetwork16GradientBlueIcon;
@@ -0,0 +1,80 @@
1
+ const React = require("react");
2
+ function InternalNetwork16RedIcon({
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": "InternalNetwork16RedIcon",
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 8l.196.082A1.5 1.5 0 008 9.5v4a1.5 1.5 0 001.02 1.42 1.75 1.75 0 11-1.645-3.055V10.45l.217-1.743-1.401 1.06-.336.193a2.25 2.25 0 11-.625-1.082l.336-.194L7.167 8l-1.6-.684-1.226-.708a1.75 1.75 0 11.625-1.082l1.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_InternalNetwork16RedIcon_12817_24)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M9.5 9a.5.5 0 01.5.5v4a.5.5 0 01-1 0v-4a.5.5 0 01.5-.5z",
23
+ fill: "url(#paint1_radial_InternalNetwork16RedIcon_12817_24)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M14.5 9a.5.5 0 01.5.5v4a.5.5 0 01-.9.3L12 11v2.5a.5.5 0 01-1 0v-4a.5.5 0 01.9-.3L14 12V9.5a.5.5 0 01.5-.5z",
26
+ fill: "url(#paint2_radial_InternalNetwork16RedIcon_12817_24)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M12.33 8.251c.354 0 .712.084 1.045.259a1.5 1.5 0 00-.314.571L12.7 8.6a1.496 1.496 0 00-.37-.349z",
29
+ fill: "url(#paint3_radial_InternalNetwork16RedIcon_12817_24)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_InternalNetwork16RedIcon_12817_24",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
36
+ gradientUnits: "userSpaceOnUse"
37
+ }, /*#__PURE__*/React.createElement("stop", {
38
+ stopColor: "#FF5C78"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#DC0000"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_InternalNetwork16RedIcon_12817_24",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
48
+ gradientUnits: "userSpaceOnUse"
49
+ }, /*#__PURE__*/React.createElement("stop", {
50
+ stopColor: "#FF5C78"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#DC0000"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_InternalNetwork16RedIcon_12817_24",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
60
+ gradientUnits: "userSpaceOnUse"
61
+ }, /*#__PURE__*/React.createElement("stop", {
62
+ stopColor: "#FF5C78"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#DC0000"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_InternalNetwork16RedIcon_12817_24",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#FF5C78"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#DC0000"
78
+ }))));
79
+ }
80
+ module.exports = InternalNetwork16RedIcon;
@@ -0,0 +1,80 @@
1
+ const React = require("react");
2
+ function InternalNetwork16YellowIcon({
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": "InternalNetwork16YellowIcon",
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 8l.196.082A1.5 1.5 0 008 9.5v4a1.5 1.5 0 001.02 1.42 1.75 1.75 0 11-1.645-3.055V10.45l.217-1.743-1.401 1.06-.336.193a2.25 2.25 0 11-.625-1.082l.336-.194L7.167 8l-1.6-.684-1.226-.708a1.75 1.75 0 11.625-1.082l1.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_InternalNetwork16YellowIcon_12817_28)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M9.5 9a.5.5 0 01.5.5v4a.5.5 0 01-1 0v-4a.5.5 0 01.5-.5z",
23
+ fill: "url(#paint1_radial_InternalNetwork16YellowIcon_12817_28)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M14.5 9a.5.5 0 01.5.5v4a.5.5 0 01-.9.3L12 11v2.5a.5.5 0 01-1 0v-4a.5.5 0 01.9-.3L14 12V9.5a.5.5 0 01.5-.5z",
26
+ fill: "url(#paint2_radial_InternalNetwork16YellowIcon_12817_28)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M12.33 8.251c.354 0 .712.084 1.045.259a1.5 1.5 0 00-.314.571L12.7 8.6a1.496 1.496 0 00-.37-.349z",
29
+ fill: "url(#paint3_radial_InternalNetwork16YellowIcon_12817_28)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_InternalNetwork16YellowIcon_12817_28",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
36
+ gradientUnits: "userSpaceOnUse"
37
+ }, /*#__PURE__*/React.createElement("stop", {
38
+ stopColor: "#FFD505"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#F39600"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_InternalNetwork16YellowIcon_12817_28",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
48
+ gradientUnits: "userSpaceOnUse"
49
+ }, /*#__PURE__*/React.createElement("stop", {
50
+ stopColor: "#FFD505"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#F39600"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_InternalNetwork16YellowIcon_12817_28",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
60
+ gradientUnits: "userSpaceOnUse"
61
+ }, /*#__PURE__*/React.createElement("stop", {
62
+ stopColor: "#FFD505"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#F39600"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_InternalNetwork16YellowIcon_12817_28",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#FFD505"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#F39600"
78
+ }))));
79
+ }
80
+ module.exports = InternalNetwork16YellowIcon;
@@ -0,0 +1,144 @@
1
+ const React = require("react");
2
+ function InternalNetwork24GradientBlueIcon({
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": "InternalNetwork24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12.625 16v2.1a2.001 2.001 0 11-1.25 0v-2.107c.041.004.083.007.125.007.431 0 .818-.21 1.09-.542.015.22.029.406.035.542z",
18
+ fill: "url(#paint0_radial_InternalNetwork24GradientBlueIcon_12815_18)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M4.438 12.902A3.002 3.002 0 018 13.32v1.18a1.5 1.5 0 00.912 1.38 3 3 0 11-4.475-2.978zM7.67 14.5a2 2 0 10-3.465 2 2 2 0 003.465-2z",
23
+ fill: "url(#paint1_radial_InternalNetwork24GradientBlueIcon_12815_18)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ fillRule: "evenodd",
26
+ clipRule: "evenodd",
27
+ d: "M16 13.32A3.002 3.002 0 0120.66 17a3 3 0 01-5.575-1.137c.55-.266.915-.885.915-1.577v-.966zm3.063.448a2 2 0 10-2 3.465 2 2 0 002-3.465z",
28
+ fill: "url(#paint2_radial_InternalNetwork24GradientBlueIcon_12815_18)"
29
+ }), /*#__PURE__*/React.createElement("path", {
30
+ d: "M9.5 9a.5.5 0 01.5.5v5a.5.5 0 01-1 0v-5a.5.5 0 01.5-.5z",
31
+ fill: "url(#paint3_radial_InternalNetwork24GradientBlueIcon_12815_18)"
32
+ }), /*#__PURE__*/React.createElement("path", {
33
+ d: "M14.5 9a.5.5 0 01.5.5v5a.5.5 0 01-.929.257l-2.07-3.452V14.5a.5.5 0 01-1 0v-5a.5.5 0 01.928-.257L14 12.695V9.5a.5.5 0 01.5-.5z",
34
+ fill: "url(#paint4_radial_InternalNetwork24GradientBlueIcon_12815_18)"
35
+ }), /*#__PURE__*/React.createElement("path", {
36
+ d: "M3.34 7a2 2 0 013.69 1.41l1.188.685A1.99 1.99 0 008 10v.411l-1.595-.92A2.001 2.001 0 013.34 7z",
37
+ fill: "url(#paint5_radial_InternalNetwork24GradientBlueIcon_12815_18)"
38
+ }), /*#__PURE__*/React.createElement("path", {
39
+ d: "M17.929 6.268a2 2 0 11-.334 3.223l-1.595.92v-.696c0-.24-.044-.468-.122-.676l1.092-.63a2.002 2.002 0 01.959-2.141z",
40
+ fill: "url(#paint6_radial_InternalNetwork24GradientBlueIcon_12815_18)"
41
+ }), /*#__PURE__*/React.createElement("path", {
42
+ fillRule: "evenodd",
43
+ clipRule: "evenodd",
44
+ d: "M12 2a3 3 0 01.625 5.935v.645c-.316-.41-.782-.62-1.25-.575v-.07A3.001 3.001 0 0112 2zm0 1a2 2 0 100 4 2 2 0 000-4z",
45
+ fill: "url(#paint7_radial_InternalNetwork24GradientBlueIcon_12815_18)"
46
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
47
+ id: "paint0_radial_InternalNetwork24GradientBlueIcon_12815_18",
48
+ cx: 0,
49
+ cy: 0,
50
+ r: 1,
51
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
52
+ gradientUnits: "userSpaceOnUse"
53
+ }, /*#__PURE__*/React.createElement("stop", {
54
+ stopColor: "#5BCAFF"
55
+ }), /*#__PURE__*/React.createElement("stop", {
56
+ offset: 1,
57
+ stopColor: "#06F"
58
+ })), /*#__PURE__*/React.createElement("radialGradient", {
59
+ id: "paint1_radial_InternalNetwork24GradientBlueIcon_12815_18",
60
+ cx: 0,
61
+ cy: 0,
62
+ r: 1,
63
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
64
+ gradientUnits: "userSpaceOnUse"
65
+ }, /*#__PURE__*/React.createElement("stop", {
66
+ stopColor: "#5BCAFF"
67
+ }), /*#__PURE__*/React.createElement("stop", {
68
+ offset: 1,
69
+ stopColor: "#06F"
70
+ })), /*#__PURE__*/React.createElement("radialGradient", {
71
+ id: "paint2_radial_InternalNetwork24GradientBlueIcon_12815_18",
72
+ cx: 0,
73
+ cy: 0,
74
+ r: 1,
75
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
76
+ gradientUnits: "userSpaceOnUse"
77
+ }, /*#__PURE__*/React.createElement("stop", {
78
+ stopColor: "#5BCAFF"
79
+ }), /*#__PURE__*/React.createElement("stop", {
80
+ offset: 1,
81
+ stopColor: "#06F"
82
+ })), /*#__PURE__*/React.createElement("radialGradient", {
83
+ id: "paint3_radial_InternalNetwork24GradientBlueIcon_12815_18",
84
+ cx: 0,
85
+ cy: 0,
86
+ r: 1,
87
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
88
+ gradientUnits: "userSpaceOnUse"
89
+ }, /*#__PURE__*/React.createElement("stop", {
90
+ stopColor: "#5BCAFF"
91
+ }), /*#__PURE__*/React.createElement("stop", {
92
+ offset: 1,
93
+ stopColor: "#06F"
94
+ })), /*#__PURE__*/React.createElement("radialGradient", {
95
+ id: "paint4_radial_InternalNetwork24GradientBlueIcon_12815_18",
96
+ cx: 0,
97
+ cy: 0,
98
+ r: 1,
99
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
100
+ gradientUnits: "userSpaceOnUse"
101
+ }, /*#__PURE__*/React.createElement("stop", {
102
+ stopColor: "#5BCAFF"
103
+ }), /*#__PURE__*/React.createElement("stop", {
104
+ offset: 1,
105
+ stopColor: "#06F"
106
+ })), /*#__PURE__*/React.createElement("radialGradient", {
107
+ id: "paint5_radial_InternalNetwork24GradientBlueIcon_12815_18",
108
+ cx: 0,
109
+ cy: 0,
110
+ r: 1,
111
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
112
+ gradientUnits: "userSpaceOnUse"
113
+ }, /*#__PURE__*/React.createElement("stop", {
114
+ stopColor: "#5BCAFF"
115
+ }), /*#__PURE__*/React.createElement("stop", {
116
+ offset: 1,
117
+ stopColor: "#06F"
118
+ })), /*#__PURE__*/React.createElement("radialGradient", {
119
+ id: "paint6_radial_InternalNetwork24GradientBlueIcon_12815_18",
120
+ cx: 0,
121
+ cy: 0,
122
+ r: 1,
123
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
124
+ gradientUnits: "userSpaceOnUse"
125
+ }, /*#__PURE__*/React.createElement("stop", {
126
+ stopColor: "#5BCAFF"
127
+ }), /*#__PURE__*/React.createElement("stop", {
128
+ offset: 1,
129
+ stopColor: "#06F"
130
+ })), /*#__PURE__*/React.createElement("radialGradient", {
131
+ id: "paint7_radial_InternalNetwork24GradientBlueIcon_12815_18",
132
+ cx: 0,
133
+ cy: 0,
134
+ r: 1,
135
+ gradientTransform: "matrix(18.1252 -20 18.1252 20 2.938 22)",
136
+ gradientUnits: "userSpaceOnUse"
137
+ }, /*#__PURE__*/React.createElement("stop", {
138
+ stopColor: "#5BCAFF"
139
+ }), /*#__PURE__*/React.createElement("stop", {
140
+ offset: 1,
141
+ stopColor: "#06F"
142
+ }))));
143
+ }
144
+ module.exports = InternalNetwork24GradientBlueIcon;
@@ -0,0 +1,23 @@
1
+ const React = require("react");
2
+ function SharedVirtualVolume16OntintIcon({
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": "SharedVirtualVolume16OntintIcon",
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.48 3.98a16.024 16.024 0 00-.21-1.064c-.063-.25-.125-.395-.2-.505a1.5 1.5 0 00-.632-.531c-.121-.054-.274-.09-.532-.11-.264-.02-.6-.02-1.084-.02H6.185c-.485 0-.821 0-1.085.02-.258.02-.411.056-.532.11a1.5 1.5 0 00-.634.531c-.074.11-.136.254-.2.505-.065.256-.124.587-.208 1.065l-1.154 6.537A2.49 2.49 0 013.5 10.25h9c.406 0 .79.097 1.128.268l-.453-2.568.004-.001-.7-3.968zM9.84.75H6.165c-.46 0-.834 0-1.14.023-.317.024-.597.074-.864.193a2.5 2.5 0 00-1.056.886c-.163.242-.261.509-.34.817-.076.297-.14.665-.22 1.119l-1.491 8.444A2.5 2.5 0 003.5 15.25h9a2.5 2.5 0 002.447-3.017l-.002-.007.005.006-1.49-8.444c-.08-.454-.145-.822-.22-1.12-.08-.307-.177-.574-.34-.816a2.499 2.499 0 00-1.056-.886c-.267-.119-.547-.17-.863-.193-.306-.023-.68-.023-1.14-.023zM3.5 11.25a1.5 1.5 0 000 3h9a1.5 1.5 0 000-3h-9zm1 1.5a.75.75 0 11-1.5 0 .75.75 0 011.5 0zm5.26-8.017a.802.802 0 10-.795-.693L8 5.063l-.968-1.026a.8.8 0 10-.723.69L7.5 5.991v1.36A.8.8 0 008 8.777a.8.8 0 00.5-1.426V5.99l1.189-1.26a.813.813 0 00.071.002z",
20
+ fill: "#fff"
21
+ }));
22
+ }
23
+ module.exports = SharedVirtualVolume16OntintIcon;
package/dist/cjs/index.js CHANGED
@@ -583,6 +583,10 @@ module.exports.InstallPackagePatch16GradientBlueIcon = require("./InstallPackage
583
583
  module.exports.InstallationPackage24GradientBlueIcon = require("./InstallationPackage24GradientBlueIcon.js")
584
584
  module.exports.InstallationPackage24OntintIcon = require("./InstallationPackage24OntintIcon.js")
585
585
  module.exports.InstalltoolsIcon = require("./InstalltoolsIcon.js")
586
+ module.exports.InternalNetwork16GradientBlueIcon = require("./InternalNetwork16GradientBlueIcon.js")
587
+ module.exports.InternalNetwork16RedIcon = require("./InternalNetwork16RedIcon.js")
588
+ module.exports.InternalNetwork16YellowIcon = require("./InternalNetwork16YellowIcon.js")
589
+ module.exports.InternalNetwork24GradientBlueIcon = require("./InternalNetwork24GradientBlueIcon.js")
586
590
  module.exports.Ip16GradientBlueOutlineOffIcon = require("./Ip16GradientBlueOutlineOffIcon.js")
587
591
  module.exports.Ip16GradientBlueOutlineOnIcon = require("./Ip16GradientBlueOutlineOnIcon.js")
588
592
  module.exports.Ip16GradientGrayOutlinedIcon = require("./Ip16GradientGrayOutlinedIcon.js")
@@ -1398,6 +1402,7 @@ module.exports.SfsFileSystem24BlueIcon = require("./SfsFileSystem24BlueIcon.js")
1398
1402
  module.exports.SfsService16GradientBlueIcon = require("./SfsService16GradientBlueIcon.js")
1399
1403
  module.exports.SfsService16GradientGrayIcon = require("./SfsService16GradientGrayIcon.js")
1400
1404
  module.exports.SfsService16GradientWhiteIcon = require("./SfsService16GradientWhiteIcon.js")
1405
+ module.exports.SharedVirtualVolume16OntintIcon = require("./SharedVirtualVolume16OntintIcon.js")
1401
1406
  module.exports.SharedVirtualVolume24GradientBlueIcon = require("./SharedVirtualVolume24GradientBlueIcon.js")
1402
1407
  module.exports.SharedVirtualVolume24GradientGrayIcon = require("./SharedVirtualVolume24GradientGrayIcon.js")
1403
1408
  module.exports.SharedVolume24BlueIcon = require("./SharedVolume24BlueIcon.js")
@@ -0,0 +1,80 @@
1
+ import * as React from "react";
2
+ function InternalNetwork16GradientBlueIcon({
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": "InternalNetwork16GradientBlueIcon",
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 8l.196.082A1.5 1.5 0 008 9.5v4a1.5 1.5 0 001.02 1.42 1.75 1.75 0 11-1.645-3.055V10.45l.217-1.743-1.401 1.06-.336.193a2.25 2.25 0 11-.625-1.082l.336-.194L7.167 8l-1.6-.684-1.226-.708a1.75 1.75 0 11.625-1.082l1.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_InternalNetwork16GradientBlueIcon_12815_20)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M9.5 9a.5.5 0 01.5.5v4a.5.5 0 01-1 0v-4a.5.5 0 01.5-.5z",
23
+ fill: "url(#paint1_radial_InternalNetwork16GradientBlueIcon_12815_20)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M14.5 9a.5.5 0 01.5.5v4a.5.5 0 01-.9.3L12 11v2.5a.5.5 0 01-1 0v-4a.5.5 0 01.9-.3L14 12V9.5a.5.5 0 01.5-.5z",
26
+ fill: "url(#paint2_radial_InternalNetwork16GradientBlueIcon_12815_20)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M12.33 8.251c.354 0 .712.084 1.045.259a1.5 1.5 0 00-.314.571L12.7 8.6a1.496 1.496 0 00-.37-.349z",
29
+ fill: "url(#paint3_radial_InternalNetwork16GradientBlueIcon_12815_20)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_InternalNetwork16GradientBlueIcon_12815_20",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
36
+ gradientUnits: "userSpaceOnUse"
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_InternalNetwork16GradientBlueIcon_12815_20",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
48
+ gradientUnits: "userSpaceOnUse"
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_InternalNetwork16GradientBlueIcon_12815_20",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
60
+ gradientUnits: "userSpaceOnUse"
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_InternalNetwork16GradientBlueIcon_12815_20",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#5BCAFF"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#06F"
78
+ }))));
79
+ }
80
+ export default InternalNetwork16GradientBlueIcon;
@@ -0,0 +1,80 @@
1
+ import * as React from "react";
2
+ function InternalNetwork16RedIcon({
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": "InternalNetwork16RedIcon",
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 8l.196.082A1.5 1.5 0 008 9.5v4a1.5 1.5 0 001.02 1.42 1.75 1.75 0 11-1.645-3.055V10.45l.217-1.743-1.401 1.06-.336.193a2.25 2.25 0 11-.625-1.082l.336-.194L7.167 8l-1.6-.684-1.226-.708a1.75 1.75 0 11.625-1.082l1.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_InternalNetwork16RedIcon_12817_24)"
21
+ }), /*#__PURE__*/React.createElement("path", {
22
+ d: "M9.5 9a.5.5 0 01.5.5v4a.5.5 0 01-1 0v-4a.5.5 0 01.5-.5z",
23
+ fill: "url(#paint1_radial_InternalNetwork16RedIcon_12817_24)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M14.5 9a.5.5 0 01.5.5v4a.5.5 0 01-.9.3L12 11v2.5a.5.5 0 01-1 0v-4a.5.5 0 01.9-.3L14 12V9.5a.5.5 0 01.5-.5z",
26
+ fill: "url(#paint2_radial_InternalNetwork16RedIcon_12817_24)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ d: "M12.33 8.251c.354 0 .712.084 1.045.259a1.5 1.5 0 00-.314.571L12.7 8.6a1.496 1.496 0 00-.37-.349z",
29
+ fill: "url(#paint3_radial_InternalNetwork16RedIcon_12817_24)"
30
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
31
+ id: "paint0_radial_InternalNetwork16RedIcon_12817_24",
32
+ cx: 0,
33
+ cy: 0,
34
+ r: 1,
35
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
36
+ gradientUnits: "userSpaceOnUse"
37
+ }, /*#__PURE__*/React.createElement("stop", {
38
+ stopColor: "#FF5C78"
39
+ }), /*#__PURE__*/React.createElement("stop", {
40
+ offset: 1,
41
+ stopColor: "#DC0000"
42
+ })), /*#__PURE__*/React.createElement("radialGradient", {
43
+ id: "paint1_radial_InternalNetwork16RedIcon_12817_24",
44
+ cx: 0,
45
+ cy: 0,
46
+ r: 1,
47
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
48
+ gradientUnits: "userSpaceOnUse"
49
+ }, /*#__PURE__*/React.createElement("stop", {
50
+ stopColor: "#FF5C78"
51
+ }), /*#__PURE__*/React.createElement("stop", {
52
+ offset: 1,
53
+ stopColor: "#DC0000"
54
+ })), /*#__PURE__*/React.createElement("radialGradient", {
55
+ id: "paint2_radial_InternalNetwork16RedIcon_12817_24",
56
+ cx: 0,
57
+ cy: 0,
58
+ r: 1,
59
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
60
+ gradientUnits: "userSpaceOnUse"
61
+ }, /*#__PURE__*/React.createElement("stop", {
62
+ stopColor: "#FF5C78"
63
+ }), /*#__PURE__*/React.createElement("stop", {
64
+ offset: 1,
65
+ stopColor: "#DC0000"
66
+ })), /*#__PURE__*/React.createElement("radialGradient", {
67
+ id: "paint3_radial_InternalNetwork16RedIcon_12817_24",
68
+ cx: 0,
69
+ cy: 0,
70
+ r: 1,
71
+ gradientTransform: "scale(19.2053 20.5061) rotate(-45 .935 .283)",
72
+ gradientUnits: "userSpaceOnUse"
73
+ }, /*#__PURE__*/React.createElement("stop", {
74
+ stopColor: "#FF5C78"
75
+ }), /*#__PURE__*/React.createElement("stop", {
76
+ offset: 1,
77
+ stopColor: "#DC0000"
78
+ }))));
79
+ }
80
+ export default InternalNetwork16RedIcon;