@carbon/icons 11.52.0 → 11.54.0-rc.0
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/ai-business-impact-assessment/16.js +33 -0
- package/es/ai-business-impact-assessment/20.js +33 -0
- package/es/ai-business-impact-assessment/24.js +33 -0
- package/es/ai-business-impact-assessment/32.js +33 -0
- package/es/business-metrics/16.js +33 -0
- package/es/business-metrics/20.js +33 -0
- package/es/business-metrics/24.js +33 -0
- package/es/business-metrics/32.js +33 -0
- package/es/index.js +8 -0
- package/lib/ai-business-impact-assessment/16.js +35 -0
- package/lib/ai-business-impact-assessment/20.js +35 -0
- package/lib/ai-business-impact-assessment/24.js +35 -0
- package/lib/ai-business-impact-assessment/32.js +35 -0
- package/lib/business-metrics/16.js +35 -0
- package/lib/business-metrics/20.js +35 -0
- package/lib/business-metrics/24.js +35 -0
- package/lib/business-metrics/32.js +35 -0
- package/lib/index.js +16 -0
- package/metadata.json +395 -0
- package/package.json +2 -2
- package/svg/32/ai-business-impact-assessment.svg +1 -0
- package/svg/32/business-metrics.svg +1 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ai-business-impact-assessment",
|
|
30
|
+
"size": 16
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _16 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ai-business-impact-assessment",
|
|
30
|
+
"size": 20
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _20 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ai-business-impact-assessment",
|
|
30
|
+
"size": 24
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _24 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "ai-business-impact-assessment",
|
|
30
|
+
"size": 32
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _32 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "business-metrics",
|
|
30
|
+
"size": 16
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _16 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "business-metrics",
|
|
30
|
+
"size": 20
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _20 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "business-metrics",
|
|
30
|
+
"size": 24
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _24 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
22
|
+
}
|
|
23
|
+
}, {
|
|
24
|
+
"elem": "path",
|
|
25
|
+
"attrs": {
|
|
26
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
27
|
+
}
|
|
28
|
+
}],
|
|
29
|
+
"name": "business-metrics",
|
|
30
|
+
"size": 32
|
|
31
|
+
};
|
|
32
|
+
|
|
33
|
+
export { _32 as default };
|
package/es/index.js
CHANGED
|
@@ -134,6 +134,10 @@ export { default as Ai32 } from './AI/32.js';
|
|
|
134
134
|
export { default as Ai24 } from './AI/24.js';
|
|
135
135
|
export { default as Ai20 } from './AI/20.js';
|
|
136
136
|
export { default as Ai16 } from './AI/16.js';
|
|
137
|
+
export { default as AiBusinessImpactAssessment32 } from './ai-business-impact-assessment/32.js';
|
|
138
|
+
export { default as AiBusinessImpactAssessment24 } from './ai-business-impact-assessment/24.js';
|
|
139
|
+
export { default as AiBusinessImpactAssessment20 } from './ai-business-impact-assessment/20.js';
|
|
140
|
+
export { default as AiBusinessImpactAssessment16 } from './ai-business-impact-assessment/16.js';
|
|
137
141
|
export { default as AiFinancialSustainabilityCheck32 } from './ai-financial-sustainability-check/32.js';
|
|
138
142
|
export { default as AiFinancialSustainabilityCheck24 } from './ai-financial-sustainability-check/24.js';
|
|
139
143
|
export { default as AiFinancialSustainabilityCheck20 } from './ai-financial-sustainability-check/20.js';
|
|
@@ -898,6 +902,10 @@ export { default as Bus32 } from './bus/32.js';
|
|
|
898
902
|
export { default as Bus24 } from './bus/24.js';
|
|
899
903
|
export { default as Bus20 } from './bus/20.js';
|
|
900
904
|
export { default as Bus16 } from './bus/16.js';
|
|
905
|
+
export { default as BusinessMetrics32 } from './business-metrics/32.js';
|
|
906
|
+
export { default as BusinessMetrics24 } from './business-metrics/24.js';
|
|
907
|
+
export { default as BusinessMetrics20 } from './business-metrics/20.js';
|
|
908
|
+
export { default as BusinessMetrics16 } from './business-metrics/16.js';
|
|
901
909
|
export { default as BusinessProcesses32 } from './business-processes/32.js';
|
|
902
910
|
export { default as BusinessProcesses24 } from './business-processes/24.js';
|
|
903
911
|
export { default as BusinessProcesses20 } from './business-processes/20.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _16 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 16,
|
|
18
|
+
"height": 16
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-business-impact-assessment",
|
|
32
|
+
"size": 16
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _16;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _20 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 20,
|
|
18
|
+
"height": 20
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-business-impact-assessment",
|
|
32
|
+
"size": 20
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _20;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _24 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 24,
|
|
18
|
+
"height": 24
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-business-impact-assessment",
|
|
32
|
+
"size": 24
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _24;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _32 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 32,
|
|
18
|
+
"height": 32
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "ai-business-impact-assessment",
|
|
32
|
+
"size": 32
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _32;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _16 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 16,
|
|
18
|
+
"height": 16
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "business-metrics",
|
|
32
|
+
"size": 16
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _16;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _20 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 20,
|
|
18
|
+
"height": 20
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "business-metrics",
|
|
32
|
+
"size": 20
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _20;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _24 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 24,
|
|
18
|
+
"height": 24
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "business-metrics",
|
|
32
|
+
"size": 24
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _24;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
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
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var _32 = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 32,
|
|
18
|
+
"height": 32
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
29
|
+
}
|
|
30
|
+
}],
|
|
31
|
+
"name": "business-metrics",
|
|
32
|
+
"size": 32
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
module.exports = _32;
|
package/lib/index.js
CHANGED
|
@@ -138,6 +138,10 @@ var AI_32_js = require('./AI/32.js');
|
|
|
138
138
|
var AI_24_js = require('./AI/24.js');
|
|
139
139
|
var AI_20_js = require('./AI/20.js');
|
|
140
140
|
var AI_16_js = require('./AI/16.js');
|
|
141
|
+
var aiBusinessImpactAssessment_32_js = require('./ai-business-impact-assessment/32.js');
|
|
142
|
+
var aiBusinessImpactAssessment_24_js = require('./ai-business-impact-assessment/24.js');
|
|
143
|
+
var aiBusinessImpactAssessment_20_js = require('./ai-business-impact-assessment/20.js');
|
|
144
|
+
var aiBusinessImpactAssessment_16_js = require('./ai-business-impact-assessment/16.js');
|
|
141
145
|
var aiFinancialSustainabilityCheck_32_js = require('./ai-financial-sustainability-check/32.js');
|
|
142
146
|
var aiFinancialSustainabilityCheck_24_js = require('./ai-financial-sustainability-check/24.js');
|
|
143
147
|
var aiFinancialSustainabilityCheck_20_js = require('./ai-financial-sustainability-check/20.js');
|
|
@@ -902,6 +906,10 @@ var bus_32_js = require('./bus/32.js');
|
|
|
902
906
|
var bus_24_js = require('./bus/24.js');
|
|
903
907
|
var bus_20_js = require('./bus/20.js');
|
|
904
908
|
var bus_16_js = require('./bus/16.js');
|
|
909
|
+
var businessMetrics_32_js = require('./business-metrics/32.js');
|
|
910
|
+
var businessMetrics_24_js = require('./business-metrics/24.js');
|
|
911
|
+
var businessMetrics_20_js = require('./business-metrics/20.js');
|
|
912
|
+
var businessMetrics_16_js = require('./business-metrics/16.js');
|
|
905
913
|
var businessProcesses_32_js = require('./business-processes/32.js');
|
|
906
914
|
var businessProcesses_24_js = require('./business-processes/24.js');
|
|
907
915
|
var businessProcesses_20_js = require('./business-processes/20.js');
|
|
@@ -9763,6 +9771,10 @@ exports.Ai32 = AI_32_js;
|
|
|
9763
9771
|
exports.Ai24 = AI_24_js;
|
|
9764
9772
|
exports.Ai20 = AI_20_js;
|
|
9765
9773
|
exports.Ai16 = AI_16_js;
|
|
9774
|
+
exports.AiBusinessImpactAssessment32 = aiBusinessImpactAssessment_32_js;
|
|
9775
|
+
exports.AiBusinessImpactAssessment24 = aiBusinessImpactAssessment_24_js;
|
|
9776
|
+
exports.AiBusinessImpactAssessment20 = aiBusinessImpactAssessment_20_js;
|
|
9777
|
+
exports.AiBusinessImpactAssessment16 = aiBusinessImpactAssessment_16_js;
|
|
9766
9778
|
exports.AiFinancialSustainabilityCheck32 = aiFinancialSustainabilityCheck_32_js;
|
|
9767
9779
|
exports.AiFinancialSustainabilityCheck24 = aiFinancialSustainabilityCheck_24_js;
|
|
9768
9780
|
exports.AiFinancialSustainabilityCheck20 = aiFinancialSustainabilityCheck_20_js;
|
|
@@ -10527,6 +10539,10 @@ exports.Bus32 = bus_32_js;
|
|
|
10527
10539
|
exports.Bus24 = bus_24_js;
|
|
10528
10540
|
exports.Bus20 = bus_20_js;
|
|
10529
10541
|
exports.Bus16 = bus_16_js;
|
|
10542
|
+
exports.BusinessMetrics32 = businessMetrics_32_js;
|
|
10543
|
+
exports.BusinessMetrics24 = businessMetrics_24_js;
|
|
10544
|
+
exports.BusinessMetrics20 = businessMetrics_20_js;
|
|
10545
|
+
exports.BusinessMetrics16 = businessMetrics_16_js;
|
|
10530
10546
|
exports.BusinessProcesses32 = businessProcesses_32_js;
|
|
10531
10547
|
exports.BusinessProcesses24 = businessProcesses_24_js;
|
|
10532
10548
|
exports.BusinessProcesses20 = businessProcesses_20_js;
|
package/metadata.json
CHANGED
|
@@ -5955,6 +5955,202 @@
|
|
|
5955
5955
|
]
|
|
5956
5956
|
}
|
|
5957
5957
|
},
|
|
5958
|
+
{
|
|
5959
|
+
"name": "ai-business-impact-assessment",
|
|
5960
|
+
"friendlyName": "AI business impact assessment",
|
|
5961
|
+
"aliases": [
|
|
5962
|
+
"automation",
|
|
5963
|
+
"artificial intelligence",
|
|
5964
|
+
"business",
|
|
5965
|
+
"impact",
|
|
5966
|
+
"metrics",
|
|
5967
|
+
"performance",
|
|
5968
|
+
"assistant",
|
|
5969
|
+
"enterprise",
|
|
5970
|
+
"watsonx"
|
|
5971
|
+
],
|
|
5972
|
+
"sizes": [
|
|
5973
|
+
32
|
|
5974
|
+
],
|
|
5975
|
+
"namespace": [],
|
|
5976
|
+
"assets": [
|
|
5977
|
+
{
|
|
5978
|
+
"size": 32,
|
|
5979
|
+
"filepath": "32/ai-business-impact-assessment.svg",
|
|
5980
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n </style>\n </defs>\n <rect x=\"24\" y=\"23\" width=\"2\" height=\"8\"/>\n <rect x=\"28\" y=\"21\" width=\"2\" height=\"10\"/>\n <rect x=\"20\" y=\"27\" width=\"2\" height=\"4\"/>\n <path d=\"M18,20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4Z\"/>\n <path d=\"M14.5005,20h2l-3.5005-11h-3l-3.4966,11h1.9988l.6018-2h4.7781l.6184,2ZM9.7058,16l1.6284-5.4111.2559-.0024,1.6736,5.4136h-3.5579Z\"/>\n <polygon points=\"17 30 0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" x=\"0\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
5981
|
+
"optimized": {
|
|
5982
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z\"/><path d=\"M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z\"/></svg>",
|
|
5983
|
+
"info": {},
|
|
5984
|
+
"path": "32/ai-business-impact-assessment.svg"
|
|
5985
|
+
}
|
|
5986
|
+
}
|
|
5987
|
+
],
|
|
5988
|
+
"output": [
|
|
5989
|
+
{
|
|
5990
|
+
"moduleName": "AiBusinessImpactAssessment32",
|
|
5991
|
+
"filepath": "ai-business-impact-assessment/32.js",
|
|
5992
|
+
"descriptor": {
|
|
5993
|
+
"elem": "svg",
|
|
5994
|
+
"attrs": {
|
|
5995
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
5996
|
+
"viewBox": "0 0 32 32",
|
|
5997
|
+
"fill": "currentColor",
|
|
5998
|
+
"width": 32,
|
|
5999
|
+
"height": 32
|
|
6000
|
+
},
|
|
6001
|
+
"content": [
|
|
6002
|
+
{
|
|
6003
|
+
"elem": "path",
|
|
6004
|
+
"attrs": {
|
|
6005
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
6006
|
+
}
|
|
6007
|
+
},
|
|
6008
|
+
{
|
|
6009
|
+
"elem": "path",
|
|
6010
|
+
"attrs": {
|
|
6011
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
6012
|
+
}
|
|
6013
|
+
}
|
|
6014
|
+
],
|
|
6015
|
+
"name": "ai-business-impact-assessment",
|
|
6016
|
+
"size": 32
|
|
6017
|
+
},
|
|
6018
|
+
"size": 32
|
|
6019
|
+
},
|
|
6020
|
+
{
|
|
6021
|
+
"moduleName": "AiBusinessImpactAssessment24",
|
|
6022
|
+
"filepath": "ai-business-impact-assessment/24.js",
|
|
6023
|
+
"descriptor": {
|
|
6024
|
+
"elem": "svg",
|
|
6025
|
+
"attrs": {
|
|
6026
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
6027
|
+
"viewBox": "0 0 32 32",
|
|
6028
|
+
"fill": "currentColor",
|
|
6029
|
+
"width": 24,
|
|
6030
|
+
"height": 24
|
|
6031
|
+
},
|
|
6032
|
+
"content": [
|
|
6033
|
+
{
|
|
6034
|
+
"elem": "path",
|
|
6035
|
+
"attrs": {
|
|
6036
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
6037
|
+
}
|
|
6038
|
+
},
|
|
6039
|
+
{
|
|
6040
|
+
"elem": "path",
|
|
6041
|
+
"attrs": {
|
|
6042
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
6043
|
+
}
|
|
6044
|
+
}
|
|
6045
|
+
],
|
|
6046
|
+
"name": "ai-business-impact-assessment",
|
|
6047
|
+
"size": 24
|
|
6048
|
+
},
|
|
6049
|
+
"size": 24
|
|
6050
|
+
},
|
|
6051
|
+
{
|
|
6052
|
+
"moduleName": "AiBusinessImpactAssessment20",
|
|
6053
|
+
"filepath": "ai-business-impact-assessment/20.js",
|
|
6054
|
+
"descriptor": {
|
|
6055
|
+
"elem": "svg",
|
|
6056
|
+
"attrs": {
|
|
6057
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
6058
|
+
"viewBox": "0 0 32 32",
|
|
6059
|
+
"fill": "currentColor",
|
|
6060
|
+
"width": 20,
|
|
6061
|
+
"height": 20
|
|
6062
|
+
},
|
|
6063
|
+
"content": [
|
|
6064
|
+
{
|
|
6065
|
+
"elem": "path",
|
|
6066
|
+
"attrs": {
|
|
6067
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
6068
|
+
}
|
|
6069
|
+
},
|
|
6070
|
+
{
|
|
6071
|
+
"elem": "path",
|
|
6072
|
+
"attrs": {
|
|
6073
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
6074
|
+
}
|
|
6075
|
+
}
|
|
6076
|
+
],
|
|
6077
|
+
"name": "ai-business-impact-assessment",
|
|
6078
|
+
"size": 20
|
|
6079
|
+
},
|
|
6080
|
+
"size": 20
|
|
6081
|
+
},
|
|
6082
|
+
{
|
|
6083
|
+
"moduleName": "AiBusinessImpactAssessment16",
|
|
6084
|
+
"filepath": "ai-business-impact-assessment/16.js",
|
|
6085
|
+
"descriptor": {
|
|
6086
|
+
"elem": "svg",
|
|
6087
|
+
"attrs": {
|
|
6088
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
6089
|
+
"viewBox": "0 0 32 32",
|
|
6090
|
+
"fill": "currentColor",
|
|
6091
|
+
"width": 16,
|
|
6092
|
+
"height": 16
|
|
6093
|
+
},
|
|
6094
|
+
"content": [
|
|
6095
|
+
{
|
|
6096
|
+
"elem": "path",
|
|
6097
|
+
"attrs": {
|
|
6098
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
6099
|
+
}
|
|
6100
|
+
},
|
|
6101
|
+
{
|
|
6102
|
+
"elem": "path",
|
|
6103
|
+
"attrs": {
|
|
6104
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
6105
|
+
}
|
|
6106
|
+
}
|
|
6107
|
+
],
|
|
6108
|
+
"name": "ai-business-impact-assessment",
|
|
6109
|
+
"size": 16
|
|
6110
|
+
},
|
|
6111
|
+
"size": 16
|
|
6112
|
+
}
|
|
6113
|
+
],
|
|
6114
|
+
"category": "Enterprise",
|
|
6115
|
+
"subcategory": "AI",
|
|
6116
|
+
"moduleInfo": {
|
|
6117
|
+
"local": "AiBusinessImpactAssessment",
|
|
6118
|
+
"global": "AiBusinessImpactAssessment",
|
|
6119
|
+
"filepath": "AiBusinessImpactAssessment.js",
|
|
6120
|
+
"sizes": [
|
|
6121
|
+
{
|
|
6122
|
+
"size": 32,
|
|
6123
|
+
"ast": {
|
|
6124
|
+
"type": "element",
|
|
6125
|
+
"tagName": "svg",
|
|
6126
|
+
"attributes": {
|
|
6127
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
6128
|
+
"viewBox": "0 0 32 32",
|
|
6129
|
+
"fill": "currentColor"
|
|
6130
|
+
},
|
|
6131
|
+
"children": [
|
|
6132
|
+
{
|
|
6133
|
+
"type": "element",
|
|
6134
|
+
"tagName": "path",
|
|
6135
|
+
"attributes": {
|
|
6136
|
+
"d": "M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"
|
|
6137
|
+
},
|
|
6138
|
+
"children": []
|
|
6139
|
+
},
|
|
6140
|
+
{
|
|
6141
|
+
"type": "element",
|
|
6142
|
+
"tagName": "path",
|
|
6143
|
+
"attributes": {
|
|
6144
|
+
"d": "M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"
|
|
6145
|
+
},
|
|
6146
|
+
"children": []
|
|
6147
|
+
}
|
|
6148
|
+
]
|
|
6149
|
+
}
|
|
6150
|
+
}
|
|
6151
|
+
]
|
|
6152
|
+
}
|
|
6153
|
+
},
|
|
5958
6154
|
{
|
|
5959
6155
|
"name": "ai-financial-sustainability-check",
|
|
5960
6156
|
"friendlyName": "AI Financial Sustainability Check",
|
|
@@ -45765,6 +45961,203 @@
|
|
|
45765
45961
|
]
|
|
45766
45962
|
}
|
|
45767
45963
|
},
|
|
45964
|
+
{
|
|
45965
|
+
"name": "business-metrics",
|
|
45966
|
+
"friendlyName": "Business metrics",
|
|
45967
|
+
"aliases": [
|
|
45968
|
+
"automation",
|
|
45969
|
+
"artificial intelligence",
|
|
45970
|
+
"business",
|
|
45971
|
+
"impact",
|
|
45972
|
+
"metrics",
|
|
45973
|
+
"meter",
|
|
45974
|
+
"performance",
|
|
45975
|
+
"assistant",
|
|
45976
|
+
"enterprise",
|
|
45977
|
+
"watsonx"
|
|
45978
|
+
],
|
|
45979
|
+
"sizes": [
|
|
45980
|
+
32
|
|
45981
|
+
],
|
|
45982
|
+
"namespace": [],
|
|
45983
|
+
"assets": [
|
|
45984
|
+
{
|
|
45985
|
+
"size": 32,
|
|
45986
|
+
"filepath": "32/business-metrics.svg",
|
|
45987
|
+
"source": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<svg id=\"icon\" xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 32 32\">\n <defs>\n <style>\n .cls-1 {\n fill: none;\n }\n </style>\n </defs>\n <path d=\"M22,30c-.3789,0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789,0,.7252.2141.8946.5529l1.1054,2.211,3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237,3.4475h3.3818v2h-4.0002c-.3787,0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055,6.2112c-.1694.3386-.5156.5527-.8945.5527Z\"/>\n <path d=\"M23.4141,10l-1.4141-1.4141-4.7147,4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543,0-3,1.3457-3,3s1.3457,3,3,3,3-1.3457,3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147ZM16,17c-.5513,0-1-.4487-1-1s.4487-1,1-1,1,.4487,1,1-.4487,1-1,1Z\"/>\n <path d=\"M26,16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961,1.4961c.4087.9595.6353,2.0146.6353,3.1221h2Z\"/>\n <path d=\"M16,8c1.1072,0,2.1624.2266,3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142,0-10,4.4863-10,10h2c0-4.4111,3.5889-8,8-8Z\"/>\n <path d=\"M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z\"/>\n <rect id=\"_Transparent_Rectangle_\" data-name=\"&lt;Transparent Rectangle&gt;\" class=\"cls-1\" width=\"32\" height=\"32\"/>\n</svg>",
|
|
45988
|
+
"optimized": {
|
|
45989
|
+
"data": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 32 32\"><path d=\"M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z\"/><path d=\"M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z\"/></svg>",
|
|
45990
|
+
"info": {},
|
|
45991
|
+
"path": "32/business-metrics.svg"
|
|
45992
|
+
}
|
|
45993
|
+
}
|
|
45994
|
+
],
|
|
45995
|
+
"output": [
|
|
45996
|
+
{
|
|
45997
|
+
"moduleName": "BusinessMetrics32",
|
|
45998
|
+
"filepath": "business-metrics/32.js",
|
|
45999
|
+
"descriptor": {
|
|
46000
|
+
"elem": "svg",
|
|
46001
|
+
"attrs": {
|
|
46002
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
46003
|
+
"viewBox": "0 0 32 32",
|
|
46004
|
+
"fill": "currentColor",
|
|
46005
|
+
"width": 32,
|
|
46006
|
+
"height": 32
|
|
46007
|
+
},
|
|
46008
|
+
"content": [
|
|
46009
|
+
{
|
|
46010
|
+
"elem": "path",
|
|
46011
|
+
"attrs": {
|
|
46012
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
46013
|
+
}
|
|
46014
|
+
},
|
|
46015
|
+
{
|
|
46016
|
+
"elem": "path",
|
|
46017
|
+
"attrs": {
|
|
46018
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
46019
|
+
}
|
|
46020
|
+
}
|
|
46021
|
+
],
|
|
46022
|
+
"name": "business-metrics",
|
|
46023
|
+
"size": 32
|
|
46024
|
+
},
|
|
46025
|
+
"size": 32
|
|
46026
|
+
},
|
|
46027
|
+
{
|
|
46028
|
+
"moduleName": "BusinessMetrics24",
|
|
46029
|
+
"filepath": "business-metrics/24.js",
|
|
46030
|
+
"descriptor": {
|
|
46031
|
+
"elem": "svg",
|
|
46032
|
+
"attrs": {
|
|
46033
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
46034
|
+
"viewBox": "0 0 32 32",
|
|
46035
|
+
"fill": "currentColor",
|
|
46036
|
+
"width": 24,
|
|
46037
|
+
"height": 24
|
|
46038
|
+
},
|
|
46039
|
+
"content": [
|
|
46040
|
+
{
|
|
46041
|
+
"elem": "path",
|
|
46042
|
+
"attrs": {
|
|
46043
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
46044
|
+
}
|
|
46045
|
+
},
|
|
46046
|
+
{
|
|
46047
|
+
"elem": "path",
|
|
46048
|
+
"attrs": {
|
|
46049
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
46050
|
+
}
|
|
46051
|
+
}
|
|
46052
|
+
],
|
|
46053
|
+
"name": "business-metrics",
|
|
46054
|
+
"size": 24
|
|
46055
|
+
},
|
|
46056
|
+
"size": 24
|
|
46057
|
+
},
|
|
46058
|
+
{
|
|
46059
|
+
"moduleName": "BusinessMetrics20",
|
|
46060
|
+
"filepath": "business-metrics/20.js",
|
|
46061
|
+
"descriptor": {
|
|
46062
|
+
"elem": "svg",
|
|
46063
|
+
"attrs": {
|
|
46064
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
46065
|
+
"viewBox": "0 0 32 32",
|
|
46066
|
+
"fill": "currentColor",
|
|
46067
|
+
"width": 20,
|
|
46068
|
+
"height": 20
|
|
46069
|
+
},
|
|
46070
|
+
"content": [
|
|
46071
|
+
{
|
|
46072
|
+
"elem": "path",
|
|
46073
|
+
"attrs": {
|
|
46074
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
46075
|
+
}
|
|
46076
|
+
},
|
|
46077
|
+
{
|
|
46078
|
+
"elem": "path",
|
|
46079
|
+
"attrs": {
|
|
46080
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
46081
|
+
}
|
|
46082
|
+
}
|
|
46083
|
+
],
|
|
46084
|
+
"name": "business-metrics",
|
|
46085
|
+
"size": 20
|
|
46086
|
+
},
|
|
46087
|
+
"size": 20
|
|
46088
|
+
},
|
|
46089
|
+
{
|
|
46090
|
+
"moduleName": "BusinessMetrics16",
|
|
46091
|
+
"filepath": "business-metrics/16.js",
|
|
46092
|
+
"descriptor": {
|
|
46093
|
+
"elem": "svg",
|
|
46094
|
+
"attrs": {
|
|
46095
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
46096
|
+
"viewBox": "0 0 32 32",
|
|
46097
|
+
"fill": "currentColor",
|
|
46098
|
+
"width": 16,
|
|
46099
|
+
"height": 16
|
|
46100
|
+
},
|
|
46101
|
+
"content": [
|
|
46102
|
+
{
|
|
46103
|
+
"elem": "path",
|
|
46104
|
+
"attrs": {
|
|
46105
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
46106
|
+
}
|
|
46107
|
+
},
|
|
46108
|
+
{
|
|
46109
|
+
"elem": "path",
|
|
46110
|
+
"attrs": {
|
|
46111
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
46112
|
+
}
|
|
46113
|
+
}
|
|
46114
|
+
],
|
|
46115
|
+
"name": "business-metrics",
|
|
46116
|
+
"size": 16
|
|
46117
|
+
},
|
|
46118
|
+
"size": 16
|
|
46119
|
+
}
|
|
46120
|
+
],
|
|
46121
|
+
"category": "Enterprise",
|
|
46122
|
+
"subcategory": "AI",
|
|
46123
|
+
"moduleInfo": {
|
|
46124
|
+
"local": "BusinessMetrics",
|
|
46125
|
+
"global": "BusinessMetrics",
|
|
46126
|
+
"filepath": "BusinessMetrics.js",
|
|
46127
|
+
"sizes": [
|
|
46128
|
+
{
|
|
46129
|
+
"size": 32,
|
|
46130
|
+
"ast": {
|
|
46131
|
+
"type": "element",
|
|
46132
|
+
"tagName": "svg",
|
|
46133
|
+
"attributes": {
|
|
46134
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
46135
|
+
"viewBox": "0 0 32 32",
|
|
46136
|
+
"fill": "currentColor"
|
|
46137
|
+
},
|
|
46138
|
+
"children": [
|
|
46139
|
+
{
|
|
46140
|
+
"type": "element",
|
|
46141
|
+
"tagName": "path",
|
|
46142
|
+
"attributes": {
|
|
46143
|
+
"d": "M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"
|
|
46144
|
+
},
|
|
46145
|
+
"children": []
|
|
46146
|
+
},
|
|
46147
|
+
{
|
|
46148
|
+
"type": "element",
|
|
46149
|
+
"tagName": "path",
|
|
46150
|
+
"attributes": {
|
|
46151
|
+
"d": "M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"
|
|
46152
|
+
},
|
|
46153
|
+
"children": []
|
|
46154
|
+
}
|
|
46155
|
+
]
|
|
46156
|
+
}
|
|
46157
|
+
}
|
|
46158
|
+
]
|
|
46159
|
+
}
|
|
46160
|
+
},
|
|
45768
46161
|
{
|
|
45769
46162
|
"name": "business-processes",
|
|
45770
46163
|
"friendlyName": "Business processes",
|
|
@@ -469240,6 +469633,7 @@
|
|
|
469240
469633
|
"name": "AI",
|
|
469241
469634
|
"members": [
|
|
469242
469635
|
"AI",
|
|
469636
|
+
"ai-business-impact-assessment",
|
|
469243
469637
|
"ai-governance--lifecycle",
|
|
469244
469638
|
"ai-governance--tracked",
|
|
469245
469639
|
"ai-governance--untracked",
|
|
@@ -469247,6 +469641,7 @@
|
|
|
469247
469641
|
"ai-label",
|
|
469248
469642
|
"ai-launch",
|
|
469249
469643
|
"ai-recommend",
|
|
469644
|
+
"business-metrics",
|
|
469250
469645
|
"ibm--granite",
|
|
469251
469646
|
"ibm-watson--discovery",
|
|
469252
469647
|
"ibm-watson--orders",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons",
|
|
3
3
|
"description": "Icons for digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "11.
|
|
4
|
+
"version": "11.54.0-rc.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@ibm/telemetry-js": "^1.5.0"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "9ec628547954e438748a23862612f20418e07373"
|
|
52
52
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M24 23H26V31H24zM28 21H30V31H28zM20 27H22V31H20zM18 20v-2h1v-7h-1v-2h4v2h-1v7h1v2h-4zM14.5005 20h2l-3.5005-11h-3l-3.4966 11h1.9988l.6018-2h4.7781l.6184 2zM9.7058 16l1.6284-5.4111.2559-.0024 1.6736 5.4136h-3.5579z"/><path d="M17 30L0 30 0 0 30 0 30 17 28 17 28 2 2 2 2 28 17 28 17 30z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M22 30c-.3789 0-.7251-.2141-.8945-.5527l-1.7236-3.4473h-3.3818v-2h4c.3789 0 .7252.2141.8946.5529l1.1054 2.211 3.1056-6.2114c.1843-.3685.5393-.5525.8944-.5525s.7102.184.8944.5525l1.7237 3.4475h3.3818v2h-4.0002c-.3787 0-.7249-.214-.8943-.5527l-1.1055-2.2112-3.1055 6.2112c-.1694.3386-.5156.5527-.8945.5527zM23.4141 10l-1.4141-1.4141-4.7147 4.7147c-.3911-.1871-.8236-.3006-1.2853-.3006-1.6543 0-3 1.3457-3 3s1.3457 3 3 3 3-1.3457 3-3c0-.4617-.1135-.8942-.3006-1.2853l4.7147-4.7147zM16 17c-.5513 0-1-.4487-1-1s.4487-1 1-1 1 .4487 1 1-.4487 1-1 1zM26 16c0-1.666-.4153-3.2354-1.1392-4.6182l-1.4961 1.4961c.4087.9595.6353 2.0146.6353 3.1221h2zM16 8c1.1072 0 2.1624.2266 3.1223.6353l1.4961-1.4961c-1.3831-.7241-2.9521-1.1392-4.6184-1.1392-5.5142 0-10 4.4863-10 10h2c0-4.4111 3.5889-8 8-8z"/><path d="M7.51,24.49c-2.17-2.17-3.51-5.17-3.51-8.49,0-6.63,5.37-12,12-12,6.62,0,11.99,5.38,12,12h2c0-7.73-6.27-14-14-14S2,8.27,2,16c0,3.87,1.57,7.37,4.1,9.9,0,0,1.41-1.41,1.41-1.41Z"/></svg>
|