@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,4 @@
1
+ import * as React from 'react';
2
+ declare const SecurityIpGroup16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SecurityIpGroup16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SecurityIpGroup16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SecurityIpGroup16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SecurityIpGroup16GradientRedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SecurityIpGroup16GradientRedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SecurityIpGroup24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SecurityIpGroup24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SecurityIpGroup24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SecurityIpGroup24GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const SecurityIpGroup24GradientRedIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default SecurityIpGroup24GradientRedIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Sort16GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Sort16GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Sort16GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Sort16GradientGrayIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Sort24GradientBlueIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Sort24GradientBlueIcon;
4
+
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ declare const Sort24GradientGrayIcon: (props: React.SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default Sort24GradientGrayIcon;
4
+
@@ -0,0 +1,82 @@
1
+ const React = require("react");
2
+ function SecurityIpGroup16GradientBlueIcon({
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": "SecurityIpGroup16GradientBlueIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12.6 4.8V6h1V4.8a1.4 1.4 0 00-1.4-1.4H8a1.4 1.4 0 01-1.12-.56l-.21-.28A1.4 1.4 0 005.55 2H2.4A1.4 1.4 0 001 3.4v7.7a1.4 1.4 0 001.4 1.4h6v-1h-6a.4.4 0 01-.4-.4V3.4c0-.22.18-.4.4-.4h3.15a.4.4 0 01.32.16l.21.28A2.4 2.4 0 008 4.4h4.2c.22 0 .4.179.4.4z",
18
+ fill: "url(#paint0_radial_SecurityIpGroup16GradientBlueIcon_2263_7587)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M11.513 13.804a5.803 5.803 0 01-.994-.632l-.032-.024c-.35-.267-.638-.487-.823-.778-.2-.316-.263-.685-.263-1.217V8.784c-.001-.224-.002-.48.197-.702.095-.107.223-.193.376-.274a6.86 6.86 0 01.609-.274C11.825 7.028 11.993 7 12.2 7c.206 0 .375.028 1.617.534.254.103.454.191.609.274.153.081.281.167.377.274.198.222.197.478.197.702v2.369c0 .532-.064.901-.264 1.217-.185.291-.473.511-.823.778l-.031.024c-.39.298-.721.502-.995.632-.268.128-.5.196-.687.196-.187 0-.42-.068-.688-.196zm2.688-4.985v-.037a2.674 2.674 0 00-.006-.178 1.116 1.116 0 00-.144-.09 6.155 6.155 0 00-.534-.24c-1.213-.493-1.294-.478-1.313-.474H12.2l.001 2.7h-2v.653c0 .48.06.665.14.789.092.147.251.28.632.57l.031.025c.358.273.642.444.854.545.103.05.186.08.25.099a.44.44 0 00.093.019v-2.7h2V8.82z",
23
+ fill: "url(#paint1_radial_SecurityIpGroup16GradientBlueIcon_2263_7587)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M4.27 9.5v-4h-.967v4h.967z",
26
+ fill: "url(#paint2_radial_SecurityIpGroup16GradientBlueIcon_2263_7587)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M4.876 5.5v4h.967V8.258H6.5c.306 0 .57-.057.792-.17.223-.113.394-.273.514-.479.121-.207.182-.448.182-.724 0-.275-.06-.516-.178-.723a1.231 1.231 0 00-.506-.486A1.612 1.612 0 006.53 5.5H4.876zm.967 1.996h.477a.786.786 0 00.365-.076.523.523 0 00.225-.213c.05-.092.076-.2.076-.322a.64.64 0 00-.076-.32.511.511 0 00-.225-.211.811.811 0 00-.365-.075h-.477v1.217z",
31
+ fill: "url(#paint3_radial_SecurityIpGroup16GradientBlueIcon_2263_7587)"
32
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
33
+ id: "paint0_radial_SecurityIpGroup16GradientBlueIcon_2263_7587",
34
+ cx: 0,
35
+ cy: 0,
36
+ r: 1,
37
+ gradientUnits: "userSpaceOnUse",
38
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
39
+ }, /*#__PURE__*/React.createElement("stop", {
40
+ stopColor: "#5BCAFF"
41
+ }), /*#__PURE__*/React.createElement("stop", {
42
+ offset: 1,
43
+ stopColor: "#06F"
44
+ })), /*#__PURE__*/React.createElement("radialGradient", {
45
+ id: "paint1_radial_SecurityIpGroup16GradientBlueIcon_2263_7587",
46
+ cx: 0,
47
+ cy: 0,
48
+ r: 1,
49
+ gradientUnits: "userSpaceOnUse",
50
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
51
+ }, /*#__PURE__*/React.createElement("stop", {
52
+ stopColor: "#5BCAFF"
53
+ }), /*#__PURE__*/React.createElement("stop", {
54
+ offset: 1,
55
+ stopColor: "#06F"
56
+ })), /*#__PURE__*/React.createElement("radialGradient", {
57
+ id: "paint2_radial_SecurityIpGroup16GradientBlueIcon_2263_7587",
58
+ cx: 0,
59
+ cy: 0,
60
+ r: 1,
61
+ gradientUnits: "userSpaceOnUse",
62
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
63
+ }, /*#__PURE__*/React.createElement("stop", {
64
+ stopColor: "#5BCAFF"
65
+ }), /*#__PURE__*/React.createElement("stop", {
66
+ offset: 1,
67
+ stopColor: "#06F"
68
+ })), /*#__PURE__*/React.createElement("radialGradient", {
69
+ id: "paint3_radial_SecurityIpGroup16GradientBlueIcon_2263_7587",
70
+ cx: 0,
71
+ cy: 0,
72
+ r: 1,
73
+ gradientUnits: "userSpaceOnUse",
74
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
75
+ }, /*#__PURE__*/React.createElement("stop", {
76
+ stopColor: "#5BCAFF"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: 1,
79
+ stopColor: "#06F"
80
+ }))));
81
+ }
82
+ module.exports = SecurityIpGroup16GradientBlueIcon;
@@ -0,0 +1,82 @@
1
+ const React = require("react");
2
+ function SecurityIpGroup16GradientGrayIcon({
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": "SecurityIpGroup16GradientGrayIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12.6 4.8V6h1V4.8a1.4 1.4 0 00-1.4-1.4H8a1.4 1.4 0 01-1.12-.56l-.21-.28A1.4 1.4 0 005.55 2H2.4A1.4 1.4 0 001 3.4v7.7a1.4 1.4 0 001.4 1.4h6v-1h-6a.4.4 0 01-.4-.4V3.4c0-.22.18-.4.4-.4h3.15a.4.4 0 01.32.16l.21.28A2.4 2.4 0 008 4.4h4.2c.22 0 .4.179.4.4z",
18
+ fill: "url(#paint0_radial_SecurityIpGroup16GradientGrayIcon_16227_93580)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M11.513 13.804a5.803 5.803 0 01-.994-.632l-.032-.024c-.35-.267-.638-.487-.823-.778-.2-.316-.263-.685-.263-1.217V8.784c-.001-.224-.002-.48.197-.702.095-.107.223-.193.376-.274a6.86 6.86 0 01.609-.274C11.825 7.028 11.993 7 12.2 7c.206 0 .375.028 1.617.534.254.103.454.191.609.274.153.081.281.167.377.274.198.222.197.478.197.702v2.369c0 .532-.064.901-.264 1.217-.185.291-.473.511-.823.778l-.031.024c-.39.298-.721.502-.995.632-.268.128-.5.196-.687.196-.187 0-.42-.068-.688-.196zm2.688-4.985v-.037a2.674 2.674 0 00-.006-.178 1.116 1.116 0 00-.144-.09 6.155 6.155 0 00-.534-.24c-1.213-.493-1.294-.478-1.313-.474H12.2l.001 2.7h-2v.653c0 .48.06.665.14.789.092.147.251.28.632.57l.031.025c.358.273.642.444.854.545.103.05.186.08.25.099a.44.44 0 00.093.019v-2.7h2V8.82z",
23
+ fill: "url(#paint1_radial_SecurityIpGroup16GradientGrayIcon_16227_93580)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M4.27 9.5v-4h-.967v4h.967z",
26
+ fill: "url(#paint2_radial_SecurityIpGroup16GradientGrayIcon_16227_93580)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M4.876 5.5v4h.967V8.258H6.5c.306 0 .57-.057.792-.17.223-.113.394-.273.514-.479.121-.207.182-.448.182-.724 0-.275-.06-.516-.178-.723a1.231 1.231 0 00-.506-.486A1.612 1.612 0 006.53 5.5H4.876zm.967 1.996h.477a.786.786 0 00.365-.076.523.523 0 00.225-.213c.05-.092.076-.2.076-.322a.64.64 0 00-.076-.32.511.511 0 00-.225-.211.811.811 0 00-.365-.075h-.477v1.217z",
31
+ fill: "url(#paint3_radial_SecurityIpGroup16GradientGrayIcon_16227_93580)"
32
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
33
+ id: "paint0_radial_SecurityIpGroup16GradientGrayIcon_16227_93580",
34
+ cx: 0,
35
+ cy: 0,
36
+ r: 1,
37
+ gradientUnits: "userSpaceOnUse",
38
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
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_SecurityIpGroup16GradientGrayIcon_16227_93580",
46
+ cx: 0,
47
+ cy: 0,
48
+ r: 1,
49
+ gradientUnits: "userSpaceOnUse",
50
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
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_SecurityIpGroup16GradientGrayIcon_16227_93580",
58
+ cx: 0,
59
+ cy: 0,
60
+ r: 1,
61
+ gradientUnits: "userSpaceOnUse",
62
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
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_SecurityIpGroup16GradientGrayIcon_16227_93580",
70
+ cx: 0,
71
+ cy: 0,
72
+ r: 1,
73
+ gradientUnits: "userSpaceOnUse",
74
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
75
+ }, /*#__PURE__*/React.createElement("stop", {
76
+ stopColor: "#CCD4E3"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: 1,
79
+ stopColor: "#6B7D99"
80
+ }))));
81
+ }
82
+ module.exports = SecurityIpGroup16GradientGrayIcon;
@@ -0,0 +1,82 @@
1
+ const React = require("react");
2
+ function SecurityIpGroup16GradientRedIcon({
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": "SecurityIpGroup16GradientRedIcon",
13
+ "aria-labelledby": titleId
14
+ }, props), title ? /*#__PURE__*/React.createElement("title", {
15
+ id: titleId
16
+ }, title) : null, /*#__PURE__*/React.createElement("path", {
17
+ d: "M12.6 4.8V6h1V4.8a1.4 1.4 0 00-1.4-1.4H8a1.4 1.4 0 01-1.12-.56l-.21-.28A1.4 1.4 0 005.55 2H2.4A1.4 1.4 0 001 3.4v7.7a1.4 1.4 0 001.4 1.4h6v-1h-6a.4.4 0 01-.4-.4V3.4c0-.22.18-.4.4-.4h3.15a.4.4 0 01.32.16l.21.28A2.4 2.4 0 008 4.4h4.2c.22 0 .4.179.4.4z",
18
+ fill: "url(#paint0_radial_SecurityIpGroup16GradientRedIcon_16227_93588)"
19
+ }), /*#__PURE__*/React.createElement("path", {
20
+ fillRule: "evenodd",
21
+ clipRule: "evenodd",
22
+ d: "M11.513 13.804a5.803 5.803 0 01-.994-.632l-.032-.024c-.35-.267-.638-.487-.823-.778-.2-.316-.263-.685-.263-1.217V8.784c-.001-.224-.002-.48.197-.702.095-.107.223-.193.376-.274a6.86 6.86 0 01.609-.274C11.825 7.028 11.993 7 12.2 7c.206 0 .375.028 1.617.534.254.103.454.191.609.274.153.081.281.167.377.274.198.222.197.478.197.702v2.369c0 .532-.064.901-.264 1.217-.185.291-.473.511-.823.778l-.031.024c-.39.298-.721.502-.995.632-.268.128-.5.196-.687.196-.187 0-.42-.068-.688-.196zm2.688-4.985v-.037a2.674 2.674 0 00-.006-.178 1.116 1.116 0 00-.144-.09 6.155 6.155 0 00-.534-.24c-1.213-.493-1.294-.478-1.313-.474H12.2l.001 2.7h-2v.653c0 .48.06.665.14.789.092.147.251.28.632.57l.031.025c.358.273.642.444.854.545.103.05.186.08.25.099a.44.44 0 00.093.019v-2.7h2V8.82z",
23
+ fill: "url(#paint1_radial_SecurityIpGroup16GradientRedIcon_16227_93588)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M4.27 9.5v-4h-.967v4h.967z",
26
+ fill: "url(#paint2_radial_SecurityIpGroup16GradientRedIcon_16227_93588)"
27
+ }), /*#__PURE__*/React.createElement("path", {
28
+ fillRule: "evenodd",
29
+ clipRule: "evenodd",
30
+ d: "M4.876 5.5v4h.967V8.258H6.5c.306 0 .57-.057.792-.17.223-.113.394-.273.514-.479.121-.207.182-.448.182-.724 0-.275-.06-.516-.178-.723a1.231 1.231 0 00-.506-.486A1.612 1.612 0 006.53 5.5H4.876zm.967 1.996h.477a.786.786 0 00.365-.076.523.523 0 00.225-.213c.05-.092.076-.2.076-.322a.64.64 0 00-.076-.32.511.511 0 00-.225-.211.811.811 0 00-.365-.075h-.477v1.217z",
31
+ fill: "url(#paint3_radial_SecurityIpGroup16GradientRedIcon_16227_93588)"
32
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
33
+ id: "paint0_radial_SecurityIpGroup16GradientRedIcon_16227_93588",
34
+ cx: 0,
35
+ cy: 0,
36
+ r: 1,
37
+ gradientUnits: "userSpaceOnUse",
38
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
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_SecurityIpGroup16GradientRedIcon_16227_93588",
46
+ cx: 0,
47
+ cy: 0,
48
+ r: 1,
49
+ gradientUnits: "userSpaceOnUse",
50
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
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_SecurityIpGroup16GradientRedIcon_16227_93588",
58
+ cx: 0,
59
+ cy: 0,
60
+ r: 1,
61
+ gradientUnits: "userSpaceOnUse",
62
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
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_SecurityIpGroup16GradientRedIcon_16227_93588",
70
+ cx: 0,
71
+ cy: 0,
72
+ r: 1,
73
+ gradientUnits: "userSpaceOnUse",
74
+ gradientTransform: "matrix(14.00082 -11.99998 11.8587 13.83598 1 14)"
75
+ }, /*#__PURE__*/React.createElement("stop", {
76
+ stopColor: "#FF5C78"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: 1,
79
+ stopColor: "#DC0000"
80
+ }))));
81
+ }
82
+ module.exports = SecurityIpGroup16GradientRedIcon;
@@ -0,0 +1,82 @@
1
+ const React = require("react");
2
+ function SecurityIpGroup24GradientBlueIcon({
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": "SecurityIpGroup24GradientBlueIcon",
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_SecurityIpGroup24GradientBlueIcon_2263_14105)"
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_SecurityIpGroup24GradientBlueIcon_2263_14105)"
24
+ }), /*#__PURE__*/React.createElement("path", {
25
+ d: "M6.628 14V8.182H5.574V14h1.054z",
26
+ fill: "url(#paint2_radial_SecurityIpGroup24GradientBlueIcon_2263_14105)"
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_SecurityIpGroup24GradientBlueIcon_2263_14105)"
32
+ }), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
33
+ id: "paint0_radial_SecurityIpGroup24GradientBlueIcon_2263_14105",
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: "#5BCAFF"
41
+ }), /*#__PURE__*/React.createElement("stop", {
42
+ offset: 1,
43
+ stopColor: "#06F"
44
+ })), /*#__PURE__*/React.createElement("radialGradient", {
45
+ id: "paint1_radial_SecurityIpGroup24GradientBlueIcon_2263_14105",
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: "#5BCAFF"
53
+ }), /*#__PURE__*/React.createElement("stop", {
54
+ offset: 1,
55
+ stopColor: "#06F"
56
+ })), /*#__PURE__*/React.createElement("radialGradient", {
57
+ id: "paint2_radial_SecurityIpGroup24GradientBlueIcon_2263_14105",
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: "#5BCAFF"
65
+ }), /*#__PURE__*/React.createElement("stop", {
66
+ offset: 1,
67
+ stopColor: "#06F"
68
+ })), /*#__PURE__*/React.createElement("radialGradient", {
69
+ id: "paint3_radial_SecurityIpGroup24GradientBlueIcon_2263_14105",
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: "#5BCAFF"
77
+ }), /*#__PURE__*/React.createElement("stop", {
78
+ offset: 1,
79
+ stopColor: "#06F"
80
+ }))));
81
+ }
82
+ module.exports = SecurityIpGroup24GradientBlueIcon;
@@ -0,0 +1,82 @@
1
+ const React = require("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
+ module.exports = SecurityIpGroup24GradientGrayIcon;
@@ -0,0 +1,82 @@
1
+ const React = require("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
+ module.exports = SecurityIpGroup24GradientRedIcon;
@@ -0,0 +1,78 @@
1
+ const React = require("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
+ module.exports = Sort16GradientBlueIcon;