import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path fillRule="evenodd" d="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9c0 4.31-.537 6.651-2.445 7.856l-.316-.978c-.335-1.208-.946-2.01-1.977-2.495-1.009-.474-2.398-.633-4.262-.633-1.866 0-3.255.172-4.264.66-1.03.497-1.64 1.31-1.975 2.517l-.31.932C3.537 18.656 3 16.314 3 12Zm5.75-2a3.25 3.25 0 1 1 6.5 0 3.25 3.25 0 0 1-6.5 0Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 12c0-7.412 1.588-9 9-9s9 1.588 9 9-1.588 9-9 9-9-1.588-9-9Z" /><path d="M15 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM6 19c.638-2.307 2.28-3 6-3s5.362.642 6 2.95" /></svg>;
export default SvgComponent;