@carbon/pictograms 12.29.0 → 12.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (159) hide show
  1. package/categories.yml +39 -1
  2. package/es/analyze--code/index.js +27 -0
  3. package/es/bento-box-tray/index.js +27 -0
  4. package/es/cics--configuration-manager-for-z-os/index.js +27 -0
  5. package/es/cics--deployment-assistant/index.js +27 -0
  6. package/es/cics--explorer/index.js +27 -0
  7. package/es/cics--interdependency-analyzer-for-z-os/index.js +27 -0
  8. package/es/cics--performance-analyzer-for-z-os/index.js +27 -0
  9. package/es/cics--transaction-gateway/index.js +27 -0
  10. package/es/cics--transaction-server-for-z-os/index.js +27 -0
  11. package/es/cics--tx/index.js +27 -0
  12. package/es/cics--vsam-recovery-for-z-os/index.js +27 -0
  13. package/es/cics--vsam-transparency-for-z-os/index.js +27 -0
  14. package/es/do-not-step/index.js +27 -0
  15. package/es/football/index.js +27 -0
  16. package/es/football--field/index.js +27 -0
  17. package/es/football--goal-post/index.js +27 -0
  18. package/es/glass-bottle-and-metal-can/index.js +27 -0
  19. package/es/golf--bag/index.js +27 -0
  20. package/es/golf--ball/index.js +27 -0
  21. package/es/golf--club/index.js +27 -0
  22. package/es/golf--hole/index.js +27 -0
  23. package/es/gramophone/index.js +27 -0
  24. package/es/ibm--z-and-cloud-modernization-stack/index.js +27 -0
  25. package/es/index.js +38 -0
  26. package/es/liquids/index.js +27 -0
  27. package/es/mainframe-qualities-of-service/index.js +27 -0
  28. package/es/metal-can/index.js +27 -0
  29. package/es/plastics/index.js +27 -0
  30. package/es/slice-code/index.js +27 -0
  31. package/es/spotlight/index.js +27 -0
  32. package/es/stage/index.js +27 -0
  33. package/es/storage--systems/index.js +27 -0
  34. package/es/tennis--ball/index.js +27 -0
  35. package/es/tennis--net/index.js +27 -0
  36. package/es/tennis--racquet/index.js +27 -0
  37. package/es/watsonx--code-assistant/index.js +27 -0
  38. package/es/watsonx--code-assistant-for-z/index.js +27 -0
  39. package/es/watsonx--code-assistant-for-z-refactor/index.js +27 -0
  40. package/es/whistle/index.js +27 -0
  41. package/lib/analyze--code/index.js +29 -0
  42. package/lib/bento-box-tray/index.js +29 -0
  43. package/lib/cics--configuration-manager-for-z-os/index.js +29 -0
  44. package/lib/cics--deployment-assistant/index.js +29 -0
  45. package/lib/cics--explorer/index.js +29 -0
  46. package/lib/cics--interdependency-analyzer-for-z-os/index.js +29 -0
  47. package/lib/cics--performance-analyzer-for-z-os/index.js +29 -0
  48. package/lib/cics--transaction-gateway/index.js +29 -0
  49. package/lib/cics--transaction-server-for-z-os/index.js +29 -0
  50. package/lib/cics--tx/index.js +29 -0
  51. package/lib/cics--vsam-recovery-for-z-os/index.js +29 -0
  52. package/lib/cics--vsam-transparency-for-z-os/index.js +29 -0
  53. package/lib/do-not-step/index.js +29 -0
  54. package/lib/football/index.js +29 -0
  55. package/lib/football--field/index.js +29 -0
  56. package/lib/football--goal-post/index.js +29 -0
  57. package/lib/glass-bottle-and-metal-can/index.js +29 -0
  58. package/lib/golf--bag/index.js +29 -0
  59. package/lib/golf--ball/index.js +29 -0
  60. package/lib/golf--club/index.js +29 -0
  61. package/lib/golf--hole/index.js +29 -0
  62. package/lib/gramophone/index.js +29 -0
  63. package/lib/ibm--z-and-cloud-modernization-stack/index.js +29 -0
  64. package/lib/index.js +76 -0
  65. package/lib/liquids/index.js +29 -0
  66. package/lib/mainframe-qualities-of-service/index.js +29 -0
  67. package/lib/metal-can/index.js +29 -0
  68. package/lib/plastics/index.js +29 -0
  69. package/lib/slice-code/index.js +29 -0
  70. package/lib/spotlight/index.js +29 -0
  71. package/lib/stage/index.js +29 -0
  72. package/lib/storage--systems/index.js +29 -0
  73. package/lib/tennis--ball/index.js +29 -0
  74. package/lib/tennis--net/index.js +29 -0
  75. package/lib/tennis--racquet/index.js +29 -0
  76. package/lib/watsonx--code-assistant/index.js +29 -0
  77. package/lib/watsonx--code-assistant-for-z/index.js +29 -0
  78. package/lib/watsonx--code-assistant-for-z-refactor/index.js +29 -0
  79. package/lib/whistle/index.js +29 -0
  80. package/metadata.json +1962 -12
  81. package/package.json +3 -3
  82. package/pictograms.yml +316 -0
  83. package/src/svg/analyze--code.svg +23 -0
  84. package/src/svg/bento-box-tray.svg +19 -0
  85. package/src/svg/cics--configuration-manager-for-z-os.svg +26 -0
  86. package/src/svg/cics--deployment-assistant.svg +13 -0
  87. package/src/svg/cics--explorer.svg +13 -0
  88. package/src/svg/cics--interdependency-analyzer-for-z-os.svg +19 -0
  89. package/src/svg/cics--performance-analyzer-for-z-os.svg +12 -0
  90. package/src/svg/cics--transaction-gateway.svg +17 -0
  91. package/src/svg/cics--transaction-server-for-z-os.svg +14 -0
  92. package/src/svg/cics--tx.svg +16 -0
  93. package/src/svg/cics--vsam-recovery-for-z-os.svg +15 -0
  94. package/src/svg/cics--vsam-transparency-for-z-os.svg +17 -0
  95. package/src/svg/do-not-step.svg +17 -0
  96. package/src/svg/football--field.svg +17 -0
  97. package/src/svg/football--goal-post.svg +10 -0
  98. package/src/svg/football.svg +19 -0
  99. package/src/svg/glass-bottle-and-metal-can.svg +18 -0
  100. package/src/svg/golf--bag.svg +20 -0
  101. package/src/svg/golf--ball.svg +43 -0
  102. package/src/svg/golf--club.svg +17 -0
  103. package/src/svg/golf--hole.svg +13 -0
  104. package/src/svg/gramophone.svg +15 -0
  105. package/src/svg/ibm--z-and-cloud-modernization-stack.svg +19 -0
  106. package/src/svg/liquids.svg +14 -0
  107. package/src/svg/mainframe-qualities-of-service.svg +17 -0
  108. package/src/svg/metal-can.svg +13 -0
  109. package/src/svg/plastics.svg +14 -0
  110. package/src/svg/slice-code.svg +28 -0
  111. package/src/svg/spotlight.svg +33 -0
  112. package/src/svg/stage.svg +25 -0
  113. package/src/svg/storage--systems.svg +14 -0
  114. package/src/svg/tennis--ball.svg +13 -0
  115. package/src/svg/tennis--net.svg +23 -0
  116. package/src/svg/tennis--racquet.svg +33 -0
  117. package/src/svg/watsonx--code-assistant-for-z-refactor.svg +16 -0
  118. package/src/svg/watsonx--code-assistant-for-z.svg +13 -0
  119. package/src/svg/watsonx--code-assistant.svg +18 -0
  120. package/src/svg/whistle.svg +17 -0
  121. package/svg/analyze--code.svg +1 -0
  122. package/svg/bento-box-tray.svg +1 -0
  123. package/svg/cics--configuration-manager-for-z-os.svg +1 -0
  124. package/svg/cics--deployment-assistant.svg +1 -0
  125. package/svg/cics--explorer.svg +1 -0
  126. package/svg/cics--interdependency-analyzer-for-z-os.svg +1 -0
  127. package/svg/cics--performance-analyzer-for-z-os.svg +1 -0
  128. package/svg/cics--transaction-gateway.svg +1 -0
  129. package/svg/cics--transaction-server-for-z-os.svg +1 -0
  130. package/svg/cics--tx.svg +1 -0
  131. package/svg/cics--vsam-recovery-for-z-os.svg +1 -0
  132. package/svg/cics--vsam-transparency-for-z-os.svg +1 -0
  133. package/svg/do-not-step.svg +1 -0
  134. package/svg/football--field.svg +1 -0
  135. package/svg/football--goal-post.svg +1 -0
  136. package/svg/football.svg +1 -0
  137. package/svg/glass-bottle-and-metal-can.svg +1 -0
  138. package/svg/golf--bag.svg +1 -0
  139. package/svg/golf--ball.svg +1 -0
  140. package/svg/golf--club.svg +1 -0
  141. package/svg/golf--hole.svg +1 -0
  142. package/svg/gramophone.svg +1 -0
  143. package/svg/ibm--z-and-cloud-modernization-stack.svg +1 -0
  144. package/svg/liquids.svg +1 -0
  145. package/svg/mainframe-qualities-of-service.svg +1 -0
  146. package/svg/metal-can.svg +1 -0
  147. package/svg/plastics.svg +1 -0
  148. package/svg/slice-code.svg +1 -0
  149. package/svg/spotlight.svg +1 -0
  150. package/svg/stage.svg +1 -0
  151. package/svg/storage--systems.svg +1 -0
  152. package/svg/tennis--ball.svg +1 -0
  153. package/svg/tennis--net.svg +1 -0
  154. package/svg/tennis--racquet.svg +1 -0
  155. package/svg/watsonx--code-assistant-for-z-refactor.svg +1 -0
  156. package/svg/watsonx--code-assistant-for-z.svg +1 -0
  157. package/svg/watsonx--code-assistant.svg +1 -0
  158. package/svg/whistle.svg +1 -0
  159. package/umd/index.js +3038 -2316
package/categories.yml CHANGED
@@ -170,6 +170,7 @@ categories:
170
170
  - ai--ready
171
171
  - ai
172
172
  - analytics
173
+ - analyze--code
173
174
  - analyzing--containers
174
175
  - api
175
176
  - api--lifecycle
@@ -325,6 +326,7 @@ categories:
325
326
  - hyper-protect--virtual-servers
326
327
  - ibm--automation-platform
327
328
  - ibm--cloud
329
+ - ibm--z-and-cloud-modernization-stack
328
330
  - identify-and-access
329
331
  - identify-and-resolve-issues
330
332
  - infrastructure-as-a-service
@@ -420,6 +422,7 @@ categories:
420
422
  - serverless--02
421
423
  - sharing-data
422
424
  - single--sign-on
425
+ - slice-code
423
426
  - small-components-making-a-larger-whole
424
427
  - small-to-medium-business-smb
425
428
  - softlayer--enablement
@@ -556,6 +559,7 @@ categories:
556
559
  - ibm--z16--plus-cloud
557
560
  - infrastructure-security
558
561
  - it--infrastructure-software
562
+ - mainframe-qualities-of-service
559
563
  - reliability
560
564
  - resilience
561
565
  - sap--hana
@@ -566,6 +570,7 @@ categories:
566
570
  - storage--for-data-and-ai
567
571
  - storage--for-resiliency
568
572
  - storage--product
573
+ - storage--systems
569
574
  - tape--storage
570
575
  - virtualization
571
576
  - zero-trust
@@ -853,6 +858,14 @@ categories:
853
858
  - firecracker
854
859
  - flower--01
855
860
  - flower--02
861
+ - football
862
+ - football--field
863
+ - football--goal-post
864
+ - golf--bag
865
+ - golf--ball
866
+ - golf--club
867
+ - golf--hole
868
+ - gramophone
856
869
  - guitar
857
870
  - juice
858
871
  - lantern
@@ -865,9 +878,15 @@ categories:
865
878
  - snowflake
866
879
  - soft--ice--cream
867
880
  - sports
881
+ - spotlight
882
+ - stage
868
883
  - stationary--bicycle
869
884
  - tennis
885
+ - tennis--ball
886
+ - tennis--net
887
+ - tennis--racquet
870
888
  - tree
889
+ - whistle
871
890
  - yoga--01
872
891
  - yoga--02
873
892
  - yoga--03
@@ -1102,8 +1121,18 @@ categories:
1102
1121
  - sustainability--03
1103
1122
  - sustainability--04
1104
1123
  - sustainability--strategy
1105
- - name: Systems DevOps
1124
+ - name: Systems
1106
1125
  members:
1126
+ - cics--configuration-manager-for-z-os
1127
+ - cics--deployment-assistant
1128
+ - cics--explorer
1129
+ - cics--interdependency-analyzer-for-z-os
1130
+ - cics--performance-analyzer-for-z-os
1131
+ - cics--transaction-gateway
1132
+ - cics--transaction-server-for-z-os
1133
+ - cics--tx
1134
+ - cics--vsam-recovery-for-z-os
1135
+ - cics--vsam-transparency-for-z-os
1107
1136
  - developer-z-os
1108
1137
  - systems-devops--analyze
1109
1138
  - systems-devops--build
@@ -1177,6 +1206,9 @@ categories:
1177
1206
  - visual--recognition
1178
1207
  - watson--logo
1179
1208
  - watsonx--ai
1209
+ - watsonx--code-assistant
1210
+ - watsonx--code-assistant-for-z
1211
+ - watsonx--code-assistant-for-z-refactor
1180
1212
  - watsonx--data
1181
1213
  - watsonx--governance
1182
1214
  - watsonx
@@ -1211,11 +1243,17 @@ categories:
1211
1243
  - windy
1212
1244
  - name: Workplace
1213
1245
  members:
1246
+ - bento-box-tray
1214
1247
  - cardboard
1248
+ - do-not-step
1215
1249
  - fountain--drinking
1250
+ - glass-bottle-and-metal-can
1216
1251
  - library
1252
+ - liquids
1217
1253
  - literature
1218
1254
  - loop--hearing
1255
+ - metal-can
1256
+ - plastics
1219
1257
  - silence
1220
1258
  - station--hydration
1221
1259
  - trash--burnable
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M30.745,31.255l-9.267-9.27\tC19.265,24.076,16.279,25.36,13,25.36C6.185,25.36,0.64,19.815,0.64,13S6.185,0.64,13,0.64S25.36,6.185,25.36,13\tc0,3.278-1.282,6.262-3.372,8.476l9.267,9.27L30.745,31.255z M13,1.36C6.582,1.36,1.36,6.582,1.36,13S6.582,24.64,13,24.64\tS24.64,19.418,24.64,13S19.418,1.36,13,1.36z M20,19.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36\tS20.75,19.36,20,19.36z M20,17.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64S20.353,17.36,20,17.36z M12,19.36c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S12.75,19.36,12,19.36z M12,17.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.64S12.353,17.36,12,17.36z M7,19.36\tc-0.75,0-1.36-0.61-1.36-1.36S6.25,16.64,7,16.64S8.36,17.25,8.36,18S7.75,19.36,7,19.36z M7,17.36c-0.353,0-0.64,0.287-0.64,0.64\tS6.647,18.64,7,18.64S7.64,18.353,7.64,18S7.353,17.36,7,17.36z M16.36,19h-0.72v-2h0.72V19z M15,14.36c-0.75,0-1.36-0.61-1.36-1.36\ts0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36S15.75,14.36,15,14.36z M15,12.36c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64\ts0.64-0.287,0.64-0.64S15.353,12.36,15,12.36z M7,14.36c-0.75,0-1.36-0.61-1.36-1.36S6.25,11.64,7,11.64S8.36,12.25,8.36,13\tS7.75,14.36,7,14.36z M7,12.36c-0.353,0-0.64,0.287-0.64,0.64S6.647,13.64,7,13.64S7.64,13.353,7.64,13S7.353,12.36,7,12.36z M20.36,14h-0.72v-2h0.721L20.36,14L20.36,14z M11.36,14h-0.72v-2h0.72V14z M20,9.36c-0.75,0-1.36-0.61-1.36-1.36\tS19.25,6.64,20,6.64S21.36,7.25,21.36,8S20.75,9.36,20,9.36z M20,7.36c-0.353,0-0.64,0.287-0.64,0.64S19.647,8.64,20,8.64\tS20.64,8.353,20.64,8S20.353,7.36,20,7.36z M12,9.36c-0.75,0-1.36-0.61-1.36-1.36S11.25,6.64,12,6.64S13.36,7.25,13.36,8\tS12.75,9.36,12,9.36z M12,7.36c-0.353,0-0.64,0.287-0.64,0.64S11.647,8.64,12,8.64S12.64,8.353,12.64,8S12.353,7.36,12,7.36z M16.36,9h-0.72V7h0.72V9z M7.36,9H6.64V7h0.72C7.36,7,7.36,9,7.36,9z"
22
+ }
23
+ }],
24
+ "name": "analyze--code"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M27,31.36H5c-2.404,0-4.36-1.956-4.36-4.36V5\tc0-2.404,1.956-4.36,4.36-4.36h22c2.404,0,4.36,1.956,4.36,4.36v22C31.36,29.404,29.404,31.36,27,31.36z M5,1.36\tC2.993,1.36,1.36,2.993,1.36,5v22c0,2.007,1.633,3.64,3.64,3.64h22c2.007,0,3.64-1.633,3.64-3.64V5c0-2.007-1.633-3.64-3.64-3.64\tC27,1.36,5,1.36,5,1.36z M27,28.36H11c-0.75,0-1.36-0.61-1.36-1.36v-9c0-0.75,0.61-1.36,1.36-1.36h16c0.75,0,1.36,0.61,1.36,1.36v9\tC28.36,27.75,27.75,28.36,27,28.36z M11,17.36c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h16\tc0.353,0,0.64-0.287,0.64-0.64v-9c0-0.353-0.287-0.64-0.64-0.64H11z M8,28.36H4c-0.199,0-0.36-0.161-0.36-0.36V4\tc0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v24C8.36,28.199,8.199,28.36,8,28.36z M4.36,27.64h3.28V9.96H4.36\tV27.64z M6.36,9.24h1.28V4.36H6.36V9.24z M4.36,9.24h1.28V4.36H4.36V9.24z M27,15.36h-8c-0.75,0-1.36-0.61-1.36-1.36V5\tc0-0.75,0.61-1.36,1.36-1.36h8c0.75,0,1.36,0.61,1.36,1.36v9C28.36,14.75,27.75,15.36,27,15.36z M19,4.36\tc-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h8c0.353,0,0.64-0.287,0.64-0.64V5c0-0.353-0.287-0.64-0.64-0.64H19z M15,15.36h-4c-0.75,0-1.36-0.61-1.36-1.36V5c0-0.75,0.61-1.36,1.36-1.36h4c0.75,0,1.36,0.61,1.36,1.36v9\tC16.36,14.75,15.75,15.36,15,15.36z M11,4.36c-0.353,0-0.64,0.287-0.64,0.64v9c0,0.353,0.287,0.64,0.64,0.64h4\tc0.353,0,0.64-0.287,0.64-0.64V5c0-0.353-0.287-0.64-0.64-0.64H11z"
22
+ }
23
+ }],
24
+ "name": "bento-box-tray"
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.36h-4v-0.72h4\tc2.559,0,4.64-2.081,4.64-4.64v-2h0.721v2C30.36,27.955,27.955,30.36,25,30.36z M16,30.36h-2.36c-1.121,0-2.095-0.798-2.314-1.897\tl-0.469-2.346c-0.357-0.183-0.708-0.385-1.045-0.604L7.545,26.28c-1.042,0.354-2.251-0.104-2.8-1.056l-2.36-4.088\tc-0.561-0.971-0.356-2.213,0.486-2.953l1.788-1.571C4.646,16.409,4.64,16.205,4.64,16c0-0.204,0.013-0.404,0.026-0.604L2.87,13.817\tc-0.842-0.74-1.046-1.982-0.486-2.953l2.36-4.088c0.55-0.95,1.76-1.409,2.8-1.055l2.253,0.762c0.312-0.202,0.662-0.399,1.06-0.6\tl0.469-2.346c0.22-1.099,1.193-1.897,2.314-1.897h4.721c1.121,0,2.095,0.798,2.314,1.897l0.469,2.346\tc0.357,0.182,0.708,0.384,1.045,0.604l2.268-0.767c1.044-0.354,2.252,0.105,2.8,1.055l2.36,4.088l-0.623,0.36l-2.36-4.088\tc-0.382-0.661-1.221-0.978-1.946-0.734l-2.435,0.824c-0.106,0.035-0.224,0.021-0.316-0.042c-0.405-0.273-0.832-0.52-1.269-0.733\tc-0.101-0.049-0.173-0.143-0.194-0.252L19.97,3.679c-0.155-0.764-0.83-1.319-1.61-1.319h-4.72c-0.779,0-1.456,0.555-1.608,1.319\tl-0.503,2.519c-0.022,0.11-0.094,0.203-0.195,0.252c-0.502,0.246-0.921,0.484-1.283,0.729C9.957,7.242,9.84,7.258,9.733,7.221\tl-2.42-0.819C6.589,6.158,5.749,6.475,5.367,7.136l-2.36,4.088c-0.39,0.674-0.248,1.538,0.338,2.052l1.931,1.697\tc0.084,0.074,0.129,0.183,0.122,0.295l-0.009,0.12C5.375,15.591,5.36,15.793,5.36,16c0,0.249,0.01,0.496,0.027,0.741\tc0.007,0.112-0.038,0.221-0.122,0.295l-1.92,1.688c-0.585,0.515-0.728,1.378-0.338,2.053l2.36,4.088\tc0.381,0.661,1.222,0.979,1.946,0.733l2.434-0.823c0.108-0.036,0.223-0.02,0.316,0.042c0.406,0.273,0.833,0.521,1.27,0.734\tc0.101,0.05,0.172,0.143,0.194,0.253l0.503,2.519c0.153,0.764,0.829,1.317,1.608,1.317H16V30.36z M24,26.36\tc-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S25.302,26.36,24,26.36z M24,22.36\tc-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S24.904,22.36,24,22.36z M18.36,25h-0.72v-2\tc0-2.955,2.405-5.36,5.36-5.36h4v0.721h-4c-2.559,0-4.64,2.081-4.64,4.64V25z M16,21.36c-2.956,0-5.36-2.405-5.36-5.36\tc0-2.956,2.404-5.36,5.36-5.36c2.955,0,5.36,2.404,5.36,5.36h-0.72c0-2.559-2.081-4.64-4.64-4.64s-4.64,2.082-4.64,4.64\ts2.082,4.64,4.64,4.64V21.36z"
22
+ }
23
+ }],
24
+ "name": "cics--configuration-manager-for-z-os"
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,29.36H4\tc-0.75,0-1.36-0.61-1.36-1.36v-5h0.72v5c0,0.353,0.287,0.64,0.64,0.64h21c0.353,0,0.64-0.287,0.64-0.64v-8h0.721v8\tC26.36,28.75,25.75,29.36,25,29.36z M10,17.36H6v-0.72h4c2.559,0,4.64-2.082,4.64-4.64v-2h0.72v2\tC15.36,14.956,12.956,17.36,10,17.36z M26.36,16h-0.72V3.869l-3.385,3.385l-0.51-0.509L26,2.491l4.255,4.255l-0.51,0.509\tL26.36,3.869V16z M9,13.36c-1.301,0-2.36-1.059-2.36-2.36S7.699,8.64,9,8.64s2.36,1.059,2.36,2.36S10.301,13.36,9,13.36z M9,9.36\tc-0.904,0-1.64,0.736-1.64,1.64S8.096,12.64,9,12.64s1.64-0.736,1.64-1.64S9.904,9.36,9,9.36z M3.36,12H2.64v-2\tc0-2.956,2.404-5.36,5.36-5.36h4v0.72H8c-2.559,0-4.64,2.082-4.64,4.64C3.36,10,3.36,12,3.36,12z"
22
+ }
23
+ }],
24
+ "name": "cics--deployment-assistant"
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.36C8.082,30.36,1.64,23.918,1.64,16\tS8.082,1.64,16,1.64S30.36,8.082,30.36,16S23.918,30.36,16,30.36z M16.36,26.045v3.591C23.716,29.444,29.64,23.4,29.64,16\tc0-7.401-5.924-13.444-13.28-13.635v3.59l1.446,5.668l6.2-3.628l-3.629,6.2L27.456,16l-7.079,1.806l3.629,6.2l-6.2-3.629\tL16.36,26.045z M15.64,2.365C8.285,2.556,2.36,8.599,2.36,16c0,7.4,5.925,13.444,13.28,13.636v-3.591l-1.446-5.668l-6.2,3.629\tl3.628-6.2L4.543,16l7.079-1.806l-3.628-6.2l6.2,3.628l1.446-5.668C15.64,5.954,15.64,2.365,15.64,2.365z M14.655,19.273L16,24.544\tl1.345-5.271l4.649,2.721l-2.721-4.649L24.544,16l-5.271-1.345l2.721-4.649l-4.649,2.721L16,7.457l-1.345,5.271l-4.649-2.721\tl2.721,4.649L7.457,16l5.271,1.345l-2.721,4.649L14.655,19.273z"
22
+ }
23
+ }],
24
+ "name": "cics--explorer"
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": "M26,30.36\tc-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S27.302,30.36,26,30.36z M26,26.36\tc-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S26.904,26.36,26,26.36z M16,30.36\tc-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36S17.302,30.36,16,30.36z M16,26.36\tc-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,26.36,16,26.36z M6,30.36\tc-1.301,0-2.36-1.059-2.36-2.36S4.699,25.64,6,25.64S8.36,26.698,8.36,28S7.301,30.36,6,30.36z M6,26.36\tc-0.904,0-1.64,0.735-1.64,1.64S5.096,29.64,6,29.64S7.64,28.904,7.64,28S6.904,26.36,6,26.36z M26.36,24h-0.72v-3\tc0-0.353-0.287-0.64-0.64-0.64h-8.64V24h-0.72v-3.64H7c-0.353,0-0.64,0.287-0.64,0.64v3H5.64v-3c0-0.75,0.61-1.36,1.36-1.36h8.64V16\th0.72v3.64H25c0.75,0,1.36,0.61,1.36,1.36V24z M17,14.36h-4v-0.72h4c2.559,0,4.64-2.082,4.64-4.64V7h0.721v2\tC22.36,11.956,19.955,14.36,17,14.36z M16,10.36c-1.301,0-2.36-1.059-2.36-2.36S14.699,5.64,16,5.64c1.302,0,2.36,1.059,2.36,2.36\tS17.302,10.36,16,10.36z M16,6.36c-0.904,0-1.64,0.736-1.64,1.64S15.096,9.64,16,9.64c0.904,0,1.64-0.736,1.64-1.64\tS16.904,6.36,16,6.36z M10.36,9H9.64V7c0-2.956,2.404-5.36,5.36-5.36h4v0.72h-4c-2.559,0-4.64,2.082-4.64,4.64\tC10.36,7,10.36,9,10.36,9z"
22
+ }
23
+ }],
24
+ "name": "cics--interdependency-analyzer-for-z-os"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M30,30.36H4\tc-1.301,0-2.36-1.059-2.36-2.36V2h0.72v26c0,0.904,0.736,1.64,1.64,1.64h4.64V14h0.72v15.64h6.28V23h0.72v6.64h6.28V20h0.721v9.64\tH30V30.36z M25,14.36h-4v-0.72h4c2.559,0,4.64-2.082,4.64-4.64V7h0.721v2C30.36,11.956,27.955,14.36,25,14.36z M24,10.36\tc-1.302,0-2.36-1.059-2.36-2.36S22.698,5.64,24,5.64S26.36,6.699,26.36,8S25.302,10.36,24,10.36z M24,6.36\tc-0.904,0-1.64,0.736-1.64,1.64S23.096,9.64,24,9.64S25.64,8.904,25.64,8S24.904,6.36,24,6.36z M18.36,9h-0.72V7\tc0-2.956,2.405-5.36,5.36-5.36h4v0.72h-4c-2.559,0-4.64,2.082-4.64,4.64V9z"
22
+ }
23
+ }],
24
+ "name": "cics--performance-analyzer-for-z-os"
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,30.36\tc-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S29.302,30.36,28,30.36z M28,26.36\tc-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S28.904,26.36,28,26.36z M23,28.36H8\tc-3.507,0-6.36-2.854-6.36-6.36S4.493,15.64,8,15.64v0.72c-3.11,0-5.64,2.53-5.64,5.64S4.89,27.64,8,27.64h15V28.36z M17,22.36h-4\tv-0.72h4c2.559,0,4.64-2.081,4.64-4.64v-2h0.721v2C22.36,19.955,19.955,22.36,17,22.36z M16,18.36c-1.301,0-2.36-1.059-2.36-2.36\ts1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36C18.36,17.302,17.302,18.36,16,18.36z M16,14.36c-0.904,0-1.64,0.736-1.64,1.64\tc0,0.904,0.736,1.64,1.64,1.64c0.904,0,1.64-0.735,1.64-1.64S16.904,14.36,16,14.36z M10.36,17H9.64v-2\tc0-2.956,2.404-5.36,5.36-5.36h4v0.72h-4c-2.559,0-4.64,2.082-4.64,4.64C10.36,15,10.36,17,10.36,17z M24,16.36v-0.72\tc3.11,0,5.64-2.53,5.64-5.64S27.11,4.36,24,4.36H9V3.64h15c3.507,0,6.36,2.853,6.36,6.36S27.507,16.36,24,16.36z M4,6.36\tC2.699,6.36,1.64,5.301,1.64,4S2.699,1.64,4,1.64S6.36,2.699,6.36,4S5.301,6.36,4,6.36z M4,2.36C3.096,2.36,2.36,3.096,2.36,4\tS3.096,5.64,4,5.64S5.64,4.904,5.64,4S4.904,2.36,4,2.36z"
22
+ }
23
+ }],
24
+ "name": "cics--transaction-gateway"
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,28.36h-8v-0.72h8\tc5.315,0,9.64-4.324,9.64-9.64v-4h0.721v4C28.36,23.713,23.713,28.36,18,28.36z M4,24.36c-1.301,0-2.36-1.059-2.36-2.36\tS2.699,19.64,4,19.64S6.36,20.698,6.36,22S5.301,24.36,4,24.36z M4,20.36c-0.904,0-1.64,0.735-1.64,1.64S3.096,23.64,4,23.64\tS5.64,22.904,5.64,22S4.904,20.36,4,20.36z M16,20.36c-2.404,0-4.36-1.956-4.36-4.36s1.956-4.36,4.36-4.36s4.36,1.956,4.36,4.36\tS18.404,20.36,16,20.36z M16,12.36c-2.007,0-3.64,1.633-3.64,3.64s1.633,3.64,3.64,3.64s3.64-1.633,3.64-3.64S18.007,12.36,16,12.36\tz M4.36,18H3.64v-4C3.64,8.288,8.288,3.64,14,3.64h8v0.72h-8c-5.315,0-9.64,4.325-9.64,9.64C4.36,14,4.36,18,4.36,18z M28,12.36\tc-1.302,0-2.36-1.059-2.36-2.36S26.698,7.64,28,7.64s2.36,1.059,2.36,2.36S29.302,12.36,28,12.36z M28,8.36\tc-0.904,0-1.64,0.736-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.736,1.64-1.64S28.904,8.36,28,8.36z"
22
+ }
23
+ }],
24
+ "name": "cics--transaction-server-for-z-os"
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": "M17,28.36h-4v-0.72h4c2.559,0,4.64-2.081,4.64-4.64v-2\th0.721v2C22.36,25.955,19.955,28.36,17,28.36z M16,24.36c-1.301,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36\tc1.302,0,2.36,1.059,2.36,2.36S17.302,24.36,16,24.36z M16,20.36c-0.904,0-1.64,0.735-1.64,1.64s0.736,1.64,1.64,1.64\tc0.904,0,1.64-0.735,1.64-1.64S16.904,20.36,16,20.36z M10.36,23H9.64v-2c0-2.955,2.404-5.36,5.36-5.36h4v0.72h-4\tc-2.559,0-4.64,2.082-4.64,4.64C10.36,21,10.36,23,10.36,23z M25.12,22.34l-0.24-0.68c2.144-0.757,3.76-3.19,3.76-5.66\tc0-2.794-2.019-5.22-4.696-5.645c-0.159-0.025-0.282-0.154-0.301-0.314C23.206,6.232,19.921,3.36,16,3.36\tc-3.92,0-7.206,2.873-7.643,6.681c-0.018,0.161-0.142,0.289-0.301,0.314C5.379,10.78,3.36,13.206,3.36,16\tc0,2.47,1.617,4.903,3.76,5.66l-0.24,0.68C4.423,21.472,2.64,18.806,2.64,16c0-3.051,2.147-5.715,5.037-6.307\tC8.274,5.653,11.805,2.64,16,2.64s7.727,3.013,8.323,7.053c2.89,0.592,5.037,3.256,5.037,6.307\tC29.36,18.806,27.577,21.472,25.12,22.34z"
22
+ }
23
+ }],
24
+ "name": "cics--tx"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M11,30.36\tc-1.301,0-2.36-1.059-2.36-2.36c0-0.268,0.045-0.525,0.127-0.766C4.928,24.759,2.64,20.569,2.64,16C2.64,8.633,8.633,2.64,16,2.64\tS29.36,8.633,29.36,16S23.367,29.36,16,29.36v-0.72c6.97,0,12.64-5.67,12.64-12.64S22.97,3.36,16,3.36S3.36,9.03,3.36,16\tc0,4.302,2.144,8.249,5.745,10.596c0.431-0.58,1.12-0.956,1.896-0.956c1.301,0,2.36,1.059,2.36,2.36S12.301,30.36,11,30.36z M11,26.36c-0.904,0-1.64,0.735-1.64,1.64s0.736,1.64,1.64,1.64s1.64-0.735,1.64-1.64S11.904,26.36,11,26.36z M17,22.36h-4v-0.72h4\tc2.559,0,4.64-2.081,4.64-4.64v-2h0.721v2C22.36,19.955,19.955,22.36,17,22.36z M16,18.36c-1.301,0-2.36-1.059-2.36-2.36\ts1.059-2.36,2.36-2.36c1.302,0,2.36,1.059,2.36,2.36C18.36,17.302,17.302,18.36,16,18.36z M16,14.36c-0.904,0-1.64,0.736-1.64,1.64\tc0,0.904,0.736,1.64,1.64,1.64c0.904,0,1.64-0.735,1.64-1.64S16.904,14.36,16,14.36z M10.36,17H9.64v-2\tc0-2.956,2.404-5.36,5.36-5.36h4v0.72h-4c-2.559,0-4.64,2.082-4.64,4.64C10.36,15,10.36,17,10.36,17z"
22
+ }
23
+ }],
24
+ "name": "cics--vsam-recovery-for-z-os"
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,29.36\tc-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36S22.302,29.36,21,29.36z M21,25.36\tc-0.904,0-1.64,0.735-1.64,1.64s0.735,1.64,1.64,1.64s1.64-0.735,1.64-1.64S21.904,25.36,21,25.36z M16,27.36H2v-0.72h14V27.36z M9,22.36H5v-0.72h4c2.559,0,4.64-2.081,4.64-4.64v-2h0.72v2C14.36,19.955,11.956,22.36,9,22.36z M28,18.36\tc-1.302,0-2.36-1.059-2.36-2.36s1.059-2.36,2.36-2.36s2.36,1.059,2.36,2.36C30.36,17.302,29.302,18.36,28,18.36z M28,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.64S28.904,14.36,28,14.36z M8,18.36\tc-1.301,0-2.36-1.059-2.36-2.36S6.699,13.64,8,13.64s2.36,1.059,2.36,2.36C10.36,17.302,9.301,18.36,8,18.36z M8,14.36\tc-0.904,0-1.64,0.736-1.64,1.64c0,0.904,0.736,1.64,1.64,1.64S9.64,16.904,9.64,16S8.904,14.36,8,14.36z M2.36,17H1.64v-2\tc0-2.956,2.404-5.36,5.36-5.36h4v0.72H7c-2.559,0-4.64,2.082-4.64,4.64C2.36,15,2.36,17,2.36,17z M23,16.36h-6v-0.72h6V16.36z M21,7.36c-1.302,0-2.36-1.059-2.36-2.36S19.698,2.64,21,2.64S23.36,3.699,23.36,5S22.302,7.36,21,7.36z M21,3.36\tc-0.904,0-1.64,0.736-1.64,1.64S20.096,6.64,21,6.64S22.64,5.904,22.64,5S21.904,3.36,21,3.36z M16,5.36H2V4.64h14V5.36z"
22
+ }
23
+ }],
24
+ "name": "cics--vsam-transparency-for-z-os"
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": "M5.254,27.255l-0.509-0.51l6.052-6.052L0.876,17.07\tc-0.187-0.068-0.283-0.274-0.215-0.461l2.286-6.264c0.31-0.849,0.693-1.678,1.139-2.464l0.6-1.059\tc0.048-0.084,0.127-0.146,0.221-0.17C5,6.627,5.102,6.641,5.185,6.691l0.98,0.588c2.515,1.509,5.482,2.011,8.353,1.417l1.54-0.319\tc0.128-0.026,0.263,0.019,0.348,0.12l3.02,3.57l7.32-7.321l0.51,0.509L5.254,27.255z M1.461,16.518l9.897,3.614l0.838-0.838\tL1.83,15.508L1.461,16.518z M2.077,14.831l10.681,3.901l6.156-6.155l-0.906-1.071l-1.494,1.482l-0.507-0.511l1.535-1.523\tl-1.548-1.83L14.664,9.4c-3.05,0.632-6.199,0.098-8.869-1.504L5.131,7.499L4.713,8.236C4.287,8.987,3.92,9.78,3.625,10.592\tL2.077,14.831z M21,24.36c-0.042,0-0.083-0.008-0.122-0.021l-7.412-2.67l0.244-0.678l7.352,2.648H29.5\tc0.517-0.006,0.956-0.46,1.095-1.074h-9.377c-0.042,0-0.084-0.008-0.123-0.022l-6.038-2.205l0.247-0.676l5.977,2.183h9.337\tc-0.061-0.414-0.242-0.759-0.503-0.936l-7.903-4.607l-1.458,1.453l-0.508-0.51l1.419-1.414l-0.905-1.07l-1.506,1.494l-0.508-0.511\tl1.782-1.769c0.072-0.071,0.17-0.101,0.27-0.104c0.101,0.004,0.194,0.051,0.259,0.127l1.332,1.573l8.11,4.729\tc0.547,0.37,0.861,1.058,0.861,1.853c0,1.205-0.833,2.194-1.856,2.207C29.504,24.36,21,24.36,21,24.36z"
22
+ }
23
+ }],
24
+ "name": "do-not-step"
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.316,31.36c-1.918,0-3.843-0.232-5.721-0.69\tc-0.13-0.031-0.232-0.134-0.264-0.265c-0.458-1.878-0.69-3.803-0.69-5.721C0.64,11.426,11.426,0.64,24.685,0.64\tc1.921,0,3.845,0.232,5.72,0.69c0.131,0.032,0.232,0.134,0.265,0.264c0.459,1.876,0.691,3.801,0.691,5.721\tC31.36,20.573,20.574,31.36,7.316,31.36z M2.395,30.115c1.622,0.349,3.274,0.524,4.921,0.524c12.861,0,23.324-10.463,23.324-23.324\tc0-1.648-0.177-3.3-0.525-4.92l-0.859,0.859l-0.51-0.509l0.86-0.86c-1.619-0.349-3.271-0.525-4.921-0.525\tC11.823,1.36,1.36,11.823,1.36,24.685c0,1.646,0.177,3.299,0.525,4.921l0.86-0.86l0.509,0.51L2.395,30.115z M4.254,28.255\tl-0.509-0.51l1-1l0.509,0.51L4.254,28.255z M6.254,26.255l-0.509-0.51l1-1l0.509,0.51L6.254,26.255z M8.254,24.255l-0.509-0.51l1-1\tl0.509,0.51L8.254,24.255z M12.746,23.255l-4-4l0.509-0.51L11,20.491L12.491,19l-1.745-1.745l0.509-0.509L13,18.491L14.491,17\tl-1.745-1.746l0.509-0.509L15,16.491L16.491,15l-1.745-1.746l0.509-0.509L17,14.491L18.491,13l-1.746-1.746l0.509-0.509L19,12.491\tL20.491,11l-1.746-1.746l0.51-0.509l4,4l-0.51,0.509L21,11.509L19.509,13l1.746,1.746l-0.51,0.509L19,13.509L17.509,15l1.746,1.746\tl-0.51,0.509L17,15.509L15.509,17l1.746,1.745l-0.509,0.51L15,17.509L13.509,19l1.745,1.745l-0.509,0.51L13,19.509L11.509,21\tl1.745,1.745L12.746,23.255z M23.255,9.254l-0.51-0.509l1-1l0.51,0.509L23.255,9.254z M25.255,7.254l-0.51-0.509l1-1l0.51,0.509\tL25.255,7.254z M27.255,5.254l-0.51-0.509l1-1l0.51,0.509L27.255,5.254z"
22
+ }
23
+ }],
24
+ "name": "football"
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,5.64H1C0.801,5.64,0.64,5.801,0.64,6v20\tc0,0.199,0.161,0.36,0.36,0.36h30c0.199,0,0.36-0.161,0.36-0.36V6C31.36,5.801,31.199,5.64,31,5.64z M25.64,12.64H24v0.72h1.64v5.28\tH24v0.721h1.64v6.279h-4.28v-6.28H23v-0.72h-1.64v-5.28H23v-0.72h-1.64V6.36h4.279L25.64,12.64L25.64,12.64z M6.36,19.36H8v-0.72\tH6.36v-5.28H8v-0.72H6.36V6.36h4.28v6.28H9v0.72h1.64v5.28H9v0.721h1.64v6.279H6.36V19.36z M11.36,19.36H13v-0.72h-1.64v-5.28H13\tv-0.72h-1.64V6.36h4.28v6.28H14v0.72h1.64v5.28H14v0.721h1.64v6.279h-4.28C11.36,25.64,11.36,19.36,11.36,19.36z M16.36,19.36H18\tv-0.72h-1.64v-5.28H18v-0.72h-1.64V6.36h4.28v6.28H19v0.72h1.64v5.28H19v0.721h1.64v6.279h-4.28\tC16.36,25.64,16.36,19.36,16.36,19.36z M1.36,19.36H3v-0.72H1.36v-5.28H3v-0.72H1.36V6.36h4.28v19.28H1.36V19.36z M26.36,25.64V6.36\th4.279v6.28H29v0.72h1.64v5.28H29v0.721h1.64v6.279C30.64,25.64,26.36,25.64,26.36,25.64z M9.5,8.36h-2V7.64h2V8.36z M9.5,23.64\tv0.721h-2V23.64H9.5z M14.5,8.36h-2V7.64h2V8.36z M14.5,23.64v0.721h-2V23.64H14.5z M19.5,8.36h-2V7.64h2V8.36z M19.5,23.64v0.721\th-2V23.64H19.5z M22.5,8.36V7.64h2v0.72H22.5z M22.5,23.64h2v0.721h-2V23.64z M23.64,15h0.721v2H23.64V15z M8.36,17H7.64v-2h0.72V17\tz"
22
+ }
23
+ }],
24
+ "name": "football--field"
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.64H18.36V23\tc0-0.199-0.161-0.36-0.36-0.36h-1.64v-3.28H24c0.199,0,0.36-0.161,0.36-0.36V1h-0.72v17.64H8.36V1H7.64v18\tc0,0.199,0.161,0.36,0.36,0.36h7.64v3.279H14c-0.199,0-0.36,0.161-0.36,0.36v4.64H1v0.721h12.64V31c0,0.199,0.161,0.36,0.36,0.36h4\tc0.199,0,0.36-0.161,0.36-0.36v-2.64H31V27.64z M17.64,30.64h-3.28v-7.28h3.28V30.64z"
22
+ }
23
+ }],
24
+ "name": "football--goal-post"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M30,7.36V6.64H17.817l-0.064-0.514\tL28.15,1.327l-0.3-0.654L17.658,5.377L17.36,3V1c0-0.199-0.161-0.36-0.36-0.36h-4c-0.199,0-0.36,0.161-0.36,0.36l0.002,1.956\tL11.77,9.934c-0.072,0.58-0.339,1.126-0.752,1.54l-0.167,0.167H7.36V11c0-0.75-0.61-1.36-1.36-1.36S4.64,10.25,4.64,11v0.64H2v0.72\th0.501l-0.842,2.526C1.646,14.923,1.64,14.961,1.64,15v14c0,0.056,0.013,0.111,0.038,0.161l1,2C2.739,31.283,2.864,31.36,3,31.36h9\th6h12v-0.72h-0.64V7.36H30z M5.36,11c0-0.353,0.287-0.64,0.64-0.64S6.64,10.647,6.64,11v0.64H5.36V11z M2.499,14.64l0.76-2.28H5h2\th3.219c-0.375,0.552-0.579,1.201-0.579,1.883V28.64H2.36V15.36H8v-0.72C8,14.64,2.499,14.64,2.499,14.64z M3.223,30.64l-0.64-1.279\th7.094c0.077,0.492,0.3,0.936,0.632,1.279H3.223z M19.64,29c0,0.904-0.735,1.64-1.64,1.64h-6c-0.904,0-1.64-0.735-1.64-1.64v-1.64\th9.28V29z M19.64,26.64h-9.28v-9.28h9.28V26.64z M19.64,16.64h-9.28v-2.397c0-0.705,0.275-1.368,0.773-1.867l0.393-0.393\tc0.526-0.526,0.866-1.222,0.958-1.959L13.36,3V1.36h3.281l0.002,1.685l0.872,6.979c0.093,0.738,0.433,1.434,0.958,1.959l0.394,0.393\tc0.499,0.5,0.773,1.163,0.773,1.867V16.64z M28.64,9.64H24v0.72h4.64v2.28H24v0.72h4.64v2.28H24v0.72h4.64v2.28H24v0.721h4.64v2.279\tH24v0.721h4.64v2.279H24v0.721h4.64v2.279H24v0.721h4.64v2.279h-8.948c0.412-0.425,0.668-1.002,0.668-1.64V14.243\tc0-0.897-0.35-1.741-0.984-2.376l-0.394-0.393c-0.413-0.413-0.681-0.959-0.753-1.54L17.907,7.36H28.64V9.64z"
22
+ }
23
+ }],
24
+ "name": "glass-bottle-and-metal-can"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M18,31.36h-6c-1.301,0-2.36-1.059-2.36-2.36V12\tc0-0.199,0.161-0.36,0.36-0.36h1.64V9.36H9C8.25,9.36,7.64,8.75,7.64,8V7c0-0.421,0.19-0.812,0.522-1.071\tc0.333-0.26,0.757-0.35,1.167-0.248l2,0.5c0.606,0.152,1.03,0.694,1.03,1.319v4.14h2.28V5.36H12c-0.75,0-1.36-0.61-1.36-1.36V3\tc0-0.421,0.19-0.812,0.522-1.071c0.333-0.26,0.756-0.35,1.167-0.248l2,0.5c0.606,0.152,1.03,0.694,1.03,1.319v8.14h2.28V2.5\tc0-0.625,0.424-1.168,1.031-1.319l2-0.5c0.411-0.104,0.835-0.011,1.166,0.247C22.169,1.188,22.36,1.579,22.36,2v1\tc0,0.75-0.61,1.36-1.36,1.36h-2.64v7.28H20c0.199,0,0.36,0.161,0.36,0.36v2.64H22c1.302,0,2.36,1.059,2.36,2.36v8\tc0,1.302-1.059,2.36-2.36,2.36h-1.64V29C20.36,30.302,19.302,31.36,18,31.36z M10.36,27.36V29c0,0.904,0.736,1.64,1.64,1.64h6\tc0.904,0,1.64-0.735,1.64-1.64v-1.64H10.36z M20.36,26.64H22c0.904,0,1.64-0.735,1.64-1.64v-8c0-0.904-0.735-1.64-1.64-1.64h-1.64\tV26.64z M10.36,26.64h9.28V15.36h-9.28V26.64z M10.36,14.64h9.28v-2.28h-9.28V14.64z M8.999,6.36c-0.141,0-0.278,0.046-0.393,0.136\tC8.45,6.618,8.36,6.802,8.36,7v1c0,0.353,0.287,0.64,0.64,0.64h2.64V7.5c0-0.294-0.2-0.549-0.485-0.621l-2-0.5\tC9.104,6.367,9.051,6.36,8.999,6.36z M11.999,2.36c-0.141,0-0.278,0.046-0.393,0.136C11.45,2.618,11.36,2.802,11.36,3v1\tc0,0.353,0.287,0.64,0.64,0.64h2.64V3.5c0-0.294-0.2-0.549-0.485-0.621l-2-0.5C12.104,2.367,12.051,2.36,11.999,2.36z M18.36,3.64\tH21c0.353,0,0.64-0.287,0.64-0.64V2c0-0.198-0.089-0.382-0.246-0.504c-0.155-0.123-0.355-0.163-0.549-0.117l-2,0.5\tC18.56,1.951,18.36,2.206,18.36,2.5V3.64z"
22
+ }
23
+ }],
24
+ "name": "golf--bag"
25
+ };
26
+
27
+ export { index as default };