import React from 'react'; interface IconYouTubeProps { color?: string; } export function IconYouTube(props: IconYouTubeProps): React.ReactElement { return ( ); }