import React from 'react';

const PlayStoreIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='23'
    height='26'
    viewBox='0 0 23 26'
    {...props}
  >
    <path
      d='M0.376853 0.70459C0.0890774 0.992376 -0.0078125 1.4725 -0.0078125 2.04952V23.2748C-0.0078125 23.8504 0.18452 24.332 0.472296 24.6198L0.56774 24.7152L12.4765 12.8061V12.6137L0.376853 0.70459Z'
      fill='url(#paint0_linear_649_11131)'
    />
    <path
      d='M16.3196 16.8403L12.3818 12.9024V12.6147L16.3196 8.67676L16.415 8.77221L21.1207 11.4606C22.4656 12.2285 22.4656 13.478 21.1207 14.2459L16.3196 16.8389V16.8403Z'
      fill='url(#paint1_linear_649_11131)'
    />
    <path
      d='M16.4182 16.7428L12.385 12.7095L0.380859 24.7141C0.860968 25.1942 1.53341 25.1942 2.39818 24.8095L16.4197 16.7428'
      fill='url(#paint2_linear_649_11131)'
    />
    <path
      d='M16.4158 8.67582L2.39428 0.704577C1.5295 0.224452 0.857062 0.319898 0.376953 0.800024L12.3811 12.7092L16.4143 8.67582H16.4158Z'
      fill='url(#paint3_linear_649_11131)'
    />
    <defs>
      <linearGradient
        id='paint0_linear_649_11131'
        x1='6.23505'
        y1='0.635174'
        x2='6.23505'
        y2='24.5359'
        gradientUnits='userSpaceOnUse'
      >
        <stop stopColor='#267CAF' />
        <stop offset='0.29' stopColor='#4A92B4' />
        <stop offset='0.77' stopColor='#79BCBA' />
        <stop offset='1' stopColor='#88CEBC' />
      </linearGradient>
      <linearGradient
        id='paint1_linear_649_11131'
        x1='18.5972'
        y1='9.82501'
        x2='15.6817'
        y2='16.418'
        gradientUnits='userSpaceOnUse'
      >
        <stop stopColor='#F48879' />
        <stop offset='0.12' stopColor='#F5907A' />
        <stop offset='0.71' stopColor='#FBB777' />
        <stop offset='1' stopColor='#FDC874' />
      </linearGradient>
      <linearGradient
        id='paint2_linear_649_11131'
        x1='14.2635'
        y1='14.8382'
        x2='1.14838'
        y2='25.4439'
        gradientUnits='userSpaceOnUse'
      >
        <stop stopColor='#EB413D' />
        <stop offset='0.17' stopColor='#D94452' />
        <stop offset='0.57' stopColor='#AF487A' />
        <stop offset='0.86' stopColor='#954B92' />
        <stop offset='1' stopColor='#894A9C' />
      </linearGradient>
      <linearGradient
        id='paint3_linear_649_11131'
        x1='2.07758'
        y1='1.28304'
        x2='14.6215'
        y2='10.8634'
        gradientUnits='userSpaceOnUse'
      >
        <stop stopColor='#54C0AC' />
        <stop offset='1' stopColor='#DDE79A' />
      </linearGradient>
    </defs>
  </svg>
);

export default PlayStoreIcon;
