// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const SpotifyIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M2 12a10 10 0 1 1 20 0 10 10 0 0 1-20 0Zm13.5 4.4c.6.5 1.5-.6.6-1.2a12.5 12.5 0 0 0-9.2-1c-.7.1-.6 1.3.1 1.3 3-.5 5.6-.9 8.5.9Zm1-2.5c-3.5-1.9-6-1.9-9.7-1.1-1 0-1-1.3-.2-1.6a14 14 0 0 1 10.7 1.3c.7.5.3 1.8-.8 1.4Zm1.1-3c1 .7 2-1 1-1.6A16.7 16.7 0 0 0 6 8c-1 .4-.5 2 .3 1.9 4.1-1 8-1 11.3 1Z"
    />
  </svg>
);

const SpotifyIconWrapper = toIcon(SpotifyIcon);
export default SpotifyIconWrapper;
