@carbon/pictograms 12.26.1 → 12.28.0-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 +24 -0
- package/deprecated.yml +4 -0
- package/es/ai-governance--lifecycle-factsheet/index.js +27 -0
- package/es/ai-governance--model/index.js +27 -0
- package/es/ai-governance--model-tuned/index.js +27 -0
- package/es/ai-governance--prompt/index.js +27 -0
- package/es/carbon/index.js +27 -0
- package/es/carbon--for-cloud/index.js +27 -0
- package/es/cardboard/index.js +27 -0
- package/es/flexible/index.js +27 -0
- package/es/fountain--drinking/index.js +27 -0
- package/es/index.js +20 -0
- package/es/library/index.js +27 -0
- package/es/literature/index.js +27 -0
- package/es/loop--hearing/index.js +27 -0
- package/es/scalable/index.js +27 -0
- package/es/silence/index.js +27 -0
- package/es/station--hydration/index.js +27 -0
- package/es/storage--for-data-and-ai/index.js +27 -0
- package/es/storage--for-resiliency/index.js +27 -0
- package/es/trash--burnable/index.js +27 -0
- package/es/trash--non-burnable/index.js +27 -0
- package/es/waste--electronic/index.js +27 -0
- package/lib/ai-governance--lifecycle-factsheet/index.js +29 -0
- package/lib/ai-governance--model/index.js +29 -0
- package/lib/ai-governance--model-tuned/index.js +29 -0
- package/lib/ai-governance--prompt/index.js +29 -0
- package/lib/carbon/index.js +29 -0
- package/lib/carbon--for-cloud/index.js +29 -0
- package/lib/cardboard/index.js +29 -0
- package/lib/flexible/index.js +29 -0
- package/lib/fountain--drinking/index.js +29 -0
- package/lib/index.js +40 -0
- package/lib/library/index.js +29 -0
- package/lib/literature/index.js +29 -0
- package/lib/loop--hearing/index.js +29 -0
- package/lib/scalable/index.js +29 -0
- package/lib/silence/index.js +29 -0
- package/lib/station--hydration/index.js +29 -0
- package/lib/storage--for-data-and-ai/index.js +29 -0
- package/lib/storage--for-resiliency/index.js +29 -0
- package/lib/trash--burnable/index.js +29 -0
- package/lib/trash--non-burnable/index.js +29 -0
- package/lib/waste--electronic/index.js +29 -0
- package/metadata.json +1042 -0
- package/package.json +3 -3
- package/pictograms.yml +171 -1
- package/src/svg/ai-governance--lifecycle-factsheet.svg +24 -0
- package/src/svg/ai-governance--model-tuned.svg +28 -0
- package/src/svg/ai-governance--model.svg +28 -0
- package/src/svg/ai-governance--prompt.svg +22 -0
- package/src/svg/carbon--for-cloud.svg +13 -0
- package/src/svg/carbon.svg +12 -0
- package/src/svg/cardboard.svg +14 -0
- package/src/svg/flexible.svg +11 -0
- package/src/svg/fountain--drinking.svg +25 -0
- package/src/svg/library.svg +14 -0
- package/src/svg/literature.svg +14 -0
- package/src/svg/loop--hearing.svg +14 -0
- package/src/svg/scalable.svg +10 -0
- package/src/svg/silence.svg +18 -0
- package/src/svg/station--hydration.svg +16 -0
- package/src/svg/storage--for-data-and-ai.svg +36 -0
- package/src/svg/storage--for-resiliency.svg +13 -0
- package/src/svg/trash--burnable.svg +15 -0
- package/src/svg/trash--non-burnable.svg +17 -0
- package/src/svg/waste--electronic.svg +13 -0
- package/svg/ai-governance--lifecycle-factsheet.svg +1 -0
- package/svg/ai-governance--model-tuned.svg +1 -0
- package/svg/ai-governance--model.svg +1 -0
- package/svg/ai-governance--prompt.svg +1 -0
- package/svg/carbon--for-cloud.svg +1 -0
- package/svg/carbon.svg +1 -0
- package/svg/cardboard.svg +1 -0
- package/svg/flexible.svg +1 -0
- package/svg/fountain--drinking.svg +1 -0
- package/svg/library.svg +1 -0
- package/svg/literature.svg +1 -0
- package/svg/loop--hearing.svg +1 -0
- package/svg/scalable.svg +1 -0
- package/svg/silence.svg +1 -0
- package/svg/station--hydration.svg +1 -0
- package/svg/storage--for-data-and-ai.svg +1 -0
- package/svg/storage--for-resiliency.svg +1 -0
- package/svg/trash--burnable.svg +1 -0
- package/svg/trash--non-burnable.svg +1 -0
- package/svg/waste--electronic.svg +1 -0
- package/umd/index.js +2546 -2166
package/categories.yml
CHANGED
|
@@ -13,6 +13,7 @@ categories:
|
|
|
13
13
|
- embed
|
|
14
14
|
- export--01
|
|
15
15
|
- export--02
|
|
16
|
+
- flexible
|
|
16
17
|
- launch
|
|
17
18
|
- link
|
|
18
19
|
- love
|
|
@@ -25,9 +26,16 @@ categories:
|
|
|
25
26
|
- renew
|
|
26
27
|
- repeat
|
|
27
28
|
- reset
|
|
29
|
+
- scalable
|
|
28
30
|
- trash
|
|
29
31
|
- upload--01
|
|
30
32
|
- upload--02
|
|
33
|
+
- name: AI
|
|
34
|
+
members:
|
|
35
|
+
- ai-governance--lifecycle-factsheet
|
|
36
|
+
- ai-governance--model
|
|
37
|
+
- ai-governance--model-tuned
|
|
38
|
+
- ai-governance--prompt
|
|
31
39
|
- name: Blockchain
|
|
32
40
|
members:
|
|
33
41
|
- connected--ecosystem
|
|
@@ -555,6 +563,8 @@ categories:
|
|
|
555
563
|
- server--rack
|
|
556
564
|
- servers
|
|
557
565
|
- storage--area-networks
|
|
566
|
+
- storage--for-data-and-ai
|
|
567
|
+
- storage--for-resiliency
|
|
558
568
|
- storage--product
|
|
559
569
|
- tape--storage
|
|
560
570
|
- virtualization
|
|
@@ -737,6 +747,8 @@ categories:
|
|
|
737
747
|
- name: IBM
|
|
738
748
|
members:
|
|
739
749
|
- bee
|
|
750
|
+
- carbon
|
|
751
|
+
- carbon--for-cloud
|
|
740
752
|
- carbon--for-ibm-dotcom
|
|
741
753
|
- carbon--for-ibm-product
|
|
742
754
|
- enterprise--design--thinking--01
|
|
@@ -1197,3 +1209,15 @@ categories:
|
|
|
1197
1209
|
- tornado
|
|
1198
1210
|
- weather
|
|
1199
1211
|
- windy
|
|
1212
|
+
- name: Workplace
|
|
1213
|
+
members:
|
|
1214
|
+
- cardboard
|
|
1215
|
+
- fountain--drinking
|
|
1216
|
+
- library
|
|
1217
|
+
- literature
|
|
1218
|
+
- loop--hearing
|
|
1219
|
+
- silence
|
|
1220
|
+
- station--hydration
|
|
1221
|
+
- trash--burnable
|
|
1222
|
+
- trash--non-burnable
|
|
1223
|
+
- waste--electronic
|
package/deprecated.yml
CHANGED
|
@@ -7,3 +7,7 @@ deprecated:
|
|
|
7
7
|
reason: This icon should no longer be used
|
|
8
8
|
- name: ibm--z--partition
|
|
9
9
|
reason: This icon should no longer be used
|
|
10
|
+
- name: watson--logo
|
|
11
|
+
reason:
|
|
12
|
+
This pictogram should no longer be used, as it represents the old avatar
|
|
13
|
+
for the Watson brand, which is retired since the watsonx brand launch.
|
|
@@ -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,2.64h-5.64V2\tc0-0.199-0.161-0.36-0.36-0.36h-2.14V1c0-0.199-0.161-0.36-0.36-0.36h-5c-0.199,0-0.36,0.161-0.36,0.36v0.64H9\tC8.801,1.64,8.64,1.801,8.64,2v0.64H3C2.801,2.64,2.64,2.801,2.64,3v27c0,0.199,0.161,0.36,0.36,0.36h9v-0.72H3.36V3.36h5.28V5\tc0,0.199,0.161,0.36,0.36,0.36h10c0.199,0,0.36-0.161,0.36-0.36V3.36h5.279V14h0.721V3C25.36,2.801,25.199,2.64,25,2.64z M18.64,4.64H9.36V2.36h2.14c0.199,0,0.36-0.161,0.36-0.36V1.36h4.28V2c0,0.199,0.161,0.36,0.36,0.36h2.14V4.64z M21,14.64\tc-0.674,0-1.231,0.493-1.338,1.137c-2.7,0.499-4.929,2.471-5.717,5.12l0.69,0.205c0.705-2.371,2.692-4.14,5.101-4.607\tC19.935,17,20.425,17.359,21,17.359c0.75,0,1.36-0.61,1.36-1.36S21.75,14.64,21,14.64z M21,16.64c-0.353,0-0.64-0.287-0.64-0.64\ts0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64C21.64,16.353,21.353,16.64,21,16.64z M28.055,25.103l-0.689-0.205\tc-0.706,2.371-2.691,4.139-5.102,4.606c-0.2-0.505-0.689-0.864-1.264-0.864c-0.75,0-1.36,0.61-1.36,1.36s0.61,1.36,1.36,1.36\tc0.674,0,1.231-0.494,1.338-1.138C25.038,29.724,27.267,27.751,28.055,25.103z M21,30.64c-0.353,0-0.64-0.287-0.64-0.64\ts0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64S21.353,30.64,21,30.64z M14.496,24.263c0.505-0.199,0.864-0.689,0.864-1.263\tc0-0.75-0.61-1.36-1.36-1.36s-1.36,0.61-1.36,1.36c0,0.674,0.493,1.231,1.137,1.338c0.499,2.7,2.472,4.929,5.12,5.717l0.205-0.689\tC16.732,28.659,14.963,26.673,14.496,24.263z M13.36,23c0-0.353,0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64s-0.287,0.64-0.64,0.64\tS13.36,23.353,13.36,23z M28.222,21.662c-0.499-2.7-2.472-4.929-5.12-5.717l-0.205,0.69c2.371,0.706,4.14,2.691,4.606,5.101\tc-0.504,0.2-0.863,0.69-0.863,1.264c0,0.75,0.61,1.36,1.36,1.36s1.36-0.61,1.36-1.36C29.36,22.326,28.866,21.769,28.222,21.662z M28,23.64c-0.353,0-0.64-0.287-0.64-0.64s0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64S28.353,23.64,28,23.64z M21,26.36\tc-1.577,0-2.86-1.283-2.86-2.86V20c0-0.199,0.161-0.36,0.36-0.36h5c0.199,0,0.36,0.161,0.36,0.36v3.5\tC23.86,25.077,22.577,26.36,21,26.36z M18.86,20.36v3.14c0,1.18,0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14v-3.14H18.86z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai-governance--lifecycle-factsheet"
|
|
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,31.36c-1.301,0-2.36-1.059-2.36-2.36\ts1.059-2.36,2.36-2.36c1.105,0,2.036,0.765,2.291,1.793c4.52-0.83,8.32-4.15,9.739-8.543l0.686,0.221\tc-1.508,4.665-5.555,8.185-10.36,9.042C18.276,30.383,17.25,31.36,16,31.36z M16,27.36c-0.904,0-1.64,0.735-1.64,1.64\ts0.736,1.64,1.64,1.64c0.904,0,1.64-0.735,1.64-1.64S16.904,27.36,16,27.36z M11.889,28.716c-4.664-1.508-8.184-5.555-9.042-10.36\tC1.617,18.276,0.64,17.25,0.64,16c0-1.301,1.059-2.36,2.36-2.36S5.36,14.699,5.36,16c0,1.105-0.765,2.036-1.793,2.291\tc0.831,4.52,4.151,8.32,8.544,9.739L11.889,28.716z M3,14.36c-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.736,1.64,1.64,1.64\tS4.64,16.904,4.64,16S3.904,14.36,3,14.36z M16,23.36h-0.001l0,0h-0.001l0,0c-0.001,0-0.001,0-0.002,0l0,0c-0.001,0-0.002,0-0.002,0\th-0.001l0,0c-0.058-0.002-0.114-0.018-0.163-0.045l0,0l0,0l-0.001-0.001l0,0c-0.022-0.013-0.043-0.027-0.063-0.044\tc0-0.001,0-0.001,0-0.001s0,0-0.001-0.001l0,0c0,0,0.005,0-0.002-0.001l0,0c-0.011-0.011-0.022-0.021-0.032-0.033l-6.998-7.998\tc-0.119-0.135-0.119-0.338,0-0.474l3.5-4c0.068-0.079,0.167-0.123,0.271-0.123h7c0.104,0,0.202,0.044,0.271,0.123l3.5,4\tc0.119,0.135,0.119,0.338,0,0.474l-6.998,7.998c-0.01,0.012-0.021,0.022-0.032,0.033l0,0c-0.001,0-0.001,0.001-0.002,0.001l0,0\tc0,0.001-0.001,0.001-0.001,0.001s0,0,0,0.001c-0.02,0.017-0.041,0.031-0.063,0.044l0,0c0,0,0,0.001-0.001,0.001l0,0l0,0\tc-0.049,0.027-0.105,0.043-0.163,0.045l0,0c0,0,0,0-0.001,0c0,0-0.001,0-0.002,0l0,0c-0.001,0-0.001,0-0.002,0l0,0h-0.001l0,0\tC16.001,23.36,16,23.36,16,23.36z M13.52,15.36L16,21.975l2.48-6.615C18.48,15.36,13.52,15.36,13.52,15.36z M19.249,15.36\tl-2.218,5.915l5.176-5.915H19.249z M9.793,15.36l5.175,5.915L12.75,15.36H9.793z M19.18,14.64h3.027l-2.87-3.28H16.72L19.18,14.64z M13.72,14.64h4.56L16,11.6L13.72,14.64z M9.793,14.64h3.026l2.46-3.28h-2.616L9.793,14.64z M29,18.36\tc-1.302,0-2.36-1.059-2.36-2.36c0-1.105,0.765-2.036,1.793-2.291c-0.83-4.52-4.15-8.32-8.543-9.739l0.221-0.686\tc4.665,1.507,8.185,5.554,9.042,10.361c1.23,0.079,2.208,1.105,2.208,2.355C31.36,17.302,30.302,18.36,29,18.36z M29,14.36\tc-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S29.904,14.36,29,14.36z M3.97,12.111\tl-0.686-0.222c1.507-4.664,5.554-8.184,10.361-9.042C13.724,1.617,14.75,0.64,16,0.64c1.302,0,2.36,1.059,2.36,2.36\tS17.302,5.36,16,5.36c-1.106,0-2.037-0.765-2.291-1.793C9.188,4.398,5.389,7.718,3.97,12.111z M16,1.36\tc-0.904,0-1.64,0.736-1.64,1.64S15.096,4.64,16,4.64c0.904,0,1.64-0.736,1.64-1.64S16.904,1.36,16,1.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai-governance--model"
|
|
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,0.64\tc-1.251,0-2.267,0.981-2.345,2.212c-4.81,0.856-8.863,4.37-10.371,9.037l0.686,0.222c1.42-4.395,5.225-7.709,9.749-8.538\tC13.977,4.597,14.897,5.36,16,5.36c1.302,0,2.36-1.059,2.36-2.36S17.302,0.64,16,0.64z M16,4.64c-0.904,0-1.64-0.736-1.64-1.64\tS15.096,1.36,16,1.36c0.904,0,1.64,0.736,1.64,1.64S16.904,4.64,16,4.64z M3.573,18.282C4.597,18.024,5.36,17.103,5.36,16\tc0-1.301-1.059-2.36-2.36-2.36S0.64,14.699,0.64,16c0,1.251,0.981,2.268,2.212,2.345c0.856,4.81,4.37,8.862,9.037,10.37l0.222-0.686\tC7.716,26.61,4.402,22.805,3.573,18.282z M1.36,16c0-0.904,0.736-1.64,1.64-1.64S4.64,15.096,4.64,16c0,0.904-0.736,1.64-1.64,1.64\tS1.36,16.904,1.36,16z M28.716,20.11l-0.686-0.22c-1.42,4.395-5.226,7.709-9.748,8.537C18.024,27.403,17.103,26.64,16,26.64\tc-1.301,0-2.36,1.059-2.36,2.36s1.059,2.36,2.36,2.36c1.252,0,2.268-0.981,2.346-2.214C23.155,28.291,27.207,24.778,28.716,20.11z M16,30.64c-0.904,0-1.64-0.735-1.64-1.64s0.736-1.64,1.64-1.64c0.904,0,1.64,0.735,1.64,1.64S16.904,30.64,16,30.64z M29.147,13.655c-0.855-4.81-4.369-8.863-9.036-10.371L19.89,3.97c4.395,1.42,7.709,5.225,8.537,9.749\tC27.403,13.976,26.64,14.897,26.64,16c0,1.302,1.059,2.36,2.36,2.36s2.36-1.059,2.36-2.36C31.36,14.749,30.379,13.732,29.147,13.655\tz M29,17.64c-0.904,0-1.64-0.735-1.64-1.64s0.735-1.64,1.64-1.64s1.64,0.736,1.64,1.64S29.904,17.64,29,17.64z M23.271,13.763\tl-3.5-4C19.702,9.685,19.604,9.64,19.5,9.64h-7c-0.104,0-0.203,0.044-0.271,0.123l-3.5,4c-0.119,0.135-0.119,0.338,0,0.474l7,8\tc0.069,0.079,0.168,0.123,0.271,0.123c0.021,0,0.043-0.002,0.064-0.006c0.125-0.023,0.228-0.109,0.272-0.229l2.912-7.766h2.957\tl-1.227,1.403l0.541,0.474l1.75-2C23.39,14.102,23.39,13.898,23.271,13.763z M19.337,10.36l2.87,3.28H19.18l-2.46-3.28H19.337z M18.28,13.64h-4.56L16,10.6L18.28,13.64z M12.664,10.36h2.616l-2.46,3.28H9.793L12.664,10.36z M9.793,14.36h2.957l2.218,5.915\tL9.793,14.36z M16,20.975l-2.481-6.615h4.961L16,20.975z M21.36,20c0-0.624-0.425-1.147-1-1.306V18h-0.72v0.694\tc-0.575,0.159-1,0.681-1,1.306s0.425,1.147,1,1.306V24h0.721v-2.694C20.935,21.147,21.36,20.624,21.36,20z M20,20.64\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.64S20.353,20.64,20,20.64z M24.36,22\tc0-0.624-0.425-1.147-1-1.306V18h-0.72v2.694c-0.575,0.159-1,0.681-1,1.306s0.425,1.147,1,1.306V24h0.721v-0.694\tC23.935,23.147,24.36,22.624,24.36,22z M23,22.64c-0.353,0-0.64-0.287-0.64-0.64s0.287-0.64,0.64-0.64s0.64,0.287,0.64,0.64\tS23.353,22.64,23,22.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai-governance--model-tuned"
|
|
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,31.36c-1.301,0-2.36-1.059-2.36-2.36\ts1.059-2.36,2.36-2.36c1.105,0,2.036,0.765,2.291,1.793c4.52-0.83,8.32-4.15,9.739-8.543l0.686,0.221\tc-1.508,4.665-5.555,8.185-10.36,9.042C18.276,30.383,17.25,31.36,16,31.36z M16,27.36c-0.904,0-1.64,0.735-1.64,1.64\ts0.736,1.64,1.64,1.64c0.904,0,1.64-0.735,1.64-1.64S16.904,27.36,16,27.36z M11.889,28.716c-4.664-1.508-8.184-5.555-9.042-10.36\tC1.617,18.276,0.64,17.25,0.64,16c0-1.301,1.059-2.36,2.36-2.36S5.36,14.699,5.36,16c0,1.105-0.765,2.036-1.793,2.291\tc0.831,4.52,4.151,8.32,8.544,9.739L11.889,28.716z M3,14.36c-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.736,1.64,1.64,1.64\tS4.64,16.904,4.64,16S3.904,14.36,3,14.36z M23,21.36h-3v-0.72h2.64v-9.28H20v-0.72h3c0.199,0,0.36,0.161,0.36,0.36v10\tC23.36,21.199,23.199,21.36,23,21.36z M12,21.36H9c-0.199,0-0.36-0.161-0.36-0.36V11c0-0.199,0.161-0.36,0.36-0.36h3v0.72H9.36v9.28\tH12V21.36z M29,18.36c-1.302,0-2.36-1.059-2.36-2.36c0-1.105,0.765-2.036,1.793-2.291c-0.83-4.52-4.15-8.32-8.543-9.739l0.221-0.686\tc4.665,1.507,8.185,5.554,9.042,10.361c1.23,0.079,2.208,1.105,2.208,2.355C31.36,17.302,30.302,18.36,29,18.36z M29,14.36\tc-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S29.904,14.36,29,14.36z M3.97,12.111\tl-0.686-0.222c1.507-4.664,5.554-8.184,10.361-9.042C13.724,1.617,14.75,0.64,16,0.64c1.302,0,2.36,1.059,2.36,2.36\tS17.302,5.36,16,5.36c-1.106,0-2.037-0.765-2.291-1.793C9.188,4.398,5.389,7.718,3.97,12.111z M16,1.36\tc-0.904,0-1.64,0.736-1.64,1.64S15.096,4.64,16,4.64c0.904,0,1.64-0.736,1.64-1.64S16.904,1.36,16,1.36z M12,15c0.552,0,1,0.448,1,1\ts-0.448,1-1,1s-1-0.448-1-1S11.448,15,12,15z M19,16c0,0.552,0.448,1,1,1s1-0.448,1-1s-0.448-1-1-1S19,15.448,19,16z M15,16\tc0,0.552,0.448,1,1,1s1-0.448,1-1s-0.448-1-1-1S15,15.448,15,16z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "ai-governance--prompt"
|
|
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": "M14,31.36c-0.062,0-0.124-0.017-0.18-0.048l-10-5.75\tc-0.111-0.064-0.18-0.184-0.18-0.312v-11.5c0-0.129,0.069-0.248,0.18-0.312l10-5.75c0.111-0.064,0.248-0.064,0.359,0l10,5.75\tc0.111,0.064,0.181,0.183,0.181,0.312v11.5c0,0.129-0.069,0.248-0.181,0.312l-10,5.75C14.124,31.344,14.062,31.36,14,31.36z M4.36,25.042L14,30.585l9.64-5.543V13.958L14,8.415l-9.64,5.543C4.36,13.958,4.36,25.042,4.36,25.042z M28.36,18h-0.72V6.958\tL18,1.415L8.18,7.062L7.82,6.438l10-5.75c0.111-0.064,0.248-0.064,0.359,0l10,5.75C28.29,6.502,28.36,6.621,28.36,6.75\tC28.36,6.75,28.36,18,28.36,18z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "carbon"
|
|
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": "M23.5,31.36c-0.062,0-0.124-0.017-0.181-0.049\tl-7.5-4.336c-0.111-0.064-0.18-0.183-0.18-0.312v-8.672c0-0.129,0.068-0.247,0.18-0.312l7.5-4.336c0.113-0.064,0.248-0.064,0.361,0\tl7.5,4.336c0.11,0.064,0.18,0.183,0.18,0.312v8.672c0,0.129-0.069,0.247-0.18,0.312l-7.5,4.336\tC23.624,31.344,23.562,31.36,23.5,31.36z M16.36,26.456l7.14,4.128l7.14-4.128V18.2l-7.14-4.128L16.36,18.2V26.456z M13,25.36H9\tc-4.61,0-8.36-3.751-8.36-8.36c0-3.818,2.544-7.105,6.217-8.074C7.835,4.111,12.064,0.64,17,0.64c5.713,0,10.36,4.647,10.36,10.36\th-0.72c0-5.315-4.324-9.64-9.64-9.64c-4.666,0-8.651,3.332-9.478,7.923C7.497,9.424,7.39,9.537,7.25,9.57\tC3.782,10.384,1.36,13.44,1.36,17c0,4.213,3.427,7.64,7.64,7.64h4V25.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "carbon--for-cloud"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M28,29.36H4c-0.199,0-0.36-0.161-0.36-0.36V11.065\tL0.663,3.126c-0.041-0.11-0.026-0.234,0.041-0.331S0.882,2.64,1,2.64h15c0.15,0,0.284,0.093,0.337,0.233L19,9.975l2.663-7.101\tC21.716,2.733,21.85,2.64,22,2.64h9c0.118,0,0.229,0.058,0.296,0.155s0.083,0.221,0.041,0.332l-2.977,7.939V29\tC28.36,29.199,28.199,29.36,28,29.36z M19.36,28.64h8.279V11.36H19.36V28.64z M4.36,28.64h14.28V11.36H4.36V28.64z M19.52,10.64\th8.231l2.729-7.28h-8.231L19.52,10.64z M4.25,10.64h14.23l-2.73-7.28H1.52L4.25,10.64z M14,17.36H9c-0.75,0-1.36-0.61-1.36-1.36\tc0-0.013,0-0.025,0.002-0.038C7.663,15.229,8.264,14.64,9,14.64h5c0.75,0,1.36,0.61,1.36,1.36S14.75,17.36,14,17.36z M8.36,16.027\tC8.375,16.367,8.656,16.64,9,16.64h5c0.353,0,0.64-0.287,0.64-0.64s-0.287-0.64-0.64-0.64H9c-0.352,0-0.639,0.288-0.639,0.642\tC8.361,16.01,8.361,16.019,8.36,16.027z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "cardboard"
|
|
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.36,31h-0.72v-5c0-5.713,4.647-10.36,10.36-10.36\th4.131l-5.386-5.386l0.51-0.509L31.509,16l-6.254,6.255l-0.51-0.51l5.386-5.385H26c-5.315,0-9.64,4.325-9.64,9.64V31z M6.746,22.255\tL0.491,16l6.255-6.254l0.509,0.509L1.869,15.64H6c3.289,0,6.31,1.51,8.288,4.144l-0.576,0.432C11.872,17.766,9.061,16.36,6,16.36\tH1.869l5.385,5.385L6.746,22.255z M16.36,16h-0.72V1.869l-5.386,5.385L9.746,6.746L16,0.491l6.255,6.255l-0.51,0.509L16.36,1.869V16\tz"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "flexible"
|
|
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.36,11.976h-0.72v-0.833h0.721\tL25.36,11.976L25.36,11.976z M25.36,10.31h-0.72V9.5l0.646-0.021h0.074L25.36,10.31z M20.36,10h-0.72V9.5\tc0-0.129,0.01-0.256,0.026-0.38l0.713,0.097C20.367,9.309,20.36,9.404,20.36,9.5V10z M24.516,8.78\tc-0.08-0.224-0.196-0.432-0.346-0.618l0.56-0.452c0.201,0.25,0.356,0.528,0.463,0.829L24.516,8.78z M20.588,8.537l-0.643-0.324\tc0.144-0.284,0.332-0.541,0.562-0.764l0.502,0.516C20.837,8.132,20.695,8.325,20.588,8.537z M23.639,7.688\tc-0.201-0.127-0.422-0.219-0.653-0.273l0.162-0.701c0.312,0.072,0.605,0.195,0.876,0.365L23.639,7.688z M21.592,7.561l-0.305-0.652\tc0.288-0.135,0.597-0.221,0.915-0.254l0.074,0.716C22.038,7.396,21.809,7.459,21.592,7.561z M4.993,31.36\tc-0.626,0-1.215-0.243-1.659-0.686C2.887,30.229,2.64,29.634,2.64,29V15.5c0-1.111,0.418-2.069,1.277-2.93l4.706-4.707\tC9.258,7.229,10.102,6.879,11,6.879l0,0c0.897,0,1.741,0.349,2.375,0.984C14,8.487,14.359,9.358,14.359,10.25v4.6l2.402,2.376\tc0.346,0.343,0.535,0.799,0.529,1.286c-0.005,0.488-0.203,0.941-0.557,1.276c-0.707,0.668-1.799,0.652-2.485-0.034l-2.799-2.797\tC10.935,16.442,10.64,15.729,10.64,15v-2h0.72v2c0,0.54,0.218,1.067,0.598,1.447l2.799,2.797c0.41,0.41,1.061,0.42,1.481,0.021\tc0.211-0.199,0.329-0.47,0.333-0.761c0.003-0.29-0.109-0.562-0.315-0.767l-2.509-2.481c-0.068-0.067-0.107-0.16-0.107-0.256v-4.75\tc0-0.703-0.282-1.388-0.773-1.878C12.368,7.874,11.705,7.599,11,7.599l0,0c-0.706,0-1.369,0.275-1.867,0.774L4.427,13.08\tC3.709,13.798,3.36,14.589,3.36,15.5V29c0,0.441,0.171,0.855,0.482,1.165c0.309,0.308,0.725,0.484,1.156,0.475\tC5.904,30.637,6.64,29.901,6.64,29V18h0.72v11c0,1.297-1.058,2.355-2.358,2.36C4.999,31.36,4.996,31.36,4.993,31.36z M28.36,31\th-0.72V13.36h-9.89c-0.268,0-0.489,0.147-0.591,0.394c-0.102,0.246-0.05,0.506,0.14,0.695l6.293,6.296l-0.51,0.51l-6.292-6.297\tc-0.396-0.396-0.51-0.963-0.295-1.479c0.214-0.517,0.695-0.838,1.256-0.838h9.89V1h0.721v30H28.36z M15.5,7.36\tc-1.577,0-2.86-1.283-2.86-2.86s1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86S17.077,7.36,15.5,7.36z M15.5,2.36\tc-1.18,0-2.14,0.96-2.14,2.14s0.96,2.14,2.14,2.14s2.14-0.96,2.14-2.14S16.68,2.36,15.5,2.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "fountain--drinking"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
package/es/index.js
CHANGED
|
@@ -28,6 +28,10 @@ export { default as AiReady } from './ai--ready/index.js';
|
|
|
28
28
|
export { default as AiRobustness } from './ai--robustness/index.js';
|
|
29
29
|
export { default as AiTransparency } from './ai--transparency/index.js';
|
|
30
30
|
export { default as AiTrust } from './ai--trust/index.js';
|
|
31
|
+
export { default as AiGovernanceLifecycleFactsheet } from './ai-governance--lifecycle-factsheet/index.js';
|
|
32
|
+
export { default as AiGovernanceModel } from './ai-governance--model/index.js';
|
|
33
|
+
export { default as AiGovernanceModelTuned } from './ai-governance--model-tuned/index.js';
|
|
34
|
+
export { default as AiGovernancePrompt } from './ai-governance--prompt/index.js';
|
|
31
35
|
export { default as AirConditioner } from './air--conditioner/index.js';
|
|
32
36
|
export { default as Airplane } from './airplane/index.js';
|
|
33
37
|
export { default as Alarm } from './alarm/index.js';
|
|
@@ -125,8 +129,11 @@ export { default as Camera } from './camera/index.js';
|
|
|
125
129
|
export { default as CanadaMapleLeaf } from './canada--maple-leaf/index.js';
|
|
126
130
|
export { default as Candy } from './candy/index.js';
|
|
127
131
|
export { default as Capitol } from './capitol/index.js';
|
|
132
|
+
export { default as Carbon } from './carbon/index.js';
|
|
133
|
+
export { default as CarbonForCloud } from './carbon--for-cloud/index.js';
|
|
128
134
|
export { default as CarbonForIbmDotcom } from './carbon--for-ibm-dotcom/index.js';
|
|
129
135
|
export { default as CarbonForIbmProduct } from './carbon--for-ibm-product/index.js';
|
|
136
|
+
export { default as Cardboard } from './cardboard/index.js';
|
|
130
137
|
export { default as Care } from './care/index.js';
|
|
131
138
|
export { default as CargoCrane } from './cargo--crane/index.js';
|
|
132
139
|
export { default as CargoShip } from './cargo--ship/index.js';
|
|
@@ -438,6 +445,7 @@ export { default as FlashStorage } from './flash--storage/index.js';
|
|
|
438
445
|
export { default as FlashingContent } from './flashing--content/index.js';
|
|
439
446
|
export { default as Flexibility } from './flexibility/index.js';
|
|
440
447
|
export { default as Flexibility_02 } from './flexibility--02/index.js';
|
|
448
|
+
export { default as Flexible } from './flexible/index.js';
|
|
441
449
|
export { default as FlexibleCompute } from './flexible--compute/index.js';
|
|
442
450
|
export { default as FlexibleInfrastructure } from './flexible--infrastructure/index.js';
|
|
443
451
|
export { default as FlowChart } from './flow--chart/index.js';
|
|
@@ -449,6 +457,7 @@ export { default as Fog } from './fog/index.js';
|
|
|
449
457
|
export { default as Folder } from './folder/index.js';
|
|
450
458
|
export { default as Forecasting } from './forecasting/index.js';
|
|
451
459
|
export { default as Forklift } from './forklift/index.js';
|
|
460
|
+
export { default as FountainDrinking } from './fountain--drinking/index.js';
|
|
452
461
|
export { default as Fragile } from './fragile/index.js';
|
|
453
462
|
export { default as FreeTrial } from './free--trial/index.js';
|
|
454
463
|
export { default as Fuel } from './fuel/index.js';
|
|
@@ -594,11 +603,13 @@ export { default as LanguageTranslation } from './language--translation/index.js
|
|
|
594
603
|
export { default as Lantern } from './lantern/index.js';
|
|
595
604
|
export { default as Launch } from './launch/index.js';
|
|
596
605
|
export { default as Leader } from './leader/index.js';
|
|
606
|
+
export { default as Library } from './library/index.js';
|
|
597
607
|
export { default as LiftAndShift } from './lift-and-shift/index.js';
|
|
598
608
|
export { default as Lightning } from './lightning/index.js';
|
|
599
609
|
export { default as Link } from './link/index.js';
|
|
600
610
|
export { default as ListBullet } from './list--bullet/index.js';
|
|
601
611
|
export { default as ListCheckbox } from './list--checkbox/index.js';
|
|
612
|
+
export { default as Literature } from './literature/index.js';
|
|
602
613
|
export { default as LoadBalancer } from './load-balancer/index.js';
|
|
603
614
|
export { default as Location } from './location/index.js';
|
|
604
615
|
export { default as Lock_01 } from './lock--01/index.js';
|
|
@@ -607,6 +618,7 @@ export { default as LockedNetwork_01 } from './locked--network--01/index.js';
|
|
|
607
618
|
export { default as LockedNetwork_02 } from './locked--network--02/index.js';
|
|
608
619
|
export { default as London } from './london/index.js';
|
|
609
620
|
export { default as LondonBigBen } from './london--big-ben/index.js';
|
|
621
|
+
export { default as LoopHearing } from './loop--hearing/index.js';
|
|
610
622
|
export { default as Love } from './love/index.js';
|
|
611
623
|
export { default as LoweringRisk } from './lowering-risk/index.js';
|
|
612
624
|
export { default as Luggage } from './luggage/index.js';
|
|
@@ -854,6 +866,7 @@ export { default as SapHana } from './sap--hana/index.js';
|
|
|
854
866
|
export { default as Satellite } from './satellite/index.js';
|
|
855
867
|
export { default as SatelliteDish } from './satellite--dish/index.js';
|
|
856
868
|
export { default as SaveTime } from './save-time/index.js';
|
|
869
|
+
export { default as Scalable } from './scalable/index.js';
|
|
857
870
|
export { default as Scale } from './scale/index.js';
|
|
858
871
|
export { default as Scale_02 } from './scale--02/index.js';
|
|
859
872
|
export { default as ScalingContainers } from './scaling--containers/index.js';
|
|
@@ -892,6 +905,7 @@ export { default as Shirt } from './shirt/index.js';
|
|
|
892
905
|
export { default as Shop } from './shop/index.js';
|
|
893
906
|
export { default as ShoppingCart } from './shopping--cart/index.js';
|
|
894
907
|
export { default as Shower } from './shower/index.js';
|
|
908
|
+
export { default as Silence } from './silence/index.js';
|
|
895
909
|
export { default as Singapore } from './singapore/index.js';
|
|
896
910
|
export { default as SingleSignOn } from './single--sign-on/index.js';
|
|
897
911
|
export { default as Slack } from './slack/index.js';
|
|
@@ -925,6 +939,7 @@ export { default as StairsPlanView } from './stairs--plan--view/index.js';
|
|
|
925
939
|
export { default as StairsUp } from './stairs--up/index.js';
|
|
926
940
|
export { default as StartForFree } from './start-for-free/index.js';
|
|
927
941
|
export { default as StartUps } from './start-ups/index.js';
|
|
942
|
+
export { default as StationHydration } from './station--hydration/index.js';
|
|
928
943
|
export { default as StationaryBicycle } from './stationary--bicycle/index.js';
|
|
929
944
|
export { default as Steel } from './steel/index.js';
|
|
930
945
|
export { default as SteeringWheel } from './steering--wheel/index.js';
|
|
@@ -933,6 +948,8 @@ export { default as Stethoscope } from './stethoscope/index.js';
|
|
|
933
948
|
export { default as Stockholm } from './stockholm/index.js';
|
|
934
949
|
export { default as Storage } from './storage/index.js';
|
|
935
950
|
export { default as StorageAreaNetworks } from './storage--area-networks/index.js';
|
|
951
|
+
export { default as StorageForDataAndAi } from './storage--for-data-and-ai/index.js';
|
|
952
|
+
export { default as StorageForResiliency } from './storage--for-resiliency/index.js';
|
|
936
953
|
export { default as StorageProduct } from './storage--product/index.js';
|
|
937
954
|
export { default as Strategy } from './strategy/index.js';
|
|
938
955
|
export { default as StrategyAndRisk } from './strategy--and--risk/index.js';
|
|
@@ -1031,6 +1048,8 @@ export { default as TransformData } from './transform-data/index.js';
|
|
|
1031
1048
|
export { default as Transparency_01 } from './transparency--01/index.js';
|
|
1032
1049
|
export { default as Transparency_02 } from './transparency--02/index.js';
|
|
1033
1050
|
export { default as Trash } from './trash/index.js';
|
|
1051
|
+
export { default as TrashBurnable } from './trash--burnable/index.js';
|
|
1052
|
+
export { default as TrashNonBurnable } from './trash--non-burnable/index.js';
|
|
1034
1053
|
export { default as Tree } from './tree/index.js';
|
|
1035
1054
|
export { default as TreeDiagram } from './tree--diagram/index.js';
|
|
1036
1055
|
export { default as TreeMap } from './tree--map/index.js';
|
|
@@ -1089,6 +1108,7 @@ export { default as Washer } from './washer/index.js';
|
|
|
1089
1108
|
export { default as WashingtonDc } from './washington-dc/index.js';
|
|
1090
1109
|
export { default as WashingtonDcCapitol } from './washington-dc--capitol/index.js';
|
|
1091
1110
|
export { default as WashingtonDcMonument } from './washington-dc--monument/index.js';
|
|
1111
|
+
export { default as WasteElectronic } from './waste--electronic/index.js';
|
|
1092
1112
|
export { default as WatsonLogo } from './watson--logo/index.js';
|
|
1093
1113
|
export { default as Watsonx } from './watsonx/index.js';
|
|
1094
1114
|
export { default as WatsonxAi } from './watsonx--ai/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": "M31,31.36H1v-0.72h1.64V7c0-0.199,0.161-0.36,0.36-0.36\th4.64V1c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v2.64H17c0.199,0,0.36,0.161,0.36,0.36v3.523l6.541-1.869\tc0.094-0.027,0.193-0.014,0.277,0.034s0.146,0.128,0.17,0.222l6,23c0.049,0.189-0.062,0.383-0.25,0.437L25.57,30.64H31V31.36z M17.36,30.64h5.174L17.36,10.806V30.64z M12.36,30.64h4.28V8.007c0-0.005,0-0.01,0-0.015V4.36h-4.28\tC12.36,4.36,12.36,30.64,12.36,30.64z M8.36,30.64h3.28V1.36H8.36V30.64z M3.36,30.64h4.28V7.36H3.36V30.64z M21.356,23.272\tl1.898,7.28l6.308-1.802l-1.898-7.28L21.356,23.272z M19.519,16.227l1.656,6.35l6.308-1.803l-1.657-6.349L19.519,16.227z M17.438,8.25l1.898,7.28l6.308-1.802l-1.898-7.28L17.438,8.25z M16,29.36h-3v-0.72h3V29.36z M7,29.36H4v-0.72h3V29.36z M16,27.36\th-3v-0.72h3V27.36z M7,27.36H4v-0.72h3V27.36z M7,11.36H4v-0.72h3V11.36z M7,9.36H4V8.64h3V9.36z M16,6.36h-3V5.64h3V6.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "library"
|
|
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,27.36H18v-0.72h12.64V7h0.721v20\tC31.36,27.199,31.199,27.36,31,27.36z M14,27.36H1c-0.199,0-0.36-0.161-0.36-0.36V7h0.72v19.64H14V27.36z M16.36,27h-0.72\tc0-0.904-0.736-1.64-1.64-1.64H3c-0.199,0-0.36-0.161-0.36-0.36V5c0-0.199,0.161-0.36,0.36-0.36h11c0.842,0,1.582,0.443,2,1.108\tc0.418-0.666,1.158-1.108,2-1.108h11c0.199,0,0.36,0.161,0.36,0.36v20c0,0.199-0.161,0.36-0.36,0.36H18\tC17.096,25.36,16.36,26.096,16.36,27z M15.64,7c0-0.904-0.736-1.64-1.64-1.64H3.36v19.28H14c0.637,0,1.215,0.254,1.64,0.665V7z M16.36,7v18.305c0.425-0.411,1.003-0.665,1.64-0.665h10.64V5.36H18C17.096,5.36,16.36,6.096,16.36,7z M27,20.36h-9v-0.72h9V20.36z M14,20.36H5v-0.72h9V20.36z M27,16.36h-9v-0.72h9V16.36z M14,16.36H5v-0.72h9V16.36z M27,12.36h-9v-0.72h9V12.36z M14,12.36H5\tv-0.72h9V12.36z M27,8.36h-9V7.64h9V8.36z M14,8.36H5V7.64h9V8.36z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "literature"
|
|
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": "M1.254,31.255l-0.509-0.51l18-18l0.51,0.509\tL1.254,31.255z M28.36,31h-0.72v-5.64H25v-0.72h6v0.721h-2.64V31z M19.64,26v-2.286c0-1.187,0.49-2.339,1.344-3.163l2.835-2.736\tc3.757-3.759,3.757-9.873-0.002-13.631c-3.758-3.758-9.874-3.759-13.633,0C8.363,6.004,7.36,8.425,7.36,11H6.64\tc0-2.768,1.078-5.369,3.034-7.326c4.039-4.039,10.612-4.039,14.652,0c4.039,4.04,4.039,10.612,0,14.652l-2.843,2.742\tc-0.714,0.689-1.123,1.653-1.123,2.646V26c0,2.955-2.405,5.36-5.36,5.36c-1.171,0-2.283-0.371-3.216-1.072l0.433-0.576\tc0.808,0.607,1.77,0.928,2.784,0.928C17.559,30.64,19.64,28.559,19.64,26z M21.693,15.292l-0.531-0.486\tc0.953-1.041,1.478-2.393,1.478-3.806c0-3.11-2.529-5.64-5.64-5.64c-3.11,0-5.64,2.53-5.64,5.64h-0.72c0-3.507,2.853-6.36,6.36-6.36\ts6.36,2.853,6.36,6.36C23.36,12.593,22.769,14.118,21.693,15.292z M27.255,5.254l-0.51-0.509l4-4l0.51,0.509L27.255,5.254z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "loop--hearing"
|
|
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.36,0.64V10h-0.72V1.87L19.255,13.254l-0.51-0.509\tL30.131,1.36H22V0.64H31.36z M28.64,22.64H9.36V3.36H18V2.64H9C8.801,2.64,8.64,2.801,8.64,3v20c0,0.199,0.161,0.36,0.36,0.36h20\tc0.199,0,0.36-0.161,0.36-0.36v-9h-0.72V22.64z M12.64,30.64H1.36V19.36H7v-0.72H1c-0.199,0-0.36,0.161-0.36,0.36v12\tc0,0.199,0.161,0.36,0.36,0.36h12c0.199,0,0.36-0.161,0.36-0.36v-6h-0.72C12.64,25,12.64,30.64,12.64,30.64z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "scalable"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M28.36,31h-0.72v-6.75c0-0.491-0.398-0.89-0.89-0.89\ts-0.89,0.398-0.89,0.89V28h-0.72v-4.75c0-0.491-0.398-0.89-0.89-0.89s-0.89,0.398-0.89,0.89V28h-0.72v-4.75\tc0-0.491-0.398-0.89-0.89-0.89s-0.89,0.398-0.89,0.89V28h-0.72v-8.75c0-0.491-0.398-0.89-0.89-0.89s-0.89,0.398-0.89,0.89V31h-0.72\tV19.25c0-0.888,0.723-1.61,1.61-1.61s1.61,0.723,1.61,1.61v2.659c0.255-0.17,0.561-0.27,0.89-0.27c0.504,0,0.954,0.233,1.25,0.597\tc0.296-0.363,0.746-0.597,1.25-0.597c0.778,0,1.43,0.556,1.578,1.291c0.262-0.183,0.579-0.291,0.922-0.291\tc0.888,0,1.61,0.723,1.61,1.61V31z M5.36,31H4.64v-2.999c0-0.199,0.161-0.36,0.36-0.36h4.999c1.456,0,2.641-1.185,2.641-2.641v-1\tc0-0.056,0.013-0.111,0.038-0.161L13.098,23l-0.419-0.839c-0.051-0.102-0.051-0.221,0-0.322L13.098,21l-0.419-0.839\tc-0.025-0.05-0.038-0.105-0.038-0.161v-1c0-0.199,0.161-0.36,0.36-0.36h1.601c0.374,0,0.709-0.193,0.897-0.517\tc0.187-0.321,0.188-0.706,0.004-1.027l-2.815-4.917C12.656,12.125,12.64,12.063,12.64,12v-2c0-4.764-3.876-8.64-8.64-8.64V0.64\tc5.161,0,9.36,4.199,9.36,9.36v1.904l2.768,4.834c0.312,0.548,0.31,1.2-0.007,1.746c-0.318,0.548-0.887,0.876-1.52,0.876H13.36\tv0.555l0.462,0.924c0.051,0.102,0.051,0.221,0,0.322L13.402,22l0.419,0.839c0.051,0.102,0.051,0.221,0,0.322l-0.462,0.924V25\tc0,1.854-1.508,3.361-3.361,3.361H5.36V31z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "silence"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Copyright IBM Corp. 2016, 2023
|
|
3
|
+
*
|
|
4
|
+
* This source code is licensed under the Apache-2.0 license found in the
|
|
5
|
+
* LICENSE file in the root directory of this source tree.
|
|
6
|
+
*
|
|
7
|
+
* Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
|
|
8
|
+
*/
|
|
9
|
+
var index = {
|
|
10
|
+
"elem": "svg",
|
|
11
|
+
"attrs": {
|
|
12
|
+
"xmlns": "http://www.w3.org/2000/svg",
|
|
13
|
+
"viewBox": "0 0 32 32",
|
|
14
|
+
"fill": "currentColor",
|
|
15
|
+
"width": 64,
|
|
16
|
+
"height": 64
|
|
17
|
+
},
|
|
18
|
+
"content": [{
|
|
19
|
+
"elem": "path",
|
|
20
|
+
"attrs": {
|
|
21
|
+
"d": "M21.122,31.36H10.878\tc-0.681,0-1.261-0.51-1.349-1.185L6.643,8.046l0.714-0.093l1.167,8.946c0.13,0.268,0.965,1.74,3.476,1.74\tc1.4,0,2.573-0.703,3.814-1.448c1.271-0.763,2.585-1.551,4.185-1.551c1.896,0,2.977,0.384,3.549,0.706l1.095-8.393l0.715,0.093\tl-2.887,22.129C22.383,30.851,21.804,31.36,21.122,31.36z M8.701,18.255l1.542,11.827c0.042,0.318,0.314,0.558,0.635,0.558h10.244\tc0.32,0,0.593-0.239,0.634-0.557l1.688-12.943c-0.291-0.222-1.242-0.78-3.445-0.78c-1.4,0-2.572,0.704-3.814,1.449\tC14.914,18.571,13.6,19.36,12,19.36C10.37,19.36,9.332,18.809,8.701,18.255z M15.998,11.36c-1.853,0-3.36-1.507-3.36-3.36\tc0-0.486,0.102-0.955,0.302-1.395l2.735-5.76C15.734,0.72,15.861,0.64,16,0.64l0,0c0.139,0,0.266,0.08,0.325,0.206l2.728,5.755\tc0.001,0.001,0.001,0.003,0.002,0.004C19.256,7.044,19.358,7.514,19.358,8C19.358,9.853,17.851,11.36,15.998,11.36z M16,1.84\tl-2.407,5.069C13.438,7.25,13.357,7.618,13.357,8c0,1.456,1.185,2.64,2.64,2.64s2.64-1.185,2.64-2.64\tc0-0.381-0.079-0.749-0.236-1.093L16,1.84z"
|
|
22
|
+
}
|
|
23
|
+
}],
|
|
24
|
+
"name": "station--hydration"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { index as default };
|