@cloudtower/icons-react 0.32.8 → 0.32.10

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 (35) hide show
  1. package/dist/SecurityIpGroup16GradientBlueIcon.d.ts +4 -0
  2. package/dist/SecurityIpGroup16GradientGrayIcon.d.ts +4 -0
  3. package/dist/SecurityIpGroup16GradientRedIcon.d.ts +4 -0
  4. package/dist/SecurityIpGroup24GradientBlueIcon.d.ts +4 -0
  5. package/dist/SecurityIpGroup24GradientGrayIcon.d.ts +4 -0
  6. package/dist/SecurityIpGroup24GradientRedIcon.d.ts +4 -0
  7. package/dist/Sort16GradientBlueIcon.d.ts +4 -0
  8. package/dist/Sort16GradientGrayIcon.d.ts +4 -0
  9. package/dist/Sort24GradientBlueIcon.d.ts +4 -0
  10. package/dist/Sort24GradientGrayIcon.d.ts +4 -0
  11. package/dist/cjs/SecurityIpGroup16GradientBlueIcon.js +82 -0
  12. package/dist/cjs/SecurityIpGroup16GradientGrayIcon.js +82 -0
  13. package/dist/cjs/SecurityIpGroup16GradientRedIcon.js +82 -0
  14. package/dist/cjs/SecurityIpGroup24GradientBlueIcon.js +82 -0
  15. package/dist/cjs/SecurityIpGroup24GradientGrayIcon.js +82 -0
  16. package/dist/cjs/SecurityIpGroup24GradientRedIcon.js +82 -0
  17. package/dist/cjs/Sort16GradientBlueIcon.js +78 -0
  18. package/dist/cjs/Sort16GradientGrayIcon.js +78 -0
  19. package/dist/cjs/Sort24GradientBlueIcon.js +78 -0
  20. package/dist/cjs/Sort24GradientGrayIcon.js +78 -0
  21. package/dist/cjs/index.js +10 -0
  22. package/dist/esm/SecurityIpGroup16GradientBlueIcon.js +82 -0
  23. package/dist/esm/SecurityIpGroup16GradientGrayIcon.js +82 -0
  24. package/dist/esm/SecurityIpGroup16GradientRedIcon.js +82 -0
  25. package/dist/esm/SecurityIpGroup24GradientBlueIcon.js +82 -0
  26. package/dist/esm/SecurityIpGroup24GradientGrayIcon.js +82 -0
  27. package/dist/esm/SecurityIpGroup24GradientRedIcon.js +82 -0
  28. package/dist/esm/Sort16GradientBlueIcon.js +78 -0
  29. package/dist/esm/Sort16GradientGrayIcon.js +78 -0
  30. package/dist/esm/Sort24GradientBlueIcon.js +78 -0
  31. package/dist/esm/Sort24GradientGrayIcon.js +78 -0
  32. package/dist/esm/index.js +10 -0
  33. package/dist/image-types.d.ts +1 -1
  34. package/dist/index.d.ts +10 -0
  35. package/package.json +3 -3
@@ -0,0 +1,82 @@
1
+ import * as React from "react";
2
+ function SecurityIpGroup24GradientGrayIcon({
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": "SecurityIpGroup24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M19.9 7.2v2.3h1V7.2a2.1 2.1 0 00-2.1-2.1h-6.3a2.1 2.1 0 01-1.68-.84l-.315-.42A2.1 2.1 0 008.825 3H4.1A2.1 2.1 0 002 5.1v11.55c0 1.16.94 2.1 2.1 2.1h8.5v-1H4.1a1.1 1.1 0 01-1.1-1.1V5.1A1.1 1.1 0 014.1 4h4.725a1.1 1.1 0 01.88.44l.315.42A3.1 3.1 0 0012.5 6.1h6.3a1.1 1.1 0 011.1 1.1z",
18
+ fill: "url(#paint0_radial_SecurityIpGroup24GradientGrayIcon_16227_93576)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M21.705 12.123c.298.333.297.717.296 1.053v3.554c0 .798-.096 1.351-.396 1.825-.277.437-.709.767-1.234 1.168l-.047.036c-.584.446-1.081.751-1.492.947-.401.192-.751.294-1.031.294-.28 0-.63-.102-1.032-.294-.41-.196-.907-.501-1.491-.947l-.047-.036c-.525-.401-.957-.731-1.234-1.168-.3-.474-.396-1.027-.396-1.825v-3.554c-.001-.336-.002-.72.295-1.053.143-.16.335-.29.565-.412.233-.123.533-.255.913-.41 1.864-.76 2.117-.801 2.427-.801.31 0 .563.042 2.427.801.38.155.68.287.912.41.23.123.423.252.565.412zm-.704 1.105v-.054c0-.182-.002-.262-.015-.325-.008-.039-.016-.048-.027-.06-.028-.032-.1-.095-.288-.195a9.391 9.391 0 00-.82-.367c-1.812-.738-1.965-.73-2.037-.727H17.8v4.25h-3.2v.98c0 .732.093 1.056.242 1.29.162.256.432.478.995.908l.048.036c.544.416.982.68 1.315.84.345.165.538.196.602.196v-4.25H21v-2.522z",
23
+ fill: "url(#paint1_radial_SecurityIpGroup24GradientGrayIcon_16227_93576)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M6.628 14V8.182H5.574V14h1.054z",
26
+ fill: "url(#paint2_radial_SecurityIpGroup24GradientGrayIcon_16227_93576)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M7.77 8.182V14h1.053v-1.966h1.114c.449 0 .827-.082 1.133-.247.307-.167.54-.395.696-.685.158-.29.236-.62.236-.994 0-.37-.079-.699-.236-.989a1.666 1.666 0 00-.69-.687c-.303-.167-.678-.25-1.125-.25H7.769zm1.053 2.986h.972c.261 0 .475-.046.642-.137a.86.86 0 00.37-.375c.08-.159.121-.342.121-.548 0-.206-.04-.388-.122-.546a.83.83 0 00-.372-.366c-.167-.089-.382-.133-.645-.133h-.966v2.105z",
31
+ fill: "url(#paint3_radial_SecurityIpGroup24GradientGrayIcon_16227_93576)"
32
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
33
+ id: "paint0_radial_SecurityIpGroup24GradientGrayIcon_16227_93576",
34
+ cx: 0,
35
+ cy: 0,
36
+ r: 1,
37
+ gradientUnits: "userSpaceOnUse",
38
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
39
+ }, /*#__PURE__*/React.createElement("stop", {
40
+ stopColor: "#CCD4E3"
41
+ }), /*#__PURE__*/React.createElement("stop", {
42
+ offset: 1,
43
+ stopColor: "#6B7D99"
44
+ })), /*#__PURE__*/React.createElement("radialGradient", {
45
+ id: "paint1_radial_SecurityIpGroup24GradientGrayIcon_16227_93576",
46
+ cx: 0,
47
+ cy: 0,
48
+ r: 1,
49
+ gradientUnits: "userSpaceOnUse",
50
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
51
+ }, /*#__PURE__*/React.createElement("stop", {
52
+ stopColor: "#CCD4E3"
53
+ }), /*#__PURE__*/React.createElement("stop", {
54
+ offset: 1,
55
+ stopColor: "#6B7D99"
56
+ })), /*#__PURE__*/React.createElement("radialGradient", {
57
+ id: "paint2_radial_SecurityIpGroup24GradientGrayIcon_16227_93576",
58
+ cx: 0,
59
+ cy: 0,
60
+ r: 1,
61
+ gradientUnits: "userSpaceOnUse",
62
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
63
+ }, /*#__PURE__*/React.createElement("stop", {
64
+ stopColor: "#CCD4E3"
65
+ }), /*#__PURE__*/React.createElement("stop", {
66
+ offset: 1,
67
+ stopColor: "#6B7D99"
68
+ })), /*#__PURE__*/React.createElement("radialGradient", {
69
+ id: "paint3_radial_SecurityIpGroup24GradientGrayIcon_16227_93576",
70
+ cx: 0,
71
+ cy: 0,
72
+ r: 1,
73
+ gradientUnits: "userSpaceOnUse",
74
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
75
+ }, /*#__PURE__*/React.createElement("stop", {
76
+ stopColor: "#CCD4E3"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: 1,
79
+ stopColor: "#6B7D99"
80
+ }))));
81
+ }
82
+ export default SecurityIpGroup24GradientGrayIcon;
@@ -0,0 +1,82 @@
1
+ import * as React from "react";
2
+ function SecurityIpGroup24GradientRedIcon({
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": "SecurityIpGroup24GradientRedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M19.9 7.2v2.3h1V7.2a2.1 2.1 0 00-2.1-2.1h-6.3a2.1 2.1 0 01-1.68-.84l-.315-.42A2.1 2.1 0 008.825 3H4.1A2.1 2.1 0 002 5.1v11.55c0 1.16.94 2.1 2.1 2.1h8.5v-1H4.1a1.1 1.1 0 01-1.1-1.1V5.1A1.1 1.1 0 014.1 4h4.725a1.1 1.1 0 01.88.44l.315.42A3.1 3.1 0 0012.5 6.1h6.3a1.1 1.1 0 011.1 1.1z",
18
+ fill: "url(#paint0_radial_SecurityIpGroup24GradientRedIcon_16227_93584)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M21.705 12.123c.298.333.297.717.296 1.053v3.554c0 .798-.096 1.351-.396 1.825-.277.437-.709.767-1.234 1.168l-.047.036c-.584.446-1.081.751-1.492.947-.401.192-.751.294-1.031.294-.28 0-.63-.102-1.032-.294-.41-.196-.907-.501-1.491-.947l-.047-.036c-.525-.401-.957-.731-1.234-1.168-.3-.474-.396-1.027-.396-1.825v-3.554c-.001-.336-.002-.72.295-1.053.143-.16.335-.29.565-.412.233-.123.533-.255.913-.41 1.864-.76 2.117-.801 2.427-.801.31 0 .563.042 2.427.801.38.155.68.287.912.41.23.123.423.252.565.412zm-.704 1.105v-.054c0-.182-.002-.262-.015-.325-.008-.039-.016-.048-.027-.06-.028-.032-.1-.095-.288-.195a9.391 9.391 0 00-.82-.367c-1.812-.738-1.965-.73-2.037-.727H17.8v4.25h-3.2v.98c0 .732.093 1.056.242 1.29.162.256.432.478.995.908l.048.036c.544.416.982.68 1.315.84.345.165.538.196.602.196v-4.25H21v-2.522z",
23
+ fill: "url(#paint1_radial_SecurityIpGroup24GradientRedIcon_16227_93584)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M6.628 14V8.182H5.574V14h1.054z",
26
+ fill: "url(#paint2_radial_SecurityIpGroup24GradientRedIcon_16227_93584)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M7.77 8.182V14h1.053v-1.966h1.114c.449 0 .827-.082 1.133-.247.307-.167.54-.395.696-.685.158-.29.236-.62.236-.994 0-.37-.079-.699-.236-.989a1.666 1.666 0 00-.69-.687c-.303-.167-.678-.25-1.125-.25H7.769zm1.053 2.986h.972c.261 0 .475-.046.642-.137a.86.86 0 00.37-.375c.08-.159.121-.342.121-.548 0-.206-.04-.388-.122-.546a.83.83 0 00-.372-.366c-.167-.089-.382-.133-.645-.133h-.966v2.105z",
31
+ fill: "url(#paint3_radial_SecurityIpGroup24GradientRedIcon_16227_93584)"
32
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
33
+ id: "paint0_radial_SecurityIpGroup24GradientRedIcon_16227_93584",
34
+ cx: 0,
35
+ cy: 0,
36
+ r: 1,
37
+ gradientUnits: "userSpaceOnUse",
38
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
39
+ }, /*#__PURE__*/React.createElement("stop", {
40
+ stopColor: "#FF5C78"
41
+ }), /*#__PURE__*/React.createElement("stop", {
42
+ offset: 1,
43
+ stopColor: "#DC0000"
44
+ })), /*#__PURE__*/React.createElement("radialGradient", {
45
+ id: "paint1_radial_SecurityIpGroup24GradientRedIcon_16227_93584",
46
+ cx: 0,
47
+ cy: 0,
48
+ r: 1,
49
+ gradientUnits: "userSpaceOnUse",
50
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
51
+ }, /*#__PURE__*/React.createElement("stop", {
52
+ stopColor: "#FF5C78"
53
+ }), /*#__PURE__*/React.createElement("stop", {
54
+ offset: 1,
55
+ stopColor: "#DC0000"
56
+ })), /*#__PURE__*/React.createElement("radialGradient", {
57
+ id: "paint2_radial_SecurityIpGroup24GradientRedIcon_16227_93584",
58
+ cx: 0,
59
+ cy: 0,
60
+ r: 1,
61
+ gradientUnits: "userSpaceOnUse",
62
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
63
+ }, /*#__PURE__*/React.createElement("stop", {
64
+ stopColor: "#FF5C78"
65
+ }), /*#__PURE__*/React.createElement("stop", {
66
+ offset: 1,
67
+ stopColor: "#DC0000"
68
+ })), /*#__PURE__*/React.createElement("radialGradient", {
69
+ id: "paint3_radial_SecurityIpGroup24GradientRedIcon_16227_93584",
70
+ cx: 0,
71
+ cy: 0,
72
+ r: 1,
73
+ gradientUnits: "userSpaceOnUse",
74
+ gradientTransform: "matrix(20.00128 -18 17.9004 19.8906 2 21)"
75
+ }, /*#__PURE__*/React.createElement("stop", {
76
+ stopColor: "#FF5C78"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: 1,
79
+ stopColor: "#DC0000"
80
+ }))));
81
+ }
82
+ export default SecurityIpGroup24GradientRedIcon;
@@ -0,0 +1,78 @@
1
+ import * as React from "react";
2
+ function Sort16GradientBlueIcon({
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": "Sort16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M2.5 2.5a.5.5 0 000 1h11a.5.5 0 000-1h-11z",
18
+ fill: "url(#paint0_radial_Sort16GradientBlueIcon_16233_21)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M2.5 7.5a.5.5 0 000 1h6a.5.5 0 000-1h-6z",
21
+ fill: "url(#paint1_radial_Sort16GradientBlueIcon_16233_21)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M2 13a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6A.5.5 0 012 13z",
24
+ fill: "url(#paint2_radial_Sort16GradientBlueIcon_16233_21)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M12 5.5a.5.5 0 00-1 0v8a.5.5 0 00.814.389l2-1.615a.5.5 0 00-.628-.778L12 12.453V5.5z",
27
+ fill: "url(#paint3_radial_Sort16GradientBlueIcon_16233_21)"
28
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
29
+ id: "paint0_radial_Sort16GradientBlueIcon_16233_21",
30
+ cx: 0,
31
+ cy: 0,
32
+ r: 1,
33
+ gradientUnits: "userSpaceOnUse",
34
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
35
+ }, /*#__PURE__*/React.createElement("stop", {
36
+ stopColor: "#5BCAFF"
37
+ }), /*#__PURE__*/React.createElement("stop", {
38
+ offset: 1,
39
+ stopColor: "#06F"
40
+ })), /*#__PURE__*/React.createElement("radialGradient", {
41
+ id: "paint1_radial_Sort16GradientBlueIcon_16233_21",
42
+ cx: 0,
43
+ cy: 0,
44
+ r: 1,
45
+ gradientUnits: "userSpaceOnUse",
46
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
47
+ }, /*#__PURE__*/React.createElement("stop", {
48
+ stopColor: "#5BCAFF"
49
+ }), /*#__PURE__*/React.createElement("stop", {
50
+ offset: 1,
51
+ stopColor: "#06F"
52
+ })), /*#__PURE__*/React.createElement("radialGradient", {
53
+ id: "paint2_radial_Sort16GradientBlueIcon_16233_21",
54
+ cx: 0,
55
+ cy: 0,
56
+ r: 1,
57
+ gradientUnits: "userSpaceOnUse",
58
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
59
+ }, /*#__PURE__*/React.createElement("stop", {
60
+ stopColor: "#5BCAFF"
61
+ }), /*#__PURE__*/React.createElement("stop", {
62
+ offset: 1,
63
+ stopColor: "#06F"
64
+ })), /*#__PURE__*/React.createElement("radialGradient", {
65
+ id: "paint3_radial_Sort16GradientBlueIcon_16233_21",
66
+ cx: 0,
67
+ cy: 0,
68
+ r: 1,
69
+ gradientUnits: "userSpaceOnUse",
70
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
71
+ }, /*#__PURE__*/React.createElement("stop", {
72
+ stopColor: "#5BCAFF"
73
+ }), /*#__PURE__*/React.createElement("stop", {
74
+ offset: 1,
75
+ stopColor: "#06F"
76
+ }))));
77
+ }
78
+ export default Sort16GradientBlueIcon;
@@ -0,0 +1,78 @@
1
+ import * as React from "react";
2
+ function Sort16GradientGrayIcon({
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": "Sort16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M2.5 2.5a.5.5 0 000 1h11a.5.5 0 000-1h-11z",
18
+ fill: "url(#paint0_radial_Sort16GradientGrayIcon_2269_15920)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M2.5 7.5a.5.5 0 000 1h6a.5.5 0 000-1h-6z",
21
+ fill: "url(#paint1_radial_Sort16GradientGrayIcon_2269_15920)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M2 13a.5.5 0 01.5-.5h6a.5.5 0 010 1h-6A.5.5 0 012 13z",
24
+ fill: "url(#paint2_radial_Sort16GradientGrayIcon_2269_15920)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M12 5.5a.5.5 0 00-1 0v8a.5.5 0 00.814.389l2-1.615a.5.5 0 10-.628-.778L12 12.453V5.5z",
27
+ fill: "url(#paint3_radial_Sort16GradientGrayIcon_2269_15920)"
28
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
29
+ id: "paint0_radial_Sort16GradientGrayIcon_2269_15920",
30
+ cx: 0,
31
+ cy: 0,
32
+ r: 1,
33
+ gradientUnits: "userSpaceOnUse",
34
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
35
+ }, /*#__PURE__*/React.createElement("stop", {
36
+ stopColor: "#CCD4E3"
37
+ }), /*#__PURE__*/React.createElement("stop", {
38
+ offset: 1,
39
+ stopColor: "#6B7D99"
40
+ })), /*#__PURE__*/React.createElement("radialGradient", {
41
+ id: "paint1_radial_Sort16GradientGrayIcon_2269_15920",
42
+ cx: 0,
43
+ cy: 0,
44
+ r: 1,
45
+ gradientUnits: "userSpaceOnUse",
46
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
47
+ }, /*#__PURE__*/React.createElement("stop", {
48
+ stopColor: "#CCD4E3"
49
+ }), /*#__PURE__*/React.createElement("stop", {
50
+ offset: 1,
51
+ stopColor: "#6B7D99"
52
+ })), /*#__PURE__*/React.createElement("radialGradient", {
53
+ id: "paint2_radial_Sort16GradientGrayIcon_2269_15920",
54
+ cx: 0,
55
+ cy: 0,
56
+ r: 1,
57
+ gradientUnits: "userSpaceOnUse",
58
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
59
+ }, /*#__PURE__*/React.createElement("stop", {
60
+ stopColor: "#CCD4E3"
61
+ }), /*#__PURE__*/React.createElement("stop", {
62
+ offset: 1,
63
+ stopColor: "#6B7D99"
64
+ })), /*#__PURE__*/React.createElement("radialGradient", {
65
+ id: "paint3_radial_Sort16GradientGrayIcon_2269_15920",
66
+ cx: 0,
67
+ cy: 0,
68
+ r: 1,
69
+ gradientUnits: "userSpaceOnUse",
70
+ gradientTransform: "matrix(12.00003 -11.50002 11.48957 11.98912 2 14)"
71
+ }, /*#__PURE__*/React.createElement("stop", {
72
+ stopColor: "#CCD4E3"
73
+ }), /*#__PURE__*/React.createElement("stop", {
74
+ offset: 1,
75
+ stopColor: "#6B7D99"
76
+ }))));
77
+ }
78
+ export default Sort16GradientGrayIcon;
@@ -0,0 +1,78 @@
1
+ import * as React from "react";
2
+ function Sort24GradientBlueIcon({
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": "Sort24GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M5 4.5a.5.5 0 000 1h14a.5.5 0 000-1H5z",
18
+ fill: "url(#paint0_radial_Sort24GradientBlueIcon_16233_15)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M19.397 16.633a.6.6 0 01-.16.833l-3 2.03A.6.6 0 0115.3 19V8a.6.6 0 111.2 0v9.87l2.064-1.398a.6.6 0 01.833.16z",
21
+ fill: "url(#paint1_radial_Sort24GradientBlueIcon_16233_15)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M4.5 12a.5.5 0 01.5-.5h8a.5.5 0 010 1H5a.5.5 0 01-.5-.5z",
24
+ fill: "url(#paint2_radial_Sort24GradientBlueIcon_16233_15)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M5 18.5a.5.5 0 000 1h8a.5.5 0 000-1H5z",
27
+ fill: "url(#paint3_radial_Sort24GradientBlueIcon_16233_15)"
28
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
29
+ id: "paint0_radial_Sort24GradientBlueIcon_16233_15",
30
+ cx: 0,
31
+ cy: 0,
32
+ r: 1,
33
+ gradientUnits: "userSpaceOnUse",
34
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
35
+ }, /*#__PURE__*/React.createElement("stop", {
36
+ stopColor: "#5BCAFF"
37
+ }), /*#__PURE__*/React.createElement("stop", {
38
+ offset: 1,
39
+ stopColor: "#06F"
40
+ })), /*#__PURE__*/React.createElement("radialGradient", {
41
+ id: "paint1_radial_Sort24GradientBlueIcon_16233_15",
42
+ cx: 0,
43
+ cy: 0,
44
+ r: 1,
45
+ gradientUnits: "userSpaceOnUse",
46
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
47
+ }, /*#__PURE__*/React.createElement("stop", {
48
+ stopColor: "#5BCAFF"
49
+ }), /*#__PURE__*/React.createElement("stop", {
50
+ offset: 1,
51
+ stopColor: "#06F"
52
+ })), /*#__PURE__*/React.createElement("radialGradient", {
53
+ id: "paint2_radial_Sort24GradientBlueIcon_16233_15",
54
+ cx: 0,
55
+ cy: 0,
56
+ r: 1,
57
+ gradientUnits: "userSpaceOnUse",
58
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
59
+ }, /*#__PURE__*/React.createElement("stop", {
60
+ stopColor: "#5BCAFF"
61
+ }), /*#__PURE__*/React.createElement("stop", {
62
+ offset: 1,
63
+ stopColor: "#06F"
64
+ })), /*#__PURE__*/React.createElement("radialGradient", {
65
+ id: "paint3_radial_Sort24GradientBlueIcon_16233_15",
66
+ cx: 0,
67
+ cy: 0,
68
+ r: 1,
69
+ gradientUnits: "userSpaceOnUse",
70
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
71
+ }, /*#__PURE__*/React.createElement("stop", {
72
+ stopColor: "#5BCAFF"
73
+ }), /*#__PURE__*/React.createElement("stop", {
74
+ offset: 1,
75
+ stopColor: "#06F"
76
+ }))));
77
+ }
78
+ export default Sort24GradientBlueIcon;
@@ -0,0 +1,78 @@
1
+ import * as React from "react";
2
+ function Sort24GradientGrayIcon({
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": "Sort24GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M5 4.5a.5.5 0 000 1h14a.5.5 0 000-1H5z",
18
+ fill: "url(#paint0_radial_Sort24GradientGrayIcon_16233_29)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ d: "M19.397 16.633a.6.6 0 01-.16.833l-3 2.03A.6.6 0 0115.3 19V8a.6.6 0 111.2 0v9.87l2.064-1.398a.6.6 0 01.833.16z",
21
+ fill: "url(#paint1_radial_Sort24GradientGrayIcon_16233_29)"
22
+ }), /*#__PURE__*/React.createElement("path", {
23
+ d: "M4.5 12a.5.5 0 01.5-.5h8a.5.5 0 010 1H5a.5.5 0 01-.5-.5z",
24
+ fill: "url(#paint2_radial_Sort24GradientGrayIcon_16233_29)"
25
+ }), /*#__PURE__*/React.createElement("path", {
26
+ d: "M5 18.5a.5.5 0 000 1h8a.5.5 0 000-1H5z",
27
+ fill: "url(#paint3_radial_Sort24GradientGrayIcon_16233_29)"
28
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
29
+ id: "paint0_radial_Sort24GradientGrayIcon_16233_29",
30
+ cx: 0,
31
+ cy: 0,
32
+ r: 1,
33
+ gradientUnits: "userSpaceOnUse",
34
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
35
+ }, /*#__PURE__*/React.createElement("stop", {
36
+ stopColor: "#CCD4E3"
37
+ }), /*#__PURE__*/React.createElement("stop", {
38
+ offset: 1,
39
+ stopColor: "#6B7D99"
40
+ })), /*#__PURE__*/React.createElement("radialGradient", {
41
+ id: "paint1_radial_Sort24GradientGrayIcon_16233_29",
42
+ cx: 0,
43
+ cy: 0,
44
+ r: 1,
45
+ gradientUnits: "userSpaceOnUse",
46
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
47
+ }, /*#__PURE__*/React.createElement("stop", {
48
+ stopColor: "#CCD4E3"
49
+ }), /*#__PURE__*/React.createElement("stop", {
50
+ offset: 1,
51
+ stopColor: "#6B7D99"
52
+ })), /*#__PURE__*/React.createElement("radialGradient", {
53
+ id: "paint2_radial_Sort24GradientGrayIcon_16233_29",
54
+ cx: 0,
55
+ cy: 0,
56
+ r: 1,
57
+ gradientUnits: "userSpaceOnUse",
58
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
59
+ }, /*#__PURE__*/React.createElement("stop", {
60
+ stopColor: "#CCD4E3"
61
+ }), /*#__PURE__*/React.createElement("stop", {
62
+ offset: 1,
63
+ stopColor: "#6B7D99"
64
+ })), /*#__PURE__*/React.createElement("radialGradient", {
65
+ id: "paint3_radial_Sort24GradientGrayIcon_16233_29",
66
+ cx: 0,
67
+ cy: 0,
68
+ r: 1,
69
+ gradientUnits: "userSpaceOnUse",
70
+ gradientTransform: "matrix(15.00002 -15.09994 15.09958 14.99967 4.5 19.6)"
71
+ }, /*#__PURE__*/React.createElement("stop", {
72
+ stopColor: "#CCD4E3"
73
+ }), /*#__PURE__*/React.createElement("stop", {
74
+ offset: 1,
75
+ stopColor: "#6B7D99"
76
+ }))));
77
+ }
78
+ export default Sort24GradientGrayIcon;
package/dist/esm/index.js CHANGED
@@ -1222,6 +1222,12 @@ export { default as SecurityGroup24GradientGrayIcon } from './SecurityGroup24Gra
1222
1222
  export { default as SecurityGroup24GradientWhiteIcon } from './SecurityGroup24GradientWhiteIcon.js'
1223
1223
  export { default as SecurityGroup24OntintIcon } from './SecurityGroup24OntintIcon.js'
1224
1224
  export { default as SecurityGroup24RedIcon } from './SecurityGroup24RedIcon.js'
1225
+ export { default as SecurityIpGroup16GradientBlueIcon } from './SecurityIpGroup16GradientBlueIcon.js'
1226
+ export { default as SecurityIpGroup16GradientGrayIcon } from './SecurityIpGroup16GradientGrayIcon.js'
1227
+ export { default as SecurityIpGroup16GradientRedIcon } from './SecurityIpGroup16GradientRedIcon.js'
1228
+ export { default as SecurityIpGroup24GradientBlueIcon } from './SecurityIpGroup24GradientBlueIcon.js'
1229
+ export { default as SecurityIpGroup24GradientGrayIcon } from './SecurityIpGroup24GradientGrayIcon.js'
1230
+ export { default as SecurityIpGroup24GradientRedIcon } from './SecurityIpGroup24GradientRedIcon.js'
1225
1231
  export { default as SecurityPodGroup16GradientBlueIcon } from './SecurityPodGroup16GradientBlueIcon.js'
1226
1232
  export { default as SecurityPodGroup16GradientGrayIcon } from './SecurityPodGroup16GradientGrayIcon.js'
1227
1233
  export { default as SecurityPodGroup16GradientRedIcon } from './SecurityPodGroup16GradientRedIcon.js'
@@ -1335,6 +1341,10 @@ export { default as SoftwareLicense24GradientBlueIcon } from './SoftwareLicense2
1335
1341
  export { default as SoftwareLicense24GradientGrayIcon } from './SoftwareLicense24GradientGrayIcon.js'
1336
1342
  export { default as SoftwareLicense24OntintIcon } from './SoftwareLicense24OntintIcon.js'
1337
1343
  export { default as SoftwareLicense24Icon } from './SoftwareLicense24Icon.js'
1344
+ export { default as Sort16GradientBlueIcon } from './Sort16GradientBlueIcon.js'
1345
+ export { default as Sort16GradientGrayIcon } from './Sort16GradientGrayIcon.js'
1346
+ export { default as Sort24GradientBlueIcon } from './Sort24GradientBlueIcon.js'
1347
+ export { default as Sort24GradientGrayIcon } from './Sort24GradientGrayIcon.js'
1338
1348
  export { default as SriovNic24GradientBlueIcon } from './SriovNic24GradientBlueIcon.js'
1339
1349
  export { default as SriovNic24GradientGreyIcon } from './SriovNic24GradientGreyIcon.js'
1340
1350
  export { default as SsdDisk24GradientBlueIcon } from './SsdDisk24GradientBlueIcon.js'