@carbon/pictograms 12.74.0 → 12.75.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/categories.yml +8 -0
- package/es/hashicorp--terraform/index.js +26 -0
- package/es/ibm--aptio/index.js +26 -0
- package/es/ibm--bob/index.js +26 -0
- package/es/ibm--concert/index.js +26 -0
- package/es/ibm--instana/index.js +26 -0
- package/es/index.js +9 -1
- package/es/red-hat--ansible/index.js +26 -0
- package/es/timesheet/index.js +26 -0
- package/es/watsonx--orchestrate/index.js +26 -0
- package/lib/hashicorp--terraform/index.js +26 -0
- package/lib/ibm--aptio/index.js +26 -0
- package/lib/ibm--bob/index.js +26 -0
- package/lib/ibm--concert/index.js +26 -0
- package/lib/ibm--instana/index.js +26 -0
- package/lib/index.js +16 -0
- package/lib/red-hat--ansible/index.js +26 -0
- package/lib/timesheet/index.js +26 -0
- package/lib/watsonx--orchestrate/index.js +26 -0
- package/master/productive-pictogram-master.ai +24957 -24533
- package/metadata.json +425 -1
- package/package.json +3 -3
- package/pictograms.yml +96 -0
- package/src/svg/hashicorp--terraform.svg +12 -0
- package/src/svg/ibm--aptio.svg +12 -0
- package/src/svg/ibm--bob.svg +12 -0
- package/src/svg/ibm--concert.svg +12 -0
- package/src/svg/ibm--instana.svg +12 -0
- package/src/svg/red-hat--ansible.svg +12 -0
- package/src/svg/timesheet.svg +12 -0
- package/src/svg/watsonx--orchestrate.svg +12 -0
- package/svg/hashicorp--terraform.svg +1 -0
- package/svg/ibm--aptio.svg +1 -0
- package/svg/ibm--bob.svg +1 -0
- package/svg/ibm--concert.svg +1 -0
- package/svg/ibm--instana.svg +1 -0
- package/svg/red-hat--ansible.svg +1 -0
- package/svg/timesheet.svg +1 -0
- package/svg/watsonx--orchestrate.svg +1 -0
- package/umd/index.js +144 -0
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:timesheet/index.js
|
|
10
|
+
var virtual_timesheet_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M22,31.3604c-5.1611,0-9.3599-4.1992-9.3599-9.3604s4.1987-9.3599,9.3599-9.3599,9.3604,4.1987,9.3604,9.3599-4.1992,9.3604-9.3604,9.3604ZM13.3672,22.3604c.1846,4.4775,3.7949,8.0879,8.2725,8.2725v-1.6328h.7207v1.6328c4.4775-.1846,8.0879-3.7949,8.2725-8.2725h-1.6328v-.7207h1.6328c-.1846-4.4775-3.7949-8.0879-8.2725-8.2725v1.6328h-.7207v-1.6328c-4.4775.1846-8.0879,3.7949-8.2725,8.2725h1.6328v.7207h-1.6328ZM10,29.3604H2c-.1987,0-.3599-.1611-.3599-.3604V4c0-.1987.1611-.3599.3599-.3599h3.6401V1h.7197v2.6401h16.2798V1h.7207v2.6401h3.6396c.1992,0,.3604.1611.3604.3599v8h-.7207v-7.6401h-3.2793v1.6401h-.7207v-1.6401H6.3599v1.6401h-.7197v-1.6401h-3.2803v24.2798h7.6401v.7207ZM25.2451,25.7549l-3.5-3.5c-.0674-.0674-.1055-.1592-.1055-.2549v-5h.7207v4.8506l3.3945,3.3945-.5098.5098ZM10,22.3604h-4v-.7207h4v.7207ZM12,16.3599h-6v-.7197h6v.7197ZM23,10.3599H6v-.7197h17v.7197Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "timesheet"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
export { virtual_timesheet_default as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:watsonx--orchestrate/index.js
|
|
10
|
+
var virtual_watsonx__orchestrate_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M16,29.3604c-6.1079,0-11.4326-4.1338-12.9487-10.0518l.6973-.1777c1.4346,5.5986,6.4727,9.5088,12.2515,9.5088,3.1182,0,6.1162-1.1465,8.4395-3.2285,1.542-1.3936,2.708-3.1123,3.418-5.0244-.999.7852-2.6426,1.7607-4.6895,1.7246-2.1055-.0518-4.0801-1.2178-5.8691-3.4668l.5625-.4492c1.6494,2.0732,3.4385,3.1475,5.3193,3.1963,2.9043.0469,5.127-2.3857,5.1484-2.4102l.6191.3281c-.6553,2.5527-2.0479,4.8477-4.0273,6.6367-2.457,2.2021-5.625,3.4141-8.9209,3.4141ZM29,17.8604c-1.0254,0-1.8604-.835-1.8604-1.8604s.835-1.8599,1.8604-1.8599,1.8604.8345,1.8604,1.8599-.835,1.8604-1.8604,1.8604ZM29,14.8599c-.6289,0-1.1396.5117-1.1396,1.1401s.5107,1.1396,1.1396,1.1396,1.1396-.5112,1.1396-1.1396-.5107-1.1401-1.1396-1.1401ZM16,17.8604c-1.0254,0-1.8599-.835-1.8599-1.8604s.8345-1.8599,1.8599-1.8599,1.8604.8345,1.8604,1.8599-.835,1.8604-1.8604,1.8604ZM16,14.8599c-.6284,0-1.1401.5117-1.1401,1.1401s.5117,1.1396,1.1401,1.1396,1.1396-.5112,1.1396-1.1396-.5112-1.1401-1.1396-1.1401ZM3,17.8604c-1.0254,0-1.8599-.835-1.8599-1.8604s.8345-1.8599,1.8599-1.8599,1.8599.8345,1.8599,1.8599-.8345,1.8604-1.8599,1.8604ZM3,14.8599c-.6284,0-1.1401.5117-1.1401,1.1401s.5117,1.1396,1.1401,1.1396,1.1401-.5112,1.1401-1.1396-.5117-1.1401-1.1401-1.1401ZM14.1382,13.8042c-1.6489-2.0723-3.438-3.1475-5.3179-3.1953-2.9463-.0869-5.1284,2.3838-5.1504,2.4087l-.6187-.3271c.6558-2.5527,2.0483-4.8481,4.0269-6.6377,2.458-2.2012,5.626-3.4126,8.9219-3.4126,6.1084,0,11.4326,4.1328,12.9482,10.0503l-.6973.1787c-1.4346-5.5986-6.4717-9.5093-12.251-9.5093-3.1182,0-6.1157,1.1465-8.4399,3.228-1.5415,1.394-2.7075,3.1133-3.418,5.0249,1-.7852,2.6836-1.7603,4.6904-1.7241,2.105.0518,4.0796,1.2183,5.8691,3.4673l-.5635.4482Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "watsonx--orchestrate"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
export { virtual_watsonx__orchestrate_default as default };
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:hashicorp--terraform/index.js
|
|
10
|
+
var virtual_hashicorp__terraform_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M10,15.3599c-.0552,0-.1104-.0127-.1611-.0381L1.8389,11.3218c-.1221-.0605-.1987-.1855-.1987-.3218V2c0-.125.0645-.2407.1704-.3062.1064-.0654.2393-.0718.3506-.0156l8,4c.1221.0605.1987.1855.1987.3218v9c0,.125-.0645.2407-.1704.3062-.0581.0356-.1235.0537-.1895.0537ZM2.3599,10.7773l7.2803,3.6401V6.2227L2.3599,2.5825v8.1948ZM22,20.3604c-.0654,0-.1318-.0186-.1895-.0537-.1055-.0664-.1709-.1816-.1709-.3066v-9c0-.1362.0771-.2612.1992-.3218l8-4c.1113-.0557.2451-.0503.3506.0156.1055.0654.1709.1812.1709.3062v9c0,.1362-.0771.2612-.1992.3218l-8,4.0005c-.0508.0254-.1064.0381-.1611.0381ZM22.3604,11.2227v8.1953l7.2793-3.6406V7.5825l-7.2793,3.6401ZM20,20.3604c-.0547,0-.1104-.0127-.1611-.0381l-8-4.0005c-.1221-.0605-.1987-.1855-.1987-.3218V7c0-.125.0645-.2407.1704-.3062.1064-.0659.2397-.0713.3506-.0156l8,4c.1221.0605.1992.1855.1992.3218v9c0,.125-.0654.2402-.1709.3066-.0576.0352-.124.0537-.1895.0537ZM12.3599,15.7773l7.2798,3.6406v-8.1953l-7.2798-3.6401v8.1948ZM20,31.1514c-.0547,0-.1104-.0127-.1611-.0381l-8-4c-.1221-.0615-.1987-.1855-.1987-.3223v-8.791c0-.125.0645-.2402.1704-.3066.1064-.0645.2397-.0723.3506-.0156l8,4c.1221.0615.1992.1855.1992.3223v8.791c0,.125-.0654.2402-.1709.3066-.0576.0352-.124.0537-.1895.0537ZM12.3599,26.5684l7.2798,3.6406v-7.9863l-7.2798-3.6406v7.9863Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "hashicorp--terraform"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_hashicorp__terraform_default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:ibm--aptio/index.js
|
|
10
|
+
var virtual_ibm__aptio_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M20,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM25,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM23.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM20,25.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,24.6396h1.2793v-1.2793h-1.2793v1.2793ZM25,25.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM23.3604,24.6396h1.2793v-1.2793h-1.2793v1.2793ZM20,30.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM18.3604,29.6396h1.2793v-1.2793h-1.2793v1.2793ZM30,20.3604h-2c-.1992,0-.3604-.1611-.3604-.3604v-2c0-.1992.1611-.3604.3604-.3604h2c.1992,0,.3604.1611.3604.3604v2c0,.1992-.1611.3604-.3604.3604ZM28.3604,19.6396h1.2793v-1.2793h-1.2793v1.2793ZM16.3599,16V2h-.7197v13.6401H2v.7197h14c.1987,0,.3599-.1611.3599-.3599ZM11.3599,11v-6h-.7197v5.6401h-5.6401v.7197h6c.1987,0,.3599-.1611.3599-.3599Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "ibm--aptio"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_ibm__aptio_default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:ibm--bob/index.js
|
|
10
|
+
var virtual_ibm__bob_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M10.5,19c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5-.67-1.5-1.5-1.5ZM21.5,19c-.83,0-1.5.67-1.5,1.5s.67,1.5,1.5,1.5,1.5-.67,1.5-1.5-.67-1.5-1.5-1.5ZM19.68,23.84c-.04.07-.96,1.8-3.68,1.8s-3.64-1.73-3.68-1.8l-.64.32c.04.09,1.13,2.2,4.32,2.2s4.28-2.11,4.32-2.2l-.64-.32ZM28.64,18v6c0,.35-.29.64-.64.64h-1c-.2,0-.36.16-.36.36,0,2.01-1.63,3.64-3.64,3.64h-14c-2.01,0-3.64-1.63-3.64-3.64,0-.2-.16-.36-.36-.36h-1c-.35,0-.64-.29-.64-.64v-6h-.72v6c0,.75.61,1.36,1.36,1.36h.65c.19,2.24,2.0699,4,4.35,4h14c2.28,0,4.16-1.76,4.35-4h.65c.75,0,1.36-.61,1.36-1.36v-6h-.72ZM29.35,15.64c-.16-5.89-4.21-10.9301-9.99-12.42v-1.22c0-.2-.16-.36-.36-.36h-6c-.2,0-.36.16-.36.36v1.22C6.86,4.71,2.81,9.75,2.65,15.64h-1.65v.72h30v-.72h-1.65ZM3.37,15.64c.15-5.5,3.9-10.21,9.27-11.67v8.03h.72V2.36h5.28v9.64h.72V3.97c5.37,1.46,9.12,6.17,9.27,11.67H3.37Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "ibm--bob"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_ibm__bob_default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:ibm--concert/index.js
|
|
10
|
+
var virtual_ibm__concert_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M16,31.3604C7.5303,31.3604.6401,24.4697.6401,16S7.5303.6401,16,.6401s15.3545,6.8857,15.3604,15.3511v.0176c-.0059,8.4648-6.8936,15.3516-15.3604,15.3516ZM16,1.3599C7.9272,1.3599,1.3599,7.9272,1.3599,16s6.5674,14.6396,14.6401,14.6396c5.6211,0,10.5117-3.1846,12.9648-7.8438-1.9922,2.4766-5.0469,4.0645-8.4648,4.0645-5.9883,0-10.8599-4.8721-10.8599-10.8604s4.8716-10.8599,10.8599-10.8599c3.418,0,6.4727,1.5874,8.4648,4.0635-2.4531-4.6592-7.3438-7.8438-12.9648-7.8438ZM11.3174,20.2988c1.6206,3.4482,5.1274,5.8408,9.1826,5.8408,5.5889,0,10.1357-4.5439,10.1396-10.1313v-.0166c-.0039-5.5874-4.5508-10.1318-10.1396-10.1318-4.0552,0-7.562,2.3931-9.1826,5.8408,1.1631-1.2661,2.8315-2.0605,4.6826-2.0605,3.5068,0,6.3604,2.853,6.3604,6.3599s-2.8535,6.3604-6.3604,6.3604c-1.8511,0-3.5195-.7949-4.6826-2.0615ZM10.3599,16c0,3.1104,2.5303,5.6396,5.6401,5.6396s5.6396-2.5293,5.6396-5.6396-2.5293-5.6401-5.6396-5.6401-5.6401,2.5303-5.6401,5.6401Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "ibm--concert"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_ibm__concert_default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:ibm--instana/index.js
|
|
10
|
+
var virtual_ibm__instana_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M17.64,8v14h.72v-14h-.72ZM21.64,13v6h.72v-6h-.72ZM9.64,13v6h.72v-6h-.72ZM13.64,10v14h.72v-14h-.72ZM22,2.64c-.62,0-1.15.42-1.3,1h-11.57c-.5,0-.96.27-1.2.71L1.96,15.32c-.23.43-.22.95.04,1.36l3.19,5.5.62-.36-3.2-5.52c-.12-.19-.13-.44-.01-.64l5.96-10.97c.12-.2.33-.33.57-.33h11.57c.15.58.68,1,1.3,1,.75,0,1.36-.61,1.36-1.36s-.61-1.36-1.36-1.36ZM22,4.64c-.35,0-.64-.29-.64-.64s.29-.64.64-.64.64.29.64.64-.29.64-.64.64ZM30,15.32l-3.19-5.5-.62.36,3.2,5.52c.12.19.13.44.02.64l-5.97,10.97c-.12.2-.33.33-.57.33h-11.57c-.15-.58-.68-1-1.3-1-.75,0-1.36.61-1.36,1.36s.61,1.36,1.36,1.36c.62,0,1.15-.42,1.3-1h11.57c.5,0,.96-.27,1.2-.71l5.97-10.97c.23-.43.22-.95-.04-1.36ZM10,28.64c-.35,0-.64-.29-.64-.64s.29-.64.64-.64.64.29.64.64-.29.64-.64.64Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "ibm--instana"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_ibm__instana_default;
|
package/lib/index.js
CHANGED
|
@@ -673,6 +673,7 @@ const require_hard__drive_index_js = require("./hard--drive/index.js");
|
|
|
673
673
|
const require_hard__drive__network_index_js = require("./hard--drive--network/index.js");
|
|
674
674
|
const require_hard__ice__cream_index_js = require("./hard--ice--cream/index.js");
|
|
675
675
|
const require_hard__prompt_index_js = require("./hard--prompt/index.js");
|
|
676
|
+
const require_hashicorp__terraform_index_js = require("./hashicorp--terraform/index.js");
|
|
676
677
|
const require_hazy_index_js = require("./hazy/index.js");
|
|
677
678
|
const require_headphones_index_js = require("./headphones/index.js");
|
|
678
679
|
const require_headset_index_js = require("./headset/index.js");
|
|
@@ -718,8 +719,11 @@ const require_hyper_protect__containers_index_js = require("./hyper-protect--con
|
|
|
718
719
|
const require_hyper_protect__crypto_service_index_js = require("./hyper-protect--crypto-service/index.js");
|
|
719
720
|
const require_hyper_protect__database_as_a_service_index_js = require("./hyper-protect--database-as-a-service/index.js");
|
|
720
721
|
const require_hyper_protect__virtual_servers_index_js = require("./hyper-protect--virtual-servers/index.js");
|
|
722
|
+
const require_ibm__aptio_index_js = require("./ibm--aptio/index.js");
|
|
721
723
|
const require_ibm__automation_platform_index_js = require("./ibm--automation-platform/index.js");
|
|
724
|
+
const require_ibm__bob_index_js = require("./ibm--bob/index.js");
|
|
722
725
|
const require_ibm__cloud_index_js = require("./ibm--cloud/index.js");
|
|
726
|
+
const require_ibm__concert_index_js = require("./ibm--concert/index.js");
|
|
723
727
|
const require_ibm__elm_index_js = require("./ibm--elm/index.js");
|
|
724
728
|
const require_ibm__elm_dcc_index_js = require("./ibm--elm-dcc/index.js");
|
|
725
729
|
const require_ibm__elm_gcm_index_js = require("./ibm--elm-gcm/index.js");
|
|
@@ -734,6 +738,7 @@ const require_ibm__engineering_test_management_index_js = require("./ibm--engine
|
|
|
734
738
|
const require_ibm__engineering_workflow_management_index_js = require("./ibm--engineering-workflow-management/index.js");
|
|
735
739
|
const require_ibm__granite_index_js = require("./ibm--granite/index.js");
|
|
736
740
|
const require_ibm__ibv_index_js = require("./ibm--ibv/index.js");
|
|
741
|
+
const require_ibm__instana_index_js = require("./ibm--instana/index.js");
|
|
737
742
|
const require_ibm__ix_index_js = require("./ibm--ix/index.js");
|
|
738
743
|
const require_ibm__machine_learning_for_z_os_index_js = require("./ibm--machine-learning-for-z-os/index.js");
|
|
739
744
|
const require_ibm__one_madison_avenue_index_js = require("./ibm--one-madison-avenue/index.js");
|
|
@@ -1135,6 +1140,7 @@ const require_real_time_index_js = require("./real-time/index.js");
|
|
|
1135
1140
|
const require_receipt_index_js = require("./receipt/index.js");
|
|
1136
1141
|
const require_recruitment__01_index_js = require("./recruitment--01/index.js");
|
|
1137
1142
|
const require_recycle_index_js = require("./recycle/index.js");
|
|
1143
|
+
const require_red_hat__ansible_index_js = require("./red-hat--ansible/index.js");
|
|
1138
1144
|
const require_red_hat__applications_index_js = require("./red-hat--applications/index.js");
|
|
1139
1145
|
const require_redefining_financial_services_index_js = require("./redefining-financial-services/index.js");
|
|
1140
1146
|
const require_reducing_cost_index_js = require("./reducing-cost/index.js");
|
|
@@ -1390,6 +1396,7 @@ const require_tickets_index_js = require("./tickets/index.js");
|
|
|
1390
1396
|
const require_time_index_js = require("./time/index.js");
|
|
1391
1397
|
const require_time__lapse_index_js = require("./time--lapse/index.js");
|
|
1392
1398
|
const require_time__plot_index_js = require("./time--plot/index.js");
|
|
1399
|
+
const require_timesheet_index_js = require("./timesheet/index.js");
|
|
1393
1400
|
const require_tire_index_js = require("./tire/index.js");
|
|
1394
1401
|
const require_toggle_index_js = require("./toggle/index.js");
|
|
1395
1402
|
const require_toilet_index_js = require("./toilet/index.js");
|
|
@@ -1511,6 +1518,7 @@ const require_watsonx__code_assistant_for_z_index_js = require("./watsonx--code-
|
|
|
1511
1518
|
const require_watsonx__code_assistant_for_z_refactor_index_js = require("./watsonx--code-assistant-for-z-refactor/index.js");
|
|
1512
1519
|
const require_watsonx__data_index_js = require("./watsonx--data/index.js");
|
|
1513
1520
|
const require_watsonx__governance_index_js = require("./watsonx--governance/index.js");
|
|
1521
|
+
const require_watsonx__orchestrate_index_js = require("./watsonx--orchestrate/index.js");
|
|
1514
1522
|
const require_waving_hand_index_js = require("./waving-hand/index.js");
|
|
1515
1523
|
const require_waymo_car_index_js = require("./waymo-car/index.js");
|
|
1516
1524
|
const require_weather_index_js = require("./weather/index.js");
|
|
@@ -2214,6 +2222,7 @@ exports.HardDrive = require_hard__drive_index_js;
|
|
|
2214
2222
|
exports.HardDriveNetwork = require_hard__drive__network_index_js;
|
|
2215
2223
|
exports.HardIceCream = require_hard__ice__cream_index_js;
|
|
2216
2224
|
exports.HardPrompt = require_hard__prompt_index_js;
|
|
2225
|
+
exports.HashicorpTerraform = require_hashicorp__terraform_index_js;
|
|
2217
2226
|
exports.Hazy = require_hazy_index_js;
|
|
2218
2227
|
exports.Headphones = require_headphones_index_js;
|
|
2219
2228
|
exports.Headset = require_headset_index_js;
|
|
@@ -2259,8 +2268,11 @@ exports.HyperProtectContainers = require_hyper_protect__containers_index_js;
|
|
|
2259
2268
|
exports.HyperProtectCryptoService = require_hyper_protect__crypto_service_index_js;
|
|
2260
2269
|
exports.HyperProtectDatabaseAsAService = require_hyper_protect__database_as_a_service_index_js;
|
|
2261
2270
|
exports.HyperProtectVirtualServers = require_hyper_protect__virtual_servers_index_js;
|
|
2271
|
+
exports.IbmAptio = require_ibm__aptio_index_js;
|
|
2262
2272
|
exports.IbmAutomationPlatform = require_ibm__automation_platform_index_js;
|
|
2273
|
+
exports.IbmBob = require_ibm__bob_index_js;
|
|
2263
2274
|
exports.IbmCloud = require_ibm__cloud_index_js;
|
|
2275
|
+
exports.IbmConcert = require_ibm__concert_index_js;
|
|
2264
2276
|
exports.IbmElm = require_ibm__elm_index_js;
|
|
2265
2277
|
exports.IbmElmDcc = require_ibm__elm_dcc_index_js;
|
|
2266
2278
|
exports.IbmElmGcm = require_ibm__elm_gcm_index_js;
|
|
@@ -2275,6 +2287,7 @@ exports.IbmEngineeringTestManagement = require_ibm__engineering_test_management_
|
|
|
2275
2287
|
exports.IbmEngineeringWorkflowManagement = require_ibm__engineering_workflow_management_index_js;
|
|
2276
2288
|
exports.IbmGranite = require_ibm__granite_index_js;
|
|
2277
2289
|
exports.IbmIbv = require_ibm__ibv_index_js;
|
|
2290
|
+
exports.IbmInstana = require_ibm__instana_index_js;
|
|
2278
2291
|
exports.IbmIx = require_ibm__ix_index_js;
|
|
2279
2292
|
exports.IbmMachineLearningForZOs = require_ibm__machine_learning_for_z_os_index_js;
|
|
2280
2293
|
exports.IbmOneMadisonAvenue = require_ibm__one_madison_avenue_index_js;
|
|
@@ -2674,6 +2687,7 @@ exports.RealTime = require_real_time_index_js;
|
|
|
2674
2687
|
exports.Receipt = require_receipt_index_js;
|
|
2675
2688
|
exports.Recruitment_01 = require_recruitment__01_index_js;
|
|
2676
2689
|
exports.Recycle = require_recycle_index_js;
|
|
2690
|
+
exports.RedHatAnsible = require_red_hat__ansible_index_js;
|
|
2677
2691
|
exports.RedHatApplications = require_red_hat__applications_index_js;
|
|
2678
2692
|
exports.RedefiningFinancialServices = require_redefining_financial_services_index_js;
|
|
2679
2693
|
exports.ReducingCost = require_reducing_cost_index_js;
|
|
@@ -2930,6 +2944,7 @@ exports.Tickets = require_tickets_index_js;
|
|
|
2930
2944
|
exports.Time = require_time_index_js;
|
|
2931
2945
|
exports.TimeLapse = require_time__lapse_index_js;
|
|
2932
2946
|
exports.TimePlot = require_time__plot_index_js;
|
|
2947
|
+
exports.Timesheet = require_timesheet_index_js;
|
|
2933
2948
|
exports.Tire = require_tire_index_js;
|
|
2934
2949
|
exports.Toggle = require_toggle_index_js;
|
|
2935
2950
|
exports.Toilet = require_toilet_index_js;
|
|
@@ -3052,6 +3067,7 @@ exports.WatsonxCodeAssistantForZ = require_watsonx__code_assistant_for_z_index_j
|
|
|
3052
3067
|
exports.WatsonxCodeAssistantForZRefactor = require_watsonx__code_assistant_for_z_refactor_index_js;
|
|
3053
3068
|
exports.WatsonxData = require_watsonx__data_index_js;
|
|
3054
3069
|
exports.WatsonxGovernance = require_watsonx__governance_index_js;
|
|
3070
|
+
exports.WatsonxOrchestrate = require_watsonx__orchestrate_index_js;
|
|
3055
3071
|
exports.WavingHand = require_waving_hand_index_js;
|
|
3056
3072
|
exports.WaymoCar = require_waymo_car_index_js;
|
|
3057
3073
|
exports.Weather = require_weather_index_js;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:red-hat--ansible/index.js
|
|
10
|
+
var virtual_red_hat__ansible_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M16,31.3604C7.5303,31.3604.6401,24.4697.6401,16S7.5303.6401,16,.6401s15.3604,6.8901,15.3604,15.3599-6.8906,15.3604-15.3604,15.3604ZM16,1.3599C7.9272,1.3599,1.3599,7.9272,1.3599,16s6.5674,14.6396,14.6401,14.6396,14.6396-6.5674,14.6396-14.6396S24.0723,1.3599,16,1.3599ZM23,23.3604c-.0723,0-.1445-.0215-.2061-.0654l-9.7847-6.8491-2.6748,6.688-.6689-.2676,6-15c.0537-.1333.1807-.2222.3242-.2261.1553.0024.2759.0776.3364.2075l7,15c.0693.1475.0303.3232-.0947.4277-.0664.0566-.1494.085-.2314.085ZM13.2842,15.7593l8.8213,6.1753-6.0801-13.0288-2.7412,6.8535Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "red-hat--ansible"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_red_hat__ansible_default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:timesheet/index.js
|
|
10
|
+
var virtual_timesheet_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M22,31.3604c-5.1611,0-9.3599-4.1992-9.3599-9.3604s4.1987-9.3599,9.3599-9.3599,9.3604,4.1987,9.3604,9.3599-4.1992,9.3604-9.3604,9.3604ZM13.3672,22.3604c.1846,4.4775,3.7949,8.0879,8.2725,8.2725v-1.6328h.7207v1.6328c4.4775-.1846,8.0879-3.7949,8.2725-8.2725h-1.6328v-.7207h1.6328c-.1846-4.4775-3.7949-8.0879-8.2725-8.2725v1.6328h-.7207v-1.6328c-4.4775.1846-8.0879,3.7949-8.2725,8.2725h1.6328v.7207h-1.6328ZM10,29.3604H2c-.1987,0-.3599-.1611-.3599-.3604V4c0-.1987.1611-.3599.3599-.3599h3.6401V1h.7197v2.6401h16.2798V1h.7207v2.6401h3.6396c.1992,0,.3604.1611.3604.3599v8h-.7207v-7.6401h-3.2793v1.6401h-.7207v-1.6401H6.3599v1.6401h-.7197v-1.6401h-3.2803v24.2798h7.6401v.7207ZM25.2451,25.7549l-3.5-3.5c-.0674-.0674-.1055-.1592-.1055-.2549v-5h.7207v4.8506l3.3945,3.3945-.5098.5098ZM10,22.3604h-4v-.7207h4v.7207ZM12,16.3599h-6v-.7197h6v.7197ZM23,10.3599H6v-.7197h17v.7197Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "timesheet"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_timesheet_default;
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
//#region virtual:watsonx--orchestrate/index.js
|
|
10
|
+
var virtual_watsonx__orchestrate_default = {
|
|
11
|
+
"elem": "svg",
|
|
12
|
+
"attrs": {
|
|
13
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
14
|
+
"viewBox": "0 0 32 32",
|
|
15
|
+
"fill": "currentColor",
|
|
16
|
+
"width": 64,
|
|
17
|
+
"height": 64
|
|
18
|
+
},
|
|
19
|
+
"content": [{
|
|
20
|
+
"elem": "path",
|
|
21
|
+
"attrs": { "d": "M16,29.3604c-6.1079,0-11.4326-4.1338-12.9487-10.0518l.6973-.1777c1.4346,5.5986,6.4727,9.5088,12.2515,9.5088,3.1182,0,6.1162-1.1465,8.4395-3.2285,1.542-1.3936,2.708-3.1123,3.418-5.0244-.999.7852-2.6426,1.7607-4.6895,1.7246-2.1055-.0518-4.0801-1.2178-5.8691-3.4668l.5625-.4492c1.6494,2.0732,3.4385,3.1475,5.3193,3.1963,2.9043.0469,5.127-2.3857,5.1484-2.4102l.6191.3281c-.6553,2.5527-2.0479,4.8477-4.0273,6.6367-2.457,2.2021-5.625,3.4141-8.9209,3.4141ZM29,17.8604c-1.0254,0-1.8604-.835-1.8604-1.8604s.835-1.8599,1.8604-1.8599,1.8604.8345,1.8604,1.8599-.835,1.8604-1.8604,1.8604ZM29,14.8599c-.6289,0-1.1396.5117-1.1396,1.1401s.5107,1.1396,1.1396,1.1396,1.1396-.5112,1.1396-1.1396-.5107-1.1401-1.1396-1.1401ZM16,17.8604c-1.0254,0-1.8599-.835-1.8599-1.8604s.8345-1.8599,1.8599-1.8599,1.8604.8345,1.8604,1.8599-.835,1.8604-1.8604,1.8604ZM16,14.8599c-.6284,0-1.1401.5117-1.1401,1.1401s.5117,1.1396,1.1401,1.1396,1.1396-.5112,1.1396-1.1396-.5112-1.1401-1.1396-1.1401ZM3,17.8604c-1.0254,0-1.8599-.835-1.8599-1.8604s.8345-1.8599,1.8599-1.8599,1.8599.8345,1.8599,1.8599-.8345,1.8604-1.8599,1.8604ZM3,14.8599c-.6284,0-1.1401.5117-1.1401,1.1401s.5117,1.1396,1.1401,1.1396,1.1401-.5112,1.1401-1.1396-.5117-1.1401-1.1401-1.1401ZM14.1382,13.8042c-1.6489-2.0723-3.438-3.1475-5.3179-3.1953-2.9463-.0869-5.1284,2.3838-5.1504,2.4087l-.6187-.3271c.6558-2.5527,2.0483-4.8481,4.0269-6.6377,2.458-2.2012,5.626-3.4126,8.9219-3.4126,6.1084,0,11.4326,4.1328,12.9482,10.0503l-.6973.1787c-1.4346-5.5986-6.4717-9.5093-12.251-9.5093-3.1182,0-6.1157,1.1465-8.4399,3.228-1.5415,1.394-2.7075,3.1133-3.418,5.0249,1-.7852,2.6836-1.7603,4.6904-1.7241,2.105.0518,4.0796,1.2183,5.8691,3.4673l-.5635.4482Z" }
|
|
22
|
+
}],
|
|
23
|
+
"name": "watsonx--orchestrate"
|
|
24
|
+
};
|
|
25
|
+
//#endregion
|
|
26
|
+
module.exports = virtual_watsonx__orchestrate_default;
|