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.626Zm.282 4.696h.002l.002-.001.005-.002.01-.004.02-.007a1.174 1.174 0 0 1 .158-.04c.477-.093 1.274-.01 2.424.77l.086.06.119-.028a7.402 7.402 0 0 1 3.402.028l.087-.06c1.145-.777 1.94-.863 2.418-.77a1.348 1.348 0 0 1 .16.04l.021.008.01.004.005.001.003.001.002.001a1 1 0 0 1 .607.647 4.796 4.796 0 0 1 .2 2.494A4.945 4.945 0 0 1 18 12.881c-.002 1.91-.504 3.27-1.427 4.172-.904.882-2.056 1.17-3.009 1.285h-.001a9.862 9.862 0 0 1-3.132.028l-.03-.004c-.95-.129-2.092-.43-2.986-1.318C6.5 16.14 6 14.783 6 12.881a4.946 4.946 0 0 1 .727-2.655 4.833 4.833 0 0 1 .217-2.554 1 1 0 0 1 .588-.588Z" clipRule="evenodd" /></svg>;
export default SvgComponent;