const SupportIcon = ( props ) => {
	const {height, width, color} = props;

	return (
		<>
			<svg height={`${height}px`} width={`${width}px`} id="Layer_1" data-name="Layer 1" viewBox="0 0 512 512"><path d="M503.765,274.64A71.442,71.442,0,0,1,435.535,349q-1.658.077-3.31.077a70.061,70.061,0,0,1-14.935-1.621,192.414,192.414,0,0,1-130.067,85.23,41.593,41.593,0,1,1-1.328-30.209A161.532,161.532,0,0,0,418.05,243.188c0-89.355-72.695-162.05-162.05-162.05S93.95,153.833,93.95,243.188a162.016,162.016,0,0,0,20.513,78.934,9.831,9.831,0,0,1,1.017,2.544,14.96,14.96,0,0,1-8.321,18.873,70.639,70.639,0,0,1-27.412,5.531q-1.662,0-3.331-.077a71.434,71.434,0,0,1-68.181-74.36c.319-7.535.141-14.258-.033-20.759-.162-6.121-.331-12.451-.053-19.056a71.5,71.5,0,0,1,71.782-68.287C109.587,98.679,177.34,51.138,256,51.138S402.414,98.679,432.07,166.532a71.443,71.443,0,0,1,71.78,68.275c.279,6.615.111,12.944-.053,19.065C503.625,260.374,503.446,267.1,503.765,274.64Zm-121.96-31.452a125.854,125.854,0,0,1-158.119,121.6l-50.921,29.407a15,15,0,0,1-21.99-16.873l13.014-48.548A126.293,126.293,0,0,1,130.2,243.188C130.2,173.8,186.631,117.354,256,117.354S381.805,173.8,381.805,243.188Zm-160.78,0a15,15,0,0,0-15-15H206a15,15,0,1,0,15.028,15Zm49.978,0a14.2,14.2,0,0,0-.08-1.47,14,14,0,0,0-.219-1.46,11.356,11.356,0,0,0-.361-1.42c-.139-.47-.309-.93-.489-1.39s-.4-.89-.63-1.32a14.425,14.425,0,0,0-.75-1.26,14.625,14.625,0,0,0-.881-1.19,12.625,12.625,0,0,0-.989-1.09c-.34-.35-.71-.68-1.09-1-.381-.3-.781-.6-1.191-.87a14.408,14.408,0,0,0-1.259-.75c-.431-.23-.88-.44-1.331-.63a13.277,13.277,0,0,0-1.379-.49,13.138,13.138,0,0,0-2.88-.58,15.38,15.38,0,0,0-4.4.21,14.206,14.206,0,0,0-1.429.37,13.131,13.131,0,0,0-1.38.49c-.45.19-.9.4-1.33.63s-.85.48-1.261.75-.81.57-1.179.87c-.39.32-.75.65-1.1,1a12.813,12.813,0,0,0-.991,1.09,14.486,14.486,0,0,0-.869,1.19,14.272,14.272,0,0,0-.76,1.26,13.431,13.431,0,0,0-.621,1.32,14.706,14.706,0,0,0-.5,1.39c-.139.46-.259.94-.359,1.42a14.279,14.279,0,0,0-.221,1.46c-.049.49-.07.98-.07,1.47s.021.99.07,1.48a14.517,14.517,0,0,0,.221,1.45c.1.48.22.96.359,1.43a14.524,14.524,0,0,0,.5,1.38,13.6,13.6,0,0,0,.621,1.33c.229.43.49.85.76,1.26a14.327,14.327,0,0,0,.869,1.18,14.682,14.682,0,0,0,.991,1.1c.35.34.71.68,1.1.99a12.8,12.8,0,0,0,1.179.87c.411.27.83.53,1.261.76a16.568,16.568,0,0,0,2.71,1.12c.469.14.949.26,1.429.36a14.293,14.293,0,0,0,2.93.29,15.089,15.089,0,0,0,10.6-4.39,16.227,16.227,0,0,0,1.87-2.28q.405-.615.75-1.26c.23-.43.44-.88.63-1.33s.35-.92.489-1.38a11.972,11.972,0,0,0,.361-1.43,14.224,14.224,0,0,0,.219-1.45A14.389,14.389,0,0,0,271,243.186Zm50,0a15,15,0,0,0-15-15h-.029a15,15,0,1,0,15.029,15Z"/></svg>
		</>
	);
}

export default SupportIcon;
