@cloudtower/icons-react 490.0.4 → 490.0.6
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/SsoDuo16Icon.d.ts +4 -0
- package/dist/SsoGeneralIdp16Icon.d.ts +4 -0
- package/dist/SsoOkta16Icon.d.ts +4 -0
- package/dist/SsoThales16Icon.d.ts +4 -0
- package/dist/VirtualVolumeMinusRemove16GradientGrayIcon.d.ts +4 -0
- package/dist/VirtualVolumeMinusRemove16GradientRedIcon.d.ts +4 -0
- package/dist/VirtualVolumeMinusRemove24GradientGrayIcon.d.ts +4 -0
- package/dist/VirtualVolumeMinusRemove24GradientRedIcon.d.ts +4 -0
- package/dist/VmAddPlus16GradientBlueIcon.d.ts +4 -0
- package/dist/VmAddPlus16GradientGrayIcon.d.ts +4 -0
- package/dist/VmAddPlus24GradientBlueIcon.d.ts +4 -0
- package/dist/VmAddPlus24GradientGrayIcon.d.ts +4 -0
- package/dist/VmMinusRemove16GradientGrayIcon.d.ts +4 -0
- package/dist/VmMinusRemove16GradientRedIcon.d.ts +4 -0
- package/dist/VmMinusRemove24GradientGrayIcon.d.ts +4 -0
- package/dist/VmMinusRemove24GradientRedIcon.d.ts +4 -0
- package/dist/cjs/SsoDuo16Icon.js +37 -0
- package/dist/cjs/SsoGeneralIdp16Icon.js +82 -0
- package/dist/cjs/SsoOkta16Icon.js +22 -0
- package/dist/cjs/SsoThales16Icon.js +24 -0
- package/dist/cjs/VirtualVolumeMinusRemove16GradientGrayIcon.js +67 -0
- package/dist/cjs/VirtualVolumeMinusRemove16GradientRedIcon.js +67 -0
- package/dist/cjs/VirtualVolumeMinusRemove24GradientGrayIcon.js +33 -0
- package/dist/cjs/VirtualVolumeMinusRemove24GradientRedIcon.js +67 -0
- package/dist/cjs/VmAddPlus16GradientBlueIcon.js +65 -0
- package/dist/cjs/VmAddPlus16GradientGrayIcon.js +65 -0
- package/dist/cjs/VmAddPlus24GradientBlueIcon.js +65 -0
- package/dist/cjs/VmAddPlus24GradientGrayIcon.js +65 -0
- package/dist/cjs/VmMinusRemove16GradientGrayIcon.js +65 -0
- package/dist/cjs/VmMinusRemove16GradientRedIcon.js +65 -0
- package/dist/cjs/VmMinusRemove24GradientGrayIcon.js +65 -0
- package/dist/cjs/VmMinusRemove24GradientRedIcon.js +65 -0
- package/dist/cjs/index.js +16 -0
- package/dist/esm/SsoDuo16Icon.js +37 -0
- package/dist/esm/SsoGeneralIdp16Icon.js +82 -0
- package/dist/esm/SsoOkta16Icon.js +22 -0
- package/dist/esm/SsoThales16Icon.js +24 -0
- package/dist/esm/VirtualVolumeMinusRemove16GradientGrayIcon.js +67 -0
- package/dist/esm/VirtualVolumeMinusRemove16GradientRedIcon.js +67 -0
- package/dist/esm/VirtualVolumeMinusRemove24GradientGrayIcon.js +33 -0
- package/dist/esm/VirtualVolumeMinusRemove24GradientRedIcon.js +67 -0
- package/dist/esm/VmAddPlus16GradientBlueIcon.js +65 -0
- package/dist/esm/VmAddPlus16GradientGrayIcon.js +65 -0
- package/dist/esm/VmAddPlus24GradientBlueIcon.js +65 -0
- package/dist/esm/VmAddPlus24GradientGrayIcon.js +65 -0
- package/dist/esm/VmMinusRemove16GradientGrayIcon.js +65 -0
- package/dist/esm/VmMinusRemove16GradientRedIcon.js +65 -0
- package/dist/esm/VmMinusRemove24GradientGrayIcon.js +65 -0
- package/dist/esm/VmMinusRemove24GradientRedIcon.js +65 -0
- package/dist/esm/index.js +16 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +16 -0
- package/package.json +3 -3
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SsoDuo16Icon({
|
|
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
|
+
xmlnsXlink: "http://www.w3.org/1999/xlink",
|
|
13
|
+
"data-testid": "SsoDuo16Icon",
|
|
14
|
+
"aria-labelledby": titleId
|
|
15
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
16
|
+
id: titleId
|
|
17
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
18
|
+
fill: "url(#pattern0_19216_53)",
|
|
19
|
+
d: "M0 0h16v16H0z"
|
|
20
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("pattern", {
|
|
21
|
+
id: "pattern0_19216_53",
|
|
22
|
+
patternContentUnits: "objectBoundingBox",
|
|
23
|
+
width: 1,
|
|
24
|
+
height: 1
|
|
25
|
+
}, /*#__PURE__*/React.createElement("use", {
|
|
26
|
+
xlinkHref: "#image0_19216_53",
|
|
27
|
+
transform: "scale(.03125)"
|
|
28
|
+
})), /*#__PURE__*/React.createElement("image", {
|
|
29
|
+
id: "image0_19216_53",
|
|
30
|
+
"data-name": "image.png",
|
|
31
|
+
width: 32,
|
|
32
|
+
height: 32,
|
|
33
|
+
preserveAspectRatio: "none",
|
|
34
|
+
xlinkHref: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAIKADAAQAAAABAAAAIAAAAACshmLzAAAEPUlEQVRYCcVX3WtcRRT/zb27m2Q329JNtpoYW4K1odDWilKCxSYxotIvC6XFFkoUfCk0UBFfxIf9BwShBR9t6Yu0UEz3JQoxa2uxBNsgBqJLo4Xmy9TENMlmk+zunZ4zyY1315nNUjd0LsOde+ac8zszc86ZcwVKaLHeVt9kbuN2IUS7FGiFxC4IWUeiwRXxeUgxBoFfhURCStlTYz9KxtoS2bXUi2IMx68ct+trl151gA+I7x3qz1H3FZOhOQYdpv6tBXw1+nfg56snruZMMkYDzn53pF74xDlAvg+IqElBcbp8SLIXZVZ+ceGt66M6Xq0BnT1H90I4n5PwPhLS8uiUGWiSFnEL0vr4fPs3fYU8/1F+tufwG0JYXxLj9kLm//mdlNI5c6E9/r1XT54ByyuXl9cB3MVMkrOe9u7EqgHqzP3ia/Lw111u901e7Q717xUtopTTErgpM/I91yds1hiLxax04/hnNDxZiGAJCxsrIgj5wwj6Q9peaVeB+bJOBo50QOFaqMb7vVVYwjnQeLInkUhIFVKTLXf2kpN0eLl4LOmp8lXj9I6PEA3Wg86wkEV9Mz2VncWD2SH88vAn3JseQCaXKWZIB2FeI+HbNsd6OOR8Sh8tOu2VviBaGg6htuoZMiak7UF/tdqlLeFt2B1tRk3lZozM/Yl0ds5kRIh2Kbvl4O5u69nIUhMdMSeZsrQKuxLNdW/i1I5ORMhok/8wJmNbnF4JuaEs6B4lTZtewsHGUwjYAQ81b9jA2JbK7Wun1zzJUj/2RF9DU2SPckyNjI+xKV3LnZrJspACdgVeju6DbZmuD7mTDADfauvWng+/gGoKYY4oTatj00KaCUXiaM7kFnHnrxvYENhkUmISp7QkME+RYHJEEgyZ9mZFqYBDsKnMjFJmWIXRAL7HFnPzJh9QcmxAinpYp4UB/VYAu2qbiyYinSzT6FLDxPwI+sZ7TSwpNmCMutaAZSkygzKdI3PGTGjSzg42OnefjiGldlDDN0Y8YkAzURbSUm4Bg1N3kXO4SNI1MWBxDUdTJg6dVEk0vpwY/I9Hg+qi0ghlGdviApImhzUMT0gSCpCBE8NxZJwlk55hxrbGpwK/0+3ZbeJy6RxSxR5esSVsAlxE/8QtxIcuY3ph0nT25KDoVtgM0Nl7uJmu4y4abnYB+c1REPKFcezFDxGhG84UhuykaXK0sdQD/PZPP+7PJFVtwAYb2gTVnO+eb4vfVnmg5odX+ib3918i5k+8AqwgTXHcNXRRrc475x2zAYu08oVsWkUL70YRcBa9xJhA/F8Ti5ZktPZS2hqgyyoKSrK8PXoaRSnnitXG1Spt5xkiJFeJ5RuostxbEbPqPAOYoOp2Kp3JBX+kz9L2ngXNjXSQLtJZ+E/AInlH4NXxVH/NXEMKfk7fJjqXbipyXB7Nm7PqCPVu2t4n/zn1Kl7P3/PHQcKwnd1M7YYAAAAASUVORK5CYII="
|
|
35
|
+
})));
|
|
36
|
+
}
|
|
37
|
+
module.exports = SsoDuo16Icon;
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SsoGeneralIdp16Icon({
|
|
3
|
+
title,
|
|
4
|
+
titleId,
|
|
5
|
+
...props
|
|
6
|
+
}) {
|
|
7
|
+
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
8
|
+
width: 16,
|
|
9
|
+
height: 17,
|
|
10
|
+
fill: "none",
|
|
11
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
+
"data-testid": "SsoGeneralIdp16Icon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M3.99 5.577c.31 0 .58.053.814.161.234.107.418.255.551.446.134.189.203.406.207.652h-.76A.582.582 0 004.55 6.4c-.147-.103-.337-.155-.572-.155a1.09 1.09 0 00-.423.074.629.629 0 00-.27.202.494.494 0 00-.098.292c0 .091.022.17.063.237.043.066.1.124.172.17.072.046.153.085.241.116s.177.057.267.078l.409.103c.164.038.323.09.474.155.154.065.29.148.412.248s.219.219.29.36c.07.14.106.305.106.493 0 .256-.066.482-.196.676-.13.193-.32.345-.567.454a2.214 2.214 0 01-.892.162c-.34 0-.635-.053-.885-.158a1.316 1.316 0 01-.583-.46 1.364 1.364 0 01-.227-.737h.779a.66.66 0 00.14.379c.083.1.19.177.322.226.133.05.282.075.447.075.172 0 .323-.026.452-.078a.732.732 0 00.307-.216.525.525 0 00.113-.328.417.417 0 00-.1-.282.733.733 0 00-.275-.187 2.651 2.651 0 00-.41-.137l-.496-.128c-.36-.092-.643-.232-.852-.419-.207-.189-.311-.44-.311-.753 0-.257.07-.481.209-.675.14-.193.331-.343.573-.45.241-.108.515-.16.82-.16z",
|
|
18
|
+
fill: "url(#paint0_radial_SsoGeneralIdp16Icon_19216_22)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M7.887 5.577c.31 0 .58.053.813.161.234.107.418.255.552.446.133.189.203.406.207.652h-.76a.582.582 0 00-.252-.435c-.146-.103-.337-.155-.571-.155a1.09 1.09 0 00-.424.074.629.629 0 00-.27.202.494.494 0 00-.097.292c0 .091.021.17.062.237.043.066.1.124.172.17.073.046.153.085.242.116.088.031.177.057.266.078l.41.103c.164.038.322.09.474.155.153.065.29.148.411.248.122.1.22.219.29.36.071.14.106.305.107.493 0 .256-.066.482-.197.676-.13.193-.319.345-.566.454a2.214 2.214 0 01-.893.162c-.34 0-.634-.053-.884-.158a1.316 1.316 0 01-.583-.46 1.364 1.364 0 01-.227-.737h.778a.66.66 0 00.14.379c.083.1.19.177.322.226.134.05.283.075.447.075.172 0 .323-.026.453-.078a.732.732 0 00.306-.216.525.525 0 00.114-.328.417.417 0 00-.101-.282.733.733 0 00-.274-.187 2.651 2.651 0 00-.41-.137l-.497-.128c-.359-.092-.643-.232-.851-.419-.208-.189-.312-.44-.312-.753 0-.257.07-.481.21-.675.14-.193.33-.343.572-.45.242-.108.515-.16.82-.16z",
|
|
21
|
+
fill: "url(#paint1_radial_SsoGeneralIdp16Icon_19216_22)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M12.117 5.577c.382 0 .724.088 1.026.266.302.177.54.434.715.77.176.333.264.735.264 1.205 0 .47-.088.873-.264 1.208-.174.334-.413.59-.715.767a1.982 1.982 0 01-1.026.267 1.99 1.99 0 01-1.026-.267 1.904 1.904 0 01-.716-.769c-.175-.335-.263-.737-.263-1.206 0-.47.088-.872.263-1.206.176-.335.415-.592.716-.77a1.99 1.99 0 011.026-.265zm0 .71a1.13 1.13 0 00-.628.176 1.166 1.166 0 00-.429.517c-.102.228-.153.507-.153.838 0 .331.051.61.153.84.104.226.247.4.43.518.18.116.39.175.627.175s.447-.059.63-.175a1.17 1.17 0 00.425-.519c.103-.228.156-.508.156-.839 0-.33-.052-.61-.156-.838a1.153 1.153 0 00-.426-.517 1.13 1.13 0 00-.629-.177z",
|
|
26
|
+
fill: "url(#paint2_radial_SsoGeneralIdp16Icon_19216_22)"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
+
fillRule: "evenodd",
|
|
29
|
+
clipRule: "evenodd",
|
|
30
|
+
d: "M8 0a8 8 0 110 16A8 8 0 018 0zm0 1a7 7 0 100 14A7 7 0 008 1z",
|
|
31
|
+
fill: "url(#paint3_radial_SsoGeneralIdp16Icon_19216_22)"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
33
|
+
id: "paint0_radial_SsoGeneralIdp16Icon_19216_22",
|
|
34
|
+
cx: 0,
|
|
35
|
+
cy: 0,
|
|
36
|
+
r: 1,
|
|
37
|
+
gradientUnits: "userSpaceOnUse",
|
|
38
|
+
gradientTransform: "rotate(-45 19.314 8) scale(22.6274)"
|
|
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_SsoGeneralIdp16Icon_19216_22",
|
|
46
|
+
cx: 0,
|
|
47
|
+
cy: 0,
|
|
48
|
+
r: 1,
|
|
49
|
+
gradientUnits: "userSpaceOnUse",
|
|
50
|
+
gradientTransform: "rotate(-45 19.314 8) scale(22.6274)"
|
|
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_SsoGeneralIdp16Icon_19216_22",
|
|
58
|
+
cx: 0,
|
|
59
|
+
cy: 0,
|
|
60
|
+
r: 1,
|
|
61
|
+
gradientUnits: "userSpaceOnUse",
|
|
62
|
+
gradientTransform: "rotate(-45 19.314 8) scale(22.6274)"
|
|
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_SsoGeneralIdp16Icon_19216_22",
|
|
70
|
+
cx: 0,
|
|
71
|
+
cy: 0,
|
|
72
|
+
r: 1,
|
|
73
|
+
gradientUnits: "userSpaceOnUse",
|
|
74
|
+
gradientTransform: "rotate(-45 19.314 8) scale(22.6274)"
|
|
75
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
76
|
+
stopColor: "#5BCAFF"
|
|
77
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
78
|
+
offset: 1,
|
|
79
|
+
stopColor: "#06F"
|
|
80
|
+
}))));
|
|
81
|
+
}
|
|
82
|
+
module.exports = SsoGeneralIdp16Icon;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SsoOkta16Icon({
|
|
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": "SsoOkta16Icon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
17
|
+
fill: "#000"
|
|
18
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
19
|
+
d: "M7.586 11.129c.302.133.75-.05.885.045.005.155.035.328.048.486.034.399.076.799.097 1.198l-.36.007c.018.093.03.319.04.424.036.397.065.794.088 1.192.013.045-.002.066-.033.092-.108.015-.925.023-1.01-.003-.06-.095.02-.724.034-.867l.107-1.22c.042-.46.047-.893.104-1.354zM9.497 10.797c.075.034.5 1.048.573 1.162.027.04.142.314.137.364-.061.089-.193.116-.298.151.15.346.318.689.47 1.033.048.105.201.421.216.516-.087.094-.44.203-.572.246-.14.05-.28.096-.422.14-.098-.218-.272-.948-.347-1.211a81.272 81.272 0 01-.574-2.094c.271-.114.516-.171.817-.306zM6.518 10.85c.182.015.516.217.852.255-.036.211-.374 1.525-.463 1.654-.056.014-.277-.085-.339-.11-.007.159-.381 1.558-.471 1.654a2.135 2.135 0 01-.185-.046c-.122-.037-.728-.224-.771-.303.015-.237.233-.63.336-.856l.49-1.067c.114-.253.23-.505.35-.756.064-.14.124-.292.201-.425zM10.348 10.088c.299.175.885.903 1.183 1.16.112.097-.159.24-.224.276.301.334.626.649.944.966.062.062.232.21.225.295-.083.144-.393.374-.536.493-.053.046-.116.107-.177.14-.09.041-.124-.005-.174-.074-.523-.711-1.02-1.441-1.54-2.155-.122-.168-.27-.353-.364-.538.183-.091.559-.4.663-.563zM5.782 10.287c.167.139.359.345.564.42-.068.134-.837 1.27-.939 1.369a.07.07 0 01-.052.021c-.118-.005-.205-.117-.279-.198-.213.355-.486.691-.718 1.035-.076.114-.17.228-.257.335l-.045.009c-.143-.045-.699-.538-.813-.672.043-.06.099-.118.151-.17.646-.646 1.28-1.302 1.927-1.945.106-.105.218-.213.314-.326.04.022.108.09.147.122zM10.934 9.145c.11.029.327.143.444.196.312.142.63.286.936.438.034.017.141.077.145.106.008.07-.096.247-.129.308.185.09.38.165.563.262.306.163.677.285.96.484-.077.222-.306.606-.432.818l-.095.114c-.343-.21-.727-.492-1.064-.725l-1.793-1.23c.187-.16.352-.541.465-.77zM5.042 9.25c.046.034.2.354.254.433.074.11.134.214.223.325-.332.186-1.09.85-1.383.949-.153-.023-.129-.188-.227-.253-.072.028-.347.227-.425.281-.27.184-.539.37-.805.559-.06.038-.106.077-.175.075-.099-.037-.48-.748-.558-.893.17-.118.848-.422 1.062-.523.669-.323 1.34-.64 2.014-.953h.02zM11.16 8.067c.554.07 1.123.082 1.703.157-.01.13-.035.226-.064.354.24.02 1.575.106 1.69.193.03.136-.107.803-.139.987l-.03.02c-.175.025-.9-.2-1.115-.258-.734-.198-1.485-.37-2.215-.579.073-.224.13-.492.146-.727.003-.052-.003-.102.024-.147zM4.818 8.198c.024.138.037.278.06.416a5.9 5.9 0 00.044.222c.015.07.034.14.054.209-.298.079-.596.162-.893.248-.144.041-.691.224-.79.146a.868.868 0 01-.042-.31c-.44.117-.86.235-1.302.343-.14.03-.223.049-.357.094-.054-.133-.207-.94-.172-1.052.14-.078 2.948-.302 3.314-.335l.055-.002.03.02zM11.05 9.058c.044.016.073.02.107.052a.12.12 0 01-.127-.047l.02-.005zM1.6 6.25c.286-.025.952.197 1.247.274l1.538.399c.187.048.368.104.557.148a6.57 6.57 0 00-.113.69 1.556 1.556 0 01-.022.167l-.024.012a31.14 31.14 0 01-1.63-.138l-.024-.026c-.03-.11-.002-.219.018-.331-.202-.007-.493-.045-.706-.063-.281-.024-.724-.047-.995-.101 0-.132.117-.888.154-1.031zM14.363 6.487c.066.075.179.904.179 1.047-.171.02-.363.019-.524.04-.613.085-1.222.114-1.838.188-.338.041-.689.031-1.036.093-.002-.089-.011-.159-.022-.246-.026-.127-.128-.512-.126-.608.048-.05 1.148-.351 1.293-.385.121-.03.245-.05.37-.063.014.129.03.224.056.351.496-.171 1.093-.305 1.605-.433l.043.016zM2.619 4.183c.133 0 .73.457.883.562l1.37.938c.152.105.436.322.58.403a5.42 5.42 0 00-.432.801c-.042-.028-.092-.05-.138-.074-.25-.104-.529-.243-.78-.351-.15-.066-.501-.226-.628-.314.038-.119.087-.234.148-.343-.17-.034-1.44-.645-1.53-.736.017-.12.43-.816.527-.886zM13.402 4.407c.137-.028.226.222.278.328.063.13.287.435.293.558-.11.112-3.036 1.484-3.07 1.481l-.03-.054c-.155-.31-.242-.432-.443-.715.417-.218.952-.733 1.415-.966.092.118.117.164.19.298.183-.142.43-.29.623-.425.217-.152.513-.385.744-.505zM4.233 2.575a.17.17 0 01.106.067c.26.35.504.714.759 1.069l.677.953c.164.23.334.45.483.691-.227.142-.483.36-.64.575-.07-.045-.154-.121-.219-.176-.151-.143-.961-.913-1-1.038.016-.099.152-.18.235-.25l-.721-.716c-.16-.162-.348-.332-.47-.522.09-.103.683-.592.79-.653zM11.87 2.726c.108.029.764.57.813.675-.12.2-.568.624-.76.816l-.876.886c-.112.113-.652.69-.746.758-.134-.168-.512-.445-.704-.564.303-.389.556-.844.86-1.236.184-.237.234-.109.43.05.115-.218.263-.392.404-.593.19-.27.364-.539.579-.792zM6.349 1.63c.064.089.854 2.997.92 3.292-.138.029-.784.296-.812.295-.05-.05-.107-.172-.142-.239a3.557 3.557 0 01-.17-.363c-.072-.199-.423-.749-.388-.93.06-.087.201-.108.305-.136-.092-.155-.152-.314-.231-.473-.174-.354-.328-.727-.5-1.08.193-.126.744-.3.976-.37l.042.005zM9.826 1.714c.147-.007.94.273.998.381-.041.188-.284.682-.379.886L9.88 4.21c-.133.284-.286.68-.426.94l-.033.025c-.252-.068-.588-.245-.838-.267.063-.25.367-1.524.456-1.647.074-.028.252.062.332.096.118-.529.301-1.122.456-1.643zM8.624 1.434c.01.378-.044.745-.068 1.121-.018.271-.028.54-.061.81-.062.5-.07 1-.121 1.5a4.047 4.047 0 00-.808.006c-.05.006-.033.01-.074-.01-.02-.04-.163-1.586-.158-1.703.134-.018.221-.015.357-.013-.015-.512-.138-1.196-.119-1.705.218-.012.482-.008.703-.01.11-.003.238.002.349.004z"
|
|
20
|
+
})));
|
|
21
|
+
}
|
|
22
|
+
module.exports = SsoOkta16Icon;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function SsoThales16Icon({
|
|
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": "SsoThales16Icon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M7.475 8.028a1.893 1.893 0 11.348 3.77 1.893 1.893 0 01-.348-3.77z",
|
|
18
|
+
fill: "#5DBFD2"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M5.687 2h4.035c.107.145.142.228.226.384l.293.55 1.04 1.924 3.25 6.013.742 1.371c.008.015.19.385.19.376-.06.03-.182.056-.25.076-.311.09-.593.12-.909.165-.465.068-.932.117-1.401.146-.21.015-.42.002-.63.033-.115-.194-.204-.39-.303-.591-.308-.622-.622-1.245-.93-1.867l-.687-1.408L8.85 6.13 8.325 5.07c-.154-.306-.327-.606-.46-.922-.028-.065-.058-.13-.087-.193-.085 0-.16.004-.246.009L5.127 8.82l-1.54 3.12c-.188.374-.34.721-.546 1.1-.284-.049-.64-.035-.939-.063-.368-.034-.711-.085-1.076-.133-.37-.05-.662-.13-1.021-.22.073-.13.136-.281.207-.416l.694-1.3 3.257-6.072 1.039-1.943c.161-.3.295-.6.485-.894z",
|
|
21
|
+
fill: "#2C2F74"
|
|
22
|
+
}));
|
|
23
|
+
}
|
|
24
|
+
module.exports = SsoThales16Icon;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function VirtualVolumeMinusRemove16GradientGrayIcon({
|
|
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": "VirtualVolumeMinusRemove16GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M3.75 12a.75.75 0 110 1.5.75.75 0 010-1.5z",
|
|
18
|
+
fill: "url(#paint0_radial_VirtualVolumeMinusRemove16GradientGrayIcon_19211_24)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M8.938.75c-.236.305-.434.64-.585 1H6.185c-.485 0-.821 0-1.085.02-.258.02-.412.056-.533.11a1.5 1.5 0 00-.632.531c-.075.11-.137.255-.2.505-.066.257-.125.587-.21 1.064L2.372 10.52A2.489 2.489 0 013.5 10.25h9c.406 0 .789.097 1.128.269l-.453-2.569c.337-.05.661-.139.97-.26l.801 4.542A2.5 2.5 0 0112.5 15.25h-9a2.5 2.5 0 01-2.446-3.018l1.49-8.444c.08-.454.146-.822.222-1.119.078-.308.176-.575.34-.817A2.5 2.5 0 014.16.966c.267-.12.547-.169.863-.193C5.33.75 5.704.75 6.165.75h2.772zM3.5 11.25a1.5 1.5 0 000 3h9a1.5 1.5 0 000-3h-9z",
|
|
23
|
+
fill: "url(#paint1_radial_VirtualVolumeMinusRemove16GradientGrayIcon_19211_24)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M12.5 0a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm-1.6 3c-.22 0-.4.224-.4.5s.18.5.4.5h3.2c.22 0 .4-.224.4-.5s-.18-.5-.4-.5h-3.2z",
|
|
28
|
+
fill: "url(#paint2_radial_VirtualVolumeMinusRemove16GradientGrayIcon_19211_24)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
30
|
+
id: "paint0_radial_VirtualVolumeMinusRemove16GradientGrayIcon_19211_24",
|
|
31
|
+
cx: 0,
|
|
32
|
+
cy: 0,
|
|
33
|
+
r: 1,
|
|
34
|
+
gradientTransform: "matrix(15 -15.25 15 15.25 1 15.25)",
|
|
35
|
+
gradientUnits: "userSpaceOnUse"
|
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
stopColor: "#CCD4E3"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
39
|
+
offset: 1,
|
|
40
|
+
stopColor: "#6B7D99"
|
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
42
|
+
id: "paint1_radial_VirtualVolumeMinusRemove16GradientGrayIcon_19211_24",
|
|
43
|
+
cx: 0,
|
|
44
|
+
cy: 0,
|
|
45
|
+
r: 1,
|
|
46
|
+
gradientTransform: "matrix(15 -15.25 15 15.25 1 15.25)",
|
|
47
|
+
gradientUnits: "userSpaceOnUse"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
49
|
+
stopColor: "#CCD4E3"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
offset: 1,
|
|
52
|
+
stopColor: "#6B7D99"
|
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
54
|
+
id: "paint2_radial_VirtualVolumeMinusRemove16GradientGrayIcon_19211_24",
|
|
55
|
+
cx: 0,
|
|
56
|
+
cy: 0,
|
|
57
|
+
r: 1,
|
|
58
|
+
gradientTransform: "matrix(15 -15.25 15 15.25 1 15.25)",
|
|
59
|
+
gradientUnits: "userSpaceOnUse"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
stopColor: "#CCD4E3"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
63
|
+
offset: 1,
|
|
64
|
+
stopColor: "#6B7D99"
|
|
65
|
+
}))));
|
|
66
|
+
}
|
|
67
|
+
module.exports = VirtualVolumeMinusRemove16GradientGrayIcon;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function VirtualVolumeMinusRemove16GradientRedIcon({
|
|
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": "VirtualVolumeMinusRemove16GradientRedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M3.75 12a.75.75 0 110 1.5.75.75 0 010-1.5z",
|
|
18
|
+
fill: "url(#paint0_radial_VirtualVolumeMinusRemove16GradientRedIcon_19211_22)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M8.938.75c-.236.305-.434.64-.585 1H6.185c-.485 0-.821 0-1.085.02-.258.02-.412.056-.533.11a1.5 1.5 0 00-.632.531c-.075.11-.137.255-.2.505-.066.257-.125.587-.21 1.064L2.372 10.52A2.489 2.489 0 013.5 10.25h9c.406 0 .789.097 1.128.269l-.453-2.569c.337-.05.661-.139.97-.26l.801 4.542A2.5 2.5 0 0112.5 15.25h-9a2.5 2.5 0 01-2.446-3.018l1.49-8.444c.08-.454.146-.822.222-1.119.078-.308.176-.575.34-.817A2.5 2.5 0 014.16.966c.267-.12.547-.169.863-.193C5.33.75 5.704.75 6.165.75h2.772zM3.5 11.25a1.5 1.5 0 000 3h9a1.5 1.5 0 000-3h-9z",
|
|
23
|
+
fill: "url(#paint1_radial_VirtualVolumeMinusRemove16GradientRedIcon_19211_22)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M12.5 0a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm-1.6 3c-.22 0-.4.224-.4.5s.18.5.4.5h3.2c.22 0 .4-.224.4-.5s-.18-.5-.4-.5h-3.2z",
|
|
28
|
+
fill: "url(#paint2_radial_VirtualVolumeMinusRemove16GradientRedIcon_19211_22)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
30
|
+
id: "paint0_radial_VirtualVolumeMinusRemove16GradientRedIcon_19211_22",
|
|
31
|
+
cx: 0,
|
|
32
|
+
cy: 0,
|
|
33
|
+
r: 1,
|
|
34
|
+
gradientTransform: "matrix(15 -15.25 15 15.25 1 15.25)",
|
|
35
|
+
gradientUnits: "userSpaceOnUse"
|
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
stopColor: "#FF5C78"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
39
|
+
offset: 1,
|
|
40
|
+
stopColor: "#DC0000"
|
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
42
|
+
id: "paint1_radial_VirtualVolumeMinusRemove16GradientRedIcon_19211_22",
|
|
43
|
+
cx: 0,
|
|
44
|
+
cy: 0,
|
|
45
|
+
r: 1,
|
|
46
|
+
gradientTransform: "matrix(15 -15.25 15 15.25 1 15.25)",
|
|
47
|
+
gradientUnits: "userSpaceOnUse"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
49
|
+
stopColor: "#FF5C78"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
offset: 1,
|
|
52
|
+
stopColor: "#DC0000"
|
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
54
|
+
id: "paint2_radial_VirtualVolumeMinusRemove16GradientRedIcon_19211_22",
|
|
55
|
+
cx: 0,
|
|
56
|
+
cy: 0,
|
|
57
|
+
r: 1,
|
|
58
|
+
gradientTransform: "matrix(15 -15.25 15 15.25 1 15.25)",
|
|
59
|
+
gradientUnits: "userSpaceOnUse"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
stopColor: "#FF5C78"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
63
|
+
offset: 1,
|
|
64
|
+
stopColor: "#DC0000"
|
|
65
|
+
}))));
|
|
66
|
+
}
|
|
67
|
+
module.exports = VirtualVolumeMinusRemove16GradientRedIcon;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function VirtualVolumeMinusRemove24GradientGrayIcon({
|
|
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": "VirtualVolumeMinusRemove24GradientGrayIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M12.876 2c-.244.312-.46.646-.644 1H8.16c-.48 0-.813 0-1.075.02-.256.019-.408.055-.528.108a1.502 1.502 0 00-.632.525c-.074.109-.137.252-.202.5a15.87 15.87 0 00-.217 1.053L3.413 16.454A2.985 2.985 0 015 16h14c.582 0 1.126.166 1.586.453l-.782-4.207c.328-.095.645-.214.95-.356l.977 5.256c.108.577.196 1.05.24 1.44A3 3 0 0119 22H5.001a3 3 0 01-2.985-3.302v-.007c.04-.41.134-.915.252-1.544L4.525 5.005c.084-.45.152-.814.23-1.109.08-.304.18-.568.344-.807a2.502 2.502 0 011.052-.876c.266-.117.545-.167.859-.19C7.313 2 7.684 2 8.14 2h4.736zM5 17a2 2 0 100 4h14a2 2 0 100-4H5zm0 1a1 1 0 110 2 1 1 0 010-2zM18 1a5 5 0 110 10 5 5 0 010-10zm-2.4 4.499c-.331 0-.6.225-.6.501s.269.5.6.5h4.8c.331 0 .6-.224.6-.5s-.268-.5-.6-.501h-4.8z",
|
|
18
|
+
fill: "url(#paint0_radial_VirtualVolumeMinusRemove24GradientGrayIcon_19211_26)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
20
|
+
id: "paint0_radial_VirtualVolumeMinusRemove24GradientGrayIcon_19211_26",
|
|
21
|
+
cx: 0,
|
|
22
|
+
cy: 0,
|
|
23
|
+
r: 1,
|
|
24
|
+
gradientUnits: "userSpaceOnUse",
|
|
25
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(29.6985)"
|
|
26
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
27
|
+
stopColor: "#CCD4E3"
|
|
28
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
29
|
+
offset: 1,
|
|
30
|
+
stopColor: "#6B7D99"
|
|
31
|
+
}))));
|
|
32
|
+
}
|
|
33
|
+
module.exports = VirtualVolumeMinusRemove24GradientGrayIcon;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function VirtualVolumeMinusRemove24GradientRedIcon({
|
|
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": "VirtualVolumeMinusRemove24GradientRedIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M5 18a1 1 0 110 2 1 1 0 010-2z",
|
|
18
|
+
fill: "url(#paint0_radial_VirtualVolumeMinusRemove24GradientRedIcon_19211_28)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M12.876 2c-.244.312-.46.646-.644 1H8.16c-.48 0-.813 0-1.075.02-.256.019-.408.055-.528.108a1.502 1.502 0 00-.632.525c-.074.109-.137.252-.202.5a15.87 15.87 0 00-.217 1.053L3.413 16.454A2.985 2.985 0 015 16h14c.582 0 1.126.166 1.586.453l-.782-4.207c.328-.095.645-.214.95-.356l.977 5.256c.108.577.196 1.05.24 1.44A3 3 0 0119 22H5.001a3 3 0 01-2.985-3.302v-.007c.04-.41.134-.915.252-1.544L4.525 5.005c.084-.45.152-.814.23-1.109.08-.304.18-.568.344-.807a2.502 2.502 0 011.052-.876c.266-.117.545-.167.859-.19C7.313 2 7.684 2 8.14 2h4.736zM5 17a2 2 0 100 4h14a2 2 0 100-4H5z",
|
|
23
|
+
fill: "url(#paint1_radial_VirtualVolumeMinusRemove24GradientRedIcon_19211_28)"
|
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M18 1a5 5 0 110 10 5 5 0 010-10zm-2.4 4.499c-.331 0-.6.225-.6.501s.269.5.6.5h4.8c.331 0 .6-.224.6-.5s-.268-.5-.6-.501h-4.8z",
|
|
28
|
+
fill: "url(#paint2_radial_VirtualVolumeMinusRemove24GradientRedIcon_19211_28)"
|
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
30
|
+
id: "paint0_radial_VirtualVolumeMinusRemove24GradientRedIcon_19211_28",
|
|
31
|
+
cx: 0,
|
|
32
|
+
cy: 0,
|
|
33
|
+
r: 1,
|
|
34
|
+
gradientUnits: "userSpaceOnUse",
|
|
35
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(29.6985)"
|
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
stopColor: "#FF5C78"
|
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
39
|
+
offset: 1,
|
|
40
|
+
stopColor: "#DC0000"
|
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
42
|
+
id: "paint1_radial_VirtualVolumeMinusRemove24GradientRedIcon_19211_28",
|
|
43
|
+
cx: 0,
|
|
44
|
+
cy: 0,
|
|
45
|
+
r: 1,
|
|
46
|
+
gradientUnits: "userSpaceOnUse",
|
|
47
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(29.6985)"
|
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
49
|
+
stopColor: "#FF5C78"
|
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
offset: 1,
|
|
52
|
+
stopColor: "#DC0000"
|
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
54
|
+
id: "paint2_radial_VirtualVolumeMinusRemove24GradientRedIcon_19211_28",
|
|
55
|
+
cx: 0,
|
|
56
|
+
cy: 0,
|
|
57
|
+
r: 1,
|
|
58
|
+
gradientUnits: "userSpaceOnUse",
|
|
59
|
+
gradientTransform: "rotate(-45 27.556 8.586) scale(29.6985)"
|
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
stopColor: "#FF5C78"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
63
|
+
offset: 1,
|
|
64
|
+
stopColor: "#DC0000"
|
|
65
|
+
}))));
|
|
66
|
+
}
|
|
67
|
+
module.exports = VirtualVolumeMinusRemove24GradientRedIcon;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
const React = require("react");
|
|
2
|
+
function VmAddPlus16GradientBlueIcon({
|
|
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": "VmAddPlus16GradientBlueIcon",
|
|
13
|
+
"aria-labelledby": titleId
|
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
15
|
+
id: titleId
|
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
|
17
|
+
d: "M8.258 2a4.471 4.471 0 00-.23 1H2.5a.5.5 0 00-.5.5V11a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V7.742a4.482 4.482 0 001-.5V11a1.5 1.5 0 01-1.5 1.5H9.75V14H11a.5.5 0 010 1H5a.5.5 0 010-1h1.25v-1.5H2.5A1.5 1.5 0 011 11V3.5A1.5 1.5 0 012.5 2h5.758z",
|
|
18
|
+
fill: "url(#paint0_radial_VmAddPlus16GradientBlueIcon_19209_37)"
|
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
20
|
+
d: "M6 6a.5.5 0 010 1H4a.5.5 0 010-1h2z",
|
|
21
|
+
fill: "url(#paint1_radial_VmAddPlus16GradientBlueIcon_19209_37)"
|
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
clipRule: "evenodd",
|
|
25
|
+
d: "M12.5 0a3.5 3.5 0 110 7 3.5 3.5 0 010-7zm0 1.5a.5.5 0 00-.5.5v1h-1a.5.5 0 000 1h1v1a.5.5 0 001 0V4h1a.5.5 0 000-1h-1V2a.5.5 0 00-.5-.5z",
|
|
26
|
+
fill: "url(#paint2_radial_VmAddPlus16GradientBlueIcon_19209_37)"
|
|
27
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
|
28
|
+
id: "paint0_radial_VmAddPlus16GradientBlueIcon_19209_37",
|
|
29
|
+
cx: 0,
|
|
30
|
+
cy: 0,
|
|
31
|
+
r: 1,
|
|
32
|
+
gradientUnits: "userSpaceOnUse",
|
|
33
|
+
gradientTransform: "matrix(15 -15 15 15 1 15)"
|
|
34
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
35
|
+
stopColor: "#5BCAFF"
|
|
36
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
offset: 1,
|
|
38
|
+
stopColor: "#06F"
|
|
39
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
40
|
+
id: "paint1_radial_VmAddPlus16GradientBlueIcon_19209_37",
|
|
41
|
+
cx: 0,
|
|
42
|
+
cy: 0,
|
|
43
|
+
r: 1,
|
|
44
|
+
gradientUnits: "userSpaceOnUse",
|
|
45
|
+
gradientTransform: "matrix(15 -15 15 15 1 15)"
|
|
46
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
47
|
+
stopColor: "#5BCAFF"
|
|
48
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
49
|
+
offset: 1,
|
|
50
|
+
stopColor: "#06F"
|
|
51
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
52
|
+
id: "paint2_radial_VmAddPlus16GradientBlueIcon_19209_37",
|
|
53
|
+
cx: 0,
|
|
54
|
+
cy: 0,
|
|
55
|
+
r: 1,
|
|
56
|
+
gradientUnits: "userSpaceOnUse",
|
|
57
|
+
gradientTransform: "matrix(15 -15 15 15 1 15)"
|
|
58
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
59
|
+
stopColor: "#5BCAFF"
|
|
60
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
61
|
+
offset: 1,
|
|
62
|
+
stopColor: "#06F"
|
|
63
|
+
}))));
|
|
64
|
+
}
|
|
65
|
+
module.exports = VmAddPlus16GradientBlueIcon;
|