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="M12.952 20.905C15.073 19.493 20 15.709 20 11a8 8 0 1 0-16 0c0 4.709 4.927 8.494 7.048 9.905a1.707 1.707 0 0 0 1.904 0ZM12 7.75a3.25 3.25 0 1 0 0 6.5 3.25 3.25 0 0 0 0-6.5Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M20 11c0 2.268-1.143 4.322-2.566 6-1.53 1.804-3.382 3.172-4.48 3.904a1.711 1.711 0 0 1-1.907 0c-1.1-.732-2.952-2.1-4.481-3.904C5.144 15.322 4 13.268 4 11a8 8 0 1 1 16 0Z" /><path d="M15 11a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" /></svg>;
export default SvgComponent;