/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SpotifyIcon: 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>
      <path d='M12 3c-4.968 0-9 4.032-9 9s4.032 9 9 9 9-4.032 9-9-4.032-9-9-9m3.654 13.242c-.152 0-.246-.047-.388-.13-2.264-1.365-4.9-1.423-7.501-.89-.142.037-.327.095-.432.095a.565.565 0 0 1-.573-.574c0-.373.221-.551.493-.61 2.972-.656 6.01-.598 8.601.952.221.141.352.268.352.598s-.258.56-.552.56m.977-2.38c-.19 0-.316-.084-.447-.153-2.268-1.342-5.65-1.883-8.659-1.067-.174.048-.268.095-.431.095a.705.705 0 0 1-.704-.704c0-.389.188-.646.562-.751a12.2 12.2 0 0 1 3.55-.494c2.355 0 4.63.584 6.423 1.651.293.174.41.4.41.715a.703.703 0 0 1-.704.708m1.125-2.766c-.19 0-.305-.047-.468-.141-2.584-1.543-7.204-1.913-10.194-1.078-.131.036-.294.094-.469.094a.84.84 0 0 1-.845-.856c0-.494.305-.773.631-.867 1.278-.374 2.708-.552 4.264-.552 2.65 0 5.426.552 7.454 1.735.284.163.469.388.469.82a.84.84 0 0 1-.842.845' />
    </g>
  </svg>
);
export default SpotifyIcon;
