import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm2.445 12.832a1 1 0 0 0 1.11-1.664L13 11.465V7a1 1 0 1 0-2 0v4.52c0 .634.317 1.227.845 1.579l2.6 1.733ZM4.707 2.293a1 1 0 0 1 0 1.414l-1 1a1 1 0 0 1-1.414-1.414l1-1a1 1 0 0 1 1.414 0ZM19.293 2.293a1 1 0 0 0 0 1.414l1 1a1 1 0 1 0 1.414-1.414l-1-1a1 1 0 0 0-1.414 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;