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.626ZM9 9a1 1 0 0 1 1 1v.011a1 1 0 0 1-2 0V10a1 1 0 0 1 1-1Zm-1.6 7.8a1 1 0 0 0 1.4-.2A3.992 3.992 0 0 1 12 15c1.308 0 2.47.627 3.201 1.6a1 1 0 0 0 1.6-1.2A5.992 5.992 0 0 0 12 13a5.992 5.992 0 0 0-4.8 2.4 1 1 0 0 0 .198 1.4ZM16 10a1 1 0 0 0-2 0v.011a1 1 0 1 0 2 0V10Z" clipRule="evenodd" /></svg>;
export default SvgComponent;