import React from "react";

export const Logo: React.FC<React.SVGProps<SVGSVGElement>> = () => (
  <svg
    version="1.0"
    xmlns="http://www.w3.org/2000/svg"
    width="36.000000pt"
    height="33.000000pt"
    viewBox="0 0 36.000000 33.000000"
    preserveAspectRatio="xMidYMid meet"
  >
    <metadata>
      Created by potrace 1.16, written by Peter Selinger 2001-2019
    </metadata>
    <g
      transform="translate(0.000000,33.000000) scale(0.006545,-0.006089)"
      fill="#000000"
      stroke="none"
    >
      <path
        d="M1315 5409 c-528 -72 -976 -409 -1186 -892 -139 -316 -152 -587 -63
-1287 156 -1236 519 -2164 1077 -2757 253 -267 511 -410 827 -458 270 -41 526
2 795 134 400 197 858 499 1240 817 162 134 519 491 647 644 256 309 446 598
613 932 175 351 226 527 226 773 1 394 -160 726 -475 979 -567 456 -1405 797
-2436 990 -537 101 -1064 153 -1265 125z m2261 -1423 c168 -78 167 -309 -1
-399 l-40 -22 -1002 -3 -1003 -2 0 225 0 225 998 0 997 0 51 -24z m-386 -975
c129 -39 206 -85 305 -185 139 -140 193 -260 202 -451 6 -132 -10 -220 -60
-327 -68 -146 -179 -261 -320 -330 -152 -76 -101 -72 -989 -75 l-798 -4 0 211
0 210 754 0 c549 0 762 3 787 12 58 20 107 58 141 111 65 102 46 251 -43 332
-83 74 -27 70 -876 73 l-763 3 0 225 0 225 793 -3 c790 -4 792 -4 867 -27z"
      />
    </g>
  </svg>
);

Logo.displayName = "Logo";
