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 2ZM9.553 6.106c2.223-1.112 4.676-.853 5.683.9.426.744.483 1.621.202 2.494H16a1 1 0 1 1 0 2h-1.825a9.05 9.05 0 0 1-1.147 1H16a1 1 0 1 1 0 2h-5.041c-.282.61-.196 1.105-.048 1.377.283.523 1.207 1.047 2.593.255a1 1 0 0 1 .992 1.736c-2.113 1.208-4.398.704-5.343-1.037a3.261 3.261 0 0 1-.301-2.331H8a1 1 0 1 1 0-2h1.915a7.095 7.095 0 0 1 1.066-1H8a1 1 0 1 1 0-2h5.23c.088-.134.158-.261.213-.381.25-.544.18-.905.058-1.117-.239-.415-1.276-.996-3.053-.108a1 1 0 0 1-.895-1.788Z" clipRule="evenodd" /></svg>;
export default SvgComponent;