export const LogoSVG: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" {...props}>
    <path
      fill="#30947F"
      d="M30.923 4.069c-1.445-1.777-3.387-2.727-5.649-3.03-.087-.086-.185-.106-.296-.051l-.575-.08-.181.329.181-.329C24.34.878 24.276.83 24.21.82 20.184.252 16.147-.15 12.075.054c-1.792.09-3.552.4-5.25 1.001C1.662 2.885-.664 6.785.164 12.183c.284 1.855.931 3.605 1.615 5.328 1.054 2.652 1.614 5.35 1.296 8.206-.048.431-.038.869-.06 1.303-.01.194-.06.415.111.544.8.6 1.612 1.186 2.51 1.843.03-.344.054-.53.06-.715.087-2.1.226-4.201.235-6.302.004-1.145.401-2.061 1.107-2.898 1.492-1.77 3.182-3.327 5.002-4.756 2.027-1.59 4.11-3.094 6.341-4.388.108-.062.286-.087.233-.326-2.699-.26-5.154.444-7.437 1.866-1.634 1.017-3.002 2.347-4.384 3.665-.127.122-.249.365-.464.26-.209-.101-.1-.347-.095-.526.058-1.763.128-3.525.19-5.288.017-.444.14-.854.37-1.229C8.048 6.718 9.863 5.348 12.1 4.55c3.3-1.176 6.539-1.036 9.672.611 3.115 2.33 4.175 4.899 3.184 8.267-.91 3.09-2.447 5.75-5.781 6.827-.689.222-1.395.388-2.096.57-.91.234-1.836.407-2.717.75-1.372.535-2.222 1.485-2.437 2.974-.09.62-.237 1.232-.35 1.85-.305 1.686-.627 3.37-.801 5.078-.021.205-.202.553.162.603 1.42.193 2.854.312 4.194-.35 2.26-1.118 4.06-2.846 5.836-4.576 4.026-3.917 6.786-8.702 9.274-13.671.746-1.491 1.076-3.085 1.507-4.671.48-1.77.31-3.348-.826-4.742l.001-.001Z"
    />
  </svg>
);
