import React from 'react';
import withIcon from '../lib/withIcon';
export const IconClock = withIcon(function IconClock(props) {
    return (<svg data-tag="IconClock" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12m3.75 0c0-.277.364-.529 1.064-.724.699-.194 1.733-.332 3.074-.38.039-1.827.174-3.239.37-4.193.198-.955.456-1.453.742-1.453.313 0 .595.598.797 1.74.203 1.143.328 2.83.328 5.01A1.121 1.121 0 0 1 12 13.125c-1.695 0-3.008-.125-3.896-.328-.889-.202-1.354-.484-1.354-.797"/>
    </svg>);
});
//# sourceMappingURL=Clock.jsx.map