@cloudtower/icons-react 0.29.4-dry → 0.29.5
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.
- package/dist/Ip24RedIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow16BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow24BlueIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyAllow24GreyIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny16RedIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny24GreyIcon.d.ts +4 -0
- package/dist/NetworkSecurityPolicyDeny24RedIcon.d.ts +4 -0
- package/dist/SecurityGroup24RedIcon.d.ts +4 -0
- package/dist/Tag24RedIcon.d.ts +4 -0
- package/dist/TrafficVisualization16GradientBlueIcon.d.ts +4 -0
- package/dist/TrafficVisualization16GradientGrayIcon.d.ts +4 -0
- package/dist/TrafficVisualization24GradientBlueIcon.d.ts +4 -0
- package/dist/TrafficVisualization24GradientGrayIcon.d.ts +4 -0
- package/dist/cjs/Ip24RedIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyAllow24GreyIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/cjs/NetworkSecurityPolicyDeny24GreyIcon.js +34 -0
- package/dist/cjs/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/cjs/SecurityGroup24RedIcon.js +34 -0
- package/dist/cjs/Tag24RedIcon.js +49 -0
- package/dist/cjs/TrafficVisualization16GradientBlueIcon.js +34 -0
- package/dist/cjs/TrafficVisualization16GradientGrayIcon.js +34 -0
- package/dist/cjs/TrafficVisualization24GradientBlueIcon.js +34 -0
- package/dist/cjs/TrafficVisualization24GradientGrayIcon.js +34 -0
- package/dist/cjs/index.js +13 -0
- package/dist/esm/Ip24RedIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyAllow16BlueIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyAllow24BlueIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyAllow24GreyIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyDeny16RedIcon.js +98 -0
- package/dist/esm/NetworkSecurityPolicyDeny24GreyIcon.js +34 -0
- package/dist/esm/NetworkSecurityPolicyDeny24RedIcon.js +34 -0
- package/dist/esm/SecurityGroup24RedIcon.js +34 -0
- package/dist/esm/Tag24RedIcon.js +49 -0
- package/dist/esm/TrafficVisualization16GradientBlueIcon.js +34 -0
- package/dist/esm/TrafficVisualization16GradientGrayIcon.js +34 -0
- package/dist/esm/TrafficVisualization24GradientBlueIcon.js +34 -0
- package/dist/esm/TrafficVisualization24GradientGrayIcon.js +34 -0
- package/dist/esm/index.js +13 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +13 -0
- package/package.json +3 -3
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Ip24RedIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M6 5h12a1 1 0 011 1v12a1 1 0 01-1 1H6a1 1 0 01-1-1V6a1 1 0 011-1zM4 6a2 2 0 012-2h12a2 2 0 012 2v12a2 2 0 01-2 2H6a2 2 0 01-2-2V6zm4 2.728h1.538V16H8V8.728zM12.34 16h-1.537V8.728h2.87c1.65 0 2.606 1.019 2.606 2.464 0 1.452-.973 2.45-2.646 2.45H12.34V16zm0-6.015v2.425h1.044c.881 0 1.31-.497 1.31-1.218 0-.724-.429-1.207-1.317-1.207H12.34z",
|
19
|
+
fill: "url(#paint0_radial_Ip24RedIcon_233_6159)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_Ip24RedIcon_233_6159",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-45 26.142 5.172) scale(22.6274)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#FF5C78"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#DC0000"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = Ip24RedIcon;
|
@@ -0,0 +1,98 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkSecurityPolicyAllow16BlueIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M10.819 1.594h1.277c.893 0 1.617.724 1.617 1.617v4.78a17.826 17.826 0 00-.917-.348V3.21a.7.7 0 00-.7-.7h-1.233a1.1 1.1 0 01-1.02.689H5.87a1.1 1.1 0 01-1.021-.69H3.617a.7.7 0 00-.7.7v10.213a.7.7 0 00.7.7h5.224l.027.044c.217.342.508.614.834.873H3.617A1.617 1.617 0 012 13.423V3.211c0-.893.724-1.617 1.617-1.617h1.277A1.1 1.1 0 015.87 1h3.971c.425 0 .794.24.977.594z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M10.3 8.587C11.663 8.03 11.85 8 12.075 8c.227 0 .412.03 1.777.587.28.113.499.21.669.3.169.09.31.184.414.301.218.245.217.526.216.772v2.603c0 .584-.07.99-.29 1.336-.202.32-.519.562-.903.856l-.035.026c-.427.327-.792.55-1.092.694-.295.14-.55.215-.756.215-.205 0-.461-.074-.755-.215a6.661 6.661 0 01-1.15-.703c-.384-.293-.678-.552-.88-.873-.22-.346-.29-.752-.29-1.336V9.959c-.002-.245-.002-.526.216-.77.104-.118.245-.212.413-.302.17-.09.39-.187.67-.3zm1.776 3.258V8.79c.083 0 .86.26 1.451.5.275.113.455.187.596.262a.496.496 0 01.18.13l.011.015c.047.052.071.09.071.302v1.846h-2.309zm0 0v2.994c-.072 0-.26 0-.52-.125l-.028-.013c-.233-.111-.337-.161-.747-.43-.43-.329-.573-.455-.726-.669-.126-.2-.234-.495-.234-1.04v-.717h2.255z",
|
24
|
+
fill: "url(#paint1_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M7.69 8.155a.459.459 0 01-.34-.113L5.894 6.69A.46.46 0 016.5 6l1.105 1.023 2.087-2.6c.137-.183.413-.208.617-.056.203.153.257.425.12.607L8.026 7.965A.464.464 0 018 8L7.999 8a.397.397 0 01-.31.154z",
|
29
|
+
fill: "url(#paint2_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
30
|
+
}), /*#__PURE__*/React.createElement("path", {
|
31
|
+
d: "M4 10.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
32
|
+
fill: "url(#paint3_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
33
|
+
}), /*#__PURE__*/React.createElement("path", {
|
34
|
+
d: "M4 12.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
35
|
+
fill: "url(#paint4_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529)"
|
36
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
37
|
+
id: "paint0_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
38
|
+
cx: 0,
|
39
|
+
cy: 0,
|
40
|
+
r: 1,
|
41
|
+
gradientUnits: "userSpaceOnUse",
|
42
|
+
gradientTransform: "matrix(11.71278 -14.04017 13.81272 11.52304 2 15.04)"
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
44
|
+
stopColor: "#5BCAFF"
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
46
|
+
offset: 1,
|
47
|
+
stopColor: "#06F"
|
48
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
49
|
+
id: "paint1_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
50
|
+
cx: 0,
|
51
|
+
cy: 0,
|
52
|
+
r: 1,
|
53
|
+
gradientUnits: "userSpaceOnUse",
|
54
|
+
gradientTransform: "matrix(6.15248 -7.69025 7.50276 6.00248 9 15.69)"
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
56
|
+
stopColor: "#5BCAFF"
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
58
|
+
offset: 1,
|
59
|
+
stopColor: "#06F"
|
60
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
61
|
+
id: "paint2_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
62
|
+
cx: 0,
|
63
|
+
cy: 0,
|
64
|
+
r: 1,
|
65
|
+
gradientUnits: "userSpaceOnUse",
|
66
|
+
gradientTransform: "matrix(4.768 -3.88858 3.80915 4.67059 5.736 8.156)"
|
67
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
68
|
+
stopColor: "#5BCAFF"
|
69
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
70
|
+
offset: 1,
|
71
|
+
stopColor: "#06F"
|
72
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
73
|
+
id: "paint3_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
74
|
+
cx: 0,
|
75
|
+
cy: 0,
|
76
|
+
r: 1,
|
77
|
+
gradientUnits: "userSpaceOnUse",
|
78
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 11)"
|
79
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
80
|
+
stopColor: "#5BCAFF"
|
81
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
82
|
+
offset: 1,
|
83
|
+
stopColor: "#06F"
|
84
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
85
|
+
id: "paint4_radial_NetworkSecurityPolicyAllow16BlueIcon_198_43529",
|
86
|
+
cx: 0,
|
87
|
+
cy: 0,
|
88
|
+
r: 1,
|
89
|
+
gradientUnits: "userSpaceOnUse",
|
90
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 13)"
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
92
|
+
stopColor: "#5BCAFF"
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
94
|
+
offset: 1,
|
95
|
+
stopColor: "#06F"
|
96
|
+
}))));
|
97
|
+
}
|
98
|
+
module.exports = NetworkSecurityPolicyAllow16BlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkSecurityPolicyAllow24BlueIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm3.583 7.257a.628.628 0 01-.48-.154L9.192 9.255a.63.63 0 01.832-.946l1.511 1.4 2.858-3.56c.187-.25.565-.283.843-.075.278.209.352.58.164.83l-3.283 4.09a.625.625 0 01-.04.052l-.005.005a.541.541 0 01-.404.206zm3.554.591c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyAllow24BlueIcon_209_44559)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyAllow24BlueIcon_209_44559",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = NetworkSecurityPolicyAllow24BlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkSecurityPolicyAllow24GreyIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm3.583 7.257a.628.628 0 01-.48-.154L9.192 9.255a.63.63 0 01.832-.946l1.511 1.4 2.858-3.56c.187-.25.565-.283.843-.075.278.209.352.58.164.83l-3.283 4.09a.625.625 0 01-.04.052l-.005.005a.541.541 0 01-.404.206zm3.554.591c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyAllow24GreyIcon_182_38937)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyAllow24GreyIcon_182_38937",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = NetworkSecurityPolicyAllow24GreyIcon;
|
@@ -0,0 +1,98 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkSecurityPolicyDeny16RedIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M10.819 1.594h1.277c.893 0 1.617.724 1.617 1.617v4.78a17.826 17.826 0 00-.917-.348V3.21a.7.7 0 00-.7-.7h-1.233a1.1 1.1 0 01-1.02.689H5.87a1.1 1.1 0 01-1.021-.69H3.617a.7.7 0 00-.7.7v10.213a.7.7 0 00.7.7h5.224l.027.044c.217.342.508.614.834.873H3.617A1.617 1.617 0 012 13.423V3.211c0-.893.724-1.617 1.617-1.617h1.277A1.1 1.1 0 015.87 1h3.971c.425 0 .794.24.977.594z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M10.3 8.587C11.663 8.03 11.85 8 12.075 8c.227 0 .412.03 1.777.587.28.113.499.21.669.3.169.09.31.184.414.301.218.245.217.526.216.772v2.603c0 .584-.07.99-.29 1.336-.202.32-.519.562-.903.856l-.035.026c-.427.327-.792.55-1.092.694-.295.14-.55.215-.756.215-.205 0-.461-.074-.755-.215a6.661 6.661 0 01-1.15-.703c-.384-.293-.678-.552-.88-.873-.22-.346-.29-.752-.29-1.336V9.959c-.002-.245-.002-.526.216-.77.104-.118.245-.212.413-.302.17-.09.39-.187.67-.3zm1.776 3.258V8.79c.083 0 .86.26 1.451.5.275.113.455.187.596.262a.496.496 0 01.18.13l.011.015c.047.052.071.09.071.302v1.846h-2.309zm0 0v2.994c-.072 0-.26 0-.52-.125l-.028-.013c-.233-.111-.337-.161-.747-.43-.43-.329-.573-.455-.726-.669-.126-.2-.234-.495-.234-1.04v-.717h2.255z",
|
24
|
+
fill: "url(#paint1_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
d: "M4 10.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
27
|
+
fill: "url(#paint2_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
28
|
+
}), /*#__PURE__*/React.createElement("path", {
|
29
|
+
d: "M4 12.5a.5.5 0 01.5-.5h4v1h-4a.5.5 0 01-.5-.5z",
|
30
|
+
fill: "url(#paint3_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
31
|
+
}), /*#__PURE__*/React.createElement("path", {
|
32
|
+
fillRule: "evenodd",
|
33
|
+
clipRule: "evenodd",
|
34
|
+
d: "M6 5.15a.46.46 0 01.65-.65l1.175 1.175L9 4.5a.46.46 0 01.65.65L8.477 6.326 9.65 7.5A.46.46 0 019 8.15L7.825 6.977 6.651 8.15A.46.46 0 016 7.5l1.175-1.175L6 5.151z",
|
35
|
+
fill: "url(#paint4_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479)"
|
36
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
37
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
38
|
+
cx: 0,
|
39
|
+
cy: 0,
|
40
|
+
r: 1,
|
41
|
+
gradientUnits: "userSpaceOnUse",
|
42
|
+
gradientTransform: "matrix(11.71278 -14.04017 13.81272 11.52304 2 15.04)"
|
43
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
44
|
+
stopColor: "#FF5C78"
|
45
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
46
|
+
offset: 1,
|
47
|
+
stopColor: "#DC0000"
|
48
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
49
|
+
id: "paint1_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
50
|
+
cx: 0,
|
51
|
+
cy: 0,
|
52
|
+
r: 1,
|
53
|
+
gradientUnits: "userSpaceOnUse",
|
54
|
+
gradientTransform: "matrix(6.15248 -7.69025 7.50276 6.00248 9 15.69)"
|
55
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
56
|
+
stopColor: "#FF5C78"
|
57
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
58
|
+
offset: 1,
|
59
|
+
stopColor: "#DC0000"
|
60
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
61
|
+
id: "paint2_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
62
|
+
cx: 0,
|
63
|
+
cy: 0,
|
64
|
+
r: 1,
|
65
|
+
gradientUnits: "userSpaceOnUse",
|
66
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 11)"
|
67
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
68
|
+
stopColor: "#FF5C78"
|
69
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
70
|
+
offset: 1,
|
71
|
+
stopColor: "#DC0000"
|
72
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
73
|
+
id: "paint3_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
74
|
+
cx: 0,
|
75
|
+
cy: 0,
|
76
|
+
r: 1,
|
77
|
+
gradientUnits: "userSpaceOnUse",
|
78
|
+
gradientTransform: "matrix(4.5 -1 .42353 1.90588 4 13)"
|
79
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
80
|
+
stopColor: "#FF5C78"
|
81
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
82
|
+
offset: 1,
|
83
|
+
stopColor: "#DC0000"
|
84
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
85
|
+
id: "paint4_radial_NetworkSecurityPolicyDeny16RedIcon_198_43479",
|
86
|
+
cx: 0,
|
87
|
+
cy: 0,
|
88
|
+
r: 1,
|
89
|
+
gradientUnits: "userSpaceOnUse",
|
90
|
+
gradientTransform: "rotate(-45 12.934 -2.937) scale(5.54371)"
|
91
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
92
|
+
stopColor: "#FF5C78"
|
93
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
94
|
+
offset: 1,
|
95
|
+
stopColor: "#DC0000"
|
96
|
+
}))));
|
97
|
+
}
|
98
|
+
module.exports = NetworkSecurityPolicyDeny16RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkSecurityPolicyDeny24GreyIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm7.137 7.848c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6zM12 11.5a2.49 2.49 0 001.66-.632L9.85 7.724A2.5 2.5 0 0012 11.5zm1.851-.82c.054-.059.104-.12.152-.184l-.152.184zm-3.328-3.697l3.738 3.085a2.5 2.5 0 00-3.739-3.085zM12 12.5a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny24GreyIcon_182_38780)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny24GreyIcon_182_38780",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = NetworkSecurityPolicyDeny24GreyIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function NetworkSecurityPolicyDeny24RedIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8.085 4H6a1 1 0 00-1 1v14a1 1 0 001 1h7.243c.123.132.26.272.411.424.191.19.332.309.452.41.068.057.13.11.191.166H6a2 2 0 01-2-2V5a2 2 0 012-2h2.085A1.5 1.5 0 019.5 2h5a1.5 1.5 0 011.415 1H18a2 2 0 012 2v5.828a49.104 49.104 0 00-1-.38V5a1 1 0 00-1-1h-2.085A1.5 1.5 0 0114.5 5h-5a1.5 1.5 0 01-1.415-1zm7.137 7.848c1.868-.76 2.122-.803 2.432-.803.311 0 .564.042 2.433.803.38.156.681.288.915.412.23.122.423.252.566.412.298.334.297.718.296 1.055v3.563c0 .8-.096 1.354-.397 1.83-.277.437-.71.768-1.236 1.17l-.048.036c-.585.447-1.083.753-1.495.95-.402.192-.753.294-1.034.294-.28 0-.63-.102-1.034-.294a9.109 9.109 0 01-1.573-.962c-.526-.402-.928-.757-1.206-1.195-.3-.475-.396-1.03-.396-1.83V13.728c-.002-.337-.002-.721.296-1.055.143-.16.335-.29.566-.412.233-.124.534-.256.915-.412zm2.432 4.46v-4.18c.113 0 1.177.354 1.986.684.377.153.622.255.816.358.17.09.207.134.245.178l.008.01.009.01c.064.072.096.122.096.414v2.526h-3.16zm0 0v4.098c-.098 0-.356-.002-.712-.172l-.038-.018c-.318-.152-.461-.22-1.023-.588-.589-.45-.784-.623-.993-.916-.173-.273-.32-.678-.32-1.422v-.982h3.086zM7.202 14.782a.6.6 0 000 1.2h5.033v-1.2H7.202zm-.6 3.337a.6.6 0 01.6-.6h5.04v1.2h-5.04a.6.6 0 01-.6-.6zM12 11.5a2.49 2.49 0 001.66-.632L9.85 7.724A2.5 2.5 0 0012 11.5zm1.851-.82c.054-.059.104-.12.152-.184l-.152.184zm-3.328-3.697l3.738 3.085a2.5 2.5 0 00-3.739-3.085zM12 12.5a3.5 3.5 0 100-7 3.5 3.5 0 000 7z",
|
19
|
+
fill: "url(#paint0_radial_NetworkSecurityPolicyDeny24RedIcon_209_44564)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_NetworkSecurityPolicyDeny24RedIcon_209_44564",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "rotate(-47.609 26.448 6.251) scale(26.4975 26.3877)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#FF5C78"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#DC0000"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = NetworkSecurityPolicyDeny24RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function SecurityGroup24RedIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M2.5 16.875c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874c.428.218.988.218 2.108.218h12.6c1.12 0 1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108v-7.85c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874c-.428-.218-.988-.218-2.108-.218h-4.4c-.393 0-.624-.326-.894-.708-.382-.54-.843-1.192-1.956-1.192H5.7c-1.12 0-1.68 0-2.108.218a2 2 0 00-.874.874c-.218.428-.218.988-.218 2.108v9.75zm1 0v-9.75c0-.577 0-.949.024-1.232.022-.272.06-.373.085-.422a1 1 0 01.437-.437c.05-.025.15-.063.422-.085.283-.023.655-.024 1.232-.024h5.35c.294 0 .464.07.58.142.13.083.252.208.401.408a8.549 8.549 0 01.238.331c.084.117.19.262.315.398.258.281.683.62 1.316.62h4.4c.577 0 .949.002 1.232.025.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422.023.283.024.655.024 1.232v7.85c0 .576 0 .949-.024 1.232-.022.272-.06.372-.085.422a1 1 0 01-.437.437c-.05.025-.15.063-.422.085-.283.023-.655.024-1.232.024H5.7c-.577 0-.949-.001-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422-.023-.283-.024-.656-.024-1.232zM9.672 8.56c1.788-.728 2.03-.769 2.328-.769.297 0 .54.04 2.328.77.365.148.653.274.876.393.221.117.405.24.542.394.286.32.285.688.284 1.01v3.411c0 .765-.092 1.297-.38 1.751-.266.42-.68.736-1.184 1.12l-.045.035c-.56.428-1.037.721-1.431.91-.386.183-.721.281-.99.281s-.604-.098-.99-.282c-.394-.188-.87-.481-1.43-.909l-.046-.035c-.504-.384-.918-.7-1.184-1.12-.288-.454-.38-.986-.38-1.75v-3.411c0-.323-.002-.69.284-1.01a1.92 1.92 0 01.542-.395c.223-.119.51-.245.876-.394zM12 12.83V8.597h.015c.102-.002.257-.004 2.01.71.36.146.616.26.8.358.188.1.276.17.32.22.062.069.079.122.079.526v2.418H12zm0 0v4.231c-.094 0-.303-.04-.642-.203-.332-.158-.761-.419-1.29-.822-.563-.431-.857-.662-1.037-.946-.166-.261-.255-.608-.255-1.32v-.94H12z",
|
19
|
+
fill: "url(#paint0_radial_SecurityGroup24RedIcon_209_44403)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_SecurityGroup24RedIcon_209_44403",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(19.00003 -16.15 15.939 18.7518 2.5 20.075)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#FF5C78"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#DC0000"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = SecurityGroup24RedIcon;
|
@@ -0,0 +1,49 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Tag24RedIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M21.35 12.042c.07-.284.072-.586.078-1.189l.042-4.284c.014-1.425.02-2.138-.253-2.68a2.5 2.5 0 00-1.106-1.106c-.543-.274-1.255-.267-2.68-.253l-4.284.042c-.604.005-.905.008-1.189.079a2.5 2.5 0 00-.712.299c-.249.153-.462.366-.889.793l-7.232 7.232c-.99.99-1.485 1.485-1.67 2.056a2.5 2.5 0 000 1.545c.185.571.68 1.066 1.67 2.056l4.243 4.243c.99.99 1.485 1.485 2.055 1.67a2.5 2.5 0 001.546 0c.57-.185 1.065-.68 2.055-1.67l7.233-7.233c.426-.426.64-.64.793-.888.136-.22.237-.461.3-.712zM11.77 3.8c-.125.077-.246.19-.706.649l-7.232 7.232c-.507.507-.844.845-1.082 1.125-.23.272-.309.423-.345.533a1.5 1.5 0 000 .927c.036.11.115.261.345.533.238.28.575.618 1.082 1.125l4.243 4.243c.506.506.844.843 1.125 1.081.271.23.423.31.532.345a1.5 1.5 0 00.928 0c.11-.036.26-.114.532-.345.28-.238.619-.575 1.125-1.081l7.233-7.233c.46-.46.571-.58.649-.706a1.5 1.5 0 00.18-.427c.035-.144.043-.309.05-.959l.041-4.284c.007-.73.011-1.216-.016-1.589-.026-.362-.077-.527-.13-.631a1.5 1.5 0 00-.663-.663c-.104-.053-.27-.104-.631-.13-.374-.027-.86-.023-1.59-.016l-4.284.041c-.65.007-.814.015-.958.05a1.5 1.5 0 00-.427.18zm6.558 1.87a.5.5 0 10-.707.708.5.5 0 00.707-.707zm.707 1.415a1.5 1.5 0 11-2.122-2.121 1.5 1.5 0 012.122 2.121z",
|
19
|
+
fill: "url(#paint0_radial_Tag24RedIcon_209_44395)"
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
d: "M8.786 14.617l-.34 1.705a.772.772 0 00-.023.2c0 .304.199.486.515.486.334 0 .534-.17.604-.528l.375-1.863h1.7l-.347 1.705a.771.771 0 00-.023.2c0 .304.2.486.516.486.334 0 .533-.182.603-.54l.381-1.851h1.008c.38 0 .627-.252.627-.621 0-.293-.194-.492-.504-.492h-.914l.363-1.782h.973c.38 0 .627-.246.627-.615 0-.293-.194-.486-.504-.486h-.873l.328-1.617a.77.77 0 00.023-.2c0-.304-.199-.486-.515-.486-.334 0-.534.182-.604.54l-.363 1.763H10.73l.323-1.617c.011-.059.023-.141.023-.2 0-.304-.2-.486-.515-.486-.335 0-.534.182-.604.533l-.37 1.77H8.61c-.38 0-.633.246-.633.615 0 .287.2.492.51.492h.885l-.357 1.781h-.938c-.387 0-.633.247-.633.616 0 .287.2.492.51.492h.832zm1.283-1.037l.393-1.928h1.805l-.399 1.928H10.07z",
|
22
|
+
fill: "url(#paint1_radial_Tag24RedIcon_209_44395)"
|
23
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
24
|
+
id: "paint0_radial_Tag24RedIcon_209_44395",
|
25
|
+
cx: 0,
|
26
|
+
cy: 0,
|
27
|
+
r: 1,
|
28
|
+
gradientUnits: "userSpaceOnUse",
|
29
|
+
gradientTransform: "rotate(-45 28.028 9.726) scale(28.4868)"
|
30
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
31
|
+
stopColor: "#FF5C78"
|
32
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
33
|
+
offset: 1,
|
34
|
+
stopColor: "#DC0000"
|
35
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
36
|
+
id: "paint1_radial_Tag24RedIcon_209_44395",
|
37
|
+
cx: 0,
|
38
|
+
cy: 0,
|
39
|
+
r: 1,
|
40
|
+
gradientUnits: "userSpaceOnUse",
|
41
|
+
gradientTransform: "rotate(-45 28.028 9.726) scale(28.4868)"
|
42
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
43
|
+
stopColor: "#FF5C78"
|
44
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
45
|
+
offset: 1,
|
46
|
+
stopColor: "#DC0000"
|
47
|
+
}))));
|
48
|
+
}
|
49
|
+
module.exports = Tag24RedIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TrafficVisualization16GradientBlueIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8 3a.5.5 0 100-1 .5.5 0 000 1zm1.5-.5a1.5 1.5 0 01-1 1.415V5.55c.32.065.616.19.879.364l1.267-1.267a1.5 1.5 0 11.707.707L10.086 6.62c.174.263.3.56.364.879h1.635a1.5 1.5 0 110 1H10.45c-.065.32-.19.616-.364.879l1.267 1.267a1.5 1.5 0 11-.707.707L9.38 10.086c-.263.174-.56.3-.879.364v1.635a1.5 1.5 0 11-1 0V10.45a2.486 2.486 0 01-.879-.364l-1.267 1.267a1.5 1.5 0 11-.707-.707L5.914 9.38c-.174-.263-.3-.56-.364-.879H3.915a1.5 1.5 0 110-1H5.55c.065-.32.19-.616.364-.879L4.647 5.354a1.5 1.5 0 11.707-.707L6.62 5.914c.263-.174.56-.3.879-.364V3.915a1.5 1.5 0 112-1.415zM8 14a.5.5 0 100-1 .5.5 0 000 1zm1.5-6a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-7 .5a.5.5 0 100-1 .5.5 0 000 1zM14 8a.5.5 0 11-1 0 .5.5 0 011 0zm-2-3.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 4.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0z",
|
19
|
+
fill: "url(#paint0_radial_TrafficVisualization16GradientBlueIcon_14306_5)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_TrafficVisualization16GradientBlueIcon_14306_5",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#5BCAFF"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#06F"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = TrafficVisualization16GradientBlueIcon;
|
@@ -0,0 +1,34 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function TrafficVisualization16GradientGrayIcon({
|
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
|
+
"aria-labelledby": titleId
|
13
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
14
|
+
id: titleId
|
15
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
16
|
+
fillRule: "evenodd",
|
17
|
+
clipRule: "evenodd",
|
18
|
+
d: "M8 3a.5.5 0 100-1 .5.5 0 000 1zm1.5-.5a1.5 1.5 0 01-1 1.415V5.55c.32.065.616.19.879.364l1.267-1.267a1.5 1.5 0 11.707.707L10.086 6.62c.174.263.3.56.364.879h1.635a1.5 1.5 0 110 1H10.45c-.065.32-.19.616-.364.879l1.267 1.267a1.5 1.5 0 11-.707.707L9.38 10.086c-.263.174-.56.3-.879.364v1.635a1.5 1.5 0 11-1 0V10.45a2.486 2.486 0 01-.879-.364l-1.267 1.267a1.5 1.5 0 11-.707-.707L5.914 9.38c-.174-.263-.3-.56-.364-.879H3.915a1.5 1.5 0 110-1H5.55c.065-.32.19-.616.364-.879L4.647 5.354a1.5 1.5 0 11.707-.707L6.62 5.914c.263-.174.56-.3.879-.364V3.915a1.5 1.5 0 112-1.415zM8 14a.5.5 0 100-1 .5.5 0 000 1zm1.5-6a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0zm-7 .5a.5.5 0 100-1 .5.5 0 000 1zM14 8a.5.5 0 11-1 0 .5.5 0 011 0zm-2-3.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0zM4 4.5a.5.5 0 100-1 .5.5 0 000 1zm.5 7.5a.5.5 0 11-1 0 .5.5 0 011 0z",
|
19
|
+
fill: "url(#paint0_radial_TrafficVisualization16GradientGrayIcon_14708_4)"
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
21
|
+
id: "paint0_radial_TrafficVisualization16GradientGrayIcon_14708_4",
|
22
|
+
cx: 0,
|
23
|
+
cy: 0,
|
24
|
+
r: 1,
|
25
|
+
gradientUnits: "userSpaceOnUse",
|
26
|
+
gradientTransform: "matrix(14 -14 14 14 1 15)"
|
27
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
28
|
+
stopColor: "#CCD4E3"
|
29
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
30
|
+
offset: 1,
|
31
|
+
stopColor: "#6B7D99"
|
32
|
+
}))));
|
33
|
+
}
|
34
|
+
module.exports = TrafficVisualization16GradientGrayIcon;
|