add missing YouTube source comment

This commit is contained in:
sebastien 2024-12-26 19:08:32 +01:00
parent 5a4bf80b7a
commit 8cebd91e58

View File

@ -6,6 +6,7 @@
*/
import type {SVGProps, ReactNode} from 'react';
// SVG Source: https://svgl.app/
function YouTube(props: SVGProps<SVGSVGElement>): ReactNode {
return (
<svg