export const VendorFuelLogo = () => {
	return (
		<svg
			id="b"
			xmlns="http://www.w3.org/2000/svg"
			xmlnsXlink="http://www.w3.org/1999/xlink"
			viewBox="0 0 80.98 132.39"
		>
			<defs>
				<linearGradient
					id="d"
					x1="19.84"
					y1="66.19"
					x2="99.01"
					y2="66.19"
					gradientUnits="userSpaceOnUse"
				>
					<stop offset="0" stopColor="#f93" />
					<stop offset=".17" stopColor="#f07b33" />
					<stop offset=".4" stopColor="#e05c33" />
					<stop offset=".61" stopColor="#d54533" />
					<stop offset=".82" stopColor="#ce3733" />
					<stop offset="1" stopColor="#c33" />
				</linearGradient>
			</defs>
			<g id="c">
				<path
					d="M70.9,60.06c-2.72,8.47,9.94,21.64,6.69,35.75-8.36,36.29-45.19,36.79-45.62,36.54l10.35-37.24h10.66s2.88-10.69,2.88-10.69h-10.58s1.44-5.55,1.44-5.55c.78-4.07,5.88-2.26,9.71-3.57,6.13-2.1,6.64-7.03,9.08-14.89,1-3.46,3.27-7.72,7.01-8.47,3.47-.7,7.25,1.52,8.46,4.13-3.76-2.04-7.99-1.92-10.08,4ZM20.13,131.34l9.87-36.22h-6.25s2.88-10.69,2.88-10.69h6.25s1.03-3.81,1.03-3.81c3.03-11.02,7.64-14.3,19.66-14.56,9.41-.13,12.91-15.96,12.58-23.95-.69-16.86-9.52-21.54-13.15-30-2.4-5.59-1.02-9.96,1.93-12.1-6.13,2.06-9.11,6.73-9.57,13.51-.45,6.68,4.16,14.4,1.55,19.43-4.54,7.11-17.32,9.31-27.53,14.1C6.36,53.14,.24,62.49,0,77.27c-.17,23.6,18.26,21.24,18.16,54.02,.4,.07,1.45,.04,1.97,.04ZM69.85,48.55c3.36-2.47,6.72-4.81,8.67-9.91,2.05-5.37-.94-10.53-2.6-15.11-1.04-2.89,1.52-7.88,1.52-7.88,0,0-8.53,6.96-7.29,15.76,1.97,10.54,1.85,9.99-.31,17.14Z"
					fill="url(#d)"
				/>
			</g>
		</svg>
	);
};
