import { createSvgIcon } from '@mui/material';

const CircleClockStreamlinePlump = createSvgIcon(
  <svg
    width="32"
    height="32"
    viewBox="0 0 32 32"
    fill="none"
    xmlns="http://www.w3.org/2000/svg"
  >
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M1 16C1 7.716 7.716 1 16 1C24.284 1 31 7.716 31 16C31 24.284 24.284 31 16 31C7.716 31 1 24.284 1 16Z"
      fill="#CAD5FE"
    />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M16 26.6666C21.8914 26.6666 26.6667 21.8913 26.6667 16C26.6667 10.1086 21.8914 5.33331 16 5.33331C10.1087 5.33331 5.33337 10.1086 5.33337 16C5.33337 21.8913 10.1087 26.6666 16 26.6666Z"
      fill="#496BE3"
    />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M16 8.33331C16.4421 8.33331 16.866 8.50891 17.1786 8.82147C17.4911 9.13403 17.6667 9.55795 17.6667 9.99998V15.31L21.1787 18.8213C21.4913 19.1339 21.6669 19.5579 21.6669 20C21.6669 20.4421 21.4913 20.866 21.1787 21.1786C20.8661 21.4912 20.4421 21.6669 20 21.6669C19.558 21.6669 19.134 21.4912 18.8214 21.1786L14.8214 17.1786C14.6666 17.0239 14.5439 16.8401 14.4601 16.6379C14.3764 16.4356 14.3333 16.2189 14.3334 16V9.99998C14.3334 9.55795 14.509 9.13403 14.8215 8.82147C15.1341 8.50891 15.558 8.33331 16 8.33331Z"
      fill="#CAD5FE"
    />
  </svg>,
  'CircleClockStreamlinePlump',
);

export default CircleClockStreamlinePlump;
