All files / packages/design-system/ui/components/illustration/custom index.jsx

0% Statements 0/10
100% Branches 0/0
0% Functions 0/5
0% Lines 0/10

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
import React from 'react';
 
export const LakeMountain = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 505 319"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-48.000000, -60.000000)">
        <g>
          <g
            transform="translate(374.000000, 116.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <path
              vectorEffect="non-scaling-stroke"
              d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M18,27.5 L83.0004985,27.5"
            />
            <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
          </g>
          <g transform="translate(110.000000, 62.000000)">
            <g transform="translate(223.000000, 36.000000)" fill="#FFFFFF">
              <polyline
                vectorEffect="non-scaling-stroke"
                points="0 30 30.5 0 132 102"
              />
            </g>
            <g>
              <polyline
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="19 137 155.5 0 253.5 97"
              />
              <polyline
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="155.5 1 155.5 108 126.5 78 67 137"
              />
              <polyline
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="223 66 253.5 36 355 138"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M66.9662349,126.623381 L70,138 L62,138 L65.0337651,126.623381 C65.1760682,126.089744 65.7240258,125.772506 66.2576627,125.914809 C66.6036917,126.007083 66.8739605,126.277352 66.9662349,126.623381 Z"
                className="slds-illustration__fill-secondary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M7.98704354,117.243143 L14,137 L8.43164063,137 L0.351444231,137.273826 L6.06883361,117.259626 C6.22053451,116.728584 6.77400674,116.421068 7.30504843,116.572769 C7.6314191,116.666002 7.88821562,116.918423 7.98704354,117.243143 Z"
                className="slds-illustration__fill-secondary"
                transform="translate(7.175722, 126.903937) scale(-1, 1) translate(-7.175722, -126.903937) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M212.924392,42.0372884 L219,62 L214.366211,59.0361328 L207.351444,53.2738261 L211.016872,42.0187879 C211.187893,41.4936498 211.752242,41.2065817 212.27738,41.3776034 C212.587805,41.4786994 212.829336,41.7249613 212.924392,42.0372884 Z"
                className="slds-illustration__fill-secondary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M351.956674,117.143357 L358,137 L352.431641,137 L346.351444,129.273826 L350.043326,117.143357 C350.20413,116.615001 350.762805,116.317041 351.291162,116.477845 C351.610053,116.574899 351.85962,116.824466 351.956674,117.143357 Z"
                className="slds-illustration__fill-secondary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M16.9662349,126.623381 L20,138 L12,138 L15.0337651,126.623381 C15.1760682,126.089744 15.7240258,125.772506 16.2576627,125.914809 C16.6036917,126.007083 16.8739605,126.277352 16.9662349,126.623381 Z"
                className="slds-illustration__fill-secondary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M359.966235,126.623381 L363,138 L355,138 L358.033765,126.623381 C358.176068,126.089744 358.724026,125.772506 359.257663,125.914809 C359.603692,126.007083 359.873961,126.277352 359.966235,126.623381 Z"
                className="slds-illustration__fill-secondary"
              />
            </g>
          </g>
          <g
            transform="translate(50.000000, 199.000000)"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <g
              transform="translate(31.000000, 17.000000)"
              className="slds-illustration__stroke-secondary"
              strokeLinejoin="round"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M160.859434,21.9317322 C153.615902,23.4382712 149.119418,16.2091973 149.119418,16.2091973 L149.110743,16.2091973 C149.110743,16.2091973 145.68127,22.1543876 138.637261,22.1543876 C131.888197,22.1543876 128.18402,16.2091973 128.18402,16.2091973 L128.172453,16.2091973 C128.172453,16.2091973 124.748764,22.1543876 117.704754,22.1543876 C110.952799,22.1543876 107.251514,16.2091973 107.251514,16.2091973 L107.239947,16.2091973 C107.239947,16.2091973 101.445121,23.556828 94.3577375,22.050289"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M66.8594335,6.36153137 C59.6159016,7.86807036 55.1194176,0.638996521 55.1194176,0.638996521 L55.1107427,0.638996521 C55.1107427,0.638996521 51.6812701,6.58418685 44.6372606,6.58418685 C37.8881972,6.58418685 34.1840198,0.638996521 34.1840198,0.638996521 L34.1724533,0.638996521 C34.1724533,0.638996521 30.7487639,6.58418685 23.7047543,6.58418685 C16.9527994,6.58418685 13.2515136,0.638996521 13.2515136,0.638996521 L13.239947,0.638996521 C13.239947,0.638996521 7.44512146,7.98662717 0.357737464,6.48008818"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M129.894531,6.36153137 C122.650999,7.86807036 118.154515,0.638996521 118.154515,0.638996521 L118.14584,0.638996521 C118.14584,0.638996521 114.716368,6.58418685 107.672358,6.58418685 C100.923295,6.58418685 97.2191175,0.638996521 97.2191175,0.638996521 L97.207551,0.638996521 C97.207551,0.638996521 93.7838616,6.58418685 86.739852,6.58418685 C79.9878971,6.58418685 76.2866113,0.638996521 76.2866113,0.638996521 L76.2750448,0.638996521 C76.2750448,0.638996521 70.4802192,7.98662717 63.3928352,6.48008818"
              />
            </g>
            <g className="slds-illustration__stroke-primary">
              <path
                vectorEffect="non-scaling-stroke"
                d="M12,1.5 L241,1.5 C221.757517,5.48210094 211.757517,15.3154343 211,31 C211,53.685446 233.935059,61.5 241,61.5 L335,61.5 C344.415527,61.5 354,65.6098885 354,76 C354,86.3901115 345.468506,91.5 337,91.5 L309,91.5 C304.502197,91.5 298,94.7274061 298,102 C298,109.272594 304.481445,112.5 308,112.5 L409.819301,112.5"
                strokeLinejoin="round"
              />
              <path vectorEffect="non-scaling-stroke" d="M0,1.5 L6,1.5" />
              <path vectorEffect="non-scaling-stroke" d="M337,1.5 L477,1.5" />
              <path vectorEffect="non-scaling-stroke" d="M483,1.5 L501,1.5" />
            </g>
          </g>
          <g transform="translate(344.000000, 177.000000)">
            <g
              transform="translate(0.000000, 1.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M18.9136025,2.35240645 L33.2155648,49.4185143 C33.5367105,50.4753677 32.9403015,51.5924567 31.8834481,51.9136025 C31.6949332,51.9708864 31.4989885,52 31.3019623,52 L2.69803765,52 C1.59346815,52 0.698037653,51.1045695 0.698037653,50 C0.698037653,49.8029739 0.727151263,49.6070291 0.784435201,49.4185143 L15.0863975,2.35240645 C15.4075433,1.295553 16.5246323,0.699144029 17.5814857,1.02028973 C18.2199465,1.2142986 18.7195936,1.71394567 18.9136025,2.35240645 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                points="17.5 0.5 34 53.5 -1.82076576e-12 53.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17.5,5.32394366 C17.5,42.4711356 17.5,61.4711356 17.5,62.3239437 C17.5,61.4711356 17.5,42.4711356 17.5,5.32394366 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M18,28.3239437 C23.3333333,34.7851611 26,38.1184944 26,38.3239437 C26,38.1184944 23.3333333,34.7851611 18,28.3239437 Z"
                transform="translate(22.000000, 33.323944) scale(-1, 1) translate(-22.000000, -33.323944) "
              />
            </g>
          </g>
          <g transform="translate(302.000000, 152.000000)">
            <g
              transform="translate(1.000000, 3.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M25.6478873,0 L50.7274574,72.3449136 C51.0892516,73.3885508 50.5365086,74.5278782 49.4928714,74.8896724 C49.2821865,74.9627098 49.0607706,75 48.837785,75 L2.45798968,75 C1.35342018,75 0.457989684,74.1045695 0.457989684,73 C0.457989684,72.7770143 0.495279843,72.5555985 0.568317287,72.3449136 L25.6478873,0 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                points="26.5 0 52.6478873 78.5 0.647887324 78.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M26.5,5 C26.5,58.1639615 26.5,85.4972948 26.5,87 C26.5,85.4972948 26.5,58.1639615 26.5,5 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M15.6478873,33 C22.9812207,40.078692 26.6478873,43.7453587 26.6478873,44 C26.6478873,43.7453587 22.9812207,40.078692 15.6478873,33 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M27.6478873,62 C36.9812207,51.078692 41.6478873,45.7453587 41.6478873,46 C41.6478873,45.7453587 36.9812207,51.078692 27.6478873,62 Z"
              />
            </g>
          </g>
          <g transform="translate(115.000000, 84.000000)">
            <g transform="translate(79.000000, 21.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="20.9057617 0.729980469 24.6303711 2.34033203 27.0927734 9.15527344 13.0463867 19.8769531 0.130859375 19.8769531"
              />
            </g>
            <g
              className="slds-illustration__stroke-secondary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M18,27.5 L83.0004985,27.5"
              />
              <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
            </g>
          </g>
          <g
            transform="translate(111.000000, 251.000000)"
            className="slds-illustration__stroke-primary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,67.5 L94.9945068,67.5 C100.998169,68.0087318 104,70.6307975 104,75.3661972 C104,80.1015969 100.998169,82.8128645 94.9945068,83.5 L86,83.5 C81.9711914,84.3176839 79.9567871,86.3684957 79.9567871,89.6524354 C79.9567871,92.9363752 81.9711914,94.8855634 86,95.5 L227,95.5"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M234.5,95.5 L239,95.5"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                strokeLinejoin="round"
                points="53.5 0 77 78.5 29 78.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M53.5,0.5 C53.5,57.9126239 53.5,87.2866458 53.5,88.6220657 C53.5,87.2866458 53.5,57.9126239 53.5,0.5 Z"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M38,53.5868545 C48,62.2873586 53,66.7944008 53,67.1079812 C53,66.7944008 48,62.2873586 38,53.5868545 Z"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M54,55.5821596 C62,46.2544947 66,41.7474525 66,42.0610329 C66,41.7474525 62,46.2544947 54,55.5821596 Z"
                strokeLinejoin="round"
              />
            </g>
          </g>
          <g
            transform="translate(249.500000, 311.504695) scale(-1, 1) translate(-249.500000, -311.504695) translate(216.500000, 245.004695)"
            className="slds-illustration__stroke-primary"
            strokeLinecap="round"
            strokeLinejoin="round"
            strokeWidth="3"
          >
            <g>
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                points="33 0 66 114.495305 0 114.495305"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M33,1.49530516 C33,86.5418924 33,130.105273 33,132.185446 C33,130.105273 33,86.5418924 33,1.49530516 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M12,77.6244131 C26,92.3250386 33,99.8367756 33,100.159624 C33,99.8367756 26,92.3250386 12,77.6244131 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M21,44.57277 C29,55.2671356 33,60.7757428 33,61.0985915 C33,60.7757428 29,55.2671356 21,44.57277 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M33,82.1314554 C44,66.7851324 49.5,59.2733954 49.5,59.5962441 C49.5,59.2733954 44,66.7851324 33,82.1314554 Z"
              />
            </g>
          </g>
        </g>
      </g>
    </g>
  </svg>
);
 
export const FishingDeals = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 466 297"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-69.000000, -68.000000)">
        <g>
          <g transform="translate(455.000000, 172.000000) scale(-1, 1) translate(-455.000000, -172.000000) translate(377.000000, 153.000000)">
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="26 36 72.5 0 105.5 27"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="96 17 105.5 9 138 36"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M0,36.5 L156,36.5"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M34.202166,22.8278095 L37.207834,33.1133915 L30.8916038,28.4131636 L32.2719085,22.8668 C32.4052855,22.3308624 32.9478721,22.0045226 33.4838096,22.1378996 C33.8288998,22.223781 34.102419,22.486469 34.202166,22.8278095 Z"
              className="slds-illustration__fill-secondary"
              transform="translate(34.049719, 27.610728) scale(-1, 1) translate(-34.049719, -27.610728) "
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M28.9755366,18.8278095 L34.0379951,36.1518555 L29.5001232,33.2627202 L24.2782891,29.9851658 L27.0452792,18.8668 C27.1786561,18.3308624 27.7212427,18.0045226 28.2571802,18.1378996 C28.6022704,18.223781 28.8757896,18.486469 28.9755366,18.8278095 Z"
              className="slds-illustration__fill-secondary"
              transform="translate(29.158142, 27.129960) scale(-1, 1) translate(-29.158142, -27.129960) "
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M134.935531,21.7547479 L139.204202,37 L130.811328,29.6057303 L133.009603,21.7547479 C133.158515,21.2229175 133.710367,20.9125013 134.242197,21.0614138 C134.57853,21.1555869 134.841358,21.4184152 134.935531,21.7547479 Z"
              className="slds-illustration__fill-secondary"
            />
          </g>
          <g transform="translate(71.000000, 128.000000)">
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M237,61.5 L249,61.5"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,61.5 L230,61.5"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M34.9102011,32.0436939 L38.3925781,48.4296875 L26.453125,58.6445313 L32.9606296,32.0141932 C33.0917307,31.4776944 33.6329274,31.1490548 34.1694262,31.2801559 C34.5424771,31.3713162 34.8303699,31.6680556 34.9102011,32.0436939 Z"
                className="slds-illustration__fill-secondary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M191.962964,27.4391572 L198,49 L186.770218,39.1063642 L190.037036,27.4391572 C190.185948,26.9073269 190.7378,26.5969106 191.26963,26.7458231 C191.605963,26.8399963 191.868791,27.1028246 191.962964,27.4391572 Z"
                className="slds-illustration__fill-secondary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M39.9662349,37.3583594 L42.6016149,47.2410342 L40.7070312,48.7349783 L35,48.7349783 L38.0337651,37.3583594 C38.1760682,36.8247225 38.7240258,36.5074839 39.2576627,36.6497871 C39.6036917,36.7420615 39.8739605,37.0123303 39.9662349,37.3583594 Z"
                className="slds-illustration__fill-secondary"
              />
              <polyline
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="25 61 99.5 0 157.5 45"
              />
              <polyline
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="140 30.9433962 157.5 16 212 60"
              />
            </g>
          </g>
          <g
            transform="translate(145.000000, 69.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M18,27.5 L83.0004985,27.5"
              />
              <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
            </g>
          </g>
          <g
            transform="translate(297.000000, 109.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <path
              vectorEffect="non-scaling-stroke"
              d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M18,27.5 L83.0004985,27.5"
            />
            <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
          </g>
          <g transform="translate(113.000000, 75.000000)">
            <g transform="translate(217.000000, 0.000000)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M20.5,162.789062 L20.5,174.839062"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M20.5,150.789062 L20.5,153.839063"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M20.5,0.772022494 L20.5,111.841169"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                cx="20.5"
                cy="181"
                r="6"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M20.5,188 C20.5,200 20.5,209.666667 20.5,217 C20.5,228 0.5,228 0.5,217 C0.5,209.666667 0.5,205.282924 0.5,203.848771 L7,211"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M20.5,128 C27.127417,128 32.5,125.627417 32.5,123 C32.5,116.372583 27.127417,111 20.5,111 C13.872583,111 8.5,116.372583 8.5,123 C8.5,126.627417 13.872583,128 20.5,128 Z"
                className="slds-illustration__fill-primary"
              />
            </g>
            <g
              transform="translate(0.000000, 134.000000)"
              className="slds-illustration__stroke-secondary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M66.5016961,5.72253485 C59.2581641,7.22907384 54.7616802,0 54.7616802,0 L54.7530053,0 C54.7530053,0 51.3235326,5.94519033 44.2795231,5.94519033 C37.5304598,5.94519033 33.8262823,0 33.8262823,0 L33.8147158,0 C33.8147158,0 30.3910264,5.94519033 23.3470169,5.94519033 C16.5950619,5.94519033 12.8937761,0 12.8937761,0 L12.8822096,0 C12.8822096,0 7.08738399,7.34763065 0,5.84109166"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M129.501696,5.72253485 C122.258164,7.22907384 117.76168,0 117.76168,0 L117.753005,0 C117.753005,0 114.323533,5.94519033 107.279523,5.94519033 C100.53046,5.94519033 96.8262823,0 96.8262823,0 L96.8147158,0 C96.8147158,0 93.3910264,5.94519033 86.3470169,5.94519033 C79.5950619,5.94519033 75.8937761,0 75.8937761,0 L75.8822096,0 C75.8822096,0 70.087384,7.34763065 63,5.84109166"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M192.501696,5.72253485 C185.258164,7.22907384 180.76168,0 180.76168,0 L180.753005,0 C180.753005,0 177.323533,5.94519033 170.279523,5.94519033 C163.53046,5.94519033 159.826282,0 159.826282,0 L159.814716,0 C159.814716,0 156.391026,5.94519033 149.347017,5.94519033 C142.595062,5.94519033 138.893776,0 138.893776,0 L138.88221,0 C138.88221,0 133.087384,7.34763065 126,5.84109166"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M259.501696,5.72253485 C252.258164,7.22907384 247.76168,0 247.76168,0 L247.753005,0 C247.753005,0 244.323533,5.94519033 237.279523,5.94519033 C230.53046,5.94519033 226.826282,0 226.826282,0 L226.814716,0 C226.814716,0 223.391026,5.94519033 216.347017,5.94519033 C209.595062,5.94519033 205.893776,0 205.893776,0 L205.88221,0 C205.88221,0 200.087384,7.34763065 193,5.84109166"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M322.501696,5.72253485 C315.258164,7.22907384 310.76168,0 310.76168,0 L310.753005,0 C310.753005,0 307.323533,5.94519033 300.279523,5.94519033 C293.53046,5.94519033 289.826282,0 289.826282,0 L289.814716,0 C289.814716,0 286.391026,5.94519033 279.347017,5.94519033 C272.595062,5.94519033 268.893776,0 268.893776,0 L268.88221,0 C268.88221,0 263.087384,7.34763065 256,5.84109166"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M209.501696,25.7225349 C202.258164,27.2290738 197.76168,20 197.76168,20 L197.753005,20 C197.753005,20 194.323533,25.9451903 187.279523,25.9451903 C180.53046,25.9451903 176.826282,20 176.826282,20 L176.814716,20 C176.814716,20 173.391026,25.9451903 166.347017,25.9451903 C159.595062,25.9451903 155.893776,20 155.893776,20 L155.88221,20 C155.88221,20 150.087384,27.3476307 143,25.8410917"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M405.501696,5.72253485 C398.258164,7.22907384 393.76168,0 393.76168,0 L393.753005,0 C393.753005,0 390.323533,5.94519033 383.279523,5.94519033 C376.53046,5.94519033 372.826282,0 372.826282,0 L372.814716,0 C372.814716,0 369.391026,5.94519033 362.347017,5.94519033 C355.595062,5.94519033 351.893776,0 351.893776,0 L351.88221,0 C351.88221,0 346.087384,7.34763065 339,5.84109166"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M335.501696,25.7225349 C328.258164,27.2290738 323.76168,20 323.76168,20 L323.753005,20 C323.753005,20 320.323533,25.9451903 313.279523,25.9451903 C306.53046,25.9451903 302.826282,20 302.826282,20 L302.814716,20 C302.814716,20 299.391026,25.9451903 292.347017,25.9451903 C285.595062,25.9451903 281.893776,20 281.893776,20 L281.88221,20 C281.88221,20 276.087384,27.3476307 269,25.8410917"
              />
            </g>
          </g>
          <g transform="translate(373.000000, 263.000000)">
            <g transform="translate(1.000000, 46.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="0.950683594 0.737792969 111.447754 0.737792969 118.248047 5 0.272460938 5 0.272460938 2.88110352"
              />
            </g>
            <g>
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                cx="9"
                cy="28"
                r="5"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                cx="30"
                cy="9"
                r="9"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                points="0.562988281 51 119.302246 51 123.863281 55 126.056641 62.4726562 114.675781 75.40625 22.7675781 75.40625 13.2597656 70.8320312 7.12890625 65.2988281"
              />
            </g>
            <g transform="translate(0.000000, 25.000000)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M3.63585436,21.5 L109.778306,21.5 C114.1037,21.5 118.186223,23.4993351 120.838196,26.9163632 L127.5,35.5 L120.800658,45.365147 C118.194742,49.2025017 113.857343,51.5 109.218799,51.5 L31.3324501,51.5 C22.8638438,50.9724099 16.3582376,48.8029983 11.8156315,44.9917652 C7.80246311,41.6247288 4.13067554,35.1206458 0.800268738,25.479516 L0.800270003,25.4795155 C0.259297765,23.9134656 1.09028748,22.2053865 2.65633747,21.6644143 C2.97143994,21.5555661 3.30248145,21.5 3.63585436,21.5 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M142.258276,22.7729944 C138.748717,19.2634357 134.125785,17.4119596 128.242641,17.2426407 C128.41196,23.1257854 130.263436,27.7487171 133.772994,31.2582757 C137.282553,34.7678344 141.905485,36.6193105 147.788629,36.7886294 C147.619311,30.9054847 145.767834,26.282553 142.258276,22.7729944 Z"
                className="slds-illustration__fill-primary"
                transform="translate(138.015635, 27.015635) scale(-1, 1) translate(-138.015635, -27.015635) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M142.258276,40.7729944 C138.748717,37.2634357 134.125785,35.4119596 128.242641,35.2426407 C128.41196,41.1257854 130.263436,45.7487171 133.772994,49.2582757 C137.282553,52.7678344 141.905485,54.6193105 147.788629,54.7886294 C147.619311,48.9054847 145.767834,44.282553 142.258276,40.7729944 Z"
                className="slds-illustration__fill-primary"
                transform="translate(138.015635, 45.015635) scale(-1, -1) translate(-138.015635, -45.015635) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M81,-0.442349499 L81,21 C81,22.1045695 80.1045695,23 79,23 L61.5679702,23 C60.4634007,23 59.5679702,22.1045695 59.5679702,21 C59.5679702,20.49722 59.7573376,20.0128843 60.0983633,19.6434398 L79.2651966,-1.1206296 C79.6398003,-1.52645034 80.2724594,-1.5517567 80.6782801,-1.17715294 C80.8833623,-0.987846292 81,-0.721447545 81,-0.442349499 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M50,49.3234743 L50,62 C50,63.1045695 49.1045695,64 48,64 L38.0175677,64 C36.9129982,64 36.0175677,63.1045695 36.0175677,62 C36.0175677,61.4777575 36.2218416,60.9762301 36.5867303,60.602608 L48.2845813,48.6247784 C48.6704604,48.2296635 49.3035811,48.2221765 49.698696,48.6080556 C49.8913701,48.796226 50,49.0541578 50,49.3234743 Z"
                className="slds-illustration__fill-primary"
                transform="translate(43.000000, 57.000000) scale(1, -1) translate(-43.000000, -57.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M100,49.3234743 L100,62 C100,63.1045695 99.1045695,64 98,64 L88.0175677,64 C86.9129982,64 86.0175677,63.1045695 86.0175677,62 C86.0175677,61.4777575 86.2218416,60.9762301 86.5867303,60.602608 L98.2845813,48.6247784 C98.6704604,48.2296635 99.3035811,48.2221765 99.698696,48.6080556 C99.8913701,48.796226 100,49.0541578 100,49.3234743 Z"
                className="slds-illustration__fill-primary"
                transform="translate(93.000000, 57.000000) scale(1, -1) translate(-93.000000, -57.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M35,21.1948242 C37.6666667,25.7316081 39,30.6666667 39,36 C39,41.3333333 37.6666667,46.6666667 35,52"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M39,35.5 L126,35.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="20"
                cy="31"
                r="4"
              />
            </g>
          </g>
          <g transform="translate(244.500000, 274.000000) scale(-1, 1) translate(-244.500000, -274.000000) translate(190.000000, 251.000000)">
            <g transform="translate(0.000000, 14.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="91.2460938 8.703125 83.0820312 0.9765625 0.1171875 0.9765625 3.26757813 11.6367188"
              />
            </g>
            <g
              transform="translate(1.000000, 19.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M91.2900009,4 C89.5899629,2.01216046 88.5351253,1.01216046 88.1254883,1 C87.7158512,0.98783954 58.7033187,0.98783954 1.08789063,1 L0.375825695,4 L5.47167969,13.8271484 L20.2802734,18.5742188 C45.4534802,18.6571158 64.3715303,18.8351757 77.0344238,19.1083984 L83.2062537,18.4651753 L88.984375,13.8271484 L91.2900009,4 Z"
              />
            </g>
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M0.0988502724,15.5 L79.1988702,15.5 C83.8798149,15.5 88.2510535,17.8394159 90.8475744,21.7341973 L94.0247762,26.5 L90.8475744,31.2658027 C88.2510535,35.1605841 83.8798149,37.5 79.1988702,37.5 L20.4692206,37.5 C14.9277254,37.0242117 10.6576403,35.3888654 7.65896553,32.5939611 C4.66029072,29.7990569 2.14025231,24.1010698 0.0988502724,15.5 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M104.678431,16.8215691 C102.1744,14.317538 98.8265543,13.0459654 94.527077,13.027077 C94.5459654,17.3265543 95.817538,20.6743997 98.3215691,23.1784309 C100.8256,25.682462 104.173446,26.9540346 108.472923,26.972923 C108.454035,22.6734457 107.182462,19.3256003 104.678431,16.8215691 Z"
                className="slds-illustration__fill-primary"
                transform="translate(101.500000, 20.000000) scale(-1, 1) translate(-101.500000, -20.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M104.678431,29.8215691 C102.1744,27.317538 98.8265543,26.0459654 94.527077,26.027077 C94.5459654,30.3265543 95.817538,33.6743997 98.3215691,36.1784309 C100.8256,38.682462 104.173446,39.9540346 108.472923,39.972923 C108.454035,35.6734457 107.182462,32.3256003 104.678431,29.8215691 Z"
                className="slds-illustration__fill-primary"
                transform="translate(101.500000, 33.000000) scale(-1, -1) translate(-101.500000, -33.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M59,0.234153768 L59,17 L41.0828917,17 L57.2668751,-0.445940303 C57.6424807,-0.850833981 58.2752004,-0.874576673 58.6800941,-0.498971089 C58.8840774,-0.309742913 59,-0.0440844709 59,0.234153768 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M37,35.544829 L37,43.326584 C37,44.4311535 36.1045695,45.326584 35,45.326584 L29.7979244,45.326584 C28.6933549,45.326584 27.7979244,44.4311535 27.7979244,43.326584 C27.7979244,42.8043415 28.0021983,42.3028141 28.367087,41.929192 L35.2845813,34.846133 C35.6704604,34.4510182 36.3035811,34.4435312 36.698696,34.8294103 C36.8913701,35.0175807 37,35.2755125 37,35.544829 Z"
                className="slds-illustration__fill-primary"
                transform="translate(32.398962, 40.663292) scale(1, -1) translate(-32.398962, -40.663292) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M75,35.544829 L75,43.326584 C75,44.4311535 74.1045695,45.326584 73,45.326584 L67.7979244,45.326584 C66.6933549,45.326584 65.7979244,44.4311535 65.7979244,43.326584 C65.7979244,42.8043415 66.0021983,42.3028141 66.367087,41.929192 L73.2845813,34.846133 C73.6704604,34.4510182 74.3035811,34.4435312 74.698696,34.8294103 C74.8913701,35.0175807 75,35.2755125 75,35.544829 Z"
                className="slds-illustration__fill-primary"
                transform="translate(70.398962, 40.663292) scale(1, -1) translate(-70.398962, -40.663292) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M24,15 C26,18.8333333 27,22.6666667 27,26.5 C27,30.3333333 26,34.1666667 24,38"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M29,26.5 L92,26.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="15.5"
                cy="22.5"
                r="2.5"
              />
            </g>
          </g>
          <g transform="translate(174.500000, 341.000000) scale(-1, 1) translate(-174.500000, -341.000000) translate(120.000000, 318.000000)">
            <g transform="translate(0.000000, 14.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="91.2460938 8.703125 83.0820312 0.9765625 0.1171875 0.9765625 3.26757813 11.6367188"
              />
            </g>
            <g
              transform="translate(1.000000, 19.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M91.2900009,4 C89.5899629,2.01216046 88.5351253,1.01216046 88.1254883,1 C87.7158512,0.98783954 58.7033187,0.98783954 1.08789063,1 L0.375825695,4 L5.47167969,13.8271484 L20.2802734,18.5742188 C45.4534802,18.6571158 64.3715303,18.8351757 77.0344238,19.1083984 L83.2062537,18.4651753 L88.984375,13.8271484 L91.2900009,4 Z"
              />
            </g>
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M0.0988502724,15.5 L79.1988702,15.5 C83.8798149,15.5 88.2510535,17.8394159 90.8475744,21.7341973 L94.0247762,26.5 L90.8475744,31.2658027 C88.2510535,35.1605841 83.8798149,37.5 79.1988702,37.5 L20.4692206,37.5 C14.9277254,37.0242117 10.6576403,35.3888654 7.65896553,32.5939611 C4.66029072,29.7990569 2.14025231,24.1010698 0.0988502724,15.5 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M104.678431,16.8215691 C102.1744,14.317538 98.8265543,13.0459654 94.527077,13.027077 C94.5459654,17.3265543 95.817538,20.6743997 98.3215691,23.1784309 C100.8256,25.682462 104.173446,26.9540346 108.472923,26.972923 C108.454035,22.6734457 107.182462,19.3256003 104.678431,16.8215691 Z"
                className="slds-illustration__fill-primary"
                transform="translate(101.500000, 20.000000) scale(-1, 1) translate(-101.500000, -20.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M104.678431,29.8215691 C102.1744,27.317538 98.8265543,26.0459654 94.527077,26.027077 C94.5459654,30.3265543 95.817538,33.6743997 98.3215691,36.1784309 C100.8256,38.682462 104.173446,39.9540346 108.472923,39.972923 C108.454035,35.6734457 107.182462,32.3256003 104.678431,29.8215691 Z"
                className="slds-illustration__fill-primary"
                transform="translate(101.500000, 33.000000) scale(-1, -1) translate(-101.500000, -33.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M59,0.234153768 L59,17 L41.0828917,17 L57.2668751,-0.445940303 C57.6424807,-0.850833981 58.2752004,-0.874576673 58.6800941,-0.498971089 C58.8840774,-0.309742913 59,-0.0440844709 59,0.234153768 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M37,35.544829 L37,43.326584 C37,44.4311535 36.1045695,45.326584 35,45.326584 L29.7979244,45.326584 C28.6933549,45.326584 27.7979244,44.4311535 27.7979244,43.326584 C27.7979244,42.8043415 28.0021983,42.3028141 28.367087,41.929192 L35.2845813,34.846133 C35.6704604,34.4510182 36.3035811,34.4435312 36.698696,34.8294103 C36.8913701,35.0175807 37,35.2755125 37,35.544829 Z"
                className="slds-illustration__fill-primary"
                transform="translate(32.398962, 40.663292) scale(1, -1) translate(-32.398962, -40.663292) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M75,35.544829 L75,43.326584 C75,44.4311535 74.1045695,45.326584 73,45.326584 L67.7979244,45.326584 C66.6933549,45.326584 65.7979244,44.4311535 65.7979244,43.326584 C65.7979244,42.8043415 66.0021983,42.3028141 66.367087,41.929192 L73.2845813,34.846133 C73.6704604,34.4510182 74.3035811,34.4435312 74.698696,34.8294103 C74.8913701,35.0175807 75,35.2755125 75,35.544829 Z"
                className="slds-illustration__fill-primary"
                transform="translate(70.398962, 40.663292) scale(1, -1) translate(-70.398962, -40.663292) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M24,15 C26,18.8333333 27,22.6666667 27,26.5 C27,30.3333333 26,34.1666667 24,38"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M29,26.5 L92,26.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="15.5"
                cy="22.5"
                r="2.5"
              />
            </g>
          </g>
        </g>
      </g>
    </g>
  </svg>
);
 
export const NoEvents = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 396 237"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-102.000000, -79.000000)">
        <g>
          <g
            transform="translate(226.000000, 271.000000)"
            className="slds-illustration__fill-secondary"
          >
            <g transform="translate(0.293436, 0.054545)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M247.428708,41.9454545 L82.0995433,41.9454545 C82.0336615,41.2089487 82,40.4630069 82,39.7090909 C82,26.2132599 92.7866531,15.2727273 106.092664,15.2727273 C109.749202,15.2727273 113.215485,16.0989227 116.31995,17.5772977 C121.571203,7.14424616 132.271428,0 144.617597,0 C158.063626,0 169.557389,8.47383452 174.186248,20.441159 C175.900275,19.5768947 177.832406,19.0909091 179.876448,19.0909091 C182.211783,19.0909091 184.401037,19.7252784 186.285841,20.8333889 C190.997403,14.2263569 198.663488,9.92727273 207.320028,9.92727273 C220.043441,9.92727273 230.627152,19.2146805 232.834755,31.4671412 C233.487388,31.3631046 234.156394,31.3090909 234.837838,31.3090909 C241.117096,31.3090909 246.340238,35.8953699 247.428708,41.9454545 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M130.668705,41.9099036 C127.932299,35.4597639 121.65134,30.9483651 114.340456,30.9483651 C112.326227,30.9483651 110.390176,31.2908087 108.584891,31.9218937 C105.158045,26.6158811 99.2739697,23.115309 92.5903529,23.115309 C86.1978312,23.115309 80.5367222,26.3175969 77.0574148,31.2390213 C75.6655593,30.4136156 74.0488794,29.9410886 72.3243243,29.9410886 C70.814878,29.9410886 69.388074,30.303088 68.1223309,30.9468584 C64.7040965,22.0326767 56.2163941,15.7207144 46.2870194,15.7207144 C37.1698473,15.7207144 29.2681419,21.0422982 25.3902942,28.8136368 C23.0977671,27.7124276 20.5380502,27.0970138 17.8378378,27.0970138 C9.14391415,27.0970138 1.90644813,33.4767543 0.354185118,41.9099036 L130.668705,41.9099036 Z"
              />
            </g>
          </g>
          <g transform="translate(104.000000, 228.000000)">
            <g transform="translate(35.000000, 0.000000)">
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                cx="36"
                cy="77"
                r="7"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                cx="53"
                cy="77"
                r="7"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                cx="70"
                cy="77"
                r="7"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M47.5993204,62 C47.5993204,62 45.3234189,54.9545453 55.0548818,54.9545455 C64.7863447,54.9545456 60.64481,54.9545466 68.525098,54.9545455 C76.4053859,54.9545443 75.8197996,45.1551939 68.7795875,45.0909091 L27.7910035,45.0909091 C27.7910035,45.0909091 10.4867295,45.1551939 6.38851862,45.0909091 C-2.1315161,45.1551939 -2.12749607,32.4090909 6.38851862,32.4090909 L91.0476222,32.4090909 C104.446387,32.4090909 104.102146,16.8434669 91.306569,16.9090909 C78.5109918,16.8434669 49.4432546,16.9090909 36.9059317,16.9090909 C33.2180637,16.9090909 26.6356862,16.5042063 26.6356862,8.45454545 C26.6356862,3.50059894 26.4270933,2.2662402 26.4270933,0"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
                transform="translate(50.500000, 31.000000) scale(-1, 1) translate(-50.500000, -31.000000) "
              />
            </g>
            <g
              transform="translate(0.000000, 70.000000)"
              className="slds-illustration__stroke-primary"
              strokeWidth="3"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M22,16.5 L392,16.5"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,16.5 L12,16.5"
                strokeLinecap="round"
              />
              <circle vectorEffect="non-scaling-stroke" cx="71" cy="7" r="7" />
              <circle vectorEffect="non-scaling-stroke" cx="88" cy="7" r="7" />
              <circle vectorEffect="non-scaling-stroke" cx="105" cy="7" r="7" />
            </g>
          </g>
          <g transform="translate(259.000000, 246.000000)">
            <g
              transform="translate(1.000000, 0.000000)"
              className="slds-illustration__fill-secondary"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                points="35.8310547 0.381835938 101.723633 0.381835938 137.061523 68.3183594 0.555664062 68.3183594"
              />
            </g>
            <g transform="translate(38.000000, 1.000000)" fill="#FFFFFF">
              <rect x="0" y="0" width="66" height="4" />
            </g>
            <g className="slds-illustration__stroke-primary" strokeWidth="3">
              <path
                vectorEffect="non-scaling-stroke"
                d="M36.5,0.5 L102.390018,0.5 C102.764581,0.5 103.107738,0.709319657 103.279154,1.04235657 L137.249742,67.0423566 C137.502492,67.5334127 137.309306,68.1363863 136.81825,68.3891358 C136.676702,68.4619916 136.519804,68.5 136.360607,68.5 L73.2120254,68.5 C72.4670674,68.5 71.7838465,68.0859594 71.4390883,67.4255775 L36.5,0.5 Z"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path vectorEffect="non-scaling-stroke" d="M36.5,3 L36.5,68" />
              <path
                vectorEffect="non-scaling-stroke"
                d="M36.5,0.5 L2.5,68"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M73.5,55 L73.5,67"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M1.5,55 L1.5,67"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
            </g>
          </g>
          <g transform="translate(420.500000, 252.500000)">
            <g className="slds-illustration__fill-secondary">
              <path
                vectorEffect="non-scaling-stroke"
                d="M18.9209988,1.95433401 L33.259296,51.443436 C33.5666778,52.5043744 32.9557995,53.613617 31.8948612,53.9209988 C31.7139843,53.9734036 31.5266126,54 31.3382972,54 L2.6617028,54 C1.5571333,54 0.661702805,53.1045695 0.661702805,52 C0.661702805,51.8116846 0.688299176,51.6243129 0.74070397,51.443436 L15.0790012,1.95433401 C15.386383,0.893395645 16.4956256,0.282517358 17.556564,0.589899164 C18.2152102,0.780726338 18.7301717,1.29568777 18.9209988,1.95433401 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinejoin="round"
                points="17 0.323943662 34 54 -1.81721305e-12 54"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,3.6953125 C17,42.0456294 17,61.6471919 17,62.5 C17,61.6471919 17,42.0456294 17,3.6953125 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,29.3239437 C22.3333333,35.7851611 25,39.1184944 25,39.3239437 C25,39.1184944 22.3333333,35.7851611 17,29.3239437 Z"
                strokeLinejoin="round"
                transform="translate(21.000000, 34.323944) scale(-1, 1) translate(-21.000000, -34.323944) "
              />
            </g>
          </g>
          <g transform="translate(377.000000, 219.500000)">
            <g
              transform="translate(1.000000, 0.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M25.6478873,0 L50.879042,84.4273253 C51.1953215,85.4856452 50.5937789,86.5999782 49.535459,86.9162577 C49.3496374,86.9717906 49.1567264,87 48.9627843,87 L2.33299037,87 C1.22842087,87 0.332990367,86.1045695 0.332990367,85 C0.332990367,84.8060578 0.361199757,84.6131469 0.416732643,84.4273253 L25.6478873,0 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinejoin="round"
                points="26.5 0 52.5 87 0.5 87"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M26.5,2.58642578 C26.5,63.0261034 26.5,93.9972948 26.5,95.5 C26.5,93.9972948 26.5,63.0261034 26.5,2.58642578 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M15.6478873,42 C22.9812207,49.078692 26.6478873,52.7453587 26.6478873,53 C26.6478873,52.7453587 22.9812207,49.078692 15.6478873,42 Z"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M27.6478873,68 C36.9812207,57.078692 41.6478873,51.7453587 41.6478873,52 C41.6478873,51.7453587 36.9812207,57.078692 27.6478873,68 Z"
                strokeLinejoin="round"
              />
            </g>
          </g>
          <g
            transform="translate(167.000000, 81.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <path
              vectorEffect="non-scaling-stroke"
              d="M226.3,102.0625 L224.56612,108.874639"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M184.3,102.0625 L183.259672,106.149783"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M205.3,102.0625 L201.83224,115.686778"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M163.3,102.0625 L159.83224,115.686778"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M180.8,116.125 L177.33224,129.749278"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M174.5,140.734375 L172.072568,150.271369"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M17,88 L15.9596721,92.0872833"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M13.5,102.0625 L10.0322405,115.686778"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M5.8,129.484375 L3.37256834,139.021369"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M199,126.671875 L192.758033,151.195575"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M157,126.671875 L150.758033,151.195575"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M142.3,102.0625 L138.83224,115.686778"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M136,126.671875 L129.758033,151.195575"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M38.7,89.40625 L35.2322405,103.030528"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M32.4,114.015625 L26.1580329,138.539325"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M81.4,90.8125 L77.9322405,104.436778"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M75.1,115.421875 L68.8580329,139.945575"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M101.7,99.953125 L97.5386886,116.302258"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M94,126.671875 L89.8386886,143.021008"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M87,154.796875 L84.0524044,166.377511"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M121.138798,101.359375 L106.054044,160.624983"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M103.43388,170.96875 L101.7,177.780889"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M220.7,125.265625 L217.579016,137.527475"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M60.4,90.109375 L58.6661202,96.9215138"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M54.8,113.3125 L51.6790164,125.57435"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M214.4,148.46875 L209.545137,167.542739"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M204.938291,39.1462149 C204.342287,17.4337165 184.913843,0 161.034014,0 C142.403463,0 126.482381,10.6115523 120.100036,25.5876483 C115.538401,22.1480724 109.723853,20.0869565 103.391156,20.0869565 C90.8143443,20.0869565 80.2812321,28.2165019 77.547482,39.1281323 C75.3538627,37.4973286 72.5685916,36.5217391 69.537415,36.5217391 C65.5969778,36.5217391 62.0721016,38.170408 59.722337,40.7639307 C56.7670463,33.9695432 49.9838717,29.2173913 42.0884354,29.2173913 C32.4122981,29.2173913 24.4067079,36.3548251 23.0702494,45.6416111 C20.8424354,44.4846498 18.2803152,43.826087 15.5544218,43.826087 C6.96395183,43.826087 0,50.3666228 0,58.4347826 C0,66.2144681 6.47486708,73.0551929 14.6394558,73.5 L99.7999878,73.5 C101.975319,80.1067045 107.895618,84.5 121.690476,84.5 C123.298766,84.5 124.822237,84.5740007 126.265306,84.5 L245.210884,84.5 C258.430681,84.055267 269,73.4973746 269,61.173913 C269,48.5674133 257.939606,38.3478261 244.295918,38.3478261 C236.887527,38.3478261 230.24079,41.3609546 225.712845,46.1332433 C222.437463,41.4418761 216.820965,38.3478261 210.442177,38.3478261 C208.524337,38.3478261 206.675405,38.6275152 204.938291,39.1462149 Z"
              fill="#FFFFFF"
              strokeLinejoin="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M99.7311854,73.8280126 C98.0122872,67.5511913 98.667688,62.3733162 101.697388,58.2943874 C102.919856,56.6485604 106.579333,54.0219021 109.897803,54.1131869"
              strokeLinejoin="round"
            />
          </g>
        </g>
      </g>
    </g>
  </svg>
);
export const NoTask = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 454 182"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-73.000000, -110.000000)">
        <g>
          <g transform="translate(75.000000, 240.000000)">
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              transform="translate(375.250000, 18.000000) scale(-1, 1) translate(-375.250000, -18.000000) "
              points="335.5 36 380 0 415 27"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              transform="translate(324.500000, 22.500000) scale(-1, 1) translate(-324.500000, -22.500000) "
              points="303 18 313.5 9 346 36"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M0,36.5 L450,36.5"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M406.04276,9.26543454 L413,32.7461193 L400.495829,23.8448556 L404.113561,9.30802252 C404.246938,8.772085 404.789525,8.44574518 405.325462,8.57912213 C405.669253,8.66468028 405.942114,8.9257539 406.04276,9.26543454 Z"
              className="slds-illustration__fill-secondary"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M311.962964,11.4391572 L318,33 L306.770218,23.1063642 L310.037036,11.4391572 C310.185948,10.9073269 310.7378,10.5969106 311.26963,10.7458231 C311.605963,10.8399963 311.868791,11.1028246 311.962964,11.4391572 Z"
              className="slds-illustration__fill-secondary"
              transform="translate(312.385109, 21.626882) scale(-1, 1) translate(-312.385109, -21.626882) "
            />
          </g>
          <g
            transform="translate(83.000000, 173.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <path
              vectorEffect="non-scaling-stroke"
              d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M18,27.5 L83.0004985,27.5"
            />
            <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
          </g>
          <g
            transform="translate(274.000000, 111.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <path
              vectorEffect="non-scaling-stroke"
              d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M18,27.5 L83.0004985,27.5"
            />
            <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
          </g>
          <g transform="translate(115.000000, 191.000000)">
            <g
              transform="translate(148.000000, 32.000000) scale(-1, 1) translate(-148.000000, -32.000000) translate(116.000000, 0.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M25,53 C25,55.76 22.76125,58 20,58 C17.24,58 15,55.76 15,53 C15,50.24 17.24,48 20,48 C22.76125,48 25,50.24 25,53 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M8,58 C6.34130214,58 5,59.344354 5,61 C5,62.655646 6.34130214,64 8,64 C9.65717192,64 11,62.655646 11,61 C11,59.344354 9.65717192,58 8,58"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M43.2932416,0 C35.2856577,0 28.3128049,4.40586521 24.6382957,10.9184604 C22.0889739,9.11222859 18.9814709,8.03886643 15.6213524,8.03886643 C6.99160591,8.03886643 0,15.0367986 0,23.6690948 C0,32.302472 6.99160591,39.3004042 15.6213524,39.3004042 C15.8077805,39.3004042 15.9920023,39.2777047 16.1806367,39.2712191 C19.0013272,43.3344299 23.6918145,46 29.011083,46 C32.7848734,46 36.2475826,44.6596485 38.9469293,42.4296926 C40.3512074,42.7193815 41.8051261,42.8739543 43.2932416,42.8739543 C55.1275661,42.8739543 64,33.4569038 64,21.6185732 C64,9.77916158 55.1275661,0 43.2932416,0 Z"
              />
            </g>
            <g transform="translate(0.000000, 18.000000)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M90.5057553,53.0538038 C90.5057553,53.0538038 116.215483,58.0701972 145.433002,58.0701972 C174.650521,58.0701972 204.505755,53.0538038 204.505755,53.0538038 C204.505755,53.0538038 192.222862,60.6378663 185.905056,63.0258453 C179.58725,65.4138243 166.637272,67.3671811 166.637272,67.3671811 C166.637272,67.3671811 153.865271,70.7987363 147.505755,70.9374424 C141.14624,71.0761485 132.54218,68.1108222 132.54218,68.1108222 L106.786672,63.0258453 L90.5057553,53.0538038 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M84.8198266,43.3368404 C84.8198266,43.3368404 99.4457512,70.425365 147.915957,70.425365 C196.386164,70.425365 214.819827,43.3368404 214.819827,43.3368404"
                className="slds-illustration__stroke-primary"
                strokeWidth="4"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M73,49.5 L88,49.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M211,49.5 L226,49.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M142.74548,0 L153.650377,2.22044605e-16 C154.478804,8.05656105e-16 155.150377,0.671572875 155.150377,1.5 L155.150377,2.98261094 C155.150377,3.11136765 155.100706,3.2351613 155.01171,3.32820944 L146.234757,12.5047677 L155.209827,12.5047677 C156.038254,12.5047677 156.709827,13.1763405 156.709827,14.0047677 L156.709827,14.4270108 C156.709827,15.2554379 156.038254,15.9270108 155.209827,15.9270108 L141.888626,15.9270108 C141.060199,15.9270108 140.388626,15.2554379 140.388626,14.4270108 L140.388626,12.8248256 C140.388626,12.696109 140.438265,12.5723507 140.527212,12.4793109 L149.20663,3.40051458 L142.74548,3.40051458 C141.917053,3.40051458 141.24548,2.7289417 141.24548,1.90051458 L141.24548,1.5 C141.24548,0.671572875 141.917053,1.52179594e-16 142.74548,0 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M20,81.5 L390,81.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,81.5 L12,81.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
            </g>
          </g>
          <g transform="translate(175.500000, 153.000000)">
            <g
              transform="translate(0.000000, 7.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M19.3444016,2.17529966 L32.8957957,84.445825 C33.0753185,85.5357082 32.3373256,86.5647651 31.2474424,86.7442879 C31.1399954,86.7619863 31.0312825,86.7708798 30.9223876,86.7708798 L2.12566435,86.7708798 C1.02109485,86.7708798 0.125664347,85.8754493 0.125664347,84.7708798 C0.125664347,84.6486417 0.136870913,84.526661 0.159143349,84.4064691 L15.4044726,2.13594377 C15.6057311,1.04986421 16.6493247,0.332574998 17.7354043,0.533833473 C18.5639901,0.687376483 19.2074411,1.34381197 19.3444016,2.17529966 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinejoin="round"
                points="17 0.709590879 34 94.5 -1.82254212e-12 94.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,8.09449405 C17,92.0999502 17,135.036706 17,136.904762 C17,135.036706 17,92.0999502 17,8.09449405 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,64.2334004 C24.3333333,71.7198767 28,75.6881307 28,76.1381623 C28,75.6881307 24.3333333,71.7198767 17,64.2334004 Z"
                strokeLinejoin="round"
                transform="translate(22.500000, 70.185781) scale(-1, 1) translate(-22.500000, -70.185781) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M8,50.2334004 C14,57.05321 17,60.6881307 17,61.1381623 C17,60.6881307 14,57.05321 8,50.2334004 Z"
                strokeLinejoin="round"
              />
            </g>
          </g>
          <g transform="translate(307.500000, 135.000000)">
            <g
              transform="translate(0.000000, 2.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M29.524032,0.669921875 L55.6419593,108.305728 C55.9024257,109.379148 55.2433964,110.460477 54.1699762,110.720943 C54.0155692,110.75841 53.8572476,110.777344 53.69836,110.777344 L2.40272523,110.777344 C1.29815573,110.777344 0.402725233,109.881913 0.402725233,108.777344 C0.402725233,108.601258 0.42597945,108.425943 0.471884777,108.255946 L29.524032,0.669921875 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinejoin="round"
                points="29 0 56.572466 112.5 0 112.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M29,6.09449405 C29,103.433283 29,153.036706 29,154.904762 C29,153.036706 29,103.433283 29,6.09449405 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M29,74.2334004 C41,87.05321 47,93.6881307 47,94.1381623 C47,93.6881307 41,87.05321 29,74.2334004 Z"
                strokeLinejoin="round"
                transform="translate(38.000000, 84.185781) scale(-1, 1) translate(-38.000000, -84.185781) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M14,61.2334004 C24,72.7198767 29,78.6881307 29,79.1381623 C29,78.6881307 24,72.7198767 14,61.2334004 Z"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M29,48.2334004 C36.3333333,57.05321 40,61.6881307 40,62.1381623 C40,61.6881307 36.3333333,57.05321 29,48.2334004 Z"
                strokeLinejoin="round"
                transform="translate(34.500000, 55.185781) scale(-1, 1) translate(-34.500000, -55.185781) "
              />
            </g>
          </g>
          <g transform="translate(347.500000, 166.000000)">
            <g
              transform="translate(0.000000, 4.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M19.3444016,2.17529966 L32.8957957,84.445825 C33.0753185,85.5357082 32.3373256,86.5647651 31.2474424,86.7442879 C31.1399954,86.7619863 31.0312825,86.7708798 30.9223876,86.7708798 L2.12566435,86.7708798 C1.02109485,86.7708798 0.125664347,85.8754493 0.125664347,84.7708798 C0.125664347,84.6486417 0.136870913,84.526661 0.159143349,84.4064691 L15.4044726,2.13594377 C15.6057311,1.04986421 16.6493247,0.332574998 17.7354043,0.533833473 C18.5639901,0.687376483 19.2074411,1.34381197 19.3444016,2.17529966 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinejoin="round"
                points="17 0.709590879 34 91.5 -1.82254212e-12 91.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,5.09449405 C17,83.0999502 17,123.036706 17,124.904762 C17,123.036706 17,83.0999502 17,5.09449405 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,61.2334004 C24.3333333,68.7198767 28,72.6881307 28,73.1381623 C28,72.6881307 24.3333333,68.7198767 17,61.2334004 Z"
                strokeLinejoin="round"
                transform="translate(22.500000, 67.185781) scale(-1, 1) translate(-22.500000, -67.185781) "
              />
            </g>
          </g>
          <g
            transform="translate(392.000000, 184.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <g transform="translate(31.713442, 25.088326) rotate(-15.000000) translate(-31.713442, -25.088326) translate(4.713442, 6.588326)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M31.0360707,3.43528591 C31.0360707,3.43528591 40.5802283,0.671893051 42.6488424,10.6908663"
                transform="translate(36.842457, 6.888440) rotate(41.000000) translate(-36.842457, -6.888440) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M40.4282002,10.1797377 C40.4282002,10.1797377 49.9723578,7.4163448 52.0409719,17.435318"
                transform="translate(46.234586, 13.632892) scale(-1, 1) rotate(-41.000000) translate(-46.234586, -13.632892) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0.730284783,29.5865514 C0.730284783,29.5865514 10.2744424,26.8231586 12.3430565,36.8421318"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M12.7302848,29.5865514 C12.7302848,29.5865514 22.2744424,26.8231586 24.3430565,36.8421318"
                transform="translate(18.536671, 33.039705) scale(-1, 1) translate(-18.536671, -33.039705) "
              />
            </g>
          </g>
        </g>
      </g>
    </g>
  </svg>
);
 
export const Setup = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 396 245"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <defs>
      <rect x="77" y="47" width="20" height="28" />
    </defs>
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-114.000000, -78.000000)">
        <g>
          <g
            transform="translate(124.000000, 154.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <path
              vectorEffect="non-scaling-stroke"
              d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M18,27.5 L83.0004985,27.5"
            />
            <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
          </g>
          <g
            transform="translate(339.000000, 107.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <path
              vectorEffect="non-scaling-stroke"
              d="M44,17.5 L63,17.5 C62.2789714,12.0723971 64.081543,7.53186978 68.4077148,3.87841797 C73.3754883,-0.195556641 79.2734375,0.717773438 82.440918,2.12353516 C85.6083984,3.52929687 87.9606934,5.46069336 89.5913086,9.10524041 C90.2822266,10.6397351 90.7517904,11.9379883 91,13"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M83,20.5 C84.0558268,16.8461914 86.2227376,14.4572754 89.5007324,13.333252 C94.4177246,11.6472168 99.0800781,13.8925781 100.942383,16.1518555 C102.804687,18.4111328 103.39502,20.2260742 103.746582,22.1201172 C103.980957,23.3828125 104.06543,24.8427734 104,26.5 C108.141764,26.3313802 110.918945,27.1647135 112.331543,29 C114.040039,31.1936035 114.215332,33.817627 113.593018,35.75 C112.970703,37.682373 110.894531,40.5 107,40.5 L28,40.5"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M18,27.5 L83.0004985,27.5"
            />
            <path vectorEffect="non-scaling-stroke" d="M0,27.5 L8,27.5" />
          </g>
          <g transform="translate(151.000000, 296.500000)">
            <g transform="translate(10.339768, 0.275260)" />
            <path
              vectorEffect="non-scaling-stroke"
              d="M140.962142,26.4644491 C138.225735,20.0143094 131.944776,15.5029106 124.633892,15.5029106 C122.619663,15.5029106 120.683612,15.8453541 118.878328,16.4764392 C115.451481,11.1704266 109.567406,7.66985447 102.883789,7.66985447 C96.4912675,7.66985447 90.8301585,10.8721423 87.3508511,15.7935668 C85.9589956,14.968161 84.3423157,14.4956341 82.6177606,14.4956341 C81.1083143,14.4956341 79.6815102,14.8576334 78.4157672,15.5014039 C74.9975328,6.58722215 66.5098304,0.275259875 56.5804557,0.275259875 C47.4632836,0.275259875 39.5615782,5.59684366 35.6837305,13.3681823 C33.3912034,12.266973 30.8314865,11.6515593 28.1312741,11.6515593 C19.4373504,11.6515593 12.1998844,18.0312998 10.6476214,26.4644491 L140.962142,26.4644491 Z"
              className="slds-illustration__fill-secondary"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M0,25 L130,25"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
          </g>
          <g transform="translate(320.000000, 281.000000)">
            <g transform="translate(0.293436, 0.054545)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M165.428708,41.9454545 L0.0995432562,41.9454545 C0.0336614956,41.2089487 0,40.4630069 0,39.7090909 C0,26.2132599 10.7866531,15.2727273 24.0926641,15.2727273 C27.7492016,15.2727273 31.215485,16.0989227 34.3199502,17.5772977 C39.5712028,7.14424616 50.271428,0 62.6175975,0 C76.0636257,0 87.5573893,8.47383452 92.1862485,20.441159 C93.9002755,19.5768947 95.8324059,19.0909091 97.8764479,19.0909091 C100.211783,19.0909091 102.401037,19.7252784 104.285841,20.8333889 C108.997403,14.2263569 116.663488,9.92727273 125.320028,9.92727273 C138.043441,9.92727273 148.627152,19.2146805 150.834755,31.4671412 C151.487388,31.3631046 152.156394,31.3090909 152.837838,31.3090909 C159.117096,31.3090909 164.340238,35.8953699 165.428708,41.9454545 Z"
                className="slds-illustration__fill-secondary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M32.7065637,40.4454545 L173.706564,40.4454545"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
                strokeLinecap="round"
              />
            </g>
          </g>
          <g transform="translate(116.000000, 80.000000)">
            <g transform="translate(106.000000, 4.000000)">
              <g>
                <use
                  className="slds-illustration__fill-secondary"
                  fillRule="evenodd"
                  xlinkHref="#path-1"
                />
                <rect
                  className="slds-illustration__stroke-primary"
                  strokeWidth="3"
                  x="78.5"
                  y="48.5"
                  width="17"
                  height="25"
                />
              </g>
              <rect
                className="slds-illustration__fill-secondary"
                x="72"
                y="30"
                width="30"
                height="22"
                rx="2"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                cx="87"
                cy="150"
                r="87"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="6"
                strokeLinecap="round"
                strokeLinejoin="round"
                cx="87.5"
                cy="23.5"
                r="23.5"
              />
            </g>
            <g transform="translate(112.000000, 35.000000)" fill="#FFFFFF">
              <circle
                vectorEffect="non-scaling-stroke"
                cx="81"
                cy="119"
                r="73"
              />
              <rect x="67" y="0" width="28" height="4" />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0.180175781,90.2270508 C0.778808594,89.5117187 11.3666992,64.2470703 30.4042969,52.2089844 C49.4418945,40.1708984 64.3725586,35.2084961 85.1640625,36.3398437 C105.955566,37.4711914 122.305176,44.8969727 133.487793,53.7832031 C144.67041,62.6694336 156.910645,77.7836914 163.28125,93.7817383 C167.52832,104.447103 164.678548,96.9777018 154.731934,71.3735352 L134.561523,50.390625 L106.423828,35.831543 L83.5615234,32.3847656 L61.4130859,34.121582 L40.7431641,41.5869141 L21.2519531,54.597168 L6.90820313,73.0634766 C2.02376302,84.9827474 -0.21891276,90.7039388 0.180175781,90.2270508 Z"
              />
            </g>
            <g className="slds-illustration__stroke-primary" strokeWidth="3">
              <path
                vectorEffect="non-scaling-stroke"
                d="M178.5,49.7801039 C170.984351,44.9862617 166,36.5752096 166,27 C166,12.0883118 178.088312,0 193,0 C207.911688,0 220,12.0883118 220,27 C220,36.5752096 215.015649,44.9862617 207.5,49.7801039 L207.5,55.5 C207.5,56.0522847 207.052285,56.5 206.5,56.5 L179.5,56.5 C178.947715,56.5 178.5,56.0522847 178.5,55.5 L178.5,49.7801039 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M178.5,40.7750367 C175.091592,37.1883928 173,32.3384551 173,27 C173,15.954305 181.954305,7 193,7 C204.045695,7 213,15.954305 213,27 C213,32.3384551 210.908408,37.1883928 207.5,40.7750367 L207.5,35.5 C207.5,34.9477153 207.052285,34.5 206.5,34.5 L179.5,34.5 C178.947715,34.5 178.5,34.9477153 178.5,35.5 L178.5,40.7750367 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M179.5,34.5 L206.5,34.5 C207.052285,34.5 207.5,34.9477153 207.5,35.5 L207.5,55.5 C207.5,56.0522847 207.052285,56.5 206.5,56.5 L179.5,56.5 C178.947715,56.5 178.5,56.0522847 178.5,55.5 L178.5,35.5 C178.5,34.9477153 178.947715,34.5 179.5,34.5 Z"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M184.5,56.5 L184.5,67.356737 C187.353249,67.1189178 190.206393,67 193.059326,67 C195.900065,67 198.713659,67.1179036 201.5,67.3537468 L201.5,56.5 L184.5,56.5 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M27,241.5 L392,241.5"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,241.5 L20,241.5"
                strokeLinecap="round"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                cx="193"
                cy="154"
                r="87"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                cx="193"
                cy="154"
                r="73"
              />
            </g>
          </g>
          <g transform="translate(252.000000, 178.000000)">
            <g transform="translate(2.000000, 1.000000)">
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-secondary"
                strokeWidth="6"
                cx="55"
                cy="55"
                r="41"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                points="55 0 62 16 48 16"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                transform="translate(55.000000, 102.000000) scale(1, -1) translate(-55.000000, -102.000000) "
                points="55 94 62 110 48 110"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                transform="translate(102.000000, 55.000000) scale(1, -1) rotate(90.000000) translate(-102.000000, -55.000000) "
                points="102 47 109 63 95 63"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                transform="translate(8.000000, 55.000000) scale(-1, -1) rotate(90.000000) translate(-8.000000, -55.000000) "
                points="8 47 15 63 1 63"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-secondary"
                transform="translate(78.371087, 79.079086) scale(1, -1) rotate(45.000000) translate(-78.371087, -79.079086) "
                points="78.3710872 47.4827561 96.4223693 110.675417 60.3198052 110.675417"
              />
            </g>
            <g className="slds-illustration__fill-primary">
              <polygon
                vectorEffect="non-scaling-stroke"
                transform="translate(35.687128, 35.395128) scale(-1, 1) rotate(45.000000) translate(-35.687128, -35.395128) "
                points="35.6871284 3.79879726 53.7384105 66.9914578 17.6358464 66.9914578"
              />
              <ellipse cx="58" cy="58.0018766" rx="9" ry="9.00187656" />
            </g>
            <g
              transform="translate(49.000000, 49.000000)"
              stroke="#FFFFFF"
              strokeWidth="3"
            >
              <ellipse cx="9" cy="9.00187656" rx="9" ry="9.00187656" />
            </g>
          </g>
          <g transform="translate(436.500000, 259.500000)">
            <g className="slds-illustration__fill-secondary">
              <path
                vectorEffect="non-scaling-stroke"
                d="M18.9209988,1.95433401 L33.259296,51.443436 C33.5666778,52.5043744 32.9557995,53.613617 31.8948612,53.9209988 C31.7139843,53.9734036 31.5266126,54 31.3382972,54 L2.6617028,54 C1.5571333,54 0.661702805,53.1045695 0.661702805,52 C0.661702805,51.8116846 0.688299176,51.6243129 0.74070397,51.443436 L15.0790012,1.95433401 C15.386383,0.893395645 16.4956256,0.282517358 17.556564,0.589899164 C18.2152102,0.780726338 18.7301717,1.29568777 18.9209988,1.95433401 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinejoin="round"
                points="17 0.323943662 34 54 -1.81721305e-12 54"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,4.6953125 C17,43.0456294 17,62.6471919 17,63.5 C17,62.6471919 17,43.0456294 17,4.6953125 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,29.3239437 C22.3333333,35.7851611 25,39.1184944 25,39.3239437 C25,39.1184944 22.3333333,35.7851611 17,29.3239437 Z"
                strokeLinejoin="round"
                transform="translate(21.000000, 34.323944) scale(-1, 1) translate(-21.000000, -34.323944) "
              />
            </g>
          </g>
          <g transform="translate(393.000000, 226.500000)">
            <g
              transform="translate(1.000000, 0.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M25.6478873,0 L50.879042,84.4273253 C51.1953215,85.4856452 50.5937789,86.5999782 49.535459,86.9162577 C49.3496374,86.9717906 49.1567264,87 48.9627843,87 L2.33299037,87 C1.22842087,87 0.332990367,86.1045695 0.332990367,85 C0.332990367,84.8060578 0.361199757,84.6131469 0.416732643,84.4273253 L25.6478873,0 Z"
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinejoin="round"
                points="26.5 0 52.5 87 0.5 87"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M26.5,3.58642578 C26.5,64.0261034 26.5,94.9972948 26.5,96.5 C26.5,94.9972948 26.5,64.0261034 26.5,3.58642578 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M15.6478873,42 C22.9812207,49.078692 26.6478873,52.7453587 26.6478873,53 C26.6478873,52.7453587 22.9812207,49.078692 15.6478873,42 Z"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M27.6478873,68 C36.9812207,57.078692 41.6478873,51.7453587 41.6478873,52 C41.6478873,51.7453587 36.9812207,57.078692 27.6478873,68 Z"
                strokeLinejoin="round"
              />
            </g>
          </g>
          <g transform="translate(182.500000, 259.500000)">
            <g className="slds-illustration__fill-secondary">
              <path
                vectorEffect="non-scaling-stroke"
                d="M18.9209988,1.95433401 L33.259296,51.443436 C33.5666778,52.5043744 32.9557995,53.613617 31.8948612,53.9209988 C31.7139843,53.9734036 31.5266126,54 31.3382972,54 L2.6617028,54 C1.5571333,54 0.661702805,53.1045695 0.661702805,52 C0.661702805,51.8116846 0.688299176,51.6243129 0.74070397,51.443436 L15.0790012,1.95433401 C15.386383,0.893395645 16.4956256,0.282517358 17.556564,0.589899164 C18.2152102,0.780726338 18.7301717,1.29568777 18.9209988,1.95433401 Z"
              />
            </g>
            <g className="slds-illustration__stroke-primary" strokeWidth="3">
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="17 0.323943662 34 54 -1.81721305e-12 54"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,4.32394366 C17,42.2551731 17,61.6471919 17,62.5 C17,61.6471919 17,42.2551731 17,4.32394366 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M17,32.3239437 C23.6666667,39.4518278 27,43.1184944 27,43.3239437 C27,43.1184944 23.6666667,39.4518278 17,32.3239437 Z"
                strokeLinecap="round"
                strokeLinejoin="round"
                transform="translate(22.000000, 37.823944) scale(-1, 1) translate(-22.000000, -37.823944) "
              />
            </g>
          </g>
          <g
            transform="translate(129.000000, 209.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeWidth="3"
          >
            <g transform="translate(27.848898, 30.021465) rotate(-15.000000) translate(-27.848898, -30.021465) translate(5.848898, 5.021465)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M1.73977935,3.49433365 C1.73977935,3.49433365 11.283937,0.730940796 13.3525511,10.749914"
                transform="translate(7.546165, 6.947488) rotate(41.000000) translate(-7.546165, -6.947488) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M11.1319089,10.2387854 C11.1319089,10.2387854 20.6760665,7.47539254 22.7446806,17.4943658"
                transform="translate(16.938295, 13.691939) scale(-1, 1) rotate(-41.000000) translate(-16.938295, -13.691939) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M19.7302848,42.5865514 C19.7302848,42.5865514 29.2744424,39.8231586 31.3430565,49.8421318"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M31.7302848,42.5865514 C31.7302848,42.5865514 41.2744424,39.8231586 43.3430565,49.8421318"
                transform="translate(37.536671, 46.039705) scale(-1, 1) translate(-37.536671, -46.039705) "
              />
            </g>
          </g>
        </g>
      </g>
    </g>
  </svg>
);