/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const YoutubeIcon: 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='M20.624 8.035a2.29 2.29 0 0 0-1.591-1.646C17.629 6 12 6 12 6s-5.629 0-7.033.39a2.29 2.29 0 0 0-1.591 1.645C3 9.487 3 12.514 3 12.514s0 3.026.376 4.478a2.26 2.26 0 0 0 1.591 1.619C6.371 19 12 19 12 19s5.629 0 7.033-.39a2.26 2.26 0 0 0 1.591-1.618C21 15.54 21 12.514 21 12.514s0-3.027-.376-4.48m-10.463 7.227V9.766l4.703 2.749z' />
    </g>
  </svg>
);
export default YoutubeIcon;
