/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ClockIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M12.733 11.523v-3.6a.97.97 0 0 0-.287-.713.97.97 0 0 0-.713-.287.97.97 0 0 0-.712.287.97.97 0 0 0-.288.713v3.975q0 .2.075.387.075.188.225.338l3.3 3.3a.95.95 0 0 0 .7.275.95.95 0 0 0 .7-.275.95.95 0 0 0 .275-.7.95.95 0 0 0-.275-.7zm-1 10.4a9.7 9.7 0 0 1-3.9-.788 10.1 10.1 0 0 1-3.175-2.137q-1.35-1.35-2.137-3.175a9.7 9.7 0 0 1-.788-3.9q0-2.075.788-3.9a10.1 10.1 0 0 1 2.137-3.175q1.35-1.35 3.175-2.138a9.7 9.7 0 0 1 3.9-.787q2.076 0 3.9.787a10.1 10.1 0 0 1 3.175 2.138q1.35 1.35 2.138 3.175a9.7 9.7 0 0 1 .787 3.9 9.7 9.7 0 0 1-.787 3.9 10.1 10.1 0 0 1-2.138 3.175q-1.35 1.35-3.175 2.137a9.7 9.7 0 0 1-3.9.788' />
    </g>
  </svg>
);
export default ClockIcon;
