@carbon/pictograms 12.63.1-rc.0 → 12.65.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 (208) hide show
  1. package/categories.yml +50 -0
  2. package/es/austin--texas/index.js +27 -0
  3. package/es/binocular/index.js +27 -0
  4. package/es/burger/index.js +27 -0
  5. package/es/cactus--01/index.js +27 -0
  6. package/es/cactus--02/index.js +27 -0
  7. package/es/cactus--flower/index.js +27 -0
  8. package/es/cat--01/index.js +27 -0
  9. package/es/chart--lollipop/index.js +27 -0
  10. package/es/cleat/index.js +27 -0
  11. package/es/cow/index.js +27 -0
  12. package/es/dog--01/index.js +27 -0
  13. package/es/dog--02/index.js +27 -0
  14. package/es/dog--walking/index.js +27 -0
  15. package/es/face--melting/index.js +27 -0
  16. package/es/food--truck/index.js +27 -0
  17. package/es/football--pose/index.js +27 -0
  18. package/es/frozen--pipe/index.js +27 -0
  19. package/es/golf--cart/index.js +27 -0
  20. package/es/golf--pose--01/index.js +27 -0
  21. package/es/golf--pose--02/index.js +27 -0
  22. package/es/half-note/index.js +27 -0
  23. package/es/helmet--football/index.js +27 -0
  24. package/es/hiking/index.js +27 -0
  25. package/es/horse/index.js +27 -0
  26. package/es/index.js +50 -0
  27. package/es/limes/index.js +27 -0
  28. package/es/mandolin/index.js +27 -0
  29. package/es/margarita-glass/index.js +27 -0
  30. package/es/martini-glass/index.js +27 -0
  31. package/es/melting--ice--cream/index.js +27 -0
  32. package/es/nachos/index.js +27 -0
  33. package/es/north--america/index.js +27 -0
  34. package/es/northern--mockingbird/index.js +27 -0
  35. package/es/oil--lamp/index.js +27 -0
  36. package/es/paddleboarding/index.js +27 -0
  37. package/es/people--dancing/index.js +27 -0
  38. package/es/pepper/index.js +27 -0
  39. package/es/person--sweating/index.js +27 -0
  40. package/es/piano/index.js +27 -0
  41. package/es/pizza/index.js +27 -0
  42. package/es/popsicle/index.js +27 -0
  43. package/es/popsicle--melting/index.js +27 -0
  44. package/es/salad/index.js +27 -0
  45. package/es/selectric-typewriter/index.js +27 -0
  46. package/es/silicon--wafer/index.js +27 -0
  47. package/es/stadium--seats/index.js +27 -0
  48. package/es/star/index.js +27 -0
  49. package/es/taco/index.js +27 -0
  50. package/es/trumpet/index.js +27 -0
  51. package/es/vinyl--record/index.js +27 -0
  52. package/es/waymo-car/index.js +27 -0
  53. package/lib/austin--texas/index.js +29 -0
  54. package/lib/binocular/index.js +29 -0
  55. package/lib/burger/index.js +29 -0
  56. package/lib/cactus--01/index.js +29 -0
  57. package/lib/cactus--02/index.js +29 -0
  58. package/lib/cactus--flower/index.js +29 -0
  59. package/lib/cat--01/index.js +29 -0
  60. package/lib/chart--lollipop/index.js +29 -0
  61. package/lib/cleat/index.js +29 -0
  62. package/lib/cow/index.js +29 -0
  63. package/lib/dog--01/index.js +29 -0
  64. package/lib/dog--02/index.js +29 -0
  65. package/lib/dog--walking/index.js +29 -0
  66. package/lib/face--melting/index.js +29 -0
  67. package/lib/food--truck/index.js +29 -0
  68. package/lib/football--pose/index.js +29 -0
  69. package/lib/frozen--pipe/index.js +29 -0
  70. package/lib/golf--cart/index.js +29 -0
  71. package/lib/golf--pose--01/index.js +29 -0
  72. package/lib/golf--pose--02/index.js +29 -0
  73. package/lib/half-note/index.js +29 -0
  74. package/lib/helmet--football/index.js +29 -0
  75. package/lib/hiking/index.js +29 -0
  76. package/lib/horse/index.js +29 -0
  77. package/lib/index.js +100 -0
  78. package/lib/limes/index.js +29 -0
  79. package/lib/mandolin/index.js +29 -0
  80. package/lib/margarita-glass/index.js +29 -0
  81. package/lib/martini-glass/index.js +29 -0
  82. package/lib/melting--ice--cream/index.js +29 -0
  83. package/lib/nachos/index.js +29 -0
  84. package/lib/north--america/index.js +29 -0
  85. package/lib/northern--mockingbird/index.js +29 -0
  86. package/lib/oil--lamp/index.js +29 -0
  87. package/lib/paddleboarding/index.js +29 -0
  88. package/lib/people--dancing/index.js +29 -0
  89. package/lib/pepper/index.js +29 -0
  90. package/lib/person--sweating/index.js +29 -0
  91. package/lib/piano/index.js +29 -0
  92. package/lib/pizza/index.js +29 -0
  93. package/lib/popsicle/index.js +29 -0
  94. package/lib/popsicle--melting/index.js +29 -0
  95. package/lib/salad/index.js +29 -0
  96. package/lib/selectric-typewriter/index.js +29 -0
  97. package/lib/silicon--wafer/index.js +29 -0
  98. package/lib/stadium--seats/index.js +29 -0
  99. package/lib/star/index.js +29 -0
  100. package/lib/taco/index.js +29 -0
  101. package/lib/trumpet/index.js +29 -0
  102. package/lib/vinyl--record/index.js +29 -0
  103. package/lib/waymo-car/index.js +29 -0
  104. package/master/productive-pictogram-master.ai +15662 -15111
  105. package/metadata.json +2541 -2
  106. package/package.json +3 -3
  107. package/pictograms.yml +389 -0
  108. package/src/svg/austin--texas.svg +16 -0
  109. package/src/svg/binocular.svg +25 -0
  110. package/src/svg/burger.svg +19 -0
  111. package/src/svg/cactus--01.svg +21 -0
  112. package/src/svg/cactus--02.svg +39 -0
  113. package/src/svg/cactus--flower.svg +59 -0
  114. package/src/svg/cat--01.svg +18 -0
  115. package/src/svg/chart--lollipop.svg +17 -0
  116. package/src/svg/cleat.svg +38 -0
  117. package/src/svg/cow.svg +31 -0
  118. package/src/svg/dog--01.svg +24 -0
  119. package/src/svg/dog--02.svg +29 -0
  120. package/src/svg/dog--walking.svg +38 -0
  121. package/src/svg/face--melting.svg +20 -0
  122. package/src/svg/food--truck.svg +25 -0
  123. package/src/svg/football--pose.svg +30 -0
  124. package/src/svg/frozen--pipe.svg +26 -0
  125. package/src/svg/golf--cart.svg +24 -0
  126. package/src/svg/golf--pose--01.svg +27 -0
  127. package/src/svg/golf--pose--02.svg +30 -0
  128. package/src/svg/half-note.svg +9 -0
  129. package/src/svg/helmet--football.svg +26 -0
  130. package/src/svg/hiking.svg +29 -0
  131. package/src/svg/horse.svg +22 -0
  132. package/src/svg/limes.svg +17 -0
  133. package/src/svg/mandolin.svg +17 -0
  134. package/src/svg/margarita-glass.svg +15 -0
  135. package/src/svg/martini-glass.svg +16 -0
  136. package/src/svg/melting--ice--cream.svg +21 -0
  137. package/src/svg/nachos.svg +36 -0
  138. package/src/svg/north--america.svg +31 -0
  139. package/src/svg/northern--mockingbird.svg +16 -0
  140. package/src/svg/oil--lamp.svg +27 -0
  141. package/src/svg/paddleboarding.svg +31 -0
  142. package/src/svg/people--dancing.svg +44 -0
  143. package/src/svg/pepper.svg +25 -0
  144. package/src/svg/person--sweating.svg +20 -0
  145. package/src/svg/piano.svg +14 -0
  146. package/src/svg/pizza.svg +31 -0
  147. package/src/svg/popsicle--melting.svg +19 -0
  148. package/src/svg/popsicle.svg +11 -0
  149. package/src/svg/salad.svg +29 -0
  150. package/src/svg/selectric-typewriter.svg +45 -0
  151. package/src/svg/silicon--wafer.svg +55 -0
  152. package/src/svg/stadium--seats.svg +33 -0
  153. package/src/svg/star.svg +14 -0
  154. package/src/svg/taco.svg +25 -0
  155. package/src/svg/trumpet.svg +21 -0
  156. package/src/svg/vinyl--record.svg +15 -0
  157. package/src/svg/waymo-car.svg +24 -0
  158. package/svg/austin--texas.svg +1 -0
  159. package/svg/binocular.svg +1 -0
  160. package/svg/burger.svg +1 -0
  161. package/svg/cactus--01.svg +1 -0
  162. package/svg/cactus--02.svg +1 -0
  163. package/svg/cactus--flower.svg +1 -0
  164. package/svg/cat--01.svg +1 -0
  165. package/svg/chart--lollipop.svg +1 -0
  166. package/svg/cleat.svg +1 -0
  167. package/svg/cow.svg +1 -0
  168. package/svg/dog--01.svg +1 -0
  169. package/svg/dog--02.svg +1 -0
  170. package/svg/dog--walking.svg +1 -0
  171. package/svg/face--melting.svg +1 -0
  172. package/svg/food--truck.svg +1 -0
  173. package/svg/football--pose.svg +1 -0
  174. package/svg/frozen--pipe.svg +1 -0
  175. package/svg/golf--cart.svg +1 -0
  176. package/svg/golf--pose--01.svg +1 -0
  177. package/svg/golf--pose--02.svg +1 -0
  178. package/svg/half-note.svg +1 -0
  179. package/svg/helmet--football.svg +1 -0
  180. package/svg/hiking.svg +1 -0
  181. package/svg/horse.svg +1 -0
  182. package/svg/limes.svg +1 -0
  183. package/svg/mandolin.svg +1 -0
  184. package/svg/margarita-glass.svg +1 -0
  185. package/svg/martini-glass.svg +1 -0
  186. package/svg/melting--ice--cream.svg +1 -0
  187. package/svg/nachos.svg +1 -0
  188. package/svg/north--america.svg +1 -0
  189. package/svg/northern--mockingbird.svg +1 -0
  190. package/svg/oil--lamp.svg +1 -0
  191. package/svg/paddleboarding.svg +1 -0
  192. package/svg/people--dancing.svg +1 -0
  193. package/svg/pepper.svg +1 -0
  194. package/svg/person--sweating.svg +1 -0
  195. package/svg/piano.svg +1 -0
  196. package/svg/pizza.svg +1 -0
  197. package/svg/popsicle--melting.svg +1 -0
  198. package/svg/popsicle.svg +1 -0
  199. package/svg/salad.svg +1 -0
  200. package/svg/selectric-typewriter.svg +1 -0
  201. package/svg/silicon--wafer.svg +1 -0
  202. package/svg/stadium--seats.svg +1 -0
  203. package/svg/star.svg +1 -0
  204. package/svg/taco.svg +1 -0
  205. package/svg/trumpet.svg +1 -0
  206. package/svg/vinyl--record.svg +1 -0
  207. package/svg/waymo-car.svg +1 -0
  208. package/umd/index.js +3874 -2924
package/categories.yml CHANGED
@@ -591,6 +591,7 @@ categories:
591
591
  - chart--high-low
592
592
  - chart--histogram
593
593
  - chart--line
594
+ - chart--lollipop
594
595
  - chart--multi-line
595
596
  - chart--multi-type
596
597
  - chart--parallel
@@ -920,6 +921,8 @@ categories:
920
921
  - ibm--z-os-package-manager
921
922
  - ibm--z--partition
922
923
  - progress
924
+ - selectric-typewriter
925
+ - silicon--wafer
923
926
  - swift-at-ibm
924
927
  - world--community--grid
925
928
  - name: Industry
@@ -1004,8 +1007,13 @@ categories:
1004
1007
  - bat--hanging
1005
1008
  - birthday--cake
1006
1009
  - blender
1010
+ - burger
1011
+ - cactus--01
1012
+ - cactus--02
1013
+ - cactus--flower
1007
1014
  - cafe
1008
1015
  - candy
1016
+ - cat--01
1009
1017
  - champagne
1010
1018
  - cherries
1011
1019
  - cookie
@@ -1014,26 +1022,51 @@ categories:
1014
1022
  - crosshairs
1015
1023
  - cupcake
1016
1024
  - dining
1025
+ - dog--01
1026
+ - dog--02
1027
+ - dog--walking
1028
+ - face--melting
1029
+ - half-note
1017
1030
  - hard--ice--cream
1018
1031
  - firecracker
1019
1032
  - flower--01
1020
1033
  - flower--02
1034
+ - food--truck
1035
+ - frozen--pipe
1021
1036
  - gramophone
1022
1037
  - guitar
1038
+ - hiking
1023
1039
  - juice
1024
1040
  - lantern
1041
+ - limes
1025
1042
  - longhorn
1043
+ - mandolin
1044
+ - margarita-glass
1045
+ - martini-glass
1046
+ - melting--ice--cream
1026
1047
  - moon-cake
1048
+ - nachos
1049
+ - northern--mockingbird
1050
+ - oil--lamp
1027
1051
  - ornament
1028
1052
  - pencil
1053
+ - people--dancing
1054
+ - pepper
1029
1055
  - perfume
1056
+ - person--sweating
1057
+ - piano
1058
+ - pizza
1059
+ - popsicle
1060
+ - popsicle--melting
1030
1061
  - rock-on
1062
+ - salad
1031
1063
  - scale
1032
1064
  - snowflake
1033
1065
  - soft--ice--cream
1034
1066
  - spotlight
1035
1067
  - stage
1036
1068
  - stationary--bicycle
1069
+ - taco
1037
1070
  - tennis
1038
1071
  - tennis--ball
1039
1072
  - tennis--net
@@ -1041,6 +1074,8 @@ categories:
1041
1074
  - tickets
1042
1075
  - tree
1043
1076
  - tree--02
1077
+ - trumpet
1078
+ - vinyl--record
1044
1079
  - waving-hand
1045
1080
  - wedding--cake
1046
1081
  - whistle
@@ -1051,6 +1086,7 @@ categories:
1051
1086
  - name: Location
1052
1087
  members:
1053
1088
  - americas
1089
+ - austin--texas
1054
1090
  - asia--australia
1055
1091
  - earth
1056
1092
  - europe--africa
@@ -1058,6 +1094,7 @@ categories:
1058
1094
  - globe--locations
1059
1095
  - india--south-asia
1060
1096
  - location
1097
+ - north--america
1061
1098
  - name: Manufacturing
1062
1099
  members:
1063
1100
  - delivery--truck
@@ -1281,6 +1318,9 @@ categories:
1281
1318
  - vault
1282
1319
  - name: Sports
1283
1320
  members:
1321
+ - binocular
1322
+ - cleat
1323
+ - cow
1284
1324
  - f1--car--01
1285
1325
  - f1--car--02
1286
1326
  - f1--grid
@@ -1290,19 +1330,27 @@ categories:
1290
1330
  - football
1291
1331
  - football--field
1292
1332
  - football--goal-post
1333
+ - football--pose
1293
1334
  - golf--bag
1294
1335
  - golf--ball
1336
+ - golf--cart
1295
1337
  - golf--club
1296
1338
  - golf--hole
1339
+ - golf--pose--01
1340
+ - golf--pose--02
1297
1341
  - headset
1298
1342
  - helmet
1343
+ - helmet--football
1344
+ - horse
1299
1345
  - masters-leader-board
1346
+ - paddleboarding
1300
1347
  - punching-bag--01
1301
1348
  - punching-bag--02
1302
1349
  - punching-bag--03
1303
1350
  - racetrack
1304
1351
  - speed-bag
1305
1352
  - sports
1353
+ - stadium--seats
1306
1354
  - tennis
1307
1355
  - tennis--ball
1308
1356
  - tennis--court
@@ -1442,6 +1490,7 @@ categories:
1442
1490
  - train
1443
1491
  - travel-and-expenses
1444
1492
  - tunnel
1493
+ - waymo-car
1445
1494
  - name: watsonx
1446
1495
  members:
1447
1496
  - alchemy--data--news
@@ -1513,6 +1562,7 @@ categories:
1513
1562
  - rainy
1514
1563
  - rainy--heavy
1515
1564
  - snow
1565
+ - star
1516
1566
  - sunny
1517
1567
  - sunny--hazy
1518
1568
  - temperature--high
@@ -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,31.36h-2c-0.071,0-0.141-0.021-0.199-0.061\tl-3-2C17.7,29.232,17.64,29.12,17.64,29v-2.891l-3.833-5.749h-2.658l-1.895,1.895c-0.07,0.07-0.159,0.135-0.267,0.104\tc-0.099-0.003-0.193-0.047-0.259-0.122l-7-8c-0.093-0.106-0.115-0.257-0.057-0.386C1.73,13.723,1.859,13.64,2,13.64h7.64V1\tc0-0.199,0.161-0.36,0.36-0.36h7c0.199,0,0.36,0.161,0.36,0.36v4.777l3.725,1.863H30c0.199,0,0.36,0.161,0.36,0.36v12\tc0,0.116-0.057,0.226-0.151,0.293l-6.849,4.893V31C23.36,31.199,23.199,31.36,23,31.36z M21.109,30.64h1.53V25\tc0-0.116,0.057-0.226,0.151-0.293l6.849-4.893V8.36H21c-0.056,0-0.111-0.013-0.161-0.038l-4-2C16.717,6.261,16.64,6.136,16.64,6\tV1.36h-6.28V14c0,0.199-0.161,0.36-0.36,0.36H2.793l6.224,7.114l1.728-1.729c0.067-0.067,0.159-0.105,0.254-0.105h3\tc0.121,0,0.233,0.061,0.299,0.161l4,6c0.039,0.059,0.061,0.128,0.061,0.199v2.808L21.109,30.64z M23.745,19.255L23,18.509\tl-0.745,0.746l-0.51-0.51L22.491,18l-0.746-0.745l0.51-0.509L23,17.491l0.745-0.746l0.51,0.509L23.509,18l0.746,0.745L23.745,19.255\tz"
22
+ }
23
+ }],
24
+ "name": "austin--texas"
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": "M24.5,23.36c-2.98,0-5.522-1.911-6.467-4.571\tc-0.319-0.138-1.089-0.421-2.037-0.429c-0.933,0.008-1.707,0.291-2.029,0.429c-0.944,2.66-3.487,4.571-6.467,4.571\tc-3.783,0-6.86-3.078-6.86-6.86c0-3.783,3.077-6.86,6.86-6.86c1.468,0,2.829,0.463,3.946,1.251c0.286-0.082,1.826-0.553,2.531-1.375\tC14.03,9.46,14.864,8.64,16,8.64s1.97,0.82,2.005,0.855c0.727,0.847,2.285,1.32,2.549,1.396c1.117-0.788,2.479-1.251,3.946-1.251\tc3.782,0,6.86,3.077,6.86,6.86C31.36,20.282,28.282,23.36,24.5,23.36z M24.5,10.36c-3.386,0-6.14,2.754-6.14,6.14\ts2.754,6.14,6.14,6.14s6.14-2.754,6.14-6.14S27.886,10.36,24.5,10.36z M7.5,10.36c-3.386,0-6.14,2.754-6.14,6.14\ts2.754,6.14,6.14,6.14s6.14-2.754,6.14-6.14S10.886,10.36,7.5,10.36z M15.997,17.64c0.716,0.007,1.344,0.151,1.794,0.294\tc-0.099-0.463-0.151-0.942-0.151-1.434c0-2.005,0.865-3.812,2.241-5.068c-0.654-0.231-1.771-0.708-2.404-1.448l0,0\tc-0.002,0-0.653-0.625-1.477-0.625c-0.833,0-1.49,0.639-1.496,0.646c-0.62,0.724-1.729,1.196-2.385,1.427\tc1.376,1.255,2.241,3.062,2.241,5.068c0,0.491-0.052,0.97-0.15,1.432C14.662,17.788,15.285,17.646,15.997,17.64z M24.5,21.36\tc-2.68,0-4.86-2.181-4.86-4.86s2.181-4.86,4.86-4.86s4.86,2.18,4.86,4.86S27.18,21.36,24.5,21.36z M24.5,12.36\tc-2.283,0-4.14,1.857-4.14,4.14s1.856,4.14,4.14,4.14s4.14-1.856,4.14-4.14C28.64,14.217,26.783,12.36,24.5,12.36z M7.5,21.36\tc-2.68,0-4.86-2.181-4.86-4.86s2.18-4.86,4.86-4.86s4.86,2.18,4.86,4.86S10.18,21.36,7.5,21.36z M7.5,12.36\tc-2.283,0-4.14,1.857-4.14,4.14s1.857,4.14,4.14,4.14s4.14-1.856,4.14-4.14C11.64,14.217,9.783,12.36,7.5,12.36z M4.64,16.001\tc-0.002-0.57,0.262-1.163,0.725-1.627C5.83,13.908,6.426,13.64,7,13.64v0.72c-0.378,0-0.799,0.196-1.125,0.523\tc-0.329,0.33-0.516,0.736-0.515,1.116L4.64,16.001z M21.64,16.001c-0.001-0.57,0.263-1.163,0.726-1.627\tc0.466-0.466,1.062-0.734,1.635-0.734v0.72c-0.378,0-0.798,0.195-1.124,0.522c-0.329,0.33-0.517,0.737-0.516,1.117L21.64,16.001z M16,13.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.36S16.75,13.36,16,13.36z M16,11.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.64S16.353,11.36,16,11.36z"
22
+ }
23
+ }],
24
+ "name": "binocular"
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": "M9,9c0,0.552-0.448,1-1,1S7,9.552,7,9s0.448-1,1-1\tS9,8.448,9,9z M12,5c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S12.552,5,12,5z M18,3c-0.552,0-1,0.448-1,1s0.448,1,1,1\ts1-0.448,1-1S18.552,3,18,3z M20,7c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S20.552,7,20,7z M25,9c-0.552,0-1,0.448-1,1\ts0.448,1,1,1s1-0.448,1-1S25.552,9,25,9z M15,10c-0.552,0-1,0.448-1,1s0.448,1,1,1s1-0.448,1-1S15.552,10,15,10z M27,31.36H5\tc-2.404,0-4.36-1.956-4.36-4.36v-1c0-0.199,0.161-0.36,0.36-0.36h19.131l-2.28-2.279H2V22.64h16c0.096,0,0.188,0.038,0.255,0.105\tL22,26.491l3.745-3.746c0.067-0.067,0.159-0.105,0.255-0.105h4v0.721h-3.851l-2.28,2.279H31c0.199,0,0.36,0.161,0.36,0.36v1\tC31.36,29.404,29.404,31.36,27,31.36z M1.36,26.36V27c0,2.007,1.633,3.64,3.64,3.64h22c2.007,0,3.64-1.633,3.64-3.64v-0.64h-7.49\tl-0.895,0.895c-0.141,0.141-0.369,0.141-0.51,0L20.85,26.36H1.36z M11,21.36c-0.092,0-0.184-0.035-0.254-0.105l-0.858-0.858\tL0.999,20.36l0.003-0.721l8.163,0.034L6.851,17.36H2v-0.72h5c0.096,0,0.187,0.038,0.254,0.105L11,20.491l3.746-3.746\tc0.067-0.068,0.159-0.105,0.254-0.105h15v0.72H15.149l-2.28,2.279H31v0.721H12.149l-0.895,0.895\tC11.184,21.325,11.092,21.36,11,21.36z M31,14.36H1c-0.199,0-0.36-0.161-0.36-0.36C0.64,6.009,6.812,0.64,16,0.64\tS31.36,6.009,31.36,14C31.36,14.199,31.199,14.36,31,14.36z M1.364,13.64h29.271C30.452,6.278,24.617,1.36,16,1.36\tS1.548,6.278,1.364,13.64z"
22
+ }
23
+ }],
24
+ "name": "burger"
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,31.36H7v-0.72h5.64v-3.28H12v-0.72h0.64v-1.28H12\tv-0.72h0.64v-3.28H12v-0.72h0.64v-1.28H12v-0.72h0.64v-1.28H11c-2.404,0-4.36-1.956-4.36-4.36v-0.64H6v-0.72h0.64v-1.28H6V9.64h0.64\tV8.36H6V7.64h0.64V6.5c0-1.025,0.834-1.86,1.86-1.86s1.86,0.834,1.86,1.86v1.14H11v0.72h-0.64v1.28H11v0.72h-0.64V13\tc0,0.353,0.287,0.64,0.64,0.64h1.64V6.36H12V5.64h0.64V4c0-1.853,1.507-3.36,3.36-3.36S19.36,2.147,19.36,4v1.64H20v0.72h-0.64v1.28\tH20v0.72h-0.64v1.28H20v0.72h-0.64v5.28H20v0.72h-0.64v1.28H21c0.353,0,0.64-0.287,0.64-0.64v-2.64H21v-0.72h0.64v-1.28H21v-0.72\th0.64V10.5c0-1.025,0.835-1.86,1.86-1.86s1.86,0.834,1.86,1.86v1.14H26v0.72h-0.64v1.28H26v0.72h-0.64v1.28H26v0.72h-0.64V17\tc0,2.404-1.956,4.36-4.36,4.36h-1.64v1.279H20v0.721h-0.64v1.279H20v0.721h-0.64v1.279H20v0.721h-0.64v3.279H25V31.36z M15.36,30.64\th3.28v-5.28H18v-0.72h0.64v-1.28H18v-0.72h0.64V21c0-0.199,0.161-0.36,0.36-0.36h2c2.007,0,3.64-1.633,3.64-3.64v-2.64H24v-0.72\th0.64V10.5c0-0.628-0.511-1.14-1.14-1.14s-1.14,0.512-1.14,1.14v1.14H23v0.72h-0.64V17c0,0.75-0.61,1.36-1.36,1.36h-2\tc-0.199,0-0.36-0.161-0.36-0.36v-1.64H18v-0.72h0.64V8.36H18V7.64h0.64V4c0-1.456-1.184-2.64-2.64-2.64S13.36,2.545,13.36,4v10\tc0,0.199-0.161,0.36-0.36,0.36h-2c-0.75,0-1.36-0.61-1.36-1.36V8.36H9V7.64h0.64V6.5c0-0.628-0.512-1.14-1.14-1.14\tS7.36,5.872,7.36,6.5v3.14H8v0.72H7.36v1.28H8v0.72H7.36V13c0,2.007,1.633,3.64,3.64,3.64h2c0.199,0,0.36,0.161,0.36,0.36v3.64H14\tv0.721h-0.64v3.279H14v0.721h-0.64v5.279h1.28V15.36H14v-0.72h0.64V9.36H14V8.64h0.64V7.36H14V6.64h0.64V4\tc0-0.75,0.61-1.36,1.36-1.36v0.72c-0.353,0-0.64,0.287-0.64,0.64v0.64H16v0.72h-0.64v1.28H16v0.72h-0.64v1.28H16v0.72h-0.64v3.28H16\tv0.72h-0.64v1.28H16v0.72h-0.64v1.28H16v0.72h-0.64v3.279H16v0.721h-0.64V30.64z"
22
+ }
23
+ }],
24
+ "name": "cactus--01"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M25,30.36H7v-0.72h6.369\tc-0.426-0.777-1.15-2.308-1.511-4.279H11V24.64h0.746c-0.053-0.412-0.088-0.841-0.101-1.283c-1.978-0.038-3.468-0.397-4.555-0.938\tl-0.836,0.836l-0.509-0.51l0.699-0.698c-1.133-0.756-1.676-1.74-1.784-2.687H4v-0.72h0.659c0.066-0.628,0.305-1.252,0.706-1.766\tl-0.619-0.619l0.509-0.509l0.614,0.613c0.465-0.378,1.058-0.637,1.772-0.703V15h0.72v0.653c2.763,0.198,3.617,2.694,3.882,4.864\tc0.403-0.688,0.999-1.202,1.764-1.517c-1.417-0.583-2.257-1.852-2.355-3.64H11v-0.72h0.65c0.058-1.048,0.371-1.918,0.905-2.576\tl-0.809-0.81l0.509-0.509l0.81,0.809c0.394-0.32,0.864-0.561,1.403-0.714c-0.703-0.64-0.808-1.732-0.824-2.48H13V7.64h0.651\tc0.09-1.337,0.688-1.78,1.356-1.927c-0.247-0.451-0.328-1.035-0.355-1.397C14.164,4.192,13.64,3.801,13.64,3\tc0-0.998,0.813-1.36,1.36-1.36h2c0.547,0,1.36,0.362,1.36,1.36c0,0.801-0.523,1.192-1.013,1.315\tc-0.027,0.362-0.108,0.946-0.355,1.397c0.668,0.147,1.267,0.59,1.356,1.927H19v0.72h-0.647c-0.058,1.315-0.43,2.081-0.92,2.509\tc1.252,0.472,1.861,1.688,1.922,3.771H20v0.72h-0.646c-0.059,1.997-0.62,3.196-1.768,3.708c0.815,0.523,1.257,1.468,1.494,2.498\tc0.293-1.178,0.779-2.438,1.589-3.388l-0.925-0.924l0.51-0.509l0.92,0.92c0.508-0.442,1.117-0.771,1.848-0.927\tc-0.258-0.455-0.343-1.055-0.37-1.424C22.163,15.192,21.64,14.801,21.64,14c0-0.998,0.813-1.36,1.36-1.36h2\tc0.547,0,1.36,0.362,1.36,1.36c0,0.801-0.523,1.192-1.013,1.315c-0.028,0.376-0.115,0.991-0.385,1.448\tc0.451,0.122,0.842,0.329,1.169,0.595l0.613-0.613l0.51,0.509l-0.619,0.619c0.4,0.514,0.639,1.138,0.705,1.766H28v0.721h-0.66\tc-0.079,0.709-0.394,1.581-1.074,2.396l0.989,0.989l-0.51,0.51l-0.977-0.978c-0.932,0.859-2.343,1.595-4.408,1.913V26h-0.72v-0.719\tc-0.406,0.041-0.835,0.066-1.288,0.075c-0.099,1.979-0.992,3.491-1.582,4.283H25V30.36z M14.2,29.64h2.642\tc0.387-0.438,1.797-2.206,1.797-4.64c0-2.93-0.319-5.64-2.64-5.64c-3.285,0-3.64,2.545-3.64,3.64\tC12.36,26.327,13.804,28.977,14.2,29.64z M21.198,18.708c-1.491,1.798-1.773,4.876-1.826,5.928c0.448-0.009,0.87-0.036,1.268-0.078\tV24h0.721v0.462c1.833-0.3,3.08-0.946,3.9-1.691l-0.516-0.516l0.51-0.51l0.502,0.503C26.4,21.457,26.64,20.621,26.64,20\tc0-0.573-0.173-1.15-0.513-1.617l-0.872,0.872l-0.51-0.51l0.877-0.877C25.206,17.555,24.663,17.36,24,17.36\tc-0.945,0-1.698,0.321-2.297,0.833l0.552,0.552l-0.51,0.51L21.198,18.708z M7.629,21.88c0.967,0.433,2.281,0.722,4.009,0.757\tc-0.035-3-0.538-6.277-3.638-6.277c-0.664,0-1.206,0.195-1.623,0.508l0.877,0.877l-0.509,0.51l-0.873-0.872\tC5.533,17.85,5.36,18.427,5.36,19c0,0.871,0.468,1.818,1.603,2.528l0.783-0.783l0.509,0.51L7.629,21.88z M13.072,12.581\tc-0.424,0.54-0.712,1.313-0.712,2.419c0,3.285,2.546,3.64,3.64,3.64c1.63,0,2.64-0.608,2.64-3.64s-1.01-3.64-2.64-3.64\tc-0.591,0-1.606,0.104-2.414,0.717l0.668,0.669l-0.509,0.509L13.072,12.581z M23.381,15.36c0.056,0.553,0.236,1.28,0.619,1.28\ts0.563-0.728,0.619-1.28H23.381z M23.002,14.64h1.996c0.152-0.003,0.642-0.058,0.642-0.64c0-0.393-0.223-0.546-0.414-0.604\tC25.318,13.6,25.36,13.815,25.36,14h-0.72H25l-0.36,0.003c-0.002-0.151-0.056-0.643-0.64-0.643s-0.638,0.492-0.64,0.643L22.64,14\tc0-0.185,0.042-0.4,0.136-0.604c-0.192,0.058-0.416,0.21-0.416,0.604C22.36,14.582,22.85,14.637,23.002,14.64z M16,6.36\tc-0.988,0-1.64,0-1.64,1.64c0,1.336,0.127,2.64,1.64,2.64c0.667,0,1.541-0.246,1.632-2.28H17V7.64h0.628\tC17.534,6.36,16.909,6.36,16,6.36z M15.38,4.36c0.057,0.553,0.237,1.28,0.62,1.28s0.563-0.728,0.62-1.28\tC16.62,4.36,15.38,4.36,15.38,4.36z M15.002,3.64h1.996C17.15,3.637,17.64,3.582,17.64,3c0-0.393-0.223-0.546-0.414-0.604\tC17.318,2.6,17.36,2.815,17.36,3h-0.72H17l-0.36,0.003C16.637,2.852,16.583,2.36,16,2.36s-0.637,0.492-0.64,0.643L14.64,3\tc0-0.185,0.042-0.4,0.135-0.604C14.584,2.454,14.36,2.606,14.36,3C14.36,3.582,14.85,3.637,15.002,3.64z"
22
+ }
23
+ }],
24
+ "name": "cactus--02"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M29.36,31h-0.72\tc0-7.812-2.815-11.711-5.233-13.617c-0.277,0.333-0.59,0.562-0.963,0.63c-0.14,0.024-0.281,0.027-0.425,0.006\tc0.021,0.143,0.02,0.284-0.006,0.424c-0.173,0.952-1.401,1.508-2.701,2.096C17.86,21.195,16.36,21.874,16.36,23\tc0,0.199-0.161,0.36-0.36,0.36s-0.36-0.161-0.36-0.36c0-1.124-1.5-1.803-2.95-2.459c-1.301-0.589-2.53-1.146-2.703-2.098\tc-0.025-0.141-0.027-0.282-0.005-0.425c-0.144,0.021-0.284,0.019-0.425-0.006c-0.373-0.067-0.685-0.298-0.962-0.63\tC5.216,20.065,3.36,24.892,3.36,31H2.64c0-0.907,0.04-1.789,0.119-2.64H1v-0.72h1.836c0.189-1.556,0.513-3.008,0.965-4.336\tl-1.963-0.981l0.322-0.645l1.888,0.944c0.94-2.434,2.334-4.417,4.138-5.834c-0.255-0.437-0.488-0.951-0.726-1.476\tC6.805,13.86,6.126,12.36,5,12.36c-0.199,0-0.36-0.161-0.36-0.36S4.801,11.64,5,11.64c1.124,0,1.803-1.5,2.459-2.95\tc0.589-1.301,1.146-2.53,2.098-2.703C9.698,5.961,9.839,5.96,9.982,5.982C9.959,5.838,9.961,5.697,9.987,5.557\tc0.173-0.952,1.401-1.507,2.702-2.096C14.14,2.805,15.64,2.126,15.64,1c0-0.199,0.161-0.36,0.36-0.36S16.36,0.801,16.36,1\tc0,1.124,1.5,1.803,2.95,2.459c1.302,0.589,2.53,1.146,2.703,2.098c0.025,0.14,0.027,0.281,0.006,0.425\tc0.144-0.022,0.284-0.021,0.424,0.005c0.952,0.173,1.508,1.401,2.096,2.702C25.195,10.14,25.874,11.64,27,11.64\tc0.199,0,0.36,0.161,0.36,0.36s-0.161,0.36-0.36,0.36c-1.124,0-1.803,1.5-2.459,2.95c-0.238,0.526-0.471,1.04-0.727,1.478\tc1.456,1.138,3.058,2.956,4.163,5.821l1.861-0.931l0.322,0.645l-1.937,0.968c0.425,1.256,0.757,2.697,0.949,4.35H31v0.721h-1.753\tC29.32,29.188,29.36,30.067,29.36,31z M11.248,17.261c-0.417,0.419-0.604,0.773-0.553,1.054c0.105,0.581,1.217,1.084,2.292,1.57\tc1.149,0.521,2.409,1.091,3.012,1.974c0.603-0.885,1.865-1.455,3.015-1.976c1.074-0.486,2.185-0.988,2.29-1.569\tc0.051-0.28-0.136-0.635-0.556-1.055c-0.001-0.002-0.002-0.003-0.004-0.005l-1.072-1.072c-0.521,0.295-1.192,0.221-1.635-0.221\tC17.781,15.705,17.64,15.363,17.64,15c0-0.24,0.062-0.47,0.178-0.673L16.36,12.87v2.069c0.576,0.158,1,0.686,1,1.312\tc0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36c0-0.625,0.424-1.153,1-1.312V12.87l-1.458,1.458\tC14.298,14.53,14.36,14.76,14.36,15c0,0.363-0.141,0.705-0.398,0.961c-0.443,0.443-1.118,0.516-1.638,0.218l-1.068,1.074\tC11.253,17.256,11.25,17.259,11.248,17.261z M20.182,15.673l1.073,1.073c0.42,0.42,0.775,0.619,1.06,0.559\tc0.581-0.105,1.084-1.217,1.57-2.292c0.521-1.149,1.091-2.409,1.974-3.012c-0.885-0.603-1.455-1.865-1.976-3.015\tc-0.486-1.074-0.988-2.185-1.569-2.29c-0.271-0.049-0.634,0.135-1.055,0.555c-0.002,0.001-0.003,0.003-0.005,0.004L20.18,8.323\tc0.298,0.52,0.226,1.195-0.218,1.639c-0.427,0.427-1.128,0.512-1.635,0.221l-1.458,1.458h2.069c0.158-0.576,0.687-1,1.312-1\tc0.75,0,1.36,0.61,1.36,1.36s-0.61,1.36-1.36,1.36c-0.625,0-1.153-0.424-1.312-1h-2.07l1.458,1.458\tc0.52-0.297,1.191-0.222,1.635,0.22C20.403,14.48,20.478,15.154,20.182,15.673z M6.142,12c0.885,0.603,1.456,1.865,1.976,3.015\tc0.486,1.074,0.988,2.185,1.568,2.29c0.284,0.057,0.636-0.136,1.055-0.555c0.001-0.001,0.003-0.002,0.004-0.004l1.071-1.077\tc-0.292-0.519-0.219-1.189,0.223-1.63c0.443-0.441,1.115-0.515,1.634-0.221l1.458-1.458h-2.069c-0.158,0.576-0.686,1-1.312,1\tc-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36c0.625,0,1.153,0.424,1.312,1h2.069l-1.458-1.458\tc-0.511,0.292-1.209,0.207-1.635-0.221c-0.443-0.443-0.516-1.119-0.218-1.638l-1.074-1.068l0,0l0,0\tc-0.001-0.001-0.002-0.003-0.004-0.004C10.321,6.83,9.963,6.645,9.686,6.695C9.105,6.8,8.602,7.912,8.116,8.987\tC7.595,10.136,7.024,11.396,6.142,12z M16,15.61c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64\tS16.353,15.61,16,15.61z M19,14.36c-0.164,0-0.328,0.062-0.452,0.187C18.427,14.668,18.36,14.829,18.36,15s0.066,0.332,0.188,0.453\tc0.248,0.249,0.656,0.249,0.904,0c0.121-0.121,0.188-0.282,0.188-0.453s-0.066-0.332-0.188-0.453\tC19.328,14.423,19.164,14.36,19,14.36z M13,14.36c-0.164,0-0.328,0.062-0.453,0.187c-0.25,0.25-0.25,0.656,0,0.905\ts0.655,0.249,0.905,0c0.121-0.121,0.188-0.282,0.188-0.453s-0.067-0.332-0.188-0.453C13.328,14.423,13.164,14.36,13,14.36z M20.25,11.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.603,11.36,20.25,11.36z M11.75,11.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.103,11.36,11.75,11.36z M14.182,9.673l1.458,1.458\tV9.062c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36S17.36,7,17.36,7.75c0,0.625-0.425,1.153-1,1.312v2.069l1.458-1.458\tC17.702,9.47,17.64,9.24,17.64,9c0-0.363,0.142-0.705,0.398-0.961c0.441-0.44,1.112-0.517,1.63-0.223l1.078-1.071\tc0.001-0.001,0.003-0.002,0.004-0.004c0.419-0.419,0.605-0.774,0.555-1.055c-0.105-0.581-1.217-1.084-2.292-1.57\tC17.864,3.595,16.604,3.024,16,2.142c-0.603,0.885-1.865,1.456-3.015,1.976c-1.074,0.486-2.185,0.988-2.29,1.568\tc-0.051,0.28,0.136,0.636,0.555,1.056c0.001,0.001,0.003,0.002,0.004,0.004l1.076,1.07c0.519-0.292,1.189-0.218,1.63,0.223\tC14.404,8.48,14.477,9.154,14.182,9.673z M19,8.36c-0.164,0-0.328,0.062-0.452,0.187C18.427,8.668,18.36,8.829,18.36,9\ts0.066,0.332,0.188,0.453c0.248,0.249,0.656,0.249,0.904,0C19.573,9.332,19.64,9.171,19.64,9s-0.066-0.332-0.188-0.453\tC19.328,8.423,19.164,8.36,19,8.36z M13,8.36c-0.164,0-0.328,0.062-0.453,0.187C12.427,8.668,12.36,8.829,12.36,9\ts0.067,0.332,0.188,0.453c0.25,0.249,0.655,0.249,0.905,0C13.573,9.332,13.64,9.171,13.64,9s-0.067-0.332-0.188-0.453\tC13.328,8.423,13.164,8.36,13,8.36z M16,7.11c-0.353,0-0.64,0.287-0.64,0.64S15.647,8.39,16,8.39c0.353,0,0.64-0.287,0.64-0.64\tS16.353,7.11,16,7.11z M24.36,31h-0.72c0-2.496,0-5.915-1.962-9.839l0.645-0.322c0.441,0.884,0.787,1.741,1.059,2.568l1.458-0.729\tl0.322,0.645l-1.566,0.783c0.47,1.653,0.651,3.177,0.721,4.534H26v0.721h-1.656C24.36,29.942,24.36,30.49,24.36,31z M8.36,31H7.64\tc0-0.51,0-1.058,0.016-1.64H6v-0.72h1.684c0.07-1.358,0.251-2.882,0.72-4.535l-1.565-0.782l0.322-0.645l1.456,0.729\tc0.271-0.83,0.618-1.689,1.061-2.575l0.644,0.322C8.36,25.077,8.36,28.5,8.36,31z M21,30.36h-2v-0.72h2V30.36z M13,30.36h-2v-0.72h2\tV30.36z M18.161,26.322l-0.322-0.645l2-1l0.322,0.645L18.161,26.322z M13.839,26.322l-2-1l0.322-0.645l2,1L13.839,26.322z"
22
+ }
23
+ }],
24
+ "name": "cactus--flower"
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.36H8c-1.257,0-2.36-1.22-2.36-2.61V15.5\tc0-1.577,1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86V17h-0.72v-1.5c0-1.18-0.96-2.14-2.14-2.14s-2.14,0.96-2.14,2.14v12.25\tc0,0.972,0.797,1.89,1.64,1.89h2.305C9.893,29.215,9.64,28.637,9.64,28v-5.5c0-1.092,0.414-2.072,1.23-2.914l6.048-6.237\tc0.475-0.353,0.721-0.83,0.721-1.349V9.75c0-0.517,0.196-1.015,0.584-1.48l3.484-4.289c0.257-0.309,0.66-0.42,1.037-0.284\tc0.373,0.135,0.615,0.479,0.615,0.877v2.087c1.188,0.13,2.956,0.917,2.999,3.253l0.963,1.925c0.048,0.097,0.051,0.21,0.006,0.309\tc-0.1,0.226-1.032,2.212-2.327,2.212h-1.64v13.3c0.53,0.062,0.97,0.266,1.311,0.607c0.687,0.691,0.689,1.692,0.689,1.734\tC25.359,30.2,25.198,30.36,25,30.36z M19.36,29.64h5.24c-0.096-0.489-0.434-1.28-1.6-1.28c-0.199,0-0.36-0.161-0.36-0.36V14\tc0-0.199,0.161-0.36,0.36-0.36h2c0.639,0,1.321-1.088,1.599-1.637l-0.921-1.842c-0.024-0.05-0.038-0.105-0.038-0.161\tc0-2.596-2.533-2.64-2.641-2.64C22.801,7.359,22.64,7.198,22.64,7V4.574c0-0.134-0.098-0.185-0.14-0.2\tc-0.043-0.014-0.147-0.039-0.236,0.064L18.78,8.727c-0.28,0.335-0.42,0.679-0.42,1.023V12c0,0.752-0.354,1.441-0.972,1.89\tl-6.002,6.198c-0.69,0.712-1.026,1.501-1.026,2.412V28c0,0.904,0.736,1.64,1.64,1.64h6.64V24c0-1.456-1.184-2.64-2.64-2.64v-0.72\tc1.853,0,3.36,1.508,3.36,3.36C19.36,24,19.36,29.64,19.36,29.64z"
22
+ }
23
+ }],
24
+ "name": "cat--01"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1\th0.72v29.64h4.28v-7.328c-0.576-0.158-1-0.687-1-1.312c0-0.75,0.61-1.36,1.36-1.36S7.36,21.25,7.36,22c0,0.625-0.424,1.153-1,1.312\tv7.328h4.28V10.312c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36S12.36,8.25,12.36,9c0,0.625-0.424,1.153-1,1.312V30.64\th4.28V17.312c-0.576-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36c0.75,0,1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312\tV30.64h4.28V6.312c-0.575-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36S22.36,4.25,22.36,5c0,0.625-0.425,1.153-1,1.312V30.64\th4.279V11.312c-0.575-0.158-1-0.686-1-1.312c0-0.75,0.61-1.36,1.36-1.36s1.36,0.61,1.36,1.36c0,0.625-0.425,1.153-1,1.312V30.64H31\tV31.36z M6,21.36c-0.353,0-0.64,0.287-0.64,0.64S5.647,22.64,6,22.64S6.64,22.353,6.64,22S6.353,21.36,6,21.36z M16,15.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.64S16.353,15.36,16,15.36z M26,9.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.64S26.353,9.36,26,9.36z M11,8.36\tc-0.353,0-0.64,0.287-0.64,0.64S10.647,9.64,11,9.64S11.64,9.353,11.64,9S11.353,8.36,11,8.36z M21,4.36\tc-0.353,0-0.64,0.287-0.64,0.64S20.647,5.64,21,5.64S21.64,5.353,21.64,5S21.353,4.36,21,4.36z"
22
+ }
23
+ }],
24
+ "name": "chart--lollipop"
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.572,25.178c-1.229-1.596-2.259-3.146-3.146-4.741\tc-1.39-2.498-3.567-11.297-4.075-13.517c-0.183-0.804-1.319-1.121-2.311-1.009c-0.863,0.097-1.4,0.515-1.4,1.089v3.64h-1.188\tc-0.001,0-0.001,0-0.002,0c-0.841,0-1.483-0.234-1.91-0.695c-0.451-0.487-0.661-1.242-0.592-2.124\tc0.037-0.471,0.334-1.003,0.34-1.014c0.051-0.094,0.499-0.93,0.561-1.517c0.098-0.92-0.203-1.79-0.765-2.215\tc-0.488-0.368-0.922-0.435-1.601-0.435c-0.401,0-0.82,0.132-1.185,0.376c-0.472,0.318-2.617,2.5-4.432,4.366L5.545,7.713\tc-0.719,0.732-1.012,1.604-0.871,2.589c0.098,0.679,0.413,1.267,0.962,1.799l0.046-0.048c0.004,0.004,0.01,0.01,0.013,0.015\tl-0.063,0.063c-0.292,0.291-0.452,0.678-0.452,1.09c0,0.411,0.16,0.798,0.452,1.089c0.3,0.3,0.695,0.45,1.09,0.45\ts0.79-0.15,1.09-0.451l0.019-0.019c0.291,0.296,0.604,0.614,0.934,0.948L8.754,15.25c-0.292,0.291-0.452,0.678-0.452,1.09\tc0,0.411,0.16,0.798,0.452,1.089c0.301,0.3,0.695,0.45,1.09,0.45s0.789-0.15,1.089-0.45l0.004-0.004\tc1.168,1.172,2.427,2.43,3.681,3.68l-0.002,0.002c-0.292,0.291-0.452,0.678-0.452,1.09c0,0.411,0.16,0.798,0.452,1.089\tc0.3,0.3,0.695,0.45,1.089,0.45s0.79-0.15,1.09-0.45l0.007-0.007c0.316,0.314,0.626,0.623,0.931,0.926l-0.009,0.009\tc-0.601,0.601-0.601,1.578,0.001,2.179c0.3,0.3,0.694,0.449,1.089,0.449c0.396,0,0.79-0.149,1.091-0.449l0.016-0.016\tc0.327,0.324,0.633,0.627,0.921,0.912l-0.02,0.02c-0.601,0.602-0.601,1.578,0.001,2.18c0.301,0.3,0.695,0.45,1.09,0.45\ts0.789-0.15,1.09-0.45l0.033-0.033c0.053,0.052,0.091,0.089,0.098,0.095c0.604,0.539,1.315,0.811,2.118,0.811\tc0.15,0,0.305-0.009,0.461-0.028c1.486-0.181,2.649-1.539,2.647-3.094C28.359,26.526,28.108,25.872,27.572,25.178z M7.304,13.8\tc-0.32,0.32-0.842,0.32-1.162,0c-0.155-0.155-0.24-0.361-0.24-0.58s0.085-0.425,0.24-0.581l0.044-0.044\tc0.296,0.312,0.684,0.712,1.142,1.181L7.304,13.8z M10.425,16.919c-0.32,0.319-0.841,0.32-1.162,0\tc-0.155-0.155-0.24-0.361-0.24-0.58s0.085-0.425,0.24-0.58l0.01-0.01c0.37,0.373,0.755,0.761,1.157,1.165L10.425,16.919z M16.287,22.775c-0.32,0.32-0.841,0.32-1.162,0c-0.155-0.154-0.24-0.36-0.24-0.579c0-0.22,0.085-0.426,0.24-0.58l0.003-0.003\tc0.391,0.39,0.779,0.776,1.163,1.158L16.287,22.775z M19.396,25.882c-0.322,0.319-0.841,0.321-1.162,0\tc-0.32-0.319-0.32-0.84,0-1.159l0.01-0.01c0.403,0.4,0.794,0.788,1.165,1.156L19.396,25.882z M22.493,28.978\tc-0.319,0.321-0.841,0.319-1.161,0s-0.32-0.841-0.001-1.16l0.023-0.023c0.475,0.47,0.871,0.861,1.168,1.154L22.493,28.978z M25.626,29.616c-0.782,0.096-1.447-0.1-2.002-0.594C23.509,28.909,6.466,11.92,6.149,11.596c-0.004-0.004-0.008-0.008-0.012-0.012\tc-0.431-0.417-0.676-0.869-0.75-1.384C5.293,9.544,5.458,8.976,5.859,8.465l20.765,20.748\tC26.331,29.423,25.994,29.571,25.626,29.616z M27.14,28.708L6.341,7.928l0.042-0.043c2.553-2.624,4.005-4.06,4.321-4.272\tc0.243-0.162,0.52-0.252,0.78-0.252c0.621,0,0.861,0.06,1.167,0.29c0.289,0.219,0.563,0.801,0.483,1.564\tc-0.04,0.377-0.358,1.029-0.474,1.243c-0.016,0.027-0.379,0.675-0.429,1.307c-0.085,1.085,0.192,2.033,0.781,2.669\tc0.568,0.615,1.389,0.926,2.438,0.926c0.001,0,0.002,0,0.002,0H19v-0.72h-1.64V7c0-0.165,0.327-0.325,0.761-0.374\tc0.7-0.081,1.458,0.146,1.528,0.454c0.011,0.052,0.607,2.61,1.404,5.56H18v0.72h3.25c0.117,0.424,0.238,0.853,0.361,1.28H19v0.72\th2.821c0.128,0.434,0.259,0.863,0.39,1.28H20v0.72h2.441c0.147,0.45,0.294,0.877,0.439,1.279H21v0.721h2.15\tc0.224,0.57,0.442,1.057,0.647,1.426c0.905,1.627,1.953,3.207,3.205,4.831c0.435,0.562,0.638,1.078,0.638,1.622\tC27.641,27.787,27.449,28.297,27.14,28.708z"
22
+ }
23
+ }],
24
+ "name": "cleat"
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.5,8c0,0.276-0.224,0.5-0.5,0.5S25.5,8.276,25.5,8\ts0.224-0.5,0.5-0.5S26.5,7.724,26.5,8z M20,27.36h-2c-0.137,0-0.261-0.077-0.322-0.199l-1-2c-0.025-0.05-0.038-0.105-0.038-0.161\tv-6.64h-3.425c-0.581,1.007-1.612,1.73-2.855,2.103V22H9.64v-1.366c-0.413,0.075-0.842,0.113-1.28,0.113V22H7.64v-1.287\tc-0.453-0.043-0.91-0.126-1.365-0.253l-0.897,4.489l0.944,1.89c0.056,0.111,0.05,0.244-0.016,0.351\tC6.241,27.295,6.125,27.36,6,27.36H4c-0.136,0-0.261-0.077-0.322-0.199l-1-2C2.653,25.111,2.64,25.056,2.64,25V12\tc0-1.502,0.764-2.83,1.923-3.614C2.761,8.603,1.36,10.141,1.36,12v5H0.64v-5c0-2.404,1.956-4.36,4.36-4.36h14\tc0.49,0,1.088-0.164,1.684-0.462l0.237-0.103c-0.66-0.33-1.281-0.985-1.281-2.165c0-0.165,0.112-0.309,0.273-0.349\tc0.095-0.025,2.335-0.569,3.606,0.423c0.232,0.182,0.418,0.401,0.555,0.656h2.312c0.621,0,1.229,0.252,1.669,0.691l2.914,2.914\tc0.408,0.409,0.507,1.036,0.245,1.56l-0.401,0.803c-0.232,0.464-0.699,0.751-1.217,0.751H26c-1.302,0-2.36-1.059-2.36-2.36h0.721\tc0,0.904,0.735,1.64,1.64,1.64h3.596c0.244,0,0.463-0.136,0.572-0.354l0.401-0.803c0.125-0.25,0.082-0.537-0.11-0.729L27.545,6.84\tc-0.305-0.305-0.728-0.48-1.159-0.48h-2.07c0.029,0.173,0.045,0.356,0.045,0.55L23.64,7c0-0.707-0.184-1.151-0.562-1.447\tc-0.763-0.597-2.108-0.453-2.7-0.351c0.169,1.321,1.48,1.43,1.64,1.439c0.167,0.009,0.307,0.131,0.336,0.296\tc0.029,0.164-0.058,0.328-0.211,0.394l-1.155,0.5C20.515,8.067,19.769,8.36,19,8.36h-0.654c-0.184,2.236-2.063,4-4.346,4\tc-0.315,0-0.641-0.042-0.989-0.129C12.586,12.925,11.827,13.36,11,13.36c-1.301,0-2.36-1.059-2.36-2.36\tc0-0.827,0.435-1.586,1.129-2.011C9.715,8.77,9.678,8.562,9.658,8.36H7c-2.007,0-3.64,1.633-3.64,3.64v12.915l0.863,1.725h1.195\tl-0.739-1.479c-0.036-0.071-0.047-0.153-0.031-0.231l1-5c0.018-0.094,0.073-0.176,0.152-0.23c2.872-1.914,3.868-3.843,3.878-3.862\tl0.644,0.323c-0.039,0.079-0.932,1.825-3.49,3.697c2.229,0.495,4.448-0.106,5.519-1.498H11v-0.72h5.131l-1.385-1.385l0.509-0.509\tl2,2C17.319,17.811,17.36,17.9,17.36,18v6.915l0.862,1.725h1.195l-0.74-1.479c-0.035-0.071-0.047-0.153-0.03-0.231l1-5\tc0.033-0.169,0.181-0.29,0.353-0.29c1.032,0,1.895-0.251,2.584-0.751c-0.587-0.44-0.944-1.133-0.944-1.889\tc0-1.301,1.059-2.36,2.36-2.36c0.188,0,0.372,0.021,0.551,0.064C24.61,14.178,24.64,13.61,24.64,13h0.721\tc0,5.839-2.686,7.25-5.063,7.354l-0.92,4.596l0.945,1.89c0.056,0.111,0.05,0.244-0.016,0.351C20.24,27.295,20.125,27.36,20,27.36z M24,15.36c-0.904,0-1.64,0.736-1.64,1.64c0,0.575,0.298,1.099,0.776,1.395c0.642-0.699,1.078-1.691,1.31-2.974\tC24.303,15.38,24.153,15.36,24,15.36z M10.382,8.36c0.027,0.22,0.078,0.451,0.157,0.706c0.054,0.175-0.032,0.362-0.199,0.436\tC9.745,9.764,9.36,10.352,9.36,11c0,0.904,0.736,1.64,1.64,1.64c0.647,0,1.236-0.385,1.5-0.98c0.073-0.167,0.26-0.256,0.436-0.198\tc0.394,0.122,0.732,0.179,1.065,0.179c1.886,0,3.44-1.441,3.622-3.28h-7.241V8.36z"
22
+ }
23
+ }],
24
+ "name": "cow"
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.36H6c-0.633,0-1.228-0.246-1.673-0.693\tc-0.444-0.446-0.688-1.038-0.687-1.668C3.644,26.698,4.702,25.64,6,25.64v0.721c-0.902,0-1.638,0.735-1.64,1.641\tc-0.001,0.438,0.168,0.849,0.477,1.157C5.146,29.469,5.56,29.64,6,29.64h3.305C8.893,29.215,8.64,28.637,8.64,28v-4\tc0-0.845,0.18-1.56,0.55-2.184L16.533,9.37l-0.855-1.708c-0.186-0.461-0.043-1.017,0.163-1.351l0.127-0.212\tC16.581,5.064,18.017,2.64,21,2.64c1.302,0,2.39,0.365,3.233,1.086c0.569,0.486,0.904,1.439,1.043,1.914H27\tc0.346,0,0.704,0.138,0.961,0.393C28.219,6.289,28.36,6.632,28.36,7c0,2.193-2.193,3.35-4.358,3.36\tc-0.37,0.002-0.64,0.271-0.642,0.642v1.9c0.654,1.139,1,2.553,1,4.098c0,1.45-0.364,2.936-1,4.094V27\tc0,0.529,0.03,0.532,0.544,0.589c0.325,0.036,0.771,0.085,1.263,0.342c1.217,0.636,1.194,2.021,1.193,2.079\tC26.354,30.205,26.195,30.36,26,30.36z M20.36,29.64h5.24c-0.068-0.327-0.256-0.804-0.768-1.07\tc-0.371-0.194-0.709-0.231-1.008-0.265C23.297,28.246,22.64,28.174,22.64,27v-6c0-0.062,0.017-0.124,0.048-0.178\tc0.605-1.065,0.952-2.458,0.952-3.822c0-1.454-0.328-2.773-0.949-3.816C22.657,13.128,22.64,13.065,22.64,13v-2\tc0.004-0.76,0.601-1.357,1.358-1.36C25.752,9.632,27.64,8.803,27.64,7c0-0.175-0.066-0.337-0.187-0.457\tc-0.12-0.119-0.277-0.217-0.451-0.183H25c-0.168,0-0.313-0.116-0.351-0.28c-0.083-0.364-0.403-1.397-0.883-1.806\tC23.057,3.667,22.126,3.36,21,3.36c-2.573,0-3.815,2.098-4.412,3.106l-0.134,0.223c-0.126,0.205-0.182,0.521-0.12,0.677l1.488,2.973\tc0.118,0.292,0.325,0.492,0.539,0.536c0.146,0.029,0.269-0.013,0.385-0.129l0.749-0.75C19.586,9.905,19.64,9.72,19.64,9.5V6h0.721\tv3.5c0,0.42-0.127,0.777-0.356,1.005l-0.749,0.749c-0.291,0.289-0.667,0.401-1.038,0.325c-0.452-0.093-0.854-0.455-1.051-0.946\tl-0.249-0.498L9.81,22.183C9.503,22.701,9.36,23.278,9.36,24v4c0,0.904,0.736,1.64,1.64,1.64h8.64V24c0-1.456-1.184-2.64-2.64-2.64\tv-0.72c1.853,0,3.36,1.508,3.36,3.36V29.64z"
22
+ }
23
+ }],
24
+ "name": "dog--01"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M26,30.36h-3.75c-1.036,0-1.37-1.35-1.549-2.074\tl-0.049-0.193c-0.406-1.532-1.577-5.551-1.909-6.688c-4.75,0.7-8.195-1.016-9.447-1.777c-0.431,2.274-2.898,5.448-3.012,5.595\tC5.36,26.149,5.36,26.149,5.36,27c-0.001,0.222-0.003,0.407,0.092,0.503C5.54,27.592,5.734,27.64,6,27.64\tc1.135,0,2.36,0.902,2.36,2.36c0,0.199-0.161,0.36-0.36,0.36H4c-1.322,0-1.36-2.119-1.36-2.36v-4c0-0.096,0.038-0.188,0.105-0.255\tc0.068-0.067,0.2-0.128,0.255-0.105c0.505-0.147,1.64-3.454,1.64-6.64c0-1.988,1.142-3.13,1.633-3.529\tc0.068-0.055,0.138-0.107,0.211-0.157C4.958,13.078,1.64,11.873,1.64,8h0.72c0,3.833,3.877,4.64,4.64,4.64h7\tc3.311,0,4.317-2.708,4.504-3.328l-0.826-1.651c-0.159-0.396-0.094-0.864,0.163-1.28l0.141-0.236C18.597,5.097,20.037,2.64,23,2.64\tc1.302,0,2.391,0.365,3.234,1.085c0.569,0.486,0.904,1.439,1.043,1.915H29c0.344,0,0.704,0.138,0.961,0.393\tC30.219,6.289,30.36,6.632,30.36,7c0,2.193-2.193,3.35-4.358,3.36c-0.365,0.001-0.63,0.27-0.643,0.652L25.36,16\tc0,1.873-1.569,3.683-2,4.145V27c0.002,0.147,0.056,0.64,0.64,0.64c1.191,0,2.36,1.169,2.36,2.36\tC26.36,30.199,26.199,30.36,26,30.36z M19,20.64c0.157,0,0.3,0.104,0.346,0.259c0.015,0.053,1.527,5.217,2.002,7.01l0.053,0.205\tc0.122,0.496,0.377,1.526,0.85,1.526h3.336c-0.199-0.671-0.91-1.28-1.587-1.28c-0.998,0-1.36-0.813-1.36-1.36v-7\tc0-0.096,0.038-0.187,0.105-0.254c0.02-0.02,1.895-1.922,1.895-3.746v-5c0.025-0.777,0.609-1.357,1.358-1.36\tC27.752,9.632,29.64,8.803,29.64,7c0-0.175-0.066-0.337-0.187-0.457c-0.119-0.118-0.278-0.183-0.448-0.183c-0.001,0-0.002,0-0.003,0\tH27c-0.168,0-0.313-0.116-0.352-0.28c-0.082-0.363-0.402-1.397-0.881-1.806C25.057,3.667,24.126,3.36,23,3.36\tc-2.551,0-3.798,2.127-4.397,3.15l-0.148,0.25c-0.132,0.213-0.18,0.457-0.12,0.607l1.488,2.972c0.118,0.292,0.325,0.492,0.539,0.536\tc0.146,0.029,0.269-0.013,0.385-0.129l0.749-0.75C21.586,9.905,21.64,9.72,21.64,9.5V6h0.721v3.5c0,0.42-0.127,0.777-0.356,1.005\tl-0.749,0.749c-0.291,0.289-0.667,0.401-1.038,0.325c-0.452-0.093-0.854-0.455-1.051-0.946l-0.231-0.461\tc-0.541,1.17-1.912,3.188-4.935,3.188H9c-0.661,0-1.592,0.116-2.273,0.669C6.316,14.363,5.36,15.321,5.36,17\tc0,2.683-0.875,6.188-1.767,7.078c-0.076,0.076-0.154,0.137-0.233,0.182V28c0.001,0.514,0.164,1.64,0.64,1.64h3.602\tC7.429,28.841,6.69,28.36,6,28.36c-0.479,0-0.826-0.115-1.059-0.351C4.634,27.7,4.638,27.294,4.64,27.051\tc0-1.201,0.084-1.284,1.106-2.307c0-0.004,2.895-3.729,2.895-5.745c0-0.137,0.077-0.261,0.199-0.321\tc0.122-0.063,0.268-0.048,0.377,0.033c0.039,0.029,3.955,2.902,9.725,1.933C18.961,20.642,18.98,20.64,19,20.64z"
22
+ }
23
+ }],
24
+ "name": "dog--02"
25
+ };
26
+
27
+ export { index as default };
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Copyright IBM Corp. 2016, 2023
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ *
7
+ * Code generated by @carbon/icon-build-helpers. DO NOT EDIT.
8
+ */
9
+ var index = {
10
+ "elem": "svg",
11
+ "attrs": {
12
+ "xmlns": "http://www.w3.org/2000/svg",
13
+ "viewBox": "0 0 32 32",
14
+ "fill": "currentColor",
15
+ "width": 64,
16
+ "height": 64
17
+ },
18
+ "content": [{
19
+ "elem": "path",
20
+ "attrs": {
21
+ "d": "M27.5,29.36c-0.534,0-0.89-0.238-1.084-0.727\tl-0.435-1.117l-0.414,1.033c-0.196,0.492-0.666,0.811-1.196,0.811c-0.428,0-0.826-0.212-1.066-0.566s-0.288-0.804-0.129-1.201\tl1.337-3.344l-3.402-0.851l-0.372,0.373l1.528,3.821c0.159,0.397,0.111,0.847-0.129,1.201s-0.639,0.566-1.067,0.566\tc-0.53,0-0.999-0.318-1.195-0.811l-0.856-2.14l-0.479,1.92c-0.154,0.616-0.673,1.03-1.289,1.03c-0.439,0-0.823-0.182-1.083-0.498\ts-0.362-0.728-0.281-1.129l1.44-7.196c0.09-0.452,0.324-0.858,0.652-1.177H17c-0.75,0-1.36-0.61-1.36-1.36s0.61-1.36,1.36-1.36h1\tv0.72h-1c-0.353,0-0.64,0.287-0.64,0.64s0.287,0.64,0.64,0.64h7.215l-10.107-4.205c-0.322,0.553-0.922,0.925-1.607,0.925h-2.14\tv1.491l3.309,3.308c0.478,0.478,0.691,1.269,0.691,1.841v5.5c0,1.025-0.834,1.86-1.86,1.86s-1.86-0.835-1.86-1.86v-4.351\tL8.864,21.37l-3.111,6.844c-0.316,0.695-1.014,1.145-1.778,1.145c-0.667,0-1.281-0.335-1.642-0.896s-0.412-1.258-0.136-1.865\tl3.846-8.463C5.783,17.55,5.64,16.9,5.64,16.25v-4.381l-1.28,1.28V16.5c0,1.025-0.834,1.86-1.86,1.86s-1.86-0.835-1.86-1.86V13\tc0-0.553,0.216-1.365,0.691-1.84l3.664-3.664c0.289-0.289,0.633-0.479,1.028-0.569C5.774,6.496,5.64,6.006,5.64,5.5\tc0-1.577,1.283-2.86,2.86-2.86s2.86,1.283,2.86,2.86c0,1.083-0.614,2.053-1.552,2.535C10.167,8.443,10.36,8.947,10.36,9.5v2.14h2.14\tc1.025,0,1.86,0.834,1.86,1.86c0,0.086-0.006,0.17-0.017,0.253L25.64,18.46V15c0-0.75,0.61-1.36,1.36-1.36v0.72\tc-0.353,0-0.64,0.287-0.64,0.64v0.64H28c0.625,0,1.153,0.424,1.312,1H31c0.199,0,0.36,0.161,0.36,0.36v1c0,0.75-0.61,1.36-1.36,1.36\th-0.64V22c0,1.126-0.794,2.071-1.851,2.305l1.324,3.312c0.146,0.362,0.097,0.765-0.134,1.104C28.434,29.115,27.974,29.36,27.5,29.36\tz M25.36,23.933l1.726,4.437c0.083,0.21,0.176,0.271,0.414,0.271c0.234,0,0.472-0.126,0.604-0.322\tc0.068-0.1,0.134-0.256,0.062-0.434l-1.5-3.75c-0.045-0.111-0.031-0.236,0.036-0.336c0.066-0.099,0.179-0.158,0.298-0.158\tc0.904,0,1.64-0.735,1.64-1.64v-0.808l-2.749-1.832H19.75c-0.816,0-1.57,0.578-1.718,1.317l-1.44,7.197\tc-0.038,0.188,0.01,0.382,0.132,0.53c0.122,0.149,0.303,0.234,0.495,0.234c0.315,0,0.547-0.189,0.62-0.484l0.811-3.242\tc0.017-0.063,0.049-0.121,0.095-0.168l2-2c0.09-0.089,0.222-0.122,0.342-0.095l3.553,0.889V22h0.721v1.933H25.36z M24.995,24.981\tl-1.151,2.879c-0.071,0.178-0.05,0.371,0.058,0.53c0.238,0.352,0.84,0.287,0.998-0.108l0.699-1.749L24.995,24.981z M19.316,25.217\tl1.227,3.065c0.158,0.397,0.76,0.458,0.998,0.108c0.107-0.159,0.129-0.353,0.058-0.53l-1.415-3.535L19.316,25.217z M6.36,11.149\tv5.101c0,0.987,0.409,2.01,1.066,2.667l3.829,3.828c0.068,0.067,0.105,0.159,0.105,0.255v4.5c0,0.629,0.512,1.14,1.14,1.14\ts1.14-0.511,1.14-1.14V22c0-0.493-0.202-1.053-0.48-1.331l-3.414-3.414C9.678,17.188,9.64,17.096,9.64,17V9.5\tc0-0.663-0.39-1.068-0.717-1.292c-0.117-0.08-0.176-0.22-0.151-0.359C8.795,7.71,8.899,7.598,9.036,7.562\tC9.98,7.318,10.64,6.47,10.64,5.5c0-1.18-0.96-2.14-2.14-2.14S6.36,4.32,6.36,5.5c0,0.551,0.213,1.077,0.6,1.479\tc0.102,0.106,0.129,0.264,0.068,0.398C6.967,7.51,6.837,7.582,6.684,7.588c-0.492-0.021-0.878,0.115-1.18,0.416L1.84,11.668\tC1.54,11.969,1.36,12.582,1.36,13v3.5c0,0.629,0.512,1.14,1.14,1.14s1.14-0.511,1.14-1.14V13c0-0.096,0.038-0.187,0.105-0.254l3-3\tl0.509,0.509L6.36,11.149z M6.482,18.91l-3.63,7.987C2.678,27.28,2.71,27.72,2.938,28.074s0.615,0.565,1.037,0.565\tc0.482,0,0.923-0.283,1.123-0.723l3.222-7.089l-1.402-1.401C6.759,19.269,6.613,19.096,6.482,18.91z M26.36,18.814l2.279,1.515V19\tc0-0.199,0.161-0.36,0.36-0.36h1c0.353,0,0.64-0.287,0.64-0.64v-0.64H29c-0.199,0-0.36-0.161-0.36-0.36\tc0-0.353-0.287-0.64-0.64-0.64h-1.64V18.814z M10.36,14.64h2.14c0.628,0,1.14-0.512,1.14-1.14s-0.512-1.14-1.14-1.14h-2.14V14.64z"
22
+ }
23
+ }],
24
+ "name": "dog--walking"
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.36c-0.75,0-1.36-0.61-1.36-1.36v-1h0.721v1\tc0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-2h0.721v1c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-2\tc0-0.078,0.025-0.154,0.072-0.216c1.916-2.551,2.928-5.588,2.928-8.784c0-8.073-6.567-14.64-14.64-14.64\tC7.927,1.36,1.36,7.927,1.36,16c0,3.197,1.013,6.234,2.928,8.784C4.334,24.846,4.36,24.922,4.36,25v2c0,0.353,0.287,0.64,0.64,0.64\tS5.64,27.353,5.64,27h0.72c0,0.75-0.61,1.36-1.36,1.36S3.64,27.75,3.64,27v-1.881c-1.963-2.655-3-5.806-3-9.119\tC0.64,7.53,7.53,0.64,16,0.64S31.36,7.53,31.36,16c0,3.313-1.037,6.464-3,9.119V27c0,0.75-0.61,1.36-1.36,1.36\tc-0.236,0-0.46-0.062-0.653-0.168C26.253,28.852,25.685,29.36,25,29.36z M14.5,24.12c-1.755,0-3.51-0.622-4.754-1.865\tc-1.184-1.184-1.863-2.917-1.863-4.755c0-1.837,0.679-3.571,1.863-4.754l0.509,0.509c-1.05,1.05-1.652,2.598-1.652,4.246\tc0,1.648,0.602,3.195,1.652,4.245c2.223,2.223,6.27,2.223,8.491,0l0.51,0.51C18.011,23.498,16.255,24.12,14.5,24.12z M26,23.36\tc-0.75,0-1.36-0.61-1.36-1.36v-1h0.721v1c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-4h0.721v4\tC27.36,22.75,26.75,23.36,26,23.36z M6.36,10.002c0,0.353,0.287,0.64,0.64,0.64s0.64-0.287,0.64-0.64v-1h0.72v1\tc0,0.75-0.61,1.36-1.36,1.36s-1.36-0.61-1.36-1.36v-2h0.72L6.36,10.002 M22.75,18c0,0.414-0.336,0.75-0.75,0.75\ts-0.75-0.336-0.75-0.75s0.336-0.75,0.75-0.75S22.75,17.586,22.75,18z M14,9.25c-0.414,0-0.75,0.336-0.75,0.75s0.336,0.75,0.75,0.75\ts0.75-0.336,0.75-0.75S14.414,9.25,14,9.25z"
22
+ }
23
+ }],
24
+ "name": "face--melting"
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,28.36c-1.731,0-3.161-1.316-3.341-3H10.341\tc-0.18,1.684-1.61,3-3.341,3s-3.161-1.316-3.341-3H3c-1.301,0-2.36-1.059-2.36-2.36v-7c0-0.068,0.019-0.131,0.051-0.185L4.73,8.82\tc0.064-0.111,0.183-0.18,0.312-0.18h7.599V4c0-0.199,0.161-0.36,0.36-0.36h18c0.199,0,0.36,0.161,0.36,0.36v21\tc0,0.199-0.161,0.36-0.36,0.36h-1.659C29.161,27.044,27.731,28.36,26,28.36z M26,22.36c-1.456,0-2.64,1.184-2.64,2.64\ts1.184,2.64,2.64,2.64s2.64-1.184,2.64-2.64S27.456,22.36,26,22.36z M7,22.36c-1.456,0-2.64,1.184-2.64,2.64S5.544,27.64,7,27.64\tS9.64,26.456,9.64,25S8.456,22.36,7,22.36z M29.341,24.64h1.299V4.36H13.36v20.28h9.299c0.18-1.684,1.609-3,3.341-3\tS29.161,22.956,29.341,24.64z M10.341,24.64h2.299v-8.28H1.36V23c0,0.904,0.736,1.64,1.64,1.64h0.659c0.18-1.684,1.61-3,3.341-3\tS10.161,22.956,10.341,24.64z M10.36,15.64h2.28V9.36h-2.28V15.64z M1.624,15.64H9.64V9.36H5.25L1.624,15.64z M29,18.36H15\tc-0.199,0-0.36-0.161-0.36-0.36v-2c0-0.199,0.161-0.36,0.36-0.36h0.64V8.333c-1.131-0.174-2-1.154-2-2.333\tc0-0.199,0.161-0.36,0.36-0.36h16c0.199,0,0.36,0.161,0.36,0.36c0,1.179-0.869,2.159-2,2.333v7.308H29c0.199,0,0.36,0.161,0.36,0.36\tv2C29.36,18.199,29.199,18.36,29,18.36z M15.36,17.64h13.28v-1.28H15.36V17.64z M24.36,15.64h3.279V8.333\tC26.95,8.227,26.357,7.82,26,7.251c-0.418,0.666-1.158,1.108-2,1.108s-1.582-0.443-2-1.108c-0.418,0.666-1.158,1.108-2,1.108\ts-1.582-0.443-2-1.108c-0.357,0.569-0.95,0.975-1.64,1.081v7.308h1.28V13c0-0.199,0.161-0.36,0.36-0.36h0.64V12h0.721v0.64H20\tc0.199,0,0.36,0.161,0.36,0.36v2.64h1.279V13c0-0.199,0.161-0.36,0.36-0.36h0.64V12h0.721v0.64H24c0.199,0,0.36,0.161,0.36,0.36\tV15.64z M22.36,15.64h1.279v-2.28H22.36V15.64z M18.36,15.64h1.279v-2.28H18.36V15.64z M26.399,6.36\tC26.564,7.092,27.22,7.64,28,7.64s1.436-0.548,1.601-1.28C29.601,6.36,26.399,6.36,26.399,6.36z M22.399,6.36\tC22.564,7.092,23.22,7.64,24,7.64s1.436-0.548,1.601-1.28C25.601,6.36,22.399,6.36,22.399,6.36z M18.399,6.36\tC18.564,7.092,19.22,7.64,20,7.64s1.436-0.548,1.601-1.28C21.601,6.36,18.399,6.36,18.399,6.36z M14.4,6.36\tc0.165,0.732,0.819,1.28,1.6,1.28s1.436-0.548,1.601-1.28C17.601,6.36,14.4,6.36,14.4,6.36z M11,18.36H9v-0.72h2V18.36z"
22
+ }
23
+ }],
24
+ "name": "food--truck"
25
+ };
26
+
27
+ export { index as default };