import type { SVGProps } from "react";
const Matlab = (props: SVGProps<SVGSVGElement>) => (
<svg {...props} viewBox="0 0 48 48">
<linearGradient
id="a"
x1="22.645"
x2="26.757"
y1="10.881"
y2="23.854"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#4adddf" />
<stop offset=".699" stop-color="#3f5352" />
<stop offset=".863" stop-color="#442729" />
</linearGradient>
<path
fill="url(#a)"
d="m21 27-7-6s1-1.5 2.5-3 2.736-1.852 4.5-3c3.511-2.284 6.5-12 11-12L21 27z"
/>
<linearGradient
id="b"
x1="1"
x2="37.775"
y1="27.033"
y2="27.033"
gradientUnits="userSpaceOnUse"
>
<stop offset="0" stop-color="#4adddf" />
<stop offset=".792" stop-color="#3f5352" />
<stop offset="1" stop-color="#442729" />
</linearGradient>
<path fill="url(#b)" d="M11 33.066 1 26l13-5 7.277 5.465L14 32.066z" />
<linearGradient
id="c"
x1="11"
x2="47"
y1="24"
y2="24"
gradientUnits="userSpaceOnUse"
>
<stop offset=".206" stop-color="#53140f" />
<stop offset=".3" stop-color="#84360f" />
<stop offset=".413" stop-color="#b85b10" />
<stop offset=".511" stop-color="#df7610" />
<stop offset=".59" stop-color="#f68710" />
<stop offset=".639" stop-color="#ff8d10" />
<stop offset=".729" stop-color="#fd8a10" />
<stop offset=".8" stop-color="#f58010" />
<stop offset=".865" stop-color="#e86f10" />
<stop offset=".925" stop-color="#d65811" />
<stop offset=".982" stop-color="#c03a11" />
<stop offset="1" stop-color="#b72f11" />
</linearGradient>
<path
fill="url(#c)"
d="M32 3c5 0 13 27 15 34 0 0-7.017-6.63-11-6s-5.47 6.548-9.725 10.756C23.5 44.5 21 45 21 45s-.206-8.124-5-11c-2.5-1.5-5-1-5-1s6.049-2.901 9.474-8.174S28.5 3 32 3z"
/>
</svg>
);
export { Matlab };