import React from 'react';
function StarLight() {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
width='16'
height='18'
fill='none'
style={{ marginLeft: 0, marginRight: '8px' }}
viewBox='0 0 16 18'>
<path
fill='url(#paint0_linear_2112_1918)'
d='M.5 9c0-.323.262-.582.584-.614a5.846 5.846 0 0 0 5.231-5.231c.032-.321.29-.584.613-.584s.582.263.613.584a5.846 5.846 0 0 0 5.232 5.231c.321.032.583.29.583.614 0 .322-.262.58-.583.613a5.846 5.846 0 0 0-5.232 5.231c-.031.321-.29.584-.613.584s-.581-.263-.613-.584a5.846 5.846 0 0 0-5.231-5.231C.762 9.58.5 9.323.5 9'></path>
<path
fill='url(#paint1_linear_2112_1918)'
d='M12.07 1.928a.19.19 0 0 1 .175-.183 1.754 1.754 0 0 0 1.57-1.57.19.19 0 0 1 .184-.175.19.19 0 0 1 .184.175 1.754 1.754 0 0 0 1.57 1.57.19.19 0 0 1 .174.183.19.19 0 0 1-.175.184 1.754 1.754 0 0 0-1.57 1.57.19.19 0 0 1-.183.175.19.19 0 0 1-.184-.175 1.754 1.754 0 0 0-1.57-1.57.19.19 0 0 1-.175-.184'></path>
<path
fill='url(#paint2_linear_2112_1918)'
d='M10.786 15.429c0-.13.105-.233.234-.245a2.34 2.34 0 0 0 2.092-2.093.253.253 0 0 1 .245-.234c.13 0 .233.105.246.234a2.34 2.34 0 0 0 2.092 2.093.253.253 0 0 1 .234.245c0 .129-.105.232-.234.245a2.34 2.34 0 0 0-2.092 2.093.253.253 0 0 1-.246.233.253.253 0 0 1-.245-.233 2.34 2.34 0 0 0-2.092-2.093.253.253 0 0 1-.234-.245'></path>
<defs>
<linearGradient
id='paint0_linear_2112_1918'
x1='6.928'
x2='6.928'
y1='2.571'
y2='15.428'
gradientUnits='userSpaceOnUse'>
<stop stopColor='#E5C8FF'></stop>
<stop offset='1' stopColor='#BA6DFC'></stop>
</linearGradient>
<linearGradient
id='paint1_linear_2112_1918'
x1='13.999'
x2='13.999'
y1='0'
y2='3.857'
gradientUnits='userSpaceOnUse'>
<stop stopColor='#E7CBFF'></stop>
<stop offset='1' stopColor='#F5E9FF'></stop>
</linearGradient>
<linearGradient
id='paint2_linear_2112_1918'
x1='13.357'
x2='13.357'
y1='12.857'
y2='18'
gradientUnits='userSpaceOnUse'>
<stop stopColor='#E7CBFF'></stop>
<stop offset='1' stopColor='#F5E9FF'></stop>
</linearGradient>
</defs>
</svg>
);
}
export default StarLight;