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="M7.25 2.388C8.55 2.099 10.124 2 12 2s3.451.1 4.75.388c1.31.291 2.399.788 3.236 1.626.838.837 1.335 1.926 1.626 3.236C21.901 8.55 22 10.124 22 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.626-1.299.289-2.874.388-4.75.388s-3.451-.1-4.75-.388c-1.31-.291-2.399-.788-3.236-1.626-.838-.837-1.335-1.926-1.626-3.236C2.099 15.45 2 13.876 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.626ZM12 6a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm6.378 11.294c.352.575.227 1.336-.341 1.7-.517.33-1.121.532-1.721.666-1.084.24-2.486.34-4.316.34-1.83 0-3.233-.1-4.316-.34-.589-.131-1.182-.328-1.693-.648-.579-.363-.706-1.133-.344-1.713a4.141 4.141 0 0 1 1.762-1.565c1.171-.566 2.707-.734 4.59-.734 1.878 0 3.412.155 4.582.705a4.079 4.079 0 0 1 1.797 1.59Z" clipRule="evenodd" /></svg>;
export default SvgComponent;