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 d="M11.555 14.636c.127.746 1.162.837 1.418.125l1.406-3.906a1 1 0 0 0-1.28-1.28l-3.906 1.407c-.711.256-.62 1.29.126 1.418a2.736 2.736 0 0 1 2.236 2.236Z" /><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.855 13.439c-.953 2.646-4.798 2.306-5.271-.466a.736.736 0 0 0-.602-.602C6.21 13.898 5.87 10.053 8.516 9.1l3.906-1.406c2.388-.86 4.699 1.45 3.839 3.839l-1.406 3.906Z" clipRule="evenodd" /></svg>;
export default SvgComponent;