import * as React from "react";
export const Logo = (props: any) => (
  <svg
    className="onvo-logo-question-modal"
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 360 360"
    fill="none"
    {...props}
  >
    <path
      fill="#fff"
      fillRule="evenodd"
      d="M316.068 62.473c11.34 4.363 16.996 17.092 12.634 28.432l-45.016 117.011c-8.234 21.402-38.127 22.441-47.826 1.662l-42.813-91.718c-5.139-11.01-.38-24.101 10.63-29.24 11.01-5.14 24.101-.38 29.241 10.63l24.904 53.352 29.814-77.495c4.363-11.34 17.092-16.997 28.432-12.634Z"
      clipRule="evenodd"
    />
    <path
      fill="#2D9CDB"
      fillRule="evenodd"
      d="M221.142 88.001c11.324 4.404 16.935 17.154 12.531 28.478l-55.478 142.678c-8.726 22.441-40.637 21.989-48.723-.691l-20.563-57.674-36.695 85.286c-4.802 11.161-17.742 16.316-28.903 11.514-11.161-4.802-16.316-17.742-11.514-28.903l54.8-127.367c9.337-21.702 40.439-20.709 48.373 1.544l19.723 55.32 37.972-97.653c4.403-11.324 17.153-16.935 28.477-12.532Z"
      clipRule="evenodd"
    />
    <path
      fill="#27AE60"
      fillRule="evenodd"
      d="M316.068 62.473c11.34 4.363 16.996 17.092 12.634 28.432l-45.016 117.011c-8.234 21.402-38.127 22.441-47.826 1.662l-42.813-91.718c-5.139-11.01-.38-24.101 10.63-29.24 11.01-5.14 24.101-.38 29.241 10.63l24.904 53.352 29.814-77.495c4.363-11.34 17.092-16.997 28.432-12.634Z"
      clipRule="evenodd"
      style={{
        mixBlendMode: "darken",
      }}
    />
    <circle cx={52.404} cy={276.19} r={12.735} fill="#1C628A" />
    <circle cx={110.151} cy={150.67} r={14.326} fill="#1C628A" />
    <circle cx={153.988} cy={250.126} r={14.326} fill="#1C628A" />
    <circle cx={213.404} cy={107.741} r={12.735} fill="#165836" />
    <circle cx={258.995} cy={199.332} r={14.326} fill="#19703D" />
    <circle cx={308.404} cy={82.741} r={12.735} fill="#19703D" />
  </svg>
);
