@carbon/pictograms 12.63.0 → 12.63.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/categories.yml +10 -0
- package/deprecated.yml +3 -1
- package/es/bat--01/index.js +27 -0
- package/es/bat--02/index.js +27 -0
- package/es/bat--hanging/index.js +27 -0
- package/es/ibm--machine-learning-for-z-os/index.js +27 -0
- package/es/index.js +10 -0
- package/es/spyre-accelerator--card/index.js +27 -0
- package/es/tennis--court/index.js +27 -0
- package/es/tennis--scoreboard/index.js +27 -0
- package/es/tennis--serve/index.js +27 -0
- package/es/tennis--shot/index.js +27 -0
- package/es/tennis--umpire-chair/index.js +27 -0
- package/lib/bat--01/index.js +29 -0
- package/lib/bat--02/index.js +29 -0
- package/lib/bat--hanging/index.js +29 -0
- package/lib/ibm--machine-learning-for-z-os/index.js +29 -0
- package/lib/index.js +20 -0
- package/lib/spyre-accelerator--card/index.js +29 -0
- package/lib/tennis--court/index.js +29 -0
- package/lib/tennis--scoreboard/index.js +29 -0
- package/lib/tennis--serve/index.js +29 -0
- package/lib/tennis--shot/index.js +29 -0
- package/lib/tennis--umpire-chair/index.js +29 -0
- package/master/productive-pictogram-master.ai +15003 -14664
- package/metadata.json +549 -32
- package/package.json +2 -2
- package/pictograms.yml +121 -34
- package/src/svg/bat--01.svg +25 -0
- package/src/svg/bat--02.svg +23 -0
- package/src/svg/bat--hanging.svg +21 -0
- package/src/svg/ibm--machine-learning-for-z-os.svg +20 -0
- package/src/svg/spyre-accelerator--card.svg +20 -0
- package/src/svg/tennis--court.svg +16 -0
- package/src/svg/tennis--scoreboard.svg +16 -0
- package/src/svg/tennis--serve.svg +26 -0
- package/src/svg/tennis--shot.svg +37 -0
- package/src/svg/tennis--umpire-chair.svg +16 -0
- package/svg/bat--01.svg +1 -0
- package/svg/bat--02.svg +1 -0
- package/svg/bat--hanging.svg +1 -0
- package/svg/ibm--machine-learning-for-z-os.svg +1 -0
- package/svg/spyre-accelerator--card.svg +1 -0
- package/svg/tennis--court.svg +1 -0
- package/svg/tennis--scoreboard.svg +1 -0
- package/svg/tennis--serve.svg +1 -0
- package/svg/tennis--shot.svg +1 -0
- package/svg/tennis--umpire-chair.svg +1 -0
- package/umd/index.js +2795 -2605
package/categories.yml
CHANGED
|
@@ -58,6 +58,7 @@ categories:
|
|
|
58
58
|
- hard--prompt
|
|
59
59
|
- human-in-the-loop
|
|
60
60
|
- ibm--granite
|
|
61
|
+
- ibm--machine-learning-for-z-os
|
|
61
62
|
- intelligence
|
|
62
63
|
- machine--learning--01
|
|
63
64
|
- machine--learning--02
|
|
@@ -70,6 +71,7 @@ categories:
|
|
|
70
71
|
- neurodiversity
|
|
71
72
|
- prompt
|
|
72
73
|
- spyre-accelerator
|
|
74
|
+
- spyre-accelerator--card
|
|
73
75
|
- technical-document-generation
|
|
74
76
|
- technical-owner
|
|
75
77
|
- telum-ii-chip
|
|
@@ -997,6 +999,9 @@ categories:
|
|
|
997
999
|
- backpack
|
|
998
1000
|
- balloon
|
|
999
1001
|
- balloon--hot-air
|
|
1002
|
+
- bat--01
|
|
1003
|
+
- bat--02
|
|
1004
|
+
- bat--hanging
|
|
1000
1005
|
- birthday--cake
|
|
1001
1006
|
- blender
|
|
1002
1007
|
- cafe
|
|
@@ -1300,8 +1305,13 @@ categories:
|
|
|
1300
1305
|
- sports
|
|
1301
1306
|
- tennis
|
|
1302
1307
|
- tennis--ball
|
|
1308
|
+
- tennis--court
|
|
1303
1309
|
- tennis--net
|
|
1304
1310
|
- tennis--racquet
|
|
1311
|
+
- tennis--scoreboard
|
|
1312
|
+
- tennis--serve
|
|
1313
|
+
- tennis--shot
|
|
1314
|
+
- tennis--umpire-chair
|
|
1305
1315
|
- tickets
|
|
1306
1316
|
- ufc--belt
|
|
1307
1317
|
- ufc--fighting
|
package/deprecated.yml
CHANGED
|
@@ -20,4 +20,6 @@ deprecated:
|
|
|
20
20
|
- name: mail--verse
|
|
21
21
|
reason: This icon is no longer relevent
|
|
22
22
|
- name: workday
|
|
23
|
-
reason: We've switched to SuccessFactor
|
|
23
|
+
reason: We've switched to SuccessFactor
|
|
24
|
+
- name: user--research-tools
|
|
25
|
+
reason: has an existing duplicate with design research
|
|
@@ -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": "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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "bat--01"
|
|
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": "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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "bat--02"
|
|
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": "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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "bat--hanging"
|
|
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.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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ibm--machine-learning-for-z-os"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
package/es/index.js
CHANGED
|
@@ -107,6 +107,9 @@ export { default as Barcelona } from './barcelona/index.js';
|
|
|
107
107
|
export { default as BareMetal } from './bare-metal/index.js';
|
|
108
108
|
export { default as BaselMunster } from './basel--munster/index.js';
|
|
109
109
|
export { default as BaselTownHall } from './basel--town-hall/index.js';
|
|
110
|
+
export { default as Bat_01 } from './bat--01/index.js';
|
|
111
|
+
export { default as Bat_02 } from './bat--02/index.js';
|
|
112
|
+
export { default as BatHanging } from './bat--hanging/index.js';
|
|
110
113
|
export { default as Bee } from './bee/index.js';
|
|
111
114
|
export { default as BeijingMunicipal } from './beijing--municipal/index.js';
|
|
112
115
|
export { default as BeijingTower } from './beijing--tower/index.js';
|
|
@@ -696,6 +699,7 @@ export { default as IbmEngineeringWorkflowManagement } from './ibm--engineering-
|
|
|
696
699
|
export { default as IbmGranite } from './ibm--granite/index.js';
|
|
697
700
|
export { default as IbmIbv } from './ibm--ibv/index.js';
|
|
698
701
|
export { default as IbmIx } from './ibm--ix/index.js';
|
|
702
|
+
export { default as IbmMachineLearningForZOs } from './ibm--machine-learning-for-z-os/index.js';
|
|
699
703
|
export { default as IbmOneMadisonAvenue } from './ibm--one-madison-avenue/index.js';
|
|
700
704
|
export { default as IbmPower11 } from './ibm--power11/index.js';
|
|
701
705
|
export { default as IbmRpa } from './ibm--rpa/index.js';
|
|
@@ -1203,6 +1207,7 @@ export { default as Spring } from './spring/index.js';
|
|
|
1203
1207
|
export { default as Sprout } from './sprout/index.js';
|
|
1204
1208
|
export { default as Spss } from './spss/index.js';
|
|
1205
1209
|
export { default as SpyreAccelerator } from './spyre-accelerator/index.js';
|
|
1210
|
+
export { default as SpyreAcceleratorCard } from './spyre-accelerator--card/index.js';
|
|
1206
1211
|
export { default as StackLimitation } from './stack-limitation/index.js';
|
|
1207
1212
|
export { default as Stage } from './stage/index.js';
|
|
1208
1213
|
export { default as Stairs } from './stairs/index.js';
|
|
@@ -1294,9 +1299,14 @@ export { default as TemperatureHigh } from './temperature--high/index.js';
|
|
|
1294
1299
|
export { default as TemperatureLow } from './temperature--low/index.js';
|
|
1295
1300
|
export { default as TemporaryBadge } from './temporary-badge/index.js';
|
|
1296
1301
|
export { default as Tennis } from './tennis/index.js';
|
|
1302
|
+
export { default as TennisCourt } from './tennis--court/index.js';
|
|
1297
1303
|
export { default as TennisBall } from './tennis--ball/index.js';
|
|
1298
1304
|
export { default as TennisNet } from './tennis--net/index.js';
|
|
1299
1305
|
export { default as TennisRacquet } from './tennis--racquet/index.js';
|
|
1306
|
+
export { default as TennisScoreboard } from './tennis--scoreboard/index.js';
|
|
1307
|
+
export { default as TennisServe } from './tennis--serve/index.js';
|
|
1308
|
+
export { default as TennisShot } from './tennis--shot/index.js';
|
|
1309
|
+
export { default as TennisUmpireChair } from './tennis--umpire-chair/index.js';
|
|
1300
1310
|
export { default as TestTubes } from './test--tubes/index.js';
|
|
1301
1311
|
export { default as TextData } from './text--data/index.js';
|
|
1302
1312
|
export { default as TextEquivalent } from './text--equivalent/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": "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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "spyre-accelerator--card"
|
|
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,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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "tennis--court"
|
|
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,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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "tennis--scoreboard"
|
|
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.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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "tennis--serve"
|
|
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.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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "tennis--shot"
|
|
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.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"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "tennis--umpire-chair"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 64,
|
|
18
|
+
"height": 64
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"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"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "bat--01"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
module.exports = index;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 64,
|
|
18
|
+
"height": 64
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"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"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "bat--02"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
module.exports = index;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 64,
|
|
18
|
+
"height": 64
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"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"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "bat--hanging"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
module.exports = index;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 64,
|
|
18
|
+
"height": 64
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"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"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "ibm--machine-learning-for-z-os"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
module.exports = index;
|
package/lib/index.js
CHANGED
|
@@ -109,6 +109,9 @@ var barcelona_index_js = require('./barcelona/index.js');
|
|
|
109
109
|
var bareMetal_index_js = require('./bare-metal/index.js');
|
|
110
110
|
var basel_Munster_index_js = require('./basel--munster/index.js');
|
|
111
111
|
var basel_TownHall_index_js = require('./basel--town-hall/index.js');
|
|
112
|
+
var bat_01_index_js = require('./bat--01/index.js');
|
|
113
|
+
var bat_02_index_js = require('./bat--02/index.js');
|
|
114
|
+
var bat_Hanging_index_js = require('./bat--hanging/index.js');
|
|
112
115
|
var bee_index_js = require('./bee/index.js');
|
|
113
116
|
var beijing_Municipal_index_js = require('./beijing--municipal/index.js');
|
|
114
117
|
var beijing_Tower_index_js = require('./beijing--tower/index.js');
|
|
@@ -698,6 +701,7 @@ var ibm_EngineeringWorkflowManagement_index_js = require('./ibm--engineering-wor
|
|
|
698
701
|
var ibm_Granite_index_js = require('./ibm--granite/index.js');
|
|
699
702
|
var ibm_Ibv_index_js = require('./ibm--ibv/index.js');
|
|
700
703
|
var ibm_Ix_index_js = require('./ibm--ix/index.js');
|
|
704
|
+
var ibm_MachineLearningForZOs_index_js = require('./ibm--machine-learning-for-z-os/index.js');
|
|
701
705
|
var ibm_OneMadisonAvenue_index_js = require('./ibm--one-madison-avenue/index.js');
|
|
702
706
|
var ibm_Power11_index_js = require('./ibm--power11/index.js');
|
|
703
707
|
var ibm_Rpa_index_js = require('./ibm--rpa/index.js');
|
|
@@ -1205,6 +1209,7 @@ var spring_index_js = require('./spring/index.js');
|
|
|
1205
1209
|
var sprout_index_js = require('./sprout/index.js');
|
|
1206
1210
|
var spss_index_js = require('./spss/index.js');
|
|
1207
1211
|
var spyreAccelerator_index_js = require('./spyre-accelerator/index.js');
|
|
1212
|
+
var spyreAccelerator_Card_index_js = require('./spyre-accelerator--card/index.js');
|
|
1208
1213
|
var stackLimitation_index_js = require('./stack-limitation/index.js');
|
|
1209
1214
|
var stage_index_js = require('./stage/index.js');
|
|
1210
1215
|
var stairs_index_js = require('./stairs/index.js');
|
|
@@ -1296,9 +1301,14 @@ var temperature_High_index_js = require('./temperature--high/index.js');
|
|
|
1296
1301
|
var temperature_Low_index_js = require('./temperature--low/index.js');
|
|
1297
1302
|
var temporaryBadge_index_js = require('./temporary-badge/index.js');
|
|
1298
1303
|
var tennis_index_js = require('./tennis/index.js');
|
|
1304
|
+
var tennis_Court_index_js = require('./tennis--court/index.js');
|
|
1299
1305
|
var tennis_Ball_index_js = require('./tennis--ball/index.js');
|
|
1300
1306
|
var tennis_Net_index_js = require('./tennis--net/index.js');
|
|
1301
1307
|
var tennis_Racquet_index_js = require('./tennis--racquet/index.js');
|
|
1308
|
+
var tennis_Scoreboard_index_js = require('./tennis--scoreboard/index.js');
|
|
1309
|
+
var tennis_Serve_index_js = require('./tennis--serve/index.js');
|
|
1310
|
+
var tennis_Shot_index_js = require('./tennis--shot/index.js');
|
|
1311
|
+
var tennis_UmpireChair_index_js = require('./tennis--umpire-chair/index.js');
|
|
1302
1312
|
var test_Tubes_index_js = require('./test--tubes/index.js');
|
|
1303
1313
|
var text_Data_index_js = require('./text--data/index.js');
|
|
1304
1314
|
var text_Equivalent_index_js = require('./text--equivalent/index.js');
|
|
@@ -1569,6 +1579,9 @@ exports.Barcelona = barcelona_index_js;
|
|
|
1569
1579
|
exports.BareMetal = bareMetal_index_js;
|
|
1570
1580
|
exports.BaselMunster = basel_Munster_index_js;
|
|
1571
1581
|
exports.BaselTownHall = basel_TownHall_index_js;
|
|
1582
|
+
exports.Bat_01 = bat_01_index_js;
|
|
1583
|
+
exports.Bat_02 = bat_02_index_js;
|
|
1584
|
+
exports.BatHanging = bat_Hanging_index_js;
|
|
1572
1585
|
exports.Bee = bee_index_js;
|
|
1573
1586
|
exports.BeijingMunicipal = beijing_Municipal_index_js;
|
|
1574
1587
|
exports.BeijingTower = beijing_Tower_index_js;
|
|
@@ -2158,6 +2171,7 @@ exports.IbmEngineeringWorkflowManagement = ibm_EngineeringWorkflowManagement_ind
|
|
|
2158
2171
|
exports.IbmGranite = ibm_Granite_index_js;
|
|
2159
2172
|
exports.IbmIbv = ibm_Ibv_index_js;
|
|
2160
2173
|
exports.IbmIx = ibm_Ix_index_js;
|
|
2174
|
+
exports.IbmMachineLearningForZOs = ibm_MachineLearningForZOs_index_js;
|
|
2161
2175
|
exports.IbmOneMadisonAvenue = ibm_OneMadisonAvenue_index_js;
|
|
2162
2176
|
exports.IbmPower11 = ibm_Power11_index_js;
|
|
2163
2177
|
exports.IbmRpa = ibm_Rpa_index_js;
|
|
@@ -2665,6 +2679,7 @@ exports.Spring = spring_index_js;
|
|
|
2665
2679
|
exports.Sprout = sprout_index_js;
|
|
2666
2680
|
exports.Spss = spss_index_js;
|
|
2667
2681
|
exports.SpyreAccelerator = spyreAccelerator_index_js;
|
|
2682
|
+
exports.SpyreAcceleratorCard = spyreAccelerator_Card_index_js;
|
|
2668
2683
|
exports.StackLimitation = stackLimitation_index_js;
|
|
2669
2684
|
exports.Stage = stage_index_js;
|
|
2670
2685
|
exports.Stairs = stairs_index_js;
|
|
@@ -2756,9 +2771,14 @@ exports.TemperatureHigh = temperature_High_index_js;
|
|
|
2756
2771
|
exports.TemperatureLow = temperature_Low_index_js;
|
|
2757
2772
|
exports.TemporaryBadge = temporaryBadge_index_js;
|
|
2758
2773
|
exports.Tennis = tennis_index_js;
|
|
2774
|
+
exports.TennisCourt = tennis_Court_index_js;
|
|
2759
2775
|
exports.TennisBall = tennis_Ball_index_js;
|
|
2760
2776
|
exports.TennisNet = tennis_Net_index_js;
|
|
2761
2777
|
exports.TennisRacquet = tennis_Racquet_index_js;
|
|
2778
|
+
exports.TennisScoreboard = tennis_Scoreboard_index_js;
|
|
2779
|
+
exports.TennisServe = tennis_Serve_index_js;
|
|
2780
|
+
exports.TennisShot = tennis_Shot_index_js;
|
|
2781
|
+
exports.TennisUmpireChair = tennis_UmpireChair_index_js;
|
|
2762
2782
|
exports.TestTubes = test_Tubes_index_js;
|
|
2763
2783
|
exports.TextData = text_Data_index_js;
|
|
2764
2784
|
exports.TextEquivalent = text_Equivalent_index_js;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
'use strict';
|
|
10
|
+
|
|
11
|
+
var index = {
|
|
12
|
+
"elem": "svg",
|
|
13
|
+
"attrs": {
|
|
14
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
15
|
+
"viewBox": "0 0 32 32",
|
|
16
|
+
"fill": "currentColor",
|
|
17
|
+
"width": 64,
|
|
18
|
+
"height": 64
|
|
19
|
+
},
|
|
20
|
+
"content": [{
|
|
21
|
+
"elem": "path",
|
|
22
|
+
"attrs": {
|
|
23
|
+
"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"
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
"name": "spyre-accelerator--card"
|
|
27
|
+
};
|
|
28
|
+
|
|
29
|
+
module.exports = index;
|