@carbon/icons-vue 10.82.0 → 10.83.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-launch/16.js +33 -0
- package/es/ai-launch/20.js +33 -0
- package/es/ai-launch/24.js +33 -0
- package/es/ai-launch/32.js +33 -0
- package/es/carbon-for-salesforce/16.js +33 -0
- package/es/carbon-for-salesforce/20.js +33 -0
- package/es/carbon-for-salesforce/24.js +33 -0
- package/es/carbon-for-salesforce/32.js +33 -0
- package/es/index.js +8 -0
- package/lib/ai-launch/16.js +35 -0
- package/lib/ai-launch/20.js +35 -0
- package/lib/ai-launch/24.js +35 -0
- package/lib/ai-launch/32.js +35 -0
- package/lib/carbon-for-salesforce/16.js +35 -0
- package/lib/carbon-for-salesforce/20.js +35 -0
- package/lib/carbon-for-salesforce/24.js +35 -0
- package/lib/carbon-for-salesforce/32.js +35 -0
- package/lib/index.js +16 -0
- package/package.json +3 -3
- package/umd/index.js +168 -0
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const AiLaunch16 = createSVGComponent('AiLaunch16', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { AiLaunch16 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const AiLaunch20 = createSVGComponent('AiLaunch20', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { AiLaunch20 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const AiLaunch24 = createSVGComponent('AiLaunch24', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { AiLaunch24 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const AiLaunch32 = createSVGComponent('AiLaunch32', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { AiLaunch32 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const CarbonForSalesforce16 = createSVGComponent('CarbonForSalesforce16', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { CarbonForSalesforce16 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const CarbonForSalesforce20 = createSVGComponent('CarbonForSalesforce20', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { CarbonForSalesforce20 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const CarbonForSalesforce24 = createSVGComponent('CarbonForSalesforce24', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { CarbonForSalesforce24 as default };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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
|
+
import { c as createSVGComponent } from '../utils-9450cd75.js';
|
|
10
|
+
import '@carbon/icon-helpers';
|
|
11
|
+
import 'vue';
|
|
12
|
+
|
|
13
|
+
const CarbonForSalesforce32 = createSVGComponent('CarbonForSalesforce32', {
|
|
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
|
+
"elem": "path",
|
|
21
|
+
"attrs": {
|
|
22
|
+
"stroke-width": "0",
|
|
23
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
24
|
+
}
|
|
25
|
+
}, {
|
|
26
|
+
"elem": "path",
|
|
27
|
+
"attrs": {
|
|
28
|
+
"stroke-width": "0",
|
|
29
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
30
|
+
}
|
|
31
|
+
}]);
|
|
32
|
+
|
|
33
|
+
export { CarbonForSalesforce32 as default };
|
package/es/index.js
CHANGED
|
@@ -134,6 +134,10 @@ export { default as AiGovernanceUntracked32 } from './ai-governance--untracked/3
|
|
|
134
134
|
export { default as AiGovernanceUntracked24 } from './ai-governance--untracked/24.js';
|
|
135
135
|
export { default as AiGovernanceUntracked20 } from './ai-governance--untracked/20.js';
|
|
136
136
|
export { default as AiGovernanceUntracked16 } from './ai-governance--untracked/16.js';
|
|
137
|
+
export { default as AiLaunch32 } from './ai-launch/32.js';
|
|
138
|
+
export { default as AiLaunch24 } from './ai-launch/24.js';
|
|
139
|
+
export { default as AiLaunch20 } from './ai-launch/20.js';
|
|
140
|
+
export { default as AiLaunch16 } from './ai-launch/16.js';
|
|
137
141
|
export { default as WatsonHealthAiResults32 } from './watson-health/ai-results/32.js';
|
|
138
142
|
export { default as WatsonHealthAiResults24 } from './watson-health/ai-results/24.js';
|
|
139
143
|
export { default as WatsonHealthAiResults20 } from './watson-health/ai-results/20.js';
|
|
@@ -926,6 +930,10 @@ export { default as CarbonForMobile32 } from './carbon-for-mobile/32.js';
|
|
|
926
930
|
export { default as CarbonForMobile24 } from './carbon-for-mobile/24.js';
|
|
927
931
|
export { default as CarbonForMobile20 } from './carbon-for-mobile/20.js';
|
|
928
932
|
export { default as CarbonForMobile16 } from './carbon-for-mobile/16.js';
|
|
933
|
+
export { default as CarbonForSalesforce32 } from './carbon-for-salesforce/32.js';
|
|
934
|
+
export { default as CarbonForSalesforce24 } from './carbon-for-salesforce/24.js';
|
|
935
|
+
export { default as CarbonForSalesforce20 } from './carbon-for-salesforce/20.js';
|
|
936
|
+
export { default as CarbonForSalesforce16 } from './carbon-for-salesforce/16.js';
|
|
929
937
|
export { default as CaretDown32 } from './caret--down/32.js';
|
|
930
938
|
export { default as CaretDown24 } from './caret--down/24.js';
|
|
931
939
|
export { default as CaretDown20 } from './caret--down/20.js';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const AiLaunch16 = utils.createSVGComponent('AiLaunch16', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 16,
|
|
20
|
+
"height": 16
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = AiLaunch16;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const AiLaunch20 = utils.createSVGComponent('AiLaunch20', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 20,
|
|
20
|
+
"height": 20
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = AiLaunch20;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const AiLaunch24 = utils.createSVGComponent('AiLaunch24', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 24,
|
|
20
|
+
"height": 24
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = AiLaunch24;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const AiLaunch32 = utils.createSVGComponent('AiLaunch32', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 32,
|
|
20
|
+
"height": 32
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = AiLaunch32;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const CarbonForSalesforce16 = utils.createSVGComponent('CarbonForSalesforce16', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 16,
|
|
20
|
+
"height": 16
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = CarbonForSalesforce16;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const CarbonForSalesforce20 = utils.createSVGComponent('CarbonForSalesforce20', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 20,
|
|
20
|
+
"height": 20
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = CarbonForSalesforce20;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const CarbonForSalesforce24 = utils.createSVGComponent('CarbonForSalesforce24', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 24,
|
|
20
|
+
"height": 24
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = CarbonForSalesforce24;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2019, 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 utils = require('../utils-10c0aec4.js');
|
|
12
|
+
require('@carbon/icon-helpers');
|
|
13
|
+
require('vue');
|
|
14
|
+
|
|
15
|
+
const CarbonForSalesforce32 = utils.createSVGComponent('CarbonForSalesforce32', {
|
|
16
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
17
|
+
"viewBox": "0 0 32 32",
|
|
18
|
+
"fill": "currentColor",
|
|
19
|
+
"width": 32,
|
|
20
|
+
"height": 32
|
|
21
|
+
}, [{
|
|
22
|
+
"elem": "path",
|
|
23
|
+
"attrs": {
|
|
24
|
+
"stroke-width": "0",
|
|
25
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
26
|
+
}
|
|
27
|
+
}, {
|
|
28
|
+
"elem": "path",
|
|
29
|
+
"attrs": {
|
|
30
|
+
"stroke-width": "0",
|
|
31
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
32
|
+
}
|
|
33
|
+
}]);
|
|
34
|
+
|
|
35
|
+
module.exports = CarbonForSalesforce32;
|
package/lib/index.js
CHANGED
|
@@ -138,6 +138,10 @@ var aiGovernance_Untracked_32_js = require('./ai-governance--untracked/32.js');
|
|
|
138
138
|
var aiGovernance_Untracked_24_js = require('./ai-governance--untracked/24.js');
|
|
139
139
|
var aiGovernance_Untracked_20_js = require('./ai-governance--untracked/20.js');
|
|
140
140
|
var aiGovernance_Untracked_16_js = require('./ai-governance--untracked/16.js');
|
|
141
|
+
var aiLaunch_32_js = require('./ai-launch/32.js');
|
|
142
|
+
var aiLaunch_24_js = require('./ai-launch/24.js');
|
|
143
|
+
var aiLaunch_20_js = require('./ai-launch/20.js');
|
|
144
|
+
var aiLaunch_16_js = require('./ai-launch/16.js');
|
|
141
145
|
var watsonHealth_aiResults_32_js = require('./watson-health/ai-results/32.js');
|
|
142
146
|
var watsonHealth_aiResults_24_js = require('./watson-health/ai-results/24.js');
|
|
143
147
|
var watsonHealth_aiResults_20_js = require('./watson-health/ai-results/20.js');
|
|
@@ -930,6 +934,10 @@ var carbonForMobile_32_js = require('./carbon-for-mobile/32.js');
|
|
|
930
934
|
var carbonForMobile_24_js = require('./carbon-for-mobile/24.js');
|
|
931
935
|
var carbonForMobile_20_js = require('./carbon-for-mobile/20.js');
|
|
932
936
|
var carbonForMobile_16_js = require('./carbon-for-mobile/16.js');
|
|
937
|
+
var carbonForSalesforce_32_js = require('./carbon-for-salesforce/32.js');
|
|
938
|
+
var carbonForSalesforce_24_js = require('./carbon-for-salesforce/24.js');
|
|
939
|
+
var carbonForSalesforce_20_js = require('./carbon-for-salesforce/20.js');
|
|
940
|
+
var carbonForSalesforce_16_js = require('./carbon-for-salesforce/16.js');
|
|
933
941
|
var caret_Down_32_js = require('./caret--down/32.js');
|
|
934
942
|
var caret_Down_24_js = require('./caret--down/24.js');
|
|
935
943
|
var caret_Down_20_js = require('./caret--down/20.js');
|
|
@@ -9009,6 +9017,10 @@ exports.AiGovernanceUntracked32 = aiGovernance_Untracked_32_js;
|
|
|
9009
9017
|
exports.AiGovernanceUntracked24 = aiGovernance_Untracked_24_js;
|
|
9010
9018
|
exports.AiGovernanceUntracked20 = aiGovernance_Untracked_20_js;
|
|
9011
9019
|
exports.AiGovernanceUntracked16 = aiGovernance_Untracked_16_js;
|
|
9020
|
+
exports.AiLaunch32 = aiLaunch_32_js;
|
|
9021
|
+
exports.AiLaunch24 = aiLaunch_24_js;
|
|
9022
|
+
exports.AiLaunch20 = aiLaunch_20_js;
|
|
9023
|
+
exports.AiLaunch16 = aiLaunch_16_js;
|
|
9012
9024
|
exports.WatsonHealthAiResults32 = watsonHealth_aiResults_32_js;
|
|
9013
9025
|
exports.WatsonHealthAiResults24 = watsonHealth_aiResults_24_js;
|
|
9014
9026
|
exports.WatsonHealthAiResults20 = watsonHealth_aiResults_20_js;
|
|
@@ -9801,6 +9813,10 @@ exports.CarbonForMobile32 = carbonForMobile_32_js;
|
|
|
9801
9813
|
exports.CarbonForMobile24 = carbonForMobile_24_js;
|
|
9802
9814
|
exports.CarbonForMobile20 = carbonForMobile_20_js;
|
|
9803
9815
|
exports.CarbonForMobile16 = carbonForMobile_16_js;
|
|
9816
|
+
exports.CarbonForSalesforce32 = carbonForSalesforce_32_js;
|
|
9817
|
+
exports.CarbonForSalesforce24 = carbonForSalesforce_24_js;
|
|
9818
|
+
exports.CarbonForSalesforce20 = carbonForSalesforce_20_js;
|
|
9819
|
+
exports.CarbonForSalesforce16 = carbonForSalesforce_16_js;
|
|
9804
9820
|
exports.CaretDown32 = caret_Down_32_js;
|
|
9805
9821
|
exports.CaretDown24 = caret_Down_24_js;
|
|
9806
9822
|
exports.CaretDown20 = caret_Down_20_js;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/icons-vue",
|
|
3
3
|
"description": "Vue components for icons in digital and software products using the Carbon Design System",
|
|
4
|
-
"version": "10.
|
|
4
|
+
"version": "10.83.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "lib/index.js",
|
|
7
7
|
"module": "es/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@carbon/cli-reporter": "^10.7.0",
|
|
36
|
-
"@carbon/icons": "^11.
|
|
36
|
+
"@carbon/icons": "^11.34.0",
|
|
37
37
|
"fs-extra": "^11.0.0",
|
|
38
38
|
"prettier": "^2.8.8",
|
|
39
39
|
"rimraf": "^5.0.0",
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"vue": "^2.6.8"
|
|
42
42
|
},
|
|
43
43
|
"sideEffects": false,
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "6d133d4f920b7c01f6ea2221938a339c14a85b42"
|
|
45
45
|
}
|
package/umd/index.js
CHANGED
|
@@ -2163,6 +2163,86 @@
|
|
|
2163
2163
|
}
|
|
2164
2164
|
}]);
|
|
2165
2165
|
|
|
2166
|
+
const AiLaunch32 = createSVGComponent('AiLaunch32', {
|
|
2167
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
2168
|
+
"viewBox": "0 0 32 32",
|
|
2169
|
+
"fill": "currentColor",
|
|
2170
|
+
"width": 32,
|
|
2171
|
+
"height": 32
|
|
2172
|
+
}, [{
|
|
2173
|
+
"elem": "path",
|
|
2174
|
+
"attrs": {
|
|
2175
|
+
"stroke-width": "0",
|
|
2176
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
2177
|
+
}
|
|
2178
|
+
}, {
|
|
2179
|
+
"elem": "path",
|
|
2180
|
+
"attrs": {
|
|
2181
|
+
"stroke-width": "0",
|
|
2182
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
2183
|
+
}
|
|
2184
|
+
}]);
|
|
2185
|
+
|
|
2186
|
+
const AiLaunch24 = createSVGComponent('AiLaunch24', {
|
|
2187
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
2188
|
+
"viewBox": "0 0 32 32",
|
|
2189
|
+
"fill": "currentColor",
|
|
2190
|
+
"width": 24,
|
|
2191
|
+
"height": 24
|
|
2192
|
+
}, [{
|
|
2193
|
+
"elem": "path",
|
|
2194
|
+
"attrs": {
|
|
2195
|
+
"stroke-width": "0",
|
|
2196
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
2197
|
+
}
|
|
2198
|
+
}, {
|
|
2199
|
+
"elem": "path",
|
|
2200
|
+
"attrs": {
|
|
2201
|
+
"stroke-width": "0",
|
|
2202
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
2203
|
+
}
|
|
2204
|
+
}]);
|
|
2205
|
+
|
|
2206
|
+
const AiLaunch20 = createSVGComponent('AiLaunch20', {
|
|
2207
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
2208
|
+
"viewBox": "0 0 32 32",
|
|
2209
|
+
"fill": "currentColor",
|
|
2210
|
+
"width": 20,
|
|
2211
|
+
"height": 20
|
|
2212
|
+
}, [{
|
|
2213
|
+
"elem": "path",
|
|
2214
|
+
"attrs": {
|
|
2215
|
+
"stroke-width": "0",
|
|
2216
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
2217
|
+
}
|
|
2218
|
+
}, {
|
|
2219
|
+
"elem": "path",
|
|
2220
|
+
"attrs": {
|
|
2221
|
+
"stroke-width": "0",
|
|
2222
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
2223
|
+
}
|
|
2224
|
+
}]);
|
|
2225
|
+
|
|
2226
|
+
const AiLaunch16 = createSVGComponent('AiLaunch16', {
|
|
2227
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
2228
|
+
"viewBox": "0 0 32 32",
|
|
2229
|
+
"fill": "currentColor",
|
|
2230
|
+
"width": 16,
|
|
2231
|
+
"height": 16
|
|
2232
|
+
}, [{
|
|
2233
|
+
"elem": "path",
|
|
2234
|
+
"attrs": {
|
|
2235
|
+
"stroke-width": "0",
|
|
2236
|
+
"d": "M15 19l-1.4141 1.4141 3.5859 3.5859H4v-13h-2v13c0 1.1046.8954 2 2 2h13.1719l-3.5859 3.5859 1.4141 1.4141 6-6-6-6zM24 18v-2h2V4h-2v-2h6v2h-2v12h2v2h-6z"
|
|
2237
|
+
}
|
|
2238
|
+
}, {
|
|
2239
|
+
"elem": "path",
|
|
2240
|
+
"attrs": {
|
|
2241
|
+
"stroke-width": "0",
|
|
2242
|
+
"d": "m21,18h2l-5.5-16-3,.0088-5.5,15.9912h2l1.3333-4h7.3335l1.3333,4Zm-8-6l3-9,3,9h-6Z"
|
|
2243
|
+
}
|
|
2244
|
+
}]);
|
|
2245
|
+
|
|
2166
2246
|
const WatsonHealthAiResults32 = createSVGComponent('WatsonHealthAiResults32', {
|
|
2167
2247
|
"xmlns": "http://www.w3.org/2000/svg",
|
|
2168
2248
|
"viewBox": "0 0 32 32",
|
|
@@ -18491,6 +18571,86 @@
|
|
|
18491
18571
|
}
|
|
18492
18572
|
}]);
|
|
18493
18573
|
|
|
18574
|
+
const CarbonForSalesforce32 = createSVGComponent('CarbonForSalesforce32', {
|
|
18575
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18576
|
+
"viewBox": "0 0 32 32",
|
|
18577
|
+
"fill": "currentColor",
|
|
18578
|
+
"width": 32,
|
|
18579
|
+
"height": 32
|
|
18580
|
+
}, [{
|
|
18581
|
+
"elem": "path",
|
|
18582
|
+
"attrs": {
|
|
18583
|
+
"stroke-width": "0",
|
|
18584
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
18585
|
+
}
|
|
18586
|
+
}, {
|
|
18587
|
+
"elem": "path",
|
|
18588
|
+
"attrs": {
|
|
18589
|
+
"stroke-width": "0",
|
|
18590
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
18591
|
+
}
|
|
18592
|
+
}]);
|
|
18593
|
+
|
|
18594
|
+
const CarbonForSalesforce24 = createSVGComponent('CarbonForSalesforce24', {
|
|
18595
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18596
|
+
"viewBox": "0 0 32 32",
|
|
18597
|
+
"fill": "currentColor",
|
|
18598
|
+
"width": 24,
|
|
18599
|
+
"height": 24
|
|
18600
|
+
}, [{
|
|
18601
|
+
"elem": "path",
|
|
18602
|
+
"attrs": {
|
|
18603
|
+
"stroke-width": "0",
|
|
18604
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
18605
|
+
}
|
|
18606
|
+
}, {
|
|
18607
|
+
"elem": "path",
|
|
18608
|
+
"attrs": {
|
|
18609
|
+
"stroke-width": "0",
|
|
18610
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
18611
|
+
}
|
|
18612
|
+
}]);
|
|
18613
|
+
|
|
18614
|
+
const CarbonForSalesforce20 = createSVGComponent('CarbonForSalesforce20', {
|
|
18615
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18616
|
+
"viewBox": "0 0 32 32",
|
|
18617
|
+
"fill": "currentColor",
|
|
18618
|
+
"width": 20,
|
|
18619
|
+
"height": 20
|
|
18620
|
+
}, [{
|
|
18621
|
+
"elem": "path",
|
|
18622
|
+
"attrs": {
|
|
18623
|
+
"stroke-width": "0",
|
|
18624
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
18625
|
+
}
|
|
18626
|
+
}, {
|
|
18627
|
+
"elem": "path",
|
|
18628
|
+
"attrs": {
|
|
18629
|
+
"stroke-width": "0",
|
|
18630
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
18631
|
+
}
|
|
18632
|
+
}]);
|
|
18633
|
+
|
|
18634
|
+
const CarbonForSalesforce16 = createSVGComponent('CarbonForSalesforce16', {
|
|
18635
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
18636
|
+
"viewBox": "0 0 32 32",
|
|
18637
|
+
"fill": "currentColor",
|
|
18638
|
+
"width": 16,
|
|
18639
|
+
"height": 16
|
|
18640
|
+
}, [{
|
|
18641
|
+
"elem": "path",
|
|
18642
|
+
"attrs": {
|
|
18643
|
+
"stroke-width": "0",
|
|
18644
|
+
"d": "m29.51,17.69l-6-3.55c-.16-.09-.33-.14-.51-.14s-.35.05-.51.14l-6,3.55c-.3.18-.49.51-.49.86v6.9c0,.35.19.68.49.86l6,3.55c.16.09.33.14.51.14s.35-.05.51-.14l6-3.55c.3-.18.49-.51.49-.86v-6.9c0-.35-.19-.68-.49-.86Zm-1.51,7.19l-5,2.96-5-2.96v-5.76l5-2.96,5,2.96v5.76Z"
|
|
18645
|
+
}
|
|
18646
|
+
}, {
|
|
18647
|
+
"elem": "path",
|
|
18648
|
+
"attrs": {
|
|
18649
|
+
"stroke-width": "0",
|
|
18650
|
+
"d": "m23.4,4.47c-.65,0-1.28.09-1.88.27-1.06-1.36-2.68-2.17-4.4-2.17-1.17,0-2.28.36-3.22,1.03-1.11-1.02-2.57-1.6-4.09-1.6h-.01c-1.62,0-3.14.63-4.29,1.78-1.14,1.14-1.76,2.65-1.76,4.25,0,.56.08,1.1.23,1.63-1.24,1.02-1.98,2.55-1.97,4.18,0,2.97,2.39,5.39,5.34,5.39h.28c.98,1.81,2.89,2.98,4.99,2.98h0c.47,0,.94-.06,1.38-.17v-2.11c-.43.18-.9.28-1.38.28h0c-1.53,0-2.92-.97-3.44-2.4l-.3-.81-.84.17c-.23.05-.46.07-.69.07-1.84,0-3.34-1.53-3.34-3.4,0-1.2.64-2.33,1.68-2.94l.77-.45-.36-.82c-.23-.51-.34-1.05-.34-1.61,0-1.07.41-2.07,1.17-2.83.77-.77,1.79-1.19,2.87-1.19h0c1.25,0,2.46.6,3.22,1.59l.6.79,1.2-.96c.65-.55,1.46-.85,2.3-.85,1.29,0,2.49.72,3.14,1.87l.45.8.83-.38c.58-.26,1.21-.39,1.86-.39,2.54,0,4.6,2.09,4.6,4.65,0,1.07-.37,2.04-.98,2.83l1.75,1.01c.77-1.09,1.22-2.41,1.22-3.84,0-3.67-2.96-6.65-6.6-6.65h.01Z"
|
|
18651
|
+
}
|
|
18652
|
+
}]);
|
|
18653
|
+
|
|
18494
18654
|
const CaretDown32 = createSVGComponent('CaretDown32', {
|
|
18495
18655
|
"xmlns": "http://www.w3.org/2000/svg",
|
|
18496
18656
|
"viewBox": "0 0 32 32",
|
|
@@ -162587,6 +162747,10 @@
|
|
|
162587
162747
|
exports.AiGovernanceUntracked20 = AiGovernanceUntracked20;
|
|
162588
162748
|
exports.AiGovernanceUntracked24 = AiGovernanceUntracked24;
|
|
162589
162749
|
exports.AiGovernanceUntracked32 = AiGovernanceUntracked32;
|
|
162750
|
+
exports.AiLaunch16 = AiLaunch16;
|
|
162751
|
+
exports.AiLaunch20 = AiLaunch20;
|
|
162752
|
+
exports.AiLaunch24 = AiLaunch24;
|
|
162753
|
+
exports.AiLaunch32 = AiLaunch32;
|
|
162590
162754
|
exports.AirlineDigitalGate16 = AirlineDigitalGate16;
|
|
162591
162755
|
exports.AirlineDigitalGate20 = AirlineDigitalGate20;
|
|
162592
162756
|
exports.AirlineDigitalGate24 = AirlineDigitalGate24;
|
|
@@ -163295,6 +163459,10 @@
|
|
|
163295
163459
|
exports.CarbonForMobile20 = CarbonForMobile20;
|
|
163296
163460
|
exports.CarbonForMobile24 = CarbonForMobile24;
|
|
163297
163461
|
exports.CarbonForMobile32 = CarbonForMobile32;
|
|
163462
|
+
exports.CarbonForSalesforce16 = CarbonForSalesforce16;
|
|
163463
|
+
exports.CarbonForSalesforce20 = CarbonForSalesforce20;
|
|
163464
|
+
exports.CarbonForSalesforce24 = CarbonForSalesforce24;
|
|
163465
|
+
exports.CarbonForSalesforce32 = CarbonForSalesforce32;
|
|
163298
163466
|
exports.CarbonIconsVue = CarbonIconsVue;
|
|
163299
163467
|
exports.CarbonUiBuilder16 = CarbonUiBuilder16;
|
|
163300
163468
|
exports.CarbonUiBuilder20 = CarbonUiBuilder20;
|