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 2c-1.876 0-3.451.1-4.75.388-1.31.291-2.399.788-3.236 1.626-.838.837-1.335 1.926-1.626 3.236C2.099 8.55 2 10.124 2 12s.1 3.451.388 4.75c.291 1.31.788 2.399 1.626 3.236.837.838 1.926 1.335 3.236 1.626C8.55 21.901 10.124 22 12 22s3.451-.1 4.75-.388c1.31-.291 2.399-.788 3.236-1.626.838-.837 1.335-1.926 1.626-3.236.289-1.299.388-2.874.388-4.75s-.1-3.451-.388-4.75c-.291-1.31-.788-2.399-1.626-3.236-.837-.838-1.926-1.335-3.236-1.626C15.45 2.099 13.876 2 12 2Zm2.855 13.439c-.953 2.646-4.798 2.306-5.271-.466a.736.736 0 0 0-.602-.602c-2.772-.473-3.112-4.318-.466-5.27l3.906-1.407c2.388-.86 4.699 1.45 3.839 3.839l-1.406 3.906Zm-5.536-3.04a2.736 2.736 0 0 1 2.236 2.237c.127.746 1.162.837 1.418.126l1.406-3.907a1 1 0 0 0-1.28-1.28l-3.906 1.407c-.711.256-.62 1.29.126 1.418Z" clipRule="evenodd" /></svg>;
export default SvgComponent;