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 2Zm0 6.875c0-.33.12-.517.265-.638.168-.14.431-.237.735-.237s.566.097.735.237c.145.121.265.308.265.638a1 1 0 1 0 2 0c0-.92-.38-1.67-.985-2.174C14.433 6.216 13.696 6 13 6c-.696 0-1.434.216-2.015.7C10.38 7.205 10 7.956 10 8.876V10H9a1 1 0 1 0 0 2h1v1H9a1 1 0 1 0 0 2h.98l-.01.017a1.725 1.725 0 0 1-.287.324c-.285.263-.663.511-.97.68a1.054 1.054 0 0 0-.515 1.176c.095.386.454.803 1.023.803H15a1 1 0 1 0 0-2h-3.288c.155-.267.288-.607.288-1h1a1 1 0 1 0 0-2h-1v-1h1a1 1 0 1 0 0-2h-1V8.875Z" clipRule="evenodd" /></svg>;
export default SvgComponent;