@carbon/pictograms 12.30.0-rc.0 → 12.30.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 +39 -1
- package/es/analyze--code/index.js +27 -0
- package/es/bento-box-tray/index.js +27 -0
- package/es/cics--configuration-manager-for-z-os/index.js +27 -0
- package/es/cics--deployment-assistant/index.js +27 -0
- package/es/cics--explorer/index.js +27 -0
- package/es/cics--interdependency-analyzer-for-z-os/index.js +27 -0
- package/es/cics--performance-analyzer-for-z-os/index.js +27 -0
- package/es/cics--transaction-gateway/index.js +27 -0
- package/es/cics--transaction-server-for-z-os/index.js +27 -0
- package/es/cics--tx/index.js +27 -0
- package/es/cics--vsam-recovery-for-z-os/index.js +27 -0
- package/es/cics--vsam-transparency-for-z-os/index.js +27 -0
- package/es/do-not-step/index.js +27 -0
- package/es/football/index.js +27 -0
- package/es/football--field/index.js +27 -0
- package/es/football--goal-post/index.js +27 -0
- package/es/glass-bottle-and-metal-can/index.js +27 -0
- package/es/golf--bag/index.js +27 -0
- package/es/golf--ball/index.js +27 -0
- package/es/golf--club/index.js +27 -0
- package/es/golf--hole/index.js +27 -0
- package/es/gramophone/index.js +27 -0
- package/es/ibm--z-and-cloud-modernization-stack/index.js +27 -0
- package/es/index.js +38 -0
- package/es/liquids/index.js +27 -0
- package/es/mainframe-qualities-of-service/index.js +27 -0
- package/es/metal-can/index.js +27 -0
- package/es/plastics/index.js +27 -0
- package/es/slice-code/index.js +27 -0
- package/es/spotlight/index.js +27 -0
- package/es/stage/index.js +27 -0
- package/es/storage--systems/index.js +27 -0
- package/es/tennis--ball/index.js +27 -0
- package/es/tennis--net/index.js +27 -0
- package/es/tennis--racquet/index.js +27 -0
- package/es/watsonx--code-assistant/index.js +27 -0
- package/es/watsonx--code-assistant-for-z/index.js +27 -0
- package/es/watsonx--code-assistant-for-z-refactor/index.js +27 -0
- package/es/whistle/index.js +27 -0
- package/lib/analyze--code/index.js +29 -0
- package/lib/bento-box-tray/index.js +29 -0
- package/lib/cics--configuration-manager-for-z-os/index.js +29 -0
- package/lib/cics--deployment-assistant/index.js +29 -0
- package/lib/cics--explorer/index.js +29 -0
- package/lib/cics--interdependency-analyzer-for-z-os/index.js +29 -0
- package/lib/cics--performance-analyzer-for-z-os/index.js +29 -0
- package/lib/cics--transaction-gateway/index.js +29 -0
- package/lib/cics--transaction-server-for-z-os/index.js +29 -0
- package/lib/cics--tx/index.js +29 -0
- package/lib/cics--vsam-recovery-for-z-os/index.js +29 -0
- package/lib/cics--vsam-transparency-for-z-os/index.js +29 -0
- package/lib/do-not-step/index.js +29 -0
- package/lib/football/index.js +29 -0
- package/lib/football--field/index.js +29 -0
- package/lib/football--goal-post/index.js +29 -0
- package/lib/glass-bottle-and-metal-can/index.js +29 -0
- package/lib/golf--bag/index.js +29 -0
- package/lib/golf--ball/index.js +29 -0
- package/lib/golf--club/index.js +29 -0
- package/lib/golf--hole/index.js +29 -0
- package/lib/gramophone/index.js +29 -0
- package/lib/ibm--z-and-cloud-modernization-stack/index.js +29 -0
- package/lib/index.js +76 -0
- package/lib/liquids/index.js +29 -0
- package/lib/mainframe-qualities-of-service/index.js +29 -0
- package/lib/metal-can/index.js +29 -0
- package/lib/plastics/index.js +29 -0
- package/lib/slice-code/index.js +29 -0
- package/lib/spotlight/index.js +29 -0
- package/lib/stage/index.js +29 -0
- package/lib/storage--systems/index.js +29 -0
- package/lib/tennis--ball/index.js +29 -0
- package/lib/tennis--net/index.js +29 -0
- package/lib/tennis--racquet/index.js +29 -0
- package/lib/watsonx--code-assistant/index.js +29 -0
- package/lib/watsonx--code-assistant-for-z/index.js +29 -0
- package/lib/watsonx--code-assistant-for-z-refactor/index.js +29 -0
- package/lib/whistle/index.js +29 -0
- package/metadata.json +1962 -12
- package/package.json +3 -3
- package/pictograms.yml +316 -0
- package/src/svg/analyze--code.svg +23 -0
- package/src/svg/bento-box-tray.svg +19 -0
- package/src/svg/cics--configuration-manager-for-z-os.svg +26 -0
- package/src/svg/cics--deployment-assistant.svg +13 -0
- package/src/svg/cics--explorer.svg +13 -0
- package/src/svg/cics--interdependency-analyzer-for-z-os.svg +19 -0
- package/src/svg/cics--performance-analyzer-for-z-os.svg +12 -0
- package/src/svg/cics--transaction-gateway.svg +17 -0
- package/src/svg/cics--transaction-server-for-z-os.svg +14 -0
- package/src/svg/cics--tx.svg +16 -0
- package/src/svg/cics--vsam-recovery-for-z-os.svg +15 -0
- package/src/svg/cics--vsam-transparency-for-z-os.svg +17 -0
- package/src/svg/do-not-step.svg +17 -0
- package/src/svg/football--field.svg +17 -0
- package/src/svg/football--goal-post.svg +10 -0
- package/src/svg/football.svg +19 -0
- package/src/svg/glass-bottle-and-metal-can.svg +18 -0
- package/src/svg/golf--bag.svg +20 -0
- package/src/svg/golf--ball.svg +43 -0
- package/src/svg/golf--club.svg +17 -0
- package/src/svg/golf--hole.svg +13 -0
- package/src/svg/gramophone.svg +15 -0
- package/src/svg/ibm--z-and-cloud-modernization-stack.svg +19 -0
- package/src/svg/liquids.svg +14 -0
- package/src/svg/mainframe-qualities-of-service.svg +17 -0
- package/src/svg/metal-can.svg +13 -0
- package/src/svg/plastics.svg +14 -0
- package/src/svg/slice-code.svg +28 -0
- package/src/svg/spotlight.svg +33 -0
- package/src/svg/stage.svg +25 -0
- package/src/svg/storage--systems.svg +14 -0
- package/src/svg/tennis--ball.svg +13 -0
- package/src/svg/tennis--net.svg +23 -0
- package/src/svg/tennis--racquet.svg +33 -0
- package/src/svg/watsonx--code-assistant-for-z-refactor.svg +16 -0
- package/src/svg/watsonx--code-assistant-for-z.svg +13 -0
- package/src/svg/watsonx--code-assistant.svg +18 -0
- package/src/svg/whistle.svg +17 -0
- package/svg/analyze--code.svg +1 -0
- package/svg/bento-box-tray.svg +1 -0
- package/svg/cics--configuration-manager-for-z-os.svg +1 -0
- package/svg/cics--deployment-assistant.svg +1 -0
- package/svg/cics--explorer.svg +1 -0
- package/svg/cics--interdependency-analyzer-for-z-os.svg +1 -0
- package/svg/cics--performance-analyzer-for-z-os.svg +1 -0
- package/svg/cics--transaction-gateway.svg +1 -0
- package/svg/cics--transaction-server-for-z-os.svg +1 -0
- package/svg/cics--tx.svg +1 -0
- package/svg/cics--vsam-recovery-for-z-os.svg +1 -0
- package/svg/cics--vsam-transparency-for-z-os.svg +1 -0
- package/svg/do-not-step.svg +1 -0
- package/svg/football--field.svg +1 -0
- package/svg/football--goal-post.svg +1 -0
- package/svg/football.svg +1 -0
- package/svg/glass-bottle-and-metal-can.svg +1 -0
- package/svg/golf--bag.svg +1 -0
- package/svg/golf--ball.svg +1 -0
- package/svg/golf--club.svg +1 -0
- package/svg/golf--hole.svg +1 -0
- package/svg/gramophone.svg +1 -0
- package/svg/ibm--z-and-cloud-modernization-stack.svg +1 -0
- package/svg/liquids.svg +1 -0
- package/svg/mainframe-qualities-of-service.svg +1 -0
- package/svg/metal-can.svg +1 -0
- package/svg/plastics.svg +1 -0
- package/svg/slice-code.svg +1 -0
- package/svg/spotlight.svg +1 -0
- package/svg/stage.svg +1 -0
- package/svg/storage--systems.svg +1 -0
- package/svg/tennis--ball.svg +1 -0
- package/svg/tennis--net.svg +1 -0
- package/svg/tennis--racquet.svg +1 -0
- package/svg/watsonx--code-assistant-for-z-refactor.svg +1 -0
- package/svg/watsonx--code-assistant-for-z.svg +1 -0
- package/svg/watsonx--code-assistant.svg +1 -0
- package/svg/whistle.svg +1 -0
- package/umd/index.js +3038 -2316
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16,0.64C9.185,0.64,3.64,6.185,3.64,13\tc0,5.651,3.812,10.429,9,11.896V27c0,0.096,0.038,0.187,0.105,0.255l0.83,0.831c0.687,0.687,1.065,1.601,1.065,2.572V31h0.72v-0.342\tc0-1.164-0.453-2.258-1.275-3.082L13.36,26.85v-1.774c1.702,0.371,3.579,0.371,5.28,0v1.774l-0.723,0.724\tc-0.823,0.824-1.277,1.919-1.277,3.084V31h0.72v-0.342c0-0.973,0.378-1.887,1.066-2.574l0.828-0.829\tc0.067-0.068,0.105-0.159,0.105-0.255v-2.104c5.188-1.467,9-6.244,9-11.896C28.36,6.185,22.815,0.64,16,0.64z M20.339,23.792\tc-0.101-0.651-0.66-1.152-1.339-1.152c-0.199,0-0.36,0.161-0.36,0.36s0.161,0.36,0.36,0.36c0.353,0,0.64,0.287,0.64,0.64v0.049\tc-1.146,0.379-2.368,0.591-3.64,0.591C9.582,24.64,4.36,19.418,4.36,13c0-1.62,0.334-3.162,0.934-4.564C5.5,8.544,5.64,8.758,5.64,9\tc0,0.199,0.161,0.36,0.36,0.36S6.36,9.199,6.36,9c0-0.53-0.304-0.984-0.755-1.208C7.521,3.984,11.455,1.36,16,1.36\tc6.418,0,11.64,5.222,11.64,11.64C27.64,17.884,24.613,22.067,20.339,23.792z M10.36,9c0,0.199-0.161,0.36-0.36,0.36\tS9.64,9.199,9.64,9c0-0.353-0.287-0.64-0.64-0.64C8.801,8.36,8.64,8.199,8.64,8S8.801,7.64,9,7.64C9.75,7.64,10.36,8.25,10.36,9z M12.36,18c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\tc0-0.199,0.161-0.36,0.36-0.36C11.75,16.64,12.36,17.25,12.36,18z M12.36,12c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36C11.75,10.64,12.36,11.25,12.36,12z M24.36,18\tc0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\tc0-0.199,0.161-0.36,0.36-0.36C23.75,16.64,24.36,17.25,24.36,18z M6.36,15c0,0.199-0.161,0.36-0.36,0.36S5.64,15.199,5.64,15\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36S4.801,13.64,5,13.64C5.75,13.64,6.36,14.25,6.36,15z M8.36,18\tc0,0.199-0.161,0.36-0.36,0.36S7.64,18.199,7.64,18c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\tc0-0.199,0.161-0.36,0.36-0.36C7.75,16.64,8.36,17.25,8.36,18z M10.36,21c0,0.199-0.161,0.36-0.36,0.36S9.64,21.199,9.64,21\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36S8.801,19.64,9,19.64C9.75,19.64,10.36,20.25,10.36,21z M14.36,21\tc0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\ts0.161-0.36,0.36-0.36C13.75,19.64,14.36,20.25,14.36,21z M8.36,12c0,0.199-0.161,0.36-0.36,0.36S7.64,12.199,7.64,12\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36S6.801,10.64,7,10.64C7.75,10.64,8.36,11.25,8.36,12z M10.36,15\tc0,0.199-0.161,0.36-0.36,0.36S9.64,15.199,9.64,15c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\tS8.801,13.64,9,13.64C9.75,13.64,10.36,14.25,10.36,15z M22.36,21c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36C21.75,19.64,22.36,20.25,22.36,21z M18.36,15\tc0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\ts0.161-0.36,0.36-0.36C17.75,13.64,18.36,14.25,18.36,15z M20.36,18c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36c0-0.199,0.161-0.36,0.36-0.36C19.75,16.64,20.36,17.25,20.36,18z M14.36,15c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\ts0.161-0.36,0.36-0.36C13.75,13.64,14.36,14.25,14.36,15z M22.36,15c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36C21.75,13.64,22.36,14.25,22.36,15z M16.36,24\tc0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\ts0.161-0.36,0.36-0.36C15.75,22.64,16.36,23.25,16.36,24z M18.36,21c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36C17.75,19.64,18.36,20.25,18.36,21z M16.36,18\tc0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36\tc0-0.199,0.161-0.36,0.36-0.36C15.75,16.64,16.36,17.25,16.36,18z M16.36,12c0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36\tc0-0.353-0.287-0.64-0.64-0.64c-0.199,0-0.36-0.161-0.36-0.36s0.161-0.36,0.36-0.36C15.75,10.64,16.36,11.25,16.36,12z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "golf--ball"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16.928,30.36H9.545\tc-2.002,0-3.903-0.868-5.215-2.381s-1.903-3.516-1.62-5.499l0.351-2.452c0.162-1.131,0.804-2.135,1.762-2.755\ts2.139-0.794,3.235-0.478l11.421,3.294c0.425,0.12,0.874,0.07,1.261-0.148s0.663-0.575,0.778-1.004l2.953-11.031\tc0.024-0.092,0.085-0.171,0.168-0.218c0.081-0.049,0.181-0.061,0.272-0.036l0.617,0.165l1.854-6.911l0.695,0.187l-1.854,6.911\tl1.236,0.331l1.854-6.911l0.695,0.187l-1.854,6.91l0.62,0.167c0.093,0.024,0.171,0.085,0.219,0.167\tc0.048,0.083,0.061,0.181,0.036,0.273l-4.028,15.035C24.026,27.812,20.705,30.36,16.928,30.36z M6.966,17.361\tc-0.615,0-1.224,0.176-1.751,0.517c-0.784,0.508-1.309,1.328-1.44,2.252l-0.351,2.452c-0.253,1.775,0.275,3.571,1.45,4.926\tc1.175,1.355,2.878,2.132,4.671,2.132h7.383c3.452,0,6.487-2.328,7.379-5.662l0,0L27.17,13.29l-1.24-0.332l-1.107,4.135\tl-0.695-0.186l1.107-4.135l-1.232-0.33l-1.789,6.683c-0.165,0.617-0.562,1.13-1.119,1.444c-0.556,0.314-1.201,0.391-1.814,0.213\tL7.859,17.487C7.566,17.403,7.265,17.361,6.966,17.361z M24.189,11.746l3.168,0.849l0.886-3.305l-3.169-0.849L24.189,11.746z M20,27.36H8v-0.72h12V27.36z M20,25.36H6v-0.72h14V25.36z M18,23.36H6v-0.72h12V23.36z M14,21.36H6v-0.72h8V21.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "golf--club"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M11,30.36c-1.916,0-3.36-0.8-3.36-1.86\tc0-0.993,1.266-1.757,3-1.851V18.36H1v-0.72h9.64V2h0.72v0.64H21c0.199,0,0.36,0.161,0.36,0.36v7c0,0.199-0.161,0.36-0.36,0.36\th-9.64v16.29c1.734,0.094,3,0.857,3,1.851C14.36,29.561,12.916,30.36,11,30.36z M11.36,27.371v2.258\tc1.327-0.086,2.28-0.635,2.28-1.129S12.687,27.457,11.36,27.371z M10.64,27.371c-1.327,0.086-2.28,0.635-2.28,1.129\ts0.953,1.043,2.28,1.129V27.371z M11.36,9.64h9.28V3.36h-9.28V9.64z M23,24.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36\ts1.36,0.61,1.36,1.36S23.75,24.36,23,24.36z M23,22.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS23.353,22.36,23,22.36z M31,18.36H13v-0.72h18V18.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "golf--hole"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M25.493,13.454l-8.879-5.18\tc-2.848-1.661-5.249-4.033-6.945-6.859l-0.36-0.6C9.238,0.696,9.113,0.63,8.967,0.642C8.83,0.654,8.711,0.744,8.663,0.874l-6,16\tc-0.049,0.13-0.019,0.276,0.078,0.376c0.096,0.1,0.244,0.135,0.373,0.092l1.521-0.507c2.878-0.959,5.986-1.238,8.988-0.811\tl10.25,1.464c1.292,0.185,2.267,1.308,2.267,2.613v0.213c0,1.348-1.01,2.476-2.348,2.625l-0.432,0.048V21.36H24v-0.72H8v0.721h0.64\tv7.279H8v0.721h16V28.64h-0.64v-2.392l0.891-0.075c2.418-0.2,4.396-1.927,4.923-4.296C29.912,18.554,28.433,15.169,25.493,13.454z M9.36,28.64v-7.28h13.28v7.279L9.36,28.64L9.36,28.64z M28.471,21.721c-0.458,2.06-2.177,3.561-4.279,3.735l-0.831,0.07v-1.815\tl0.511-0.056c1.704-0.189,2.989-1.625,2.989-3.34v-0.213c0-1.661-1.241-3.092-2.886-3.326l-10.25-1.464\tc-3.112-0.445-6.334-0.154-9.317,0.841L3.602,16.42L9.075,1.825c1.757,2.913,4.237,5.357,7.176,7.071l8.879,5.18\tC27.799,15.632,29.141,18.704,28.471,21.721z M6,30.64h20v0.721H6V30.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "gramophone"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M16,30.36\tc-0.062,0-0.125-0.017-0.181-0.05l-12-7C3.708,23.246,3.64,23.128,3.64,23v-7c0-0.128,0.068-0.247,0.179-0.311l9.985-5.824\tC13.698,9.597,13.64,9.305,13.64,9c0-1.301,1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36s-1.059,2.36-2.36,2.36\tc-0.739,0-1.399-0.341-1.832-0.874L4.36,16.207v6.586L16,29.583l2.818-1.644l0.363,0.621l-3,1.75\tC16.125,30.344,16.062,30.36,16,30.36z M16,7.36c-0.904,0-1.64,0.736-1.64,1.64s0.736,1.64,1.64,1.64c0.904,0,1.64-0.736,1.64-1.64\tS16.904,7.36,16,7.36z M22.5,26.61c-0.062,0-0.125-0.017-0.181-0.049L11.836,20.48c-0.433,0.536-1.096,0.88-1.836,0.88\tc-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.058,2.36,2.36c0,0.303-0.057,0.593-0.162,0.858l10.3,5.975l5.142-3.038\tV9.207l-2.821-1.646l0.363-0.622l3,1.75C28.292,8.753,28.36,8.872,28.36,9v14c0,0.127-0.067,0.245-0.177,0.31l-5.5,3.25\tC22.627,26.594,22.563,26.61,22.5,26.61z M10,17.36c-0.904,0-1.64,0.735-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.735,1.64-1.64\tS10.904,17.36,10,17.36z M22,21.36c-1.302,0-2.36-1.059-2.36-2.36c0-1.179,0.869-2.159,2-2.333V5.707L16,2.417L4.36,9.207V12H3.64V9\tc0-0.128,0.068-0.247,0.179-0.311l12-7c0.111-0.065,0.251-0.065,0.362,0l6,3.5c0.11,0.064,0.179,0.183,0.179,0.311v11.167\tc1.131,0.174,2,1.154,2,2.333C24.36,20.302,23.302,21.36,22,21.36z M22,17.36c-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64\ts1.64-0.735,1.64-1.64S22.904,17.36,22,17.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ibm--z-and-cloud-modernization-stack"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
package/es/index.js
CHANGED
|
@@ -44,6 +44,7 @@ export { default as AmsterdamFarm } from './amsterdam--farm/index.js';
|
|
|
44
44
|
export { default as AmsterdamWindmill } from './amsterdam--windmill/index.js';
|
|
45
45
|
export { default as Analytics } from './analytics/index.js';
|
|
46
46
|
export { default as Analyze } from './analyze/index.js';
|
|
47
|
+
export { default as AnalyzeCode } from './analyze--code/index.js';
|
|
47
48
|
export { default as AnalyzesData } from './analyzes--data/index.js';
|
|
48
49
|
export { default as AnalyzingContainers } from './analyzing--containers/index.js';
|
|
49
50
|
export { default as AnonymousUsers } from './anonymous--users/index.js';
|
|
@@ -91,6 +92,7 @@ export { default as BareMetal } from './bare-metal/index.js';
|
|
|
91
92
|
export { default as Bee } from './bee/index.js';
|
|
92
93
|
export { default as BeijingMunicipal } from './beijing--municipal/index.js';
|
|
93
94
|
export { default as BeijingTower } from './beijing--tower/index.js';
|
|
95
|
+
export { default as BentoBoxTray } from './bento-box-tray/index.js';
|
|
94
96
|
export { default as BerlinBrandenburgGate } from './berlin--brandenburg-gate/index.js';
|
|
95
97
|
export { default as BerlinCathedral } from './berlin--cathedral/index.js';
|
|
96
98
|
export { default as BerlinTower } from './berlin--tower/index.js';
|
|
@@ -172,6 +174,16 @@ export { default as ChipCircuit } from './chip--circuit/index.js';
|
|
|
172
174
|
export { default as ChipCredit } from './chip--credit/index.js';
|
|
173
175
|
export { default as ChipDebit } from './chip--debit/index.js';
|
|
174
176
|
export { default as ChooseHowToGetStarted } from './choose-how-to-get-started/index.js';
|
|
177
|
+
export { default as CicsConfigurationManagerForZOs } from './cics--configuration-manager-for-z-os/index.js';
|
|
178
|
+
export { default as CicsDeploymentAssistant } from './cics--deployment-assistant/index.js';
|
|
179
|
+
export { default as CicsExplorer } from './cics--explorer/index.js';
|
|
180
|
+
export { default as CicsInterdependencyAnalyzerForZOs } from './cics--interdependency-analyzer-for-z-os/index.js';
|
|
181
|
+
export { default as CicsPerformanceAnalyzerForZOs } from './cics--performance-analyzer-for-z-os/index.js';
|
|
182
|
+
export { default as CicsTransactionGateway } from './cics--transaction-gateway/index.js';
|
|
183
|
+
export { default as CicsTransactionServerForZOs } from './cics--transaction-server-for-z-os/index.js';
|
|
184
|
+
export { default as CicsTx } from './cics--tx/index.js';
|
|
185
|
+
export { default as CicsVsamRecoveryForZOs } from './cics--vsam-recovery-for-z-os/index.js';
|
|
186
|
+
export { default as CicsVsamTransparencyForZOs } from './cics--vsam-transparency-for-z-os/index.js';
|
|
175
187
|
export { default as CirclePacking } from './circle--packing/index.js';
|
|
176
188
|
export { default as ClientFinancing_01 } from './client--financing--01/index.js';
|
|
177
189
|
export { default as ClientFinancing_02 } from './client--financing--02/index.js';
|
|
@@ -342,6 +354,7 @@ export { default as DistributionLedger } from './distribution--ledger/index.js';
|
|
|
342
354
|
export { default as Dna } from './dna/index.js';
|
|
343
355
|
export { default as DoNot } from './do-not/index.js';
|
|
344
356
|
export { default as DoNot_02 } from './do-not--02/index.js';
|
|
357
|
+
export { default as DoNotStep } from './do-not-step/index.js';
|
|
345
358
|
export { default as Docker } from './docker/index.js';
|
|
346
359
|
export { default as Doctor } from './doctor/index.js';
|
|
347
360
|
export { default as DoctorPatient } from './doctor-patient/index.js';
|
|
@@ -455,6 +468,9 @@ export { default as Flower_02 } from './flower--02/index.js';
|
|
|
455
468
|
export { default as FocusOnCode } from './focus-on-code/index.js';
|
|
456
469
|
export { default as Fog } from './fog/index.js';
|
|
457
470
|
export { default as Folder } from './folder/index.js';
|
|
471
|
+
export { default as Football } from './football/index.js';
|
|
472
|
+
export { default as FootballField } from './football--field/index.js';
|
|
473
|
+
export { default as FootballGoalPost } from './football--goal-post/index.js';
|
|
458
474
|
export { default as Forecasting } from './forecasting/index.js';
|
|
459
475
|
export { default as Forklift } from './forklift/index.js';
|
|
460
476
|
export { default as FountainDrinking } from './fountain--drinking/index.js';
|
|
@@ -467,6 +483,7 @@ export { default as Gear } from './gear/index.js';
|
|
|
467
483
|
export { default as GeographicFlexibility } from './geographic-flexibility/index.js';
|
|
468
484
|
export { default as GetAheadOfRiskAndCompliance } from './get--ahead--of--risk--and--compliance/index.js';
|
|
469
485
|
export { default as Gift } from './gift/index.js';
|
|
486
|
+
export { default as GlassBottleAndMetalCan } from './glass-bottle-and-metal-can/index.js';
|
|
470
487
|
export { default as GlobalAnalytics } from './global--analytics/index.js';
|
|
471
488
|
export { default as GlobalAssetsAndRecovery_01 } from './global--assets-and-recovery--01/index.js';
|
|
472
489
|
export { default as GlobalAssetsAndRecovery_02 } from './global--assets-and-recovery--02/index.js';
|
|
@@ -488,10 +505,15 @@ export { default as Globe } from './globe/index.js';
|
|
|
488
505
|
export { default as GlobeLocations } from './globe--locations/index.js';
|
|
489
506
|
export { default as GoLanguage } from './go--language/index.js';
|
|
490
507
|
export { default as Goals } from './goals/index.js';
|
|
508
|
+
export { default as GolfBag } from './golf--bag/index.js';
|
|
509
|
+
export { default as GolfBall } from './golf--ball/index.js';
|
|
510
|
+
export { default as GolfClub } from './golf--club/index.js';
|
|
511
|
+
export { default as GolfHole } from './golf--hole/index.js';
|
|
491
512
|
export { default as GovernUsersAndIdentities } from './govern--users--and--identities/index.js';
|
|
492
513
|
export { default as Government_01 } from './government--01/index.js';
|
|
493
514
|
export { default as Government_02 } from './government--02/index.js';
|
|
494
515
|
export { default as GpuComputing } from './gpu-computing/index.js';
|
|
516
|
+
export { default as Gramophone } from './gramophone/index.js';
|
|
495
517
|
export { default as GraphicDesign } from './graphic-design/index.js';
|
|
496
518
|
export { default as GraphicIntensiveWorkloads } from './graphic-intensive-workloads/index.js';
|
|
497
519
|
export { default as GreenEnergy } from './green-energy/index.js';
|
|
@@ -552,6 +574,7 @@ export { default as IbmIx } from './ibm--ix/index.js';
|
|
|
552
574
|
export { default as IbmRpa } from './ibm--rpa/index.js';
|
|
553
575
|
export { default as IbmZ } from './ibm--z/index.js';
|
|
554
576
|
export { default as IbmZPartition } from './ibm--z--partition/index.js';
|
|
577
|
+
export { default as IbmZAndCloudModernizationStack } from './ibm--z-and-cloud-modernization-stack/index.js';
|
|
555
578
|
export { default as IbmZAndLinuxoneMultiFrame } from './ibm--z-and-linuxone-multi-frame/index.js';
|
|
556
579
|
export { default as IbmZAndLinuxoneSingleFrame } from './ibm--z-and-linuxone-single-frame/index.js';
|
|
557
580
|
export { default as IbmZ16 } from './ibm--z16/index.js';
|
|
@@ -607,6 +630,7 @@ export { default as Library } from './library/index.js';
|
|
|
607
630
|
export { default as LiftAndShift } from './lift-and-shift/index.js';
|
|
608
631
|
export { default as Lightning } from './lightning/index.js';
|
|
609
632
|
export { default as Link } from './link/index.js';
|
|
633
|
+
export { default as Liquids } from './liquids/index.js';
|
|
610
634
|
export { default as ListBullet } from './list--bullet/index.js';
|
|
611
635
|
export { default as ListCheckbox } from './list--checkbox/index.js';
|
|
612
636
|
export { default as Literature } from './literature/index.js';
|
|
@@ -635,6 +659,7 @@ export { default as MadridSkyscrapers } from './madrid--skyscrapers/index.js';
|
|
|
635
659
|
export { default as MadridStatue } from './madrid--statue/index.js';
|
|
636
660
|
export { default as Magnify } from './magnify/index.js';
|
|
637
661
|
export { default as MailVerse } from './mail--verse/index.js';
|
|
662
|
+
export { default as MainframeQualitiesOfService } from './mainframe-qualities-of-service/index.js';
|
|
638
663
|
export { default as ManageApplicationsAnywhere } from './manage-applications-anywhere/index.js';
|
|
639
664
|
export { default as ManagedHosting_01 } from './managed-hosting--01/index.js';
|
|
640
665
|
export { default as ManagedHosting_02 } from './managed-hosting--02/index.js';
|
|
@@ -656,6 +681,7 @@ export { default as MedicalCharts } from './medical--charts/index.js';
|
|
|
656
681
|
export { default as MedicalStaff } from './medical--staff/index.js';
|
|
657
682
|
export { default as Melbourne } from './melbourne/index.js';
|
|
658
683
|
export { default as Memory } from './memory/index.js';
|
|
684
|
+
export { default as MetalCan } from './metal-can/index.js';
|
|
659
685
|
export { default as Meter } from './meter/index.js';
|
|
660
686
|
export { default as MexicoCityAngelOfIndependence } from './mexico-city--angel-of-independence/index.js';
|
|
661
687
|
export { default as MexicoCityMuseoSoumaya } from './mexico-city--museo-soumaya/index.js';
|
|
@@ -766,6 +792,7 @@ export { default as PhpLanguage } from './php--language/index.js';
|
|
|
766
792
|
export { default as PillBottle_01 } from './pill--bottle--01/index.js';
|
|
767
793
|
export { default as Pills } from './pills/index.js';
|
|
768
794
|
export { default as PlanningAnalytics } from './planning--analytics/index.js';
|
|
795
|
+
export { default as Plastics } from './plastics/index.js';
|
|
769
796
|
export { default as PlatformAsAService } from './platform-as-a-service/index.js';
|
|
770
797
|
export { default as PlayerFlow } from './player--flow/index.js';
|
|
771
798
|
export { default as PliLanguage } from './pli--language/index.js';
|
|
@@ -909,6 +936,7 @@ export { default as Silence } from './silence/index.js';
|
|
|
909
936
|
export { default as Singapore } from './singapore/index.js';
|
|
910
937
|
export { default as SingleSignOn } from './single--sign-on/index.js';
|
|
911
938
|
export { default as Slack } from './slack/index.js';
|
|
939
|
+
export { default as SliceCode } from './slice-code/index.js';
|
|
912
940
|
export { default as Slider } from './slider/index.js';
|
|
913
941
|
export { default as SmallComponentsMakingALargerWhole } from './small-components-making-a-larger-whole/index.js';
|
|
914
942
|
export { default as SmallToMediumBusinessSmb } from './small-to-medium-business-smb/index.js';
|
|
@@ -930,9 +958,11 @@ export { default as Speech } from './speech/index.js';
|
|
|
930
958
|
export { default as SpeechToText } from './speech--to--text/index.js';
|
|
931
959
|
export { default as Speedometer } from './speedometer/index.js';
|
|
932
960
|
export { default as Sports } from './sports/index.js';
|
|
961
|
+
export { default as Spotlight } from './spotlight/index.js';
|
|
933
962
|
export { default as Sprout } from './sprout/index.js';
|
|
934
963
|
export { default as Spss } from './spss/index.js';
|
|
935
964
|
export { default as StackLimitation } from './stack-limitation/index.js';
|
|
965
|
+
export { default as Stage } from './stage/index.js';
|
|
936
966
|
export { default as Stairs } from './stairs/index.js';
|
|
937
967
|
export { default as StairsDown } from './stairs--down/index.js';
|
|
938
968
|
export { default as StairsPlanView } from './stairs--plan--view/index.js';
|
|
@@ -951,6 +981,7 @@ export { default as StorageAreaNetworks } from './storage--area-networks/index.j
|
|
|
951
981
|
export { default as StorageForDataAndAi } from './storage--for-data-and-ai/index.js';
|
|
952
982
|
export { default as StorageForResiliency } from './storage--for-resiliency/index.js';
|
|
953
983
|
export { default as StorageProduct } from './storage--product/index.js';
|
|
984
|
+
export { default as StorageSystems } from './storage--systems/index.js';
|
|
954
985
|
export { default as Strategy } from './strategy/index.js';
|
|
955
986
|
export { default as StrategyAndRisk } from './strategy--and--risk/index.js';
|
|
956
987
|
export { default as StrategyDirect } from './strategy--direct/index.js';
|
|
@@ -1010,6 +1041,9 @@ export { default as TemperatureHigh } from './temperature--high/index.js';
|
|
|
1010
1041
|
export { default as TemperatureLow } from './temperature--low/index.js';
|
|
1011
1042
|
export { default as TemporaryBadge } from './temporary-badge/index.js';
|
|
1012
1043
|
export { default as Tennis } from './tennis/index.js';
|
|
1044
|
+
export { default as TennisBall } from './tennis--ball/index.js';
|
|
1045
|
+
export { default as TennisNet } from './tennis--net/index.js';
|
|
1046
|
+
export { default as TennisRacquet } from './tennis--racquet/index.js';
|
|
1013
1047
|
export { default as TestTubes } from './test--tubes/index.js';
|
|
1014
1048
|
export { default as TextData } from './text--data/index.js';
|
|
1015
1049
|
export { default as TextEquivalent } from './text--equivalent/index.js';
|
|
@@ -1112,6 +1146,9 @@ export { default as WasteElectronic } from './waste--electronic/index.js';
|
|
|
1112
1146
|
export { default as WatsonLogo } from './watson--logo/index.js';
|
|
1113
1147
|
export { default as Watsonx } from './watsonx/index.js';
|
|
1114
1148
|
export { default as WatsonxAi } from './watsonx--ai/index.js';
|
|
1149
|
+
export { default as WatsonxCodeAssistant } from './watsonx--code-assistant/index.js';
|
|
1150
|
+
export { default as WatsonxCodeAssistantForZ } from './watsonx--code-assistant-for-z/index.js';
|
|
1151
|
+
export { default as WatsonxCodeAssistantForZRefactor } from './watsonx--code-assistant-for-z-refactor/index.js';
|
|
1115
1152
|
export { default as WatsonxData } from './watsonx--data/index.js';
|
|
1116
1153
|
export { default as WatsonxGovernance } from './watsonx--governance/index.js';
|
|
1117
1154
|
export { default as Weather } from './weather/index.js';
|
|
@@ -1121,6 +1158,7 @@ export { default as Websites } from './websites/index.js';
|
|
|
1121
1158
|
export { default as Websphere } from './websphere/index.js';
|
|
1122
1159
|
export { default as WeddingCake } from './wedding--cake/index.js';
|
|
1123
1160
|
export { default as Wheat } from './wheat/index.js';
|
|
1161
|
+
export { default as Whistle } from './whistle/index.js';
|
|
1124
1162
|
export { default as Wifi } from './wifi/index.js';
|
|
1125
1163
|
export { default as WindPower } from './wind--power/index.js';
|
|
1126
1164
|
export { default as Windows } from './windows/index.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M5.36,30H4.64v-4h0.72C5.36,26,5.36,30,5.36,30z M7.36,28H6.64v-8h0.72C7.36,20,7.36,28,7.36,28z M3.36,28H2.64v-4h0.72C3.36,24,3.36,28,3.36,28z M5.36,24H4.64v-3.901\tc0-1.031,0.66-1.935,1.644-2.248l0.607-0.193l0.219,0.686l-0.607,0.193C5.82,18.755,5.36,19.383,5.36,20.099\tC5.36,20.099,5.36,24,5.36,24z M3.36,22H2.64v-1.799c0-1.901,1.216-3.569,3.026-4.151l0.73-0.234l0.22,0.686l-0.73,0.234\tc-1.511,0.485-2.526,1.877-2.526,3.465C3.36,20.201,3.36,22,3.36,22z M8.886,20.093L5.003,5.597L5.699,5.41l0.17,0.634l20.208-4.396\tc0.188-0.04,0.374,0.073,0.424,0.258l2.847,10.625c0.05,0.186-0.055,0.377-0.238,0.436l-19.7,6.298l0.172,0.642L8.886,20.093z M6.055,6.741L9.222,18.57l2.176-0.695L8.286,6.255L6.055,6.741z M8.99,6.103l3.095,11.552l11.71-3.743L21.003,3.489L8.99,6.103z M21.707,3.335l2.774,10.356l4.082-1.305l-2.669-9.962L21.707,3.335z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "liquids"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M13.254,30.255l-0.509-0.51l1-1\tc0.057-0.057,0.13-0.093,0.21-0.103l7.356-0.913c0.358-0.045,0.697-0.211,0.954-0.467l6.065-6.101c0.411-0.411,0.411-1.08,0-1.492\tc-0.373-0.371-0.967-0.44-1.513,0.021l-6.286,5.135l-0.016-0.02c-0.41,0.346-0.939,0.554-1.517,0.554h-5V24.64h5\tc0.904,0,1.64-0.735,1.64-1.64c0-0.353-0.287-0.64-0.64-0.64h-8c-2.559,0-4.64,2.081-4.64,4.64c0,0.096-0.038,0.188-0.105,0.255\tl-3,3l-0.509-0.51l2.896-2.896C6.722,23.963,9.095,21.64,12,21.64h8c0.75,0,1.36,0.61,1.36,1.36c0,0.077-0.004,0.154-0.012,0.229\tl5.01-4.092c0.267-0.226,0.7-0.498,1.228-0.498c0.473,0,0.918,0.186,1.255,0.521c0.691,0.692,0.69,1.818,0,2.51l-6.066,6.101\tc-0.37,0.369-0.857,0.607-1.374,0.673l-7.233,0.897L13.254,30.255z M16,17.36c-0.001,0-0.002,0-0.003,0H8\tc-0.199,0-0.36-0.161-0.36-0.36V1c0-0.199,0.161-0.36,0.36-0.36h7.997c0.002,0,0.004,0,0.006,0H24c0.199,0,0.36,0.161,0.36,0.36v16\tc0,0.199-0.161,0.36-0.36,0.36h-7.997C16.002,17.36,16.001,17.36,16,17.36z M16.36,16.64h7.28V9.36h-7.28V16.64z M8.36,16.64h6.771\tL8.36,9.869V16.64z M8.869,9.36l6.771,6.771V9.36H8.869z M16.36,8.64h7.28V1.36h-7.28V8.64z M8.869,8.64h6.771V1.869L8.869,8.64z M8.36,1.36v6.771l6.771-6.771C15.131,1.36,8.36,1.36,8.36,1.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "mainframe-qualities-of-service"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M28,7.36V6.64H14.648l11.504-5.313l-0.303-0.653\tL12.932,6.64H12v0.72h0.64v4.28h-2.28V11c0-0.75-0.61-1.36-1.36-1.36S7.64,10.25,7.64,11v0.64H5v0.72h0.501l-0.842,2.526\tC4.646,14.923,4.64,14.961,4.64,15v14c0,0.056,0.013,0.111,0.038,0.161l1,2C5.739,31.283,5.864,31.36,6,31.36h9h13v-0.72h-0.64V7.36\tH28z M8.36,11c0-0.353,0.287-0.64,0.64-0.64S9.64,10.647,9.64,11v0.64H8.36V11z M8,12.36h2h4.741l0.899,2.699V28.64H5.36V15.36H13\tv-0.72H5.499l0.76-2.28H8z M14.777,30.64H6.223l-0.64-1.279h9.835L14.777,30.64z M26.64,9.64H22v0.72h4.64v2.28H22v0.72h4.64v2.28\tH22v0.72h4.64v2.28H22v0.721h4.64v2.279H22v0.721h4.64v2.279H22v0.721h4.64v2.279H22v0.721h4.64v2.279H15.583l0.739-1.479\tc0.025-0.05,0.038-0.105,0.038-0.161V15c0-0.039-0.006-0.077-0.019-0.114l-0.842-2.526H16v-0.72h-2.64V7.36h13.28V9.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "metal-can"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M29,31.36H3c-0.184,0-0.337-0.139-0.358-0.32\tl-0.964-8.68H1v-0.72h4.64V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v6c0,0.904,0.736,1.64,1.64,1.64h6\tc0.904,0,1.64-0.736,1.64-1.64V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v15.64H31v0.72h-0.665l-0.976,13.665\tC29.346,31.214,29.188,31.36,29,31.36z M23.335,30.64h5.33l0.163-2.279h-5.656L23.335,30.64z M15.402,30.64h7.211l-0.948-13.28H21\tv-0.72h2.64V1.36h-3.28V7c0,1.301-1.059,2.36-2.36,2.36h-6c-1.301,0-2.36-1.059-2.36-2.36V1.36H6.36v20.28H17v0.721h-0.678\tL15.402,30.64z M3.322,30.64h11.355l0.698-6.279H2.625L3.322,30.64z M23.121,27.64h5.758l0.592-8.279H22.53L23.121,27.64z M2.544,23.64h12.911l0.142-1.279H2.402L2.544,23.64z M22.479,18.64h7.043l0.092-1.279h-7.227L22.479,18.64z M10.254,19.255\tl-0.509-0.51l6-6l0.509,0.509L10.254,19.255z M15.254,17.255l-0.509-0.509l5-5l0.51,0.509L15.254,17.255z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "plastics"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M6.5,31.36H1c-0.146,0-0.277-0.088-0.333-0.223\ts-0.025-0.289,0.078-0.393l25.63-25.629c1.083-1.083,2.811-1.213,3.928-0.299l0,0c0.629,0.514,1.013,1.271,1.053,2.077\tc0.04,0.806-0.264,1.595-0.834,2.166L9.497,30.083C8.662,30.918,7.625,31.36,6.5,31.36z M1.869,30.64H6.5\tc0.943,0,1.78-0.358,2.488-1.066l2.32-2.319l-3.026-3.026L1.869,30.64z M8.792,23.718l3.026,3.026l1.491-1.49l-3.026-3.026\tL8.792,23.718z M10.792,21.719l3.026,3.026L30.013,8.55c0.428-0.427,0.655-1.017,0.625-1.621c-0.03-0.611-0.311-1.164-0.789-1.555\tc-0.84-0.685-2.141-0.573-2.963,0.25L10.792,21.719z M10,15.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36\ts1.36,0.61,1.36,1.36S10.75,15.36,10,15.36z M10,13.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS10.353,13.36,10,13.36z M2,15.36c-0.75,0-1.36-0.61-1.36-1.36S1.25,12.64,2,12.64S3.36,13.25,3.36,14S2.75,15.36,2,15.36z M2,13.36\tc-0.353,0-0.64,0.287-0.64,0.64S1.647,14.64,2,14.64S2.64,14.353,2.64,14S2.353,13.36,2,13.36z M14.36,15h-0.72v-2h0.72V15z M6.36,15H5.64v-2h0.72C6.36,13,6.36,15,6.36,15z M14,11.36c-0.75,0-1.36-0.61-1.36-1.36S13.25,8.64,14,8.64s1.36,0.61,1.36,1.36\tS14.75,11.36,14,11.36z M14,9.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S14.353,9.36,14,9.36z M6,11.36c-0.75,0-1.36-0.61-1.36-1.36S5.25,8.64,6,8.64S7.36,9.25,7.36,10S6.75,11.36,6,11.36z M6,9.36\tc-0.353,0-0.64,0.287-0.64,0.64S5.647,10.64,6,10.64S6.64,10.353,6.64,10S6.353,9.36,6,9.36z M10.36,11H9.64V9h0.72\tC10.36,9,10.36,11,10.36,11z M2.36,11H1.64V9h0.72C2.36,9,2.36,11,2.36,11z M10,7.36C9.25,7.36,8.64,6.75,8.64,6S9.25,4.64,10,4.64\tS11.36,5.25,11.36,6S10.75,7.36,10,7.36z M10,5.36C9.647,5.36,9.36,5.647,9.36,6S9.647,6.64,10,6.64S10.64,6.353,10.64,6\tS10.353,5.36,10,5.36z M2,7.36C1.25,7.36,0.64,6.75,0.64,6S1.25,4.64,2,4.64S3.36,5.25,3.36,6S2.75,7.36,2,7.36z M2,5.36\tC1.647,5.36,1.36,5.647,1.36,6S1.647,6.64,2,6.64S2.64,6.353,2.64,6S2.353,5.36,2,5.36z M14.36,7h-0.72V5h0.72V7z M6.36,7H5.64V5\th0.72C6.36,5,6.36,7,6.36,7z M14,3.36c-0.75,0-1.36-0.61-1.36-1.36S13.25,0.64,14,0.64S15.36,1.25,15.36,2S14.75,3.36,14,3.36z M14,1.36c-0.353,0-0.64,0.287-0.64,0.64S13.647,2.64,14,2.64S14.64,2.353,14.64,2S14.353,1.36,14,1.36z M6,3.36\tC5.25,3.36,4.64,2.75,4.64,2S5.25,0.64,6,0.64S7.36,1.25,7.36,2S6.75,3.36,6,3.36z M6,1.36C5.647,1.36,5.36,1.647,5.36,2\tS5.647,2.64,6,2.64S6.64,2.353,6.64,2S6.353,1.36,6,1.36z M10.36,3H9.64V1h0.72C10.36,1,10.36,3,10.36,3z M2.36,3H1.64V1h0.72\tC2.36,1,2.36,3,2.36,3z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "slice-code"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M21.343,18.889C21.294,18.74,21.156,18.64,21,18.64\th-3.493l-1.163-3.747c-0.094-0.301-0.594-0.301-0.688,0l-1.163,3.747H11c-0.156,0-0.294,0.101-0.342,0.249s0.004,0.311,0.13,0.402\tl2.793,2.036l-0.93,3.582c-0.039,0.149,0.022,0.308,0.152,0.393c0.128,0.084,0.298,0.075,0.419-0.019L16,23.098l2.777,2.186\tc0.065,0.051,0.144,0.077,0.223,0.077c0.068,0,0.137-0.02,0.197-0.059c0.129-0.085,0.19-0.243,0.151-0.393l-0.931-3.582l2.794-2.036\tC21.338,19.199,21.391,19.037,21.343,18.889z M17.796,20.89c-0.119,0.087-0.174,0.238-0.137,0.382l0.724,2.785l-2.16-1.7\tc-0.131-0.102-0.314-0.102-0.445,0l-2.161,1.7l0.724-2.785c0.037-0.144-0.017-0.295-0.137-0.382l-2.099-1.529h2.654\tc0.158,0,0.297-0.103,0.344-0.254L16,16.215l0.897,2.892c0.047,0.151,0.186,0.254,0.344,0.254h2.653L17.796,20.89z M1,30.64h30\tv0.721H1V30.64z M4,28.64h24v0.721H4V28.64z M7,26.64h18v0.721H7V26.64z M31.18,5.421l-1.421-0.82l0.82-1.421\tc0.048-0.083,0.061-0.181,0.036-0.273s-0.085-0.171-0.168-0.219l-3.465-2c-0.17-0.098-0.391-0.04-0.491,0.132l-0.82,1.421\tl-1.419-0.819c-0.17-0.099-0.391-0.041-0.491,0.131l-2,3.464c-0.1,0.172-0.041,0.393,0.132,0.492l0.348,0.201L16,10.331L9.76,5.71\tl0.348-0.201c0.083-0.048,0.143-0.126,0.167-0.219c0.025-0.092,0.012-0.19-0.036-0.273l-2-3.464c-0.099-0.171-0.32-0.23-0.492-0.132\tL6.329,2.24L5.508,0.82C5.41,0.648,5.189,0.587,5.017,0.688l-3.464,2c-0.172,0.1-0.231,0.32-0.132,0.492l0.82,1.42L0.82,5.421\tc-0.172,0.1-0.231,0.32-0.132,0.492l2,3.464C2.755,9.492,2.876,9.557,3,9.557c0.061,0,0.123-0.015,0.18-0.048l0.564-0.326\tl2.902,15.881l0.708-0.129L4.151,7.405c0.392,0.264,0.846,0.42,1.317,0.42c0.4,0,0.805-0.102,1.176-0.315\tc0.546-0.315,0.937-0.824,1.1-1.433c0.081-0.306,0.101-0.617,0.061-0.92l7.59,5.621l-2.61,1.933l0.429,0.578L16,11.226l2.786,2.063\tl0.428-0.578l-2.609-1.933l7.594-5.624c-0.121,0.919,0.307,1.863,1.158,2.354c0.363,0.21,0.767,0.317,1.176,0.317\tc0.205,0,0.411-0.027,0.614-0.082c0.255-0.068,0.487-0.185,0.7-0.327l-3.201,17.518l0.709,0.129l2.902-15.881l0.564,0.326\tc0.057,0.033,0.118,0.048,0.18,0.048c0.124,0,0.245-0.064,0.312-0.18l2-3.464C31.411,5.741,31.353,5.521,31.18,5.421z M7.796,2.225\tl1.64,2.84L9.129,5.242L6.89,3.583v0.001C6.655,3.406,6.389,3.279,6.11,3.199L7.796,2.225z M2.225,3.132l2.84-1.64L5.705,2.6\tL4.284,3.421l0,0l0,0l-1.419,0.82L2.225,3.132z M3.132,8.705l-1.64-2.84L3.18,4.89C3.096,5.225,3.092,5.576,3.16,5.922L3.148,5.924\tl0.458,2.507L3.132,8.705z M7.048,5.889C6.935,6.312,6.664,6.666,6.284,6.885c-0.782,0.453-1.787,0.183-2.24-0.6\tc-0.452-0.783-0.183-1.788,0.6-2.24c0.782-0.453,1.788-0.183,2.24,0.6C7.104,5.024,7.162,5.466,7.048,5.889z M26.935,1.492\tl2.841,1.64l-0.64,1.109L27.72,3.423c-0.001-0.001-0.002-0.002-0.004-0.003c-0.001-0.001-0.003-0.001-0.004-0.002l-1.418-0.819\tL26.935,1.492z M22.563,5.065l1.641-2.84L25.893,3.2c-0.28,0.079-0.546,0.207-0.781,0.384l0,0l-2.241,1.659L22.563,5.065z M26.96,7.049c-0.42,0.115-0.864,0.056-1.244-0.164c-0.783-0.452-1.052-1.457-0.601-2.24c0.452-0.783,1.458-1.051,2.241-0.6\tc0.379,0.219,0.65,0.573,0.764,0.996c0.113,0.423,0.055,0.865-0.164,1.245C27.737,6.664,27.384,6.936,26.96,7.049z M28.868,8.705\tl-0.475-0.274l0.458-2.507l-0.01-0.002c0.067-0.338,0.066-0.688-0.02-1.031l1.686,0.974L28.868,8.705z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "spotlight"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M31,0.64H1C0.801,0.64,0.64,0.801,0.64,1v21\tc0,0.199,0.161,0.36,0.36,0.36h30c0.199,0,0.36-0.161,0.36-0.36V1C31.36,0.801,31.199,0.64,31,0.64z M24.64,16.64H7.36V3.053\tC7.975,3.842,8.924,4.36,10,4.36c1.318,0,2.45-0.77,3-1.878c0.55,1.108,1.682,1.878,3,1.878s2.45-0.77,3-1.877\tc0.55,1.107,1.682,1.877,3,1.877c1.076,0,2.024-0.517,2.64-1.306V16.64z M22,3.64c-1.333,0-2.426-0.996-2.603-2.28h5.207\tC24.426,2.644,23.333,3.64,22,3.64z M16,3.64c-1.332,0-2.426-0.996-2.604-2.28h5.207C18.426,2.644,17.333,3.64,16,3.64z M10,3.64\tc-1.332,0-2.426-0.996-2.604-2.28h5.207C12.426,2.644,11.332,3.64,10,3.64z M4,3.64c-1.332,0-2.426-0.996-2.604-2.28h5.207\tC6.426,2.644,5.332,3.64,4,3.64z M4.36,4.323c0.927-0.101,1.735-0.572,2.28-1.271V21.64H4.36V4.323z M7.36,17.36h17.28v4.279H7.36\tV17.36z M25.36,3.054c0.545,0.698,1.353,1.169,2.279,1.269V21.64H25.36V3.054z M28,3.64c-1.333,0-2.426-0.996-2.603-2.28h5.207\tC30.426,2.644,29.333,3.64,28,3.64z M1.36,3.053c0.545,0.699,1.354,1.17,2.28,1.271V21.64H1.36V3.053z M30.64,21.64h-2.28V4.323\tc0.926-0.101,1.734-0.571,2.279-1.269L30.64,21.64L30.64,21.64z M28,28.761c-0.417-0.67-1.154-1.121-2-1.121h-1.64V27\tc0-0.904,0.735-1.64,1.64-1.64h3v-0.72h-3c-0.846,0-1.583,0.451-2,1.121c-0.417-0.67-1.154-1.121-2-1.121h-4\tc-0.846,0-1.583,0.451-2,1.122c-0.417-0.671-1.154-1.122-2-1.122h-4c-0.846,0-1.583,0.451-2,1.122c-0.417-0.671-1.154-1.122-2-1.122\tH3v0.721h3c0.904,0,1.64,0.735,1.64,1.64v0.64H6c-0.846,0-1.583,0.451-2,1.122c-0.417-0.671-1.154-1.122-2-1.122H1v0.721h1\tc0.904,0,1.64,0.735,1.64,1.64v1h0.72v-1c0-0.904,0.736-1.64,1.64-1.64h4c0.904,0,1.64,0.735,1.64,1.64v1h0.72v-1\tc0-0.904,0.736-1.64,1.64-1.64h4c0.904,0,1.64,0.735,1.64,1.64v1h0.721v-1c0-0.904,0.735-1.64,1.64-1.64h4\tc0.904,0,1.64,0.735,1.64,1.64v1h0.721v-1c0-0.904,0.735-1.64,1.64-1.64h1V27.64h-1C29.154,27.64,28.417,28.09,28,28.761z M12,28.762c-0.417-0.671-1.154-1.122-2-1.122H8.36V27c0-0.904,0.736-1.64,1.64-1.64h4c0.904,0,1.64,0.735,1.64,1.64v0.64H14\tC13.154,27.64,12.417,28.091,12,28.762z M20,28.761c-0.417-0.67-1.154-1.121-2-1.121h-1.64V27c0-0.904,0.736-1.64,1.64-1.64h4\tc0.904,0,1.64,0.735,1.64,1.64v0.64H22C21.154,27.64,20.417,28.09,20,28.761z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "stage"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M30,28.36H2c-0.199,0-0.36-0.161-0.36-0.36v-6\th0.72v5.64h27.28V22h0.721v6C30.36,28.199,30.199,28.36,30,28.36z M26,25.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36\ts1.36,0.61,1.36,1.36S26.75,25.36,26,25.36z M26,23.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS26.353,23.36,26,23.36z M22,24.36H5v-0.72h17V24.36z M30,20.36H2c-0.199,0-0.36-0.161-0.36-0.36v-6h0.72v5.64h27.28V14h0.721v6\tC30.36,20.199,30.199,20.36,30,20.36z M26,17.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36\tS26.75,17.36,26,17.36z M26,15.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S26.353,15.36,26,15.36z M22,16.36H5v-0.72h17V16.36z M30,12.36H2c-0.199,0-0.36-0.161-0.36-0.36V4c0-0.199,0.161-0.36,0.36-0.36h28\tc0.199,0,0.36,0.161,0.36,0.36v8C30.36,12.199,30.199,12.36,30,12.36z M2.36,11.64h27.28V4.36H2.36V11.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "storage--systems"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M22,0.64c-5.161,0-9.36,4.199-9.36,9.36\ts4.199,9.36,9.36,9.36s9.36-4.199,9.36-9.36S27.161,0.64,22,0.64z M30.619,9.601c-4.369-0.416-7.805-3.852-8.221-8.221\tC26.844,1.584,30.415,5.156,30.619,9.601z M13.38,10.399c4.369,0.416,7.805,3.852,8.221,8.221\tC17.156,18.415,13.584,14.844,13.38,10.399z M22.324,18.623c-0.419-4.771-4.175-8.528-8.948-8.947c0.168-4.505,3.795-8.131,8.3-8.3\tc0.419,4.771,4.175,8.529,8.947,8.948C30.455,14.829,26.829,18.455,22.324,18.623z M2.254,20.255l-0.509-0.51l8-8l0.509,0.509\tL2.254,20.255z M19.745,21.745l0.51,0.51l-4,4l-0.509-0.51L19.745,21.745z M12.746,18.745l0.509,0.51l-12,12l-0.509-0.51\tL12.746,18.745z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "tennis--ball"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
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 index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M31,2.64H11.323c-0.175-1.13-1.145-2-2.323-2\tC7.699,0.64,6.64,1.699,6.64,3v9.64H5c-0.199,0-0.36,0.161-0.36,0.36v3.64H3c-0.199,0-0.36,0.161-0.36,0.36v7.64H1v0.721h2\tc0.199,0,0.36-0.161,0.36-0.36v-7.64h1.28V21c0,0.199,0.161,0.36,0.36,0.36h1.64V31h0.72V3c0-0.904,0.736-1.64,1.64-1.64\tS10.64,2.096,10.64,3v28h0.72V9.36h1.28V31h0.72v-1.64h3.28V31h0.72v-1.64h3.279V31h0.721v-1.64h3.279V31h0.721v-1.64h3.279V31\th0.721v-1.64H31v-0.72h-1.64v-3.28H31v-0.72h-1.64v-3.28H31v-0.72h-1.64v-3.28H31v-0.72h-1.64v-3.28H31v-0.72h-1.64V9.36H31V8.64\tH11.36V3.36H31V2.64z M5.36,20.64v-7.28h1.28v7.28H5.36z M13.36,13.36h3.28v3.28h-3.28V13.36z M17.36,16.64v-3.28h3.279v3.28H17.36z M20.64,17.36v3.279h-3.28V17.36H20.64z M13.36,17.36h3.28v3.279h-3.28V17.36z M13.36,21.36h3.28v3.279h-3.28V21.36z M17.36,21.36\th3.279v3.279H17.36V21.36z M21.36,21.36h3.279v3.279H21.36V21.36z M21.36,20.64v-3.28h3.279v3.279L21.36,20.64L21.36,20.64z M21.36,16.64v-3.28h3.279v3.28H21.36z M21.36,12.64V9.36h3.279v3.28C24.639,12.64,21.36,12.64,21.36,12.64z M20.64,12.64h-3.28\tV9.36h3.279L20.64,12.64L20.64,12.64z M16.64,12.64h-3.28V9.36h3.28V12.64z M13.36,28.64v-3.28h3.28v3.279L13.36,28.64L13.36,28.64z M17.36,28.64v-3.28h3.279v3.279L17.36,28.64L17.36,28.64z M21.36,28.64v-3.28h3.279v3.279L21.36,28.64L21.36,28.64z M28.64,28.64\th-3.28v-3.28h3.279L28.64,28.64L28.64,28.64z M28.64,24.64h-3.28v-3.28h3.279L28.64,24.64L28.64,24.64z M28.64,20.64h-3.28v-3.28\th3.279L28.64,20.64L28.64,20.64z M28.64,16.64h-3.28v-3.28h3.279L28.64,16.64L28.64,16.64z M28.64,12.64h-3.28V9.36h3.279\tL28.64,12.64L28.64,12.64z M12.64,6c0,0.75,0.61,1.36,1.36,1.36S15.36,6.75,15.36,6S14.75,4.64,14,4.64S12.64,5.25,12.64,6z M14.64,6c0,0.353-0.287,0.64-0.64,0.64S13.36,6.353,13.36,6S13.647,5.36,14,5.36S14.64,5.647,14.64,6z M16.64,6\tc0,0.75,0.61,1.36,1.36,1.36S19.36,6.75,19.36,6S18.75,4.64,18,4.64S16.64,5.25,16.64,6z M18.64,6c0,0.353-0.287,0.64-0.64,0.64\tS17.36,6.353,17.36,6S17.647,5.36,18,5.36S18.64,5.647,18.64,6z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "tennis--net"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|