@carbon/pictograms-react 11.89.0 → 11.90.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/__generated__/bucket-0.d.ts +4 -4
- package/es/__generated__/bucket-0.js +2 -2
- package/es/__generated__/bucket-1.d.ts +4 -4
- package/es/__generated__/bucket-1.js +299 -299
- package/es/__generated__/bucket-2.d.ts +5 -5
- package/es/__generated__/bucket-2.js +307 -307
- package/es/__generated__/bucket-3.d.ts +5 -5
- package/es/__generated__/bucket-3.js +2 -2
- package/es/__generated__/bucket-4.d.ts +6 -6
- package/es/__generated__/bucket-4.js +323 -323
- package/es/__generated__/bucket-5.d.ts +11 -1
- package/es/__generated__/bucket-5.js +368 -212
- package/es/bat--01/index.d.ts +11 -0
- package/es/bat--01/index.js +32 -0
- package/es/bat--02/index.d.ts +11 -0
- package/es/bat--02/index.js +32 -0
- package/es/bat--hanging/index.d.ts +11 -0
- package/es/bat--hanging/index.js +32 -0
- package/es/ibm--machine-learning-for-z-os/index.d.ts +11 -0
- package/es/ibm--machine-learning-for-z-os/index.js +32 -0
- package/es/index.js +6 -6
- package/es/spyre-accelerator--card/index.d.ts +11 -0
- package/es/spyre-accelerator--card/index.js +32 -0
- package/es/tennis--court/index.d.ts +11 -0
- package/es/tennis--court/index.js +32 -0
- package/es/tennis--scoreboard/index.d.ts +11 -0
- package/es/tennis--scoreboard/index.js +32 -0
- package/es/tennis--serve/index.d.ts +11 -0
- package/es/tennis--serve/index.js +32 -0
- package/es/tennis--shot/index.d.ts +11 -0
- package/es/tennis--shot/index.js +32 -0
- package/es/tennis--umpire-chair/index.d.ts +11 -0
- package/es/tennis--umpire-chair/index.js +32 -0
- package/es/user--research-tools/index.js +7 -0
- package/lib/__generated__/bucket-0.js +4 -4
- package/lib/__generated__/bucket-1.js +301 -301
- package/lib/__generated__/bucket-2.js +310 -310
- package/lib/__generated__/bucket-3.js +5 -5
- package/lib/__generated__/bucket-4.js +327 -327
- package/lib/__generated__/bucket-5.js +377 -211
- package/lib/bat--01/index.d.ts +11 -0
- package/lib/bat--01/index.js +34 -0
- package/lib/bat--02/index.d.ts +11 -0
- package/lib/bat--02/index.js +34 -0
- package/lib/bat--hanging/index.d.ts +11 -0
- package/lib/bat--hanging/index.js +34 -0
- package/lib/ibm--machine-learning-for-z-os/index.d.ts +11 -0
- package/lib/ibm--machine-learning-for-z-os/index.js +34 -0
- package/lib/index.js +29 -19
- package/lib/spyre-accelerator--card/index.d.ts +11 -0
- package/lib/spyre-accelerator--card/index.js +34 -0
- package/lib/tennis--court/index.d.ts +11 -0
- package/lib/tennis--court/index.js +34 -0
- package/lib/tennis--scoreboard/index.d.ts +11 -0
- package/lib/tennis--scoreboard/index.js +34 -0
- package/lib/tennis--serve/index.d.ts +11 -0
- package/lib/tennis--serve/index.js +34 -0
- package/lib/tennis--shot/index.d.ts +11 -0
- package/lib/tennis--shot/index.js +34 -0
- package/lib/tennis--umpire-chair/index.d.ts +11 -0
- package/lib/tennis--umpire-chair/index.js +34 -0
- package/lib/user--research-tools/index.js +7 -0
- package/package.json +3 -3
- package/umd/index.js +1152 -986
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const Bat_01: CarbonPictogramType;
|
|
11
|
+
export default Bat_01
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const Bat_01 = /*#__PURE__*/React.forwardRef(function Bat_01({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M15.64,25v-1.998c0-0.019,0-0.037,0-0.056\tc-0.042-4.524-5.411-4.586-5.64-4.586c-0.165-0.001-0.309-0.113-0.349-0.273c-0.9-3.595-4.416-2.774-4.564-2.737\tc-0.194,0.045-0.388-0.07-0.436-0.262c-0.915-3.66-3.541-3.727-3.652-3.728c-0.136-0.001-0.26-0.079-0.32-0.2\tc-0.06-0.122-0.048-0.267,0.034-0.375C3.785,6.687,9.748,6.64,10,6.64c0.165,0,0.309,0.112,0.349,0.272\tc0.642,2.565,2.117,3.825,3.021,4.376c-0.213-0.826-0.352-2.13,0.309-3.45c0.052-0.104,0.15-0.176,0.264-0.194\tc0.116-0.016,0.231,0.02,0.312,0.101L16,9.491l1.745-1.745c0.082-0.083,0.197-0.118,0.312-0.101\tc0.114,0.019,0.213,0.091,0.265,0.194c0.659,1.32,0.521,2.625,0.309,3.45c0.902-0.551,2.379-1.811,3.02-4.376\tC21.69,6.752,21.835,6.64,22,6.64c0.252,0,6.215,0.047,9.288,4.144c0.081,0.108,0.094,0.253,0.034,0.375\tc-0.061,0.122-0.185,0.199-0.32,0.2c-0.111,0.001-2.737,0.067-3.652,3.728c-0.049,0.192-0.241,0.308-0.437,0.262\tc-0.148-0.038-3.666-0.86-4.563,2.737c-0.04,0.16-0.185,0.272-0.35,0.273c-0.229,0-5.596,0.063-5.64,4.586c0,0.018,0,0.035,0,0.054\tl0,0c0,0.001,0,0.001,0,0.002v1.998L15.64,25L15.64,25z M10.806,17.703c1.394,0.175,4.199,0.833,5.194,3.305\tc0.996-2.471,3.801-3.13,5.194-3.305l-1.449-1.449l0.51-0.509l1.575,1.576c0.651-1.792,1.946-2.446,2.967-2.673\tc0.562-0.125,1.089-0.133,1.498-0.108c-0.442-0.64-1.267-1.624-2.456-2.219l0.322-0.644c1.334,0.667,2.238,1.74,2.727,2.449\tc0.864-2.406,2.513-3.152,3.438-3.383c-2.571-2.901-6.922-3.315-8.052-3.374c-1.102,3.91-4.033,4.93-4.16,4.972\tc-0.142,0.046-0.29,0.004-0.386-0.105c-0.096-0.11-0.115-0.267-0.051-0.396c0.008-0.017,0.755-1.562,0.197-3.206l-1.621,1.621\tc-0.141,0.141-0.368,0.141-0.509,0l-1.621-1.621c-0.557,1.645,0.189,3.189,0.198,3.206c0.064,0.13,0.044,0.287-0.051,0.396\tc-0.095,0.109-0.248,0.152-0.385,0.105c-0.127-0.042-3.059-1.062-4.161-4.972c-1.13,0.059-5.48,0.473-8.052,3.374\tc0.926,0.231,2.574,0.977,3.438,3.383c0.489-0.708,1.393-1.782,2.727-2.449l0.322,0.644C6.97,12.916,6.146,13.9,5.703,14.54\tc0.408-0.026,0.938-0.017,1.498,0.108c1.021,0.227,2.315,0.88,2.966,2.673l1.576-1.576l0.509,0.509L10.806,17.703z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = Bat_01;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const Bat_02: CarbonPictogramType;
|
|
11
|
+
export default Bat_02
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const Bat_02 = /*#__PURE__*/React.forwardRef(function Bat_02({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M7.2,30.3l-0.4-0.599c0.028-0.02,2.84-1.952,2.84-5.701\tc0-4.69-4.727-6.646-4.774-6.666c-0.09-0.036-0.161-0.107-0.198-0.196c-0.037-0.09-0.037-0.19,0.001-0.279\tc0.939-2.19,1.064-4.086,0.371-5.636C4.095,9.107,1.908,8.349,1.886,8.341c-0.13-0.044-0.224-0.158-0.242-0.294\tS1.686,7.776,1.8,7.701C4.458,5.928,2.773,3.31,2.7,3.199s-0.08-0.253-0.017-0.37C2.746,2.713,2.868,2.64,3,2.64\tc8.016,0,15.854,6.755,16.233,7.086c0.026,0.022,0.048,0.047,0.066,0.075c0.055,0.082,0.074,0.185,0.05,0.284\tc-0.029,0.121-0.119,0.218-0.236,0.257C18.99,10.383,16.36,11.309,16.36,14c0,1.094,0.355,3.64,3.64,3.64\tc1.221,0,2.376-0.354,3.028-0.75c-0.894-2.488,0.698-4.125,0.717-4.144c0.098-0.097,0.236-0.132,0.369-0.087\tc2.8,0.933,3.185,3.519,3.237,4.184l0.798,0.797H30c0.125,0,0.24,0.065,0.307,0.171c0.065,0.106,0.071,0.239,0.016,0.351l-1,2\tC29.261,20.283,29.137,20.36,29,20.36c-1.106,0-2.777,0-3.678,1.801C23.597,25.61,21.134,27.36,18,27.36h-7v-0.72h7\tc2.878,0,5.062-1.57,6.678-4.801c1.031-2.061,2.938-2.19,4.1-2.198l0.641-1.28H28c-0.096,0-0.188-0.038-0.255-0.105l-1-1\tc-0.066-0.067-0.104-0.159-0.105-0.254c0-0.109-0.043-2.607-2.527-3.578c-0.389,0.509-1.32,2.116,0.188,4.377l-0.6,0.398\tc-0.146-0.221-0.273-0.437-0.382-0.647C22.568,17.979,21.35,18.36,20,18.36c-2.73,0-4.36-1.63-4.36-4.36\tc0-1.042,0.336-1.863,0.792-2.498c-2,1.356-3.072,3.586-3.072,6.498h-0.72c0-3.614,1.607-6.337,4.478-7.71\tc-2.297,0.067-6.247,0.697-8.837,3.935l-0.562-0.45c2.808-3.509,6.976-4.165,9.399-4.219C14.969,8.764,10.833,7.712,5.04,8.358\tL4.96,7.642c5.322-0.592,9.246,0.186,11.609,0.948C13.777,6.621,8.701,3.598,3.598,3.373c0.423,0.964,0.955,2.96-0.888,4.542\tc0.805,0.4,2.222,1.31,2.983,3.005c0.747,1.663,0.669,3.646-0.229,5.899c1.15,0.571,4.896,2.77,4.896,7.181\tC10.36,28.145,7.329,30.214,7.2,30.3z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = Bat_02;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const BatHanging: CarbonPictogramType;
|
|
11
|
+
export default BatHanging
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const BatHanging = /*#__PURE__*/React.forwardRef(function BatHanging({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M18,31.36c-0.095,0-0.187-0.038-0.255-0.105\tL16,29.509l-1.746,1.746c-0.082,0.081-0.199,0.117-0.312,0.101c-0.114-0.019-0.212-0.091-0.264-0.194\tc-0.507-1.014-0.563-1.994-0.486-2.732c-0.327,0.283-0.646,0.566-0.952,0.84c-0.76,0.678-1.808,0.672-2.495-0.014l-2-2\tc-0.693-0.693-0.932-1.779-0.579-2.642l1.095-2.41c-1.363-0.521-2.352-0.854-2.376-0.861c-0.127-0.043-0.22-0.152-0.242-0.284\ts0.032-0.266,0.14-0.346c3.703-2.777,1.969-6.399,1.894-6.552c-0.05-0.1-0.05-0.218,0-0.319c0.049-0.1,0.143-0.172,0.252-0.194\tC12.572,12.718,12.64,8.192,12.64,8c0-0.155,0.1-0.292,0.246-0.341c2.708-0.903,2.753-3.547,2.754-3.66V1h0.72v2.93l8.34,20.685\tc0.352,0.86,0.113,1.946-0.579,2.64l-1.857,1.99c-0.708,0.71-1.759,0.714-2.508,0.02c-0.184-0.17-0.511-0.469-0.94-0.845\tc0.078,0.733,0.021,1.711-0.493,2.741c-0.052,0.104-0.15,0.176-0.265,0.194C18.038,31.358,18.02,31.36,18,31.36z M16,28.64\tc0.092,0,0.184,0.035,0.254,0.105l1.625,1.625c0.43-1.196,0.195-2.246,0.045-2.71c-0.562-0.469-1.209-0.986-1.895-1.494\tc-0.637,0.443-1.303,0.967-1.958,1.513c-0.147,0.484-0.36,1.531,0.051,2.69l1.624-1.624C15.816,28.675,15.908,28.64,16,28.64z M6.73,20.87c1.619,0.569,6,2.184,8.47,3.83c2.278,1.52,4.437,3.473,5.044,4.036c0.463,0.426,1.079,0.431,1.501,0.009l1.857-1.99\tc0.495-0.495,0.672-1.277,0.431-1.869L16.127,5.279c-0.302,0.958-0.998,2.219-2.598,2.904l2.779,4.631l-0.617,0.37l-2.462-4.103\tc-0.299,1.514-1.284,4.182-4.522,5.116l4.547,4.547l-0.509,0.51l-3.997-3.997C9.001,16.682,8.923,18.935,6.73,20.87z M8.935,22.464\tL7.828,24.9c-0.236,0.578-0.059,1.36,0.427,1.846l2,2c0.414,0.414,1.033,0.408,1.506-0.014c1.129-1.009,2.429-2.138,3.652-3.012\tc-0.202-0.143-0.407-0.283-0.612-0.42C13.249,24.266,10.852,23.221,8.935,22.464z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = BatHanging;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const IbmMachineLearningForZOs: CarbonPictogramType;
|
|
11
|
+
export default IbmMachineLearningForZOs
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const IbmMachineLearningForZOs = /*#__PURE__*/React.forwardRef(function IbmMachineLearningForZOs({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M16,30.36\tc-0.001,0-0.002,0-0.003,0H4c-1.301,0-2.36-1.059-2.36-2.36V16.001c0-0.001,0-0.002,0-0.003V4c0-1.301,1.059-2.36,2.36-2.36h11.997\tc0.002,0,0.004,0,0.006,0H28c1.302,0,2.36,1.059,2.36,2.36v7h-0.72V4c0-0.904-0.735-1.64-1.64-1.64H16.36V11h-0.72V2.869L2.509,16\tL15.64,29.131V21h0.72v9c0,0.146-0.087,0.277-0.222,0.333C16.093,30.351,16.046,30.36,16,30.36z M2.36,16.869V28\tc0,0.904,0.736,1.64,1.64,1.64h11.131L2.36,16.869z M4,2.36C3.096,2.36,2.36,3.096,2.36,4v11.131L15.131,2.36H4z M31,29.36H20v-0.72\th11V29.36z M31,26.36h-5v-0.72h5V26.36z M23.007,25.36c-0.003,0-0.005,0-0.008,0c-1.301-0.005-2.359-1.063-2.359-2.36\tc0-1.302,1.059-2.36,2.36-2.36c0.631,0,1.224,0.246,1.669,0.691c0.36,0.36,0.589,0.815,0.664,1.309H31v0.721h-5.668\tc-0.077,0.491-0.31,0.946-0.674,1.309C24.21,25.114,23.624,25.36,23.007,25.36z M23,21.36c-0.904,0-1.64,0.735-1.64,1.64\tc0,0.901,0.736,1.637,1.641,1.64l0,0c0.002,0,0.004,0,0.006,0c0.425,0,0.831-0.171,1.144-0.481c0.315-0.313,0.489-0.725,0.489-1.159\tc0.001-0.438-0.17-0.849-0.479-1.158C23.851,21.53,23.438,21.36,23,21.36z M31,19.36h-6c-0.078,0-0.153-0.025-0.216-0.072\tL20.88,16.36h-2.547c-0.174,1.131-1.154,2-2.333,2c-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36c1.179,0,2.159,0.869,2.333,2\tH21c0.078,0,0.153,0.025,0.216,0.072l3.904,2.928H31V19.36z M16,14.36c-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.736,1.64,1.64,1.64\tc0.904,0,1.64-0.735,1.64-1.64S16.904,14.36,16,14.36z M31,16.36h-5c-0.078,0-0.153-0.025-0.216-0.072l-4-3l0.432-0.576l3.904,2.928\tH31V16.36z M31,13.36h-3v-0.72h3V13.36z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = IbmMachineLearningForZOs;
|
package/lib/index.js
CHANGED
|
@@ -124,6 +124,9 @@ exports.Barcelona = __generated___bucket0_js.Barcelona;
|
|
|
124
124
|
exports.BareMetal = __generated___bucket0_js.BareMetal;
|
|
125
125
|
exports.BaselMunster = __generated___bucket0_js.BaselMunster;
|
|
126
126
|
exports.BaselTownHall = __generated___bucket0_js.BaselTownHall;
|
|
127
|
+
exports.BatHanging = __generated___bucket0_js.BatHanging;
|
|
128
|
+
exports.Bat_01 = __generated___bucket0_js.Bat_01;
|
|
129
|
+
exports.Bat_02 = __generated___bucket0_js.Bat_02;
|
|
127
130
|
exports.Bee = __generated___bucket0_js.Bee;
|
|
128
131
|
exports.BeijingMunicipal = __generated___bucket0_js.BeijingMunicipal;
|
|
129
132
|
exports.BeijingTower = __generated___bucket0_js.BeijingTower;
|
|
@@ -258,9 +261,6 @@ exports.CloudOracle = __generated___bucket0_js.CloudOracle;
|
|
|
258
261
|
exports.CloudPakFamily = __generated___bucket0_js.CloudPakFamily;
|
|
259
262
|
exports.CloudPakForApplications = __generated___bucket0_js.CloudPakForApplications;
|
|
260
263
|
exports.CloudPakForBusinessAutomation = __generated___bucket0_js.CloudPakForBusinessAutomation;
|
|
261
|
-
exports.CloudPakForData = __generated___bucket0_js.CloudPakForData;
|
|
262
|
-
exports.CloudPakForIntegration = __generated___bucket0_js.CloudPakForIntegration;
|
|
263
|
-
exports.CloudPakForMulticloudManagement = __generated___bucket0_js.CloudPakForMulticloudManagement;
|
|
264
264
|
exports.CloudPartners = __generated___bucket0_js.CloudPartners;
|
|
265
265
|
exports.CloudPlanning = __generated___bucket0_js.CloudPlanning;
|
|
266
266
|
exports.CloudPlatform = __generated___bucket0_js.CloudPlatform;
|
|
@@ -273,6 +273,9 @@ exports.CloudStrategy = __generated___bucket0_js.CloudStrategy;
|
|
|
273
273
|
exports.CloudTutorials = __generated___bucket0_js.CloudTutorials;
|
|
274
274
|
exports.CloudUpload = __generated___bucket0_js.CloudUpload;
|
|
275
275
|
exports.CloudVmware = __generated___bucket0_js.CloudVmware;
|
|
276
|
+
exports.CloudPakForData = __generated___bucket1_js.CloudPakForData;
|
|
277
|
+
exports.CloudPakForIntegration = __generated___bucket1_js.CloudPakForIntegration;
|
|
278
|
+
exports.CloudPakForMulticloudManagement = __generated___bucket1_js.CloudPakForMulticloudManagement;
|
|
276
279
|
exports.CloudPakForNetworkAutomation = __generated___bucket1_js.CloudPakForNetworkAutomation;
|
|
277
280
|
exports.CloudPakForSecurity = __generated___bucket1_js.CloudPakForSecurity;
|
|
278
281
|
exports.CloudPakSystem = __generated___bucket1_js.CloudPakSystem;
|
|
@@ -520,9 +523,9 @@ exports.F1Car_01 = __generated___bucket1_js.F1Car_01;
|
|
|
520
523
|
exports.F1Car_02 = __generated___bucket1_js.F1Car_02;
|
|
521
524
|
exports.F1Grid = __generated___bucket1_js.F1Grid;
|
|
522
525
|
exports.F1PitStopTrafficLight = __generated___bucket1_js.F1PitStopTrafficLight;
|
|
523
|
-
exports.F1Race =
|
|
524
|
-
exports.F1SteeringWheel =
|
|
525
|
-
exports.FaceDissatisfied =
|
|
526
|
+
exports.F1Race = __generated___bucket2_js.F1Race;
|
|
527
|
+
exports.F1SteeringWheel = __generated___bucket2_js.F1SteeringWheel;
|
|
528
|
+
exports.FaceDissatisfied = __generated___bucket2_js.FaceDissatisfied;
|
|
526
529
|
exports.FaceNeutral = __generated___bucket2_js.FaceNeutral;
|
|
527
530
|
exports.FaceSatisfied = __generated___bucket2_js.FaceSatisfied;
|
|
528
531
|
exports.FaceVeryDissatisfied = __generated___bucket2_js.FaceVeryDissatisfied;
|
|
@@ -713,6 +716,7 @@ exports.IbmEngineeringWorkflowManagement = __generated___bucket2_js.IbmEngineeri
|
|
|
713
716
|
exports.IbmGranite = __generated___bucket2_js.IbmGranite;
|
|
714
717
|
exports.IbmIbv = __generated___bucket2_js.IbmIbv;
|
|
715
718
|
exports.IbmIx = __generated___bucket2_js.IbmIx;
|
|
719
|
+
exports.IbmMachineLearningForZOs = __generated___bucket2_js.IbmMachineLearningForZOs;
|
|
716
720
|
exports.IbmOneMadisonAvenue = __generated___bucket2_js.IbmOneMadisonAvenue;
|
|
717
721
|
exports.IbmPower11 = __generated___bucket2_js.IbmPower11;
|
|
718
722
|
exports.IbmRpa = __generated___bucket2_js.IbmRpa;
|
|
@@ -769,10 +773,10 @@ exports.JapanMtFuji = __generated___bucket2_js.JapanMtFuji;
|
|
|
769
773
|
exports.Java = __generated___bucket2_js.Java;
|
|
770
774
|
exports.Java_02 = __generated___bucket2_js.Java_02;
|
|
771
775
|
exports.Javascript = __generated___bucket2_js.Javascript;
|
|
772
|
-
exports.Juice =
|
|
773
|
-
exports.Justice =
|
|
774
|
-
exports.KeepDry =
|
|
775
|
-
exports.KeepYourOwnKey =
|
|
776
|
+
exports.Juice = __generated___bucket3_js.Juice;
|
|
777
|
+
exports.Justice = __generated___bucket3_js.Justice;
|
|
778
|
+
exports.KeepDry = __generated___bucket3_js.KeepDry;
|
|
779
|
+
exports.KeepYourOwnKey = __generated___bucket3_js.KeepYourOwnKey;
|
|
776
780
|
exports.KeyLifecycle = __generated___bucket3_js.KeyLifecycle;
|
|
777
781
|
exports.KeyUsers = __generated___bucket3_js.KeyUsers;
|
|
778
782
|
exports.Keyboard = __generated___bucket3_js.Keyboard;
|
|
@@ -1019,10 +1023,10 @@ exports.PlatformAsAService = __generated___bucket3_js.PlatformAsAService;
|
|
|
1019
1023
|
exports.PlatformAsAService_02 = __generated___bucket3_js.PlatformAsAService_02;
|
|
1020
1024
|
exports.PlayerFlow = __generated___bucket3_js.PlayerFlow;
|
|
1021
1025
|
exports.PliLanguage = __generated___bucket3_js.PliLanguage;
|
|
1022
|
-
exports.Podcast =
|
|
1023
|
-
exports.Police =
|
|
1024
|
-
exports.PopulationDiagram =
|
|
1025
|
-
exports.PortlandBuilding =
|
|
1026
|
+
exports.Podcast = __generated___bucket4_js.Podcast;
|
|
1027
|
+
exports.Police = __generated___bucket4_js.Police;
|
|
1028
|
+
exports.PopulationDiagram = __generated___bucket4_js.PopulationDiagram;
|
|
1029
|
+
exports.PortlandBuilding = __generated___bucket4_js.PortlandBuilding;
|
|
1026
1030
|
exports.PoughkeepsieBridge = __generated___bucket4_js.PoughkeepsieBridge;
|
|
1027
1031
|
exports.PoughkeepsieIbmClocktower = __generated___bucket4_js.PoughkeepsieIbmClocktower;
|
|
1028
1032
|
exports.PoughkeepsieMidHudsonBridge = __generated___bucket4_js.PoughkeepsieMidHudsonBridge;
|
|
@@ -1220,6 +1224,7 @@ exports.Spring = __generated___bucket4_js.Spring;
|
|
|
1220
1224
|
exports.Sprout = __generated___bucket4_js.Sprout;
|
|
1221
1225
|
exports.Spss = __generated___bucket4_js.Spss;
|
|
1222
1226
|
exports.SpyreAccelerator = __generated___bucket4_js.SpyreAccelerator;
|
|
1227
|
+
exports.SpyreAcceleratorCard = __generated___bucket4_js.SpyreAcceleratorCard;
|
|
1223
1228
|
exports.StackLimitation = __generated___bucket4_js.StackLimitation;
|
|
1224
1229
|
exports.Stage = __generated___bucket4_js.Stage;
|
|
1225
1230
|
exports.Stairs = __generated___bucket4_js.Stairs;
|
|
@@ -1268,11 +1273,11 @@ exports.Sustainability_04 = __generated___bucket4_js.Sustainability_04;
|
|
|
1268
1273
|
exports.SwiftAtIbm = __generated___bucket4_js.SwiftAtIbm;
|
|
1269
1274
|
exports.SwipeLeft = __generated___bucket4_js.SwipeLeft;
|
|
1270
1275
|
exports.SwipeRight = __generated___bucket4_js.SwipeRight;
|
|
1271
|
-
exports.SydneyMlcCentre =
|
|
1272
|
-
exports.SydneyOperaHouse =
|
|
1273
|
-
exports.Synergy =
|
|
1274
|
-
exports.Systems =
|
|
1275
|
-
exports.SystemsAndTools =
|
|
1276
|
+
exports.SydneyMlcCentre = __generated___bucket5_js.SydneyMlcCentre;
|
|
1277
|
+
exports.SydneyOperaHouse = __generated___bucket5_js.SydneyOperaHouse;
|
|
1278
|
+
exports.Synergy = __generated___bucket5_js.Synergy;
|
|
1279
|
+
exports.Systems = __generated___bucket5_js.Systems;
|
|
1280
|
+
exports.SystemsAndTools = __generated___bucket5_js.SystemsAndTools;
|
|
1276
1281
|
exports.SystemsDevopsAnalyze = __generated___bucket5_js.SystemsDevopsAnalyze;
|
|
1277
1282
|
exports.SystemsDevopsBuild = __generated___bucket5_js.SystemsDevopsBuild;
|
|
1278
1283
|
exports.SystemsDevopsCicdPipeline = __generated___bucket5_js.SystemsDevopsCicdPipeline;
|
|
@@ -1312,8 +1317,13 @@ exports.TemperatureLow = __generated___bucket5_js.TemperatureLow;
|
|
|
1312
1317
|
exports.TemporaryBadge = __generated___bucket5_js.TemporaryBadge;
|
|
1313
1318
|
exports.Tennis = __generated___bucket5_js.Tennis;
|
|
1314
1319
|
exports.TennisBall = __generated___bucket5_js.TennisBall;
|
|
1320
|
+
exports.TennisCourt = __generated___bucket5_js.TennisCourt;
|
|
1315
1321
|
exports.TennisNet = __generated___bucket5_js.TennisNet;
|
|
1316
1322
|
exports.TennisRacquet = __generated___bucket5_js.TennisRacquet;
|
|
1323
|
+
exports.TennisScoreboard = __generated___bucket5_js.TennisScoreboard;
|
|
1324
|
+
exports.TennisServe = __generated___bucket5_js.TennisServe;
|
|
1325
|
+
exports.TennisShot = __generated___bucket5_js.TennisShot;
|
|
1326
|
+
exports.TennisUmpireChair = __generated___bucket5_js.TennisUmpireChair;
|
|
1317
1327
|
exports.TestTubes = __generated___bucket5_js.TestTubes;
|
|
1318
1328
|
exports.TextData = __generated___bucket5_js.TextData;
|
|
1319
1329
|
exports.TextEquivalent = __generated___bucket5_js.TextEquivalent;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const SpyreAcceleratorCard: CarbonPictogramType;
|
|
11
|
+
export default SpyreAcceleratorCard
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const SpyreAcceleratorCard = /*#__PURE__*/React.forwardRef(function SpyreAcceleratorCard({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M23,11.5c0-0.276,0.224-0.5,0.5-0.5\ts0.5,0.224,0.5,0.5S23.776,12,23.5,12S23,11.776,23,11.5z M23.5,18c0.276,0,0.5-0.224,0.5-0.5S23.776,17,23.5,17S23,17.224,23,17.5\tS23.224,18,23.5,18z M11.5,12c0.276,0,0.5-0.224,0.5-0.5S11.776,11,11.5,11S11,11.224,11,11.5S11.224,12,11.5,12z M11.5,18\tc0.276,0,0.5-0.224,0.5-0.5S11.776,17,11.5,17S11,17.224,11,17.5S11.224,18,11.5,18z M4.5,12C4.776,12,5,11.776,5,11.5\tS4.776,11,4.5,11S4,11.224,4,11.5S4.224,12,4.5,12z M4.5,18C4.776,18,5,17.776,5,17.5S4.776,17,4.5,17S4,17.224,4,17.5\tS4.224,18,4.5,18z M27,25.36H9c-0.199,0-0.36-0.161-0.36-0.36v-3.64H6.36V24c0,0.199-0.161,0.36-0.36,0.36H2\tc-0.199,0-0.36-0.161-0.36-0.36V8c0-0.199,0.161-0.36,0.36-0.36h28c0.199,0,0.36,0.161,0.36,0.36v13c0,0.199-0.161,0.36-0.36,0.36\th-2.64V25C27.36,25.199,27.199,25.36,27,25.36z M9.36,24.64h17.28v-3.28H9.36V24.64z M2.36,23.64h3.28V21\tc0-0.199,0.161-0.36,0.36-0.36h23.64V8.36H2.36V23.64z M26.36,19h-0.72v-3h0.721L26.36,19L26.36,19z M9.36,19H8.64v-3h0.72\tC9.36,16,9.36,19,9.36,19z M21,18.36h-7c-0.199,0-0.36-0.161-0.36-0.36v-7c0-0.199,0.161-0.36,0.36-0.36h7\tc0.199,0,0.36,0.161,0.36,0.36v7C21.36,18.199,21.199,18.36,21,18.36z M14.36,17.64h6.28v-6.28h-6.28\tC14.36,11.36,14.36,17.64,14.36,17.64z M28.36,18h-0.72v-3h0.721L28.36,18L28.36,18z M7.36,18H6.64v-3h0.72C7.36,15,7.36,18,7.36,18\tz M28.36,14h-0.72v-3h0.721L28.36,14L28.36,14z M7.36,14H6.64v-3h0.72C7.36,11,7.36,14,7.36,14z M26.36,13h-0.72v-3h0.721L26.36,13\tL26.36,13z M9.36,13H8.64v-3h0.72C9.36,10,9.36,13,9.36,13z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = SpyreAcceleratorCard;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const TennisCourt: CarbonPictogramType;
|
|
11
|
+
export default TennisCourt
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const TennisCourt = /*#__PURE__*/React.forwardRef(function TennisCourt({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M25,30.36H7c-0.096,0-0.187-0.038-0.254-0.105\tC6.678,30.188,6.64,30.096,6.64,30V2c0-0.199,0.161-0.36,0.36-0.36h18c0.199,0,0.36,0.161,0.36,0.36v28\tC25.36,30.199,25.199,30.36,25,30.36z M22.36,29.64h2.279V16.36H22.36V29.64z M10.36,29.64h11.28v-7.28H10.36V29.64z M7.36,29.64\th2.28V16.36H7.36V29.64z M16.36,21.64h5.28v-5.28h-5.28V21.64z M10.36,21.64h5.28v-5.28h-5.28C10.36,16.36,10.36,21.64,10.36,21.64z M22.36,15.64h2.279V2.36H22.36V15.64z M16.36,15.64h5.28v-5.28h-5.28V15.64z M10.36,15.64h5.28v-5.28h-5.28\tC10.36,10.36,10.36,15.64,10.36,15.64z M7.36,15.64h2.28V2.36H7.36V15.64z M10.36,9.64h11.28V2.36H10.36V9.64z M13,28.36\tc-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S13.75,28.36,13,28.36z M13,26.36\tc-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S13.353,26.36,13,26.36z M19,6.36\tc-0.75,0-1.36-0.61-1.36-1.36S18.25,3.64,19,3.64S20.36,4.25,20.36,5S19.75,6.36,19,6.36z M19,4.36c-0.353,0-0.64,0.287-0.64,0.64\tS18.647,5.64,19,5.64S19.64,5.353,19.64,5S19.353,4.36,19,4.36z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = TennisCourt;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const TennisScoreboard: CarbonPictogramType;
|
|
11
|
+
export default TennisScoreboard
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const TennisScoreboard = /*#__PURE__*/React.forwardRef(function TennisScoreboard({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M31,26.36H1c-0.199,0-0.36-0.161-0.36-0.36\tv-3c0-0.199,0.161-0.36,0.36-0.36h0.64V6c0-0.199,0.161-0.36,0.36-0.36h4.64V5h0.72v0.64h4.28V5h0.72v0.64h7.28V5h0.721v0.64h4.279\tV5h0.721v0.64H30c0.199,0,0.36,0.161,0.36,0.36v16.64H31c0.199,0,0.36,0.161,0.36,0.36v3C31.36,26.199,31.199,26.36,31,26.36z M1.36,25.64h29.28v-2.28H1.36V25.64z M2.36,22.64h27.28V6.36h-4.28v2.28H27c0.199,0,0.36,0.161,0.36,0.36v11\tc0,0.199-0.161,0.36-0.36,0.36h-9c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36h1.64V6.36h-7.28v2.28H14\tc0.199,0,0.36,0.161,0.36,0.36v11c0,0.199-0.161,0.36-0.36,0.36H5c-0.199,0-0.36-0.161-0.36-0.36V9c0-0.199,0.161-0.36,0.36-0.36\th1.64V6.36H2.36V22.64z M18.36,19.64h8.279V9.36H25.36V10h-0.72V9.36h-4.28V10h-0.72V9.36h-1.28V19.64z M5.36,19.64h8.28V9.36h-1.28\tV10h-0.72V9.36H7.36V10H6.64V9.36H5.36V19.64z M20.36,8.64h4.279V6.36H20.36V8.64z M7.36,8.64h4.28V6.36H7.36V8.64z M24.36,17h-0.72\tv-5h0.721L24.36,17L24.36,17z M21.36,17h-0.72v-5h0.721L21.36,17L21.36,17z M11.36,17h-0.72v-5h0.72V17z M8.36,17H7.64v-5h0.72V17z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = TennisScoreboard;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const TennisServe: CarbonPictogramType;
|
|
11
|
+
export default TennisServe
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const TennisServe = /*#__PURE__*/React.forwardRef(function TennisServe({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M22.355,31.06l-0.711-0.119\tc0.01-0.055,0.853-5.271-0.656-8.246c-0.656,1.039-2.122,3.362-2.369,3.738C18.317,26.891,17.89,27.36,17,27.36h-4.5\tc-1.025,0-1.86-0.835-1.86-1.86h0.72c0,0.548,0.436,1.14,1.14,1.14H17c0.464,0,0.721-0.152,1.018-0.603\tc0.319-0.485,2.678-4.229,2.678-4.229c0.065-0.103,0.178-0.166,0.3-0.168c0.11-0.016,0.236,0.059,0.305,0.161\tC23.354,24.884,22.396,30.809,22.355,31.06z M28.36,25h-0.72c0-4.527-2.605-7.437-2.902-7.754C24.675,17.18,24.64,17.092,24.64,17\tV8.5c0-0.628-0.511-1.14-1.14-1.14s-1.14,0.512-1.14,1.14V14h-0.72V8.5c0-1.025,0.835-1.86,1.86-1.86s1.86,0.834,1.86,1.86v8.361\tC25.945,17.522,28.36,20.523,28.36,25z M16,24.36h-5c-0.096,0-0.187-0.038-0.254-0.105l-0.954-0.954\tc-0.469-0.214-1.59-0.707-2.009-0.819c-0.517-0.139-1.721-0.396-2.033-0.462c-0.732-0.141-1.43-0.521-1.993-1.09\tc-1.342-1.357-1.494-3.392-0.338-4.534l0,0c1.157-1.14,3.188-0.964,4.529,0.394c0.512,0.519,0.851,1.135,1.01,1.763h0.001\tc0,0,0.417,1.6,0.571,2.204c0.119,0.469,0.648,1.739,0.774,2.039l0.845,0.845h4.646l2.558-4.298\tC18.237,19.354,18.119,19.36,18,19.36c-1.853,0-3.36-1.508-3.36-3.36s1.507-3.36,3.36-3.36s3.36,1.507,3.36,3.36\tc0,1.373-0.828,2.557-2.012,3.077l-3.039,5.107C16.245,24.293,16.127,24.36,16,24.36z M7.75,21.73\tc0.082,0.02,0.155,0.038,0.219,0.056c0.307,0.082,0.877,0.315,1.357,0.521c-0.195-0.488-0.416-1.066-0.494-1.374\tc-0.019-0.074-0.042-0.164-0.068-0.264c-0.122,0.238-0.28,0.459-0.478,0.653C8.125,21.483,7.945,21.619,7.75,21.73z M5.892,21.313\tc0.079,0.015,0.158,0.026,0.237,0.034c0.65,0.061,1.238-0.127,1.652-0.536c0.51-0.504,0.669-1.252,0.501-2.001\tc-0.013-0.05-0.02-0.077-0.02-0.077l0.001-0.001c-0.129-0.507-0.407-1.012-0.828-1.438c-1.062-1.075-2.637-1.25-3.511-0.387l0,0\tc-0.873,0.864-0.719,2.441,0.344,3.516c0.444,0.449,0.987,0.754,1.554,0.876v-0.001C5.823,21.299,5.848,21.305,5.892,21.313z M18,13.36c-1.456,0-2.64,1.185-2.64,2.64c0,1.456,1.185,2.64,2.64,2.64c1.456,0,2.64-1.184,2.64-2.64S19.456,13.36,18,13.36z M24,4.36c-0.75,0-1.36-0.61-1.36-1.36S23.25,1.64,24,1.64S25.36,2.25,25.36,3S24.75,4.36,24,4.36z M24,2.36\tc-0.353,0-0.64,0.287-0.64,0.64S23.647,3.64,24,3.64S24.64,3.353,24.64,3S24.353,2.36,24,2.36z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = TennisServe;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const TennisShot: CarbonPictogramType;
|
|
11
|
+
export default TennisShot
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const TennisShot = /*#__PURE__*/React.forwardRef(function TennisShot({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M29.568,29.36c-0.603,0-1.161-0.301-1.493-0.805\tl-4.354-5.328l-0.913-1.808l0.645-0.322l0.87,1.741l4.333,5.291c0.466,0.7,1.505,0.615,1.859-0.062\tc0.188-0.357,0.163-0.77-0.065-1.103l-3.727-4.51c-0.021-0.025-0.038-0.053-0.051-0.082l-1.262-2.809l0.656-0.295l1.242,2.765\tl3.714,4.497c0.397,0.573,0.439,1.281,0.13,1.871C30.843,28.993,30.235,29.36,29.568,29.36z M14.442,29.36\tc-0.685,0-1.304-0.375-1.616-0.979c-0.31-0.6-0.261-1.287,0.13-1.84l2.719-5.697c0.023-0.05,0.058-0.093,0.101-0.127l6-4.75\tl0.447,0.564l-5.935,4.698l-2.714,5.675c-0.264,0.381-0.293,0.79-0.109,1.146c0.191,0.369,0.556,0.589,0.976,0.589\tc0.344,0,0.67-0.166,0.873-0.444l2.612-5.354c0.025-0.052,0.062-0.097,0.109-0.131l5.75-4.25c1.03-0.746,1.4-2.139,0.884-3.316\tl-2.248-4.997c-0.051-0.112-0.04-0.241,0.025-0.343c0.066-0.103,0.181-0.165,0.303-0.165h5.75c0.002,0,0.005,0,0.008,0\tc0.621,0,1.128-0.511,1.132-1.143c0.003-0.3-0.115-0.584-0.332-0.8c-0.217-0.216-0.505-0.336-0.81-0.338h-8.044\tc-0.139,0-0.266-0.08-0.325-0.205s-0.042-0.274,0.046-0.382c0.458-0.563,0.678-1.531,0.135-2.421\tc-0.362-0.594-1.085-0.992-1.799-0.992c-0.003,0-0.006,0-0.009,0c-0.694,0.003-1.299,0.297-1.704,0.828\tc-0.407,0.533-0.54,1.215-0.364,1.871c0.252,0.94,1.114,1.606,2.062,1.582c0.002,0,0.003,0,0.004,0c0.141,0,0.268,0.082,0.327,0.209\tc0.059,0.128,0.038,0.28-0.055,0.387c-0.7,0.807-0.855,1.83-0.438,2.881c0.466,1.175,1.98,4.706,1.996,4.741l-0.662,0.284\tc-0.015-0.036-1.533-3.576-2.004-4.759c-0.429-1.079-0.356-2.176,0.185-3.093c-1.007-0.23-1.832-1.005-2.111-2.045\tc-0.234-0.873-0.057-1.782,0.487-2.494c0.536-0.701,1.364-1.106,2.272-1.11c0.004,0,0.009,0,0.013,0\tc0.971,0,1.917,0.523,2.414,1.337c0.503,0.825,0.554,1.828,0.173,2.663H28.5c0.498,0.003,0.964,0.198,1.315,0.547\tc0.354,0.353,0.548,0.82,0.545,1.315c-0.008,1.027-0.837,1.857-1.851,1.857c-0.004,0-0.008,0-0.012,0h-5.191l2.021,4.492\tc0.653,1.489,0.183,3.25-1.117,4.19l-5.676,4.195l-2.606,5.328C15.559,29.083,15.015,29.36,14.442,29.36z M11.488,15.36\tc-1.012,0-1.841-0.831-1.848-1.857l0.72-0.005c0.004,0.631,0.511,1.143,1.13,1.143c0.002,0,0.005,0,0.007,0H16\tc0.298,0,0.563-0.092,0.766-0.266c0.257-0.219,0.748-0.646,0.748-0.646l0.473,0.543c0,0-0.494,0.43-0.753,0.651\tC16.898,15.208,16.472,15.36,16,15.36h-4.5C11.496,15.36,11.492,15.36,11.488,15.36z M2,14.36c-0.75,0-1.36-0.61-1.36-1.36\tS1.25,11.64,2,11.64S3.36,12.25,3.36,13S2.75,14.36,2,14.36z M2,12.36c-0.353,0-0.64,0.287-0.64,0.64S1.647,13.64,2,13.64\tS2.64,13.353,2.64,13S2.353,12.36,2,12.36z M15,12.36h-5c-0.096,0-0.187-0.038-0.254-0.105l-1.198-1.198\tc-0.301-0.121-1.524-0.606-1.978-0.725L4.42,9.77V9.768c-0.6-0.16-1.188-0.49-1.681-0.984c-0.626-0.626-1.012-1.421-1.086-2.24\tC1.576,5.701,1.836,4.935,2.386,4.386c0.549-0.549,1.315-0.808,2.158-0.733c0.818,0.075,1.614,0.46,2.24,1.086\tc0.542,0.542,0.887,1.198,1.026,1.86l0.004-0.001c0,0.001,0.298,1.463,0.449,2.04c0.104,0.402,0.58,1.458,0.786,1.902l1.1,1.1h4.718\tl0.899-0.771l0.469,0.547l-1,0.858C15.169,12.329,15.086,12.36,15,12.36z M6.536,9.579l0.216,0.057\tc0.291,0.076,0.838,0.276,1.306,0.456C7.86,9.64,7.643,9.114,7.566,8.82C7.553,8.767,7.538,8.706,7.521,8.64\tC7.417,8.819,7.289,8.986,7.137,9.137C6.957,9.317,6.754,9.464,6.536,9.579z M4.676,9.092c0.73,0.177,1.459,0.029,1.953-0.464\tc0.834-0.835,0.675-2.351-0.354-3.38C5.768,4.741,5.129,4.429,4.479,4.37C3.852,4.312,3.29,4.5,2.895,4.895l0,0\tC2.5,5.29,2.313,5.853,2.37,6.479C2.429,7.13,2.741,7.768,3.248,8.275c0.401,0.4,0.875,0.669,1.354,0.799l0,0L4.676,9.092z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = TennisShot;
|
|
@@ -0,0 +1,11 @@
|
|
|
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/pictograms-react. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
import type { CarbonPictogramType } from '../CarbonPictogram';
|
|
10
|
+
declare const TennisUmpireChair: CarbonPictogramType;
|
|
11
|
+
export default TennisUmpireChair
|
|
@@ -0,0 +1,34 @@
|
|
|
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 _rollupPluginBabelHelpers = require('../_rollupPluginBabelHelpers-DQqaN36q.js');
|
|
12
|
+
var React = require('react');
|
|
13
|
+
var Icon_js = require('../Icon.js');
|
|
14
|
+
require('@carbon/icon-helpers');
|
|
15
|
+
require('prop-types');
|
|
16
|
+
|
|
17
|
+
var _path;
|
|
18
|
+
const TennisUmpireChair = /*#__PURE__*/React.forwardRef(function TennisUmpireChair({
|
|
19
|
+
children,
|
|
20
|
+
...rest
|
|
21
|
+
}, ref) {
|
|
22
|
+
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
|
+
width: 64,
|
|
24
|
+
height: 64,
|
|
25
|
+
viewBox: "0 0 32 32",
|
|
26
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
27
|
+
fill: "currentColor",
|
|
28
|
+
ref: ref
|
|
29
|
+
}, rest), _path || (_path = /*#__PURE__*/React.createElement("path", {
|
|
30
|
+
d: "M13.647,31.07l-1.736-8.71h-8.68\tl-0.873,8.676l-0.717-0.072L3.614,11.36H3.5c-0.956,0-1.86-0.904-1.86-1.86V2c0-0.199,0.161-0.36,0.36-0.36\tc1.213,0,2.36,1.147,2.36,2.36v4c0,0.305,0.335,0.64,0.64,0.64h6c0.676,0,1.36,0.467,1.36,1.36c0,0.84-0.706,1.36-1.36,1.36h-0.547\tl3.9,19.57L13.647,31.07z M3.303,21.64h8.464L9.719,11.36H4.337L3.303,21.64z M2.36,2.412V9.5c0,0.554,0.586,1.14,1.14,1.14H11\tc0.309,0,0.64-0.257,0.64-0.64c0-0.609-0.533-0.64-0.64-0.64H5C4.301,9.36,3.64,8.699,3.64,8V4C3.64,3.308,3.04,2.605,2.36,2.412z M28.36,31h-0.72v-2.64h-2.28V31h-0.72v-2.64h-2.28V31h-0.72v-2.64h-2.28V31h-0.72V16h0.721v0.64H31v0.72H19.36v1.279H31v0.721\th-2.64v2.279H31v0.721h-2.64v2.279H31v0.721h-2.64v2.279H31v0.721h-2.64V31z M25.36,27.64h2.279v-2.28H25.36V27.64z M22.36,27.64\th2.279v-2.28H22.36V27.64z M19.36,27.64h2.279v-2.28H19.36V27.64z M25.36,24.64h2.279v-2.28H25.36V24.64z M22.36,24.64h2.279v-2.28\tH22.36V24.64z M19.36,24.64h2.279v-2.28H19.36V24.64z M25.36,21.64h2.279v-2.28H25.36V21.64z M22.36,21.64h2.279v-2.28H22.36V21.64z M19.36,21.64h2.279v-2.28H19.36V21.64z"
|
|
31
|
+
})), children);
|
|
32
|
+
});
|
|
33
|
+
|
|
34
|
+
module.exports = TennisUmpireChair;
|
|
@@ -15,10 +15,17 @@ require('@carbon/icon-helpers');
|
|
|
15
15
|
require('prop-types');
|
|
16
16
|
|
|
17
17
|
var _path;
|
|
18
|
+
let didWarnAboutDeprecation = false;
|
|
18
19
|
const UserResearchTools = /*#__PURE__*/React.forwardRef(function UserResearchTools({
|
|
19
20
|
children,
|
|
20
21
|
...rest
|
|
21
22
|
}, ref) {
|
|
23
|
+
if (process.env.NODE_ENV !== "production") {
|
|
24
|
+
if (!didWarnAboutDeprecation) {
|
|
25
|
+
didWarnAboutDeprecation = true;
|
|
26
|
+
console.warn(`The UserResearchTools component has been deprecated and will be ` + `removed in the next major version of @carbon/icons-react.`);
|
|
27
|
+
}
|
|
28
|
+
}
|
|
22
29
|
return /*#__PURE__*/React.createElement(Icon_js, _rollupPluginBabelHelpers._extends({
|
|
23
30
|
width: 64,
|
|
24
31
|
height: 64,
|