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 d="M17.657 5A9 9 0 0 0 3 12c0 2.827.647 5.35 1.205 7M20.488 9c.331.938.512 1.948.512 3s-.512 1.812-.512 3c0 .612.136 1.39.268 2" /><path d="M9 7.998a5 5 0 0 1 7.83 2.708c.714 2.667-.33 3.794-.33 4.794 0 1.852 1 3.5 1.5 4.5M9 21c-1.5-3-2.5-6.5-2-9" /><path d="M14 21c-1.5-2.5-3.5-6.5-1.5-9" /></svg>;
export default SvgComponent;