@cloudtower/icons-react 0.33.10 → 0.33.11
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/BusinessHost16GradientBlueIcon.d.ts +4 -0
- package/dist/BusinessHost16GradientGrayIcon.d.ts +4 -0
- package/dist/BusinessHost16OntintIcon.d.ts +4 -0
- package/dist/BusinessHost24GradientBlueIcon.d.ts +4 -0
- package/dist/MoveToGroup16GradientBlueIcon.d.ts +4 -0
- package/dist/RemoveFromGroup16GradientBlueIcon.d.ts +4 -0
- package/dist/cjs/BusinessHost16GradientBlueIcon.js +80 -0
- package/dist/cjs/BusinessHost16GradientGrayIcon.js +80 -0
- package/dist/cjs/BusinessHost16OntintIcon.js +26 -0
- package/dist/cjs/BusinessHost24GradientBlueIcon.js +80 -0
- package/dist/cjs/MoveToGroup16GradientBlueIcon.js +52 -0
- package/dist/cjs/RemoveFromGroup16GradientBlueIcon.js +52 -0
- package/dist/cjs/index.js +6 -0
- package/dist/esm/BusinessHost16GradientBlueIcon.js +80 -0
- package/dist/esm/BusinessHost16GradientGrayIcon.js +80 -0
- package/dist/esm/BusinessHost16OntintIcon.js +26 -0
- package/dist/esm/BusinessHost24GradientBlueIcon.js +80 -0
- package/dist/esm/MoveToGroup16GradientBlueIcon.js +52 -0
- package/dist/esm/RemoveFromGroup16GradientBlueIcon.js +52 -0
- package/dist/esm/index.js +6 -0
- package/dist/image-types.d.ts +1 -1
- package/dist/index.d.ts +6 -0
- package/package.json +3 -3
@@ -0,0 +1,80 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function BusinessHost16GradientBlueIcon({
|
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": "BusinessHost16GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M7.5 4.5A.5.5 0 018 4h3a.5.5 0 010 1H8a.5.5 0 01-.5-.5z",
|
18
|
+
fill: "url(#paint0_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M8 6a.5.5 0 000 1h2.2a.5.5 0 000-1H8z",
|
21
|
+
fill: "url(#paint1_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
d: "M5 11a1 1 0 11-2 0 1 1 0 012 0z",
|
24
|
+
fill: "url(#paint2_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M13 8s0 .001 0 0V3a1 1 0 00-1-1H7a1 1 0 00-1 1v1H4a1 1 0 00-1 1v3c-.582.004-.916.028-1.181.163a1.5 1.5 0 00-.656.656C1 9.139 1 9.559 1 10.4v1.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.164-.32.164-.74.164-1.581v-1.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.265-.135-.598-.158-1.181-.162zm-1-5H7v5h5V3zM4 8h2V5H4v3zm-.6 1c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904v1.2c0 .437 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h9.2c.437 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904v-1.2c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.002-.005-.002-.003a.5.5 0 00-.218-.218l-.003-.002-.005-.002a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017H3.4z",
|
29
|
+
fill: "url(#paint3_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
31
|
+
id: "paint0_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
32
|
+
cx: 0,
|
33
|
+
cy: 0,
|
34
|
+
r: 1,
|
35
|
+
gradientUnits: "userSpaceOnUse",
|
36
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
38
|
+
stopColor: "#5BCAFF"
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
40
|
+
offset: 1,
|
41
|
+
stopColor: "#06F"
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint1_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
50
|
+
stopColor: "#5BCAFF"
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
52
|
+
offset: 1,
|
53
|
+
stopColor: "#06F"
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
55
|
+
id: "paint2_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "#5BCAFF"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "#06F"
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
67
|
+
id: "paint3_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
68
|
+
cx: 0,
|
69
|
+
cy: 0,
|
70
|
+
r: 1,
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
72
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
74
|
+
stopColor: "#5BCAFF"
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
76
|
+
offset: 1,
|
77
|
+
stopColor: "#06F"
|
78
|
+
}))));
|
79
|
+
}
|
80
|
+
module.exports = BusinessHost16GradientBlueIcon;
|
@@ -0,0 +1,80 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function BusinessHost16GradientGrayIcon({
|
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": "BusinessHost16GradientGrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M7.5 4.5A.5.5 0 018 4h3a.5.5 0 010 1H8a.5.5 0 01-.5-.5z",
|
18
|
+
fill: "url(#paint0_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M8 6a.5.5 0 000 1h2.2a.5.5 0 000-1H8z",
|
21
|
+
fill: "url(#paint1_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
d: "M5 11a1 1 0 11-2 0 1 1 0 012 0z",
|
24
|
+
fill: "url(#paint2_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M13 8s0 .001 0 0V3a1 1 0 00-1-1H7a1 1 0 00-1 1v1H4a1 1 0 00-1 1v3c-.582.004-.916.028-1.181.163a1.5 1.5 0 00-.656.656C1 9.139 1 9.559 1 10.4v1.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.164-.32.164-.74.164-1.581v-1.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.265-.135-.598-.158-1.181-.162zm-1-5H7v5h5V3zM4 8h2V5H4v3zm-.6 1c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904v1.2c0 .437 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h9.2c.437 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904v-1.2c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.002-.005-.002-.003a.5.5 0 00-.218-.218l-.003-.002-.005-.002a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017H3.4z",
|
29
|
+
fill: "url(#paint3_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
31
|
+
id: "paint0_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
32
|
+
cx: 0,
|
33
|
+
cy: 0,
|
34
|
+
r: 1,
|
35
|
+
gradientUnits: "userSpaceOnUse",
|
36
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
38
|
+
stopColor: "#CCD4E3"
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
40
|
+
offset: 1,
|
41
|
+
stopColor: "#6B7D99"
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint1_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
50
|
+
stopColor: "#CCD4E3"
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
52
|
+
offset: 1,
|
53
|
+
stopColor: "#6B7D99"
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
55
|
+
id: "paint2_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "#CCD4E3"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "#6B7D99"
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
67
|
+
id: "paint3_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
68
|
+
cx: 0,
|
69
|
+
cy: 0,
|
70
|
+
r: 1,
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
72
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
74
|
+
stopColor: "#CCD4E3"
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
76
|
+
offset: 1,
|
77
|
+
stopColor: "#6B7D99"
|
78
|
+
}))));
|
79
|
+
}
|
80
|
+
module.exports = BusinessHost16GradientGrayIcon;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function BusinessHost16OntintIcon({
|
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": "BusinessHost16OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M7.5 4.5A.5.5 0 018 4h3a.5.5 0 010 1H8a.5.5 0 01-.5-.5zM8 6a.5.5 0 000 1h2.2a.5.5 0 000-1H8zM5 11a1 1 0 11-2 0 1 1 0 012 0z",
|
18
|
+
fill: "#fff"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M13 8s0 .001 0 0V3a1 1 0 00-1-1H7a1 1 0 00-1 1v1H4a1 1 0 00-1 1v3c-.582.004-.916.028-1.181.163a1.5 1.5 0 00-.656.656C1 9.139 1 9.559 1 10.4v1.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.164-.32.164-.74.164-1.581v-1.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.265-.135-.598-.158-1.181-.162zm-1-5H7v5h5V3zM4 8h2V5H4v3zm-.6 1c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904v1.2c0 .437 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h9.2c.437 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904v-1.2c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.002-.005-.002-.003a.5.5 0 00-.218-.218l-.003-.002-.005-.002a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017H3.4z",
|
23
|
+
fill: "#fff"
|
24
|
+
}));
|
25
|
+
}
|
26
|
+
module.exports = BusinessHost16OntintIcon;
|
@@ -0,0 +1,80 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function BusinessHost24GradientBlueIcon({
|
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": "BusinessHost24GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M6.75 16a1.25 1.25 0 11-2.5 0 1.25 1.25 0 012.5 0z",
|
18
|
+
fill: "url(#paint0_radial_BusinessHost24GradientBlueIcon_4758_93772)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M11.5 6.57a.5.5 0 000 1h5a.5.5 0 000-1h-5z",
|
21
|
+
fill: "url(#paint1_radial_BusinessHost24GradientBlueIcon_4758_93772)"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
d: "M11 9.93a.5.5 0 01.5-.5h4a.5.5 0 010 1h-4a.5.5 0 01-.5-.5z",
|
24
|
+
fill: "url(#paint2_radial_BusinessHost24GradientBlueIcon_4758_93772)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M9 5.9c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656c.32-.163.74-.163 1.581-.163h5.2c.84 0 1.26 0 1.581.163a1.5 1.5 0 01.655.656c.164.32.164.74.164 1.581v6.6c.988 0 1.506.013 1.908.218a2 2 0 01.874.874C22 14.02 22 14.58 22 15.7v1.6c0 1.12 0 1.68-.218 2.108a2 2 0 01-.874.874c-.428.218-.988.218-2.108.218H5.2c-1.12 0-1.68 0-2.108-.218a2 2 0 01-.874-.874C2 18.98 2 18.42 2 17.3v-1.6c0-1.12 0-1.68.218-2.108a2 2 0 01.874-.874c.402-.205.92-.217 1.908-.218V8.4c0-.84 0-1.26.163-1.581a1.5 1.5 0 01.656-.656C6.139 6 6.559 6 7.4 6H9v-.1zm-1.657 7.6H7.4h-.034.268H7.6 18.8c.577 0 .949 0 1.232.024.272.022.372.06.422.085a1 1 0 01.437.437c.025.05.063.15.085.422.023.283.024.655.024 1.232v1.6c0 .577 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.2c-.577 0-.949 0-1.232-.024-.272-.022-.373-.06-.422-.085a1 1 0 01-.437-.437c-.025-.05-.063-.15-.085-.422C3 18.25 3 17.877 3 17.3v-1.6c0-.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-.024h2.143zm10.652-1c.005-.466.005-1.113.005-1.4V5.9c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.004-.008a.5.5 0 00-.218-.218l-.008-.004a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017h-5.2c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.29 1.29 0 00-.034.215c-.016.2-.017.467-.017.904v5.2c0 .287 0 .934.005 1.4h7.99zm-9 0C9 12.034 9 11.387 9 11.1V7.005C8.534 7 7.887 7 7.6 7h-.2c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904v2.7c0 .287 0 .934.005 1.4h2.99z",
|
29
|
+
fill: "url(#paint3_radial_BusinessHost24GradientBlueIcon_4758_93772)"
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
31
|
+
id: "paint0_radial_BusinessHost24GradientBlueIcon_4758_93772",
|
32
|
+
cx: 0,
|
33
|
+
cy: 0,
|
34
|
+
r: 1,
|
35
|
+
gradientUnits: "userSpaceOnUse",
|
36
|
+
gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 20.5)"
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
38
|
+
stopColor: "#5BCAFF"
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
40
|
+
offset: 1,
|
41
|
+
stopColor: "#06F"
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint1_radial_BusinessHost24GradientBlueIcon_4758_93772",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 20.5)"
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
50
|
+
stopColor: "#5BCAFF"
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
52
|
+
offset: 1,
|
53
|
+
stopColor: "#06F"
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
55
|
+
id: "paint2_radial_BusinessHost24GradientBlueIcon_4758_93772",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 20.5)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "#5BCAFF"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "#06F"
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
67
|
+
id: "paint3_radial_BusinessHost24GradientBlueIcon_4758_93772",
|
68
|
+
cx: 0,
|
69
|
+
cy: 0,
|
70
|
+
r: 1,
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
72
|
+
gradientTransform: "matrix(20 -16.99998 16.7779 19.73873 2 20.5)"
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
74
|
+
stopColor: "#5BCAFF"
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
76
|
+
offset: 1,
|
77
|
+
stopColor: "#06F"
|
78
|
+
}))));
|
79
|
+
}
|
80
|
+
module.exports = BusinessHost24GradientBlueIcon;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function MoveToGroup16GradientBlueIcon({
|
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": "MoveToGroup16GradientBlueIcon",
|
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: "M6.354 7.646a.5.5 0 10-.708.708L6.793 9.5H.5a.5.5 0 000 1h6.293l-1.147 1.146a.5.5 0 00.708.708l2-2a.5.5 0 000-.708l-2-2z",
|
20
|
+
fill: "url(#paint0_radial_MoveToGroup16GradientBlueIcon_4759_33426)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M1 11.6c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.164-.32.164-.74.164-1.581V5.9c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.32-.163-.74-.163-1.58-.163H8.5c-.29 0-.528-.257-.808-.559C7.297 2.515 6.82 2 6 2H3.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 00-.656.656C1 3.139 1 3.559 1 4.4v4.1h1V7h12v4.6c0 .437 0 .704-.017.904a1.29 1.29 0 01-.034.215l-.004.008a.5.5 0 01-.218.218l-.008.004a1.29 1.29 0 01-.215.034c-.2.016-.468.017-.904.017H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904v-.1H1v.1zm1-7.2V6h12v-.1c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.004-.008a.5.5 0 00-.218-.218l-.008-.004a1.281 1.281 0 00-.215-.034c-.2-.016-.467-.017-.904-.017H8.5c-.55 0-.942-.299-1.154-.488a7.316 7.316 0 01-.436-.443 9.638 9.638 0 00-.116-.124C6.483 3.123 6.28 3 6 3H3.4c-.436 0-.704 0-.904.017a1.281 1.281 0 00-.215.034l-.008.003a.5.5 0 00-.219.219s0 .003-.003.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904z",
|
25
|
+
fill: "url(#paint1_radial_MoveToGroup16GradientBlueIcon_4759_33426)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_MoveToGroup16GradientBlueIcon_4759_33426",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(8.5 -5 4.37017 7.4293 0 12.5)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_MoveToGroup16GradientBlueIcon_4759_33426",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
}))));
|
51
|
+
}
|
52
|
+
module.exports = MoveToGroup16GradientBlueIcon;
|
@@ -0,0 +1,52 @@
|
|
1
|
+
const React = require("react");
|
2
|
+
function RemoveFromGroup16GradientBlueIcon({
|
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": "RemoveFromGroup16GradientBlueIcon",
|
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: "M13.854 7.646a.5.5 0 00-.708.708L14.293 9.5H8a.5.5 0 000 1h6.293l-1.147 1.146a.5.5 0 00.708.708l2-2a.5.5 0 000-.708l-2-2z",
|
20
|
+
fill: "url(#paint0_radial_RemoveFromGroup16GradientBlueIcon_4759_33452)"
|
21
|
+
}), /*#__PURE__*/React.createElement("path", {
|
22
|
+
fillRule: "evenodd",
|
23
|
+
clipRule: "evenodd",
|
24
|
+
d: "M1 11.6c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.03-.057.053-.116.073-.181H3.4c-.437 0-.704 0-.904-.017a1.29 1.29 0 01-.215-.034.5.5 0 01-.226-.222l-.004-.008a1.281 1.281 0 01-.034-.215c-.016-.2-.017-.468-.017-.904V7h13V5.9c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.32-.163-.74-.163-1.58-.163H8.5c-.29 0-.528-.257-.808-.559C7.297 2.515 6.82 2 6 2H3.4c-.84 0-1.26 0-1.581.163a1.5 1.5 0 00-.656.656C1 3.139 1 3.559 1 4.4v7.2zm1-7.2V6h12v-.1c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.004-.008a.5.5 0 00-.218-.218l-.008-.004a1.281 1.281 0 00-.215-.034c-.2-.016-.467-.017-.904-.017H8.5c-.55 0-.942-.299-1.154-.488a7.316 7.316 0 01-.436-.443 9.638 9.638 0 00-.116-.124C6.483 3.123 6.28 3 6 3H3.4c-.436 0-.704 0-.904.017a1.281 1.281 0 00-.215.034l-.008.003a.5.5 0 00-.219.219s0 .003-.003.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904z",
|
25
|
+
fill: "url(#paint1_radial_RemoveFromGroup16GradientBlueIcon_4759_33452)"
|
26
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
27
|
+
id: "paint0_radial_RemoveFromGroup16GradientBlueIcon_4759_33452",
|
28
|
+
cx: 0,
|
29
|
+
cy: 0,
|
30
|
+
r: 1,
|
31
|
+
gradientUnits: "userSpaceOnUse",
|
32
|
+
gradientTransform: "matrix(8.5 -5 4.37017 7.4293 7.5 12.5)"
|
33
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
34
|
+
stopColor: "#5BCAFF"
|
35
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
36
|
+
offset: 1,
|
37
|
+
stopColor: "#06F"
|
38
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
39
|
+
id: "paint1_radial_RemoveFromGroup16GradientBlueIcon_4759_33452",
|
40
|
+
cx: 0,
|
41
|
+
cy: 0,
|
42
|
+
r: 1,
|
43
|
+
gradientUnits: "userSpaceOnUse",
|
44
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
45
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
46
|
+
stopColor: "#5BCAFF"
|
47
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
48
|
+
offset: 1,
|
49
|
+
stopColor: "#06F"
|
50
|
+
}))));
|
51
|
+
}
|
52
|
+
module.exports = RemoveFromGroup16GradientBlueIcon;
|
package/dist/cjs/index.js
CHANGED
@@ -159,6 +159,10 @@ module.exports.BellGreyIcon = require("./BellGreyIcon.js")
|
|
159
159
|
module.exports.Bonding16GradientBlueIcon = require("./Bonding16GradientBlueIcon.js")
|
160
160
|
module.exports.Bonding16RedIcon = require("./Bonding16RedIcon.js")
|
161
161
|
module.exports.Bonding16YellowIcon = require("./Bonding16YellowIcon.js")
|
162
|
+
module.exports.BusinessHost16GradientBlueIcon = require("./BusinessHost16GradientBlueIcon.js")
|
163
|
+
module.exports.BusinessHost16GradientGrayIcon = require("./BusinessHost16GradientGrayIcon.js")
|
164
|
+
module.exports.BusinessHost16OntintIcon = require("./BusinessHost16OntintIcon.js")
|
165
|
+
module.exports.BusinessHost24GradientBlueIcon = require("./BusinessHost24GradientBlueIcon.js")
|
162
166
|
module.exports.CalendarClockDateTime16GradientBlueIcon = require("./CalendarClockDateTime16GradientBlueIcon.js")
|
163
167
|
module.exports.CalendarClockDateTime16SecondaryIcon = require("./CalendarClockDateTime16SecondaryIcon.js")
|
164
168
|
module.exports.CalendarClockDateTime24GradientBlueIcon = require("./CalendarClockDateTime24GradientBlueIcon.js")
|
@@ -746,6 +750,7 @@ module.exports.MountVirtualVolume24GradientGrayIcon = require("./MountVirtualVol
|
|
746
750
|
module.exports.MountVmVolume16Icon = require("./MountVmVolume16Icon.js")
|
747
751
|
module.exports.MountedIcon = require("./MountedIcon.js")
|
748
752
|
module.exports.Move16GradientBlueIcon = require("./Move16GradientBlueIcon.js")
|
753
|
+
module.exports.MoveToGroup16GradientBlueIcon = require("./MoveToGroup16GradientBlueIcon.js")
|
749
754
|
module.exports.NatGw16GradientBlueIcon = require("./NatGw16GradientBlueIcon.js")
|
750
755
|
module.exports.NatGw16GradientGreyIcon = require("./NatGw16GradientGreyIcon.js")
|
751
756
|
module.exports.NatGw16GradientOntintIcon = require("./NatGw16GradientOntintIcon.js")
|
@@ -1082,6 +1087,7 @@ module.exports.RefreshSync16Icon = require("./RefreshSync16Icon.js")
|
|
1082
1087
|
module.exports.RefreshSyncOnTintIcon = require("./RefreshSyncOnTintIcon.js")
|
1083
1088
|
module.exports.RefreshSyncTertiaryIcon = require("./RefreshSyncTertiaryIcon.js")
|
1084
1089
|
module.exports.RefreshIcon = require("./RefreshIcon.js")
|
1090
|
+
module.exports.RemoveFromGroup16GradientBlueIcon = require("./RemoveFromGroup16GradientBlueIcon.js")
|
1085
1091
|
module.exports.ReplicaActionStopFailoverTest40GradientBlueIcon = require("./ReplicaActionStopFailoverTest40GradientBlueIcon.js")
|
1086
1092
|
module.exports.ReplicaActionsFailback40GradientBlueIcon = require("./ReplicaActionsFailback40GradientBlueIcon.js")
|
1087
1093
|
module.exports.ReplicaActionsFailover40GradientBlueIcon = require("./ReplicaActionsFailover40GradientBlueIcon.js")
|
@@ -0,0 +1,80 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function BusinessHost16GradientBlueIcon({
|
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": "BusinessHost16GradientBlueIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M7.5 4.5A.5.5 0 018 4h3a.5.5 0 010 1H8a.5.5 0 01-.5-.5z",
|
18
|
+
fill: "url(#paint0_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M8 6a.5.5 0 000 1h2.2a.5.5 0 000-1H8z",
|
21
|
+
fill: "url(#paint1_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
d: "M5 11a1 1 0 11-2 0 1 1 0 012 0z",
|
24
|
+
fill: "url(#paint2_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M13 8s0 .001 0 0V3a1 1 0 00-1-1H7a1 1 0 00-1 1v1H4a1 1 0 00-1 1v3c-.582.004-.916.028-1.181.163a1.5 1.5 0 00-.656.656C1 9.139 1 9.559 1 10.4v1.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.164-.32.164-.74.164-1.581v-1.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.265-.135-.598-.158-1.181-.162zm-1-5H7v5h5V3zM4 8h2V5H4v3zm-.6 1c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904v1.2c0 .437 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h9.2c.437 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904v-1.2c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.002-.005-.002-.003a.5.5 0 00-.218-.218l-.003-.002-.005-.002a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017H3.4z",
|
29
|
+
fill: "url(#paint3_radial_BusinessHost16GradientBlueIcon_4758_93767)"
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
31
|
+
id: "paint0_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
32
|
+
cx: 0,
|
33
|
+
cy: 0,
|
34
|
+
r: 1,
|
35
|
+
gradientUnits: "userSpaceOnUse",
|
36
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
38
|
+
stopColor: "#5BCAFF"
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
40
|
+
offset: 1,
|
41
|
+
stopColor: "#06F"
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint1_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
50
|
+
stopColor: "#5BCAFF"
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
52
|
+
offset: 1,
|
53
|
+
stopColor: "#06F"
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
55
|
+
id: "paint2_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "#5BCAFF"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "#06F"
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
67
|
+
id: "paint3_radial_BusinessHost16GradientBlueIcon_4758_93767",
|
68
|
+
cx: 0,
|
69
|
+
cy: 0,
|
70
|
+
r: 1,
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
72
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
74
|
+
stopColor: "#5BCAFF"
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
76
|
+
offset: 1,
|
77
|
+
stopColor: "#06F"
|
78
|
+
}))));
|
79
|
+
}
|
80
|
+
export default BusinessHost16GradientBlueIcon;
|
@@ -0,0 +1,80 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function BusinessHost16GradientGrayIcon({
|
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": "BusinessHost16GradientGrayIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M7.5 4.5A.5.5 0 018 4h3a.5.5 0 010 1H8a.5.5 0 01-.5-.5z",
|
18
|
+
fill: "url(#paint0_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
d: "M8 6a.5.5 0 000 1h2.2a.5.5 0 000-1H8z",
|
21
|
+
fill: "url(#paint1_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
22
|
+
}), /*#__PURE__*/React.createElement("path", {
|
23
|
+
d: "M5 11a1 1 0 11-2 0 1 1 0 012 0z",
|
24
|
+
fill: "url(#paint2_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
25
|
+
}), /*#__PURE__*/React.createElement("path", {
|
26
|
+
fillRule: "evenodd",
|
27
|
+
clipRule: "evenodd",
|
28
|
+
d: "M13 8s0 .001 0 0V3a1 1 0 00-1-1H7a1 1 0 00-1 1v1H4a1 1 0 00-1 1v3c-.582.004-.916.028-1.181.163a1.5 1.5 0 00-.656.656C1 9.139 1 9.559 1 10.4v1.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.164-.32.164-.74.164-1.581v-1.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.265-.135-.598-.158-1.181-.162zm-1-5H7v5h5V3zM4 8h2V5H4v3zm-.6 1c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904v1.2c0 .437 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h9.2c.437 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904v-1.2c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.002-.005-.002-.003a.5.5 0 00-.218-.218l-.003-.002-.005-.002a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017H3.4z",
|
29
|
+
fill: "url(#paint3_radial_BusinessHost16GradientGrayIcon_4758_93777)"
|
30
|
+
}), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("radialGradient", {
|
31
|
+
id: "paint0_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
32
|
+
cx: 0,
|
33
|
+
cy: 0,
|
34
|
+
r: 1,
|
35
|
+
gradientUnits: "userSpaceOnUse",
|
36
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
37
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
38
|
+
stopColor: "#CCD4E3"
|
39
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
40
|
+
offset: 1,
|
41
|
+
stopColor: "#6B7D99"
|
42
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
43
|
+
id: "paint1_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
44
|
+
cx: 0,
|
45
|
+
cy: 0,
|
46
|
+
r: 1,
|
47
|
+
gradientUnits: "userSpaceOnUse",
|
48
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
49
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
50
|
+
stopColor: "#CCD4E3"
|
51
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
52
|
+
offset: 1,
|
53
|
+
stopColor: "#6B7D99"
|
54
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
55
|
+
id: "paint2_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
56
|
+
cx: 0,
|
57
|
+
cy: 0,
|
58
|
+
r: 1,
|
59
|
+
gradientUnits: "userSpaceOnUse",
|
60
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
62
|
+
stopColor: "#CCD4E3"
|
63
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
64
|
+
offset: 1,
|
65
|
+
stopColor: "#6B7D99"
|
66
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
67
|
+
id: "paint3_radial_BusinessHost16GradientGrayIcon_4758_93777",
|
68
|
+
cx: 0,
|
69
|
+
cy: 0,
|
70
|
+
r: 1,
|
71
|
+
gradientUnits: "userSpaceOnUse",
|
72
|
+
gradientTransform: "matrix(14 -12 11.85885 13.83532 1 14)"
|
73
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
74
|
+
stopColor: "#CCD4E3"
|
75
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
76
|
+
offset: 1,
|
77
|
+
stopColor: "#6B7D99"
|
78
|
+
}))));
|
79
|
+
}
|
80
|
+
export default BusinessHost16GradientGrayIcon;
|
@@ -0,0 +1,26 @@
|
|
1
|
+
import * as React from "react";
|
2
|
+
function BusinessHost16OntintIcon({
|
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": "BusinessHost16OntintIcon",
|
13
|
+
"aria-labelledby": titleId
|
14
|
+
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
15
|
+
id: titleId
|
16
|
+
}, title) : null, /*#__PURE__*/React.createElement("path", {
|
17
|
+
d: "M7.5 4.5A.5.5 0 018 4h3a.5.5 0 010 1H8a.5.5 0 01-.5-.5zM8 6a.5.5 0 000 1h2.2a.5.5 0 000-1H8zM5 11a1 1 0 11-2 0 1 1 0 012 0z",
|
18
|
+
fill: "#fff"
|
19
|
+
}), /*#__PURE__*/React.createElement("path", {
|
20
|
+
fillRule: "evenodd",
|
21
|
+
clipRule: "evenodd",
|
22
|
+
d: "M13 8s0 .001 0 0V3a1 1 0 00-1-1H7a1 1 0 00-1 1v1H4a1 1 0 00-1 1v3c-.582.004-.916.028-1.181.163a1.5 1.5 0 00-.656.656C1 9.139 1 9.559 1 10.4v1.2c0 .84 0 1.26.163 1.581a1.5 1.5 0 00.656.655c.32.164.74.164 1.581.164h9.2c.84 0 1.26 0 1.581-.164a1.5 1.5 0 00.655-.655c.164-.32.164-.74.164-1.581v-1.2c0-.84 0-1.26-.164-1.581a1.5 1.5 0 00-.655-.656c-.265-.135-.598-.158-1.181-.162zm-1-5H7v5h5V3zM4 8h2V5H4v3zm-.6 1c-.437 0-.704 0-.904.017a1.281 1.281 0 00-.215.034.5.5 0 00-.226.222l-.004.008a1.281 1.281 0 00-.034.215c-.016.2-.017.467-.017.904v1.2c0 .437 0 .704.017.904a1.281 1.281 0 00.034.215.5.5 0 00.23.23 1.29 1.29 0 00.215.034c.2.016.467.017.904.017h9.2c.437 0 .704 0 .904-.017a1.29 1.29 0 00.215-.034l.008-.004a.5.5 0 00.218-.218l.004-.008a1.29 1.29 0 00.034-.215c.016-.2.017-.468.017-.904v-1.2c0-.437 0-.704-.017-.904a1.29 1.29 0 00-.034-.215l-.002-.005-.002-.003a.5.5 0 00-.218-.218l-.003-.002-.005-.002a1.281 1.281 0 00-.215-.034c-.2-.016-.468-.017-.904-.017H3.4z",
|
23
|
+
fill: "#fff"
|
24
|
+
}));
|
25
|
+
}
|
26
|
+
export default BusinessHost16OntintIcon;
|