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 2ZM8 7a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2h-1.99c.306.463.515.974.631 1.5H15a1 1 0 1 1 0 2h-1.359a4.409 4.409 0 0 1-1.019 2.003c-.425.475-.96.857-1.589 1.116l1.674 1.674a1 1 0 0 1-1.414 1.414L8.415 14.83a1.077 1.077 0 0 1 .727-1.831c.955-.032 1.591-.384 1.992-.83.177-.197.317-.424.419-.668H9a1 1 0 1 1 0-2h2.553a2.345 2.345 0 0 0-.48-.733C10.653 8.335 9.99 8 9 8a1 1 0 0 1-1-1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;