// 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 YouTubeIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M9.75 15.67V9.33l5.75 3.17-5.75 3.17Zm12.79-8.33c-.25-.92-1-1.65-1.94-1.9C18.88 5 12 5 12 5s-6.88 0-8.6.45a2.7 2.7 0 0 0-1.94 1.9C1 9 1 12.5 1 12.5s0 3.49.46 5.16c.25.92 1 1.65 1.94 1.9C5.12 20 12 20 12 20s6.88 0 8.6-.45a2.7 2.7 0 0 0 1.94-1.9C23 16 23 12.5 23 12.5s0-3.49-.46-5.16Z" />
  </svg>
);

const YouTubeIconWrapper = toIcon(YouTubeIcon);
export default YouTubeIconWrapper;
