// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const ClockIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 20 20">
    <path
      fill="currentColor"
      fillRule="evenodd"
      clipRule="evenodd"
      d="M10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75ZM11.25 5C11.25 4.30964 10.6904 3.75 10 3.75C9.30964 3.75 8.75 4.30964 8.75 5V10C8.75 10.3315 8.8817 10.6495 9.11612 10.8839L12.2411 14.0089C12.7293 14.497 13.5207 14.497 14.0089 14.0089C14.497 13.5207 14.497 12.7293 14.0089 12.2411L11.25 9.48223V5Z"
    />
  </svg>
);

const ClockIconWrapper = toIcon(ClockIcon);
export default ClockIconWrapper;
