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 13a9 9 0 1 1 15.19 6.534c-.333.315-.783.466-1.24.466h-9.9c-.457 0-.907-.151-1.24-.466A8.975 8.975 0 0 1 3 13Zm9-2.25a2.25 2.25 0 1 0 0 4.5 2.25 2.25 0 0 0 0-4.5Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M12 4a9 9 0 0 0-6.19 15.534c.333.315.783.466 1.24.466h9.9c.457 0 .907-.151 1.24-.466A9 9 0 0 0 12 4Z" /><path d="M14 13a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM13.5 11.5 16 9" /></svg>;
export default SvgComponent;