@carbon/icons 11.16.0-rc.0 → 11.16.1
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/es/document--multiple-01/16.js +33 -0
- package/es/document--multiple-01/20.js +33 -0
- package/es/document--multiple-01/24.js +33 -0
- package/es/document--multiple-01/32.js +33 -0
- package/es/document--multiple-02/16.js +43 -0
- package/es/document--multiple-02/20.js +43 -0
- package/es/document--multiple-02/24.js +43 -0
- package/es/document--multiple-02/32.js +43 -0
- package/es/ibm--process-mining/16.js +33 -0
- package/es/ibm--process-mining/20.js +33 -0
- package/es/ibm--process-mining/24.js +33 -0
- package/es/ibm--process-mining/32.js +33 -0
- package/es/index.js +24 -0
- package/es/reference-architecture/16.js +35 -0
- package/es/reference-architecture/20.js +35 -0
- package/es/reference-architecture/24.js +35 -0
- package/es/reference-architecture/32.js +35 -0
- package/es/user--sponsor/16.js +28 -0
- package/es/user--sponsor/20.js +28 -0
- package/es/user--sponsor/24.js +28 -0
- package/es/user--sponsor/32.js +28 -0
- package/es/white-paper/16.js +33 -0
- package/es/white-paper/20.js +33 -0
- package/es/white-paper/24.js +33 -0
- package/es/white-paper/32.js +33 -0
- package/lib/document--multiple-01/16.js +35 -0
- package/lib/document--multiple-01/20.js +35 -0
- package/lib/document--multiple-01/24.js +35 -0
- package/lib/document--multiple-01/32.js +35 -0
- package/lib/document--multiple-02/16.js +45 -0
- package/lib/document--multiple-02/20.js +45 -0
- package/lib/document--multiple-02/24.js +45 -0
- package/lib/document--multiple-02/32.js +45 -0
- package/lib/ibm--process-mining/16.js +35 -0
- package/lib/ibm--process-mining/20.js +35 -0
- package/lib/ibm--process-mining/24.js +35 -0
- package/lib/ibm--process-mining/32.js +35 -0
- package/lib/index.js +48 -0
- package/lib/reference-architecture/16.js +37 -0
- package/lib/reference-architecture/20.js +37 -0
- package/lib/reference-architecture/24.js +37 -0
- package/lib/reference-architecture/32.js +37 -0
- package/lib/user--sponsor/16.js +30 -0
- package/lib/user--sponsor/20.js +30 -0
- package/lib/user--sponsor/24.js +30 -0
- package/lib/user--sponsor/32.js +30 -0
- package/lib/white-paper/16.js +35 -0
- package/lib/white-paper/20.js +35 -0
- package/lib/white-paper/24.js +35 -0
- package/lib/white-paper/32.js +35 -0
- package/metadata.json +1164 -0
- package/package.json +2 -2
- package/svg/32/document--multiple-01.svg +1 -0
- package/svg/32/document--multiple-02.svg +1 -0
- package/svg/32/ibm--process-mining.svg +1 -0
- package/svg/32/reference-architecture.svg +1 -0
- package/svg/32/user--sponsor.svg +1 -0
- package/svg/32/white-paper.svg +1 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _16 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 16,
|
|
16
|
+
"height": 16
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10\tC30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "document--multiple-01",
|
|
30
|
+
"size": 16
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _16 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _20 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 20,
|
|
16
|
+
"height": 20
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10\tC30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "document--multiple-01",
|
|
30
|
+
"size": 20
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _20 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _24 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 24,
|
|
16
|
+
"height": 24
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10\tC30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "document--multiple-01",
|
|
30
|
+
"size": 24
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _24 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _32 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 32,
|
|
16
|
+
"height": 32
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M2 6H4V26H2zM6 4H8V28H6zM14 22H26V24H14zM14 16H26V18H14z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M29.7,9.3l-7-7C22.5,2.1,22.3,2,22,2H12c-1.1,0-2,0.9-2,2v24c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2V10\tC30,9.7,29.9,9.5,29.7,9.3z M22,4.4l5.6,5.6H22V4.4z M28,28H12V4h8v6c0,1.1,0.9,2,2,2h6V28z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "document--multiple-01",
|
|
30
|
+
"size": 32
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _32 as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _16 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 16,
|
|
16
|
+
"height": 16
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
"elem": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"d": "M16 16H24V18H16z"
|
|
32
|
+
}
|
|
33
|
+
}, {
|
|
34
|
+
"elem": "path",
|
|
35
|
+
"attrs": {
|
|
36
|
+
"d": "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10\tC28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
"name": "document--multiple-02",
|
|
40
|
+
"size": 16
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export { _16 as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _20 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 20,
|
|
16
|
+
"height": 20
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
"elem": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"d": "M16 16H24V18H16z"
|
|
32
|
+
}
|
|
33
|
+
}, {
|
|
34
|
+
"elem": "path",
|
|
35
|
+
"attrs": {
|
|
36
|
+
"d": "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10\tC28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
"name": "document--multiple-02",
|
|
40
|
+
"size": 20
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export { _20 as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _24 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 24,
|
|
16
|
+
"height": 24
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
"elem": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"d": "M16 16H24V18H16z"
|
|
32
|
+
}
|
|
33
|
+
}, {
|
|
34
|
+
"elem": "path",
|
|
35
|
+
"attrs": {
|
|
36
|
+
"d": "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10\tC28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
"name": "document--multiple-02",
|
|
40
|
+
"size": 24
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export { _24 as default };
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _32 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 32,
|
|
16
|
+
"height": 32
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M18,31H6c-1.1,0-2-0.9-2-2V12h2v17h12V31z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M22,27H10c-1.1,0-2-0.9-2-2V8h2v17h12V27z"
|
|
27
|
+
}
|
|
28
|
+
}, {
|
|
29
|
+
"elem": "path",
|
|
30
|
+
"attrs": {
|
|
31
|
+
"d": "M16 16H24V18H16z"
|
|
32
|
+
}
|
|
33
|
+
}, {
|
|
34
|
+
"elem": "path",
|
|
35
|
+
"attrs": {
|
|
36
|
+
"d": "M27.7,9.3l-7-7C20.5,2.1,20.3,2,20,2h-6c-1.1,0-2,0.9-2,2v17c0,1.1,0.9,2,2,2h12c1.1,0,2-0.9,2-2V10\tC28,9.7,27.9,9.5,27.7,9.3z M20,4.4l5.6,5.6H20V4.4z M26,21H14V4h4v6c0,1.1,0.9,2,2,2h6V21z"
|
|
37
|
+
}
|
|
38
|
+
}],
|
|
39
|
+
"name": "document--multiple-02",
|
|
40
|
+
"size": 32
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
export { _32 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _16 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 16,
|
|
16
|
+
"height": 16
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ibm--process-mining",
|
|
30
|
+
"size": 16
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _16 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _20 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 20,
|
|
16
|
+
"height": 20
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ibm--process-mining",
|
|
30
|
+
"size": 20
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _20 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _24 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 24,
|
|
16
|
+
"height": 24
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ibm--process-mining",
|
|
30
|
+
"size": 24
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _24 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _32 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 32,
|
|
16
|
+
"height": 32
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "m26,22c-1.8584,0-3.4106,1.2798-3.8579,3h-12.2842c-.3635-1.3984-1.4629-2.4927-2.8579-2.8579v-3.1421c0-1.1025.8972-2,2-2h14c2.2056,0,4-1.7944,4-4v-3.1421c1.7202-.4473,3-1.9995,3-3.8579,0-2.2056-1.7944-4-4-4s-4,1.7944-4,4c0,1.8584,1.2798,3.4106,3,3.8579v3.1421c0,1.1025-.8972,2-2,2h-14c-2.2056,0-4,1.7944-4,4v3.1421c-1.7202.4473-3,1.9995-3,3.8579,0,2.2056,1.7944,4,4,4,1.8584,0,3.4106-1.2798,3.8579-3h12.2842c.4473,1.7202,1.9995,3,3.8579,3,2.2056,0,4-1.7944,4-4s-1.7944-4-4-4Zm-2-16c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2ZM6,28c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Zm20,0c-1.1028,0-2-.8975-2-2s.8972-2,2-2,2,.8975,2,2-.8972,2-2,2Z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "m6,10c.7395,0,1.4241-.2153,2.019-.5669l3.5669,3.5669,1.4141-1.4141-3.5669-3.5669c.3516-.5947.5669-1.2798.5669-2.019,0-2.2056-1.7944-4-4-4S2,3.7944,2,6s1.7944,4,4,4Zm0-6c1.1028,0,2,.8975,2,2s-.8972,2-2,2-2-.8975-2-2,.8972-2,2-2Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ibm--process-mining",
|
|
30
|
+
"size": 32
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _32 as default };
|
package/es/index.js
CHANGED
|
@@ -2509,6 +2509,14 @@ export { default as DocumentImport32 } from './document--import/32.js';
|
|
|
2509
2509
|
export { default as DocumentImport24 } from './document--import/24.js';
|
|
2510
2510
|
export { default as DocumentImport20 } from './document--import/20.js';
|
|
2511
2511
|
export { default as DocumentImport16 } from './document--import/16.js';
|
|
2512
|
+
export { default as DocumentMultiple_0132 } from './document--multiple-01/32.js';
|
|
2513
|
+
export { default as DocumentMultiple_0124 } from './document--multiple-01/24.js';
|
|
2514
|
+
export { default as DocumentMultiple_0120 } from './document--multiple-01/20.js';
|
|
2515
|
+
export { default as DocumentMultiple_0116 } from './document--multiple-01/16.js';
|
|
2516
|
+
export { default as DocumentMultiple_0232 } from './document--multiple-02/32.js';
|
|
2517
|
+
export { default as DocumentMultiple_0224 } from './document--multiple-02/24.js';
|
|
2518
|
+
export { default as DocumentMultiple_0220 } from './document--multiple-02/20.js';
|
|
2519
|
+
export { default as DocumentMultiple_0216 } from './document--multiple-02/16.js';
|
|
2512
2520
|
export { default as DocumentPdf32 } from './document--pdf/32.js';
|
|
2513
2521
|
export { default as DocumentPdf24 } from './document--pdf/24.js';
|
|
2514
2522
|
export { default as DocumentPdf20 } from './document--pdf/20.js';
|
|
@@ -3537,6 +3545,10 @@ export { default as IbmPowerVs32 } from './ibm--power-vs/32.js';
|
|
|
3537
3545
|
export { default as IbmPowerVs24 } from './ibm--power-vs/24.js';
|
|
3538
3546
|
export { default as IbmPowerVs20 } from './ibm--power-vs/20.js';
|
|
3539
3547
|
export { default as IbmPowerVs16 } from './ibm--power-vs/16.js';
|
|
3548
|
+
export { default as IbmProcessMining32 } from './ibm--process-mining/32.js';
|
|
3549
|
+
export { default as IbmProcessMining24 } from './ibm--process-mining/24.js';
|
|
3550
|
+
export { default as IbmProcessMining20 } from './ibm--process-mining/20.js';
|
|
3551
|
+
export { default as IbmProcessMining16 } from './ibm--process-mining/16.js';
|
|
3540
3552
|
export { default as IbmTelehealth32 } from './ibm--telehealth/32.js';
|
|
3541
3553
|
export { default as IbmTelehealth24 } from './ibm--telehealth/24.js';
|
|
3542
3554
|
export { default as IbmTelehealth20 } from './ibm--telehealth/20.js';
|
|
@@ -5839,6 +5851,10 @@ export { default as RefEvapotranspiration32 } from './ref-evapotranspiration/32.
|
|
|
5839
5851
|
export { default as RefEvapotranspiration24 } from './ref-evapotranspiration/24.js';
|
|
5840
5852
|
export { default as RefEvapotranspiration20 } from './ref-evapotranspiration/20.js';
|
|
5841
5853
|
export { default as RefEvapotranspiration16 } from './ref-evapotranspiration/16.js';
|
|
5854
|
+
export { default as ReferenceArchitecture32 } from './reference-architecture/32.js';
|
|
5855
|
+
export { default as ReferenceArchitecture24 } from './reference-architecture/24.js';
|
|
5856
|
+
export { default as ReferenceArchitecture20 } from './reference-architecture/20.js';
|
|
5857
|
+
export { default as ReferenceArchitecture16 } from './reference-architecture/16.js';
|
|
5842
5858
|
export { default as ReflectHorizontal32 } from './reflect--horizontal/32.js';
|
|
5843
5859
|
export { default as ReflectHorizontal24 } from './reflect--horizontal/24.js';
|
|
5844
5860
|
export { default as ReflectHorizontal20 } from './reflect--horizontal/20.js';
|
|
@@ -7712,6 +7728,10 @@ export { default as UserSpeaker32 } from './user--speaker/32.js';
|
|
|
7712
7728
|
export { default as UserSpeaker24 } from './user--speaker/24.js';
|
|
7713
7729
|
export { default as UserSpeaker20 } from './user--speaker/20.js';
|
|
7714
7730
|
export { default as UserSpeaker16 } from './user--speaker/16.js';
|
|
7731
|
+
export { default as UserSponsor32 } from './user--sponsor/32.js';
|
|
7732
|
+
export { default as UserSponsor24 } from './user--sponsor/24.js';
|
|
7733
|
+
export { default as UserSponsor20 } from './user--sponsor/20.js';
|
|
7734
|
+
export { default as UserSponsor16 } from './user--sponsor/16.js';
|
|
7715
7735
|
export { default as UserXRay32 } from './user--x-ray/32.js';
|
|
7716
7736
|
export { default as UserXRay24 } from './user--x-ray/24.js';
|
|
7717
7737
|
export { default as UserXRay20 } from './user--x-ray/20.js';
|
|
@@ -8032,6 +8052,10 @@ export { default as Wheat32 } from './wheat/32.js';
|
|
|
8032
8052
|
export { default as Wheat24 } from './wheat/24.js';
|
|
8033
8053
|
export { default as Wheat20 } from './wheat/20.js';
|
|
8034
8054
|
export { default as Wheat16 } from './wheat/16.js';
|
|
8055
|
+
export { default as WhitePaper32 } from './white-paper/32.js';
|
|
8056
|
+
export { default as WhitePaper24 } from './white-paper/24.js';
|
|
8057
|
+
export { default as WhitePaper20 } from './white-paper/20.js';
|
|
8058
|
+
export { default as WhitePaper16 } from './white-paper/16.js';
|
|
8035
8059
|
export { default as Wifi32 } from './wifi/32.js';
|
|
8036
8060
|
export { default as Wifi24 } from './wifi/24.js';
|
|
8037
8061
|
export { default as Wifi20 } from './wifi/20.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _16 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 16,
|
|
16
|
+
"height": 16
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "circle",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"cx": "18",
|
|
22
|
+
"cy": "26",
|
|
23
|
+
"r": "1"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "reference-architecture",
|
|
32
|
+
"size": 16
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _16 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _20 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 20,
|
|
16
|
+
"height": 20
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "circle",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"cx": "18",
|
|
22
|
+
"cy": "26",
|
|
23
|
+
"r": "1"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "reference-architecture",
|
|
32
|
+
"size": 20
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _20 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _24 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 24,
|
|
16
|
+
"height": 24
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "circle",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"cx": "18",
|
|
22
|
+
"cy": "26",
|
|
23
|
+
"r": "1"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "reference-architecture",
|
|
32
|
+
"size": 24
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _24 as default };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2020
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var _32 = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 32,
|
|
16
|
+
"height": 32
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "circle",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"cx": "18",
|
|
22
|
+
"cy": "26",
|
|
23
|
+
"r": "1"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "m28,20c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-5c0-1.1025-.8972-2-2-2h-5v-1c0-1.1025-.8972-2-2-2h-4c-1.1028,0-2,.8975-2,2v1h-5c-1.1028,0-2,.8975-2,2v5.1421c-1.7202.4473-3,1.9995-3,3.8579s1.2798,3.4106,3,3.8579v5.1421c0,1.1025.8972,2,2,2h7v1c0,1.1025.8972,2,2,2h12c1.1028,0,2-.8975,2-2v-4c0-1.1025-.8972-2-2-2h-1v-2h1Zm0-2h-4v-4h4v4ZM14,4h4v4h-4v-4Zm-2,3v1c0,1.1025.8972,2,2,2h4c1.1028,0,2-.8975,2-2v-1h5v5h-1c-1.1028,0-2,.8975-2,2v1h-12.1421c-.3638-1.3989-1.4592-2.4941-2.8579-2.8579v-5.1421h5Zm-8,9c0-1.1025.8972-2,2-2s2,.8975,2,2-.8972,2-2,2-2-.8975-2-2Zm24,12h-12v-4h12v4Zm-3-6h-9c-1.1028,0-2,.8975-2,2v1h-7v-5.1421c1.3987-.3638,2.4941-1.459,2.8579-2.8579h12.1421v1c0,1.1025.8972,2,2,2h1v2Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "reference-architecture",
|
|
32
|
+
"size": 32
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export { _32 as default };
|