@carbon/pictograms 12.69.0 → 12.70.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 (76) hide show
  1. package/categories.yml +20 -3
  2. package/es/crab/index.js +27 -0
  3. package/es/cricket--ball/index.js +80 -0
  4. package/es/cricket--bat-and-ball/index.js +27 -0
  5. package/es/cricket--field/index.js +27 -0
  6. package/es/cricket--helmet/index.js +27 -0
  7. package/es/drone/index.js +27 -0
  8. package/es/drone--1/index.js +27 -0
  9. package/es/fish/index.js +27 -0
  10. package/es/index.js +17 -0
  11. package/es/mouse/index.js +27 -0
  12. package/es/octopus/index.js +27 -0
  13. package/es/radio/index.js +27 -0
  14. package/es/sea-shell/index.js +27 -0
  15. package/es/shrimp/index.js +27 -0
  16. package/es/skiing/index.js +30 -0
  17. package/es/starfish/index.js +27 -0
  18. package/es/visual--inspection/index.js +27 -0
  19. package/es/whale/index.js +27 -0
  20. package/lib/crab/index.js +29 -0
  21. package/lib/cricket--ball/index.js +82 -0
  22. package/lib/cricket--bat-and-ball/index.js +29 -0
  23. package/lib/cricket--field/index.js +29 -0
  24. package/lib/cricket--helmet/index.js +29 -0
  25. package/lib/drone/index.js +29 -0
  26. package/lib/drone--1/index.js +29 -0
  27. package/lib/fish/index.js +29 -0
  28. package/lib/index.js +34 -0
  29. package/lib/mouse/index.js +29 -0
  30. package/lib/octopus/index.js +29 -0
  31. package/lib/radio/index.js +29 -0
  32. package/lib/sea-shell/index.js +29 -0
  33. package/lib/shrimp/index.js +29 -0
  34. package/lib/skiing/index.js +32 -0
  35. package/lib/starfish/index.js +29 -0
  36. package/lib/visual--inspection/index.js +29 -0
  37. package/lib/whale/index.js +29 -0
  38. package/master/productive-pictogram-master.ai +26658 -16203
  39. package/metadata.json +892 -6
  40. package/package.json +3 -3
  41. package/pictograms.yml +127 -0
  42. package/src/svg/crab.svg +12 -0
  43. package/src/svg/cricket--ball.svg +36 -0
  44. package/src/svg/cricket--bat-and-ball.svg +12 -0
  45. package/src/svg/cricket--field.svg +12 -0
  46. package/src/svg/cricket--helmet.svg +12 -0
  47. package/src/svg/drone--1.svg +12 -0
  48. package/src/svg/drone.svg +12 -0
  49. package/src/svg/fish.svg +12 -0
  50. package/src/svg/mouse.svg +12 -0
  51. package/src/svg/octopus.svg +12 -0
  52. package/src/svg/radio.svg +12 -0
  53. package/src/svg/sea-shell.svg +12 -0
  54. package/src/svg/shrimp.svg +12 -0
  55. package/src/svg/skiing.svg +18 -0
  56. package/src/svg/starfish.svg +12 -0
  57. package/src/svg/visual--inspection.svg +12 -0
  58. package/src/svg/whale.svg +12 -0
  59. package/svg/crab.svg +1 -0
  60. package/svg/cricket--ball.svg +1 -0
  61. package/svg/cricket--bat-and-ball.svg +1 -0
  62. package/svg/cricket--field.svg +1 -0
  63. package/svg/cricket--helmet.svg +1 -0
  64. package/svg/drone--1.svg +1 -0
  65. package/svg/drone.svg +1 -0
  66. package/svg/fish.svg +1 -0
  67. package/svg/mouse.svg +1 -0
  68. package/svg/octopus.svg +1 -0
  69. package/svg/radio.svg +1 -0
  70. package/svg/sea-shell.svg +1 -0
  71. package/svg/shrimp.svg +1 -0
  72. package/svg/skiing.svg +1 -0
  73. package/svg/starfish.svg +1 -0
  74. package/svg/visual--inspection.svg +1 -0
  75. package/svg/whale.svg +1 -0
  76. package/umd/index.js +3387 -3008
package/categories.yml CHANGED
@@ -76,6 +76,7 @@ categories:
76
76
  - technical-owner
77
77
  - telum-ii-chip
78
78
  - telum-ii-processor
79
+ - visual--inspection
79
80
  - name: Blockchain
80
81
  members:
81
82
  - connected--ecosystem
@@ -798,10 +799,14 @@ categories:
798
799
  - console
799
800
  - console--wireless
800
801
  - desktop
802
+ - drone--1
803
+ - drone
801
804
  - electric
802
805
  - headphones
803
806
  - microphone
807
+ - mouse
804
808
  - printer
809
+ - radio
805
810
  - team-radio
806
811
  - telephone
807
812
  - television
@@ -1017,8 +1022,10 @@ categories:
1017
1022
  - champagne
1018
1023
  - cherries
1019
1024
  - cookie
1020
- - cowboy--hat
1025
+ - cow
1021
1026
  - cowboy--boot
1027
+ - cowboy--hat
1028
+ - crab
1022
1029
  - crosshairs
1023
1030
  - cupcake
1024
1031
  - dining
@@ -1029,6 +1036,7 @@ categories:
1029
1036
  - half-note
1030
1037
  - hard--ice--cream
1031
1038
  - firecracker
1039
+ - fish
1032
1040
  - flower--01
1033
1041
  - flower--02
1034
1042
  - food--truck
@@ -1036,6 +1044,7 @@ categories:
1036
1044
  - gramophone
1037
1045
  - guitar
1038
1046
  - hiking
1047
+ - horse
1039
1048
  - juice
1040
1049
  - lantern
1041
1050
  - limes
@@ -1047,6 +1056,7 @@ categories:
1047
1056
  - moon-cake
1048
1057
  - nachos
1049
1058
  - northern--mockingbird
1059
+ - octopus
1050
1060
  - oil--lamp
1051
1061
  - ornament
1052
1062
  - pencil
@@ -1061,10 +1071,13 @@ categories:
1061
1071
  - rock-on
1062
1072
  - salad
1063
1073
  - scale
1074
+ - sea-shell
1075
+ - shrimp
1064
1076
  - snowflake
1065
1077
  - soft--ice--cream
1066
1078
  - spotlight
1067
1079
  - stage
1080
+ - starfish
1068
1081
  - stationary--bicycle
1069
1082
  - taco
1070
1083
  - tennis
@@ -1078,6 +1091,7 @@ categories:
1078
1091
  - vinyl--record
1079
1092
  - waving-hand
1080
1093
  - wedding--cake
1094
+ - whale
1081
1095
  - whistle
1082
1096
  - yoga--01
1083
1097
  - yoga--02
@@ -1320,7 +1334,10 @@ categories:
1320
1334
  members:
1321
1335
  - binocular
1322
1336
  - cleat
1323
- - cow
1337
+ - cricket--ball
1338
+ - cricket--bat-and-ball
1339
+ - cricket--field
1340
+ - cricket--helmet
1324
1341
  - f1--car--01
1325
1342
  - f1--car--02
1326
1343
  - f1--grid
@@ -1341,7 +1358,6 @@ categories:
1341
1358
  - headset
1342
1359
  - helmet
1343
1360
  - helmet--football
1344
- - horse
1345
1361
  - masters-leader-board
1346
1362
  - mountain--biking
1347
1363
  - paddleboarding
@@ -1350,6 +1366,7 @@ categories:
1350
1366
  - punching-bag--03
1351
1367
  - racetrack
1352
1368
  - road--biking
1369
+ - skiing
1353
1370
  - speed-bag
1354
1371
  - sports
1355
1372
  - snowboarding
@@ -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": "M24.3604,27h-.7207c0-.9043-.7354-1.6396-1.6396-1.6396h-2.3057c-1.042.6289-2.3174,1-3.6943,1s-2.6523-.3711-3.6948-1h-2.3052c-.9043,0-1.6401.7354-1.6401,1.6396h-.7197c0-1.3018,1.0586-2.3604,2.3599-2.3604h1.3364c-.4175-.3799-.771-.8105-1.0454-1.2793h-1.291c-.9043,0-1.6401.7354-1.6401,1.6396h-.7197c0-1.3018,1.0586-2.3604,2.3599-2.3604h.9453c-.1562-.4072-.2554-.8359-.291-1.2793h-1.6543c-.9043,0-1.6401.7354-1.6401,1.6396h-.7197c0-1.3018,1.0586-2.3604,2.3599-2.3604h1.6538c.0234-.2969.0757-.5879.1548-.8701-.9746-.0195-2.1157-.5742-3.063-1.5215-.5874-.5879-1.0415-1.2734-1.2949-1.9526-1.0371-.248-1.8105-1.1831-1.8105-2.2954,0-.8057.417-1.5557,1.0845-1.9858-.3555-1.5591.4463-3.6978,2.021-5.269,1.25-1.2466,2.9165-2.0728,4.2456-2.105.1431-.0137.2759.0791.3359.21s.0361.2852-.0605.3916c-1.1465,1.2656-1.6245,2.9028-1.0225,3.5034.6035.6045,2.2476.1294,3.5146-1.0127.1079-.0957.2598-.1196.3916-.0596.1304.0601.2129.1919.2095.3359-.0322,1.3359-.8589,3.0024-2.1055,4.2461-.8145.812-1.8291,1.4556-2.7979,1.8081.2783.1978.5469.4248.7979.6753.7134.7139,1.2139,1.5488,1.416,2.3379.4756-.3726,1.0181-.6846,1.6113-.9219-.3853-.2402-.6416-.668-.6416-1.1543,0-.75.6099-1.3599,1.3599-1.3599s1.3599.6099,1.3599,1.3599c0,.2495-.0674.4839-.1851.6851.54-.0596,1.1104-.0596,1.6504,0-.1177-.2012-.1851-.4355-.1851-.6851,0-.75.6099-1.3599,1.3599-1.3599s1.3604.6099,1.3604,1.3599c0,.4863-.2568.9141-.6416,1.1543.5928.2373,1.1357.5493,1.6113.9219.2021-.7891.7021-1.6245,1.415-2.3374.2549-.2549.5215-.4805.7979-.6763-.9697-.353-1.9834-.9961-2.7969-1.8076-1.2471-1.2432-2.0732-2.9097-2.1064-4.2461-.0029-.144.0791-.2759.21-.3359.1299-.0601.2842-.0361.3916.0596,1.2676,1.1426,2.9092,1.6162,3.5156,1.0127.6016-.6001.123-2.2373-1.0234-3.5034-.0967-.1069-.1211-.2607-.0605-.3916.0596-.1309.1953-.2271.3359-.21,1.3291.0322,2.9951.8584,4.2451,2.105,1.5752,1.5708,2.377,3.71,2.0215,5.269.667.4302,1.085,1.1802,1.085,1.9858,0,1.1123-.7734,2.0474-1.8105,2.2954-.2539.6792-.708,1.3647-1.2949,1.9526-.9473.9473-2.0889,1.502-3.0635,1.5215.0791.2822.1309.5732.1543.8701h1.6543c1.3018,0,2.3604,1.0586,2.3604,2.3604h-.7207c0-.9043-.7354-1.6396-1.6396-1.6396h-1.6543c-.0352.4434-.1348.8721-.291,1.2793h.9453c1.3018,0,2.3604,1.0586,2.3604,2.3604h-.7207c0-.9043-.7354-1.6396-1.6396-1.6396h-1.291c-.2744.4688-.6279.8994-1.0459,1.2793h1.3369c1.3018,0,2.3604,1.0586,2.3604,2.3604ZM16,16.3599c-3.1099,0-5.6401,2.0806-5.6401,4.6372,0,2.5605,2.5303,4.6426,5.6401,4.6426s5.6396-2.082,5.6396-4.6426c0-2.5566-2.5293-4.6372-5.6396-4.6372ZM21.9189,19.0361c.8037.1045,1.9395-.4092,2.8262-1.2979.4277-.4268.7725-.9082,1.002-1.3916-1.0713-.1147-1.9307-.9492-2.083-2.0088-.0537-.0063-.1074-.0137-.1611-.022-.4326.2266-.8623.5469-1.249.9321-.7402.7402-1.2266,1.645-1.2959,2.3975.3975.417.7236.8848.9609,1.3906ZM6.2534,16.3467c.2295.4834.5742.9648,1.001,1.3916.8877.8887,2.02,1.4023,2.8271,1.2979.2368-.5059.5625-.9736.9609-1.3906-.0693-.752-.5562-1.6567-1.2969-2.3979-.3843-.3838-.8135-.7041-1.2471-.9312-.0547.0083-.1089.0156-.1626.022-.1528,1.0591-1.0117,1.8936-2.0825,2.0083ZM24.3965,14.3433c.1582.7397.8164,1.2969,1.6035,1.2969.9043,0,1.6396-.7358,1.6396-1.6401,0-.501-.2324-.9712-.6133-1.2788-.3301.644-1.1416,1.4927-2.6299,1.6221ZM18,14.3599c-.3525,0-.6396.2871-.6396.6401s.2871.6401.6396.6401.6396-.2871.6396-.6401-.2871-.6401-.6396-.6401ZM14,14.3599c-.353,0-.6401.2871-.6401.6401s.2871.6401.6401.6401.6401-.2871.6401-.6401-.2871-.6401-.6401-.6401ZM4.9741,12.7212c-.3818.3071-.6143.7773-.6143,1.2788,0,.9043.7358,1.6401,1.6401,1.6401.7866,0,1.4458-.5571,1.604-1.2974-1.4897-.1309-2.3003-.978-2.6299-1.6216ZM18.4922,8.8359c.2666.9766.9131,2.0625,1.7617,2.9092,1.1182,1.1152,2.626,1.877,3.752,1.895,2.0137,0,2.4609-1.4404,2.4648-1.4551.0029-.0103.0068-.02.0107-.0298.5088-1.2998-.2373-3.4067-1.7354-4.9004-.8486-.8457-1.9307-1.4902-2.9014-1.7588.8965,1.3267,1.2666,2.9146.4199,3.7588-.8359.833-2.4521.4585-3.7725-.4189ZM5.5283,12.1826c.0186.0596.4741,1.4575,2.4717,1.4575,1.1196-.0181,2.6274-.7798,3.7456-1.895.8491-.8467,1.4951-1.9331,1.7617-2.9092-1.3198.8774-2.9365,1.252-3.772.4189-.8335-.8315-.4551-2.4434.4243-3.7603-.9717.2676-2.0562.9131-2.9053,1.7603-1.498,1.4941-2.2441,3.6011-1.7354,4.9004.0034.0093.0063.0181.0093.0273h0Z"
22
+ }
23
+ }],
24
+ "name": "crab"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,80 @@
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
+ "fill": "none",
22
+ "stroke-linejoin": "round",
23
+ "stroke-width": ".72",
24
+ "d": "M29 5 28.293 5.707"
25
+ }
26
+ }, {
27
+ "elem": "path",
28
+ "attrs": {
29
+ "fill": "none",
30
+ "stroke-dasharray": "2.0481 1.024",
31
+ "stroke-linejoin": "round",
32
+ "stroke-width": ".72",
33
+ "d": "M27.569 6.431 17.069 16.931"
34
+ }
35
+ }, {
36
+ "elem": "path",
37
+ "attrs": {
38
+ "fill": "none",
39
+ "stroke-linejoin": "round",
40
+ "stroke-width": ".72",
41
+ "d": "M16.707 17.293 16 18"
42
+ }
43
+ }, {
44
+ "elem": "path",
45
+ "attrs": {
46
+ "fill": "none",
47
+ "stroke-linejoin": "round",
48
+ "stroke-width": ".72",
49
+ "d": "M27 3 26.293 3.707"
50
+ }
51
+ }, {
52
+ "elem": "path",
53
+ "attrs": {
54
+ "fill": "none",
55
+ "stroke-dasharray": "2.0481 1.024",
56
+ "stroke-linejoin": "round",
57
+ "stroke-width": ".72",
58
+ "d": "M25.569 4.431 15.069 14.931"
59
+ }
60
+ }, {
61
+ "elem": "path",
62
+ "attrs": {
63
+ "fill": "none",
64
+ "stroke-linejoin": "round",
65
+ "stroke-width": ".72",
66
+ "d": "M14.707 15.293 14 16"
67
+ }
68
+ }, {
69
+ "elem": "path",
70
+ "attrs": {
71
+ "fill": "none",
72
+ "stroke-linejoin": "round",
73
+ "stroke-width": ".72",
74
+ "d": "M10,12L2,20M16,26l4-4M13,19L1,31M28,4l-13,13M21.5,1c5.2467,0,9.5,4.2533,9.5,9.5s-4.2533,9.5-9.5,9.5-9.5-4.2533-9.5-9.5S16.2533,1,21.5,1Z"
75
+ }
76
+ }],
77
+ "name": "cricket--ball"
78
+ };
79
+
80
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M6.061,31.3594c-.415,0-.8306-.1582-1.146-.4756l-3.9556-3.9219c-.2588-.2559-.4019-.5977-.4028-.9619s.1401-.707.3975-.9648L17.7451,8.2163c.1182-.1182.3018-.1396.4463-.0508,0,0,.9189.5757,1.1484.7148.377.23.9814.3506,1.709-.376L28.5977.8945c.1621-.1636.3789-.2539.6084-.2544.251.0083.4473.0889.6104.2515l1.292,1.2915c.335.3354.335.8809,0,1.2163l-7.5684,7.5601c-.7783.7773-.5605,1.4478-.3604,1.7778.0693.1172.5068.7031.7656,1.0449.1084.1436.0947.3452-.0332.4727l-6.0283,6-.5078-.5098,5.8057-5.7793c-.1172-.1567-.2646-.3545-.3877-.5244-.9629.6016-2.4248.3271-3.4609-.7144-.5527-.5547-.9072-1.2446-1-1.9424-.0752-.5649.0264-1.084.2871-1.5024-.1875-.1167-.4053-.2524-.5684-.3545L1.4639,25.5439c-.1211.1221-.1875.2832-.187.4541s.0674.332.1895.4521l3.957,3.9238c.1709.1719.396.2656.6357.2666h.002c.2393,0,.4639-.0928.6333-.2617l2.6426-2.6309.5078.5098-2.6426,2.6309c-.3149.3135-.728.4707-1.1411.4707ZM19.248,9.6377c-.1836.2817-.2549.6465-.2012,1.0522.0713.5425.3545,1.0859.7959,1.5293.8018.8062,1.9014,1.0479,2.5791.6064-.1982-.4932-.3525-1.4155.6084-2.3755l.2471.2461-.2471-.2466,6.459-6.4512-1.4844-1.4844-6.4453,6.498-.2568-.2539.2559.2549c-.9424.9409-1.8086.8281-2.3105.6245ZM28.5127,2.0029l1.4863,1.4868.5996-.5996c.0469-.0464.0469-.1514,0-.1982l-1.291-1.291c-.0371-.0371-.0996-.0449-.0996-.041-.0215,0-.0635.0059-.0986.0415l-.5967.6016ZM17.5,29.3604c-2.1284,0-3.8599-1.7324-3.8599-3.8604s1.7314-3.8604,3.8599-3.8604,3.8604,1.7324,3.8604,3.8604-1.7324,3.8604-3.8604,3.8604ZM15.5498,27.959c.5361.4258,1.2139.6807,1.9502.6807,1.7314,0,3.1396-1.4082,3.1396-3.1396,0-.7363-.2549-1.4141-.6807-1.9502l-4.4092,4.4092ZM17.5,22.3604c-1.7314,0-3.1401,1.4082-3.1401,3.1396,0,.7363.2549,1.4141.6807,1.9502l4.4097-4.4092c-.5361-.4258-1.2139-.6807-1.9502-.6807ZM13,26.3604h-5v-.7207h5v.7207ZM13,24.3604H5v-.7207h8v.7207ZM14,22.3604h-3v-.7207h3v.7207Z"
22
+ }
23
+ }],
24
+ "name": "cricket--bat-and-ball"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M16,31.3604C7.5303,31.3604.6401,24.4697.6401,16S7.5303.6401,16,.6401s15.3604,6.8901,15.3604,15.3599-6.8906,15.3604-15.3604,15.3604ZM16,1.3599C7.9272,1.3599,1.3599,7.9272,1.3599,16s6.5674,14.6396,14.6401,14.6396,14.6396-6.5674,14.6396-14.6396S24.0723,1.3599,16,1.3599ZM16,26.3604c-4.0581,0-7.3599-3.3018-7.3599-7.3604v-6c0-4.0581,3.3018-7.3599,7.3599-7.3599s7.3604,3.3018,7.3604,7.3599v6c0,4.0586-3.3018,7.3604-7.3604,7.3604ZM16,6.3599c-3.6611,0-6.6401,2.979-6.6401,6.6401v6c0,3.6611,2.979,6.6396,6.6401,6.6396s6.6396-2.9785,6.6396-6.6396v-6c0-3.6611-2.9785-6.6401-6.6396-6.6401ZM18,21.3604h-4c-.1987,0-.3599-.1611-.3599-.3604v-1.6396h-.6401v-.7207h.6401v-5.2798h-.6401v-.7197h.6401v-1.6401c0-.1987.1611-.3599.3599-.3599h4c.1992,0,.3604.1611.3604.3599v1.6401h.6396v.7197h-.6396v5.2798h.6396v.7207h-.6396v1.6396c0,.1992-.1611.3604-.3604.3604ZM14.3599,20.6396h3.2798v-1.2793h-3.2798v1.2793ZM14.3599,18.6396h3.2798v-5.2798h-3.2798v5.2798ZM14.3599,12.6401h3.2798v-1.2803h-3.2798v1.2803ZM11.5,13c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM11.5,21c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM16.5,23c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM20.5,18c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM20.5,13c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM16.5,8c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM3.5,18c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM11.5,27c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM22.5,27c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM24.5,5c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM6.5,7c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5Z"
22
+ }
23
+ }],
24
+ "name": "cricket--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": "M15,12.4995c0,.2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5ZM6.5,11.9995c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM25.21,30.4482l4.0742-5.2266c.0303-.04.0527-.0859.0654-.1348l1-4c.0264-.1074.002-.2207-.0654-.3086-.0684-.0869-.1729-.1387-.2842-.1387h-11.7627l-2.6909-6.2798h15.4536c.1992,0,.3604-.1611.3604-.3599v-2c0-.165-.1123-.3091-.2734-.3491l-3.7705-.9429C26.2451,4.6753,20.9258.6401,14,.6401,6.6333.6401.6401,6.6333.6401,14c0,.1987.1611.3599.3599.3599h5.7627l2.9155,6.8013,2.6606,5.3213c.2583.5166.6958.9199,1.2314,1.1338l8.8994,3.5713c.2822.1133.5781.168.8721.168.7139,0,1.4121-.3232,1.8682-.9072ZM24.1729,25.3604h4.0898l-3.6211,4.6445c-.4463.5752-1.2305.7871-1.9043.5146l-2.0381-.8184,3.4736-4.3408ZM23.251,25.3604l-3.25,4.0605-6.1626-2.4727c-.3726-.1494-.6763-.4287-.856-.7881l-.3999-.7998h10.6685ZM25.2812,21.3604h4.2578l-.8203,3.2793h-4.2578l.8203-3.2793ZM10.582,21.3604h13.957l-.8203,3.2793h-11.4966l-1.6401-3.2793ZM8.8315,17.3594h7.2163l1.4062,3.2803h-7.2168l-1.4058-3.2803ZM7.5464,14.3599h7.2163l.9766,2.2793h-7.2163l-.9766-2.2793ZM16.3599,10.9995c0-.1987-.1611-.3599-.3599-.3599H5c-.1987,0-.3599.1611-.3599.3599v2.6406H1.3652C1.5562,6.8359,7.1509,1.3599,14,1.3599c6.6475,0,11.7285,3.8965,12.6445,9.6963.0225.1426.1279.2583.2686.293l3.7266.9321v1.3589h-14.2798v-2.6406ZM5.3599,11.3594h10.2803v2.2808H5.3599v-2.2808Z"
22
+ }
23
+ }],
24
+ "name": "cricket--helmet"
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.0576,22.3604h-.1152c-.7178,0-1.3027-.585-1.3027-1.3027v-3.6973h-3.7119c-.4277.6045-1.1328,1-1.9277,1h-8c-.7954,0-1.5-.3955-1.9277-1h-3.7124v3.6973c0,.7178-.5845,1.3027-1.3027,1.3027h-.1143c-.7183,0-1.3027-.585-1.3027-1.3027v-6.1147c0-.6143.4272-1.1304,1-1.2671v-2.3159H1v-.7197h8v.7197h-3.6401v2.3154c.4756.1138.8511.4893.9648.9648h3.7476c.3662-.5181.936-.8823,1.5918-.9761.1636-1.1431,1.1489-2.0239,2.3359-2.0239h4c1.1875,0,2.1729.8809,2.3359,2.0239.6562.0938,1.2256.458,1.5918.9761h3.748c.1133-.4761.4883-.8511.9639-.9648v-2.3154h-3.6396v-.7197h8v.7197h-3.6396v2.3154c.5723.1367,1,.6533,1,1.2676v6.1147c0,.7178-.585,1.3027-1.3027,1.3027ZM26.3604,17v4.0576c0,.3213.2607.582.582.582h.1152c.3213,0,.582-.2607.582-.582v-6.1147c0-.3213-.2607-.583-.582-.583h-.1152c-.3213,0-.582.2617-.582.583v2.0571ZM4.9429,14.3599c-.3213,0-.583.2617-.583.583v6.1147c0,.3213.2617.582.583.582h.1143c.3213,0,.583-.2607.583-.582v-6.1147c0-.3213-.2617-.583-.583-.583h-.1143ZM17.6953,17.6396h2.3047c.9043,0,1.6396-.7354,1.6396-1.6396s-.7354-1.6401-1.6396-1.6401h-2.3047c.4111.4253.665,1.0034.665,1.6401s-.2539,1.2148-.665,1.6396ZM16,14.3599c-.9043,0-1.6401.7358-1.6401,1.6401s.7358,1.6396,1.6401,1.6396,1.6396-.7354,1.6396-1.6396-.7354-1.6401-1.6396-1.6401ZM12,14.3599c-.9043,0-1.6401.7358-1.6401,1.6401s.7358,1.6396,1.6401,1.6396h2.3047c-.4116-.4248-.6646-1.0029-.6646-1.6396s.2529-1.2148.6646-1.6401h-2.3047ZM22.2715,16.6401h3.3682v-1.2803h-3.3682c.0576.2036.0889.4185.0889.6401s-.0312.4365-.0889.6401ZM6.3599,16.6401h3.3682c-.0571-.2036-.0879-.4185-.0879-.6401s.0308-.4365.0879-.6401h-3.3682v1.2803ZM16,13.6401h3.6006c-.165-.7319-.8203-1.2803-1.6006-1.2803h-4c-.7808,0-1.4355.5483-1.6001,1.2803h3.6001ZM16,15.5c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5Z"
22
+ }
23
+ }],
24
+ "name": "drone"
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,28.3604h-14c-.1987,0-.3599-.1611-.3599-.3604v-7.6396h-2.5352c-.3833,0-.751-.1631-1.0083-.4473s-.3828-.667-.3452-1.0479l.8506-8.5054h-1.6021c-1.3013,0-2.3599-1.0586-2.3599-2.3599s1.0586-2.3599,2.3599-2.3599h.6401v-1.2803H1v-.7197h8v.7197h-3.6401v1.2803h21.2798v-1.2803h-3.6396v-.7197h8v.7197h-3.6396v1.2803h.6396c1.3018,0,2.3604,1.0586,2.3604,2.3599s-1.0586,2.3599-2.3604,2.3599h-1.6025l.8506,8.5044c.0381.3809-.0869.7627-.3438,1.0479-.2578.2842-.626.4482-1.0098.4482h-2.5342v7.6396c0,.1992-.1611.3604-.3604.3604ZM9.3599,27.6396h13.2798v-10.2793h-13.2798v10.2793ZM23.3604,19.6396h2.5342c.1836,0,.3525-.0742.4756-.2109.1221-.1357.1797-.3105.1611-.4922l-.8574-8.5767h-2.6738c-.9043,0-1.6396.7358-1.6396,1.6401v1.6401h2.6396c.1992,0,.3604.1611.3604.3599v3c0,.1992-.1611.3604-.3604.3604h-.6396v2.2793ZM6.3257,10.3599l-.8574,8.5767c-.0186.1816.0396.3574.1626.4932.1226.1357.291.21.4741.21h2.5352v-2.2793h-.6401c-.1987,0-.3599-.1611-.3599-.3604v-3c0-.1987.1611-.3599.3599-.3599h2.6401v-1.6401c0-.9043-.7358-1.6401-1.6401-1.6401h-2.6743ZM23,16.6401h.6396v-2.2803h-15.2798v2.2803h14.6401ZM11.3599,13.6401h9.2798v-1.6401c0-1.3013,1.0586-2.3599,2.3604-2.3599h5c.9043,0,1.6396-.7358,1.6396-1.6401s-.7354-1.6401-1.6396-1.6401H4c-.9043,0-1.6401.7358-1.6401,1.6401s.7358,1.6401,1.6401,1.6401h5c1.3013,0,2.3599,1.0586,2.3599,2.3599v1.6401ZM18,21.3604h-4c-.75,0-1.3599-.6104-1.3599-1.3604s.6099-1.3604,1.3599-1.3604h4c.75,0,1.3604.6104,1.3604,1.3604s-.6104,1.3604-1.3604,1.3604ZM14,19.3604c-.353,0-.6401.2871-.6401.6396s.2871.6396.6401.6396h4c.3525,0,.6396-.2871.6396-.6396s-.2871-.6396-.6396-.6396h-4Z"
22
+ }
23
+ }],
24
+ "name": "drone--1"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M6,15.5c0,.2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5ZM22.333,24.1377c.0557-.1348.0244-.2891-.0781-.3926l-2.5557-2.5557c.4922-.4688.918-.9619,1.2656-1.4619,1.2861,2.1758,4.3857,3.7529,7.5352,3.7529.5371,0,1.0615-.042,1.5596-.125.1758-.0293.3037-.1836.3008-.3623-.0361-1.8018-.832-4.918-3.3994-5.9834,2.5625-1.0122,3.3613-3.9854,3.3994-5.8828.0029-.1782-.125-.3325-.3008-.3618-.498-.083-1.0225-.125-1.5596-.125-3.4863,0-6.4336,1.4443-7.583,3.6528-1.8359-2.2607-5.4126-4.5195-9.5488-4.6475.127-1.0229,1.7251-2.2417,3.5342-2.2842l4.9199,2.9521c.3633.2051.5625.5103.5322.8154-.0234.2456-.1943.4385-.4678.5293l.2266.6836c.54-.1797.9072-.6177.958-1.1431.0576-.5879-.2852-1.1675-.8857-1.5073l-5.0005-3c-.0557-.0337-.1196-.0513-.1851-.0513-2.1411,0-4.2437,1.4702-4.3555,3.0073-1.2393.0508-2.4268.374-3.7988,1.0273-2.7144,1.2856-4.7544,3.3442-5.1963,5.2437-.0283.1211.0083.248.0962.3359l1.3853,1.3853h-1.1309c-.1147,0-.2227.0557-.2905.1475-.0679.0928-.0874.2129-.0522.3223.4341,1.3633,1.8145,2.8838,3.7852,4.1719,2.04,1.3408,4.3687,2.0791,6.5576,2.0791,1.4297,0,2.8018-.3086,4.0474-.8174.6064.5215,1.3931.8174,2.1948.8174h3.7578c.1455,0,.2773-.0879.333-.2227ZM19.1611,21.6699l1.9697,1.9697h-2.8887c-.5137,0-1.0195-.1543-1.4468-.4326.8735-.4307,1.6704-.957,2.3657-1.5371ZM4,18.3604c.1455,0,.2769-.0879.3325-.2227.0186-.0449.0273-.0918.0273-.1377,0-.0938-.0366-.1855-.1055-.2549l-1.8535-1.8535c.4702-1.5903,2.209-3.3037,4.5264-4.4561,1.1216,1.1646,1.7129,2.7368,1.7129,4.5645,0,1.2441-.3369,1.8018-.9482,2.8135l.6162.373c.6333-1.0488,1.0518-1.7422,1.0518-3.1865,0-1.9268-.6016-3.604-1.7461-4.8833,1.2065-.5215,2.2681-.7568,3.3862-.7568,4.1489,0,8.0225,2.438,9.7051,4.8462.0762.1104.2139.1675.3428.1509.1338-.0181.2461-.1094.291-.2363.7881-2.2144,3.7324-3.7607,7.1611-3.7607.3848,0,.7627.0234,1.127.0693-.1348,2.0737-1.2275,5.2109-4.627,5.2109-.1992,0-.3604.1611-.3604.3599,0,.1992.1611.3604.3604.3604,3.9111,0,4.5264,4.1309,4.6221,5.3311-.3623.0459-.7383.0684-1.1221.0684-3.1543,0-6.2354-1.6758-7.168-3.8994-.0527-.126-.1729-.2109-.3096-.2197-.1406-.0068-.2666.0605-.335.1797-1.376,2.3955-4.8022,4.8193-8.6875,4.8193-2.0498,0-4.2383-.6963-6.1631-1.9609-1.5757-1.0293-2.77-2.2373-3.3022-3.3184h1.4653ZM12.9897,21.9473c.3564-.0713.6631-.2773.8643-.5801l.6172-.9258c.2524-.3779.2988-.8545.125-1.2744s-.5439-.7236-.9897-.8125l-3.5356-.707-.1416.7051,3.5356.707c.2134.043.3828.1826.4663.3828.083.2012.0615.4199-.0586.6006l-.6177.9258c-.0947.1416-.2388.2393-.4062.2725-.1689.0342-.3394-.001-.481-.0957l-2.168-1.4453-.3994.5996,2.168,1.4453c.2261.1504.4858.2285.752.2285.0894,0,.1797-.0088.2695-.0264Z"
22
+ }
23
+ }],
24
+ "name": "fish"
25
+ };
26
+
27
+ export { index as default };
package/es/index.js CHANGED
@@ -228,6 +228,10 @@ export { default as CicsVsamRecoveryForZOs } from './cics--vsam-recovery-for-z-o
228
228
  export { default as CicsVsamTransparencyForZOs } from './cics--vsam-transparency-for-z-os/index.js';
229
229
  export { default as CirclePacking } from './circle--packing/index.js';
230
230
  export { default as Cleat } from './cleat/index.js';
231
+ export { default as CricketBall } from './cricket--ball/index.js';
232
+ export { default as CricketBatAndBall } from './cricket--bat-and-ball/index.js';
233
+ export { default as CricketField } from './cricket--field/index.js';
234
+ export { default as CricketHelmet } from './cricket--helmet/index.js';
231
235
  export { default as ClientFinancing_01 } from './client--financing--01/index.js';
232
236
  export { default as ClientFinancing_02 } from './client--financing--02/index.js';
233
237
  export { default as ClientSupport } from './client--support/index.js';
@@ -347,6 +351,7 @@ export { default as Coupon } from './coupon/index.js';
347
351
  export { default as Cow } from './cow/index.js';
348
352
  export { default as CowboyBoot } from './cowboy--boot/index.js';
349
353
  export { default as CowboyHat } from './cowboy--hat/index.js';
354
+ export { default as Crab } from './crab/index.js';
350
355
  export { default as CreditCard } from './credit--card/index.js';
351
356
  export { default as Crop } from './crop/index.js';
352
357
  export { default as Crossbill } from './crossbill/index.js';
@@ -411,6 +416,8 @@ export { default as DesignAndDevelopment_02 } from './design-and-development--02
411
416
  export { default as DesignSystemAlignment } from './design-system-alignment/index.js';
412
417
  export { default as DesignThinkingTeam } from './design-thinking-team/index.js';
413
418
  export { default as Desktop } from './desktop/index.js';
419
+ export { default as Drone_1 } from './drone--1/index.js';
420
+ export { default as Drone } from './drone/index.js';
414
421
  export { default as Destination } from './destination/index.js';
415
422
  export { default as DetectAndStopAdvancingThreats } from './detect--and--stop--advancing--threats/index.js';
416
423
  export { default as DevAndTest } from './dev-and-test/index.js';
@@ -556,6 +563,7 @@ export { default as FireAlarm } from './fire--alarm/index.js';
556
563
  export { default as FireExtinguisher } from './fire--extinguisher/index.js';
557
564
  export { default as FireHose } from './fire--hose/index.js';
558
565
  export { default as Firecracker } from './firecracker/index.js';
566
+ export { default as Fish } from './fish/index.js';
559
567
  export { default as Firefighter } from './firefighter/index.js';
560
568
  export { default as Firewall } from './firewall/index.js';
561
569
  export { default as FirstAid } from './first--aid/index.js';
@@ -886,6 +894,7 @@ export { default as MexicoCityMuseoSoumaya } from './mexico-city--museo-soumaya/
886
894
  export { default as Micro } from './micro/index.js';
887
895
  export { default as Microorganisms } from './microorganisms/index.js';
888
896
  export { default as Microphone } from './microphone/index.js';
897
+ export { default as Mouse } from './mouse/index.js';
889
898
  export { default as Microscope } from './microscope/index.js';
890
899
  export { default as Microservices } from './microservices/index.js';
891
900
  export { default as Microservices_02 } from './microservices--02/index.js';
@@ -962,6 +971,7 @@ export { default as NodeDotJs_01 } from './node-dot-js--01/index.js';
962
971
  export { default as NodeDotJs_02 } from './node-dot-js--02/index.js';
963
972
  export { default as NorthAmerica } from './north--america/index.js';
964
973
  export { default as NorthernMockingbird } from './northern--mockingbird/index.js';
974
+ export { default as Octopus } from './octopus/index.js';
965
975
  export { default as Notifications } from './notifications/index.js';
966
976
  export { default as Nuclear } from './nuclear/index.js';
967
977
  export { default as NycBrooklyn } from './nyc--brooklyn/index.js';
@@ -1069,6 +1079,7 @@ export { default as Presentation } from './presentation/index.js';
1069
1079
  export { default as Presenter } from './presenter/index.js';
1070
1080
  export { default as Price } from './price/index.js';
1071
1081
  export { default as Printer } from './printer/index.js';
1082
+ export { default as Radio } from './radio/index.js';
1072
1083
  export { default as PrivateNetwork_01 } from './private--network--01/index.js';
1073
1084
  export { default as PrivateNetwork_02 } from './private--network--02/index.js';
1074
1085
  export { default as PrivateNetwork_03 } from './private--network--03/index.js';
@@ -1105,6 +1116,7 @@ export { default as Racetrack } from './racetrack/index.js';
1105
1116
  export { default as Raindrop } from './raindrop/index.js';
1106
1117
  export { default as Rainy } from './rainy/index.js';
1107
1118
  export { default as RoadBiking } from './road--biking/index.js';
1119
+ export { default as Skiing } from './skiing/index.js';
1108
1120
  export { default as RainyHeavy } from './rainy--heavy/index.js';
1109
1121
  export { default as RaleighNc } from './raleigh-nc/index.js';
1110
1122
  export { default as RandomSamples } from './random--samples/index.js';
@@ -1172,6 +1184,8 @@ export { default as SatelliteDish } from './satellite--dish/index.js';
1172
1184
  export { default as SaveTime } from './save-time/index.js';
1173
1185
  export { default as Scalable } from './scalable/index.js';
1174
1186
  export { default as Scale } from './scale/index.js';
1187
+ export { default as SeaShell } from './sea-shell/index.js';
1188
+ export { default as Shrimp } from './shrimp/index.js';
1175
1189
  export { default as Scale_02 } from './scale--02/index.js';
1176
1190
  export { default as ScalingContainers } from './scaling--containers/index.js';
1177
1191
  export { default as ScanCode } from './scan-code/index.js';
@@ -1258,6 +1272,7 @@ export { default as SpyreAcceleratorCard } from './spyre-accelerator--card/index
1258
1272
  export { default as StackLimitation } from './stack-limitation/index.js';
1259
1273
  export { default as StadiumSeats } from './stadium--seats/index.js';
1260
1274
  export { default as Stage } from './stage/index.js';
1275
+ export { default as Starfish } from './starfish/index.js';
1261
1276
  export { default as Stairs } from './stairs/index.js';
1262
1277
  export { default as StairsDown } from './stairs--down/index.js';
1263
1278
  export { default as StairsPlanView } from './stairs--plan--view/index.js';
@@ -1345,6 +1360,7 @@ export { default as Telephone } from './telephone/index.js';
1345
1360
  export { default as Television } from './television/index.js';
1346
1361
  export { default as TelumIiChip } from './telum-ii-chip/index.js';
1347
1362
  export { default as TelumIiProcessor } from './telum-ii-processor/index.js';
1363
+ export { default as VisualInspection } from './visual--inspection/index.js';
1348
1364
  export { default as TemperatureHigh } from './temperature--high/index.js';
1349
1365
  export { default as TemperatureLow } from './temperature--low/index.js';
1350
1366
  export { default as TemporaryBadge } from './temporary-badge/index.js';
@@ -1499,6 +1515,7 @@ export { default as Webcast } from './webcast/index.js';
1499
1515
  export { default as Websites } from './websites/index.js';
1500
1516
  export { default as Websphere } from './websphere/index.js';
1501
1517
  export { default as WeddingCake } from './wedding--cake/index.js';
1518
+ export { default as Whale } from './whale/index.js';
1502
1519
  export { default as Wheat } from './wheat/index.js';
1503
1520
  export { default as WheelchairUser } from './wheelchair-user/index.js';
1504
1521
  export { default as WheelchairUserActive } from './wheelchair-user--active/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": "M16,29.3604c-4.5317,0-8.3599-3.8291-8.3599-8.3604v-10c0-4.5317,3.8281-8.3599,8.3599-8.3599s8.3604,3.8281,8.3604,8.3599v10c0,4.5312-3.8291,8.3604-8.3604,8.3604ZM15.6401,3.3687c-3.9824.1958-7.2803,3.6108-7.2803,7.6313v10c0,4.1416,3.499,7.6396,7.6401,7.6396s7.6396-3.498,7.6396-7.6396v-10c0-4.0205-3.2979-7.4355-7.2798-7.6313v3.3091c1.0005.2261,1.0005,1.4072,1.0005,1.8223v3c0,.415,0,1.5962-1.0005,1.8223v3.6777h-.7197v-3.6777c-1-.2261-1-1.4072-1-1.8223v-3c0-.415,0-1.5962,1-1.8223v-3.3091ZM16,7.3599c-.3374,0-.6401.0874-.6401,1.1401v3c0,1.0527.3027,1.1401.6401,1.1401s.6401-.0874.6401-1.1401v-3c0-1.0527-.3027-1.1401-.6401-1.1401Z"
22
+ }
23
+ }],
24
+ "name": "mouse"
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,13.5c0,.2761-.2239.5-.5.5s-.5-.2239-.5-.5.2239-.5.5-.5.5.2239.5.5ZM14.5,13c-.2761,0-.5.2239-.5.5s.2239.5.5.5.5-.2239.5-.5-.2239-.5-.5-.5ZM26.7178,26.4883c.4385-1.0586.0986-2.1807-.4629-2.7432l-.5098.5098c.3887.3887.6104,1.2275.3076,1.958-.3281.791-1.1748,1.2764-2.415,1.3975.3428-.6689.7861-1.7861.5381-2.7227-.1436-.5371-.4844-.9443-1.0146-1.21-.3076-.1533-.7285-.2324-1.2627-.332-1.9082-.3564-4.792-.8955-5.5435-5.4053-.0576-.3457-.6523-.3457-.71,0-.7515,4.5098-3.6353,5.0488-5.543,5.4053-.5342.0996-.9561.1787-1.2632.332-.5303.2656-.8716.6729-1.0142,1.21-.249.9365.1948,2.0537.5371,2.7227-1.2397-.1211-2.0869-.6064-2.4146-1.3975-.3027-.7305-.0815-1.5693.3071-1.958l-.5088-.5098c-.562.5625-.9019,1.6846-.4634,2.7432.2896.6992,1.1572,1.8721,3.7178,1.8721.1328,0,.2549-.0732.3174-.1904s.0557-.2588-.0181-.3691c-.2988-.4492-1.022-1.8135-.7788-2.7285.0884-.334.2983-.5791.6406-.75.2168-.1084.6138-.1826,1.0732-.2686,1.6484-.3086,4.564-.8535,5.7656-4.5234,1.2021,3.6699,4.1172,4.2148,5.7656,4.5234.46.0859.8564.1602,1.0732.2686.3418.1709.5518.416.6406.749.2422.9111-.4805,2.2793-.7793,2.7295-.0732.1104-.0801.252-.0176.3691s.1846.1904.3174.1904c2.5605,0,3.4287-1.1729,3.7178-1.8721ZM30.0918,23.5557c.1221-.0762.2686-.2334.2686-.5557,0-1.2041-2.1982-3.3604-4.3604-3.3604-4.0977,0-4.8027-.0498-5.6777-1.8008l-.6445.3223c1.0996,2.1992,2.3105,2.1992,6.3223,2.1992,1.7539,0,3.4199,1.6895,3.6182,2.5205-.1846-.0664-.4668-.208-.707-.3281-.7705-.3848-1.8262-.9131-2.9111-.9131h-4c-2.6807,0-3.6416-3.6904-3.6504-3.7275l-.6992.1748c.0439.1748,1.1055,4.2734,4.3496,4.2734h4c.915,0,1.8828.4834,2.5889.8369.5059.2529.8867.4434,1.1924.4434.1123,0,.2148-.0264.3105-.085ZM3.4111,23.1973c.7065-.3535,1.6738-.8369,2.5889-.8369h4c3.2437,0,4.3057-4.0986,4.3491-4.2734l-.6982-.1748c-.0093.0371-.9702,3.7275-3.6509,3.7275h-4c-1.085,0-2.1401.5283-2.9111.9131-.2437.1221-.5322.2666-.7158.332.1631-.79,1.8501-2.5244,3.627-2.5244,4.0117,0,5.2227,0,6.3218-2.1992l-.6436-.3223c-.876,1.751-1.5806,1.8008-5.6782,1.8008-2.1626,0-4.3599,2.1562-4.3599,3.3604,0,.3223.146.4795.2686.5557.0947.0586.1973.085.3105.085.3052,0,.6855-.1904,1.1919-.4434ZM26.3604,15c0-1.1089-.5391-1.9175-1.0605-2.6997-.4834-.7246-.9395-1.4092-.9395-2.3003,0-1.4922,1.3311-2.3921,2.3223-2.5923-.3994.5234-1.043,1.3857-1.043,2.5923,0,1.0698.7148,1.6533,1.4062,2.2178.7832.6396,1.5938,1.3018,1.5938,2.7822,0,1.8101-.8594,2.709-.8955,2.7471l.2559.2529-.2549-.2549.5098.5098c.0449-.0459,1.1055-1.1299,1.1055-3.2549,0-1.8223-1.0312-2.6641-1.8594-3.3403-.6377-.5205-1.1406-.9316-1.1406-1.6597,0-.9839.5498-1.7046.915-2.1816.2686-.3521.4629-.6064.3184-.8994-.1377-.2788-.4688-.2788-.5938-.2788-1.1729,0-3.3604,1.1538-3.3604,3.3599,0,1.1089.5391,1.9175,1.0605,2.6997.4834.7246.9395,1.4092.9395,2.3003,0,1.8013-.8389,2.6396-2.6396,2.6396-1.9824,0-2.4922-1.9741-2.6221-3,1.2617-1.2114,1.9824-2.8916,1.9824-4.6396,0-3.5068-2.8535-6.3599-6.3604-6.3599s-6.3599,2.853-6.3599,6.3599c0,1.7476.7202,3.4282,1.9819,4.6396-.1299,1.0259-.6382,3-2.6221,3-1.8013,0-2.6401-.8384-2.6401-2.6396,0-.8911.4565-1.5757.9395-2.3003.5215-.7822,1.0605-1.5908,1.0605-2.6997,0-2.2061-2.1875-3.3599-3.3599-3.3599-.1245,0-.4556,0-.5938.2788-.1445.293.0498.5474.3188.8994.3643.4771.915,1.1978.915,2.1816,0,.728-.5039,1.1392-1.1411,1.6597-.8281.6763-1.8589,1.5181-1.8589,3.3403,0,2.125,1.0601,3.209,1.1055,3.2549l.5103-.5078c-.0366-.0381-.896-.937-.896-2.7471,0-1.4805.8105-2.1426,1.5942-2.7822.6914-.5645,1.4058-1.1479,1.4058-2.2178,0-1.2207-.6577-2.0889-1.0562-2.6099.9355.1719,2.3364,1.0791,2.3364,2.6099,0,.8911-.4565,1.5757-.9395,2.3003-.5215.7822-1.0605,1.5908-1.0605,2.6997,0,2.1982,1.1616,3.3604,3.3599,3.3604,2.769,0,3.2705-2.9282,3.3584-3.8252.0107-.1133-.0322-.2256-.1167-.3018-1.1958-1.0835-1.8818-2.6265-1.8818-4.2334,0-3.1099,2.5303-5.6401,5.6401-5.6401s5.6396,2.5303,5.6396,5.6401c0,1.6069-.6855,3.1499-1.8809,4.2334-.085.0762-.1279.1885-.1172.3018.0879.8975.5908,3.8252,3.3584,3.8252,2.1982,0,3.3604-1.1621,3.3604-3.3604Z"
22
+ }
23
+ }],
24
+ "name": "octopus"
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.3604H4c-1.3013,0-2.3599-1.0586-2.3599-2.3604v-15c0-1.3013,1.0586-2.3599,2.3599-2.3599h21.4746L8.8389,2.3218l.3223-.6436,17.9238,8.9619h.915c1.3018,0,2.3604,1.0586,2.3604,2.3599v15c0,1.3018-1.0586,2.3604-2.3604,2.3604ZM4,11.3599c-.9043,0-1.6401.7358-1.6401,1.6401v15c0,.9043.7358,1.6396,1.6401,1.6396h24c.9043,0,1.6396-.7354,1.6396-1.6396v-15c0-.9043-.7354-1.6401-1.6396-1.6401H4ZM26.5,28.3604h-9c-.4746,0-.8599-.3857-.8599-.8604v-1c0-.4746.3853-.8604.8599-.8604h9c.4746,0,.8604.3857.8604.8604v1c0,.4746-.3857.8604-.8604.8604ZM17.5,26.3604c-.0771,0-.1396.0625-.1396.1396v1c0,.0771.0625.1396.1396.1396h9c.0771,0,.1396-.0625.1396-.1396v-1c0-.0771-.0625-.1396-.1396-.1396h-9ZM8,28.3604c-2.4043,0-4.3599-1.9561-4.3599-4.3604s1.9556-4.3604,4.3599-4.3604,4.3599,1.9561,4.3599,4.3604-1.9556,4.3604-4.3599,4.3604ZM8,20.3604c-2.0073,0-3.6401,1.6328-3.6401,3.6396s1.6328,3.6396,3.6401,3.6396,3.6401-1.6328,3.6401-3.6396-1.6328-3.6396-3.6401-3.6396ZM26,24.3604c-.75,0-1.3604-.6104-1.3604-1.3604s.6104-1.3604,1.3604-1.3604,1.3604.6104,1.3604,1.3604-.6104,1.3604-1.3604,1.3604ZM26,22.3604c-.3525,0-.6396.2871-.6396.6396s.2871.6396.6396.6396.6396-.2871.6396-.6396-.2871-.6396-.6396-.6396ZM22,24.3604c-.75,0-1.3604-.6104-1.3604-1.3604s.6104-1.3604,1.3604-1.3604,1.3604.6104,1.3604,1.3604-.6104,1.3604-1.3604,1.3604ZM22,22.3604c-.3525,0-.6396.2871-.6396.6396s.2871.6396.6396.6396.6396-.2871.6396-.6396-.2871-.6396-.6396-.6396ZM18,24.3604c-.75,0-1.3599-.6104-1.3599-1.3604s.6099-1.3604,1.3599-1.3604,1.3604.6104,1.3604,1.3604-.6104,1.3604-1.3604,1.3604ZM18,22.3604c-.3525,0-.6396.2871-.6396.6396s.2871.6396.6396.6396.6396-.2871.6396-.6396-.2871-.6396-.6396-.6396ZM27,17.3604H5c-.75,0-1.3599-.6104-1.3599-1.3604v-2c0-.75.6099-1.3599,1.3599-1.3599h22c.75,0,1.3604.6099,1.3604,1.3599v2c0,.75-.6104,1.3604-1.3604,1.3604ZM23.3604,16.6401h3.6396c.3525,0,.6396-.2871.6396-.6401v-2c0-.353-.2871-.6401-.6396-.6401H5c-.353,0-.6401.2871-.6401.6401v2c0,.353.2871.6401.6401.6401h17.6396v-1.6401h.7207v1.6401Z"
22
+ }
23
+ }],
24
+ "name": "radio"
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.4365,27.3594h-.0747c-.0015-.001-.0029-.001-.0049-.001-2.8091-.082-5.1987-2.2754-5.5732-5.1094C.6694,13.8213,6.0142,5.9775,14.2158,4.0044c3.3984-.8179,6.9131-.2563,9.8965,1.5796,3.0225,1.8594,5.1377,4.7979,5.957,8.2744,1.3535,5.7422-2.1709,11.5264-7.8574,12.8936-2.2109.5342-4.4941.168-6.4321-1.0254-.8735-.5371-1.6304-1.2139-2.2485-1.998-.686,1.1104-2.6265,3.6309-6.0947,3.6309ZM7.3804,26.6387h.0005c.0195.001.0396.001.0591.001,3.4229,0,5.2295-2.832,5.6323-3.5518-.4692-.7246-.8311-1.5234-1.0698-2.377-.4385-1.0244-1.6738-1.7324-3.3945-1.9434-2.4653-.2969-5.1172.5127-6.2378,1.9023.0195.4922.0615.9873.1274,1.4854.3291,2.4912,2.4282,4.418,4.8828,4.4834ZM16.2085,25.1445c1.7632,1.0674,3.8335,1.3887,5.8354.9082,1.4414-.3467,2.7334-.998,3.8262-1.8701-2.1768-.2627-3.8516-1.4609-4.2129-3.0166-.3799.2256-.7979.3984-1.249.5068-.9609.2314-1.9531.0723-2.7949-.4453-.0947-.0586-.1855-.1201-.2734-.1855-.7471.4355-2.2295,1.6602-1.1313,4.1025ZM12.5591,17.5205c-.1685.8564-.1616,1.7607.0513,2.6641.397,1.6855,1.3052,3.1582,2.5991,4.2451-.4126-1.8281.4619-3.1611,1.5767-3.8916-.4131-.4619-.7075-1.0234-.8545-1.6455-.1157-.4922-.1069-.9863.0068-1.4463-.0879-.166-.4434-.4697-.9956-.6245-.5161-.1445-1.501-.2397-2.3838.6987ZM22.3115,20.6943c.124,1.5371,1.998,2.7695,4.3125,2.8203,2.3799-2.334,3.541-5.8193,2.7852-9.3096-.71,2.3364-2.8555,3.9434-5.627,4.0664-.2256.9414-.7422,1.793-1.4707,2.4229ZM18.7725,15.8433c-.1377,0-.2773.0166-.416.0498-1.248.3003-2.021,1.5718-1.7236,2.8335.187.7939.6689,1.4639,1.3574,1.8877.6797.418,1.4785.5449,2.25.3594,2.0586-.4961,3.334-2.5928,2.8428-4.6729-.3047-1.2915-1.0898-2.3828-2.2119-3.0732-.6084-.3745-1.2773-.606-1.9648-.688.002.0034.0039.0063.0059.0098.4238.6836.4854,1.6758.1855,2.5952.3428.0454.6758.1631.9795.3501.5742.354.9775.9131,1.1328,1.5747l-.7012.1641c-.1113-.4731-.3984-.873-.8096-1.126-.2832-.1743-.6025-.2642-.9268-.2642ZM5.1738,11.0073c-1.7251,2.4878-2.7363,5.4766-2.812,8.6411,1.5825-1.3652,4.2437-1.8525,6.3335-1.5947,1.2646.1543,2.3105.5625,3.0425,1.166-.1074-1.5439.3027-3.0435,1.1035-4.2886-.0439-1.0752-.8086-2.1689-2.1128-3.0151-1.7993-1.1675-4.0713-1.5366-5.5547-.9087ZM21.4707,12.7583c1.168.7949,1.9854,1.9849,2.3135,3.3774.1113.4731.1455.9473.1113,1.4082,2.8994-.1934,4.9873-2.2207,5.0449-4.9565-.7451-2.0562-1.9961-3.8589-3.6494-5.2622-.2764,2.6528-1.832,4.8242-3.8203,5.4331ZM14.2871,16.0127c.3579,0,.6562.0615.8501.1157.4355.1221.8184.3262,1.0938.5674.4004-.73,1.0913-1.2944,1.9575-1.5029.0449-.0107.0898-.02.1348-.0283.3799-.896.2637-1.7744-.0234-2.2358-.1533-.2476-.3467-.3765-.5752-.3828-.1748.0225-.3486.0542-.5225.0962-2.0093.4834-3.5571,1.9116-4.292,3.708.4907-.2583.9717-.3374,1.377-.3374ZM6.8179,9.9907c1.4038,0,2.9775.4609,4.3027,1.3213,1.21.7852,2.0176,1.7812,2.3149,2.8242.9102-1.0522,2.1396-1.8398,3.583-2.1904.4482-1.1875.1445-3.0317-.7671-4.5684-.8164-1.3765-1.937-2.2212-3.083-2.3291-2.9395.9604-5.4365,2.7319-7.2876,5.0166.2998-.0498.6143-.0742.937-.0742ZM18.3428,11.7856c.7227,0,1.4365.1421,2.1094.4209,2.207-.0786,4.0371-2.4736,4.1562-5.4209-.2812-.207-.5723-.4033-.873-.5884-2.791-1.7178-6.0732-2.2559-9.2563-1.5151.9097.4326,1.7432,1.2349,2.3916,2.3276.9399,1.585,1.2876,3.4268.9429,4.8013.1768-.0166.3525-.0254.5293-.0254Z"
22
+ }
23
+ }],
24
+ "name": "sea-shell"
25
+ };
26
+
27
+ export { index as default };