odaptos_design_system 1.4.81 → 1.4.83

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ export default function HappyMen({ ...rest }: SvgIconProps): React.JSX.Element;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ import { SvgIconProps } from '@mui/material';
3
+ export default function MenShowingSomething({ stroke, strokeWidth, fill, ...rest }: SvgIconProps): React.JSX.Element;
@@ -40,6 +40,8 @@ export { default as EmotionsHeatMap } from './Illustrations/EmotionsHeatMap';
40
40
  export { default as Faq } from './Illustrations/Faq';
41
41
  export { default as IntegratedUsabilityScore } from './Illustrations/IntegratedUsabilityScore';
42
42
  export { default as InterviewTranscript } from './Illustrations/InterviewTranscript';
43
+ export { default as MenShowingSomething } from './Illustrations/MenShowingSomething';
44
+ export { default as HappyMen } from './Illustrations/HappyMen';
43
45
  export { default as MetaAnalyse } from './Illustrations/MetaAnalyse';
44
46
  export { default as MetaAnalyse2 } from './Illustrations/MetaAnalyse2';
45
47
  export { default as ScheduleTasks } from './Illustrations/ScheduleTasks';
@@ -1680,10 +1680,10 @@ function AngryIntervieweeFemale({
1680
1680
  y2: "18.268",
1681
1681
  gradientUnits: "userSpaceOnUse"
1682
1682
  }, /*#__PURE__*/React__default.createElement("stop", {
1683
- stopColor: "#FFB800"
1683
+ "stop-color": "#FFB800"
1684
1684
  }), /*#__PURE__*/React__default.createElement("stop", {
1685
1685
  offset: "1",
1686
- stopColor: "#FFD629"
1686
+ "stop-color": "#FFD629"
1687
1687
  })))));
1688
1688
  }
1689
1689
 
@@ -2182,6 +2182,343 @@ function InterviewTranscript({
2182
2182
  })));
2183
2183
  }
2184
2184
 
2185
+ function MenShowingSomething({
2186
+ stroke,
2187
+ strokeWidth,
2188
+ fill,
2189
+ ...rest
2190
+ }) {
2191
+ return /*#__PURE__*/React__default.createElement(material.SvgIcon, Object.assign({
2192
+ strokeWidth: strokeWidth ?? 0.1,
2193
+ stroke: stroke ? stroke : 'currentColor'
2194
+ }, rest), /*#__PURE__*/React__default.createElement("svg", {
2195
+ xmlns: "http://www.w3.org/2000/svg",
2196
+ width: "103",
2197
+ height: "118",
2198
+ viewBox: "0 0 103 118",
2199
+ fill: "none"
2200
+ }, /*#__PURE__*/React__default.createElement("path", {
2201
+ d: "M72.4503 41.3162C74.7015 39.7738 76.9781 38.268 79.2788 36.7996C81.3959 35.4485 83.5295 34.1215 85.7012 32.86C87.6389 31.7344 88.036 30.2386 88.7491 28.1906C89.2451 26.7664 89.8048 25.429 91.1841 26.2603C92.5634 27.0915 92.4788 30.0122 92.6773 31.5308C95.8292 32.6746 98.1065 33.6964 101.146 35.5542C101.611 35.8379 102.04 36.3184 102.002 36.8588C101.97 37.2959 101.595 37.65 101.177 37.788C100.758 37.9261 100.304 37.8898 99.8668 37.8342C98.6751 37.6829 97.5004 37.3995 96.3715 36.9911C98.0698 37.8462 101.433 39.4874 100.984 40.9191C100.535 42.3507 98.4335 41.6763 95.1145 40.5609C96.0687 41.0195 97.0229 41.4781 97.9771 41.9367C98.3938 42.137 98.8395 42.3649 99.0446 42.7774C99.2941 43.2793 99.0824 43.9239 98.6546 44.2879C98.2268 44.6519 97.6343 44.7726 97.0716 44.7506C96.5089 44.7286 95.3824 44.575 93.207 44.1581C93.207 44.1581 78.7188 53.8932 70.0626 59.9793",
2202
+ stroke: "#004799",
2203
+ strokeWidth: "1.89859",
2204
+ strokeLinecap: "round",
2205
+ strokeLinejoin: "round"
2206
+ }), /*#__PURE__*/React__default.createElement("path", {
2207
+ d: "M96.7734 35.2019C96.3159 37.3736 95.584 39.4881 94.6002 41.4798",
2208
+ stroke: "#004799",
2209
+ strokeWidth: "1.89859",
2210
+ strokeLinecap: "round",
2211
+ strokeLinejoin: "round"
2212
+ }), /*#__PURE__*/React__default.createElement("path", {
2213
+ d: "M0.00446775 40.9815C0.00446945 21.568 16.7701 5.83032 37.4516 5.83032C58.1331 5.83032 74.8984 21.568 74.8984 40.9815C74.8984 60.395 58.1329 76.1327 37.4516 76.1327C31.9538 76.1327 26.7384 75.0114 22.0355 73.0139C21.3191 74.1712 20.3427 75.0181 19.328 75.6236C16.7987 77.1329 13.8516 77.3509 11.2903 75.9521C8.72871 74.5533 6.61491 71.4816 5.89469 67.7573C5.43228 65.3654 5.58982 62.7446 6.29773 60.4853C2.32456 54.9042 0.00446711 48.1979 0.00446775 40.9815Z",
2214
+ fill: "url(#paint0_linear_63_3401)"
2215
+ }), /*#__PURE__*/React__default.createElement("path", {
2216
+ d: "M32.7241 48.5249C42.4085 51.3343 54.0331 53.6464 61.3654 54.3506C63.6278 53.0201 67.3277 50.8444 68.585 51.9953C69.8423 53.1462 68.0012 55.463 66.9668 56.7527C68.3313 58.2807 72.2812 62.2419 72.7879 62.8607C73.8278 64.1308 74.1657 65.1877 73.5024 65.7122C72.8392 66.2366 70.876 65.4007 68.7976 63.8356C71.0415 65.6937 71.8923 67.5545 71.1653 68.497C70.4383 69.4395 68.5253 68.1675 66.5404 66.5096C68.5468 68.3592 69.371 69.9173 68.5765 70.6641C67.7819 71.4108 65.7961 70.0086 64.8296 69.4407C62.7054 68.1923 60.7687 68.0984 58.9724 67.8735C52.7467 67.0941 41.8192 65.6539 35.3373 63.5059",
2217
+ stroke: "#004799",
2218
+ strokeWidth: "1.89859",
2219
+ strokeLinecap: "round",
2220
+ strokeLinejoin: "round"
2221
+ }), /*#__PURE__*/React__default.createElement("path", {
2222
+ d: "M54.0352 72.5068C52.1897 86.7169 48.8357 101.798 45.7219 112.914C45.288 114.463 46.6872 115.671 47.7603 116.875",
2223
+ stroke: "#004799",
2224
+ strokeWidth: "1.89859",
2225
+ strokeLinecap: "round",
2226
+ strokeLinejoin: "round"
2227
+ }), /*#__PURE__*/React__default.createElement("path", {
2228
+ d: "M40.168 74.7505C39.5531 87.8303 37.8818 102.64 36.0827 112.914C35.8053 114.498 37.335 115.783 38.5227 116.875",
2229
+ stroke: "#004799",
2230
+ strokeWidth: "1.89859",
2231
+ strokeLinecap: "round",
2232
+ strokeLinejoin: "round"
2233
+ }), /*#__PURE__*/React__default.createElement("path", {
2234
+ d: "M21.7708 71.9463C22.3385 86.4315 22.7332 102.39 22.1639 116.875",
2235
+ stroke: "#004799",
2236
+ strokeWidth: "1.89859",
2237
+ strokeLinecap: "round",
2238
+ strokeLinejoin: "round"
2239
+ }), /*#__PURE__*/React__default.createElement("path", {
2240
+ d: "M6.23571 116.875L86.0352 116.875",
2241
+ stroke: "#004799",
2242
+ strokeWidth: "1.89859",
2243
+ strokeLinecap: "round",
2244
+ strokeLinejoin: "round"
2245
+ }), /*#__PURE__*/React__default.createElement("path", {
2246
+ d: "M91.9602 116.875L96.7812 116.875",
2247
+ stroke: "#004799",
2248
+ strokeWidth: "1.89859",
2249
+ strokeLinecap: "round",
2250
+ strokeLinejoin: "round"
2251
+ }), /*#__PURE__*/React__default.createElement("path", {
2252
+ d: "M51.1016 22.8791C48.9344 22.6936 46.763 23.0283 44.7471 23.8585",
2253
+ stroke: "#004799",
2254
+ strokeWidth: "1.94684",
2255
+ strokeLinecap: "round",
2256
+ strokeLinejoin: "round"
2257
+ }), /*#__PURE__*/React__default.createElement("path", {
2258
+ d: "M40.8516 25.4847L40.737 24.5676",
2259
+ stroke: "#004799",
2260
+ strokeWidth: "1.94684",
2261
+ strokeLinecap: "round",
2262
+ strokeLinejoin: "round"
2263
+ }), /*#__PURE__*/React__default.createElement("path", {
2264
+ d: "M61.9062 23.107L61.7917 22.1899",
2265
+ stroke: "#004799",
2266
+ strokeWidth: "1.94684",
2267
+ strokeLinecap: "round",
2268
+ strokeLinejoin: "round"
2269
+ }), /*#__PURE__*/React__default.createElement("path", {
2270
+ d: "M32.9357 4.16307L32.9356 4.16308C28.5401 4.92152 25.5952 9.07871 26.3582 13.4484L28.8434 27.6829C29.6063 32.0526 33.7881 34.9801 38.1837 34.2217L38.1837 34.2217C42.5793 33.4633 45.5241 29.3061 44.7612 24.9363L42.2759 10.7019C41.513 6.33215 37.3312 3.40463 32.9357 4.16307Z",
2271
+ stroke: "#004799",
2272
+ strokeWidth: "1.94683",
2273
+ strokeLinecap: "round",
2274
+ strokeLinejoin: "round"
2275
+ }), /*#__PURE__*/React__default.createElement("path", {
2276
+ d: "M55.5687 1.37914L55.5687 1.37915C51.1733 2.1384 48.2279 6.29636 48.99 10.6662L51.4726 24.9012C52.2347 29.271 56.4157 32.198 60.8112 31.4387L60.8112 31.4387C65.2066 30.6795 68.152 26.5215 67.3899 22.1517L64.9073 7.91672C64.1452 3.54686 59.9641 0.619891 55.5687 1.37914Z",
2277
+ stroke: "#004799",
2278
+ strokeWidth: "1.94683",
2279
+ strokeLinecap: "round",
2280
+ strokeLinejoin: "round"
2281
+ }), /*#__PURE__*/React__default.createElement("path", {
2282
+ d: "M51.7539 35.4865C50.9384 36.2576 49.7228 36.5856 48.6271 36.3301C47.5313 36.0746 46.5891 35.2435 46.2036 34.1924",
2283
+ stroke: "#004799",
2284
+ strokeWidth: "1.89859",
2285
+ strokeLinecap: "round",
2286
+ strokeLinejoin: "round"
2287
+ }), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("linearGradient", {
2288
+ id: "paint0_linear_63_3401",
2289
+ x1: "58.1826",
2290
+ y1: "15.5365",
2291
+ x2: "12.1206",
2292
+ y2: "72.7429",
2293
+ gradientUnits: "userSpaceOnUse"
2294
+ }, /*#__PURE__*/React__default.createElement("stop", {
2295
+ stopColor: "#8AEB8A"
2296
+ }), /*#__PURE__*/React__default.createElement("stop", {
2297
+ offset: "1",
2298
+ stopColor: "#33A7FF"
2299
+ })))));
2300
+ }
2301
+
2302
+ function HappyMen({
2303
+ ...rest
2304
+ }) {
2305
+ return /*#__PURE__*/React__default.createElement(material.SvgIcon, Object.assign({
2306
+ strokeWidth: 0.1,
2307
+ stroke: 'currentColor'
2308
+ }, rest), /*#__PURE__*/React__default.createElement("svg", {
2309
+ xmlns: "http://www.w3.org/2000/svg",
2310
+ width: "163",
2311
+ height: "137",
2312
+ viewBox: "0 0 163 137",
2313
+ fill: "none"
2314
+ }, /*#__PURE__*/React__default.createElement("path", {
2315
+ d: "M46.392 18.2896C43.542 16.5972 39.4764 15.6923 36.274 16.0427C34.0135 16.2883 31.7911 16.8429 29.6415 17.3788C28.7905 17.5915 27.9394 17.8036 27.0855 17.9972C21.2789 19.3147 15.325 19.7783 9.38752 19.3742C9.10119 19.3551 8.82966 19.5055 8.69442 19.7607C8.55892 20.0154 8.58454 20.327 8.75993 20.5556C10.9359 23.4006 13.3955 26.0266 16.0884 28.3836C14.7468 28.358 13.3379 28.1879 11.9322 27.879C11.6459 27.8168 11.3511 27.9311 11.1815 28.1709C11.0119 28.4107 11.0009 28.7297 11.1535 28.9806C12.9602 31.9559 15.1526 34.3852 17.6692 36.2014C20.4641 38.2191 23.6118 39.4244 26.7725 39.6876C29.1098 39.8806 31.5581 39.3649 33.7182 38.9082C34.7002 38.7008 35.6279 38.5052 36.429 38.4026C39.6972 37.9878 42.3298 38.4185 44.477 39.7254C44.5953 39.7972 44.7256 39.8317 44.8542 39.8317C45.1014 39.8317 45.3428 39.7052 45.4799 39.4766C45.6886 39.1294 45.5779 38.6774 45.233 38.4674C45.1252 38.402 45.0114 38.349 44.9017 38.2873L45.9789 19.6484C46.243 19.6633 46.5064 19.5417 46.6498 19.2966C46.8548 18.9467 46.7396 18.4959 46.392 18.2896Z",
2316
+ fill: "url(#paint0_linear_75_3006)"
2317
+ }), /*#__PURE__*/React__default.createElement("path", {
2318
+ d: "M119.358 40.3557C114.589 36.8157 108.392 34.5213 101.436 33.72C95.1369 32.997 88.4817 33.4832 82.1856 35.1325C75.6481 36.8443 70.4222 40.4219 67.4702 45.2054C64.8693 49.42 63.13 54.1534 62.5411 59.4652C61.8653 65.5621 63.0424 71.121 65.7866 76.2583C68.3543 81.0657 72.0651 84.6392 75.9354 86.5809C80.5758 88.9087 86.0513 89.8413 91.0542 90.1876C93.3886 90.3493 95.6444 90.388 97.7353 90.3537C98.5842 92.3726 99.5479 94.3706 100.875 96.1672C102.985 99.0259 105.721 100.846 108.579 101.294C108.817 101.331 109.054 101.357 109.292 101.374C112.505 101.596 115.592 99.9401 116.811 97.2584C117.995 94.6562 117.871 89.1525 117.683 86.0222C118.169 85.7251 118.64 85.4125 119.094 85.0839C124.617 81.0951 127.426 75.1175 128.809 70.8058C132.441 59.485 128.643 47.2482 119.358 40.3557Z",
2319
+ fill: "url(#paint1_linear_75_3006)"
2320
+ }), /*#__PURE__*/React__default.createElement("path", {
2321
+ d: "M95.8588 89.9995C94.9999 104.911 94.7986 119.861 95.2554 134.791",
2322
+ stroke: "#004799",
2323
+ strokeWidth: "1.90345",
2324
+ strokeLinecap: "round",
2325
+ strokeLinejoin: "round"
2326
+ }), /*#__PURE__*/React__default.createElement("path", {
2327
+ d: "M80.0133 87.6401C79.5086 100.981 79.3226 117.12 80.8743 130.378C80.8743 130.378 78.8854 133.932 77.4046 134.869",
2328
+ stroke: "#004799",
2329
+ strokeWidth: "1.90345",
2330
+ strokeLinecap: "round",
2331
+ strokeLinejoin: "round"
2332
+ }), /*#__PURE__*/React__default.createElement("path", {
2333
+ d: "M63.0904 68.7797C63.0904 68.7797 55.7518 66.9874 49.4879 65.7272C48.0529 65.4385 46.5673 65.2448 45.1464 65.5969C43.5382 65.9954 42.199 67.3403 41.7994 68.9578C41.5399 70.0083 41.7713 71.3168 42.7232 71.8207C43.4431 72.2018 44.3592 71.9899 45.0189 71.5109C45.6786 71.0319 46.1369 70.3291 46.58 69.6426",
2334
+ stroke: "#004799",
2335
+ strokeWidth: "1.90345",
2336
+ strokeLinecap: "round",
2337
+ strokeLinejoin: "round"
2338
+ }), /*#__PURE__*/React__default.createElement("path", {
2339
+ d: "M43.5378 66.3755C43.5378 66.3755 42.1308 65.8593 41.1062 65.9861C40.0815 66.113 39.0504 66.5843 38.4834 67.4527C37.9775 68.2275 37.9017 69.203 37.8991 70.1301C37.8947 71.7346 38.0643 73.3396 38.404 74.9073C38.5989 75.8069 38.8754 76.7394 39.532 77.3806C40.6873 78.5088 42.5351 78.3421 44.1267 78.099C44.9602 77.9717 45.8589 77.8114 46.4386 77.1954C47.1517 76.4375 47.137 75.2445 46.8928 74.2301C46.6485 73.2156 45.7299 70.8441 45.7299 70.8441",
2340
+ stroke: "#004799",
2341
+ strokeWidth: "1.90345",
2342
+ strokeLinecap: "round",
2343
+ strokeLinejoin: "round"
2344
+ }), /*#__PURE__*/React__default.createElement("path", {
2345
+ d: "M38.6552 74.6674C41.4316 74.7228 44.1383 74.5842 46.8929 74.2305",
2346
+ stroke: "#004799",
2347
+ strokeWidth: "1.90345",
2348
+ strokeLinecap: "round",
2349
+ strokeLinejoin: "round"
2350
+ }), /*#__PURE__*/React__default.createElement("path", {
2351
+ d: "M38.1974 70.6216C39.7519 70.5709 41.7295 70.5044 41.7295 70.5044",
2352
+ stroke: "#004799",
2353
+ strokeWidth: "1.90345",
2354
+ strokeLinecap: "round",
2355
+ strokeLinejoin: "round"
2356
+ }), /*#__PURE__*/React__default.createElement("path", {
2357
+ d: "M46.8915 77.543C55.6748 80.3199 63.0679 82.3511 72.1893 83.6078",
2358
+ stroke: "#004799",
2359
+ strokeWidth: "1.90345",
2360
+ strokeLinecap: "round",
2361
+ strokeLinejoin: "round"
2362
+ }), /*#__PURE__*/React__default.createElement("path", {
2363
+ d: "M33.5499 134.036C34.5945 133.833 35.4629 132.84 36.2379 131.839C37.0129 130.838 37.7944 129.757 38.7975 129.301C39.8006 128.846 41.1004 129.265 41.5245 130.616C42.6493 127.018 46.5864 126.011 48.5482 128.818C49.1264 127.723 50.4244 128.026 51.1186 128.98C51.8128 129.935 52.1171 131.296 52.5816 132.492C53.0461 133.689 53.8369 134.849 54.8092 134.788",
2364
+ stroke: "#004799",
2365
+ strokeWidth: "1.90345",
2366
+ strokeLinecap: "round",
2367
+ strokeLinejoin: "round"
2368
+ }), /*#__PURE__*/React__default.createElement("path", {
2369
+ d: "M43.7073 65.8586C44.2808 48.969 45.1 32.7417 46.1315 17.2991",
2370
+ stroke: "#004799",
2371
+ strokeWidth: "1.90345",
2372
+ strokeLinecap: "round",
2373
+ strokeLinejoin: "round"
2374
+ }), /*#__PURE__*/React__default.createElement("path", {
2375
+ d: "M42.7698 127.958C42.6745 112.395 42.8772 95.3846 43.3426 78.2036",
2376
+ stroke: "#004799",
2377
+ strokeWidth: "1.90345",
2378
+ strokeLinecap: "round",
2379
+ strokeLinejoin: "round"
2380
+ }), /*#__PURE__*/React__default.createElement("path", {
2381
+ d: "M46.1256 16.8432C46.8178 16.8432 47.3789 16.2784 47.3789 15.5817C47.3789 14.8851 46.8178 14.3203 46.1256 14.3203C45.4334 14.3203 44.8723 14.8851 44.8723 15.5817C44.8723 16.2784 45.4334 16.8432 46.1256 16.8432Z",
2382
+ fill: "#004799",
2383
+ stroke: "#004799",
2384
+ strokeWidth: "1.90345",
2385
+ strokeLinecap: "round",
2386
+ strokeLinejoin: "round"
2387
+ }), /*#__PURE__*/React__default.createElement("path", {
2388
+ d: "M54.809 134.79H138.223",
2389
+ stroke: "#004799",
2390
+ strokeWidth: "1.90345",
2391
+ strokeLinecap: "round",
2392
+ strokeLinejoin: "round"
2393
+ }), /*#__PURE__*/React__default.createElement("path", {
2394
+ d: "M86.6556 50.4662C87.9913 50.1813 89.37 50.2239 90.6902 50.5907",
2395
+ stroke: "#004799",
2396
+ strokeWidth: "1.90345",
2397
+ strokeLinecap: "round",
2398
+ strokeLinejoin: "round"
2399
+ }), /*#__PURE__*/React__default.createElement("path", {
2400
+ d: "M96.1672 48.754L96.1847 47.8782",
2401
+ stroke: "#004799",
2402
+ strokeWidth: "1.90345",
2403
+ strokeLinecap: "round",
2404
+ strokeLinejoin: "round"
2405
+ }), /*#__PURE__*/React__default.createElement("path", {
2406
+ d: "M77.3688 48.9323L77.3863 48.0564",
2407
+ stroke: "#004799",
2408
+ strokeWidth: "1.90345",
2409
+ strokeLinecap: "round",
2410
+ strokeLinejoin: "round"
2411
+ }), /*#__PURE__*/React__default.createElement("path", {
2412
+ d: "M99.2393 30.7511L99.2393 30.7511C95.0594 30.5462 91.5056 33.7904 91.3016 37.9972L90.637 51.701C90.4329 55.9078 93.656 59.4842 97.8358 59.6891L97.8359 59.6891C102.016 59.894 105.57 56.6498 105.774 52.443L106.438 38.7392C106.642 34.5324 103.419 30.956 99.2393 30.7511Z",
2413
+ stroke: "#004799",
2414
+ strokeWidth: "1.90345",
2415
+ strokeLinecap: "round",
2416
+ strokeLinejoin: "round"
2417
+ }), /*#__PURE__*/React__default.createElement("path", {
2418
+ d: "M80.0036 30.7511L80.0035 30.7511C75.8237 30.5462 72.2699 33.7904 72.0658 37.9972L71.4012 51.701C71.1972 55.9078 74.4203 59.4842 78.6001 59.6891L78.6001 59.6891C82.78 59.894 86.3338 56.6498 86.5378 52.443L87.2024 38.7392C87.4065 34.5324 84.1834 30.956 80.0036 30.7511Z",
2419
+ stroke: "#004799",
2420
+ strokeWidth: "1.90345",
2421
+ strokeLinecap: "round",
2422
+ strokeLinejoin: "round"
2423
+ }), /*#__PURE__*/React__default.createElement("path", {
2424
+ d: "M91.5803 59.4547C91.8183 59.6834 91.7912 60.0645 91.7534 60.3912C91.6993 60.8213 91.6506 61.2514 91.5694 61.6761L91.4721 61.6597C89.5679 60.6743 86.993 61.2786 85.7217 63.0154L85.5324 63.0971C85.1321 62.1388 85.0997 60.9901 85.3809 59.6889C87.1769 59.4493 88.9837 59.3077 90.7905 59.2587C91.0664 59.2533 91.3801 59.2587 91.5803 59.4547Z",
2425
+ fill: "#004799"
2426
+ }), /*#__PURE__*/React__default.createElement("path", {
2427
+ d: "M85.5324 63.0971C85.1321 62.1388 85.0997 60.9901 85.3809 59.6889C87.1769 59.4493 88.9837 59.3077 90.7905 59.2587C91.0664 59.2533 91.3801 59.2587 91.5803 59.4547C91.8183 59.6834 91.7912 60.0645 91.7534 60.3912C91.6993 60.8213 91.6506 61.2514 91.5694 61.6761C91.4829 62.177 91.3585 62.667 91.1583 63.1352C90.7905 64.0008 90.1359 64.7848 89.2488 65.0788C88.0262 65.4872 86.6197 64.8338 85.8894 63.7667C85.7488 63.5544 85.6298 63.3312 85.5324 63.0971Z",
2428
+ stroke: "#004799",
2429
+ strokeWidth: "1.90345",
2430
+ strokeLinecap: "round",
2431
+ strokeLinejoin: "round"
2432
+ }), /*#__PURE__*/React__default.createElement("path", {
2433
+ d: "M91.4699 61.6595C89.5658 60.6741 86.9908 61.2784 85.7196 63.0152",
2434
+ stroke: "#004799",
2435
+ strokeWidth: "1.90345",
2436
+ strokeLinecap: "round",
2437
+ strokeLinejoin: "round"
2438
+ }), /*#__PURE__*/React__default.createElement("path", {
2439
+ d: "M100.593 94.8499C103.494 108.163 106.395 121.477 109.296 134.79",
2440
+ stroke: "#004799",
2441
+ strokeWidth: "1.90345",
2442
+ strokeLinecap: "round",
2443
+ strokeLinejoin: "round"
2444
+ }), /*#__PURE__*/React__default.createElement("path", {
2445
+ d: "M115.807 134.79C119.757 133.096 122.891 131.296 126.099 128.423L122.539 125.947C119.993 116.199 117.842 107.032 116.094 97.3904",
2446
+ stroke: "#004799",
2447
+ strokeWidth: "1.90345",
2448
+ strokeLinecap: "round",
2449
+ strokeLinejoin: "round"
2450
+ }), /*#__PURE__*/React__default.createElement("path", {
2451
+ d: "M126.914 71.1349C131.331 70.8846 135.747 70.6344 140.164 70.3842C141.123 70.3299 142.158 70.2459 142.885 69.6143C143.831 68.7926 144.203 67.1187 145.449 67.0313C146.333 66.9694 147.035 67.8915 147.079 68.7814C147.123 69.6713 146.703 70.5101 146.543 71.2539C148.176 71.4374 149.808 71.6208 151.441 71.8043C151.985 71.8655 152.59 71.9595 152.926 72.3952C153.359 72.9571 153.085 73.8357 152.527 74.272C151.969 74.7084 151.228 74.8107 150.524 74.8657C149.82 74.9206 149.087 74.9502 148.461 75.2786C149.951 75.2391 151.449 75.5769 152.78 76.2523C153.215 76.4733 153.685 76.8178 153.685 77.3084C153.685 77.9604 152.898 78.2716 152.259 78.3797C150.71 78.6417 149.134 78.7399 147.565 78.6723C148.135 79.1201 148.882 79.2491 149.59 79.3963C150.299 79.5435 151.045 79.749 151.527 80.2923C152.008 80.8355 152.056 81.8204 151.444 82.2087C151.203 82.3621 150.908 82.3978 150.624 82.4294C140.298 83.577 129.918 84.2354 119.53 84.4015",
2452
+ stroke: "#004799",
2453
+ strokeWidth: "1.90345",
2454
+ strokeLinecap: "round",
2455
+ strokeLinejoin: "round"
2456
+ }), /*#__PURE__*/React__default.createElement("path", {
2457
+ d: "M148.443 73.5151C148.053 75.7374 147.662 77.9596 147.272 80.1818",
2458
+ stroke: "#004799",
2459
+ strokeWidth: "1.90345",
2460
+ strokeLinecap: "round",
2461
+ strokeLinejoin: "round"
2462
+ }), /*#__PURE__*/React__default.createElement("path", {
2463
+ d: "M33.0059 31.219L33.3935 31.3072L34.3755 31.532C34.4192 31.5451 34.4561 31.5748 34.4786 31.6148C34.5 31.6626 34.4999 31.7016 34.4349 31.7881C34.3699 31.8747 33.6149 33.2905 31.4124 33.2825C30.2393 33.346 29.1162 32.7978 28.4392 31.8315C28.3404 31.7227 28.3106 31.6402 28.3538 31.5926C28.4098 31.5313 28.4872 31.4942 28.5697 31.4893L29.1176 31.3654L29.7388 31.2202C29.7795 31.2074 29.8231 31.2075 29.8638 31.2207C29.9198 31.2209 29.9539 31.3164 30.1087 31.4341C30.4676 31.7412 30.9298 31.8982 31.4002 31.8726C31.9207 31.9014 32.4304 31.7153 32.8115 31.3571C32.885 31.2923 32.9414 31.1928 33.0059 31.219ZM27.3507 22.8478C29.4098 22.8529 31.0749 24.537 31.0699 26.6093C31.0648 28.6817 29.3915 30.3576 27.3324 30.3525C25.2733 30.3475 23.6082 28.6634 23.6132 26.591C23.6132 26.5896 23.6132 26.5881 23.6132 26.5867C23.6183 24.5167 25.2896 22.8427 27.3463 22.8478C27.3478 22.8478 27.3492 22.8478 27.3507 22.8478ZM39.359 21.6419L39.3411 26.6436C39.3335 28.716 37.6582 30.3898 35.5991 30.3822C33.54 30.3746 31.8769 28.6884 31.8845 26.6161C31.8921 24.5437 33.5674 22.8699 35.6265 22.8775C36.3646 22.8802 37.0852 23.1034 37.6971 23.5186L37.6979 23.3017C37.6987 22.3925 38.4255 21.6528 39.3288 21.6418L39.359 21.6419ZM27.3447 24.5136C26.2021 24.5094 25.2725 25.4383 25.2684 26.5883C25.2643 27.7383 26.1872 28.6739 27.3298 28.6781C28.4724 28.6822 29.402 27.7533 29.4061 26.6033C29.4103 25.4533 28.4873 24.5177 27.3447 24.5136ZM35.6203 24.5436C34.4776 24.5394 33.548 25.4683 33.5439 26.6183C33.5398 27.7683 34.4627 28.7039 35.6054 28.708C36.748 28.7122 37.6776 27.7833 37.6817 26.6333C37.6858 25.4833 36.7629 24.5477 35.6203 24.5436Z",
2464
+ fill: "#004799"
2465
+ }), /*#__PURE__*/React__default.createElement("path", {
2466
+ d: "M56.2927 14.715L57.9599 13.9263",
2467
+ stroke: "#004799",
2468
+ strokeWidth: "1.90345",
2469
+ strokeLinecap: "round",
2470
+ strokeLinejoin: "round"
2471
+ }), /*#__PURE__*/React__default.createElement("path", {
2472
+ d: "M57.9482 28.7428L59.7668 28.6724",
2473
+ stroke: "#004799",
2474
+ strokeWidth: "1.90345",
2475
+ strokeLinecap: "round",
2476
+ strokeLinejoin: "round"
2477
+ }), /*#__PURE__*/React__default.createElement("path", {
2478
+ d: "M14.1017 10.2L15.1106 11.3601",
2479
+ stroke: "#004799",
2480
+ strokeWidth: "1.90345",
2481
+ strokeLinecap: "round",
2482
+ strokeLinejoin: "round"
2483
+ }), /*#__PURE__*/React__default.createElement("path", {
2484
+ d: "M14.6575 47.0986L15.5553 46.2292",
2485
+ stroke: "#004799",
2486
+ strokeWidth: "1.90345",
2487
+ strokeLinecap: "round",
2488
+ strokeLinejoin: "round"
2489
+ }), /*#__PURE__*/React__default.createElement("path", {
2490
+ d: "M31.3509 8.97424L31.5057 7.43628",
2491
+ stroke: "#004799",
2492
+ strokeWidth: "1.90345",
2493
+ strokeLinecap: "round",
2494
+ strokeLinejoin: "round"
2495
+ }), /*#__PURE__*/React__default.createElement("defs", null, /*#__PURE__*/React__default.createElement("linearGradient", {
2496
+ id: "paint0_linear_75_3006",
2497
+ x1: "13.0584",
2498
+ y1: "23.1383",
2499
+ x2: "45.0148",
2500
+ y2: "30.6268",
2501
+ gradientUnits: "userSpaceOnUse"
2502
+ }, /*#__PURE__*/React__default.createElement("stop", {
2503
+ "stop-color": "#8AEB8A"
2504
+ }), /*#__PURE__*/React__default.createElement("stop", {
2505
+ offset: "1",
2506
+ "stop-color": "#33A7FF"
2507
+ })), /*#__PURE__*/React__default.createElement("linearGradient", {
2508
+ id: "paint1_linear_75_3006",
2509
+ x1: "83.1893",
2510
+ y1: "40.8497",
2511
+ x2: "111.852",
2512
+ y2: "87.8075",
2513
+ gradientUnits: "userSpaceOnUse"
2514
+ }, /*#__PURE__*/React__default.createElement("stop", {
2515
+ stopColor: "#FFDB29"
2516
+ }), /*#__PURE__*/React__default.createElement("stop", {
2517
+ offset: "1",
2518
+ "stop-color": "#8AEB8A"
2519
+ })))));
2520
+ }
2521
+
2185
2522
  function MetaAnalyse({
2186
2523
  ...rest
2187
2524
  }) {
@@ -4462,7 +4799,8 @@ function PlayIcon({
4462
4799
  }, /*#__PURE__*/React__default.createElement("path", {
4463
4800
  d: "M2.338 3.255V20.745C2.33797 21.0043 2.40519 21.2593 2.53308 21.4849C2.66098 21.7105 2.84518 21.8991 3.06771 22.0322C3.29024 22.1654 3.5435 22.2386 3.80277 22.2447C4.06204 22.2508 4.31846 22.1896 4.547 22.067L20.87 13.322C21.1091 13.1938 21.309 13.0032 21.4483 12.7704C21.5877 12.5375 21.6613 12.2713 21.6613 12C21.6613 11.7287 21.5877 11.4624 21.4483 11.2296C21.309 10.9968 21.1091 10.8062 20.87 10.678L4.547 1.933C4.31846 1.81042 4.06204 1.74918 3.80277 1.75527C3.5435 1.76136 3.29024 1.83457 3.06771 1.96775C2.84518 2.10092 2.66098 2.28952 2.53308 2.51513C2.40519 2.74074 2.33797 2.99566 2.338 3.255Z",
4464
4801
  strokeLinecap: "round",
4465
- strokeLinejoin: "round"
4802
+ strokeLinejoin: "round",
4803
+ fill: fill
4466
4804
  })));
4467
4805
  }
4468
4806
 
@@ -6349,14 +6687,15 @@ function TestIcon({
6349
6687
  height: "16",
6350
6688
  viewBox: "0 0 16 16"
6351
6689
  }, /*#__PURE__*/React__default.createElement("g", {
6352
- fill: "none",
6690
+ fill: fill,
6353
6691
  fillRule: "evenodd"
6354
6692
  }, /*#__PURE__*/React__default.createElement("g", {
6355
6693
  fill: fill,
6356
6694
  fillRule: "nonzero"
6357
6695
  }, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("g", null, /*#__PURE__*/React__default.createElement("path", {
6358
6696
  d: "M12 6c.552 0 1 .448 1 1v2.857l1.132 1.883.008.013 1.664 2.768c.169.31.162.686-.019.99-.18.303-.507.49-.86.489H7.926c-.353 0-.68-.186-.86-.49-.181-.303-.188-.68-.002-1.017L10 9.858V7c0-.552.448-1 1-1zm1.422 6.5H9.509L7.925 15h7l-1.503-2.5zM12 7h-1v2.859c0 .185-.052.366-.152.53l-.706 1.111h2.679l-.672-1.117c-.058-.095-.1-.198-.124-.305l-.019-.11-.006-.11V7zm.245-7c.655-.002 1.195.501 1.25 1.147l.005.098V3c0 .05-.007.097-.02.141-.012.04-.029.08-.05.115l-.002.003-.046.063c0 .002-.002.003-.003.004l-.018.02c-.034.035-.073.066-.115.09l-.045.022c-.01.004-.02.009-.031.012-.019.007-.039.013-.059.018l-.029.005-.014.002L13 3.5H1v6.75c.001.121.088.222.203.245l.051.005H7.5c.276 0 .5.224.5.5 0 .253-.188.462-.432.495L7.5 11.5H1.255c-.656.001-1.195-.502-1.25-1.148L0 10.254V1.237C.005.583.513.051 1.153.003L1.25 0h10.995zM7.5 4.5c.253 0 .462.188.495.432L8 5v.5h.5c.276 0 .5.224.5.5 0 .253-.188.462-.432.495L8.5 6.5H8V7c0 .276-.224.5-.5.5-.253 0-.462-.188-.495-.432L7 7v-.5h-.5c-.276 0-.5-.224-.5-.5 0-.253.188-.462.432-.495L6.5 5.5H7V5c0-.276.224-.5.5-.5zm7-1c.253 0 .462.188.495.432L15 4v.5h.5c.276 0 .5.224.5.5 0 .253-.188.462-.432.495L15.5 5.5H15V6c0 .276-.224.5-.5.5-.253 0-.462-.188-.495-.432L14 6v-.5h-.5c-.276 0-.5-.224-.5-.5 0-.253.188-.462.432-.495L13.5 4.5h.5V4c0-.276.224-.5.5-.5zM12.246 1H1.248c-.119 0-.219.083-.243.193L1 1.241V2.5h11.5V1.25c-.001-.121-.088-.222-.203-.245L12.246 1z",
6359
- transform: "translate(-344 -440) translate(312 56) translate(16 160) translate(16 224)"
6697
+ transform: "translate(-344 -440) translate(312 56) translate(16 160) translate(16 224)",
6698
+ fill: fill
6360
6699
  }))))))));
6361
6700
  }
6362
6701
 
@@ -9983,6 +10322,7 @@ exports.FolderIcon = FolderIcon;
9983
10322
  exports.GoBack = GoBack;
9984
10323
  exports.GoogleIcon = GoogleIcon;
9985
10324
  exports.HangUpIcon = HangUpIcon;
10325
+ exports.HappyMen = HappyMen;
9986
10326
  exports.HardDriveIcon = HardDriveIcon;
9987
10327
  exports.HelpIcon = HelpIcon;
9988
10328
  exports.IconButton = IconButton;
@@ -10003,6 +10343,7 @@ exports.LogoSquare = LogoSquare;
10003
10343
  exports.LogoText = LogoText;
10004
10344
  exports.LogoutIcon = LogoutIcon;
10005
10345
  exports.MeetingIcon = MeetingIcon;
10346
+ exports.MenShowingSomething = MenShowingSomething;
10006
10347
  exports.MenuHorizontalIcon = MenuHorizontalIcon;
10007
10348
  exports.MenuVerticalIcon = MenuVerticalIcon;
10008
10349
  exports.MessagesBubbleSquareQuestionIcon = MessagesBubbleSquareQuestionIcon;