/**
 * WordPress dependencies
 */
import { Path, SVG } from '@wordpress/components';

export const ClockIcon = () => (
	<SVG xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
		<Path fillRule="evenodd" clipRule="evenodd"
			d="M12 19.5C16.1421 19.5 19.5 16.1421 19.5 12C19.5 7.85786 16.1421 4.5 12 4.5C7.85786 4.5 4.5 7.85786 4.5 12C4.5 16.1421 7.85786 19.5 12 19.5ZM12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21Z"
			fill="#1E1E1E" />
		<Path d="M11 12L12 7L13 12H11Z" fill="#1E1E1E" />
		<Path d="M12 13C12.5523 13 13 12.5523 13 12H11C11 12.5523 11.4477 13 12 13Z" fill="#1E1E1E" />
		<Path d="M12.8144 11.3845L15.6429 15.6271L11.4002 12.7987L12.8144 11.3845Z" fill="#1E1E1E" />
	</SVG>
);
