All files / packages/design-system/ui/components/illustration/error 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
import React from 'react';
 
export const NoAccess = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 454 212"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-70.000000, -95.000000)">
        <g>
          <g transform="translate(124.500000, 222.000000)">
            <g fill="#FFFFFF">
              <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-secondary"
              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(145.000000, 194.000000)">
            <g transform="translate(1.000000, 0.000000)" fill="#FFFFFF">
              <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-secondary"
              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,61.0261034 26.5,90.9972948 26.5,92.5 C26.5,90.9972948 26.5,61.0261034 26.5,2.58642578 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M15.6478873,42 C22.314554,49.078692 25.6478873,52.7453587 25.6478873,53 C25.6478873,52.7453587 22.314554,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(404.500000, 245.000000) scale(-1, 1) translate(-404.500000, -245.000000) translate(348.000000, 226.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeLinejoin="round"
            strokeWidth="3"
          >
            <g>
              <polyline
                vectorEffect="non-scaling-stroke"
                points="0 38 47.5 0 80.5 26"
              />
              <polyline
                vectorEffect="non-scaling-stroke"
                points="71 17 80.5 9 113 36"
              />
            </g>
          </g>
          <g transform="translate(72.000000, 262.500000)">
            <path
              vectorEffect="non-scaling-stroke"
              d="M153.962142,26.4644491 C151.225735,20.0143094 144.944776,15.5029106 137.633892,15.5029106 C135.619663,15.5029106 133.683612,15.8453541 131.878328,16.4764392 C128.451481,11.1704266 122.567406,7.66985447 115.883789,7.66985447 C109.491267,7.66985447 103.830159,10.8721423 100.350851,15.7935668 C98.9589956,14.968161 97.3423157,14.4956341 95.6177606,14.4956341 C94.1083143,14.4956341 92.6815102,14.8576334 91.4157672,15.5014039 C87.9975328,6.58722215 79.5098304,0.275259875 69.5804557,0.275259875 C60.4632836,0.275259875 52.5615782,5.59684366 48.6837305,13.3681823 C46.3912034,12.266973 43.8314865,11.6515593 41.1312741,11.6515593 C32.4373504,11.6515593 25.1998844,18.0312998 23.6476214,26.4644491 L153.962142,26.4644491 Z"
              className="slds-illustration__fill-secondary"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M13,25 L143,25"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M0,25 L450,25"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
          </g>
          <g transform="translate(344.000000, 247.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(105.000000, 203.000000)">
            <g transform="translate(106.000000, 0.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="121.5 48.5 158.5 48.5 158.5 34.5 47.5 34.5 47.5 48.5 93.5 48.5 93.5 69.5 121.5 69.5 121.5 48.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M33.9882812,0.21875 C36.5611979,0.21875 70.6126302,0.21875 136.142578,0.21875 L152.384766,11.1132813 C155.083088,16.811292 155.656656,19.677503 154.105469,19.7119141 C152.554281,19.7463252 116.293865,17.6717809 45.3242187,13.4882812 C35.1940104,4.64192708 31.4153646,0.21875 33.9882812,0.21875 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M32.6708984,2.02246094 L21.5554199,0.374195518 L17.6036034,0.374195518 L5.77148437,7.90429688 C3.09089817,12.6737672 3.09089817,15.2284547 5.77148437,15.5683594 C8.45207058,15.9082641 16.1278518,14.3268839 28.7988281,10.8242188 L42.9921875,7.90429688 L41.0699892,5.68448183 L32.6708984,2.02246094 Z"
              />
              <rect x="0" y="34" width="48" height="14" />
            </g>
            <g
              transform="translate(106.000000, 5.000000)"
              className="slds-illustration__fill-secondary"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                points="93.3109375 43.4566406 93.3109375 64.6722656 120.925 64.6722656 121.823047 44.1324219 158.5 43.4566406 158.5 97.5 48.5 97.5 48.5 43.6933594"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M132.670898,7.66300119e-19 C125.172201,-2.55433373e-19 94.1907552,-2.55433373e-19 39.7265625,7.66300119e-19 L31.8183594,12.5058594 L29.7050781,28.2714844 L157.78125,28.2714844 L157.78125,15.4775391 C148.539714,5.15917969 140.169596,1.78803361e-18 132.670898,7.66300119e-19 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M37.8266602,0 C34.4632704,0 29.4181858,0 22.6914062,0 C16.1624349,0 9.53808594,3.83528646 2.81835938,11.5058594 L0.705078125,30.2714844 L48.4101562,30.2714844 L48.4101562,14.4775391 L48.1789909,12.3275853 C43.283405,4.10919509 39.832628,0 37.8266602,0 Z"
              />
              <rect x="0.5" y="43.5" width="48" height="54" />
            </g>
            <g>
              <rect
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                x="154.5"
                y="34.5"
                width="110"
                height="68"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="264.5 48.5 264.5 34.5 154.5 34.5 154.5 48.5 199.5 48.5 199.5 69.5 227.5 69.5 227.5 48.5"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M130.5,0.5 L234.5,0.5 C251.068542,0.5 264.5,13.9314575 264.5,30.5 L264.5,34.5 L106.5,34.5 L106.5,24.5 C106.5,11.245166 117.245166,0.5 130.5,0.5 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M130.5,0.5 L130.5,0.5 C143.754834,0.5 154.5,11.245166 154.5,24.5 L154.5,34.5 L106.5,34.5 L106.5,24.5 C106.5,11.245166 117.245166,0.5 130.5,0.5 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <rect
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                x="106.5"
                y="48.5"
                width="48"
                height="54"
              />
              <rect
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                x="106.5"
                y="34.5"
                width="48"
                height="14"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M219,52 C219,54.765 216.765,57 214,57 C211.235,57 209,54.765 209,52 C209,49.235 211.235,47 214,47 C216.765,47 219,49.235 219,52 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M214,55 L214,60"
                className="slds-illustration__stroke-primary"
                strokeWidth="4"
                strokeLinecap="round"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="164"
                cy="58"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="164"
                cy="93"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="255"
                cy="58"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="255"
                cy="93"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="145"
                cy="58"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="145"
                cy="93"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="116"
                cy="58"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="116"
                cy="93"
                r="3"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M289.928751,82.2971422 L298,102.518658 L280,102.518658 L288.071249,82.2971422 C288.275982,81.784207 288.857768,81.5343604 289.370703,81.7390942 C289.625359,81.8407378 289.827108,82.0424867 289.928751,82.2971422 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M300.428751,89.8132712 L305.5,102.518658 L293.5,102.518658 L298.571249,89.8132712 C298.775982,89.300336 299.357768,89.0504894 299.870703,89.2552232 C300.125359,89.3568668 300.327108,89.5586158 300.428751,89.8132712 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M93.4287513,82.2971422 L101.5,102.518658 L83.5,102.518658 L91.5712487,82.2971422 C91.7759825,81.784207 92.3577681,81.5343604 92.8707033,81.7390942 C93.1253588,81.8407378 93.3271077,82.0424867 93.4287513,82.2971422 Z"
                className="slds-illustration__fill-primary"
                transform="translate(92.500000, 92.517446) scale(-1, 1) translate(-92.500000, -92.517446) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M76.9287513,89.8132712 L82,102.518658 L70,102.518658 L75.0712487,89.8132712 C75.2759825,89.300336 75.8577681,89.0504894 76.3707033,89.2552232 C76.6253588,89.3568668 76.8271077,89.5586158 76.9287513,89.8132712 Z"
                className="slds-illustration__fill-primary"
                transform="translate(76.000000, 96.275510) scale(-1, 1) translate(-76.000000, -96.275510) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M360,102.5 L372,102.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,102.5 L350,102.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
            </g>
          </g>
          <g
            transform="translate(150.000000, 96.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(271.000000, 135.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(402.000000, 164.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 NoConnection = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 454 265"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-77.000000, -60.000000)">
        <g>
          <g
            transform="translate(190.000000, 206.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(300.000000, 161.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(79.000000, 249.000000)">
            <path
              vectorEffect="non-scaling-stroke"
              d="M0,62.5 L450,62.5"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="32 62 107.5 0 165.5 45.1232877"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="148 30.9433962 165.5 16 222 62"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M42.8943213,32.968973 L46.3925781,49.4296875 L34.453125,58.6445312 L40.9466068,32.9319979 C41.081836,32.3965247 41.6255477,32.0720629 42.1610209,32.2072921 C42.5306645,32.3006424 42.8150677,32.5960527 42.8943213,32.968973 Z"
              className="slds-illustration__fill-secondary"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M199.962964,27.4391572 L206,49 L194.770218,39.1063642 L198.037036,27.4391572 C198.185948,26.9073269 198.7378,26.5969106 199.26963,26.7458231 C199.605963,26.8399963 199.868791,27.1028246 199.962964,27.4391572 Z"
              className="slds-illustration__fill-secondary"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M47.9662349,37.3583594 L50.4271384,46.5867475 L46.8251953,48.7349783 L43,48.7349783 L46.0337651,37.3583594 C46.1760682,36.8247225 46.7240258,36.5074839 47.2576627,36.6497871 C47.6036917,36.7420615 47.8739605,37.0123303 47.9662349,37.3583594 Z"
              className="slds-illustration__fill-secondary"
            />
          </g>
          <g transform="translate(394.000000, 265.500000) scale(-1, 1) translate(-394.000000, -265.500000) translate(288.000000, 222.000000)">
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="0.5 87 87.5 0 153.5 68"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M8.16064153,59.5904583 L14.229782,83 L3,71.1063642 L6.22968061,59.5717906 C6.37859311,59.0399602 6.93044422,58.729544 7.46227456,58.8784565 C7.80524768,58.9744889 8.07125785,59.2456927 8.16064153,59.5904583 Z"
              className="slds-illustration__fill-secondary"
              transform="translate(8.614891, 70.920583) scale(-1, 1) translate(-8.614891, -70.920583) "
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="135.5 46 158.5 25 211.5 78"
            />
          </g>
          <g transform="translate(406.500000, 262.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(363.000000, 229.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(118.500000, 262.500000)">
            <g
              transform="translate(27.000000, 0.000000)"
              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="44 0.323943662 61 54 27 54"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M44,4.32394366 C44,42.2551731 44,61.6471919 44,62.5 C44,61.6471919 44,42.2551731 44,4.32394366 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M44,32.3239437 C50.6666667,39.4518278 54,43.1184944 54,43.3239437 C54,43.1184944 50.6666667,39.4518278 44,32.3239437 Z"
                strokeLinecap="round"
                strokeLinejoin="round"
                transform="translate(49.000000, 37.823944) scale(-1, 1) translate(-49.000000, -37.823944) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0.5,61 L356.5,61"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M363.5,61 L373.5,61"
                strokeLinecap="round"
              />
            </g>
          </g>
          <g transform="translate(146.000000, 62.000000)">
            <g className="slds-illustration__fill-secondary">
              <circle
                vectorEffect="non-scaling-stroke"
                cx="66"
                cy="66"
                r="66"
              />
              <ellipse cx="66.5" cy="66" rx="38.5" ry="66" />
              <rect x="49.5" y="153.5" width="32" height="22" />
            </g>
            <g transform="translate(4.000000, 0.000000)" fill="#FFFFFF">
              <path
                vectorEffect="non-scaling-stroke"
                d="M0.276855469,47.7788086 C4.72770182,36.0685221 11.8059896,26.5141602 21.5117188,19.1157227 C30.1201172,12.7973633 35.706543,9.09326172 48.0908203,6.87597656 C51.8487061,6.20316343 56.1575774,0.963049705 61.0175781,0.886230469 C66.9931232,0.791778465 73.7249109,6.08477534 80.3537012,7.83514372 C86.1008648,9.35271373 91.8836069,11.7592753 97.3378906,15.394043 C114.199707,26.6308594 117.956543,35.4946289 123.961914,47.7788086 C127.965495,55.9682617 127.643229,53.3107096 122.995117,39.8061523 L115.15625,26.3779297 L99.3500977,11.8393555 L79.3271484,3.14208984 L58.2192383,0.886230469 L41.0913086,4.39794922 L22.6689453,13.8129883 L6.44238281,30.0708008 L0.276855469,43.0327148 L0.276855469,47.7788086 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M30.494873,34.0495605 C30.494873,34.0495605 37.3376465,17.0495605 47.779541,9.9309082 C53.5096842,6.13435872 59.1995443,4.51472982 64.8491211,5.07202148 C69.2832031,5.49861654 73.9475098,7.55900065 78.842041,11.2531738 C86.1838379,16.7944336 92.1347656,27.7973633 95.4316406,35.8276367 C97.6295573,41.1811523 96.2676595,36.5566406 91.3459473,21.9541016 C85.9305827,14.9046224 83.0406087,11.2403971 82.6760254,10.9614258 C82.3114421,10.6824544 79.0512695,7.82503255 72.8955078,2.38916016 C68.7790927,0.889351294 65.6379734,0.119006242 63.4721497,0.078125 C61.306326,0.0372437583 58.0536466,0.686901961 53.7141113,2.02709961 L45.8171387,7.78222656 L37.4606934,16.3037109 C33.3729655,23.1031901 31.1993001,26.6408691 30.9396973,26.916748 C30.550293,27.3305664 30.494873,34.0495605 30.494873,34.0495605 Z"
              />
            </g>
            <circle
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-primary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              cx="66"
              cy="66"
              r="66"
            />
            <ellipse
              className="slds-illustration__stroke-primary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              cx="66.5"
              cy="66"
              rx="38.5"
              ry="66"
            />
            <g
              transform="translate(24.000000, 117.000000)"
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <rect x="26.5" y="36.5" width="31" height="22" />
              <path
                vectorEffect="non-scaling-stroke"
                d="M84,36 L58,0"
                transform="translate(71.000000, 18.000000) scale(-1, 1) translate(-71.000000, -18.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M55,36 L48,14"
                transform="translate(51.500000, 25.000000) scale(-1, 1) translate(-51.500000, -25.000000) "
              />
              <path vectorEffect="non-scaling-stroke" d="M36,36 L29,14" />
              <path vectorEffect="non-scaling-stroke" d="M26,36 L0,0" />
            </g>
          </g>
          <g
            transform="translate(426.000000, 113.000000)"
            className="slds-illustration__stroke-secondary"
            strokeLinecap="round"
            strokeLinejoin="round"
            strokeWidth="3"
          >
            <g transform="translate(0.500000, 0.500000)">
              <circle
                vectorEffect="non-scaling-stroke"
                cx="33.5"
                cy="33.5"
                r="33"
              />
              <ellipse cx="33.75" cy="33.5" rx="19.25" ry="33" />
              <rect x="24.5" y="77" width="18" height="11" />
              <path
                vectorEffect="non-scaling-stroke"
                d="M54.5,77 L41.5,59"
                transform="translate(48.000000, 68.000000) scale(-1, 1) translate(-48.000000, -68.000000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M40,77 L36.5,66"
                transform="translate(38.250000, 71.500000) scale(-1, 1) translate(-38.250000, -71.500000) "
              />
              <path vectorEffect="non-scaling-stroke" d="M30.5,77 L27,66" />
              <path vectorEffect="non-scaling-stroke" d="M25.5,77 L12,59" />
            </g>
          </g>
          <g
            transform="translate(72.000000, 194.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 NotAvailableInLightning = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 470 267"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-65.000000, -66.000000)">
        <g>
          <g transform="translate(67.000000, 268.500000)">
            <path
              vectorEffect="non-scaling-stroke"
              d="M157.962142,26.4644491 C155.225735,20.0143094 148.944776,15.5029106 141.633892,15.5029106 C139.619663,15.5029106 137.683612,15.8453541 135.878328,16.4764392 C132.451481,11.1704266 126.567406,7.66985447 119.883789,7.66985447 C113.491267,7.66985447 107.830159,10.8721423 104.350851,15.7935668 C102.958996,14.968161 101.342316,14.4956341 99.6177606,14.4956341 C98.1083143,14.4956341 96.6815102,14.8576334 95.4157672,15.5014039 C91.9975328,6.58722215 83.5098304,0.275259875 73.5804557,0.275259875 C64.4632836,0.275259875 56.5615782,5.59684366 52.6837305,13.3681823 C50.3912034,12.266973 47.8314865,11.6515593 45.1312741,11.6515593 C36.4373504,11.6515593 29.1998844,18.0312998 27.6476214,26.4644491 L157.962142,26.4644491 Z"
              className="slds-illustration__fill-secondary"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M16,28 L466,28"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M0,28 L6,28"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M409,42 L421,42"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M198,42 L399,42"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
            />
          </g>
          <g transform="translate(112.000000, 235.000000)">
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="0 61 74.5 0 132 45.1232877"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="115 30.9433962 132.5 16 188 61"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M166.962964,27.4391572 L173,49 L161.770218,39.1063642 L165.037036,27.4391572 C165.185948,26.9073269 165.7378,26.5969106 166.26963,26.7458231 C166.605963,26.8399963 166.868791,27.1028246 166.962964,27.4391572 Z"
              className="slds-illustration__fill-secondary"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M34.9662349,24.3583594 L36.7126351,30.9073598 L30,35.7349783 L33.0337651,24.3583594 C33.1760682,23.8247225 33.7240258,23.5074839 34.2576627,23.6497871 C34.6036917,23.7420615 34.8739605,24.0123303 34.9662349,24.3583594 Z"
              className="slds-illustration__fill-secondary"
            />
          </g>
          <g transform="translate(410.500000, 232.000000)">
            <g fill="#FFFFFF">
              <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-secondary"
              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(365.000000, 199.000000)">
            <g transform="translate(1.000000, 0.000000)" fill="#FFFFFF">
              <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-secondary"
              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,64.3594367 26.5,95.9972948 26.5,97.5 C26.5,95.9972948 26.5,64.3594367 26.5,2.58642578 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M15.6478873,42 C22.314554,49.078692 25.6478873,52.7453587 25.6478873,53 C25.6478873,52.7453587 22.314554,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(197.000000, 68.000000)">
            <g transform="translate(152.000000, 0.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="18 0 0 62 76 100 82 18"
              />
            </g>
            <g
              transform="translate(152.000000, 4.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M20,0 L2.96289063,52.7529297 C1.5699673,54.8772379 0.7895311,56.2286377 0.621582031,56.8071289 C0.453632962,57.3856201 1.50213557,58.4144287 3.76708984,59.8935547 L75.6259766,95.125 L78.5678711,16.8793945 L76.9623727,16.0206673 L20,0 Z"
              />
            </g>
            <g className="slds-illustration__stroke-primary" strokeWidth="3">
              <polygon
                vectorEffect="non-scaling-stroke"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="170 0 152 62 228 100 234 18"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M170,0 L226,97"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M152,62 C166.337949,46.7755108 178.004616,36.7755108 187,32 C195.995384,27.2244892 211.662051,22.8911559 234,19"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M189.433594,66.1289062 C175.730469,104.138021 151.317057,130.615234 116.193359,145.560547"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M306.017133,73 C310.73483,89.7877604 306.109303,99.4869792 292.140553,102.097656 C280.311451,104.0625 260.483326,93.4892578 252.429615,110.188477 C247.148365,123.032227 259.850514,131.351562 275.406178,141.125 C294.355397,154.615234 288.518483,167.107422 273.957936,173.785156"
                strokeLinecap="round"
                strokeLinejoin="round"
                transform="translate(279.508567, 123.392578) scale(-1, 1) rotate(37.000000) translate(-279.508567, -123.392578) "
              />
              <circle
                vectorEffect="non-scaling-stroke"
                cx="107"
                cy="148"
                r="9"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M128.634766,173.670898 L134.988281,168.450439"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <polyline
                vectorEffect="non-scaling-stroke"
                strokeLinecap="round"
                strokeLinejoin="round"
                transform="translate(128.035179, 168.889450) rotate(5.000000) translate(-128.035179, -168.889450) "
                points="111.829147 156.829147 135.949753 180.949753 144.241211 172.658295"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M114,146 C74.6666667,156.666667 44,170.666667 22,188 C1.496403e-11,205.333333 -5.33333333,230.333333 6,263"
                strokeLinecap="round"
              />
              <polyline
                vectorEffect="non-scaling-stroke"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="188 31 189 67 216 81"
              />
            </g>
          </g>
          <g transform="translate(196.000000, 89.000000)">
            <g transform="translate(73.000000, 96.000000)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M12,6 C12,9.312 9.3135,12 6,12 C2.688,12 0,9.312 0,6 C0,2.688 2.688,0 6,0 C9.3135,0 12,2.688 12,6 Z"
                className="slds-illustration__stroke-secondary"
                strokeWidth="3"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M20,11 C17.7884028,11 16,12.792472 16,15 C16,17.207528 17.7884028,19 20,19 C22.2095626,19 24,17.207528 24,15 C24,12.792472 22.2095626,11 20,11"
                className="slds-illustration__fill-secondary"
              />
            </g>
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M81.4291702,0 C66.4942844,0 53.489268,8.38608553 46.635968,20.7821025 C41.8812468,17.3441367 36.0854659,15.3011085 29.8185334,15.3011085 C13.7232569,15.3011085 0.683264235,28.6209116 0.683264235,45.0515493 C0.683264235,61.4842444 13.7232569,74.8040476 29.8185334,74.8040476 C30.1662391,74.8040476 30.50983,74.7608415 30.8616505,74.7484969 C36.1224996,82.4823771 44.8706928,87.556 54.7916213,87.556 C61.8300901,87.556 68.2883635,85.0047865 73.3228952,80.760308 C75.9420039,81.3116993 78.6536969,81.6059118 81.4291702,81.6059118 C103.501282,81.6059118 120.049193,63.6815798 120.049193,41.1486042 C120.049193,18.6135711 103.501282,0 81.4291702,0 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                transform="translate(60.366228, 43.778000) scale(-1, 1) translate(-60.366228, -43.778000) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M46.0898281,100.989963 L55.0540541,70 L42.9368382,70 C42.3845534,70 41.9368382,69.5522847 41.9368382,69 C41.9368382,68.9232556 41.9456726,68.8467663 41.9631671,68.7720425 L50.8597887,30.7720425 C50.9656674,30.3198046 51.368993,30 51.8334598,30 L77.263115,30 C77.8153998,30 78.263115,30.4477153 78.263115,31 C78.263115,31.1979556 78.2043627,31.3914578 78.0943003,31.5559956 L61.7432432,56 L77.2426574,56 C77.7949421,56 78.2426574,56.4477153 78.2426574,57 C78.2426574,57.201025 78.1820707,57.3973835 78.0688014,57.5634591 L47.8765906,101.831293 C47.5654008,102.287559 46.9432543,102.405167 46.4869876,102.093977 C46.129942,101.85046 45.9697371,101.405126 46.0898281,100.989963 Z"
                className="slds-illustration__fill-primary"
              />
            </g>
          </g>
        </g>
      </g>
    </g>
  </svg>
);
 
export const PageNotAvailable = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 470 229"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-65.000000, -89.000000)">
        <g>
          <g transform="translate(67.000000, 266.000000)">
            <path
              vectorEffect="non-scaling-stroke"
              d="M16,36.5 L466,36.5"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M0,36.5 L6,36.5"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="43 36 87.5 0 121.5 27"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="111 17 121.5 9 153 36"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M50.962964,14.4391572 L57,36 L45.770218,26.1063642 L49.037036,14.4391572 C49.1859485,13.9073269 49.7377996,13.5969106 50.2696299,13.7458231 C50.6059625,13.8399963 50.8687909,14.1028246 50.962964,14.4391572 Z"
              className="slds-illustration__fill-secondary"
              transform="translate(51.385109, 24.626882) scale(-1, 1) translate(-51.385109, -24.626882) "
            />
          </g>
          <g transform="translate(451.500000, 238.500000)">
            <g fill="#FFFFFF">
              <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-secondary"
              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(408.000000, 205.500000)">
            <g transform="translate(1.000000, 0.000000)" fill="#FFFFFF">
              <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-secondary"
              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(323.317280, 164.835938) rotate(-45.000000) translate(-323.317280, -164.835938) translate(242.317280, 130.835938)">
            <g transform="translate(5.000000, 44.000000)" fill="#FFFFFF">
              <path
                vectorEffect="non-scaling-stroke"
                d="M4.18947979,0.995611783 L0.115234375,11.9555255 C12.0957996,19.4577143 18.3338849,23.301537 18.8294904,23.4869936 C19.1669204,23.6132606 21.7612542,24.0399819 26.9701953,23.7763273 C28.5980425,23.6939326 31.6346656,23.3623612 36.0800647,22.7816131 C40.0461992,21.6828201 43.0275796,20.7161876 45.0242059,19.8817158 C47.0208321,19.0472439 50.3465588,17.377878 55.0013859,14.8736182 L47.5277368,3.21878589 L4.18947979,0.995611783 Z"
              />
            </g>
            <g
              transform="translate(1.000000, 0.000000)"
              className="slds-illustration__fill-secondary"
            >
              <rect
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                x="0.973240311"
                y="10.995821"
                width="11.5"
                height="12"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M4.77755146,50.2284782 C13.286202,52.6362568 21.480957,53.7936597 29.3618164,53.7006867 C37.2426758,53.6077138 44.7765582,51.7400968 51.9634637,48.0978356 C50.0751252,44.4670451 48.7826758,41.7898449 48.0861155,40.0662351 C47.3895551,38.3426252 46.5236255,35.6790055 45.4883267,32.075376 L45.2946319,0.293204959 L12.5695367,0.148192827 L12.5726441,32.0166806 C11.5738974,36.4623212 10.6196945,39.7477667 9.71003558,41.8730172 C8.80037666,43.9982676 7.15621528,46.7834213 4.77755146,50.2284782 Z"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M45.4341011,10.7997716 L160.934101,10.7997716 L160.934101,29.2075859 C138.796894,24.9149057 121.296894,22.8695992 108.434101,23.0716664 C103.947529,23.0716664 96.9638862,23.0716664 87.4831733,23.0716664 L45.4341011,23.0716664 L45.4341011,10.7997716 Z"
              />
            </g>
            <g transform="translate(0.000000, 0.000000)">
              <path
                vectorEffect="non-scaling-stroke"
                d="M13.5015145,4.53816197e-13 L46.505417,4.53816197e-13 L46.505417,24.0516129 C46.0805407,29.6108858 47.016166,35.1227138 49.312293,40.5870968 C51.6084201,46.0514798 55.1733269,52.064383 60.0070135,58.6258065 C49.5057718,64.6387097 39.5045892,67.6451613 30.0034658,67.6451613 C20.5023423,67.6451613 10.5011597,64.6387097 -8.20017976e-05,58.6258065 C5.7540776,50.5948062 9.47046374,44.581903 11.1490764,40.5870968 C12.8276891,36.5922906 13.6118351,31.0804626 13.5015145,24.0516129 L13.5015145,4.53816197e-13 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <rect
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                x="1.97324031"
                y="10.995821"
                width="11.5"
                height="12"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M46.4341011,10.7997716 L161.934101,10.7997716 L161.934101,29.2075859 C139.796894,24.9149057 122.296894,22.8695992 109.434101,23.0716664 C104.947529,23.0716664 97.9638862,23.0716664 88.4831733,23.0716664 L46.4341011,23.0716664 L46.4341011,10.7997716 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                points="66 10.5225806 102 10.5225806 102.162282 23.0225806 66.0542614 22.8973803"
              />
            </g>
          </g>
          <g transform="translate(124.000000, 219.518658)">
            <g transform="translate(117.000000, 0.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="0.115234375 0.823139211 0.115234375 6.95790484 131.128906 21.124897 131.128906 14.975483"
              />
            </g>
            <g
              transform="translate(95.000000, 4.000000)"
              className="slds-illustration__fill-secondary"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                points="21.9667969 0.213764211 152.662109 14.9813423 152.662109 65.9637642 160.867188 80.1434517 174.628906 92.3211861 0.63671875 92.3211861 13.7480469 80.1434517 21.9667969 61.2977486"
              />
            </g>
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M118.5,15.4813423 L118.5,61.4813423 C117.921224,71.8381104 115.333984,79.318309 110.738281,83.921938 C106.142578,88.525567 100.896484,92.8787018 95,96.9813423 L271,96.9813423 C264.389323,92.6555667 259.341797,87.3824891 255.857422,81.1621094 C252.373047,74.9417297 250.253906,67.5264029 249.5,58.916129 L249.5,0.481342336 L118.5,15.4813423 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                transform="translate(183.000000, 48.731342) scale(-1, 1) translate(-183.000000, -48.731342) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M271.928751,76.7784845 L280,97 L262,97 L270.071249,76.7784845 C270.275982,76.2655493 270.857768,76.0157027 271.370703,76.2204365 C271.625359,76.3220801 271.827108,76.5238291 271.928751,76.7784845 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M282.428751,84.2946136 L287.5,97 L275.5,97 L280.571249,84.2946136 C280.775982,83.7816784 281.357768,83.5318318 281.870703,83.7365656 C282.125359,83.8382092 282.327108,84.0399581 282.428751,84.2946136 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M90.4287513,76.7784845 L98.5,97 L80.5,97 L88.5712487,76.7784845 C88.7759825,76.2655493 89.3577681,76.0157027 89.8707033,76.2204365 C90.1253588,76.3220801 90.3271077,76.5238291 90.4287513,76.7784845 Z"
                className="slds-illustration__fill-primary"
                transform="translate(89.500000, 86.998788) scale(-1, 1) translate(-89.500000, -86.998788) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M76.9287513,84.2946136 L82,97 L70,97 L75.0712487,84.2946136 C75.2759825,83.7816784 75.8577681,83.5318318 76.3707033,83.7365656 C76.6253588,83.8382092 76.8271077,84.0399581 76.9287513,84.2946136 Z"
                className="slds-illustration__fill-primary"
                transform="translate(76.000000, 90.756853) scale(-1, 1) translate(-76.000000, -90.756853) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M20,96.9813423 L370,96.9813423"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,96.9813423 L12,96.9813423"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M226.5,14.4813423 L226.5,40.4813423 C226.854167,55.9423134 234.6875,67.6089801 250,75.4813423"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M212.5,12.4813423 L212.5,51.4813423 C211.329427,75.4461105 226.830078,87.4461105 259.001953,87.4813423"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M190.5,9.48134234 L190.5,96.4813423"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M160.5,5.48134234 L160.5,96.4813423"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M148.5,4.48134234 L148.5,60.4813423 C148.166667,84.3362203 131.634766,96.2636593 98.9042969,96.2636593"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M131.5,2.48134234 L131.5,54.2203125 C132.691406,76.2363071 124.326172,87.2443044 106.404297,87.2443044"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
            </g>
          </g>
          <g
            transform="translate(160.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(319.000000, 147.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(179.000000, 216.518658)">
            <g transform="translate(6.000000, 2.000000)" fill="#FFFFFF">
              <path
                vectorEffect="non-scaling-stroke"
                d="M20.8180195,40.0662428 L20.8180195,3.98882348 C14.8180195,9.37296043 11.8180195,15.3858637 11.8180195,22.0275332 C11.8180195,28.6692027 14.8180195,34.6821059 20.8180195,40.0662428 Z"
                transform="translate(16.318019, 22.027533) scale(-1, -1) rotate(-45.000000) translate(-16.318019, -22.027533) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M38.0732996,21.3284985 L38.0732996,-1.21988855 C34.3232996,2.14519704 32.4482996,5.90326156 32.4482996,10.054305 C32.4482996,14.2053484 34.3232996,17.963413 38.0732996,21.3284985 Z"
                transform="translate(35.260800, 10.054305) scale(1, -1) rotate(-45.000000) translate(-35.260800, -10.054305) "
              />
            </g>
            <g
              transform="translate(0.000000, 6.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M20.8180195,42.0662428 L20.8180195,5.98882348 C14.8180195,11.3729604 11.8180195,17.3858637 11.8180195,24.0275332 C11.8180195,30.6692027 14.8180195,36.6821059 20.8180195,42.0662428 Z"
                transform="translate(16.318019, 24.027533) rotate(-45.000000) translate(-16.318019, -24.027533) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M47.9262378,21.3284985 L47.9262378,-1.21988855 C44.1762378,2.14519704 42.3012378,5.90326156 42.3012378,10.054305 C42.3012378,14.2053484 44.1762378,17.963413 47.9262378,21.3284985 Z"
                transform="translate(45.113738, 10.054305) scale(-1, 1) rotate(-45.000000) translate(-45.113738, -10.054305) "
              />
            </g>
            <g
              className="slds-illustration__stroke-primary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M60,64.4813423 C42.5559896,58.4405997 33.7226563,49.4405997 33.5,37.4813423 L33.5,0.481342336"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M19.5,44.8774194 C25.5,39.4932824 28.5,33.4803792 28.5,26.8387097 C28.5,20.1970402 25.5,14.1841369 19.5,8.8 C13.5,14.1841369 10.5,20.1970402 10.5,26.8387097 C10.5,33.4803792 13.5,39.4932824 19.5,44.8774194 Z"
                transform="translate(19.500000, 26.838710) rotate(-45.000000) translate(-19.500000, -26.838710) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M43.125,25.3354839 C46.875,21.9703983 48.75,18.2123338 48.75,14.0612903 C48.75,9.91024688 46.875,6.15218236 43.125,2.78709677 C39.375,6.15218236 37.5,9.91024688 37.5,14.0612903 C37.5,18.2123338 39.375,21.9703983 43.125,25.3354839 Z"
                transform="translate(43.125000, 14.061290) scale(-1, 1) rotate(-45.000000) translate(-43.125000, -14.061290) "
              />
            </g>
          </g>
        </g>
      </g>
    </g>
  </svg>
);
 
export const WalkthroughNotAvailable = props => (
  <svg
    className="slds-illustration__svg"
    viewBox="0 0 424 253"
    aria-hidden="true"
    xmlns="http://www.w3.org/2000/svg"
  >
    <g stroke="none" strokeWidth="1" fill="none" fillRule="evenodd">
      <g transform="translate(-90.000000, -75.000000)">
        <g>
          <g transform="translate(362.500000, 251.000000) scale(-1, 1) translate(-362.500000, -251.000000) translate(212.000000, 176.000000)">
            <g
              transform="translate(11.000000, 61.000000)"
              className="slds-illustration__stroke-secondary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M205.678404,88.7060547 C241.204839,79.6402995 264.385375,73.6529948 275.22001,70.7441406 C284.386465,68.2831552 288.919667,66.3692913 289.659463,63.6132812 C290.231312,61.482937 289.575954,58.5184063 280.531534,56.4824219 C263.69169,53.375 221.886026,49.1894531 211.291014,47.6064453 C200.696003,46.0234375 163.447549,43.4306641 163.531534,32.3076172 C163.615518,21.1845703 191.456338,18.3017578 202.277343,16.6347656 C213.098347,14.9677734 215.910155,12.1396484 215.910155,9.08691406 C215.910155,7.05175781 210.827893,4.38736979 200.66337,1.09375"
                transform="translate(226.670882, 44.899902) scale(-1, 1) translate(-226.670882, -44.899902) "
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M1.31221526,0.5 C13.3068171,2.21419271 20.5131973,3.86816406 22.9313559,5.46191406 C26.5585938,7.85253906 27.8242188,13.1230469 21.7255859,15.6025391 C17.6598307,17.2555339 12.7158203,18.8808594 6.89355469,20.4785156 C2.33626302,22.3964844 0.0576171875,24.4661458 0.0576171875,26.6875 C0.0576171875,30.0195313 2.96846526,31.8701172 10.9206137,33.125 C18.8727621,34.3798828 78.7253012,39.5429688 83.3229575,39.7568359 C87.9206137,39.9707031 163.017293,45.9052734 190.737997,53.4716797 C218.4587,61.0380859 230.180095,69.3007812 231.721395,75.7050781 C232.748929,79.9746094 231.513997,83.4833984 228.016602,86.2314453"
                transform="translate(116.064507, 43.365723) scale(-1, 1) translate(-116.064507, -43.365723) "
              />
            </g>
            <path
              vectorEffect="non-scaling-stroke"
              d="M0.96484375,61.5 L241.929687,61.5"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="40 61 113.5 0 171.5 45"
            />
            <polyline
              vectorEffect="non-scaling-stroke"
              className="slds-illustration__stroke-secondary"
              strokeWidth="3"
              strokeLinecap="round"
              strokeLinejoin="round"
              points="155 30.9433962 171.5 16 227 60"
            />
            <path
              vectorEffect="non-scaling-stroke"
              d="M230.968213,39.968973 L234.46647,56.4296875 L228.542446,61.0018357 L223.607422,61.3664012 L229.020498,39.9319979 C229.155728,39.3965247 229.699439,39.0720629 230.234912,39.2072921 C230.604556,39.3006424 230.888959,39.5960527 230.968213,39.968973 Z"
              className="slds-illustration__fill-secondary"
              transform="translate(229.036946, 50.271507) scale(-1, 1) translate(-229.036946, -50.271507) "
            />
          </g>
          <g transform="translate(129.000000, 130.000000)">
            <g
              transform="translate(25.000000, 0.000000)"
              className="slds-illustration__fill-secondary"
            >
              <path
                vectorEffect="non-scaling-stroke"
                d="M24.5,121.514719 L24.5,5 L7.5,0 L7.5,167.671875 C7.48762464,169.600647 6.8735755,171.502553 6,173.377594 C5.1264245,175.252635 2.90714031,177.62677 0,179.5 L32,179.5 C29.1883458,177.694031 27.6521991,175.597198 26.5,174.209503 C25.3478009,172.821808 24.717281,170.944682 24.5,168.578125 L24.5,138.367434 C24.7249438,138.219742 24.4382699,138.047012 24.636039,137.849242 L45.8492424,116.636039 C47.4113396,115.073942 47.4113396,112.541282 45.8492424,110.979185 L43.0208153,108.150758 C41.4587181,106.58866 38.9260582,106.58866 37.363961,108.150758 L24.5,121.514719 Z"
              />
            </g>
            <g transform="translate(32.000000, 0.000000)" fill="#FFFFFF">
              <polygon
                vectorEffect="non-scaling-stroke"
                points="1.56762695 0.629394531 16.9477539 5.69604492 16.9477539 9.03393555 0.170410156 4.12597656"
              />
            </g>
            <g>
              <path
                vectorEffect="non-scaling-stroke"
                d="M49.5,121.514719 L49.5,5 L32.5,0 L32.5,167.671875 C32.4876246,169.600647 31.8735755,171.502553 31,173.377594 C30.1264245,175.252635 27.9071403,177.62677 25,179.5 L57,179.5 C54.1883458,177.694031 52.6521991,175.597198 51.5,174.209503 C50.3478009,172.821808 49.717281,170.944682 49.5,168.578125 L49.5,138.367434 C49.7249438,138.219742 49.4382699,138.047012 49.636039,137.849242 L70.8492424,116.636039 C72.4113396,115.073942 72.4113396,112.541282 70.8492424,110.979185 L68.0208153,108.150758 C66.4587181,106.58866 63.9260582,106.58866 62.363961,108.150758 L49.5,121.514719 Z"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M9,179.5 L81,179.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M0,179.5 L3,179.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M57.9821839,168.453786 L60,179 L54,179 L56.0178161,168.453786 C56.1216026,167.911341 56.6454769,167.555738 57.1879221,167.659524 C57.5904065,167.736532 57.9051763,168.051302 57.9821839,168.453786 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M61.9685597,171.091165 L64,179 L58,179 L60.0314403,171.091165 C60.1688385,170.556245 60.7138607,170.233989 61.2487814,170.371387 C61.6020064,170.462115 61.8778313,170.73794 61.9685597,171.091165 Z"
                className="slds-illustration__fill-primary"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M22.9685597,171.091165 L25,179 L19,179 L21.0314403,171.091165 C21.1688385,170.556245 21.7138607,170.233989 22.2487814,170.371387 C22.6020064,170.462115 22.8778313,170.73794 22.9685597,171.091165 Z"
                className="slds-illustration__fill-primary"
              />
            </g>
          </g>
          <g transform="translate(91.000000, 147.000000)">
            <g className="slds-illustration__fill-secondary">
              <path
                vectorEffect="non-scaling-stroke"
                d="M4,0 L152,0 C154.209139,-1.61026889e-14 156,1.790861 156,4 L156,92 C156,94.209139 154.209139,96 152,96 L4,96 C1.790861,96 2.705415e-16,94.209139 0,92 L0,75.9353173 L5.99999907,73.6003702 L0,71.8894428 L0,67.2234547 L9.99999846,63.907068 L0,59.2127597 L0,4 C-2.705415e-16,1.790861 1.790861,4.05812251e-16 4,0 Z"
              />
            </g>
            <g>
              <polygon
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinecap="round"
                strokeLinejoin="round"
                points="0.5 0.5 156.5 0.5 156.5 96.5 0.5 96.5 0.5 76.4355469 6.5 74.1005859 0.5 72.3896484 0.5 67.7236328 10.5 64.4072266 0.5 59.7128906"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M155,32.5 L0,32.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinejoin="round"
              />
              <path
                vectorEffect="non-scaling-stroke"
                d="M155,64.5 L9,64.5"
                className="slds-illustration__stroke-primary"
                strokeWidth="3"
                strokeLinejoin="round"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="146"
                cy="10"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="146"
                cy="86"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="10"
                cy="10"
                r="3"
              />
              <circle
                vectorEffect="non-scaling-stroke"
                className="slds-illustration__fill-primary"
                cx="10"
                cy="86"
                r="3"
              />
            </g>
            <g transform="translate(2.000000, 2.000000)" fill="#FFFFFF">
              <path
                vectorEffect="non-scaling-stroke"
                d="M55.8642363,32.9353041 C53.419953,36.6948065 52,41.1815794 52,46 C52,59.254834 62.745166,70 76,70 C80.8184206,70 85.3051935,68.580047 89.0646959,66.1357637 L55.8642363,32.9353041 Z M62.9353041,25.8642363 L96.1357637,59.0646959 C98.580047,55.3051935 100,50.8184206 100,46 C100,32.745166 89.254834,22 76,22 C71.1815794,22 66.6948065,23.419953 62.9353041,25.8642363 Z M76,80 C57.2223185,80 42,64.7776815 42,46 C42,27.2223185 57.2223185,12 76,12 C94.7776815,12 110,27.2223185 110,46 C110,64.7776815 94.7776815,80 76,80 Z"
              />
              <rect x="0" y="0" width="153" height="3" />
            </g>
          </g>
          <g transform="translate(408.500000, 207.500000)">
            <g fill="#FFFFFF">
              <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-secondary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                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"
                transform="translate(21.000000, 34.323944) scale(-1, 1) translate(-21.000000, -34.323944) "
              />
            </g>
          </g>
          <g transform="translate(435.000000, 174.500000)">
            <g transform="translate(1.000000, 0.000000)" fill="#FFFFFF">
              <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-secondary"
              strokeLinecap="round"
              strokeLinejoin="round"
              strokeWidth="3"
            >
              <polygon
                vectorEffect="non-scaling-stroke"
                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="M16.6478873,37 C22.6478873,41.4120254 25.6478873,43.7453587 25.6478873,44 C25.6478873,43.7453587 22.6478873,41.4120254 16.6478873,37 Z"
              />
              <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"
              />
            </g>
          </g>
          <g
            transform="translate(172.000000, 76.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(316.000000, 121.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>
      </g>
    </g>
  </svg>
);