@cloudtower/icons-react 0.34.6 → 0.34.8
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/RefreshSync16TertiaryIcon.d.ts +4 -0
- package/dist/RefreshSync24TertiaryIcon.d.ts +4 -0
- package/dist/Svm16GradientBlueIcon.d.ts +4 -0
- package/dist/Svm16GradientGrayIcon.d.ts +4 -0
- package/dist/Svm16YellowIcon.d.ts +4 -0
- package/dist/Svm24GradientBlueIcon.d.ts +4 -0
- package/dist/Svm24GradientGrayIcon.d.ts +4 -0
- package/dist/Svm24YellowIcon.d.ts +4 -0
- package/dist/VgpuDriverFile16GradientGrayIcon.d.ts +4 -0
- package/dist/VgpuDriverFile24GradientBlueIcon.d.ts +4 -0
- package/dist/cjs/RefreshSync16TertiaryIcon.js +28 -0
- package/dist/cjs/RefreshSync24TertiaryIcon.js +22 -0
- package/dist/cjs/Svm16GradientBlueIcon.js +67 -0
- package/dist/cjs/Svm16GradientGrayIcon.js +67 -0
- package/dist/cjs/Svm16YellowIcon.js +31 -0
- package/dist/cjs/Svm24GradientBlueIcon.js +67 -0
- package/dist/cjs/Svm24GradientGrayIcon.js +67 -0
- package/dist/cjs/Svm24YellowIcon.js +31 -0
- package/dist/cjs/VgpuDriverFile16GradientGrayIcon.js +67 -0
- package/dist/cjs/VgpuDriverFile24GradientBlueIcon.js +69 -0
- package/dist/cjs/index.js +10 -0
- package/dist/esm/RefreshSync16TertiaryIcon.js +28 -0
- package/dist/esm/RefreshSync24TertiaryIcon.js +22 -0
- package/dist/esm/Svm16GradientBlueIcon.js +67 -0
- package/dist/esm/Svm16GradientGrayIcon.js +67 -0
- package/dist/esm/Svm16YellowIcon.js +31 -0
- package/dist/esm/Svm24GradientBlueIcon.js +67 -0
- package/dist/esm/Svm24GradientGrayIcon.js +67 -0
- package/dist/esm/Svm24YellowIcon.js +31 -0
- package/dist/esm/VgpuDriverFile16GradientGrayIcon.js +67 -0
- package/dist/esm/VgpuDriverFile24GradientBlueIcon.js +69 -0
- package/dist/esm/index.js +10 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +10 -0
- package/package.json +3 -3
@@ -0,0 +1,28 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function RefreshSync16TertiaryIcon({
|
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": "RefreshSync16TertiaryIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M6.323 5.76c-.297.213-.632.244-.875-.03-.244-.275-.168-.648.182-.922C6.247 4.305 7.123 4 8.014 4c2.033 0 3.64 1.356 3.983 3.33h.7c.343 0 .42.327.229.594L11.783 9.53c-.205.29-.548.267-.738 0L9.88 7.924c-.19-.267-.107-.594.236-.594h.769c-.32-1.242-1.478-2.172-2.871-2.172-.678 0-1.18.206-1.69.602zM3.3 8.663c-.343 0-.419-.328-.228-.594L4.214 6.46c.213-.29.548-.267.739 0l1.165 1.608c.19.266.106.594-.229.594h-.73c.32 1.242 1.477 2.171 2.87 2.171.67 0 1.18-.205 1.683-.602.297-.213.632-.243.883.03.244.275.16.649-.19.923-.61.503-1.492.815-2.376.815-2.033 0-3.64-1.364-3.99-3.337H3.3z",
|
18
|
+
fill: "#2C3852",
|
19
|
+
fillOpacity: 0.6
|
20
|
+
}), /*#__PURE__*/React.createElement("path", {
|
21
|
+
fillRule: "evenodd",
|
22
|
+
clipRule: "evenodd",
|
23
|
+
d: "M8 .5a7.5 7.5 0 100 15 7.5 7.5 0 000-15zM1.5 8a6.5 6.5 0 1113 0 6.5 6.5 0 01-13 0z",
|
24
|
+
fill: "#2C3852",
|
25
|
+
fillOpacity: 0.6
|
26
|
+
}));
|
27
|
+
}
|
28
|
+
module.exports = RefreshSync16TertiaryIcon;
|
@@ -0,0 +1,22 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function RefreshSync24TertiaryIcon({
|
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": "RefreshSync24TertiaryIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M12.005 21C16.925 21 21 16.923 21 12s-4.085-9-9.005-9C7.075 3 3 7.077 3 12s4.085 9 9.005 9zm0-1.598A7.371 7.371 0 014.615 12a7.363 7.363 0 017.38-7.402A7.393 7.393 0 0119.403 12a7.373 7.373 0 01-7.398 7.402zm-3.12-10.18c.298.335.706.298 1.068.038.622-.483 1.235-.734 2.06-.734 1.7 0 3.11 1.133 3.5 2.647h-.937c-.418 0-.52.4-.288.725l1.42 1.96c.233.325.65.352.901 0l1.392-1.96c.233-.325.14-.725-.278-.725h-.854c-.418-2.405-2.377-4.058-4.855-4.058-1.086 0-2.154.371-2.906.984-.427.334-.52.79-.222 1.124zM5.99 12.075c-.232.325-.14.725.279.725h.9c.427 2.405 2.386 4.068 4.865 4.068 1.076 0 2.153-.38 2.896-.994.427-.334.529-.79.232-1.124-.306-.334-.715-.297-1.077-.037-.613.483-1.235.734-2.051.734-1.7 0-3.11-1.133-3.5-2.647h.89c.41 0 .511-.4.28-.725l-1.42-1.96c-.233-.325-.641-.352-.901 0l-1.393 1.96z",
|
18
|
+
fill: "#2C3852",
|
19
|
+
fillOpacity: 0.6
|
20
|
+
}));
|
21
|
+
}
|
22
|
+
module.exports = RefreshSync24TertiaryIcon;
|
@@ -0,0 +1,67 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Svm16GradientBlueIcon({
|
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": "Svm16GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M8 4.599a.5.5 0 01.5.5V6H9a.5.5 0 010 1h-.5v1.099a.5.5 0 01-1 0V7H7a.5.5 0 010-1h.5v-.901a.5.5 0 01.5-.5z",
|
18
|
+
fill: "url(#paint0_radial_Svm16GradientBlueIcon_17000_22)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M7.65 3.093c.268-.064.55-.054.814.032l2 .65A1.5 1.5 0 0111.5 5.201v2.224c0 .254-.064.515-.206.745l-.066.097a8.501 8.501 0 01-1.203 1.316c-.525.454-1.24.917-2.025.917-.784 0-1.5-.463-2.025-.917a8.132 8.132 0 01-.996-1.047l-.208-.27a1.406 1.406 0 01-.271-.841V5.2a1.5 1.5 0 011.036-1.426l2-.65.114-.032zm.272.965l-.076.018-2 .65A.501.501 0 005.5 5.2v2.224c0 .1.029.183.074.245l.188.242c.217.27.52.614.867.914.48.415.96.674 1.371.674.41 0 .891-.259 1.371-.674a7.51 7.51 0 001.055-1.156l.031-.05a.434.434 0 00.043-.195V5.2a.501.501 0 00-.346-.475l-2-.65a.5.5 0 00-.232-.018z",
|
23
|
+
fill: "url(#paint1_radial_Svm16GradientBlueIcon_17000_22)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M13.5 1.5A1.5 1.5 0 0115 3v7.5a1.5 1.5 0 01-1.5 1.5H9.75v1.5H11a.5.5 0 010 1H5a.5.5 0 010-1h1.25V12H2.5A1.5 1.5 0 011 10.5V3a1.5 1.5 0 011.5-1.5h11zm-11 1A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5h-11z",
|
28
|
+
fill: "url(#paint2_radial_Svm16GradientBlueIcon_17000_22)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_Svm16GradientBlueIcon_17000_22",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
35
|
+
gradientUnits: "userSpaceOnUse"
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
37
|
+
stopColor: "#5BCAFF"
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
39
|
+
offset: 1,
|
40
|
+
stopColor: "#06F"
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
42
|
+
id: "paint1_radial_Svm16GradientBlueIcon_17000_22",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
47
|
+
gradientUnits: "userSpaceOnUse"
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
49
|
+
stopColor: "#5BCAFF"
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
51
|
+
offset: 1,
|
52
|
+
stopColor: "#06F"
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
54
|
+
id: "paint2_radial_Svm16GradientBlueIcon_17000_22",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
59
|
+
gradientUnits: "userSpaceOnUse"
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
61
|
+
stopColor: "#5BCAFF"
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
63
|
+
offset: 1,
|
64
|
+
stopColor: "#06F"
|
65
|
+
}))));
|
66
|
+
}
|
67
|
+
module.exports = Svm16GradientBlueIcon;
|
@@ -0,0 +1,67 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Svm16GradientGrayIcon({
|
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": "Svm16GradientGrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M8 4.599a.5.5 0 01.5.5V6H9a.5.5 0 010 1h-.5v1.099a.5.5 0 01-1 0V7H7a.5.5 0 010-1h.5v-.901a.5.5 0 01.5-.5z",
|
18
|
+
fill: "url(#paint0_radial_Svm16GradientGrayIcon_17000_25)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M7.65 3.093c.268-.064.55-.054.814.032l2 .65A1.5 1.5 0 0111.5 5.201v2.224c0 .254-.064.515-.206.745l-.066.097a8.501 8.501 0 01-1.203 1.316c-.525.454-1.24.917-2.025.917-.784 0-1.5-.463-2.025-.917a8.132 8.132 0 01-.996-1.047l-.208-.27a1.406 1.406 0 01-.271-.841V5.2a1.5 1.5 0 011.036-1.426l2-.65.114-.032zm.272.965l-.076.018-2 .65A.501.501 0 005.5 5.2v2.224c0 .1.029.183.074.245l.188.242c.217.27.52.614.867.914.48.415.96.674 1.371.674.41 0 .891-.259 1.371-.674a7.51 7.51 0 001.055-1.156l.031-.05a.434.434 0 00.043-.195V5.2a.501.501 0 00-.346-.475l-2-.65a.5.5 0 00-.232-.018z",
|
23
|
+
fill: "url(#paint1_radial_Svm16GradientGrayIcon_17000_25)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M13.5 1.5A1.5 1.5 0 0115 3v7.5a1.5 1.5 0 01-1.5 1.5H9.75v1.5H11a.5.5 0 010 1H5a.5.5 0 010-1h1.25V12H2.5A1.5 1.5 0 011 10.5V3a1.5 1.5 0 011.5-1.5h11zm-11 1A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5h-11z",
|
28
|
+
fill: "url(#paint2_radial_Svm16GradientGrayIcon_17000_25)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_Svm16GradientGrayIcon_17000_25",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
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_Svm16GradientGrayIcon_17000_25",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
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_Svm16GradientGrayIcon_17000_25",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientTransform: "matrix(14 -13 14 13 1 14.5)",
|
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 = Svm16GradientGrayIcon;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Svm16YellowIcon({
|
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": "Svm16YellowIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M8 4.599a.5.5 0 01.5.5V6H9a.5.5 0 010 1h-.5v1.099a.5.5 0 01-1 0V7H7a.5.5 0 010-1h.5v-.901a.5.5 0 01.5-.5z",
|
18
|
+
fill: "#FEA008"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M7.65 3.093c.268-.064.55-.054.814.032l2 .65A1.5 1.5 0 0111.5 5.201v2.224c0 .254-.064.515-.206.745l-.066.097a8.501 8.501 0 01-1.203 1.316c-.525.454-1.24.917-2.025.917-.784 0-1.5-.463-2.025-.917a8.132 8.132 0 01-.996-1.047l-.208-.27a1.406 1.406 0 01-.271-.841V5.2a1.5 1.5 0 011.036-1.426l2-.65.114-.032zm.272.965l-.076.018-2 .65A.501.501 0 005.5 5.2v2.224c0 .1.029.183.074.245l.188.242c.217.27.52.614.867.914.48.415.96.674 1.371.674.41 0 .891-.259 1.371-.674a7.51 7.51 0 001.055-1.156l.031-.05a.434.434 0 00.043-.195V5.2a.501.501 0 00-.346-.475l-2-.65a.5.5 0 00-.232-.018z",
|
23
|
+
fill: "#FEA008"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M13.5 1.5A1.5 1.5 0 0115 3v7.5a1.5 1.5 0 01-1.5 1.5H9.75v1.5H11a.5.5 0 010 1H5a.5.5 0 010-1h1.25V12H2.5A1.5 1.5 0 011 10.5V3a1.5 1.5 0 011.5-1.5h11zm-11 1A.5.5 0 002 3v7.5a.5.5 0 00.5.5h11a.5.5 0 00.5-.5V3a.5.5 0 00-.5-.5h-11z",
|
28
|
+
fill: "#FEA008"
|
29
|
+
}));
|
30
|
+
}
|
31
|
+
module.exports = Svm16YellowIcon;
|
@@ -0,0 +1,67 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Svm24GradientBlueIcon({
|
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": "Svm24GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M12 8a.5.5 0 01.5.5V10H14a.5.5 0 010 1h-1.5v2.5a.5.5 0 01-1 0V11H10a.5.5 0 010-1h1.5V8.5A.5.5 0 0112 8z",
|
18
|
+
fill: "url(#paint0_radial_Svm24GradientBlueIcon_17000_15)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M11.602 5.622a1.5 1.5 0 01.924.041l3 1.125c.586.22.974.78.974 1.405v4.041c0 .228-.052.459-.162.67l-.05.088c-.25.4-.815 1.252-1.544 2.009a6.37 6.37 0 01-1.235 1.023c-.45.275-.964.476-1.509.476-.545 0-1.058-.2-1.509-.476a6.372 6.372 0 01-1.235-1.023c-.547-.568-1-1.19-1.299-1.633l-.244-.376a1.43 1.43 0 01-.213-.758v-4.04c0-.626.388-1.186.974-1.406l3-1.125.128-.04zm.31.954l-.088.024-3 1.125a.501.501 0 00-.324.468v4.041c0 .088.023.166.062.228l.227.35c.277.412.693.982 1.188 1.496.329.342.681.646 1.036.863.356.217.687.329.987.329.3 0 .631-.112.987-.33a5.385 5.385 0 001.036-.862c.66-.685 1.181-1.47 1.415-1.846l.027-.049a.447.447 0 00.035-.179v-4.04a.501.501 0 00-.324-.47l-3-1.124a.502.502 0 00-.265-.024z",
|
23
|
+
fill: "url(#paint1_radial_Svm24GradientBlueIcon_17000_15)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M17.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6zM6.2 5c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C4.001 6.25 4 6.624 4 7.2v7.6c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h11.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0017.8 5H6.2z",
|
28
|
+
fill: "url(#paint2_radial_Svm24GradientBlueIcon_17000_15)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_Svm24GradientBlueIcon_17000_15",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientTransform: "matrix(18 -17 18 17 3 21)",
|
35
|
+
gradientUnits: "userSpaceOnUse"
|
36
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
37
|
+
stopColor: "#5BCAFF"
|
38
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
39
|
+
offset: 1,
|
40
|
+
stopColor: "#06F"
|
41
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
42
|
+
id: "paint1_radial_Svm24GradientBlueIcon_17000_15",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientTransform: "matrix(18 -17 18 17 3 21)",
|
47
|
+
gradientUnits: "userSpaceOnUse"
|
48
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
49
|
+
stopColor: "#5BCAFF"
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
51
|
+
offset: 1,
|
52
|
+
stopColor: "#06F"
|
53
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
54
|
+
id: "paint2_radial_Svm24GradientBlueIcon_17000_15",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientTransform: "matrix(18 -17 18 17 3 21)",
|
59
|
+
gradientUnits: "userSpaceOnUse"
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
61
|
+
stopColor: "#5BCAFF"
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
63
|
+
offset: 1,
|
64
|
+
stopColor: "#06F"
|
65
|
+
}))));
|
66
|
+
}
|
67
|
+
module.exports = Svm24GradientBlueIcon;
|
@@ -0,0 +1,67 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Svm24GradientGrayIcon({
|
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": "Svm24GradientGrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M12 8a.5.5 0 01.5.5V10H14a.5.5 0 010 1h-1.5v2.5a.5.5 0 01-1 0V11H10a.5.5 0 010-1h1.5V8.5A.5.5 0 0112 8z",
|
18
|
+
fill: "url(#paint0_radial_Svm24GradientGrayIcon_17000_18)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M11.602 5.622a1.5 1.5 0 01.924.041l3 1.125c.586.22.974.78.974 1.405v4.041c0 .228-.052.459-.162.67l-.05.088c-.25.4-.815 1.252-1.544 2.009a6.37 6.37 0 01-1.235 1.023c-.45.275-.964.476-1.509.476-.545 0-1.058-.2-1.509-.476a6.372 6.372 0 01-1.235-1.023c-.547-.568-1-1.19-1.299-1.633l-.244-.376a1.43 1.43 0 01-.213-.758v-4.04c0-.626.388-1.186.974-1.406l3-1.125.128-.04zm.31.954l-.088.024-3 1.125a.501.501 0 00-.324.468v4.041c0 .088.023.166.062.228l.227.35c.277.412.693.982 1.188 1.496.329.342.681.646 1.036.863.356.217.687.329.987.329.3 0 .631-.112.987-.33a5.385 5.385 0 001.036-.862c.66-.685 1.181-1.47 1.415-1.846l.027-.049a.447.447 0 00.035-.179v-4.04a.501.501 0 00-.324-.47l-3-1.124a.502.502 0 00-.265-.024z",
|
23
|
+
fill: "url(#paint1_radial_Svm24GradientGrayIcon_17000_18)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M17.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6zM6.2 5c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C4.001 6.25 4 6.624 4 7.2v7.6c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h11.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0017.8 5H6.2z",
|
28
|
+
fill: "url(#paint2_radial_Svm24GradientGrayIcon_17000_18)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_Svm24GradientGrayIcon_17000_18",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientTransform: "matrix(18 -17 18 17 3 21)",
|
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_Svm24GradientGrayIcon_17000_18",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientTransform: "matrix(18 -17 18 17 3 21)",
|
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_Svm24GradientGrayIcon_17000_18",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientTransform: "matrix(18 -17 18 17 3 21)",
|
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 = Svm24GradientGrayIcon;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function Svm24YellowIcon({
|
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": "Svm24YellowIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M12 8a.5.5 0 01.5.5V10H14a.5.5 0 010 1h-1.5v2.5a.5.5 0 01-1 0V11H10a.5.5 0 010-1h1.5V8.5A.5.5 0 0112 8z",
|
18
|
+
fill: "#FEA008"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M11.602 5.622a1.5 1.5 0 01.924.041l3 1.125c.586.22.974.78.974 1.405v4.041c0 .228-.052.459-.162.67l-.05.088c-.25.4-.815 1.252-1.544 2.009a6.37 6.37 0 01-1.235 1.023c-.45.275-.964.476-1.509.476-.545 0-1.058-.2-1.509-.476a6.372 6.372 0 01-1.235-1.023c-.547-.568-1-1.19-1.299-1.633l-.244-.376a1.43 1.43 0 01-.213-.758v-4.04c0-.626.388-1.186.974-1.406l3-1.125.128-.04zm.31.954l-.088.024-3 1.125a.501.501 0 00-.324.468v4.041c0 .088.023.166.062.228l.227.35c.277.412.693.982 1.188 1.496.329.342.681.646 1.036.863.356.217.687.329.987.329.3 0 .631-.112.987-.33a5.385 5.385 0 001.036-.862c.66-.685 1.181-1.47 1.415-1.846l.027-.049a.447.447 0 00.035-.179v-4.04a.501.501 0 00-.324-.47l-3-1.124a.502.502 0 00-.265-.024z",
|
23
|
+
fill: "#FEA008"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M17.8 4c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874C21 5.52 21 6.08 21 7.2v7.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874C19.48 18 18.92 18 17.8 18H14v2h2.5a.5.5 0 010 1h-9a.5.5 0 010-1H10v-2H6.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C3 16.48 3 15.92 3 14.8V7.2c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874C4.52 4 5.08 4 6.2 4h11.6zM6.2 5c-.576 0-.949.001-1.232.024-.272.023-.373.06-.422.085a1 1 0 00-.437.437c-.025.05-.062.15-.085.422C4.001 6.25 4 6.624 4 7.2v7.6c0 .576.001.949.024 1.232.023.272.06.373.085.422.096.188.249.34.437.437.05.025.15.062.422.085.283.023.656.024 1.232.024h11.6c.576 0 .949-.001 1.232-.024.272-.023.373-.06.422-.085a.999.999 0 00.437-.437c.025-.05.062-.15.085-.422.023-.283.024-.656.024-1.232V7.2c0-.576-.001-.949-.024-1.232-.023-.272-.06-.373-.085-.422a.999.999 0 00-.437-.437c-.05-.025-.15-.062-.422-.085A16.943 16.943 0 0017.8 5H6.2z",
|
28
|
+
fill: "#FEA008"
|
29
|
+
}));
|
30
|
+
}
|
31
|
+
module.exports = Svm24YellowIcon;
|
@@ -0,0 +1,67 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function VgpuDriverFile16GradientGrayIcon({
|
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": "VgpuDriverFile16GradientGrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M9.033 1.5c.208 0 .39 0 .568.043.155.038.304.1.44.186.154.097.281.228.426.377l2.467 2.538c.14.143.262.269.353.42.08.132.138.276.173.427.04.17.04.347.04.546v6.382c0 .264 0 .491-.015.679a1.526 1.526 0 01-.149.583 1.5 1.5 0 01-.655.656c-.19.096-.386.132-.583.148-.188.015-.415.015-.679.015H4.581c-.264 0-.491 0-.679-.015a1.528 1.528 0 01-.583-.148 1.5 1.5 0 01-.656-.656 1.527 1.527 0 01-.148-.583 8.95 8.95 0 01-.015-.679V3.581c0-.264 0-.491.015-.678.016-.198.052-.395.148-.584a1.5 1.5 0 01.656-.655c.19-.097.386-.133.583-.149a8.95 8.95 0 01.679-.015h4.452zM10.6 6h1.9v6.4c0 .288 0 .474-.012.616a.57.57 0 01-.043.211.5.5 0 01-.218.219.57.57 0 01-.21.042 8.483 8.483 0 01-.617.012H4.6c-.288 0-.474 0-.616-.012a.57.57 0 01-.211-.042.5.5 0 01-.219-.219.569.569 0 01-.042-.21A8.496 8.496 0 013.5 12.4V3.6c0-.288 0-.474.012-.616a.57.57 0 01.042-.21.5.5 0 01.219-.22.57.57 0 01.21-.042c.143-.012.329-.012.617-.012H9v1.9c0 .56 0 .84.109 1.054a1 1 0 00.437.437C9.76 6 10.04 6 10.6 6z",
|
20
|
+
fill: "url(#paint0_radial_VgpuDriverFile16GradientGrayIcon_17379_540)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
d: "M9.2 8.5c.221 0 .4.18.4.4v.6a.4.4 0 01-.4.4H7.4a.4.4 0 01-.4-.4v-.6c0-.22.18-.4.4-.4h1.8z",
|
23
|
+
fill: "url(#paint1_radial_VgpuDriverFile16GradientGrayIcon_17379_540)"
|
24
|
+
}), /*#__PURE__*/React.createElement("path", {
|
25
|
+
fillRule: "evenodd",
|
26
|
+
clipRule: "evenodd",
|
27
|
+
d: "M6.571 6.972H9.38c.398 0 .78.159 1.06.44l.273.272c.281.281.44.664.44 1.062v.888a1.5 1.5 0 01-.44 1.06l-.273.274a1.5 1.5 0 01-1.06.439H6.57v.36a.5.5 0 01-1 0V7.4H5.5a.5.5 0 010-1h1.072v.572zm0 3.435H9.38a.5.5 0 00.353-.146l.273-.273a.501.501 0 00.146-.354v-.888a.503.503 0 00-.146-.355l-.273-.272a.501.501 0 00-.353-.147H6.57v2.435z",
|
28
|
+
fill: "url(#paint2_radial_VgpuDriverFile16GradientGrayIcon_17379_540)"
|
29
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
30
|
+
id: "paint0_radial_VgpuDriverFile16GradientGrayIcon_17379_540",
|
31
|
+
cx: 0,
|
32
|
+
cy: 0,
|
33
|
+
r: 1,
|
34
|
+
gradientUnits: "userSpaceOnUse",
|
35
|
+
gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 14.5)"
|
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_VgpuDriverFile16GradientGrayIcon_17379_540",
|
43
|
+
cx: 0,
|
44
|
+
cy: 0,
|
45
|
+
r: 1,
|
46
|
+
gradientUnits: "userSpaceOnUse",
|
47
|
+
gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 14.5)"
|
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_VgpuDriverFile16GradientGrayIcon_17379_540",
|
55
|
+
cx: 0,
|
56
|
+
cy: 0,
|
57
|
+
r: 1,
|
58
|
+
gradientUnits: "userSpaceOnUse",
|
59
|
+
gradientTransform: "matrix(11.00008 -13.00008 12.82076 10.84835 2.5 14.5)"
|
60
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
61
|
+
stopColor: "#CCD4E3"
|
62
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
63
|
+
offset: 1,
|
64
|
+
stopColor: "#6B7D99"
|
65
|
+
}))));
|
66
|
+
}
|
67
|
+
module.exports = VgpuDriverFile16GradientGrayIcon;
|
@@ -0,0 +1,69 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function VgpuDriverFile24GradientBlueIcon({
|
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": "VgpuDriverFile24GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
fillRule: "evenodd",
|
18
|
+
clipRule: "evenodd",
|
19
|
+
d: "M4 19.6c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h11.2c.84 0 1.26 0 1.581-.163a1.5 1.5 0 00.655-.656c.164-.32.164-.74.164-1.581V8.66c0-.35 0-.524-.038-.69a1.5 1.5 0 00-.165-.417c-.085-.147-.204-.275-.442-.53l-3.977-4.26c-.262-.282-.393-.422-.549-.523a1.5 1.5 0 00-.449-.195C14.2 2 14.008 2 13.624 2H6.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 00-.656.656C4 3.139 4 3.559 4 4.4v15.2zm1 0V4.4c0-.437 0-.704.017-.904a1.281 1.281 0 01.034-.215.5.5 0 01.222-.226l.008-.004a1.281 1.281 0 01.215-.034c.2-.016.467-.017.904-.017h7.1v4.4c0 .56 0 .84.109 1.054a1 1 0 00.437.437C14.26 9 14.54 9 15.1 9H19v10.6c0 .436 0 .704-.017.904a1.29 1.29 0 01-.034.215.5.5 0 01-.222.226l-.001.001-.007.003a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H6.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034l-.008-.004a.5.5 0 01-.218-.218l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904z",
|
20
|
+
fill: "url(#paint0_radial_VgpuDriverFile24GradientBlueIcon_17379_539)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M14.6 13a.9.9 0 01.9.9v1.2a.9.9 0 01-.9.9h-4.2a.9.9 0 01-.9-.9v-1.2a.9.9 0 01.9-.9h4.2zm-4.1 2h4v-1h-4v1z",
|
25
|
+
fill: "url(#paint1_radial_VgpuDriverFile24GradientBlueIcon_17379_539)"
|
26
|
+
}), /*#__PURE__*/React.createElement("path", {
|
27
|
+
fillRule: "evenodd",
|
28
|
+
clipRule: "evenodd",
|
29
|
+
d: "M9 10.5h5.586a1.5 1.5 0 011.06.44l.915.914a1.5 1.5 0 01.439 1.06v2.172a1.5 1.5 0 01-.44 1.06l-.913.915a1.5 1.5 0 01-1.061.439H9v1a.5.5 0 01-1 0v-8h-.5a.5.5 0 010-1H9v1zm0 6h5.586a.5.5 0 00.354-.146l.914-.914a.5.5 0 00.146-.354v-2.172a.5.5 0 00-.146-.354l-.914-.914a.5.5 0 00-.235-.13l-.775.855a.701.701 0 01-.519.229H11.09a.701.701 0 01-.519-.229l-.79-.871H9v5zm2.22-4.9h2.06l.09-.1h-2.24l.09.1z",
|
30
|
+
fill: "url(#paint2_radial_VgpuDriverFile24GradientBlueIcon_17379_539)"
|
31
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
32
|
+
id: "paint0_radial_VgpuDriverFile24GradientBlueIcon_17379_539",
|
33
|
+
cx: 0,
|
34
|
+
cy: 0,
|
35
|
+
r: 1,
|
36
|
+
gradientUnits: "userSpaceOnUse",
|
37
|
+
gradientTransform: "matrix(16 -20 19.5122 15.60975 4 22)"
|
38
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
39
|
+
stopColor: "#5BCAFF"
|
40
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
41
|
+
offset: 1,
|
42
|
+
stopColor: "#06F"
|
43
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
44
|
+
id: "paint1_radial_VgpuDriverFile24GradientBlueIcon_17379_539",
|
45
|
+
cx: 0,
|
46
|
+
cy: 0,
|
47
|
+
r: 1,
|
48
|
+
gradientUnits: "userSpaceOnUse",
|
49
|
+
gradientTransform: "matrix(16 -20 19.5122 15.60975 4 22)"
|
50
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
51
|
+
stopColor: "#5BCAFF"
|
52
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
53
|
+
offset: 1,
|
54
|
+
stopColor: "#06F"
|
55
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
56
|
+
id: "paint2_radial_VgpuDriverFile24GradientBlueIcon_17379_539",
|
57
|
+
cx: 0,
|
58
|
+
cy: 0,
|
59
|
+
r: 1,
|
60
|
+
gradientUnits: "userSpaceOnUse",
|
61
|
+
gradientTransform: "matrix(16 -20 19.5122 15.60975 4 22)"
|
62
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
63
|
+
stopColor: "#5BCAFF"
|
64
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
65
|
+
offset: 1,
|
66
|
+
stopColor: "#06F"
|
67
|
+
}))));
|
68
|
+
}
|
69
|
+
module.exports = VgpuDriverFile24GradientBlueIcon;
|
package/dist/cjs/index.js
CHANGED
@@ -1099,7 +1099,9 @@ module.exports.RecoverRecycleVm16GradientBlueIcon = require("./RecoverRecycleVm1
|
|
1099
1099
|
module.exports.RecoverRecycleVm16GradientGrayIcon = require("./RecoverRecycleVm16GradientGrayIcon.js")
|
1100
1100
|
module.exports.RecyclebinClusterSettingsDelete24RedIcon = require("./RecyclebinClusterSettingsDelete24RedIcon.js")
|
1101
1101
|
module.exports.RecyclebinClusterSettingsEdit24BlueIcon = require("./RecyclebinClusterSettingsEdit24BlueIcon.js")
|
1102
|
+
module.exports.RefreshSync16TertiaryIcon = require("./RefreshSync16TertiaryIcon.js")
|
1102
1103
|
module.exports.RefreshSync16Icon = require("./RefreshSync16Icon.js")
|
1104
|
+
module.exports.RefreshSync24TertiaryIcon = require("./RefreshSync24TertiaryIcon.js")
|
1103
1105
|
module.exports.RefreshSyncOnTintIcon = require("./RefreshSyncOnTintIcon.js")
|
1104
1106
|
module.exports.RefreshSyncTertiaryIcon = require("./RefreshSyncTertiaryIcon.js")
|
1105
1107
|
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
@@ -1455,6 +1457,12 @@ module.exports.SuspendedPause16GradientBlueIcon = require("./SuspendedPause16Gra
|
|
1455
1457
|
module.exports.SuspendedPause16GradientGrayIcon = require("./SuspendedPause16GradientGrayIcon.js")
|
1456
1458
|
module.exports.SuspendedPause16GradientOrangeIcon = require("./SuspendedPause16GradientOrangeIcon.js")
|
1457
1459
|
module.exports.SuspendedPause24GradientOrangeIcon = require("./SuspendedPause24GradientOrangeIcon.js")
|
1460
|
+
module.exports.Svm16GradientBlueIcon = require("./Svm16GradientBlueIcon.js")
|
1461
|
+
module.exports.Svm16GradientGrayIcon = require("./Svm16GradientGrayIcon.js")
|
1462
|
+
module.exports.Svm16YellowIcon = require("./Svm16YellowIcon.js")
|
1463
|
+
module.exports.Svm24GradientBlueIcon = require("./Svm24GradientBlueIcon.js")
|
1464
|
+
module.exports.Svm24GradientGrayIcon = require("./Svm24GradientGrayIcon.js")
|
1465
|
+
module.exports.Svm24YellowIcon = require("./Svm24YellowIcon.js")
|
1458
1466
|
module.exports.Swap16GrayIcon = require("./Swap16GrayIcon.js")
|
1459
1467
|
module.exports.Syslog24GradientBlueIcon = require("./Syslog24GradientBlueIcon.js")
|
1460
1468
|
module.exports.Syslog24OntintIcon = require("./Syslog24OntintIcon.js")
|
@@ -1571,6 +1579,8 @@ module.exports.UserAccountWhiteIcon = require("./UserAccountWhiteIcon.js")
|
|
1571
1579
|
module.exports.Vds16GradientBlueIcon = require("./Vds16GradientBlueIcon.js")
|
1572
1580
|
module.exports.Vds24BlueIcon = require("./Vds24BlueIcon.js")
|
1573
1581
|
module.exports.Vds24Icon = require("./Vds24Icon.js")
|
1582
|
+
module.exports.VgpuDriverFile16GradientGrayIcon = require("./VgpuDriverFile16GradientGrayIcon.js")
|
1583
|
+
module.exports.VgpuDriverFile24GradientBlueIcon = require("./VgpuDriverFile24GradientBlueIcon.js")
|
1574
1584
|
module.exports.ViewEye16GradientGrayIcon = require("./ViewEye16GradientGrayIcon.js")
|
1575
1585
|
module.exports.ViewEye16GrayIcon = require("./ViewEye16GrayIcon.js")
|
1576
1586
|
module.exports.ViewEye24GradientBlueIcon = require("./ViewEye24GradientBlueIcon.js")
|