// 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 DeezerIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M17.87 1.2c.6 0 1.12 1.3 1.45 3.3.2-1.16.49-1.9.81-1.9.61 0 1.1 2.54 1.1 5.65s-.49 5.65-1.1 5.65c-.24 0-.47-.43-.66-1.15-.3 2.64-.9 4.45-1.6 4.45-.54 0-1.03-1.1-1.36-2.8-.22 3.26-.78 5.57-1.44 5.57-.4 0-.78-.92-1.06-2.41-.34 3.08-1.1 5.24-2.01 5.24s-1.68-2.16-2-5.24c-.28 1.5-.66 2.4-1.07 2.4-.66 0-1.22-2.3-1.44-5.57-.33 1.72-.82 2.8-1.36 2.8-.7 0-1.3-1.8-1.6-4.44-.18.72-.41 1.15-.66 1.15-.6 0-1.1-2.53-1.1-5.65 0-3.11.5-5.64 1.1-5.64.32 0 .61.73.82 1.89.32-2 .84-3.3 1.44-3.3.7 0 1.32 1.84 1.6 4.5.29-1.94.72-3.17 1.2-3.17.67 0 1.24 2.43 1.46 5.82.4-1.74.97-2.83 1.61-2.83s1.22 1.1 1.62 2.83c.21-3.4.78-5.82 1.46-5.82.47 0 .9 1.23 1.19 3.17.29-2.66.9-4.5 1.6-4.5M1.82 5.17c.35 0 .63 1.13.63 2.53s-.28 2.52-.63 2.52S1.2 9.1 1.2 7.7s.28-2.53.62-2.53M22.18 5.17c.34 0 .62 1.13.62 2.53s-.28 2.52-.62 2.52c-.35 0-.63-1.13-.63-2.52s.28-2.53.63-2.53" />
  </svg>
);

const DeezerIconWrapper = toIcon(DeezerIcon);
export default DeezerIconWrapper;
