// 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 YouTubeMusicIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M12 7.23a4.77 4.77 0 1 1-.01 9.55A4.77 4.77 0 0 1 12 7.23Zm-1.82 7.39 4.43-2.73-4.43-2.5v5.23Z"
    />
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M22 12a10 10 0 1 1-20 0 10 10 0 0 1 20 0ZM12 6.77a5.23 5.23 0 1 0 0 10.46 5.23 5.23 0 0 0 0-10.46Z"
    />
  </svg>
);

const YouTubeMusicIconWrapper = toIcon(YouTubeMusicIcon);
export default YouTubeMusicIconWrapper;
