/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PlaystoreIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <g>
        <path d='M2.7 3.227v17.545a.193.193 0 0 0 .329.137L12.164 12 3.03 3.09a.193.193 0 0 0-.33.137M15.994 8.34 4.54 2.028l-.007-.004c-.197-.107-.385.16-.223.315l8.979 8.586zM4.31 21.66c-.162.155.026.422.224.315l.007-.004 11.453-6.31-2.705-2.587zM20.619 10.884l-3.2-1.762L14.413 12l3.008 2.876 3.198-1.76c.87-.48.87-1.751 0-2.232' />
      </g>
    </g>
  </svg>
);
export default PlaystoreIcon;
